From: Dave Love Date: Tue, 30 Jul 2002 11:41:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~488 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1a6e8e738f36120bb625765e65cc2e1e90281d6;p=emacs.git *** empty log message *** --- diff --git a/leim/ChangeLog b/leim/ChangeLog index 3883ac00c51..94b478f8b5e 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,14 @@ +2002-07-30 Dave Love + + * quail/welsh.el ("welsh"): Doc fix. + + * quail/cyrillic.el: Reinstate some commented-out redundancies. + ("russian-typewriter"): Renamed from cyrillic-typewriter. Make + cyrillic-jcuken effectively an alias for it. + ("russian-computer"): New. + ("bulgarian-phonetic"): Renamed from bulgarian-pho. + ("bulgarian-bds"): Renamed from bulgarian-standard. + 2002-07-01 Dave Love * quail/indian.el: Update from head. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d7365f2940..5eaebcb1263 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-07-30 Dave Love + * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc + fix. + * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy. 2002-07-26 Kenichi Handa diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 8b6e35a5a02..447ae696dc7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,12 @@ +2002-07-30 Dave Love + + * rfc2047.el (rfc2047-charset-encoding-alist): Use B for Hebrew. + Doc fix. + + * gnus-start.el (gnus-read-newsrc-el-file): Don't bind + coding-system-for-read. + (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. + 2002-07-09 Dave Love * mm-util.el (mm-find-mime-charset-region): Fix :mime-charset diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index ff9da719924..6765ecb8682 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,7 @@ +2002-07-30 Dave Love + + * lwlib.c: Don't redefine P_. + 2002-01-27 Pavel Jan,Bm(Bk * lwlib-Xaw.c (xaw_update_scrollbar, xaw_scrollbar_scroll) diff --git a/src/ChangeLog b/src/ChangeLog index 6514a978463..3f47f10bc7f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,44 @@ +2002-07-30 Dave Love + + * xfns.c (x_put_x_image): Declare args. + + * xfaces.c (font_name_registry, choose_face_font): Delete unused + vars. + (try_font_list): Declare an arg. + + * xdisp.c (message2_nolog, set_message): Declare an arg. + + * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm. + + * syntax.c (scan_sexps_forward): Declare an arg. + + * scroll.c (calculate_scrolling, calculate_direct_scrolling): + Declare an arg. + + * lisp.h (Fnew_fontset): Declare. + + * keymap.c (push_key_description): Call CHARACTERP correctly. + + * fontset.c (fontset_add): Declare args. Call make_number + correctly. + (face_for_char): Delete unused vars. + (Fset_fontset_font): Doc fix. Delete unused vars. + + * doc.c (Fsubstitute_command_keys): Delete unused vars. + + * composite.c (update_compositions): Declare arg. + + * cm.c (calccost, cmgoto): Declare args. + + * charset.c: Remove `emacs' conditional. Doc fixes. + (map_char_table_for_charset): Declare. + + * character.c (syms_of_character) : Doc + fix. + + * ccl.c: Remove `emacs' conditional. Include hash table stuff + from trunk. + 2002-07-26 Kenichi Handa The following changes are to allow specifying multiple font