diff options
| author | Stefan Monnier | 2002-04-12 06:01:18 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-04-12 06:01:18 +0000 |
| commit | d7565649a345b97752ac4b14706c508dba69a7dd (patch) | |
| tree | f3986ded01699e25bd5e108cc2ca8bfbcc292774 /src | |
| parent | ecd52a938514e1264a1440f741e99fefcaf98414 (diff) | |
| download | emacs-d7565649a345b97752ac4b14706c508dba69a7dd.tar.gz emacs-d7565649a345b97752ac4b14706c508dba69a7dd.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d09ef9d1fb6..8448a1cb0f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-04-12 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT. | ||
| 4 | |||
| 5 | * keyboard.c (command_loop_1): Turn off transient-mark-mode rather | ||
| 6 | than deactivating the mark if tmm is set to `lambda'. | ||
| 7 | (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event): | ||
| 8 | Use a single event for HELP_EVENT. | ||
| 9 | (Fexecute_extended_command): Save last_point_position. | ||
| 10 | |||
| 1 | 2002-04-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 11 | 2002-04-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 12 | ||
| 3 | * lisp.h (Fpropertize): Add prototype. | 13 | * lisp.h (Fpropertize): Add prototype. |