]> git.eshelyaron.com Git - emacs.git/commitdiff
message-citation-line-format %Z is now tz name
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Sep 2017 00:46:18 +0000 (17:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Sep 2017 00:46:58 +0000 (17:46 -0700)
* etc/NEWS:
* lisp/gnus/message.el (message-citation-line-format):
Fix doc to match new behavior (Bug#28476).

etc/NEWS
lisp/gnus/message.el

index a042ce92affc2892b607aa741e838a61a621c1f2..5aa57a7776567a4a347495facc4222eb39a48acb 100644 (file)
--- 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
 
 ---
index 690dd28c8a41b66449362335bc9f0427737c43de..a9e66cede16e116b21df00b80c1bf07c26d806e2 100644 (file)
@@ -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