From ef3e91755f45be240466d5d62178a5eeeecc36ba Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 23 Mar 2004 07:43:10 +0000 Subject: [PATCH] (display-time-string-forms): Fix help-echo date format. --- lisp/ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++++ lisp/time.el | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37855861e12..10a28d27c1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,50 @@ +2004-03-23 Juri Linkov + + * man.el (Man-width): New var. + (Man-getpage-in-background): Use it. + (Man-support-local-filenames): New var and fun. + (Man-build-man-command): Don't add a second %s. + (Man-fontify-manpage): Clean up message. + (Man-mode): Set outline-regexp, outline-level, + imenu-generic-expression. + + * woman.el (woman-fill-frame): Doc fix. + (woman-decode-region): Use window-width instead of frame-width. + + * abbrevlist.el (list-one-abbrev-table): Use window-width instead + of frame-width. + + * descr-text.el (describe-char): Use window-width instead of + frame-width. + + * international/mule-diag.el (describe-current-coding-system): Use + window-width instead of frame-width. + + * international/quail.el (quail-insert-decode-map): Use + window-width instead of frame-width. + + * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz. + (jka-compr-mode-alist-additions): Add tbz. + (jka-compr-write-region): Add error message for undefined + compress-program. + (jka-compr-insert-file-contents): Add message for undefined + compress-program. + (jka-compr-write-region): Remove redundant var bindings. + + * dired-x.el (dired-guess-shell-alist-default): Add choices for + extracting files into subdirectory. Add tbz and dz. Fix regexps. + Add extensions .[0-9] for man and nroff, and .pod for perldoc. + (dired-man): Use dired-guess-shell-command. + (dired-guess-shell-case-fold-search): Change defvar to defcustom. + Change default nil to t. + + * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz. + (dired-compare-directories): Add default value for empty input. + + * help-at-pt.el: Move suggestions for key bindings to Commentary. + + * time.el (display-time-string-forms): Fix help-echo date format. + 2004-03-22 Luc Teirlinck * autorevert.el (global-auto-revert-non-file-buffers): Expand doc diff --git a/lisp/time.el b/lisp/time.el index a4c5f97ac98..ebc883b3d8e 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -177,7 +177,7 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'." (format-time-string (or display-time-format (if display-time-24hr-format "%H:%M" "%-I:%M%p")) now) - 'help-echo (format-time-string "%s %b %e, %Y" now)) + 'help-echo (format-time-string "%a %b %e, %Y" now)) load (if mail ;; Build the string every time to act on customization. -- 2.39.2