diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5a67533e82b..ae5f2d339a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2003-05-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * syntax.c (find_defun_start): | ||
| 4 | When open_paren_in_column_0_is_defun_start, | ||
| 5 | return beginning of buffer. | ||
| 6 | |||
| 7 | * lisp.h (map_char_table): Declare added arg. | ||
| 8 | |||
| 9 | * fns.c (map_char_table): New arg TABLE gets the master table. | ||
| 10 | All calls changed. | ||
| 11 | Process default and inheritance, resorting to Faref if necessary. | ||
| 12 | |||
| 13 | * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap) | ||
| 14 | (Faccessible_keymaps): Pass new arg to map_char_table. | ||
| 15 | |||
| 16 | * fontset.c (Ffontset_info): Pass new arg to map_char_table. | ||
| 17 | |||
| 18 | * casetab.c (set_case_table): Pass new arg to map_char_table. | ||
| 19 | |||
| 20 | * data.c (let_shadows_buffer_binding_p): Make target of p volatile. | ||
| 21 | |||
| 22 | * lisp.h (specbinding_func): New typedef. | ||
| 23 | (struct specbinding): Use specbinding_func, to put the `volatile' | ||
| 24 | in the right place. | ||
| 25 | |||
| 26 | * alloc.c (Fgarbage_collect): Cast pointers into specpdl | ||
| 27 | to avoid GCC warning. | ||
| 28 | |||
| 1 | 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org> (tiny change) | 29 | 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org> (tiny change) |
| 2 | 30 | ||
| 3 | * fileio.c (Fdelete_file): Handle symlinks pointing to | 31 | * fileio.c (Fdelete_file): Handle symlinks pointing to |