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
Karl Heuer
a137e62c85
(cal-tex-mouse-filofax-daily): New function.
...
(cal-tex-mouse-filofax): Add menu item for it.
1997-09-24 16:29:39 +00:00
Karl Heuer
9018e77d44
(calendar-mode-map): Bind it to key.
...
(cal-tex-cursor-filofax-daily): Autoload it.
1997-09-24 16:29:05 +00:00
Karl Heuer
ff3f9a42bc
(cal-tex-cursor-filofax-daily): New function.
...
Delete from "to do" list.
1997-09-24 16:28:34 +00:00
Karl Heuer
686481e786
(calendar-mayan-days-before-absolute-zero): Change
...
to more widely acknowledged value.
1997-09-24 16:14:22 +00:00
Richard M. Stallman
dce5c9160a
Require calendar only when compiling.
1997-09-19 03:04:00 +00:00
Richard M. Stallman
9e9350481e
(chinese-calendar-time-zone): Likewise.
...
(chinese-calendar-standard-time-zone-name): Likewise.
1997-09-13 06:04:04 +00:00
Richard M. Stallman
52f4a7f751
(calendar-location-name): Doc fix.
1997-09-12 22:41:48 +00:00
Richard M. Stallman
20eff79988
Require calendar.el.
1997-09-12 22:08:16 +00:00
Richard M. Stallman
780249f808
(french-calendar-accents): Change variable to function.
...
Uses changed. Test that we can display multibyte chars.
(french-calendar-day-name-array, french-calendar-month-name-array):
New functions. Use them instead of directly using these variables.
(french-calendar-multibyte-month-name-array): New variable.
(french-calendar-multibyte-special-days-array): New variable.
(calendar-print-french-date): Bind enable-multibyte-characters to t.
1997-09-12 19:34:27 +00:00
Richard M. Stallman
bfca0f6bb9
(calendar-julian-date-string): Mark not interactive.
1997-08-19 15:36:22 +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
Richard M. Stallman
2b3f69c8a3
Add an autoload form for calendar-print-julian-date.
1997-08-19 02:32:26 +00:00
Richard M. Stallman
0488694c33
(diary-entry-time): Bind case-fold-search to nil.
1997-08-12 23:05:43 +00:00
Richard M. Stallman
67f04586c3
(cal-tex-latexify-list): Put the elements of RESULT in the proper order.
...
(cal-tex-list-diary-entries): Bind diary-list-include-blanks to nil.
1997-08-12 00:58:44 +00:00
Richard M. Stallman
6213b40df6
(cal-tex-latexify-list): Put the elements of RESULT in the proper order.
1997-08-12 00:55:31 +00:00
Richard M. Stallman
d5d0314a8a
Fix previous change.
1997-08-09 16:46:53 +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
Richard M. Stallman
65f1589593
Fix previous change.
1997-08-03 22:57:46 +00:00
Oliver Seidel
7e6ed9b9b5
Cleaned up variables, prefix and cursor position.
1997-08-03 12:47:26 +00:00
Oliver Seidel
384af0dd16
It appears to work.
1997-08-03 12:15:28 +00:00
Oliver Seidel
3cb152f941
Initial revision
1997-08-03 12:15:13 +00:00
Richard M. Stallman
a69e7dae70
(diary-face, calendar-today-face, holiday-face):
...
Use defface to define them.
1997-07-31 15:38:10 +00:00
Richard M. Stallman
ae58b7adfb
(calendar-day-name): New optional args WIDTH, ABSOLUTE.
...
(calendar-month-name): New optional arg WIDTH.
(generate-calendar-month, calendar-date-string): Pass new args
instead of using substring here.
1997-07-24 07:42:23 +00:00
Richard M. Stallman
bf95757e71
(diary-entry-time): Downcase the am/pm letter.
1997-07-23 19:07:34 +00:00
Richard M. Stallman
9f596b33c7
(diary-float): Fix errors in previous change.
1997-07-04 04:44:29 +00:00
Richard M. Stallman
9b58d14443
(diary-float): Rewritten to fix bug when base date
...
of entry and entry date are in different months.
Added optional parameter DAY.
(list-sexp-diary-entries): Revise description of diary-float.
1997-05-20 05:18:15 +00:00
Richard M. Stallman
151eeaa7c4
(holiday-float): Rewritten to fix bug when base date
...
of holiday and holiday date are in different months.
1997-05-20 05:17:49 +00:00
Richard M. Stallman
bbc054a9ab
(holiday-passover-etc): Postpone date of Yom
...
HaShoah to Monday if it falls on Sunday (as per ammendment passed
by the Israeli Kenesset, May, 1997).
1997-05-07 19:34:18 +00:00
Richard M. Stallman
f10cbb4c17
(cal-menu-list-holidays-following-year)
...
(cal-menu-list-holidays-previous-year)
(cal-menu-list-holidays-year): New commands.
(calendar-mode-map): Put them in the holidays menu.
1997-05-05 17:54:28 +00:00
Richard M. Stallman
ebad70ded3
(list-holidays): Fix buffer title when list is
...
nil. Do save-excursion to keep from messing up calendar variables.
Handle CHOICE = "" like CHOICE = "Ask".
1997-05-04 16:02:44 +00:00
Richard M. Stallman
5e11a170e7
Use defcustom.
1997-05-03 04:58:13 +00:00
Richard M. Stallman
b032077ab1
Add defgroups, and use defcustom.
1997-05-03 04:56:48 +00:00
Richard M. Stallman
8db540c5ce
Add defgroup and use defcustom.
1997-05-03 04:53:02 +00:00
Richard M. Stallman
ed8fcefb14
(calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area.
1997-04-26 22:14:21 +00:00
Richard M. Stallman
42f5d1b001
(calendar-print-french-date): Label French date in echo area.
1997-04-26 22:14:07 +00:00
Richard M. Stallman
26808bb3a7
Delete all menu-enable properties.
...
They ran slowly and sometimes got errors.
1997-04-24 22:54:27 +00:00
Richard M. Stallman
40b14a0cf3
(list-holidays): Add autoload cookie.
1997-04-11 06:35:54 +00:00
Richard M. Stallman
056a21c458
(list-holidays): New function.
1997-04-11 02:38:51 +00:00
Richard M. Stallman
5cb9391022
(diary-islamic-date): Use `date'.
1997-04-11 02:35:34 +00:00
Richard M. Stallman
7801463cd5
(diary-coptic-date): Use `date'.
...
If calendar-coptic-date-string gives nonempty string,
add additional text to it.
1997-04-11 02:35:08 +00:00
Richard M. Stallman
edbf26946d
(diary-persian-date): Use `date'.
...
Add some additional text at the end.
1997-04-11 02:34:37 +00:00
Richard M. Stallman
69b31c6922
(diary-french-date): Use `date'.
...
Add some additional text at the end.
1997-04-11 02:34:09 +00:00
Richard M. Stallman
75697ad97f
(diary-astro-day-number): Change format string.
1997-04-11 02:32:13 +00:00
Karl Heuer
ca57718c8e
(cal-tex-preamble): Set \lineskip to 0pt.
1997-03-19 19:00:22 +00:00
Paul Eggert
12154b449f
(calendar-time-zone-daylight-rules): Add support
...
for daylight saving rules in Iran.
(require 'cal-persia) now needed.
1996-12-19 01:17:26 +00:00
Richard M. Stallman
ca67b44e66
(list-diary-entries): Reread the diary file if it has changed.
1996-11-09 09:06:52 +00:00
Richard M. Stallman
d839637129
(calendar-current-date): Simplify by using decode-time instead
...
of parsing current-time-string.
1996-09-03 23:27:01 +00:00
Karl Heuer
0d26feea89
(appt-check, appt-make-list): Avoid race condition
...
by getting current time once, not twice.
1996-07-15 20:23:12 +00:00
Richard M. Stallman
327c8eb2f9
(french-calendar-accents): New variable.
...
(french-calendar-month-name-array): Check that variable.
(french-calendar-special-days-array): Likewise.
(calendar-french-date-string): Likewise.
(calendar-goto-french-date): Likewise.
1996-06-28 08:44:25 +00:00
Edward M. Reingold
2d1214b890
A bit more fiddling with layout of Filofax year page.
1996-06-14 19:04:46 +00:00