Clipboard/TODO
Cristian Henzel e063c0f3c3 ClipIt-v1.2.0-10112010001
+ 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.
2011-05-23 13:50:49 +03:00

11 lines
480 B
Plaintext

+ Add primary support for CLI.
+ Dialog with listed history contents for searching and removing.
+ 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.
+ Add "Edit" and "Remove" buttons to the search window and rename
it to "Manage Clipboard".
+ Move all pop-up and menu functions from main.c to menus.c.