diff options
| author | Stefan Monnier | 2001-12-05 03:00:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-12-05 03:00:59 +0000 |
| commit | c186cdb3cb8e01ab989b869a0319824b1df03321 (patch) | |
| tree | fc5b6d7bdc35100016c5aa6c2316d91af64b9bce /src | |
| parent | 7189cad8a1c12a965dc3effc93889d31d6f92714 (diff) | |
| download | emacs-c186cdb3cb8e01ab989b869a0319824b1df03321.tar.gz emacs-c186cdb3cb8e01ab989b869a0319824b1df03321.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ffe5d07c0da..97e037feec5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,26 @@ | |||
| 1 | 2001-12-04 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype. | ||
| 4 | Pass a dummy argument when calling interrupt_signal. | ||
| 5 | (parse_menu_item): Mark disabled items before checking for empty def. | ||
| 6 | (read_char_minibuf_menu_prompt): Make safety more visible. | ||
| 7 | (read_key_sequence): Add a `first_unbound' variable. | ||
| 8 | Use it to detect C-c ESC ESC ESC ESC ... cases and drop the | ||
| 9 | unbound prefix as soon as we can detect it. | ||
| 10 | |||
| 11 | * doc.c (Fsnarf_documentation): Add prototype. | ||
| 12 | (get_doc_string): Handle negative arguments. | ||
| 13 | (Fdocumentation): Use AREF and ASIZE. | ||
| 14 | Move the calls to get_doc_string to a single place. | ||
| 15 | Don't confuse an interactive-spec for a docstring reference. | ||
| 16 | (Fdocumentation_property): Take advantage of the fact that | ||
| 17 | get_doc_string now ignores the sign of the docstring position. | ||
| 18 | |||
| 19 | * eval.c: Use standard syntax for usage in docstrings. | ||
| 20 | |||
| 1 | 2001-12-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 21 | 2001-12-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 22 | ||
| 3 | * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an | 23 | * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option. |
| 4 | option. | ||
| 5 | 24 | ||
| 6 | 2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 25 | 2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 7 | 26 | ||