summaryrefslogtreecommitdiff
path: root/lisp/time.el
Commit message (Collapse)AuthorAgeFilesLines
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+2
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-1/+3
|\ \ | |/
| * Fix bug #7713 with doc string of display-time-mode.Eli Zaretskii2010-12-251-1/+3
| | | | | | | | | | time.el (display-time-mode): Mention display-time-interval in the doc string.
* | * files.el (remote-file-name-inhibit-cache): New defcustom.Michael Albinus2010-10-021-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * time.el (display-time-file-nonempty-p): Use `remote-file-name-inhibit-cache'. * net/tramp.el (tramp-completion-reread-directory-timeout): Fix docstring. * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove. (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by `remote-file-name-inhibit-cache'. Check also for an integer value. Add/increase counter when `tramp-verbose' >= 10. (tramp-set-file-property): Add/increase counter when `tramp-verbose' >= 10. * net/tramp-cmds.el (tramp-cleanup-all-connections) (tramp-cleanup-all-buffers): Set tramp-autoload cookie. (tramp-bug): Set tramp-autoload cookie. Report all interned tramp-* variables. Report also `remote-file-name-inhibit-cache'. (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit characters only in strings. * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due to backward compatibility. * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime) (tramp-handle-file-name-all-completions) (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'. (tramp-open-connection-setup-interactive-shell): Call `tramp-cleanup-connection' directly.
* | Merge from emacs-23Juanma Barranquero2010-07-271-3/+3
|\ \ | |/
| * * time.el (display-time-day-and-date): Remove spurious * in docstring.Juanma Barranquero2010-07-191-3/+3
| | | | | | | | | | (display-time-world-buffer-name, display-time-world-mode-map): Fix typos in docstrings.
* | time.el: Use `define-derived-mode'. Simplify.Juanma Barranquero2010-07-191-17/+10
| | | | | | | | | | | | * time.el (display-time-world-mode): Define with `define-derived-mode'. Set `show-trailing-whitespace' to nil. (display-time-world-display): Simplify.
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-241-1/+1
|/ | | | | | | | | | | | | | | | | | * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el, skeleton.el, term.el, time.el, wid-edit.el, woman.el, calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el, calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el, emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el, eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el, gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el, language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el, net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el, progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el, progmodes/ps-mode.el, progmodes/verilog-mode.el, progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el, textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el, textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to delete-backward-char by calls to delete-char.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+2
|
* (emacs-uptime, emacs-init-time): Use float-time rather than time-to-seconds.Glenn Morris2009-09-021-2/+2
|
* Define risky-local-variable property here rather than in files.el.Glenn Morris2009-08-261-0/+1
|
* Fix sentence-end whitespace in previous.Glenn Morris2009-03-211-1/+1
|
* Jari Aalto <jari.aalto at cante.net>Glenn Morris2009-03-211-1/+6
| | | | (display-time-default-load-average): Doc fix.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * align.el:Lute Kamstra2008-12-031-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* (top-level): No need to require time-date when compiling.Glenn Morris2008-02-221-2/+0
|
* lisp/time.el: Fix compiler warning.Michael Olson2008-02-211-0/+2
|
* (emacs-init-time): Use format instead of format-seconds.Juri Linkov2008-02-171-3/+3
|
* (emacs-init-time): New function.Juri Linkov2008-02-161-1/+12
|
* (emacs-uptime): Use before-init-time rather than emacs-startup-time.Glenn Morris2008-02-161-1/+1
|
* (emacs-uptime): Add optional `format' argument. Doc fix. Use `%z'Glenn Morris2008-02-161-5/+6
| | | | rather than removed `nonzero' argument of format-seconds.
* (emacs-uptime): Move here from time-date.el.Glenn Morris2008-02-161-0/+14
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (display-time-world-list): Test for zoneinfo support.Jason Rumney2007-10-301-3/+11
| |
* | (legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo.Eli Zaretskii2007-10-271-3/+3
| |
* | (zoneinfo-style-world-list, legacy-style-world-list): New defcustoms.Eli Zaretskii2007-10-271-4/+40
| | | | | | | | | | (display-time-world-list): Use them as appropriate for the current value of `system-type'.
* | (display-time-world-time-format): Display day # not month #.Richard M. Stallman2007-10-181-1/+1
| |
* | New feature to display several time zones in a buffer.Richard M. Stallman2007-08-281-1/+112
|/ | | | | | | | | (display-time-world-mode, display-time-world-display) (display-time-world, display-time-world-timer): New functions. display-time-world-list, display-time-world-time-format) (display-time-world-buffer-name, display-time-world-timer-enable) (display-time-world-timer-second, display-time-world-mode-map): New variables.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (display-time-mail-file): Doc fix.Juanma Barranquero2007-05-161-1/+1
|
* (display-time-24hr-format): Doc fix.Juanma Barranquero2007-05-161-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (display-time): Group mode-line instead of modeline.Richard M. Stallman2006-09-141-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (display-time-mail-face): Replace :group `faces' with `mode-line-faces'.Juri Linkov2006-01-161-1/+1
|
* (display-time-use-mail-icon, display-time-format)Luc Teirlinck2005-08-111-3/+3
| | | | (display-time-string-forms): Shorten first line of docstrings.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (display-time-mail-face): Fix spellings in docstrings.Juanma Barranquero2005-06-101-2/+2
|
* (display-time-string-forms, display-time-update):Luc Teirlinck2005-05-261-0/+2
| | | | Use mode-line-highlight as mouse-face.
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1
|
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
| | | | Change development version from 21.3.50 to 22.0.50.