Mercurial > emacs
comparison src/ChangeLog @ 48332:9662c080acf3
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 14 Nov 2002 17:09:09 +0000 |
parents | 9f0197f9c174 |
children | 5f75c5106fe9 |
comparison
equal
deleted
inserted
replaced
48331:9f0197f9c174 | 48332:9662c080acf3 |
---|---|
1 2002-11-14 Dave Love <fx@gnu.org> | 1 2002-11-14 Dave Love <fx@gnu.org> |
2 | 2 |
3 * alloc.c (SETJMP_WILL_NOT_WORK): Add note. | 3 * alloc.c (SETJMP_WILL_NOT_WORK): Add note. |
4 | 4 |
5 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor): | 5 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor): |
6 * xmenu.c (unuse_menu_items, digest_single_submenu): | 6 * xmenu.c (unuse_menu_items, digest_single_submenu): |
7 * xfns.c (x_put_x_image): | 7 * xfns.c (x_put_x_image): |
8 * xdisp.c (message2_nolog, set_message): | 8 * xdisp.c (message2_nolog, set_message): |
9 * undo.c (record_point): | 9 * undo.c (record_point): |
10 * terminfo.c (tparam): | 10 * terminfo.c (tparam): |
11 * syntax.c (scan_sexps_forward): | 11 * syntax.c (scan_sexps_forward): |
12 * scroll.c (calculate_scrolling, calculate_direct_scrolling): | 12 * scroll.c (calculate_scrolling, calculate_direct_scrolling): |
13 * composite.c (update_compositions): | 13 * composite.c (update_compositions): |
14 * cm.c (calccost, cmgoto): | 14 * cm.c (calccost, cmgoto): |
15 * charset.c (c_string_width): Declare all args (per C99). | 15 * charset.c (c_string_width): Declare all args (per C99). |
16 | 16 |
17 * frame.h (get_specified_cursor_type, get_window_cursor_type): | 17 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare. |
18 Declare. | |
19 | 18 |
20 * lisp.h (get_specified_cursor_type, get_window_cursor_type): | 19 * lisp.h (get_specified_cursor_type, get_window_cursor_type): |
21 Don't declare. | 20 Don't declare. |
22 | 21 |
23 * emacs.c (main) [!VMS]: Avoid third arg. | 22 * emacs.c (main) [!VMS]: Avoid third arg. |
32 | 31 |
33 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol | 32 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol |
34 dependency on `risky-local-variable' and the :propertize form. | 33 dependency on `risky-local-variable' and the :propertize form. |
35 | 34 |
36 2002-11-12 Stefan Monnier <monnier@cs.yale.edu> | 35 2002-11-12 Stefan Monnier <monnier@cs.yale.edu> |
36 | |
37 * fns.c (Fmap_char_table): Don't use map_char_table's function arg. | |
37 | 38 |
38 * syntax.c (scan_sexps_forward): Undo last patch. | 39 * syntax.c (scan_sexps_forward): Undo last patch. |
39 Use a more obvious fix: check eob before updating the syntax table. | 40 Use a more obvious fix: check eob before updating the syntax table. |
40 | 41 |
41 2002-11-09 Stefan Monnier <monnier@cs.yale.edu> | 42 2002-11-09 Stefan Monnier <monnier@cs.yale.edu> |