Clipboard/TODO
Cristian Henzel 12496f8e93 ClipIt-1.4.0-20110520002
+ Fixed: Remove duplicate truncate_history functionality.
+ Added: Added basic history item structure.

Changes to be committed:

modified:   ChangeLog
modified:   TODO
modified:   src/history.c
modified:   src/history.h
modified:   src/main.h
2011-05-21 00:46:33 +03:00

10 lines
430 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.
+ Use the shipped icon in the display.
+ history structure has to be changed in: main.c, manage.c, history.c