Clipboard/ChangeLog
Cristian Henzel bcedbfd1a5 ClipIt-1.4.0-20110506001
+ Added: Added option to automatically paste an entry after selecting it.
	+ Fixed: Re-enabled indicator since it should now work properly.

Changes to be committed:

	modified:   ChangeLog
	modified:   configure
	modified:   src/main.c
	modified:   src/main.h
	modified:   src/preferences.c
	modified:   src/preferences.h
2011-05-06 14:27:05 +03:00

155 lines
6.2 KiB
Plaintext

ClipIt-1.4.0-20110506001 - 06 May. 2011
+ Added: Added option to automatically paste an entry after selecting it.
+ Fixed: Re-enabled indicator since it should now work properly.
ClipIt-1.3.13-20110503001 - 03 May. 2011
+ Fixed: Bug in the indicator code that makes ClipIt crash X under
certain circumstances.
ClipIt-1.3.12-20110228001 - 28 Feb. 2011
+ Fixed: Fixed a typo in the warnings.
+ Fixed: Turned off appindicator because it's buggy.
ClipIt-1.3.11-20101224001 - 24 Dec. 2010
+ Fixed: Removed some unneeded files from both the archive and git.
+ Fixed: Changed git versioning scheme.
ClipIt-v1.3.11-22122010001 - 22 Dec. 2010
+ Fixed: Indicator menu now actually refreshes properly.
+ Fixed: Removed "Full history" and changed the wording in the
"Preferences" dialog.
+ Fixed: Imported "Select first item in menu" fix from Parcellite 0.9.3.
ClipIt-v1.3.10-21122010001 - 21 Dec. 2010
+ 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.
ClipIt-v1.3.9-19122010001 - 19 Dec. 2010
+ Fixed: Fixed error while compiling without indicator support.
+ Fixed: Fixed a couple of memory leaks.
ClipIt-v1.3.8-18122010002 - 18 Dec. 2010
+ Fixed: Updated configure script for 1.3.8.
ClipIt-v1.3.8-18122010001 - 18 Dec. 2010
+ Fixed: Changed the "old" menu to look exactly like the indicator
menu.
+ Fixed: Changed the indicator menu to refresh automatically.
ClipIt-v1.3.7-12122010001 - 12 Dec. 2010
+ Fixed: Changed E-Mail address and Project website.
+ Fixed: Included all files that get generated by autogen.sh, so
that now you don't need to run it anymore.
ClipIt-v1.3.6-06122010002 - 06 Dec. 2010
+ Fixed: Fixed a small bug when building without indicator support.
ClipIt-v1.3.5-06122010001 - 06 Dec. 2010
+ Added: Added support for "Application Indicator".
+ Fixed: Fixed a couple of typos and indentations.
ClipIt-v1.3.4-26112010001 - 26 Nov. 2010
+ 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".
ClipIt-v1.3.3-23112010001 - 23 Nov. 2010
+ 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.
ClipIt-v1.3.2-22112010001 - 22 Nov. 2010
+ 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.
ClipIt-v1.3.1-17112010001 - 17 Nov. 2010
+ Added: Added autostart support for LXDE.
+ Fixed: Fixed problem with "Edit" window not appearing.
ClipIt-v1.3.0-14112010001 - 14 Nov. 2010
+ 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.
ClipIt-v1.2.6-12112010003 - 12 Nov. 2010
+ Fixed: Removed reference to pthread.h from configure.in.
+ Fixed: Set AM_MAINTAINER_MODE to disabled by default.
ClipIt-v1.2.5-12112010002 - 12 Nov. 2010
+ 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 included in glib.h).
ClipIt-v1.2.4-12112010001 - 12 Nov. 2010
+ Fixed: Fixed 2 small omitions from previous changes.
ClipIt-v1.2.3-11112010002 - 11 Nov. 2010
+ 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.
ClipIt-v1.2.2-11112010001 - 11 Nov. 2010
+ Fixed: Some small compatibility changes for debian packaging.
ClipIt-v1.2.1-10112010002 - 10 Nov. 2010
+ Fixed: Fixed OOM bug when copying large chunks of text by limiting
the history entry to 512KB.
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602205)
ClipIt-v1.2.0-10112010001 - 10 Nov. 2010
+ 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.
ClipIt-v1.1.0-09112010001 - 09 Nov. 2010
+ 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.
ClipIt-v1.0.0-05112010001 - 05 Nov. 2010
Changes from Parcellite 0.9.2:
+ Created "Small history" for quick access to last used items.
+ Renamed the old history to "Full history".
+ "Full history" can now hold up to 1000 items.
+ Ability to put the button for the "Full history" in the
systray menu.
+ Created a Search function, which allows searching through
history.
+ Added Search hotkey.
+ Created Exceptions:
you can enter C or Perl regex into the window and
the items that match the regex won't be saved in
the history. This allows you to except passwords
or specific links from being included in the
history.
+ Removed some of the warning messages that make threw at us.