![]() + Fixed: Now we are warning the user that his history is saved in a plain text file and ask for his explicit permission to save the history. + Fixed: When the user disables history saving we also ask if he wants to empty the current history file. + Fixed: Renamed "Find" menu entry to "Manage history". + Fixed: ClipIt now complies to the "XDG Base Directory Specification". Changes to be committed: modified: ChangeLog modified: NEWS modified: configure.in modified: src/history.c modified: src/history.h modified: src/main.c modified: src/preferences.c modified: src/preferences.h modified: src/utils.c modified: src/utils.h |
||
---|---|---|
data | ||
doc | ||
m4 | ||
po | ||
src | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
config.guess | ||
config.rpath | ||
config.sub | ||
configure.in | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
Makefile.am | ||
missing | ||
NEWS | ||
README | ||
TODO |
ClipIt - Lightweight GTK+ Clipboard Manager ------------------------------------------------------------------------------- Copyright (C) 2010 by Cristian Henzel <oss@web-tm.com> forked from parcellite, which is Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com> Introduction ------------------------------------------------------------------------------- ClipIt is a lightweight GTK+ clipboard manager. Project website: http://sourceforge.net/projects/gtkclipit/ How to compile and install clipit ------------------------------------------------------------------------------- Requirements: * gtk+ >= 2.10.0 Download the clipit source code, then: $ tar zxvf clipit-x.y.z.tar.gz $ cd clipit-x.y.z $ ./autogen.sh $ ./configure $ make $ sudo make install