1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Miles Bader
1f3ddf11e8 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
Remove RCS keywords

2004-04-10  Miles Bader  <miles@gnu.org>

   RCS keyword removal (only non-comment changes are enumerated here):

   * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
   (byte-compile-insert-header): Don't use `byte-compile-version'.
   * lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
   instead of calculating something from the RCS `State' keyword
   [the latter is almost entirely useless anyway].
   * lisp/forms.el (forms-version): Variable removed.
   (forms-mode): Don't use `forms-version'.
   * lisp/recentf.el (recentf-version): Variable removed.
   * lisp/progmodes/delphi.el (delphi-version): Variable removed.
   * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2004-04-10 05:55:49 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Pavel Janík
4f9b526474 Require time-stamp. 2001-12-11 07:36:30 +00:00
Richard M. Stallman
887c6c1ff4 (todo-save): Fix previous change. 2001-11-17 04:01:31 +00:00
Richard M. Stallman
ade67f6a51 (todo-save): Add save-excursion and save-restriction. 2001-11-13 04:11:29 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Gerd Moellmann
bf2fcd6794 (todo-top-priorities): Use delete-region
instead of kill-line.
2001-07-05 13:51:17 +00:00
Dave Love
ade0f0b8f7 (todo): Add :link, :version.
(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.
2001-01-02 14:06:15 +00:00
Dave Love
a54d1c943f (todo-top-priorities): Use
todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2000-11-22 22:51:33 +00:00
Dave Love
cb9222cf5b Replaced with a working version, based on 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up. 2000-07-04 11:15:24 +00:00
Dave Love
89802f436f Minor doc fixes and code tweaks. 2000-07-04 10:35:24 +00:00
Dave Love
346181f0cd New maintainer address. 2000-06-06 16:43:40 +00:00
Dave Love
a554b301b0 [This needs more work on the outline stuff.]
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.
2000-06-02 18:37:43 +00:00
Dave Love
9278c60dae Remove some compatibility stuff and CL
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.
2000-05-12 10:58:13 +00:00
Oliver Seidel
1b0d4d6953 Removed some inappropriate "autoload comments", as
suggested by <Marc.Zonzon@univ-rennes1.fr>.  Thanks.
1999-05-12 08:41:32 +00:00
Oliver Seidel
6c7331ff70 Marc Zonzon <Marc.Zonzon@univ-rennes1.fr> on 18.Mar.99 writes that I
should remove the single space between ### and autoload.  And now I
have.
1999-03-18 08:53:48 +00:00
Oliver Seidel
bd40f1f23a Alastair Burt <alastair.burt@dfki.de> sent in a patch on 17.Mar.98
which removes duplicates from the category list and saves the buffer
after category addition.  Thanks.

Uwe Brauer <oub@sunma4.mat.ucm.es> 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" <ehirgelt@directinterfaces.com> fixed a problem
with multi-line editing 29.Oct.98.  Thanks.

tom <tom@pixelpark.com> sent in a replacement for the outmoded
time-format that I had been using on 13.Nov.98.  Thanks.

Jerome Thebert <thebertj@felixstowe.rms.slb.com> 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.
1999-03-17 11:10:29 +00:00
Oliver Seidel
dad8ca4cc9 Alex Schroeder startup description added. 1998-09-29 18:20:36 +00:00
Oliver Seidel
6fe3681b00 Added patch from Don Hejna <djhejna@oasis.ambit.com>. 1998-01-12 11:43:22 +00:00
Oliver Seidel
0561decbb5 Another patch by Michael Cook to fix annotation. 1997-12-04 17:45:22 +00:00
Oliver Seidel
6b04f517ce Added category patch by Michael R Cook <mcook@cognex.com>. 1997-12-03 12:18:20 +00:00
Oliver Seidel
4dc1a16087 Three insertion options:
i without prefix: ask for category, do binary insertion
i with prefix: do binary insertion in current category
uppercase I: insert directly under cursor
1997-10-28 22:16:24 +00:00
Oliver Seidel
1966902e99 Improved documentation, fixed insertion with prefix. 1997-10-28 21:59:48 +00:00
Oliver Seidel
d145aa839c Implemented "insert-under-cursor" as suggested by
Kai Grossjohann <grossjohann@ls6.cs.uni-dortmund.de>.
1997-10-28 21:47:12 +00:00
Oliver Seidel
5d035cad7d Incorporated simplifying suggestions from
Carsten Dominik <dominik@strw.LeidenUniv.nl>.
1997-10-28 21:37:05 +00:00
Oliver Seidel
49b2ae0e10 Patch from Paul Stodghill <stodghil@CS.Cornell.EDU>:
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.
1997-10-28 21:26:55 +00:00
Oliver Seidel
85b3b16644 Improvements sent in by Dave Love <d.love@dl.ac.uk>:
todo-mode.el: Doc fixes.  Customization.
(todo-add-item-non-interactively): New arg -- don't dynamically bind ARG.
(todo-insert-item): Use it.
1997-10-28 21:14:51 +00:00
Oliver Seidel
f1757bdd29 Harald Backer <harald.backer@fou.telenor.no> sent the following:
Added `todo-save-top-priorities' and option to automatically save top
priorities file when saving todo-file.  Changed some default values.
Bug fixes.
1997-10-28 20:03:27 +00:00
Oliver Seidel
e05e3850a0 Added fix from Frank Ridderbusch <ridderbusch.pad@sni.de>,
an apostrophe was missing.
1997-10-28 19:41:53 +00:00
Oliver Seidel
4cbc9d5a46 Added three suggestions from Carsten
Dominik <dominik@strw.LeidenUniv.nl>:

- 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
1997-10-24 17:30:54 +00:00
Oliver Seidel
2e59003080 Paul Stodghill <stodghil@CS.Cornell.EDU> writes:
When invoked with a prefix, todo-insert-item
should not prompt for a category.  (He adds:
At least that's what I think.)
1997-10-24 16:53:20 +00:00
Oliver Seidel
0aa18b36b3 Rafael Laboissiere <rafael@icp.inpg.fr> writes:
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.
1997-10-24 16:51:02 +00:00
Oliver Seidel
e4541b670d Thanks to Harald Backer <harald.backer@fou.telenor.no>, we now have
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!
1997-10-17 15:41:57 +00:00
Oliver Seidel
01b864bc53 Jari Aalto <jari.aalto@ntc.nokia.com> writes:
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 Oliver.Seidel@cl.cam.ac.uk -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:11Z!os10000@seidel-space.de 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.)
1997-10-16 21:21:16 +00:00
Oliver Seidel
ab618c6ee6 Everything seems to work in Harald Melands Emacs 20.02 and
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.
1997-10-15 17:18:11 +00:00
Oliver Seidel
b7e0417034 Attempted to reconcile Harald's changes with mine since 1997-10-14T22:22:35Z!os10000@seidel-space.de. 1997-10-15 14:30:41 +00:00
Oliver Seidel
91e9443e0b Fixed 'file-item' and added 20.02 split-string function. 1997-10-15 14:00:12 +00:00
Oliver Seidel
2186b97448 Added string-split (which I stole from ediff-util), changed
pop-to-buffer to switch-to-buffer and added message on how
to exit the multi-line-edit mode.
1997-10-14 22:22:35 +00:00
Oliver Seidel
7f6241eaf5 Harald Meland <harald.meland@usit.uio.no> asked for
the latest version, got 1997-08-19T14:00:36Z!os10000@seidel-space.de, 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.
1997-10-09 09:24:50 +00:00
Oliver Seidel
7c896f63d6 - changed name to todo-mode
- fixed menu descriptions
- fixed "pressing abort while filing"
- attempted Emacs Lisp Manual *Tips* section compliance
1997-08-19 14:00:36 +00:00
Oliver Seidel
cf1ebf4390 Fixed header, typos, layout, documentation. 1997-08-06 10:56:15 +00:00
Oliver Seidel
49c48a1b9d Applied patch from Istvan Marko <istvan@cmdmail.amd.com>
to make menus work anywhere.
1997-08-06 09:14:25 +00:00
Oliver Seidel
03944ca7d7 Acted upon suggestion from Shane Holder <holder@rsn.hp.com>:
Cancelling the editing of an entry will not delete it any more.
1997-08-06 08:56:03 +00:00
Oliver Seidel
579e1c6780 Improved documentation. Broke some lines to comply with
Richard M. Stallman's email to please keep in sync with the
rest of the Emacs distribution files.
1997-08-06 08:12:03 +00:00
Oliver Seidel
595b2334ee Made todomode.el available under GPL. 1997-08-05 22:39:04 +00:00
Oliver Seidel
3d8105fb39 Fixed insertion routine with help from Trey Jackson
<tjackson@ichips.intel.com>; added todo-ins-thresh;
fixed keyboard layout to remove unwanted keys.
1997-08-05 22:34:14 +00:00
Oliver Seidel
a360be793e Incorporated menus for XEmacs from Allan.Cochrane@soton.sc.philips.com,
fixed TYPO, fixed todo-file-cmd, cleaned up rcs history.
1997-08-05 16:47:01 +00:00
Oliver Seidel
da2ee6858f Added improvements from Ron Gut <rgut@aware.com>.
Added category management.
1997-08-05 14:43:39 +00:00
Oliver Seidel
8cdc3b3d9d Added Raise/Lower item. 1997-08-04 16:18:45 +00:00
Oliver Seidel
7e6ed9b9b5 Cleaned up variables, prefix and cursor position. 1997-08-03 12:47:26 +00:00