+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>
+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.
* sysdep.c [!VMS]: Include sys/file.h.
(sys_signal): Test BROKEN_SA_RESTART.
-
+
* s/hpux11.h (USG_SUBTTY_WORKS): Defined.
(BROKEN_SA_RESTART): Defined.
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>