wmcliphist: Add version 2.0 to repository.
[dockapps.git] / wmcliphist / ChangeLog
blobd4a39a2a4a9334ec0c4e9196719c986b839a8dce
1 21/03/2009: v2.0
2 - Gentoo patches by Samuli Suominen integrated
3   (http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcliphist/files/)
5 26/06/2005: v1.0
6 - confirmation dialogs supports Enter (Yes) and Esc (No) keys (Vadim O.
7   Ustiansky)
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.
10   Ustiansky)
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
13   applications
15 24/08/2003: v0.6
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
18     Beattie)
19   - wmcliphist can automatically take up clipboard content allowing to paste
20     it when application who copied it ended already
22 23/06/2003: v0.5
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)
27 04/06/2003: v0.4
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
34     <madmax@iskon.hr>)
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
47 02/15/2002: v0.3
48   - code fully reorganized
49   - new configuration file ~/.wmcliphistrc (clipboard history is now stored in
50     ~/.wmcliphist.data)
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
59   - new icon
61 03/24/2001: v0.2
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
68 02/23/2001: v0.1
69   - initial release