diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9e5ebc1e110..0a07e2b6350 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2002-11-14 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * alloc.c (SETJMP_WILL_NOT_WORK): Add note. | ||
| 4 | |||
| 5 | * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor): | ||
| 6 | * xmenu.c (unuse_menu_items, digest_single_submenu): | ||
| 7 | * xfns.c (x_put_x_image): | ||
| 8 | * xdisp.c (message2_nolog, set_message): | ||
| 9 | * undo.c (record_point): | ||
| 10 | * terminfo.c (tparam): | ||
| 11 | * syntax.c (scan_sexps_forward): | ||
| 12 | * scroll.c (calculate_scrolling, calculate_direct_scrolling): | ||
| 13 | * composite.c (update_compositions): | ||
| 14 | * cm.c (calccost, cmgoto): | ||
| 15 | * charset.c (c_string_width): Declare all args (per C99). | ||
| 16 | |||
| 17 | * frame.h (get_specified_cursor_type, get_window_cursor_type): | ||
| 18 | Declare. | ||
| 19 | |||
| 20 | * lisp.h (get_specified_cursor_type, get_window_cursor_type): | ||
| 21 | Don't declare. | ||
| 22 | |||
| 23 | * emacs.c (main) [!VMS]: Avoid third arg. | ||
| 24 | |||
| 25 | * fns.c (Fcopy_sequence): Doc fix. | ||
| 26 | |||
| 1 | 2002-11-14 Francesco Potorti` <pot@gnu.org> | 27 | 2002-11-14 Francesco Potorti` <pot@gnu.org> |
| 2 | 28 | ||
| 3 | * s/sol2-8.h: New file. | 29 | * s/sol2-8.h: New file. |