abcde 2.0.3
* The Fixed-Yet?-How-About-Now?-What-About-Now?-Now? Release
* SMP fixed, mad props to Steve Madsen, closes: #69828, #111806
* Minor code cleanups thanks to Adam Heath
* Multiple inexact match results are generated in a safe manner
thanks to Nick Martin, closes: #126025
* Removed cddb-tool template generation bashism, thanks to Greg
Norris, closes: #126327
* Windows can't handle double quotes in filenames either.
The default mungefilename now removes them, closes: #127643
* Using -C with WAVOUTPUTDIR fixed, closes: #127728
* Resuming various artists discs fixed, closes: #127731
-- Robert Woodcock <rcw@debian.org> Sun, 27 Jan 2002
abcde 2.0.2
* The One-More-Time-With-Feeling Release
* Bladeenc really works this time. Honest. closes: #121988
-- Robert Woodcock <rcw@debian.org> Mon, 3 Dec 2001
abcde 2.0.1
* The I-Don't-Listen-To-Sssca Release
* Example abcde.conf fixes, closes: #111580
* So much for bladeenc's l3enc compatibility, closes: #110863
* CDDB submit fixes (to enable CDDB submitting, put
UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE=y in your abcde.conf),
closes: #111478, #111500
* Minor mungefilename() cleanup
* Small manpage fix
* Works with oggenc when POSIXLY_CORRECT is defined, thanks to Juhapekka
Tolvanen
* Quote remote locations when calling distmp3
* Allow remote encoding of oggs
* Only remove wav files if the encoding succeeded
* No-local-encoding via -j 0 fixed, thanks to Hans-Joachim Baader
* CD read errors are trapped/resumed cleanly now thanks to Pete,
closes: #111618
* devfs device check fix, thanks to Clint Adams
* Check for seq command - some BSD's have jot instead and abcde can't
use that yet
* Various Artists playlist generation fixed, thanks to William Lash
-- Robert Woodcock <rcw@debian.org> Tue, 6 Nov 2001
RT is an industrial-grade ticketing system. It lets a group of
people intelligently and efficiently manage requests submitted by
a community of users. RT is used by systems administrators, customer
support staffs, NOCs, developers and even marketing departments at
over a thousand sites around the world.
Changes from 0.62.1 to 0.65.0:
- added Taiwan Chinese (zh_TW), Hungarian (hu_HU), Latvian (lv_LV),
Korean (ko_KR), Norwegian (no_NO), Polish (pl_PL), Romanian (ro_RO) and
Ukrainian (uk_UA) nls files and updated most of the others.
- removed the Estonian (ee_ET) and Turkish (tr_TR) locales due to their
being heavily out of date and unmaintained
- remove slit and netwm as compile time options
- strip much of BaseDisplay's original functionality and move it to the
blackbox class.
- huge amounts of internal cleanups
- added emacs local variables to each file that prevent the addition of tabs
- added a Util.cc file which contains useful functions with no obvious home.
- move code over to the STL
- removed several unused variables and otherwise reduced the memory usage
of the objects in Blackbox. For the record the binary is roughly 100k
larger than 0.62.0 and that is mostly due to the STL but there is also a
fair bit of new code. However for the most part blackbox runs faster and
is still one of the leanest window managers out there today.
- bsetroot now sets _XROOTPMAP_ID, so pseudo transparent apps will be happy
- beginnings of a strut implementation. toolbar and slit are removed from
the available screen area if 'full maximize' is not set
- XReparentWindow sends an UnmapNotify to the window manager however
in certain cases the window is already unmapped so the window manager
never gets the event and the unmapNotify event is where reparentNotify was
handled. Added a reparentNotifyEvent handler in the BlackboxWindow class
and a new case in the Blackbox class's process_event function.
- no more blackbox->grab/ungrab calls everywhere
- compression of motion and expose
- Now we have one function which turns ~/ into /home/user/. This is now
called everywhere this expansion should be done. Even added this to the
resource.menu_file so now the menu file may be specified as
~/blackbox_menu.
- added a TimerQueue which is a priority_queue with the ability to release
items it contains before they reach the top of the queue. Also added a
TimerQueueManager protocol class which BaseDisplay now inherits from.
- BTimer now defaults to NOT recurring. Most of the timers in blackbox were
one shots so I saw little benefit in defaulting to repeating timers.
- update transient handling, should solve issues with apps like acroread.
added a getTransientInfo() method of the BlackboxWindow class which
handles checking the transient state in X and setting the appropriate
variables on the window. To attack the infinite loops this
function ensures that client.transient != this and we check for loops
of the form A -> B -> C -> A. The new transient code also allows for one
window to have multiple transients so applications like xmms and web
browsers are better behaved.
- even better ICCCM support and focus handling
- wmswallow works
- fix for clock clipping in the toolbar
- better support for non decorated windows and toggling decor
- the geometry window shown when moving or resizing a window now handles the
parentrelative setting better. parentrelative support has been improved
for all of the other widgets as well.
- better window group handling
- improved edge snap support (still no window to window snapping)
- changing preferences no longer leads to windows being raised
- the window's "send to" menu ignores the current workspace, which is a
better UI approach
- new placeWindow algorithm. Blows the old one out of the water. Not only
is it faster but it is also cleaner code too (-: Went from number 5 in
the profiling results to under 30. Image rendering is now the slowest
part of managing of new windows.
Because of the new code layout, support is now there for new and
different layout options but this will wait for after 0.65.0.
- smart window placement ignores shaded windows now
- new option in the Config menu which allows Scroll Lock to disable
Blackbox's keybindings.