summaryrefslogtreecommitdiff
path: root/lisp/time.el
AgeCommit message (Expand)Author
2015-07-26New optional ZONE arg for format-time-string etc.Paul Eggert
2015-06-30In strings, prefer plain ` and ' to \` and \'Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-29* lisp/time.el (display-time-update): Update all mode lines.Stefan Monnier
2013-08-09* lisp/time.el (display-time-event-handler)Stefan Monnier
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-27In display-time-world restore fit-window-to-buffer behavior.Martin Rudalics
2012-10-25* time.el (display-time-world-display): Wrap delete-char inside inhibit-read-...Chong Yidong
2012-10-24* time.el (display-time-world-mode): Derive from special-mode.Chong Yidong
2012-09-12Fix glitches caused by addition of psec to timers.Paul Eggert
2012-05-03Fix minor Y10k bugs.Paul Eggert
2012-01-06Fix doc strings of 2 time.el variables.Eli Zaretskii
2012-01-05time.el minor doc fixes.Glenn Morris
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-04Spelling fixes.Paul Eggert
2011-10-19Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong
2011-08-08Lisp code shouldn't use set-time-zone-rule except through setenv.Chong Yidong
2011-07-14Allow display-time-mail-function to return nilLars Magne Ingebrigtsen
2011-04-19lisp/*.el: Lexical-binding cleanup.Juanma Barranquero
2011-03-03* lisp/time.el (display-time-world-list): Fix typo.Leo Liu
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2011-01-02Merge changes from emacs-23 branchChong Yidong
2010-12-25Fix bug #7713 with doc string of display-time-mode.Eli Zaretskii
2010-10-02* files.el (remote-file-name-inhibit-cache): New defcustom.Michael Albinus
2010-07-27Merge from emacs-23Juanma Barranquero
2010-07-19time.el: Use `define-derived-mode'. Simplify.Juanma Barranquero
2010-07-19* time.el (display-time-day-and-date): Remove spurious * in docstring.Juanma Barranquero
2010-05-24Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-02Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero
2009-09-02(emacs-uptime, emacs-init-time): Use float-time rather than time-to-seconds.Glenn Morris
2009-08-26Define risky-local-variable property here rather than in files.el.Glenn Morris
2009-03-21Fix sentence-end whitespace in previous.Glenn Morris
2009-03-21Jari Aalto <jari.aalto at cante.net>Glenn Morris
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-12-03* align.el:Lute Kamstra
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-10Fix up comment convention on the arch-tag lines.Stefan Monnier
2008-02-22(top-level): No need to require time-date when compiling.Glenn Morris
2008-02-21lisp/time.el: Fix compiler warning.Michael Olson
2008-02-17(emacs-init-time): Use format instead of format-seconds.Juri Linkov
2008-02-16(emacs-init-time): New function.Juri Linkov
2008-02-16(emacs-uptime): Use before-init-time rather than emacs-startup-time.Glenn Morris
2008-02-16(emacs-uptime): Add optional `format' argument. Doc fix. Use `%z'Glenn Morris