summaryrefslogtreecommitdiff
path: root/lisp/calendar/todo-mode.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-161-7/+7
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-2/+2
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* Make dlet work like let, not let*Mattias Engdegård2021-08-011-4/+4
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-4/+4
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix messages with plural forms in todo-mode.elEli Zaretskii2020-12-261-12/+15
* Use format-prompt in some read-string callsLars Ingebrigtsen2020-09-061-3/+2
* Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen2020-09-061-4/+5
* Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-061-1/+3
* Prevent spurious tabs by RET in todo-edit-mode (bug#43068)Stephen Berman2020-08-271-4/+2
* Fix several todo-mode.el editing bugs (bug#42976)Stephen Berman2020-08-211-26/+47
* Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-141-7/+7
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* todo-mode.el compilation warning fixLars Ingebrigtsen2019-06-131-0/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Minor fixes/simplifications to time functionsPaul Eggert2018-12-191-4/+3
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-16/+8
* | Make todo-show work when adding and deleting a new todo fileStephen Berman2018-09-031-1/+3
* | 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
* | Merge from origin/emacs-26Glenn Morris2018-02-171-1/+1
|\ \ | |/
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | * lisp/calendar/todo-mode.el: Use calendar-dlet*Stefan Monnier2017-12-041-27/+28
|/
* ; Fix some doc typosGlenn Morris2017-11-221-1/+1
* * lisp/calendar/todo-mode.el (todo-toggle-mark-item): Fix doc typo.Glenn Morris2017-10-271-1/+1
* Fix some doc typosGlenn Morris2017-10-271-3/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix a minor todo-mode regressionStephen Berman2017-08-111-14/+15
* Update todo-mode defcustoms in a less hideous wayStephen Berman2017-08-011-64/+20
* * lisp/calendar/todo-mode.el (todo-print-buffer-function): Rework docstring.Stefan Monnier2017-07-271-5/+3
* Use lexical-binding in todo-mode.elStefan Monnier2017-07-211-132/+157
* Adjust todo-quit to recent change in diredStephen Berman2017-07-191-1/+1
* todo-mode.el: Fix handling of hidden item headers (bug#27609)Stephen Berman2017-07-071-61/+124
* Fix several todo-mode bugs found while debugging bug#27609Stephen Berman2017-07-071-41/+54
* Make `todo-toggle-item-highlighting' work on multiline items (bug#27133)Stephen Berman2017-05-291-6/+8
* Make sure exiting todo-mode buffer buries it (bug#27121)Stephen Berman2017-05-291-6/+2
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix last todo-mode changeStephen Berman2016-06-161-1/+2
* Improve last todo-mode fixStephen Berman2016-06-151-2/+3