
+ Fixed: Deleted items are now properly removed from the history. + Fixed: Double clicking an item in the "Manage history" dialog now properly selects it again. + Added: [Enter] (for selecting the item) and [Delete] (for removing the item(s)) now works in the "Manage history" dialog. Changes to be committed: modified: ChangeLog modified: TODO modified: src/main.c modified: src/manage.c
9 lines
360 B
Plaintext
9 lines
360 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.
|