aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-02-06 19:28:09 -0800
committerPaul Eggert2015-02-06 19:28:56 -0800
commitcf498e5b9a73329edea0bdbf1bd8dfe06fdd75e2 (patch)
tree8002975a1b3ece544f24d606fe87f2a0098d4b7d /src/ChangeLog
parent66e6398505356b019edee4477b6d4f5f8cdec42d (diff)
downloademacs-cf498e5b9a73329edea0bdbf1bd8dfe06fdd75e2.tar.gz
emacs-cf498e5b9a73329edea0bdbf1bd8dfe06fdd75e2.zip
Remove no-longer-used cursor_in_echo_area code
* dispnew.c (set_window_cursor_after_update, update_frame_1): Remove checks for negative cursor_in_echo_area, since this var is a boolean, and has been a boolean for some time. Simplify. * dispnew.c (init_display): * xdisp.c (message3_nolog, vmessage): Use bool for boolean.
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.