
+ 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
10 lines
430 B
Plaintext
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
|