aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog23
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 @@
12001-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
12001-12-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 212001-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
62001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 252001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
7 26