* Kalzium
o Do not crash anymore when switching element in the Detail
Information dialog
o Display the correct abundance of crustal rocks
o Fixed typo in the origin of the name of the element Silver
o Really show as translated all the strings in the glossary
* blinKen
o Only use 'steve.ttf'-font if possible
* KBruch
o Layoutfixes for RTL-languages
* KHangman
o blank/missing menu comments (tooltips)
* KStars
o All time fields in the astrocalculator now show the current
UT, not local time
o All deep-sky objects were shown with incorrect position angle
(flipped horizontally)
o UI-improvement
o Fix some typos and string improvements in calculator
o Some fixes in the datafile
o Do not fade transient label if the object has gained a
persistent label by becoming the centered object.
* Kig
o Do not apply the line style when drawing the arrow of vectors
o Do not show inappropriate entries for text labels in the popup
menu
o Rename the "Size" menu item in the object popup menu to the
more appropriate "Set Pen Width"
* KWordQuiz
o Don't crash when switching back to editor.
o Display incorrect answers correctly.
* Akregator
o Feed archive: Move feed limit up to 500 feeds instead of 384
(due to file limit a process can have opened at a time)
o Feed archive: Lock feed archive to prevent multiple write
access which can corrupt feed archives and cause crashes on
startup
o Feed fetching: Do not use Konqueror cache settings, but use
"refresh" mode by default (Check with server if the cached
file is up-to-date, reload if not)
o Feed parser: read feed description and homepage link for Atom
feeds
o Feed parser: Improve parsing of Atom content (especially for
0.3 feeds), do not strip HTML markup for types like "text/html"
o Feed parser: ignore unknown or invalid version attribute value
in the <rss> tag and just assume RSS 2.0.
* KAddressBook
o Sometimes KAddressBook lost all data. This is now fixed.
o Wait for complete loading of all addressbook resources before
execution of commandline and DCOP commands (e.g. "Open in
Addressbook" by KMail)
* KAlarm
o Fix kalarmd hang when triggering late alarm and KAlarm run
mode is on-demand
o Prevent defunct kalarm processes when run mode is on-demand
o Fix column widths when main window is resized, if columns have
been reordered
o Add Select All and Deselect actions & shortcuts for alarm and
template lists
* KJots
o Make non-Unicode books display and save correctly.
o Corrected possible data corruption when switching to/from
Unicode mode.
o Added keyboard shortcuts for deleting pages/books.
* JuK
o Manual Column widths notice interferes with dragging columns
o Action List in Configure Shortcuts includes up to as many Add
to CD items as you have playlists
o Crash after hiding Play Queue fixed
* KMix
o KMixApplet, if shown on vertical Kicker Panel, shows always
icons (even if there is not enough space)
o Kmix saves the wrong Master Channel under certain cictumstances
o Split channel in KMixApplet shows one channel as a slider, the
other numerical
o Selecting master channel does not update tray icon
* Quanta Plus
o allow opening of read-only remote files, like from http://
o fix insertion of files to the project
o fix detection of existing shortcuts
o ignore special areas inside comments
o set the user action tooltips correctly
o fix random crashing when editing PHP files
o fix a crash when using the attribute tree
o fix insertion of relative URLs from the attribute tree
o fix resolving of relative URLs when there are symlinks around
o fix addition of local directories to the project
o fix for dtep data of xhtml1.1
o fix some bugs in the new project wizard
o always reload a file if the user wants it
o fix previewing of read-only files
o reload project tree for remote projects after rescanning the
project folder
o less reparsing of the document while typing is in progress
o open dropped files
o don't try to remove an empty, unmodified buffer, if it is the
last opened one
o remember cursor position for project documents
o add the standard show/hide menubar action
o add possibility to limit the number of recent files/projects.
No GUI, use "Recent Files Limit" in the [General Options]
section
o show the project name in the window titlebar
o mark uploaded files as uploaded even if upload fails later
o new DCOP methods:
+ WindowManagerIf::uploadURL(url, profile, markOnly)
+ QuantaIf::groupElements(groupName)
* Kommander
o accept DCOP methods without parantheses
* Klipper
o Handle URLs as URLs and not as Text
o Prevent crashes caused by corrupted history
o XFixes support (especially helps with broken clipboard
implementations of some non-KDE applications)
o Images are ignored by default, add 'IgnoreImages=false' to
'[General]' in klipperrc
o Avoid repeated action popup with the same URL with some
non-KDE applications with broken clipboard implementations
* Konsole
o Correct issue where history size is unlimited when dealing
with History options in profiles
o Correctly set Tab bar when set to Dynamic Hide after session
restore
* Country settings
o Fix short date format for Switzerland
o Fix address format (especially P.O. Box) for Switzerland
* KSysGuard
o Show the sensors with values of more than two digits correctly
in the applet
* Kicker
o Connect the applications to systray correctly on startup
o Panels properly reserve space at screen edges even for
differently sized Xinerama screens
* Konqueror
o Resolve symlinks only on the desktop
* KWin
o Added new window-specific rules for OpenOffice.org, XV and
Mozilla family applications for turning off focus stealing
prevention, as these applications don't work well with it
o Reverted a workaround that as a side-effect had broken systray
docking of some applications
o Each virtual desktop has a separate focus chain
* KDesktop
o Fixed stacking of some dialogs
* Don't restore files to recent files list that don't exist anymore.
* KIO-KFile: Fix problems with mounting filesystems with ACL
* Kate
o Make the spelling dialog modal.
o Make updates incrementally and limit to 2000 messages
o Alternate Bash heredoc style highlights correctly.
* KHTML
o Performance improvements:
+ Improve rendering speed of some semi-transparent pixmap
backgrounds.
+ Improve performance of JavaScript error logging widget, to
help deal with sites with completely broken JavaScript which
continuously causes errors.
+ Better performance for the classname selector
o Get iframes, objects and some other overlaid widgets to obey
their stacking context at last (a.k.a, keep flash and iframes
*under* dhtml menus).
o Implement CSS2.1 quirk about behavior of overflow and root and
body. Now we pass Acid2 according to Opera's standard, but in
an actual release version.
o Implement selectionStart, selectionEnd, setSelectionRange on
textarea and text input tags.
o Improved keyboard event support, implementing the API in the
latest DOM3 Events working group note.
o Properly scale CSS line height when zooming.
o Multiple fixes to the table DOM.
o Better frame sizing calculation.
o Better handling of the case where form-related tags get moved
by parser during residual style handling.
o Fix the DOM operation handling to not be so picky about the
DTD. This makes us match other browsers better, and lets us
remove various evil hacks in the XML parser
o Various getComputedStyle improvements.
o Various text-indent fixes.
o Some fixes for namespace handling in XML and CSS.
o Compatibility improvements in some collections.
o Fix JavaScript timer events over midnight.
o Fix handling of error event.
o Do not assign the same AccessKey to different javascript:
links.
o Do not improperly honor maxlength on file input elements.
o Properly reload iframe when source re-set.
o Make usemap case-insensitive.
o Better parsing of malformed cols and rows parameters of
textarea.
o Various fixes to DOM and non-standard bindings to CSS.
o Various rendering fixes
* KJS
o Performance fix: do not redundantly re-attach the JavaScript
debugger.
o Free up some "future reserved keywords" for use as identifiers,
to match other browsers.
o Accept trailing semicolons in initializer lists.
o Various RegExp object improvements: support .compile, properly
report some errors, plug some memory leaks.
o Give JavaScript debugger some stack room to operate when
handling stack overflow exceptions.
o Fix bugs in latin1 to ucs conversion.
* MIME filename encoding with RFC 2322 parameter value extension was
supported.
* The clear button for the quick search entry was added.
* The bug that bold face was disabled in GtkTreeView with GLib 2.10
and Pango 1.12 was fixed.
* Win32: libwimp.dll was updated.
* Win32: The bug that subfolders were duplicated when rebuilding
folder tree while the settings were shared between Win32 and Unix
was fixed.
* Win32: The uninstaller was modified so that it only removes files
and folders created by the installer.
Also remove extra blank lines at the end of options.mk to appease pkglint.
qt4 support (doesn't compile yet).
2006-03-26 19:06 nolan
* src/serializers.cpp: Had a reported bug in which only the items
in a single group got saved with a PwSafe 1.0 safe. The repro
steps were: Create a safe with a few entries Save it as a
PwSafe 1.0 safe Create a couple of folders Move the items
into those folders Save the safe. Reopen the safe It ended
up with the items from a single group instead of all the items.
The cause was that I was returning from a recursive call to
BlowfishLizer::saveGroup instead of only returning on an error.
2006-01-23 20:57 nolan
* MyPasswordSafe.pro, MyPasswordSafe.qrc, src/aboutdlg.ui,
src/main.cpp, src/manualdlg.ui, src/mypasswordsafe.ui,
src/mypasswordsafe.ui.h, src/newpassphrasedlg.ui,
src/passphrasedlg.ui, src/plaintextlizer.cpp,
src/plaintextlizer.hpp, src/preferencesdlg.ui,
src/preferencesdlg.ui.h, src/pwordeditdlg.ui, src/safe.hpp,
src/safedragobject.cpp, src/safedragobject.hpp,
src/safelistview.cpp, src/safelistview.hpp, src/serializers.cpp,
src/startupdlgbase.ui, src/xmlserializer.cpp,
src/tools/idle/idle_x11.cpp, uuid-1.0.0/Makefile,
uuid-1.0.0/config.status: Converted to Qt4
2005-12-17 06:47 nolan
* src/: mypasswordsafe.ui.h, pwordeditdlg.ui, pwordeditdlg.ui.h:
Set the edit dialog as the active window if the user tries to
edit that item a second time. Moved the future group handling
for new items into MyPasswordSafe
2005-12-17 06:33 nolan
* src/: mypasswordsafe.ui, mypasswordsafe.ui.h, pwordeditdlg.ui,
pwordeditdlg.ui.h, safelistview.cpp: Made the add and edit
dialogs non-modal Hiding during a lock now works
2005-12-17 05:03 nolan
* src/: mypasswordsafe.ui, mypasswordsafe.ui.h, pwordeditdlg.ui,
pwordeditdlg.ui.h, safelistview.cpp, safelistview.hpp: Attempted
to hide the edit dialog when MyPS got locked, but that caused a
crash so they get closed. Moved entry creation and updating to
PwordEditDlg Moved the default user name and generation length
into PwordEditDlg
2005-12-17 02:42 nolan
* src/pwordeditdlg.ui.h, src/serializers.cpp, uuid-1.0.0/Makefile,
uuid-1.0.0/config.status: Fixed the problem with the show
password button; was checking for a normal echo mode
2005-11-25 00:21 nolan
* src/: mypasswordsafe.ui, mypasswordsafe.ui.h: Lock on minimize
works under WindowMaker
2005-11-24 01:23 nolan
* src/mypasswordsafe.ui.h: Parented all the dialogs
2005-11-23 22:15 nolan
* release/Makefile: Updated release path and upload rules
2005-11-23 11:14 nolan
* src/: mypasswordsafe.ui.h, pwordeditdlg.ui, pwordeditdlg.ui.h:
Had a bug in the user name and password checking in the edit
dialog. Fixed that by adding an isNew attribute.
2005-11-23 08:21 nolan
* src/tools/idle/: idle.cpp, idle.h, idle.pri, idle_mac.cpp,
idle_win.cpp, idle_x11.cpp, win32/Makefile, win32/idleui.cpp,
win32/idleui.def, win32/idleui.dll, win32/idleui.h: Added Idle
from Psi to lock MyPS
2005-11-23 08:21 nolan
* src/mypasswordsafe.ui, src/mypasswordsafe.ui.h,
src/preferencesdlg.ui, src/preferencesdlg.ui.h,
src/pwordeditdlg.ui, src/pwordeditdlg.ui.h, src/safe.cpp,
src/safe.hpp, src/safelistview.cpp, src/safelistview.hpp,
src/serializers.cpp, test/safe/safe.pro, test/safe/safetest.cpp:
Added Idle from Psi to lock MyPS Add Password: automatically
generate a new password and display it to the user Confirm
changes to user name and/or password in entries Empty fields are
now saved working around a bug in Password Safe Clipboard will be
cleared after a specified time Generated passwords are
automatically fetched
2005-11-23 08:19 nolan
* MyPasswordSafe.pro: Added Idle from Psi
1.9.3 - 19 Mar 2006
o Welcome to GnuCash 1.9.3 aka "Mo money, mo problems" the fourth of
several unstable releases of the GnuCash Open Source Accounting
Software which will eventually lead to the stable version 2.0.0. This
release contains many bugfixes since the third release but is still
only intended for developers and adventurous testers who want to help
tracking down bugs.
o WARNING WARNING WARNING - Make sure you make backups of any files
used in testing versions of GnuCash in the 1.9.x series. Although the
developers go to great lengths to ensure that no data will be lost we
cannot guarentee that your data will not be affected if for some
reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE any and all features important
to you. Then post any bugs you find to bugzilla
http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
o Major bugfixes include -
o More Register fixes.
o Fixes for OFX importer.
o Add printing support for the graphs.
o Add multi-commodity SX support.
o Fixes for windows/mingw32 porting.
o Fixes for currency settings.
o Add support for XSL.
o Recode all po files into UTF-8 character encoding.
o Lots of Qof fixes.
o Fix the build-order (and install order) of the engine libs.
o Fix a problem where account cell contents disappear when focusing
in/out of an account cell.
o Report fixes
o More Qof fixes
o More fixes for UTF-8 support
o Fixes to Scheduled Transactions
* 2.2.3 (stable)
* The sorting of the result of the query search was enabled.
* The printing of messages now follows the state of 'Show all headers'.
* Relative path is allowed for signature files.
* The To, Cc, and Bcc button of the address book are now always enabled.
* The window position of the address book is now preserved.
* The toggle of the Cc entry on the composition window was enabled.
* The appearance of the address book was modified.
* Unix: The support of metamail command was removed, and it was replaced
with the alternative implementation.
* Win32: libwimp.dll was updated, and the appearance of the UI was
improved.
* Win32: zlib1.dll was updated.
* Win32: The application icon was updated.
* Win32: The unnecessary message catalog files were removed to reduce the
archive size.
Updated graphics/ImageMagick to 6.2.6.4
Updated lang/erlang to 10.1.10
Added lang/erlang-doc version 10.1.10
Added lang/erlang-man version 10.1.10
Added sysutils/torsmo version 0.18
Updated sysutils/bacula to 1.38.6
Updated sysutils/bacula-clientonly to 1.38.6
Updated sysutils/bacula-doc to 1.38.6
Updated sysutils/bacula-gnome-console to 1.38.6
Updated sysutils/bacula-tray-monitor to 1.38.6
Updated sysutils/bacula-wx-console to 1.38.6
patch-ak has been applied upstream.
Release Notes for Bacula 1.38.6:
New features:
- For autochanger get Scratch tape if in autochanger if
no appendable Volumes are available.
- New virtual disk autochanger. See scripts/disk-changer for
documentation.
- New optional Device resource directive in SD. 'Device Type =',
which may have types: File, DVD, Tape, or FIFO. This can
be useful for writing DVDs on FreeBSD where Bacula cannot
correctly detect the DVD.
- Faster restore tree building and uses less memory.
- The command line keyword job (or jobname) now refers to the
name of the job specified in the Job resource; jobid refers
as before to the non-unique numeric jobid; and ujobid refers
to the unique job identification that Bacula creates for each
job.
- The job report for Backups has a few more user friendly ways
of displaying the information.
- The wait command can now be made to wait for jobids.
- New command line keywords are permitted in update volume. They
are Inchanger=yes/no, slot=nn.
- Add two new console commands: enable job=<job-name> and
disable job=<job-name>. When a job is disabled, it will not
be started by the scheduler. If you disable a job and restart
Bacula or reload the .conf file, the job will be re-enabled.
- Add a new Job resource directive "enable = yes|no".
Major bug fixes:
- Fix race condition in multiple-drive autochangers where
both drives want the same Volume.
- Do not allow opening default catalog for restricted console
if it is not in ACL.
- Writable FIFOs now work for restore.
- ACLs are now checked in all dot commands.
- Multiple drive autochangers and multiple different autochangers
should now work correctly (no race conditions for Volume names,
update slots use correct StorageId).
- Fix bug where drive was always reserved if a restore job failed
while in the reservation process.
Release Notes for Bacula 1.38.5:
Release 1.38.5 released 19Jan06:
- Apply label barcodes fix supplied by Rudolf Cejka.
- Modify standard rpm installation to set SD group to disk
so that SD will by default have access to tape drives.
- Allow users to specify user/group and start options
for each daemon in /etc/sysconf/bacula file.
very simple, customizable and it renders only text on the desktop (and
percentagebars if you want it to ;) and the only lib it uses is Xlib.
Torsmo can show various information about your system and it's peripherals,
including:
* Kernel version
* Uptime
* System time
* Network interface information
* Memory and swap usage
* Hostname
* Machine, i686 for example
* System name, Linux for example
* Temperatures from i2c-sensors
* Temperature from ACPI
* Battery capacity from ACPI/APM
* Number of processes running or sleeping
* Local mails (unread and all)
* Filesystem stats
2006-03-06 6.2.6-4 Cristy <stentz@image...>
* Read image filenames that start with a dash (e.g. display -- -logo.png).
* Do not set the image opacity when reading a PSD colormap index (reference
http://redux.imagemagick.org/discussion-server/viewtopic.php?p=18026).
* By default, ImageMagick sets the page size to the MediaBox. Some
PDF files, however, have a CropBox that is smaller than the MediaBox and
may include white space, registration or cutting marks outside the CropBox.
To force ImageMagick to use the CropBox rather than the MediaBox, use
-define (e.g. -define pdf:use-cropbox=true).
* RGB to CMYK color conversion is now scaled properly.
* Revision 2.27 2005-04-08 22:08:45+02 fred
Also accept PPID==1 if nothing else is found. Should fix problem with
FreeBSD and security.bsd.see_other_uids=0.
* Revision 2.26 2004-10-15 13:59:03+02 fred
Fixed small bug with char/int variable c
reported by Tomas Dvorak <tomas_dvorak AT mailcan.com>
* Revision 2.25 2004-05-14 16:41:39+02 fred
Added workaround for spurious blank lines in ps output under AIX 5.2
reported by Dean Rowswell <rowswell AT ca.ibm.com>
* Revision 2.24 2004-04-14 09:10:29+02 fred
*** empty log message ***
* Revision 2.23 2004-02-16 10:55:20+01 fred
Fix for zombies (pid == 0) under FreeBSD
* Revision 2.22 2003-12-12 10:58:46+01 fred
Added support for TRU64 v5.1b TruCluster
* Revision 2.21 2003-10-06 13:55:47+02 fred
Fixed SEGV under Linux when process table changes during run
* Revision 2.20 2003-07-09 20:07:29+02 fred
cosmetic
(Hint for updaters: the ChangeLog is at the bottom of the source file.)
gnome-vfs's code so that they are properly recognized. More
specifically this finally fixes the trash in Nautilus: it didn't
show files in the home directory if it was stored in one of these
"unknown" file systems. Bump PKGREVISION to 5.
Closes PR pkg/30184.