Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4203:0a63e5de7bdc
[xemacs-hg @ 2007-10-02 19:31:30 by aidan]
Synch up format-time-string % specifiers with Emacs 21.3.1, from Shyamal Prasad.
author | aidan |
---|---|
date | Tue, 02 Oct 2007 19:31:31 +0000 |
parents | 3660d327399f |
children | 62d532188a28 |
comparison
equal
deleted
inserted
replaced
4202:a7c5de5b9880 | 4203:0a63e5de7bdc |
---|---|
1 2004-12-08 Shyamal Prasad <shyamal@member.fsf.org> | |
2 | |
3 * editfns.c: | |
4 * editfns.c (Fformat_time_string): | |
5 Added documentation for %z, %g, %G and %V specifiers. This synchs | |
6 up the set of % specifiers for format-time-string with Emacs | |
7 21.3.1. Make copy of static buffer returned by localtime(). | |
8 | |
9 * strftime.c: | |
10 * strftime.c (strftime): | |
11 Implemented %z, %g, %G and %V in a style similar to existing | |
12 implementation of other specifiers. | |
13 | |
1 2007-09-30 Stephen J. Turnbull <stephen@xemacs.org> | 14 2007-09-30 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 15 |
3 * search.c (Freplace_match): Improve range-checking on STRBUFFER. | 16 * search.c (Freplace_match): Improve range-checking on STRBUFFER. |
4 | 17 |
5 2007-09-22 Stephen J. Turnbull <stephen@xemacs.org> | 18 2007-09-22 Stephen J. Turnbull <stephen@xemacs.org> |