diff options
| author | Richard M. Stallman | 2001-11-02 07:14:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-02 07:14:24 +0000 |
| commit | e6bff1824f24555fe98036afab85d642b6d91a8e (patch) | |
| tree | 4f4301f9905342b8a54d3da57eaa88a058406355 /src/ChangeLog | |
| parent | 324cd9721265a001f435edb032802a3f9d7aca0f (diff) | |
| download | emacs-e6bff1824f24555fe98036afab85d642b6d91a8e.tar.gz emacs-e6bff1824f24555fe98036afab85d642b6d91a8e.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 916aa0cf20e..ecce9c0b1ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-11-02 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textprop.c (Fget_char_property): Doc fix. | ||
| 4 | |||
| 1 | 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5 | 2001-11-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 6 | ||
| 3 | * process.c (Fstart_process): Add usage to doc-string. | 7 | * process.c (Fstart_process): Add usage to doc-string. |
| @@ -12,6 +16,11 @@ | |||
| 12 | 16 | ||
| 13 | 2001-11-01 Richard M. Stallman <rms@gnu.org> | 17 | 2001-11-01 Richard M. Stallman <rms@gnu.org> |
| 14 | 18 | ||
| 19 | * data.c (Fmake_local_variable): Doc fix. | ||
| 20 | |||
| 21 | * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix. | ||
| 22 | (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix. | ||
| 23 | |||
| 15 | * keymap.c (Fdescribe_buffer_bindings): Print character property | 24 | * keymap.c (Fdescribe_buffer_bindings): Print character property |
| 16 | bindings along with or instead of the buffer local map. | 25 | bindings along with or instead of the buffer local map. |
| 17 | Make the overriding maps override what they should. | 26 | Make the overriding maps override what they should. |