
+ 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. Changes to be committed: modified: ChangeLog modified: TODO modified: configure.in modified: src/history.c modified: src/history.h modified: src/main.c modified: src/main.h modified: src/preferences.c modified: src/preferences.h
11 lines
480 B
Plaintext
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.
|