aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make time-zone-format take a SHORT parameterLars Ingebrigtsen2019-07-311-3/+7
* Add new function time-zone-formatLars Ingebrigtsen2019-07-311-0/+10
* `decoded-time-set-defaults' refactored out from iso8601 codeLars Ingebrigtsen2019-07-312-15/+21
* Use decoded time accessors in timeclockLars Ingebrigtsen2019-07-301-3/+3
* Use decoded time accessors in time-dateLars Ingebrigtsen2019-07-301-1/+1
* Use decoded time accessors in apptLars Ingebrigtsen2019-07-301-2/+3
* Use decoded time accessors in calendarLars Ingebrigtsen2019-07-303-12/+15
* Add an ISO 8601 parsing libraryLars Ingebrigtsen2019-07-291-0/+370
* Add support for dealing with decoded time structuresLars Ingebrigtsen2019-07-291-0/+149
* Remove no-longer-needed integer overflow codePaul Eggert2019-07-221-7/+1
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-2/+2
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-2/+2
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-211-6/+1
* Doc string fixLars Ingebrigtsen2019-06-191-1/+1
* Remove XEmacs compat code from timeclock.elLars Ingebrigtsen2019-06-191-10/+6
* Suppress warning about `entry' in calendarLars Ingebrigtsen2019-06-152-2/+8
* Suppress warning about prefixless date variable in calendarLars Ingebrigtsen2019-06-1511-22/+63
* Avoid using registerv-make in senator.elLars Ingebrigtsen2019-06-141-1/+2
* todo-mode.el compilation warning fixLars Ingebrigtsen2019-06-131-0/+1
* Make icalendar-import-buffer not show diary file bufferThomas Fitzsimmons2019-06-072-33/+30
* ; UnmaintainGlenn Morris2019-06-0120-20/+20
* Update author/maintainer infoPaul Eggert2019-05-262-2/+2
* Remove time-date debugging scaffoldingPaul Eggert2019-05-211-1/+1
* * lisp/calendar/time-date.el (date-to-time): 'signal' only takes 2 argsStefan Monnier2019-04-191-3/+3
* * lisp/calendar/parse-time.el (parse-time-string): Use functionp and setfStefan Monnier2019-04-191-13/+13
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-223-44/+35
* Merge from origin/emacs-26Glenn Morris2019-02-201-1/+1
|\
| * Update citations of Internet RFCsPaul Eggert2019-02-161-1/+1
* | Simplify use of encode-timePaul Eggert2019-02-102-28/+16
* | Fix doc string treatment of integer overflowPaul Eggert2019-02-101-2/+2
* | Prefer encode-time to its aliasPaul Eggert2019-02-102-7/+7
* | Merge from origin/emacs-26Glenn Morris2019-02-081-0/+1
|\ \ | |/
| * Improve documentation of 'date-to-time' and 'parse-time-string'Eli Zaretskii2019-02-081-0/+1
* | Merge from origin/emacs-26Glenn Morris2019-01-301-2/+2
|\ \ | |/
| * Fix LaTeX output of month and day from cal-tex.elEli Zaretskii2019-01-251-2/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-3127-27/+27
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-0127-27/+27
* | Minor fixes/simplifications to time functionsPaul Eggert2018-12-191-4/+3
* | * lisp/calendar/holidays.el: Use lexical-bindingStefan Monnier2018-12-011-37/+28
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-16/+8
* | Handle narrowing when marking entries of included diary filesStephen Berman2018-11-251-7/+9
* | Fix probing for pre-1970 DSTPaul Eggert2018-11-141-1/+1
* | * lisp/calendar/timeclock.el: Use lexical-bindingStefan Monnier2018-10-081-191/+153
* | New (TICKS . HZ) timestamp formatPaul Eggert2018-10-064-47/+26
* | Fix ambiguity in nil DST flagPaul Eggert2018-09-211-4/+6
* | Simplify use of timestampsPaul Eggert2018-09-131-3/+1
* | Make todo-show work when adding and deleting a new todo fileStephen Berman2018-09-031-1/+3
* | Improve format-seconds accuracyPaul Eggert2018-08-251-0/+1
* | Prune most-positive-fixnum from Lisp sourcePaul Eggert2018-08-222-7/+6
* | Fix last todo-edit-mode changeStephen Berman2018-08-151-3/+7