diff options
| author | Paul Eggert | 2017-09-17 17:46:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-17 17:46:58 -0700 |
| commit | 679e05eeb97eae5a32fc67f4673b019c873ebcca (patch) | |
| tree | ef95d1bbad77d26fe28b619b070f57363c4e3b33 /etc | |
| parent | 4e8888d4383bf6fd87af6d45b6855494edf87a2d (diff) | |
| download | emacs-679e05eeb97eae5a32fc67f4673b019c873ebcca.tar.gz emacs-679e05eeb97eae5a32fc67f4673b019c873ebcca.zip | |
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).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 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 | --- |