diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 02 10:33:05 2007 +0000
+++ b/src/ChangeLog	Tue Oct 02 19:31:31 2007 +0000
@@ -1,3 +1,16 @@
+2004-12-08  Shyamal Prasad  <shyamal@member.fsf.org>
+
+	* editfns.c:
+	* editfns.c (Fformat_time_string):
+	Added documentation for %z, %g, %G and %V specifiers. This synchs
+	up the set of % specifiers for format-time-string with Emacs
+	21.3.1. Make copy of static buffer returned by localtime().
+	
+	* strftime.c:
+	* strftime.c (strftime):
+	Implemented %z, %g, %G and %V in a style similar to existing
+	implementation of other specifiers.
+
 2007-09-30  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* search.c (Freplace_match): Improve range-checking on STRBUFFER.