comparison src/ChangeLog @ 41825:f3fb3543eb6d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 05 Dec 2001 03:00:59 +0000
parents e2a615495a13
children 2c184948391c
comparison
equal deleted inserted replaced
41824:9fc96faea7e7 41825:f3fb3543eb6d
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
8 * xterm.c (x_draw_image_relief): Use predefined macro instead of 27 * xterm.c (x_draw_image_relief): Use predefined macro instead of
9 constant when the value of `tool_bar_button_relief' is negative. 28 constant when the value of `tool_bar_button_relief' is negative.