diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5f88aa3e82c..c77814bb4e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2002-05-28 Colin Walters <walters@debian.org> | ||
| 2 | |||
| 3 | * emacs.c (USAGE1): Add --no-splash. | ||
| 4 | (standard_args): Ditto. | ||
| 5 | |||
| 6 | 2002-05-28 Colin Walters <walters@gnu.org> | ||
| 7 | |||
| 8 | * lread.c (readchar_count): New variable. | ||
| 9 | (readchar): Increment it. | ||
| 10 | (unreadchar): Decrement it. | ||
| 11 | (read_multibyte): Decrement it. | ||
| 12 | (Vread_with_symbol_positions): New variable. | ||
| 13 | (Vread_symbol_positions_list): New variable. | ||
| 14 | (read_internal_start): New function, created from Fread and | ||
| 15 | Fread_from_string. Handle Vread_symbol_positions_list and | ||
| 16 | Vread_with_symbol_positions. | ||
| 17 | (readevalloop, Fread, Fread_from_string): Use it. | ||
| 18 | (read1): Use readchar_count to add symbol positions to | ||
| 19 | Vread_symbol_positions_list if Vread_with_symbol_positions is | ||
| 20 | non-nil. | ||
| 21 | (syms_of_lread): DEFVAR_LISP and initialize them. | ||
| 22 | |||
| 23 | * lread.c (read0, read1, read_list, read_vector, read_multibyte) | ||
| 24 | (substitute_object_recurse, substitute_object_in_subtree) | ||
| 25 | (substitute_in_interval): Prototype. | ||
| 26 | (read_multibyte): Return c if it's less than zero. | ||
| 27 | |||
| 1 | 2002-05-28 Kim F. Storm <storm@cua.dk> | 28 | 2002-05-28 Kim F. Storm <storm@cua.dk> |
| 2 | 29 | ||
| 3 | * fileio.c (Fread_file_name_internal): Added brute-force | 30 | * fileio.c (Fread_file_name_internal): Added brute-force |