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