diff options
| author | Miles Bader | 2005-04-04 05:04:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-04-04 05:04:44 +0000 |
| commit | 707f2b38c093e253a23d55c713e0e1423abe1b09 (patch) | |
| tree | f8c82466f204e058e770b5a83e39a7ff509871dd | |
| parent | 5208b407a02a71db7c00218a73d35586ff1d4b81 (diff) | |
| download | emacs-707f2b38c093e253a23d55c713e0e1423abe1b09.tar.gz emacs-707f2b38c093e253a23d55c713e0e1423abe1b09.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-230
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 53-55)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-04-03 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Fix an
"unrecognised menu descriptor" error.
| -rw-r--r-- | lisp/calendar/time-date.el | 4 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el index a4acb8b9291..7160d26ef42 100644 --- a/lisp/calendar/time-date.el +++ b/lisp/calendar/time-date.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; time-date.el --- date and time handling functions | 1 | ;;; time-date.el --- Date and time handling functions |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2004, 2005 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5 | ;; Masanobu Umeda <umerin@mse.kyutech.ac.jp> | 5 | ;; Masanobu Umeda <umerin@mse.kyutech.ac.jp> |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index fe2fcab6643..b19598eb3ab 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-04-03 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-sum.el (gnus-summary-make-menu-bar): Fix an | ||
| 4 | "unrecognised menu descriptor" error. | ||
| 5 | |||
| 1 | 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org> | 6 | 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 7 | ||
| 3 | * message.el (message-resend): Bind rfc2047-encode-encoded-words. | 8 | * message.el (message-resend): Bind rfc2047-encode-encoded-words. |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index ea8f7e063fe..8d6a5f951b5 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -2250,7 +2250,7 @@ gnus-summary-show-article-from-menu-as-charset-%s" cs)))) | |||
| 2250 | ,@(if (featurep 'xemacs) '(t) | 2250 | ,@(if (featurep 'xemacs) '(t) |
| 2251 | '(:help "Generate and print a PostScript image"))]) | 2251 | '(:help "Generate and print a PostScript image"))]) |
| 2252 | ("Copy, move,... (Backend)" | 2252 | ("Copy, move,... (Backend)" |
| 2253 | ,@(if (featurep 'xemacs) '(t) | 2253 | ,@(if (featurep 'xemacs) nil |
| 2254 | '(:help "Copying, moving, expiring articles...")) | 2254 | '(:help "Copying, moving, expiring articles...")) |
| 2255 | ["Respool article..." gnus-summary-respool-article t] | 2255 | ["Respool article..." gnus-summary-respool-article t] |
| 2256 | ["Move article..." gnus-summary-move-article | 2256 | ["Move article..." gnus-summary-move-article |