aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15d8d27a921..cd72f98c116 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12015-02-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove no-longer-used cursor_in_echo_area code
4 * dispnew.c (set_window_cursor_after_update, update_frame_1):
5 Remove checks for negative cursor_in_echo_area, since this var is
6 a boolean, and has been a boolean for some time. Simplify.
7 * dispnew.c (init_display):
8 * xdisp.c (message3_nolog, vmessage): Use bool for boolean.
9
12015-02-05 Stefan Monnier <monnier@iro.umontreal.ca> 102015-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * eval.c (Ffunction): Handle the new (:documentation ...) form. 12 * eval.c (Ffunction): Handle the new (:documentation ...) form.