]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs-version): Remove `%a' from the time format
authorGerd Moellmann <gerd@gnu.org>
Mon, 18 Dec 2000 12:12:09 +0000 (12:12 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 18 Dec 2000 12:12:09 +0000 (12:12 +0000)
because the weekday doesn't fit well into each locale.

lisp/ChangeLog
lisp/version.el

index 9ff903d2ee915429887bc429923ff01ec1f8cbae..e7bbc381fb591a0e5f89a99e9caa228ed755dff7 100644 (file)
@@ -1,3 +1,14 @@
+2000-12-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * version.el (emacs-version): Remove `%a' from the time format
+       because the weekday doesn't fit well into each locale.
+
+2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
+       (cvs-execute-single-file): Don't change directory.
+       Patch from Per Cederqvist.
+
 2000-12-18  Miles Bader  <miles@gnu.org>
 
        * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
index 66d61b2f5d5e72003104097b513e7749e4ec3f33..7b4dbf5a63d0f91e5b7463deb5009dc7e76804ea 100644 (file)
@@ -60,7 +60,7 @@ to the system configuration; look at `system-configuration' instead."
                 (cond ((featurep 'motif) ", Motif")
                       ((featurep 'x-toolkit) ", X toolkit")
                       (t ""))
-                (format-time-string "%a %Y-%m-%d" emacs-build-time)
+                (format-time-string "%Y-%m-%d" emacs-build-time)
                  emacs-build-system)))
     (if here 
         (insert version-string)