diff options
| author | Richard M. Stallman | 2001-11-05 04:20:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-05 04:20:14 +0000 |
| commit | d31053f96fbeff2ade5da79162736bd1bb0f4ea6 (patch) | |
| tree | a4aaa409f8c7de0366cfb4bf929f47f6c5f6c96b /src/ChangeLog | |
| parent | ae69175b099674e7e70230a1271fa86c72b08b4a (diff) | |
| download | emacs-d31053f96fbeff2ade5da79162736bd1bb0f4ea6.tar.gz emacs-d31053f96fbeff2ade5da79162736bd1bb0f4ea6.zip | |
(read_char): Use Fcar and Fcdr, not Fnth.
(record_char): Likewise.
(make_lispy_event): Don't insist a drag event must move to a different
buffer position. Instead, check for moving at least double_click_fuzz.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
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 @@ | |||
| 1 | 2001-11-04 Richard M. Stallman <rms@gnu.org> | 1 | 2001-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. |