emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 679e05e: message-citation-line-format %Z is now t


From: Paul Eggert
Subject: [Emacs-diffs] emacs-26 679e05e: message-citation-line-format %Z is now tz name
Date: Sun, 17 Sep 2017 20:47:18 -0400 (EDT)

branch: emacs-26
commit 679e05eeb97eae5a32fc67f4673b019c873ebcca
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    message-citation-line-format %Z is now tz name
    
    * etc/NEWS:
    * lisp/gnus/message.el (message-citation-line-format):
    Fix doc to match new behavior (Bug#28476).
---
 etc/NEWS             | 6 ++++++
 lisp/gnus/message.el | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/etc/NEWS b/etc/NEWS
index a042ce9..5aa57a7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -701,6 +701,12 @@ method is an NNTP select method.
 *** A new command for sorting articles by readedness marks has been
 added: 'C-c C-s C-m C-m'.
 
++++
+
+*** In message-citation-line-format the %Z format is now the time zone name
+instead of the numeric form.  The %z format continues to be the
+numeric form.  The new behavior is compatible with format-time-string.
+
 ** Ibuffer
 
 ---
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 690dd28..a9e66ce 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -991,7 +991,6 @@ are replaced:
   %F   The first name if present, e.g.: \"John\", else fall
        back to the mail address.
   %L   The last name if present, e.g.: \"Doe\".
-  %Z, %z   The time zone in the numeric form, e.g.:\"+0000\".
 
 All other format specifiers are passed to `format-time-string'
 which is called using the date from the article your replying to, but



reply via email to

[Prev in Thread] Current Thread [Next in Thread]