From: Dave Love Date: Thu, 14 Nov 2002 14:21:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~12444 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59daa29a0acb5b4cb23ab1f5fed5ae86fecd1d32;p=emacs.git *** empty log message *** --- diff --git a/leim/ChangeLog b/leim/ChangeLog index 60587438d3c..c128517e6fa 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -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 --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 80158710e5c..4f47124a8e2 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 9e5ebc1e110..0a07e2b6350 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.