diff options
| author | Richard M. Stallman | 2003-01-13 08:23:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-01-13 08:23:46 +0000 |
| commit | 3e8cf2ea923e54194e729dc7ff6c95197c74e7cc (patch) | |
| tree | e8dd18e172fe138f9681d7170e36bf7098c6b6aa /src | |
| parent | 60ab677b331335cd43cc0b245e9e27d4c3ff4ba7 (diff) | |
| download | emacs-3e8cf2ea923e54194e729dc7ff6c95197c74e7cc.tar.gz emacs-3e8cf2ea923e54194e729dc7ff6c95197c74e7cc.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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. |