diff options
| author | Stefan Monnier | 2002-03-07 00:02:55 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-03-07 00:02:55 +0000 |
| commit | d88c544942eb79f8ed3bfdeb589d3b8fcbda4018 (patch) | |
| tree | c8e9e9ff5012cae810bf7f8aba9f328c01ce2f6c /src | |
| parent | 893a741e97bb936edb026819d5c6e8df21fc7ad7 (diff) | |
| download | emacs-d88c544942eb79f8ed3bfdeb589d3b8fcbda4018.tar.gz emacs-d88c544942eb79f8ed3bfdeb589d3b8fcbda4018.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index efbb0475306..8db2e02ef73 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | 2002-03-06 Gerd Moellmann <gerd@gnu.org> | 5 | 2002-03-06 Gerd Moellmann <gerd@gnu.org> |
| 6 | 6 | ||
| 7 | * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now) | 7 | * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now) |
| 8 | (cancel_echoing, echo_length, echo_truncate): Changed to | 8 | (cancel_echoing, echo_length, echo_truncate): Changed to |
| 9 | work with new kboard definition. | 9 | work with new kboard definition. |
| 10 | (echo_now): Use message3_nolog instead of message2_nolog. | 10 | (echo_now): Use message3_nolog instead of message2_nolog. |
| @@ -28,6 +28,12 @@ | |||
| 28 | * frame.c (default-frame-alist): Explain that setting it doesn't | 28 | * frame.c (default-frame-alist): Explain that setting it doesn't |
| 29 | affect existing frames. | 29 | affect existing frames. |
| 30 | 30 | ||
| 31 | 2002-03-05 Stefan Monnier <monnier@cs.yale.edu> | ||
| 32 | |||
| 33 | * indent.c (skip_invisible): Fix my brain fart. | ||
| 34 | |||
| 35 | * dispnew.c (sit_for): Don't wait if executing a kbd macro. | ||
| 36 | |||
| 31 | 2002-03-04 Stefan Monnier <monnier@cs.yale.edu> | 37 | 2002-03-04 Stefan Monnier <monnier@cs.yale.edu> |
| 32 | 38 | ||
| 33 | * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c, | 39 | * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c, |
| @@ -36,6 +42,8 @@ | |||
| 36 | * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition | 42 | * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition |
| 37 | and variables to use EMACS_INT instead of just int. | 43 | and variables to use EMACS_INT instead of just int. |
| 38 | 44 | ||
| 45 | * buffer.c (syms_of_buffer): Allow non-string `mode-name'. | ||
| 46 | |||
| 39 | 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il> | 47 | 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il> |
| 40 | 48 | ||
| 41 | * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the | 49 | * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the |