comparison src/ChangeLog @ 48331:9f0197f9c174

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 14 Nov 2002 14:21:52 +0000
parents 58aeaa1dbcfa
children 9662c080acf3
comparison
equal deleted inserted replaced
48330:e5d539ae9468 48331:9f0197f9c174
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.
4 30
5 2002-11-14 Kim F. Storm <storm@cua.dk> 31 2002-11-14 Kim F. Storm <storm@cua.dk>