aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/todo-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Require time-stamp.Pavel Janík2001-12-111-4/+5
|
* (todo-save): Fix previous change.Richard M. Stallman2001-11-171-5/+4
|
* (todo-save): Add save-excursion and save-restriction.Richard M. Stallman2001-11-131-5/+7
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-3/+3
|
* (todo-top-priorities): Use delete-regionGerd Moellmann2001-07-051-7/+6
| | | | instead of kill-line.
* (todo): Add :link, :version.Dave Love2001-01-021-10/+10
| | | | | | | (todo-save-top-priorities): Remove autoload cookie. (todo-add-category, todo-add-item-non-interactively) (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
* (todo-top-priorities): UseDave Love2000-11-221-3/+3
| | | | todo-tmp-buffer-name. From Milan Zamazal <[email protected]>.
* Replaced with a working version, based on ↵Dave Love2000-07-041-207/+181
| | | | 1998-01-12T11:43:[email protected] tidied up.
* Minor doc fixes and code tweaks.Dave Love2000-07-041-49/+44
|
* New maintainer address.Dave Love2000-06-061-4/+3
|
* [This needs more work on the outline stuff.]Dave Love2000-06-021-61/+60
| | | | | | | | | | | Doc fixes. (todo) <defgroup>: Add :version. (todo-add-category): Don't use pushnew. (todo-cmd-raise): Fix typo. (todo-top-priorities): Change temp buffer name. (todo-category-alist): Avoid redundant lambda. (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. Use outline-next-heading.
* Remove some compatibility stuff and CLDave Love2000-05-121-354/+67
| | | | | | | dependence. Use line-{beginning,end}-position, not point-at{b,e}ol. Some doc fixes. (todo-position): New function. Fix callers of position to use it. (todo-save-top-priorities, todo-print): Use with-temp-buffer.
* Removed some inappropriate "autoload comments", asOliver Seidel1999-05-121-8/+7
| | | | suggested by <[email protected]>. Thanks.
* Marc Zonzon <[email protected]> on 18.Mar.99 writes that IOliver Seidel1999-03-181-9/+30
| | | | | should remove the single space between ### and autoload. And now I have.
* Alastair Burt <[email protected]> sent in a patch on 17.Mar.98Oliver Seidel1999-03-171-19/+48
| | | | | | | | | | | | | | | | | | | | | which removes duplicates from the category list and saves the buffer after category addition. Thanks. Uwe Brauer <[email protected]> sent in a request on 3.Apr.98 to implement a "move-between-categories" function. I haven't done that yet. Thanks. "Edward S. Hirgelt" <[email protected]> fixed a problem with multi-line editing 29.Oct.98. Thanks. tom <[email protected]> sent in a replacement for the outmoded time-format that I had been using on 13.Nov.98. Thanks. Jerome Thebert <[email protected]> sent in a binding to show/hide continuation lines using the space bar on 11.Jan.99. Instead of leaving it as a hook, I integrated it. Thanks. Sorry again to everybody. I sat on your patches for a year.
* Alex Schroeder startup description added.Oliver Seidel1998-09-291-9/+33
|
* Added patch from Don Hejna <[email protected]>.Oliver Seidel1998-01-121-3/+7
|
* Another patch by Michael Cook to fix annotation.Oliver Seidel1997-12-041-29/+34
|
* Added category patch by Michael R Cook <[email protected]>.Oliver Seidel1997-12-031-5/+11
|
* Three insertion options:Oliver Seidel1997-10-281-25/+32
| | | | | | i without prefix: ask for category, do binary insertion i with prefix: do binary insertion in current category uppercase I: insert directly under cursor
* Improved documentation, fixed insertion with prefix.Oliver Seidel1997-10-281-26/+26
|
* Implemented "insert-under-cursor" as suggested byOliver Seidel1997-10-281-4/+21
| | | | Kai Grossjohann <[email protected]>.
* Incorporated simplifying suggestions fromOliver Seidel1997-10-281-2/+32
| | | | Carsten Dominik <[email protected]>.
* Patch from Paul Stodghill <[email protected]>:Oliver Seidel1997-10-281-3/+12
| | | | | | The patch below fixes todo-insert-item so that it will insert the item in place, instead of at the top of the buffer, when invoked with a prefix argument.
* Improvements sent in by Dave Love <[email protected]>:Oliver Seidel1997-10-281-82/+163
| | | | | | todo-mode.el: Doc fixes. Customization. (todo-add-item-non-interactively): New arg -- don't dynamically bind ARG. (todo-insert-item): Use it.
* Harald Backer <[email protected]> sent the following:Oliver Seidel1997-10-281-33/+77
| | | | | | Added `todo-save-top-priorities' and option to automatically save top priorities file when saving todo-file. Changed some default values. Bug fixes.
* Added fix from Frank Ridderbusch <[email protected]>,Oliver Seidel1997-10-281-3/+13
| | | | an apostrophe was missing.
* Added three suggestions from CarstenOliver Seidel1997-10-241-29/+40
| | | | | | | | | | Dominik <[email protected]>: - recommend autoloading instead of require - inserting from different buffer didn't work (now fixed -- I pray) - provided public entry point to insert items from normal lisp code
* Paul Stodghill <[email protected]> writes:Oliver Seidel1997-10-241-5/+28
| | | | | | When invoked with a prefix, todo-insert-item should not prompt for a category. (He adds: At least that's what I think.)
* Rafael Laboissiere <[email protected]> writes:Oliver Seidel1997-10-241-20/+37
| | | | | | | | | | | | | | | | | | I was just annoyed with the fact that there is no way to dynamically control the insertion accuracy. I mean: the variable `todo-insert-threshold' does the job, but it is not very handy if one wants to mix the two behaviors (bisection and "insert right here under the cursor"). Therefore I did a quick hack in the function `todo-insert-item'. Now by giving a prefix argument to the insert command (i.e. by typing "C-u i"), entries are inserted exactly at the line where the cursor is. It would be better to give the value of `todo-insert-threshold' as a numeric argument of `todo-insert-item' (like "M-8 i"), but it's too late now for continuing to hack.
* Thanks to Harald Backer <[email protected]>, we now haveOliver Seidel1997-10-171-132/+355
| | | | | | | | | | | | | | the following facilities available: Added todo-print, todo-top-priorities and todo-jump with matching variables; Parameterized todo-header, todo-category-beg, todo-category-end and todo-category-sep; Added autoload comments; todo-category-select: Modified regexp to make category names unique; todo-forward-item: Added optional COUNT vaiable; todo-insert-item: Rewrote completing read entry. Also, check out the extended list of things left to be done to this package at the end of the documentation!
* Jari Aalto <[email protected]> writes:Oliver Seidel1997-10-161-310/+299
| | | | | | | | | | | | | | I just downloaded your package and after reading the docs I decided to do some reformatting. Hope you don't mind. Now they are in such a format that the html page can be automatically generated from the source file. As an example, I generated the attached page using the following command: ripdoc.pls | \ t2html.pls -a "Oliver.Seidel" -e [email protected] -simple And of course I appreciate it. Jari's stuff can be found at: ftp://cs.uta.fi/pub/ssjaaa/, while I'm making the 1997-10-15T17:18:[email protected] page available at http://www.cl.cam.ac.uk/users/os10000/doc/todo-mode.html (That link will be valid until 10/1998 or slightly longer.)
* Everything seems to work in Harald Melands Emacs 20.02 andOliver Seidel1997-10-151-18/+23
| | | | | | my Emacs 19.34. Beware of the spelling in some of the variable names. I looked up "threshold" in a dictionary and here in Britain this appears to be the way to spell it.
* Attempted to reconcile Harald's changes with mine since ↵Oliver Seidel1997-10-151-17/+24
| | | | 1997-10-14T22:22:[email protected].
* Fixed 'file-item' and added 20.02 split-string function.Oliver Seidel1997-10-151-20/+34
|
* Added string-split (which I stole from ediff-util), changedOliver Seidel1997-10-141-2/+40
| | | | | pop-to-buffer to switch-to-buffer and added message on how to exit the multi-line-edit mode.
* Harald Meland <[email protected]> asked forOliver Seidel1997-10-091-187/+264
| | | | | | | | | | | | | | | | | | | | the latest version, got 1997-08-19T14:00:[email protected], and returned this. He writes: Thanks a lot for the new version of todo-mode.el. As you will see I have messed it up a bit, hopefully for the better -- I don't like short, cryptic names for variables and functions, so I renamed most of them, and `defalias'ed the old function names. I hope you don't mind too much, I just kinda couldn't stop myself. Additionally, I included some support for multiline entries, cleaned up (IMHO :) a lot of the code, included completion-support for which category to install a new entry in, and possibly some other changes I can't remember :) It's getting rather late, and I have just done some preliminary testing on whether all of this really works, but so far it looks good.
* - changed name to todo-modeOliver Seidel1997-08-191-64/+113
| | | | | | - fixed menu descriptions - fixed "pressing abort while filing" - attempted Emacs Lisp Manual *Tips* section compliance
* Fixed header, typos, layout, documentation.Oliver Seidel1997-08-061-92/+72
|
* Applied patch from Istvan Marko <[email protected]>Oliver Seidel1997-08-061-9/+15
| | | | to make menus work anywhere.
* Acted upon suggestion from Shane Holder <[email protected]>:Oliver Seidel1997-08-061-12/+16
| | | | Cancelling the editing of an entry will not delete it any more.
* Improved documentation. Broke some lines to comply withOliver Seidel1997-08-061-55/+139
| | | | | Richard M. Stallman's email to please keep in sync with the rest of the Emacs distribution files.
* Made todomode.el available under GPL.Oliver Seidel1997-08-051-4/+29
|
* Fixed insertion routine with help from Trey JacksonOliver Seidel1997-08-051-59/+80
| | | | | <[email protected]>; added todo-ins-thresh; fixed keyboard layout to remove unwanted keys.
* Incorporated menus for XEmacs from [email protected],Oliver Seidel1997-08-051-4/+59
| | | | fixed TYPO, fixed todo-file-cmd, cleaned up rcs history.
* Added improvements from Ron Gut <[email protected]>.Oliver Seidel1997-08-051-91/+212
| | | | Added category management.
* Added Raise/Lower item.Oliver Seidel1997-08-041-1/+40
|
* Cleaned up variables, prefix and cursor position.Oliver Seidel1997-08-031-3/+46
|
* It appears to work.Oliver Seidel1997-08-031-2/+4
|
* Initial revisionOliver Seidel1997-08-031-0/+164