summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-08-11 00:15:12 +0000
committersabetts <sabetts>2003-08-11 00:15:12 +0000
commit8333d4f665d9294bb9a554e9b165207bbce9e8ce (patch)
tree4836ea7bd1f64be5ecb66db9cd9e0cc022f5549a /ChangeLog
parent34dd647431e988910eb373f30e81ab252afc99b5 (diff)
downloadratpoison-8333d4f665d9294bb9a554e9b165207bbce9e8ce.zip
(editor_enter): return EDIT_ABORT if there was an
error with the history retrieval.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49a5975..82beb58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-08-10 Shawn Betts <sabetts@sfu.ca>
+ * src/editor.c (editor_enter): return EDIT_ABORT if there was an
+ error with the history retrieval.
+
* src/bar.c (get_mark_box): take the bar padding into account when
calculate the top of the highlight bar.
(prepare_bar): just use height for the height of the window.