aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7a63543d60b..102a1481af7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,19 @@
12001-11-04 Richard M. Stallman <rms@gnu.org> 12001-11-04 Richard M. Stallman <rms@gnu.org>
2 2
3 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
4 and CHECK_BUFFER.
5
6 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
7 (record_char): Likewise.
8
9 * keyboard.c (make_lispy_event): Don't insist a drag event must
10 move to a different buffer position. Instead, check for moving at
11 least double_click_fuzz.
12
13 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
14
15 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
16
3 * indent.c (current_column_1, Fmove_to_column): Separate the code 17 * indent.c (current_column_1, Fmove_to_column): Separate the code
4 for display-table glyphs from the code buffer text, to fix 18 for display-table glyphs from the code buffer text, to fix
5 bugs in the former. 19 bugs in the former.