From: Stefan Monnier Date: Fri, 30 Aug 2002 21:50:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~81 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b784316890f183c62e0fe1ceb527ade4671cce0b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 466a3f6a68b..c222d8d1398 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-08-30 Stefan Monnier + + * emacs-lisp/easymenu.el (easy-menu-filter-return): Handle the + case where the filter returns a single menu-entry. + + * cus-edit.el (custom-group-menu-create): Only cdr if possible + since custom-menu-create might return a single menu entry (a vector). + 2002-08-30 Juanma Barranquero * bs.el (bs-message-without-log): Fix typo. @@ -103,8 +111,7 @@ 2002-07-18 Dave Love - * help.el (describe-function-1): Cope with alias of manyarg - function. + * help.el (describe-function-1): Cope with alias of manyarg function. * info-look.el: Support current auto{conf,make} manuals. @@ -124,25 +131,23 @@ 2002-07-12 Juanma Barranquero - * timer.el (timer-set-time-with-usecs): Fix documentation. Simplify - extraction of time data. + * timer.el (timer-set-time-with-usecs): Fix documentation. + Simplify extraction of time data. 2002-07-12 Kenichi Handa * files.el (insert-directory): Be sure to bind - coding-system-for-write to the just decided - coding-system-for-read. + coding-system-for-write to the just decided coding-system-for-read. 2002-07-11 Dave Love - * international/mule-cmds.el (set-language-environment): Use - functionp, not fboundp. - (locale-language-names): Don't special-case utf-8. Use - Cyrillic-iso in place of Latin-5 for Cyrillic locales. + * international/mule-cmds.el (set-language-environment): + Use functionp, not fboundp. + (locale-language-names): Don't special-case utf-8. + Use Cyrillic-iso in place of Latin-5 for Cyrillic locales. (locale-charset-language-names, locale-preferred-coding-systems): Add utf-8. - (sort-coding-systems): Use coding-priority property, not - coding-system. + (sort-coding-systems): Use coding-priority property, not coding-system. 2002-07-10 Juanma Barranquero @@ -266,8 +271,8 @@ 2002-06-17 Dave Love - * international/utf-8.el (ccl-decode-mule-utf-8): Deal - better with invalid utf-8. + * international/utf-8.el (ccl-decode-mule-utf-8): + Deal better with invalid utf-8. (mule-utf-8): Doc fix. 2002-06-17 Eli Zaretskii @@ -287,8 +292,8 @@ 2002-06-05 Pavel Jan,Am(Bk - * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix - the table to contain correct characters. + * language/cyrillic.el (cyrillic-alternativnyj-decode-table): + Fix the table to contain correct characters. 2002-05-31 Eli Zaretskii diff --git a/src/ChangeLog b/src/ChangeLog index 3805bc4a2bc..9e6587023ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-08-30 Stefan Monnier + + * xdisp.c (get_next_display_element): Remove spurious extra open-paren. + 2002-08-30 Kenichi Handa * xdisp.c (get_next_display_element): Fix previous change. @@ -6,7 +10,7 @@ * sysdep.c [!VMS]: Include sys/file.h. (sys_signal): Test BROKEN_SA_RESTART. - + * s/hpux11.h (USG_SUBTTY_WORKS): Defined. (BROKEN_SA_RESTART): Defined. @@ -25,8 +29,8 @@ 2002-08-26 Kim F. Storm - * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize - foreground and background colors. From Joe Buehler (tiny change). + * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize foreground + and background colors. From Joe Buehler (tiny change). 2002-08-20 Kenichi Handa