Clipboard/TODO
Cristian Henzel 128af125c3 ClipIt-v1.3.0-14112010001
+ 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.

Changes to be committed:

	modified:   ChangeLog
	modified:   TODO
	modified:   configure.in
	modified:   src/history.h
	modified:   src/main.c
	modified:   src/manage.c
2010-12-22 22:17:15 +02:00

8 lines
321 B
Plaintext

+ Add primary support for CLI.
+ Static entries.
+ Added variable to hold return values of fread and system, we should
actually use that return value to display an error if there was one.
+ Redo Preferences dialog.
+ Clean up the code and indent it properly.
+ Move all pop-up and menu functions from main.c to menus.c.