summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9dd7e08..c8cfea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2003-04-05 Shawn Betts <sabetts@sfu.ca>
+
+ * src/window.c (get_window_list): if wrap_window_list is on then
+ the end of the mark is the length of the buffer minus the start of
+ the mark.
+
+ * src/main.c (init_defaults): init wrap_window_list to 0.
+
+ * src/input.c (update_input_window): store the height in a
+ variable.
+
+ * src/data.h (struct rp_defaults): new member, wrap_window_list.
+
+ * src/bar.h [message]: wrap msg arg in parens.
+ (marked_wrapped_message): new prototype
+
+ * src/bar.c (bar_y): new argument, height. All callers updated.
+ (bar_y): use height in calculations.
+ (update_window_names): print a column of windows if
+ defaults.wrap_window_list is on.
+ (count_lines): new function
+ (max_line_length): likewise
+ (pos_in_line): likewise
+ (line_beginning): likewise
+ (marked_wrapped_message): likewise
+
+ * src/actions.c (user_commands): new commands 'verbexec' and
+ 'defwrapwinlist'. Move @end take to after the def* commands.
+ (cmd_verbexec): new function. Added prototype.
+ (cmd_defwrapwinlist): likewise
+
2003-04-04 Shawn Betts <sabetts@sfu.ca>
* src/split.c (set_active_frame): fix NULL pointer crash bug.