]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 Aug 2002 21:50:35 +0000 (21:50 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 Aug 2002 21:50:35 +0000 (21:50 +0000)
lisp/ChangeLog
src/ChangeLog

index 466a3f6a68bb53cd220d6115b983fab84dc2a523..c222d8d1398542234207c63466c0507ed7a44273 100644 (file)
@@ -1,3 +1,11 @@
+2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * 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  <lektu@terra.es>
 
        * bs.el (bs-message-without-log): Fix typo.
 
 2002-07-18  Dave Love  <fx@gnu.org>
 
-       * 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.
 
 
 2002-07-12  Juanma Barranquero  <lektu@terra.es>
 
-       * 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  <handa@etl.go.jp>
 
        * 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  <fx@gnu.org>
 
-       * 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  <lektu@terra.es>
 
 
 2002-06-17  Dave Love  <fx@gnu.org>
 
-       * 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 <eliz@is.elta.co.il>
 
 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
-       * 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  <eliz@is.elta.co.il>
 
index 3805bc4a2bc46c679ab32d55150f42d3c5aefb63..9e6587023ed9320a662c52717126daf9a5118da9 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * xdisp.c (get_next_display_element): Remove spurious extra open-paren.
+
 2002-08-30  Kenichi Handa  <handa@etl.go.jp>
 
        * 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  <storm@cua.dk>
 
-       * 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  <handa@etl.go.jp>