1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

305 Commits

Author SHA1 Message Date
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