summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-04-25This goes into the php3 category, not php, as all other php3 packages.jmmv1-2/+2
2003-04-25Update p5-Parse-RecDescent to 1.94mjl2-5/+7
- Fixed bug in <reject> handling: failed to reject if $return had been set. - Added two useful demos of restructuring nested data - Fixed doc bug re use of // - Localized filehandles, like a good citizen should - Misc doc bug fixes - Fixed Text::Balance dependency in Makefile.PL - Fixed bug that @itempos wasn't set up if referred to only in an autoaction. - Fixed truncation bug in tracing contexts - Dramatically improved speed of line counting - Made item(s) and item(s /,/) behave consistently wrt %item - Added prototype <autorule:...> handling - Added outer block markers for <perl_codeblock> - Fixed multi-grammar precompilation - Fixed numerous snafus in tutorial.html - Added nesting level information to traces - Fixed resetting of $text after an <uncommit> rule. - Updated Text::Balanced to fix various bugs - Removed Text::Balanced from distribution (now a prereq only) - Fixed fatal error with $tracelevel - Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
2003-04-25Update eel2 to 2.2.3.1rh4-9/+15
Major changes since 2.2.2 were: * New function eel_filename_get_rename_region * Accessibility updates * New eel-canvas that fixes zoom tearing * New functions for slave glade prefs widgets * Draw EelEditableLable frame even when text is empty Major changes since 2.2.1 were: * New widget EelInputEventBox * Added canvas a11y support * CanvasGroup move redraw fixes
2003-04-25Update glade2 to 2.0.0. Notable changes include:rh3-10/+17
Glade 2.0.0 (Apr 11 2003) =========== o Hide GNOME widgets and stock items in GTK+ projects. o Made stock icon code more robust, hopefully fixing bug #105694. o Updated for newer GnomeDB. o Updated example text editor application for GTK+ 2. o Bug fixes, including a few crashers. Glade 1.1.3 (Nov 2 2002) =========== o The widget tree now has icons & popup menus again. o Removed dependancy on gnome-common for generated apps. o Stopped generating any deprecated code. o Updated GnomeDB support. o Updated the generated signal callback argument names. o A few keynav improvements, including global accelerators like Ctrl+S. o Disabled support for typing in labels while hovering over widgets, as it is a bit too error-prone. o Added 'New' button back to toolbar in GNOME version! o A few bug fixes.
2003-04-23Make this put the info files into @infodir@ rather than getting cute tryingjmc3-7/+19
to figure out the best place. Avoids breakage if some other package accidently creates PREFIX/share/info.
2003-04-23Require texinfo 4.5 or greaterjmc1-1/+2
2003-04-23cvsync 0.19.6 is released.gehenna2-5/+5
ChangeLog: * Fix a bug that the 'loose' feature doesn't work properly. * Fix a bug that both server/client tried to traverse wrong paths if a relative path calculated by the 'super' keyword is more than 2 levels.
2003-04-23Don't do CHECK_SHLIBS if this isn't a native buildjmc1-4/+2
2003-04-22Use ${LN} -sf to create symlinks.wiz3-6/+6
Closes PR 21263 by Jeremy C. Reed.
2003-04-22Match 21064A-0 - from Mark Daviesabs2-4/+4
2003-04-21Update p5-Class-ReturnValue to 0.51mjl2-5/+5
The Changes file does not show anything beyond 0.40.
2003-04-21Update ruby-ri package to 0.8a.taca2-5/+5
`Quick patch' supplied by Rasputin <rasputin at idoru dot mine dot nu>. 2002-05-01 Dave Thomas <Dave@Thomases.com> * ri/ri.rb: Fix bug where class names were output with underscores. Also tidy up some typos. Patch from Derek Peschel. 2001-08-18 Dave Thomas <Dave@Thomases.com> * ri/ri.rb: Fix bug which failed to match plain 'blksize' because it couldn't parse out the classname part (File::Stat) 2001-08-15 Dave Thomas <Dave@Thomases.com> * ri/ri.rb: Re-organize to allow can_handle? to be implemented without generating output. Add caching for loaded description files. 2001-08-13 Dave Thomas <Dave@Thomases.com> * install.rb: Add support for DESTDIR (patch from Christian Lademann) * ri/ri.rb (defined?): New method to fid out if a particular name exists * post_process: convert --@ to -@ in a method name. (I can't to it in the text - there are too many other occurances of --).
2003-04-21Don't crash if GCONF2_SCHEMAS is undefined.rh1-2/+2
2003-04-20cvsync-0.19.5 is outgehenna3-6/+11
ChangeLog: * Fix a bug that the 'SetAttrs' request for directories was issued in a wrong order. * New feature: loose Background: Proper CVS repositories don't have files with same file name inside/outside 'Attic' directory of the same directory. If both exist accidentally, it is very difficult to determine which file is the right one. So in the past, cvsync exits abnormaly with the 'inconsistency' error message. But some CVS repositories has this inconsistency. It is unhappy for CVS repositories mirror sites to redistribute them. The 'loose' option provides a workaround for bogus CVS repositories. When cvsync detects a inconsistency, cvsync assumes that the a file with more recent modification time is right and don't exit. This feature is optional. The best way is to remove the inconsistencies from master sites, of course. * Fix a bug that when move a RCS file from inside/outside Attic to outside/inside Attic without chaging modifition time and permissions, cvsync can't detect the action.
2003-04-20Remove unnecessary gnome-core dependency.rh1-2/+5
Depend on gnome-libs/bonobo/oaf instead. Bump PKGREVISION.
2003-04-20Update to reflect xemacs stable version #jmc1-2/+2
2003-04-18Make this work if PKG_DEVELOPER=yesrh1-2/+2
2003-04-17Update eclipse to 2.1. New features and changes include:jschauma3-11764/+13713
- User customizable key bindings - editor navigation history - improved default text editor - improved editor linking behaviour - better UI for editor/ viewing synchronization - new Ant view - new Ant editor - External tools now use debugger-style launch configurations. - more flexible project layouts - java editor is more customizable - find in file - better java outline view - hyperlinked java code - improved conditional breakpoints - stack trace hyperlinks - new refactorings - more java compiler options and many more (see http://download.eclipse.org/downloads/drops/R-2.1-200303272130/whats-new.html)
2003-04-17Fix a typo in an Info entry. Bump revision to 2.uebayasi3-6/+6
2003-04-17Take care of a qkc(1)'s odd redirect behavior.uebayasi2-10/+16
2003-04-15Add -DGL_GLEXT_LEGACY so glext.h doesn't get pulled in. It has typedef's injmc1-2/+2
it with items named 'id' which do not work with Objective-C
2003-04-15Updated to version 0.20.1.salo3-20/+25
Patches provided by Ossi Herrala (pkg/20725) and Marc Recht (pkg/20995). Changes: 0.20.1: ======= User-visible changes: * fix svnadmin load bug so that property deletions actually occur * fix checksum compatibility issue for older repositories 0.20.0: ======= User-visible changes: * new compatibility rule: require only that each interim release be compatible with the one before it (see HACKING) * ra_svn is still new so above rule doesn't yet apply (i.e. 0.20 over ra_svn is NOT compatible with previous releases) * merge infers the target path (see book chapters 4 & 8) * merge continues in presence of missing target file * merge's add notifications are no longer duplicated * commands can be safely interrupted (Ctrl-C) * --encoding global default in ~/.subversion/config * new option --editor-cmd * begin multi-release transition to escape binary properties over DAV * misc performance improvements Developer-visible changes: * RA vtable functions take pool argument * svn-config --includes path fixed * uuid at creation now complete * start having test failures throw exceptions rather than return errors * test suite option --cleanup with --verbose being default mode * continued diff library development * minor revprop hook changes * bug fixes: no diff on binary files (#1019), consistent error messages (#1181), version numbers in hook scripts (#1182), win98 codepage (#1186) 0.18.1: ======= User-visible changes: * editor environment variables no longer incorrectly required * 'svn help import' now displays correct usage * fix crashes in the internal diff library and ra_dav * fix Win9x/Me console issue * cvs2svn.py api fix * hot_backup.py now correctly removes old backups Developer-visible changes: * various rpm package fixes 0.18.0: ======= User-visible changes: * renamed the [default] section to [global] in the servers config file * compression option is now http-compression and lives in servers file * use internal diff by default rather than external program (#405 in progress) * symlinked hook scripts now run * read-only access flag (-R) for svnserve * quiet flag (--quiet) for svnadmin dump * --ignore-uuid and --force-uuid for svnadmin load * miscellaneous performance improvements * more work on the Book Developer-visible changes: * new authentication library libsvn_auth (#724) * new bdb table uuids * client context object in libsvn_client * more work on java and other language bindings * test framework now has a quiet option (-q) * miscellaneous small code cleanups * bug fixes: more valgrind memory bugs, apr xlate i18n mess (#872), non-existent URL checkout (#946), props on to-be-deleted files (#1066), ra_svn move/copy (#1084), eol translation (#1085), ra_svn checksumming (#1099), cat command corrupt output (#1104), cvs2svn memory consumption (#1107), merge of property add (#1109), '..' relative path (#1111), commit/cleanup/diff3 (#1119), .svn/entries checksum (#1120), svn commit in / (#1122), status on uncontrolled directory (#1124), commit message eol characters (#1126), cat -r PREV (#1134), ra_dav wcprops (#1136) split XML cdata/attribute encoding (#1118)
2003-04-15cvsync-0.19.4 is out.gehenna2-5/+5
ChangeLog: 2003-04-15 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.19.4 * Fix a bug that broken 'head' and 'branch' are written. * Make this compile on Solaris 9 * Fix a bug to a server writes a wrong pid number to <pidfile>.
2003-04-15Use gnet1 instead of gnet. Bump PKGREVISION.wiz2-6/+6
2003-04-14cvsync-0.19.4gehenna2-5/+5
ChangeLog: 2003-04-14 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.19.3 * Fix a bug that '@' is missing for 'comment'. * Improve the network performance. * Options (both) -V: Print the version number to standard error. -v: Verbose mode. * Options (server) -g: Specifies the group the server should run as. -u: Specifies the user the server should run as. -w: Sets the working directory of the server.
2003-04-13Use "gmake" to fix build problem under NetBSD-current.tron1-2/+2
2003-04-13Add & remove files, forgot in last.uebayasi4-144/+28
2003-04-13* Install Info docs. PR19079 from Ishit <ishit at pluto dot dti dot neuebayasi3-8/+39
dot jp>. * Do some Makefile/PLIST clean-ups. Bump revision.
2003-04-13* Install Info docs. PR19078 from Ishit <ishit at pluto dot dti dot neuebayasi7-138/+1116
dot jp>. * Do some Makefile/PLIST clean-ups. Bump revision.
2003-04-12Improve description.jschauma1-1/+2
2003-04-12Updated p5-Storable to 2.06martti2-5/+5
* Remove qr// from t/downgrade.t * Mention $File::Spec::VERSION a second time in t/forgive.t * Fix t/integer.t initialisation * Fix comparison tests to use eval to get around 64 bit IV conversion issues * Alter t/malice.t to work with Test/More.pm in t/ * Change t/malice.t and the error message in check_magic * Adds support for CODE references
2003-04-12Update to 0.11:jmmv3-6/+7
o Lots of bugfixes. o The bt_pkgflags module was added, which provides a replacement for the pkg-config utility (not compatible). o The bt_msg_summary() function was added to bt_config, which provides an homogeneous way to output diagnostic messages at the end of the configuration process. o The bt_err() function in bt_config does not accept error codes any more as its first argument. o The buildtool(1) manpage was rewrote, including a simple user refer- ence so people can easily learn how to build packages without having to dig into the big manual.
2003-04-11cvsync-0.19.2gehenna2-5/+5
ChangeLog: 2003-04-09 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.19.2 * When the configuration file is updated, a server reloads it automatically. * Options (client) -4 : Forces a client to use IPv4 addresses only -6 : Forces a client to use IPv6 addresses only. * A server runs in background mode (default). When executed with -f option, a server runs in foreground mode.
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-2/+2
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-04-10Stop using wchar_t.kent8-37/+71
Bump PKGREVISION.
2003-04-10make ${PAX} usage consistent:grant3-6/+6
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-04-09Add and enable yasm.jmmv1-1/+2
2003-04-09Initial import of yasm, version 0.2.0:jmmv5-0/+134
YASM is a complete rewrite of the NASM assembler under the "new" BSD License (some portions are currently under the GNU General Public License (GPL) or the GNU Lesser General Public License (LGPL)). It is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object formats. Another primary module of the overall design is an optimizer module. Package provided in pkgsrc-wip by Juan RP.
2003-04-09Update tarball - forgot to bump the patchlevel.gehenna1-3/+3
2003-04-09cvsync-0.19.1gehenna2-6/+5
ChangeLog: 2003-04-08 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.19.1 * Fix a bug to fail to mirror a repository when no pre-existing files. * Fix a bug that list operations fail when pre-allocated buffers are exhausted. * Even if a server fail to parse a RCS file, just ignore it and continue to run. 2003-04-05 MAEKAWA Masahide <maekawa@daemon-systems.org> * Fix a bug that a packet length of protocol version is mistakenly calculated.
2003-04-07This distfiles hasn't been available from 'gd.tuwien.ac.at' for a long time.fredb1-2/+1
2003-04-07Update to version 5.5.seb3-70/+78
Package change: $PKG_SYSCONFDIR/ctags.conf added as glogal, configuration file, parsed before /etc/ctags.conf, /usr/local/etc/ctags.conf and $HOME/.ctags Changes since version 5.4: ctags-5.5 (Tue Apr 1 2003) * Changed kind indicator for methods from 'f' to 'm' [Tcl]. * Changed tags within interfaces to be disabled by default (like prototypes in C/C++) [Fortran]. * Removed explicit descriptions of individual --<LANG>-types options from --help output. See new --list-languages and --list-kinds options. * Removed explicit list of supported languages and supported tag kinds and mapping patterns from man page. See new --list-languages, --list-kinds, and --list-maps options. * Renamed --<LANG>-types option to --<LANG>-kinds (still accepts old name). * Added --list-kinds option. * Added --list-maps option. * Added --list-languages option. * Added support for dimensioned variables, contributed by Simon Bohlin [ASP]. * Added support for C# language. * Added support for Erlang language, contributed by Brent Fulgham. * Added support for HTML language files. * Added support for JavaScript language files. * Added support for SML (Standard ML) language, contributed by Venkatesh Prasad. * Added mapping for .plx to Perl. * Added tags for autocommand groups [Vim, Patch #664685]. * Added support for numerous language extensions [Fortran]. * Added '$', 'D', and 'd' in column 1 as comment characters [Fortran]. * Added special handling of --options=NONE to disable automatic reading of options from configuration files or environment. * Added check for case-insensitive filenames to configure. * Fixed problem with lower case <SID> tag [Vim, Bug #657327]. * Fixed problem recognizing indented code [Vim, Patch #664685]. * Fixed problem with infinite loop in certain comments [PL/SQL, Bug #629115]. * Fixed problem of incorrect extension field [C, Bug #639639]. * Fixed problem of empty scoping extension field [C, Bug #639644]. * Fixed missing tags for functions split across lines [PHP, Bug #681824]. * Fixed missing tags for nested subprograms using 'contains' [Fortran, Bug #670433]. * Fixed missing tags when variable has same name as keyword [Fortran]. * Fixed spurious tag when an array-spec occurs within an entity-decl [Fortran]. * Fixed mishandling of multiline raw strings [Python, Bug #699171]. * Fixed missing scope extension field on namespaces [C++, C#, Bug #665086]. * Fixed several bugs causing missed tags [Fortran]. * Fixed problem with --langmap option preventing clearing of map [Bug #688442]. * Fixed recognition of Unicode-8 characters [Java]. * Fixed man page errors and omissions. * Fixed bug in readFieldValue() in readtags library. * Fixed bug in option parsing in readtags command-line program. * Fixed portability problems with DJGPP [Bug #692569]. * Fixed portability problems with Cygwin.
2003-04-05Remove ONLY_FOR_PLATFORM line. It works on any platformjtb1-3/+1
supported by lang/icon.
2003-04-04cvsync-0.19.0gehenna2-5/+5
ChangeLog: 2003-04-04 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.19.0 * HEADS UP: Change Cvsync Version Exchange Protocol If you use the old versions, please upgrade to 0.19.0 or higher. * Improve the performance to update sub-collection. When a server receives an update request of collections defined as sub-collection, the server sends differences of the sub-collection with a relative prefix based on the `super' collection. The client can update only that directory. * REMARK: AIX 4.3.3 without IPv6 BSD/OS 4.2 Cygwin 1.3.22 without IPv6 FreeBSD/i386 5.0-CURRENT (as of 2003/03/12) FreeBSD/i386 4.7-STABLE (as of 2003/03/05) FreeBSD/sparc64 5.0-CURRENT (as of 2003/03/05) Mac OS X NetBSD/alpha 1.6O with native pthreads NetBSD/i386 1.6P with native pthreads NetBSD/i386 1.6L with GNU Pth NetBSD/macppc 1.6M with native pthreads OpenBSD/i386 3.2-stable OpenBSD/sparc64 3.3-beta Solaris 8/SPARC Works fine on these platforms. 2003-04-01 MAEKAWA Masahide <maekawa@daemon-systems.org> * Make this compile on AIX 4.3.3
2003-04-03Update to 1.4.9:wiz2-5/+5
Changes since 1.4.8 1. src/slarray.c: superfluous call to SLclass_add_math_op removed (Michael Noble) 2. src/slang.c: foreach (NULL) using("next"){} foo (); caused _NARGS=1 in foo. 3. src/slarrfunc.c: Fix to prevent sum(NULL) from causing a core-dump. 4. src/slimport.c: import (module, "") made equivalent to import(module,"Global"); This way, import(module, current_namespace()) will work when the current namespace is anonymous. 5. src/slospath.c: Several users have requested that I add the ability to define a load path and use that path when loading interpreter files. To this end, several new functions were added to the API: char *SLpath_get_load_path (void); int SLpath_set_load_path (char *path); /* Get and Set the path to be searched for files */ int SLpath_get_path_delimiter (void); SLpath_set_path_delimiter (int delimiter); /* Get and set the character delimiter for search paths */ int SLang_load_file_verbose (int verbose); /* if non-zero, display file loading messages */ New intrinsics include: set_slang_load_path get_slang_load_path path_get_delimiter These functions, nor the intrinsics have an effect on applications that use SLang_load_file_hook or SLns_load_file_hook for loading files. The change should be transparant to applications that use the stock load file mechanism. The main difference is that if one attempts to load a file with no extension, e.g., "foo", but the file does not exist, then the interpreter will try to load the more recent of "foo.sl" and "foo.slc". See src/slsh.c for how the functions may be used. 6. slsh/slsh.c: Updated to use the new search path code outlined above. Also, slsh is distributed with a collection of general purpose slang functions, including jed's provide/require functions. See slsh/README for more information. 7. doc/tm/cslang.tm: Modified the section describing the implemetation of intrinsic functions in an effort to clarify the discussion. 8. src/slang.c: tiny memory leak resulting from peephole optimzations added earlier found and fixed. 9. src/slarrmisc.c: new intrinsic: cumsum computes the cumulative sum of an array via the new SLarray_map_array function.
2003-04-03User SDL_mixer/SDL_image instead of SDL-mixer/SDL-image.wiz1-4/+5
Bump PKGREVISION.
2003-04-03Added support for NetBSD/vax.gson3-3/+18
2003-04-03Updated to version 1.4.gson5-92/+18
2003-04-01INET6 needs to be disabled on solaris9 as welljmc1-2/+2
2003-04-01Update KDE to 3.1.1.markd3-6/+7
Changes: arts * Several memory corruption fixes. kdelibs * kdialog: Fix screen numbering problem for centerOnScreen() static method * kprogress: Fix math problem in displaying correct percentage for large numbers * kio_http: Fix data processing for webdav(s) listing of directories and files * kate: Many small bugfixes, including: + Fixed code completion drop-down box position + Fixed "wrap cursor disabled" bugs + Fixed vertical scrollbar middle mouse behaviour + Fixed remove whitespace feature + Now clears the redo history when it is irrelevant + Fixed crash after starting up with a non-existant directory in the file selector history * kparts: Fix extension of transparently downloaded files, this fixes ark (used to display temp file instead of archive content) * klauncher: Fixed support for "Path=" entry in .desktop files. This entry can be used to specify a working directory. * kio: Don't let ChModJob's -X emulation interfere with mandatory file locking. * kdeui: Fix for alternate background coloring in Konqueror list views. * kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2. * kio/bookmarks: Properly handle multiple shown bookmarks with the same URL; fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks points to the same place * kstyles: Handle focus indicators on label-less checkboxes better * kdeprint: Don't freeze when there is no route to the selected CUPS server * SSL: add support for OpenSSL 0.9.7 * SSL: ADH ciphers are now explicitly disabled in all cases * SSL: new CA root certificate added * Several Xinerama related fixes * QXEmbed fixes for various situations that don't handle XEMBED well * Java on IRIX with SGI 1.2 VM is fixed * khtml: Several major bugfixes, partially incorporated fixes from Safari as well. kdeaddons kdeadmin * Linux Kernel Configurator: Add details about the lightbulb icon's meaning * Linux Kernel Configurator: Support for more incorrect kernel configuration files kdeartwork kdebase * kcmshell: Restored backwards compatibility wrt KDE 3.0 module names * klipper: Escape "&" everywhere. * konsole: + Removed "get prompt back"-hacks, don't assume emacs key shell bindings. + Fixed usage of background images with spaces in the filename. + Profile support fixes (disabled menubar etc.) + Bookmarks invoked from "Terminal Sessions" kicker menu now set correct title. + Fixed a problem with the "Linux" font that prevented it from being used with fontconfig. * kdesktop: Made desktop menus pop up in unused Kicker space work. * kicker: Fixed empty taskbar sometimes showing scroll buttons. * konqueror: + Various startup performance improvements + Fix crash when sidebar tree expands hidden directory + Fix crash when config button hidden from config button's menu + Extensive fixes to Netscape plugins, fixing crashes and plugin support + Changes to default preview settings, making the defaults safer on various platforms * Java configuration module: Make it possible to properly configure Java in all cases * Previews: Fixed a privacy issue where previews of HTML files could access files or hosts on the network. kdeedu * KStars: + Fixed bug #51708: No longer exits if starting position is below horizon (only affected some systems) + Fixed bug #52205: Country of Lhasa is China, not Tibet. + Fixed too-narrow coordinates field in statusbar. + Fixed bug in "length of day" calculator module; it now properly accounts for latitude and longitude kdegames * Atlantik: Many small bugfixes, including: + Better handling of incoming messages + Fixed token animation * kbackgammon: Common crash fix. kdegraphics * KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the drawings * Kooka: Some UI crashes fixed * KViewShell: Default paper size is fixed * KGhostView: Fixed wheel-mouse scrolling kdemultimedia * KsCD: + Stopped KsCD from pausing after tracks in random mode + Correctly associate extra CDDB information with tracks + Support non-Latin encodings properly in CDDB entries and elsewhere + Proper systemtray behaviour + Updated key accel code to avoid depricated calls * Movie previews have been removed due to severe unresolved stability problems kdenetwork * Desktop Sharing server (krfb): + fix problems on X11 servers with 8 bit depth + fix problems on X11 servers with big-endian framebuffer + allow X11 servers without XShm (thin clients). Warning: requires a lot of bandwidth + remove read timeouts. This should solve problems with some clients that got disconnected after a minute of inactivity (but increases the time to detect dead clients) + fix problem with clients that support both RichCursor and SoftCursor encodings (like krdc from HEAD) * Desktop Sharing client (krdc): + fix: when an error occurred in fullscreen krdc did not restore the original resolution + fix: krdc stopped to repaint the framebuffer after a disconnect while the error dialog was displayed + the quality setting in medium quality mode has been increased because the original setting looked too bad with Keramik kdepim * KOrganizer bug fixes: + Use correct default duration for events crossing a day boundary (#53477). + Correctly save category colors (#54913). + Don't show todos more than once in what's next view. + Include todos in print output of month view (#53291). + Don't restrict maximum size of search dialog (#54912). + Make cancel button of template selection dialog work (#54852). + Don't break sorting when changing todos by context menu (#53680). + Update views on changes of todos directly in the todo list (#43162). + Save state of statusbar (#55380). * knotes: Escape "&" in note titles kdesdk * Cervisia: + Fixed line break in protocol view + Fixed timestamp for files that are not in cvs (#55053) + Fixed handling of Cervisia's options like 'Update Recursively' when run as embedded part in konqueror (#55665) kdetoys * kworldclock: Fixed that all clocks show the same time. * kweather: Made it work again with non-english locales. (#52147) * kweather: Prevent KWeather from looping and freezing Kicker when not connected to the internet.(#49191) kdeutils * klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI * kcalc: Now a KMainWindow instead of a KDialog to fix various UI inconsistencies * kdf: Support escapes in fstab quanta * Bugfixes: + Allow resizing of the main window even with large user toolbars [#53230] + Insert valid DTD definitions [#53274] + Honor the View Default settings from Settings->Configure Editor [#53569] + Be less braindead regarding the Show DTD Toolbar setting [#53739] + Be able to select also directories in tag dialogs [#54819] + Do not complain about text files being binary ones on a system with broken mimetypes [#54924] + Bring up the "File Changed" dialog only, when the file content has changed[#55678] + Select Tag Area behaviour fixed for optional tags + Insert non-translated string in CSS code parts + Insert "border-top", "border-right", etc. correctly in CSS + Don't quote the script line more than once in the action configuration dialog + Memory leak fixed: editor parts were not deleted when a file was closed + Fix insertion of "img" tags in HTML documents + Upload/rescan project/add to new project tree view behaviour fixed + Fix renaming of file in the Project Tree, when a file with the new name was already present in the project + Rename only what has to be renamed in the project and enable project saving after a rename + Use the correct encoding for newly created files + Saving of Author and E-Mail project options was broken in some cases + Fix the numbering of new documents + Fix the execution of actions + Fix crash when deleting an action + Insert valid single tags from the toolbar * Enhancements: + Show the tag attributes (Alt-Down) menu lower than the current line + "Insert in cursor position" for script actions replaces the selection if there was some text selected + New DCOP interface (WindowManagerIf) added to enable the modification of the opened documents from a script + DTD for Quanta tags (DTD definition) added + XHTML 1.0 Strict DTD added