# HG changeset patch # User Dave Love # Date 1037283712 0 # Node ID 9f0197f9c174f038a62f0dbebc1fce3c5c8197e9 # Parent e5d539ae9468b1f38d1460f7f45089749db50614 *** empty log message *** diff -r e5d539ae9468 -r 9f0197f9c174 leim/ChangeLog --- a/leim/ChangeLog Thu Nov 14 14:21:34 2002 +0000 +++ b/leim/ChangeLog Thu Nov 14 14:21:52 2002 +0000 @@ -1,3 +1,15 @@ +2002-11-14 Dave Love + + * quail/slovak.el: Add coding cookie. + + * quail/latin-ltx.el: Fix coding cookie. + + * quail/hebrew.el: Add coding cookie. + + * quail/czech.el: Add coding cookie. + + * quail/welsh.el: Undo last change. + 2002-09-11 Dave Love * quail/latin-post.el ("slovenian"): New. @@ -1134,7 +1146,7 @@ 1997-08-16 Valery Alexeev - * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method. + * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method. 1997-08-16 Kenichi Handa diff -r e5d539ae9468 -r 9f0197f9c174 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Nov 14 14:21:34 2002 +0000 +++ b/lib-src/ChangeLog Thu Nov 14 14:21:52 2002 +0000 @@ -1,4 +1,8 @@ -2002-11-04 Dave Love +2002-11-14 Dave Love + + * movemail.c (pop_retr): Declare comment. + + * make-docfile.c (read_c_string_or_comment): Declare msgno. * Makefile.in (YACC): Deleted. diff -r e5d539ae9468 -r 9f0197f9c174 src/ChangeLog --- a/src/ChangeLog Thu Nov 14 14:21:34 2002 +0000 +++ b/src/ChangeLog Thu Nov 14 14:21:52 2002 +0000 @@ -1,3 +1,29 @@ +2002-11-14 Dave Love + + * alloc.c (SETJMP_WILL_NOT_WORK): Add note. + + * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor): + * xmenu.c (unuse_menu_items, digest_single_submenu): + * xfns.c (x_put_x_image): + * xdisp.c (message2_nolog, set_message): + * undo.c (record_point): + * terminfo.c (tparam): + * syntax.c (scan_sexps_forward): + * scroll.c (calculate_scrolling, calculate_direct_scrolling): + * composite.c (update_compositions): + * cm.c (calccost, cmgoto): + * charset.c (c_string_width): Declare all args (per C99). + + * frame.h (get_specified_cursor_type, get_window_cursor_type): + Declare. + + * lisp.h (get_specified_cursor_type, get_window_cursor_type): + Don't declare. + + * emacs.c (main) [!VMS]: Avoid third arg. + + * fns.c (Fcopy_sequence): Doc fix. + 2002-11-14 Francesco Potorti` * s/sol2-8.h: New file.