diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7314d53fc30..ae00961f241 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2003-01-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * minibuf.c (minibuffer_completion_contents): | ||
| 4 | Error if point is inside prompt. | ||
| 5 | |||
| 6 | * keyboard.c (command_loop_1): Don't redisplay directly | ||
| 7 | if there's a post-command-hook. | ||
| 8 | |||
| 9 | * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix. | ||
| 10 | (Fdo_auto_save): Add gcpros around Ffile_name_directory. | ||
| 11 | |||
| 1 | 2003-01-12 Kim F. Storm <storm@cua.dk> | 12 | 2003-01-12 Kim F. Storm <storm@cua.dk> |
| 2 | 13 | ||
| 3 | * process.h (struct Lisp_Process): New member private_vars. | 14 | * process.h (struct Lisp_Process): New member private_vars. |