diff options
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 1 |
2 files changed, 6 insertions, 1 deletions
| @@ -701,6 +701,12 @@ method is an NNTP select method. | |||
| 701 | *** A new command for sorting articles by readedness marks has been | 701 | *** A new command for sorting articles by readedness marks has been |
| 702 | added: 'C-c C-s C-m C-m'. | 702 | added: 'C-c C-s C-m C-m'. |
| 703 | 703 | ||
| 704 | +++ | ||
| 705 | |||
| 706 | *** In message-citation-line-format the %Z format is now the time zone name | ||
| 707 | instead of the numeric form. The %z format continues to be the | ||
| 708 | numeric form. The new behavior is compatible with format-time-string. | ||
| 709 | |||
| 704 | ** Ibuffer | 710 | ** Ibuffer |
| 705 | 711 | ||
| 706 | --- | 712 | --- |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 690dd28c8a4..a9e66cede16 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -991,7 +991,6 @@ are replaced: | |||
| 991 | %F The first name if present, e.g.: \"John\", else fall | 991 | %F The first name if present, e.g.: \"John\", else fall |
| 992 | back to the mail address. | 992 | back to the mail address. |
| 993 | %L The last name if present, e.g.: \"Doe\". | 993 | %L The last name if present, e.g.: \"Doe\". |
| 994 | %Z, %z The time zone in the numeric form, e.g.:\"+0000\". | ||
| 995 | 994 | ||
| 996 | All other format specifiers are passed to `format-time-string' | 995 | All other format specifiers are passed to `format-time-string' |
| 997 | which is called using the date from the article your replying to, but | 996 | which is called using the date from the article your replying to, but |