1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

363 commits

Author SHA1 Message Date
Edward M. Reingold
8f596798b1 Fix mispelling. 1998-05-14 19:40:20 +00:00
Edward M. Reingold
b67c85e9a3 Add separators to Holidays menu. 1998-05-12 15:32:50 +00:00
Richard M. Stallman
f8cac35aae (calendar-mode-map): Rename holidays' menu to Holidays'.
(cal-menu-update): Similar renamings; change the arg to
easy-menu-change also.  Change some item names.
1998-05-12 03:12:08 +00:00
Edward M. Reingold
07342a647f Minor fix to earlier changes today. 1998-05-11 17:18:04 +00:00
Edward M. Reingold
3802302078 On exiting, don't signal error when user changes mind. 1998-05-11 15:48:24 +00:00
Edward M. Reingold
b5305eb051 Made holiday button on menu bar related to current calendar display. 1998-05-11 14:56:37 +00:00
Richard M. Stallman
f91adf2943 (diary-mail-entries): Add autoload cookie. 1998-05-06 07:38:44 +00:00
Stephen Eglen
23c815141c Write year in subject line using four digits, not two. 1998-05-01 08:48:27 +00:00
Dan Nicolaescu
cd32a7baa4 *** empty log message *** 1998-04-20 02:34:53 +00:00
Richard M. Stallman
c25aec78d1 (calendar-mode-map): Add bindings for appt-add and appt-delete. 1998-03-27 04:53:22 +00:00
Edward M. Reingold
11f23ea2c1 Fix mispelling. 1998-02-02 17:21:49 +00:00
Richard M. Stallman
9d26aa53a2 (calendar-french-single-byteify): Function deleted.
(calendar-goto-french-date): Don't call calendar-french-single-byteify.
Delete local var oldval.
(calendar-print-french-date): Don't bind enable-multibyte-characters.
1998-01-24 02:47:47 +00:00
Oliver Seidel
6fe3681b00 Added patch from Don Hejna <djhejna@oasis.ambit.com>. 1998-01-12 11:43:22 +00:00
Kenichi Handa
e68e61b5e0 Change "?\C-\ " to "?\C- " because "\ " is changed
to standing for nothing in lread.c (read_escape).
1998-01-12 05:48:48 +00:00
Richard M. Stallman
09fd1a1aac (calendar-french-single-byteify): New function.
(calendar-goto-french-date): Use calendar-french-single-byteify
instead of changing enable-multibyte-characters.
test french-calendar-accents.
1997-12-21 01:33:06 +00:00
Paul Eggert
a96a5fca07 Add reference to new Calendrical Calculations book. 1997-12-16 19:12:36 +00:00
Karl Heuer
ed80a8e438 (calendar-day-name): Truncate properly when
multibyte.
1997-12-08 01:46:34 +00:00
Edward M. Reingold
20f92f7bc8 Minor repair of previous change. 1997-12-05 21:28:00 +00:00
Edward M. Reingold
ee3bb32f1b Add fixed date (RD) to menu of other dates. 1997-12-05 17:37:39 +00:00
Edward M. Reingold
2d18134929 Fix bad call to error. 1997-12-05 17:22:31 +00:00
Oliver Seidel
0561decbb5 Another patch by Michael Cook to fix annotation. 1997-12-04 17:45:22 +00:00
Karl Heuer
54e7fabaf3 (french-calendar-special-days-array): New function.
(calendar-french-date-string, calendar-goto-french-date): Use that
function instead of the variable.
1997-12-04 04:13:58 +00:00
Oliver Seidel
6b04f517ce Added category patch by Michael R Cook <mcook@cognex.com>. 1997-12-03 12:18:20 +00:00
Richard M. Stallman
9e749c006d (diary-mail-days): Fix previous change. 1997-11-25 19:49:42 +00:00
Richard M. Stallman
8ffbfaa965 (diary-mail-addr, diary-mail-days): New variables.
(diary-mail-entries): New function.
1997-11-25 04:00:20 +00:00
Karl Heuer
a14723d908 (list-diary-entries, list-sexp-diary-entries, add-to-diary-list):
Add the diary entry "specifier" to the entry on the list.
(diary-unknown-time): New variable.
(diary-entry-time): Use it.
1997-11-17 01:59:28 +00:00
Karl Heuer
bfc7bff6f9 (list-islamic-diary-entries): Add the diary entry
"specifier" to the entry on the list.
1997-11-17 01:59:00 +00:00
Karl Heuer
f674d9acf5 (list-hebrew-diary-entries): Add the diary entry
"specifier" to the entry on the list.
1997-11-17 01:58:42 +00:00
Karl Heuer
d6a0250d65 (french-calendar-day-name-array):
Give the day array, not the month array.
1997-11-11 02:55:34 +00:00
Karl Heuer
287404f340 (cal-tex-cursor-week-iso): Delete spurious %. 1997-11-07 19:23:34 +00:00
Karl Heuer
cc6e052280 (calendar-chinese-date-string): Fix month name. 1997-11-07 19:22:50 +00:00
Karl Heuer
d5824b35e4 (ethiopic-calendar-epoch): Correct to 8 CE. 1997-11-03 02:57:05 +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