diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7d27e0b53d8..afdc53e33c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2003-02-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * callint.c (fix_command): New subroutine, from Fcall_interactively. | ||
| 4 | Detect (when ... (region-beginning)) etc. | ||
| 5 | (Fcall_interactively): Call fix_command. | ||
| 6 | (Qif, Qwhen): New variables. | ||
| 7 | (syms_of_callint): Init and staticpro them. | ||
| 8 | |||
| 9 | * regex.c (print_partial_compiled_pattern): Output to stderr. | ||
| 10 | |||
| 1 | 2003-02-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 11 | 2003-02-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
| 2 | 12 | ||
| 3 | * dired.c (directory_files_internal): Don't expand directory. | 13 | * dired.c (directory_files_internal): Don't expand directory. |