+ Fixed: Imported fixes from Parcellite 0.9.3 (thanks to Doug Springer).
+ Fixed: Fixed cast warnings when building on x86 machines.
+ Fixed: Fixed build error on ubuntu 11.04.
+ Fixed: Fixed problem with statusicon menu showing double content.
+ Fixed: Fixed problem with clicking the statusicon menu multiple
times killing the program.
+ 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".
+ Fixed: Fixed some more markup.
+ Fixed: Rearranged parts of the Preferences dialog to be cleaner.
+ Fixed: Fixed bug in "Manage History" window not selecting the history
item properly.
+ Fixed: Fixed most of the markup and indentation (replaced double spaces
with tabs).
+ Fixed: Removed clipboard restoring from history, as this seems to cause
more problems than it solves.
+ Added: Added "Edit" and "Remove" buttons to the "Manage History" dialog.
+ Fixed: Major speed improvements for big history entries while:
searching through the history;
populating the "Manage History" dialog;
generating the popup menus;
All of these should now be more than 99% faster, at the expense
of an (at most) 1MB overhead. I think it's worth it, though.
+ Fixed: Fixed a drawing issue with the small history menu when activated
by clicking on the systray icon.
+ Fixed: Now using autopoint instead of gettextize to avoid waiting for
user input.
+ Fixed: Added AM_MAINTAINER_MODE, to get rid of the disable-maintainer-mode
warning.
+ Fixed: Fixed a small typo in main.c.
+ Fixed: removed dependency of pthread.h (the pthread_exit function that we
use is also in glib.h).
+ Fixed: Fixed the manpage so it now aligns to the conventions for
writing Linux man pages.
+ Fixed: Added the "-Wl,--as-needed" flag, so only the needed packages
are included.
+ Added: Option to save URIs (they were actually saved by default before, but
now you have the option to disable this behaviour).
+ Fixed: Copying files and folders now works again.
+ Fixed: Changed some of the default configuration values.
+ Added: Option to show index numbers in history.
+ Fixed: Search window now gets properly focused when launched with the hotkey.
+ Fixed: Search window is now resizable.
+ Fixed: Double casting when calling 'item_selected'.
+ Fixed: Removed some unnecessary comments and fixed some of the others.
+ Fixed: Moved search dialog and functions to manage.c, as this dialog will
become "Manage Clipboard" in the next version.
Initial commit
new file: AUTHORS
new file: COPYING
new file: ChangeLog
new file: INSTALL
new file: Makefile.am
new file: NEWS
new file: README
new file: TODO
new file: autogen.sh
new file: config.guess
new file: config.h.in
new file: config.rpath
new file: config.sub
new file: configure.in
new file: data/Makefile.am
new file: data/clipit-startup.desktop.in
new file: data/clipit.desktop.in
new file: depcomp
new file: doc/Makefile.am
new file: doc/clipit.1
new file: install-sh
new file: m4/ChangeLog
new file: m4/Makefile.in
new file: m4/gettext.m4
new file: m4/iconv.m4
new file: m4/intltool.m4
new file: m4/lib-ld.m4
new file: m4/lib-link.m4
new file: m4/lib-prefix.m4
new file: m4/nls.m4
new file: m4/po.m4
new file: m4/progtest.m4
new file: missing
new file: po/Makefile.in.in
new file: po/POTFILES.in
new file: po/POTFILES.skip
new file: po/cs.po
new file: po/da.po
new file: po/de.po
new file: po/es.po
new file: po/fr.po
new file: po/hu.po
new file: po/it.po
new file: po/ja.po
new file: po/nb.po
new file: po/pl.po
new file: po/pl_PL.po
new file: po/pt_BR.po
new file: po/ro.po
new file: po/ru.po
new file: po/sv.po
new file: po/tr.po
new file: po/zh_CN.po
new file: src/Makefile.am
new file: src/clipit-i18n.h
new file: src/daemon.c
new file: src/daemon.h
new file: src/eggaccelerators.c
new file: src/eggaccelerators.h
new file: src/history.c
new file: src/history.h
new file: src/keybinder.c
new file: src/keybinder.h
new file: src/main.c
new file: src/main.h
new file: src/preferences.c
new file: src/preferences.h
new file: src/utils.c
new file: src/utils.h