diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a07e2b6350..e2da6fbb52f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,20 +2,19 @@ | |||
| 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. |
| @@ -35,6 +34,8 @@ | |||
| 35 | 34 | ||
| 36 | 2002-11-12 Stefan Monnier <monnier@cs.yale.edu> | 35 | 2002-11-12 Stefan Monnier <monnier@cs.yale.edu> |
| 37 | 36 | ||
| 37 | * fns.c (Fmap_char_table): Don't use map_char_table's function arg. | ||
| 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 | ||