aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1967cdb8557..cb799f627d1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,9 @@
5 struct buffer_text to avoid accessing an uninitialized value 5 struct buffer_text to avoid accessing an uninitialized value
6 when compact_buffer is called for the first time. 6 when compact_buffer is called for the first time.
7 (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF. 7 (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF.
8 (Fset_buffer_modified_p): Use buffer_window_count to check
9 whether the buffer is displayed in some window.
10 * xdisp.c (message_dolog): Likewise.
8 11
92012-12-23 Eli Zaretskii <eliz@gnu.org> 122012-12-23 Eli Zaretskii <eliz@gnu.org>
10 13