summaryrefslogtreecommitdiff
path: root/lisp/calendar
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ; * lisp/calendar/todo-mode.el: Remove leftover commented out lines.Stephen Berman2018-08-141-22/+0
* | Fix exiting from editing todo archive file (bug#32437)Stephen Berman2018-08-141-32/+55
* | Update and improve todo-mode item insertion and editing codeStephen Berman2018-08-121-185/+164
* | Fix todo-mode bug involving active region (bug#32379)Stephen Berman2018-08-061-5/+13
* | Correct and improve part of previous todo-mode.el fixStephen Berman2018-08-061-5/+7
* | Fix assorted todo-mode bugs (bug#32366)Stephen Berman2018-08-041-43/+58
* | Fix todo-mode commands called on done items separatorStephen Berman2018-08-011-39/+42
* | Add missing calendar-dlet* (Bug#31267)Noam Postavsky2018-04-261-1/+2
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-2/+3
* | Merge from origin/emacs-26Glenn Morris2018-04-041-16/+17
|\ \ | |/