mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-01 20:06:00 +00:00
(display-time-string-forms): Fix help-echo date format.
This commit is contained in:
parent
f561ff53ca
commit
ef3e91755f
@ -1,3 +1,50 @@
|
||||
2004-03-23 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* 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 <teirllm@auburn.edu>
|
||||
|
||||
* autorevert.el (global-auto-revert-non-file-buffers): Expand doc
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user