aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-11-23 20:38:55 +0000
committerFrederic Culot <calcurse@culot.org>2008-11-23 20:38:55 +0000
commiteb88eaecb3055fc5ab3cd3e05f0bc77e68f3942a (patch)
treec2ea254df263a1db681b82493392fa8f9639f477 /ChangeLog
parent9d4899110a067d4899116ac229c8b4c489096b60 (diff)
downloadcalcurse-eb88eaecb3055fc5ab3cd3e05f0bc77e68f3942a.tar.gz
calcurse-eb88eaecb3055fc5ab3cd3e05f0bc77e68f3942a.zip
Building configuration menu to assign keybindings
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1f2bf7..9be6482 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,39 @@
+2008-11-23 Frederic Culot <frederic@culot.org>
+
+ * src/keys.c (keys_popup_info, keys_action_count_keys): new
+ function
+
+ * src/utils.c (popup): updated to take a message to be displayed
+ as extra argument
+
+2008-11-22 Frederic Culot <frederic@culot.org>
+
+ * src/custom.c (custom_keys_config_bar): new function
+
+ * src/keys.c (keys_display_bindings_bar)
+ (keys_action_nkey): new functions
+
+ * src/utils.c (format_key): moved to keys_format_label
+
2008-11-16 Frederic Culot <frederic@culot.org>
+ * src/custom.c (config_bar): renamed into custom_config_bar and
+ updated to display key configuration menu
+
+ * src/custom.c (general_conf_set_scrsize): renamed into
+ conf_set_scrsize
+
+ * src/custom.c (custom_keys_config, print_keys_bindings)
+ (print_key_incolor, print_key_reverse): new functions
+
+ * src/utils.c (print_option_incolor): renamed into
+ print_bool_option_incolor
+
+ * src/wins.c (wins_scrollwin_up, wins_scrollwin_down): amount of
+ lines to be scrolled can now be specified
+
+2008-11-15 Frederic Culot <frederic@culot.org>
+
* src/keys.c (keys_dump_defaults, dump_intro, keys_str2int)
(keys_int2str, keys_init, add_key_str, del_key_str): new functions