2 - Migrate to GTK3, removing foodock library in the process.
3 - Add manpage from Debian.
4 - Add -b command line option to select which clipboard to manage.
5 - Now maintained by Window Maker Developers team
6 <wmaker-dev@googlegroups.com>.
9 - Gentoo patches by Samuli Suominen integrated
10 (http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/files/)
13 - confirmation dialogs supports Enter (Yes) and Esc (No) keys (Vadim O.
15 - wmcliphist now can run with almost invisible window (-s 0) which is usable
16 on systems running windows manager without docking capabilities (Vadim O.
18 - some debug messages was removed, minor code tweaking and auto_take_up feature
19 is now DISABLED by default due to problems with some GTK 2.x based
23 - exec actions can be performed automatically or on demand by middle mouse
24 button click on menu item or by hot key for last captured item (Michael
26 - wmcliphist can automatically take up clipboard content allowing to paste
27 it when application who copied it ended already
30 - brand new icon set made by Daniel Richard G. <skunk@iskunk.org>
31 - icon size (60, 40, 30 or 16 pixels) selectable on command line
32 - minor fixes and enhacements in Makefiles (suggested by Sebastian Ley)
35 - first version containing spec for building RPMs (Daniel Tschan
36 <tschan+rpm@devzone.ch>)
37 - fixed locale and zombie bugs (Victor Cheburkin <vc@iptcom.net>)
38 - wmcliphist now starts without .wmcliphistrc (Sebastian Ley
39 <sebastian.ley@mmweg.rwth-aachen.de>)
40 - permissions of .wmcliphist.data are more secure now (Kresimir Kukulj
42 - fixed buffer overrun bug in reading history (Simon 'corecode' Schubert
43 <corecode@corecode.ath.cx>)
44 - keyboard navigation in history menu is possible now
45 - icons with antialiasing against dark, mid and light background are now
46 compiled into wmcliphist and it can be choosen on command line (-i)
47 - wmcliphist can optionaly ask before performing of exec action (suggested
48 by Ivica Letunic <Ivica.Letunic@EMBL-Heidelberg.DE>)
49 - added hotkey which returns previously captured item back to clipboard. It
50 can safe some keystrokes or mouse clicks in some situation, escpecially if
51 you need clear destination before pasting to it and selecting of its
52 content replaces your data in the clipboard
55 - code fully reorganized
56 - new configuration file ~/.wmcliphistrc (clipboard history is now stored in
58 - added hotkey support (pop up menu at mouse cursor position)
59 - added regular expression driven actions (ignore/submenu/exec)
60 - new function Clipboard lock (new selection will not replace currently
61 selected item in clipboard, but it will be stored in history)
62 - new function Clipboard ignore (completely ignore new selections - they
63 will not replace selected item and will not be stored in history)
64 - new function to save history immediately
65 - wmcliphist can autosave history in specified period
69 - hopefully fixed terrible memory leak
70 - added items locking function (right click on item) and command line option
71 for setting color of locked items
72 - picked item will move to begining
73 - removed dependency on getopt and wordexp