summaryrefslogtreecommitdiff
path: root/lisp/calendar/todo-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix todo-mode use of minibuffer completion keymap (bug#23695).Stephen Berman2016-06-141-2/+3
* Fix todo-mode bug involving archived items (bug#23447)Stephen Berman2016-05-041-20/+19
* Todo mode doc bug fixStephen Berman2016-04-271-9/+7
* Fix todo-mode category movementStephen Berman2016-03-261-7/+18
* Fix todo-mode item date editing bugsStephen Berman2016-02-201-11/+9
* Avoid byte-compiler warning in todo-mode (bug#21953)Stephen Berman2016-01-211-1/+3
* Fix desktop support in todo-mode and doc-view (bug#22377)Stephen Berman2016-01-211-3/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use %s to format strings instead of splicing themPaul Eggert2015-09-201-2/+3
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Fix several backslash typos in Elisp stringsPaul Eggert2015-09-171-7/+7
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-10/+12
* Fix minor text quoting in calc, calendar, vcPaul Eggert2015-08-281-2/+4
* Avoid hard-coding "M-x command" in docstringsPaul Eggert2015-08-211-1/+3
* Follow user preference in calendar diagnosticsPaul Eggert2015-08-211-7/+7
* Merge from origin/emacs-24Paul Eggert2015-06-191-2/+10
|\
| * Fixes: debbugs:20832Stephen Berman2015-06-191-2/+5
| * Fixes: debbugs:20832Nicolas Richard2015-06-191-0/+5
* | Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* | Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-4/+7
|/
* todo-mode.el: Restore point on setting item done (Bug#19727)Robert Pluim2015-02-041-2/+5
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* todo-mode.el: Handle calling revert-buffer.Stephen Berman2014-11-261-0/+10
* todo-mode.el: Handle calling todo-mode interactively.Stephen Berman2014-11-261-17/+18
* Spelling+grammar fix.Paul Eggert2014-08-011-1/+1
* * calendar/todo-mode.el (todo-edit-item--next-key): If next key isStephen Berman2014-07-251-2/+2
* Fix code and doc involving marked items.Stephen Berman2014-07-251-136/+157
* * calendar/todo-mode.el (todo-set-top-priorities): Fix overwritingStephen Berman2014-07-221-7/+8
* * calendar/todo-mode.el: Fix wrong-type-argument error whenStephen Berman2014-07-061-23/+37
* * calendar/todo-mode.el: Fix two bugs. Shorten Commentary andStephen Berman2014-07-041-52/+27
* * calendar/todo-mode.el (todo-set-top-priorities): Fix logic toStephen Berman2014-06-271-13/+13