From 82b90229c24bc912d552f4dce5d3c8be3e4936dc Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 18 Dec 2000 12:12:09 +0000 Subject: [PATCH] (emacs-version): Remove `%a' from the time format because the weekday doesn't fit well into each locale. --- lisp/ChangeLog | 11 +++++++++++ lisp/version.el | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ff903d2ee9..e7bbc381fb5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2000-12-18 Gerd Moellmann + + * 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 + + * 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 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm". diff --git a/lisp/version.el b/lisp/version.el index 66d61b2f5d5..7b4dbf5a63d 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -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) -- 2.39.5