wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / wmcliphist / ChangeLog
blob7d227569fc50bd389dfceb1e608967d9e2e11069
1 22/11/2014: v2.1
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>.
8 21/03/2009: v2.0
9 - Gentoo patches by Samuli Suominen integrated
10   (http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/files/)
12 26/06/2005: v1.0
13 - confirmation dialogs supports Enter (Yes) and Esc (No) keys (Vadim O.
14   Ustiansky)
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.
17   Ustiansky)
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
20   applications
22 24/08/2003: v0.6
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
25     Beattie)
26   - wmcliphist can automatically take up clipboard content allowing to paste
27     it when application who copied it ended already
29 23/06/2003: v0.5
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)
34 04/06/2003: v0.4
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
41     <madmax@iskon.hr>)
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
54 02/15/2002: v0.3
55   - code fully reorganized
56   - new configuration file ~/.wmcliphistrc (clipboard history is now stored in
57     ~/.wmcliphist.data)
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
66   - new icon
68 03/24/2001: v0.2
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
75 02/23/2001: v0.1
76   - initial release