Richard M. Stallman
a4e104bf5c
Doc fix.
1994-05-22 22:14:17 +00:00
Richard M. Stallman
3f6ca39d91
(calendar-mode-map): Use calendar-goto-astro-day-number.
1994-05-19 23:18:36 +00:00
Richard M. Stallman
89e143860c
Rewrite mouse-3 menu as a keymap.
...
Move calendar-mouse-2-date-menu to down-mouse-2.
1994-05-12 19:21:38 +00:00
Edward M. Reingold
a6ee0a2f86
(calendar-mode-map): Change binding of Mouse-2. Bind Mouse-3.
...
(calendar-event-to-date): Add optional error parameter.
(calendar-mouse-print-dates): Fix first line to show day of year.
(calendar-mouse-date-menu): Deleted; split into two new functions.
(calendar-mouse-2-date-menu, calendar-mouse-3-date-menu): The two functions.
1994-05-10 22:10:16 +00:00
Edward M. Reingold
21c8986e27
(calendar-cursor-to-date): Fix error return.
...
(calendar-iso-date-string): Repair punctuation.
1994-05-10 21:57:35 +00:00
Richard M. Stallman
b61631a77d
(calendar-mouse-set-mark): New function.
...
(calendar-mouse-date-menu): Bind it to key.
1994-05-09 03:20:21 +00:00
Richard M. Stallman
6b1abbd186
Doc fixes.
1994-05-08 06:45:49 +00:00
Richard M. Stallman
be6231e3d1
(calendar-event-to-date): Set buffer in case calendar isn't current.
1994-05-08 06:29:31 +00:00
Richard M. Stallman
e2bb905e9e
(calendar-mouse-print-dates): Add missing level of list
...
for Islamic, Revolutionary and Mayan calendars.
Delete duplicate entry for ISO calendar.
1994-05-08 06:10:52 +00:00
Karl Heuer
8f1204db34
Update copyright.
1994-05-03 23:47:06 +00:00
Karl Heuer
d733c5ec03
Update copyright.
1994-05-03 22:46:37 +00:00
Richard M. Stallman
ec4dfb6bfb
(sunrise-sunset): Undo previous change.
1994-05-01 20:18:39 +00:00
Richard M. Stallman
2d2bdb7aba
(solar-degrees-to-hours, solar-hours-to-days): Force floating result.
...
(sunrise-sunset): Don't alter calendar-daylight-savings-starts
and calendar-daylight-savings-ends.
1994-05-01 07:39:02 +00:00
Richard M. Stallman
c00f638dbb
(calendar-starred-day): Var renamed from starred-day.
1994-04-27 08:38:11 +00:00
Richard M. Stallman
6b39e127f6
(calendar-mode-map): Use substitute-key-definition.
...
Don't mess with kill-region and copy-region-as-kill.
1994-04-16 00:21:29 +00:00
Richard M. Stallman
e555fdd878
Many doc fixes.
...
(general-holidays, *-holidays): Add risky-local-variable property.
1994-04-07 20:31:17 +00:00
Richard M. Stallman
5924340384
Fix copying conditions for current GPL version.
1994-04-07 20:30:18 +00:00
Richard M. Stallman
cd2d091aff
(calendar-daylight-savings-ends)
...
(calendar-daylight-savings-ends): Add risky-local-variable property.
1994-04-07 19:05:41 +00:00
Roland McGrath
1beddd9bb1
(calendar-cursor-to-date): Fix to signal error when appropriate.
1994-04-05 01:34:09 +00:00
Karl Heuer
c9434ed66d
(generate-calendar-month): Add mouse-face properties.
1994-04-04 22:59:59 +00:00
Edward M. Reingold
d928d7e562
(lunar-phase): Use calendar-mod instead of % so that it
...
works for negative phase numbers.
1994-03-14 17:21:31 +00:00
Karl Heuer
fc9183db8e
Doc fix.
1994-03-12 01:55:02 +00:00
Richard M. Stallman
0dba5606aa
Comment changes.
1994-03-06 19:00:21 +00:00
Karl Heuer
590496255a
Use add-hook instead of setq.
1994-03-03 17:39:32 +00:00
Edward M. Reingold
b5e8c6b79d
* calendar.el (calendar-current-date): Use fixed assoc list for
...
month names so that changing the array of names doesn't screw up
the determination of the current date.
1994-03-01 22:42:53 +00:00
Edward M. Reingold
c93b9aaef9
Fix calendar-cursor-to-date to handle starred days correctly.
1994-02-23 02:38:23 +00:00
Richard M. Stallman
5a1a5fd7f7
(calendar-cursor-to-date): Fix search string so it
...
correctly moves past a starred date.
1994-02-22 04:46:12 +00:00
Richard M. Stallman
7cd96b42c5
(calendar-string-to-mayan-long-count): Don't
...
assume that periods must end numbers. Look for digit runs explicitly.
1994-02-19 02:05:53 +00:00
Richard M. Stallman
6a6e6405ef
(calendar-sunrise-sunset): Use new error arg to calendar-cursor-to-date.
...
(sunrise-sunset): Allow it to be called without an argument (as advertized).
1994-02-07 20:56:46 +00:00
Richard M. Stallman
d33b395845
(calendar-print-mayan-date): Use new error arg to calendar-cursor-to-date.
1994-02-07 20:55:00 +00:00
Richard M. Stallman
ea5ccb55d3
(calendar-print-french-date,diary-french-date):
...
Use new error arg to calendar-cursor-to-date.
1994-02-07 20:53:04 +00:00
Richard M. Stallman
56e7830d68
(calendar-cursor-holidays): Use new error arg
...
to calendar-cursor-to-date.
1994-02-07 20:49:35 +00:00
Richard M. Stallman
ffd82264f0
(calendar-mode-line-format): Change "current" to "today".
...
(calendar-cursor-to-date): Add optional parameter to cause error
signal when cursor is not on a date---this allows lots of
simplifications throughout the code.
(calendar-forward-month,calendar-set-mark,
calendar-exchange-point-and-mark,calendar-count-days-region,
calendar-print-day-of-year,calendar-print-iso-date,
calendar-print-julian-date,calendar-print-islamic-date,
calendar-print-hebrew-date,calendar-print-astro-day-number): Use simplification.
1994-02-07 20:42:44 +00:00
Richard M. Stallman
b7a321a4d4
(calendar-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal.
1994-02-04 06:44:55 +00:00
Richard M. Stallman
85a9e6fe4a
(appt-display-interval, appt-display-duration)
...
(appt-message-warning-time): Use larger defaults.
1994-02-01 00:00:36 +00:00
Richard M. Stallman
d5c61e945e
(calendar-print-hebrew-date): Change to use calendar-hebrew-date-string.
1994-01-31 16:16:05 +00:00
Richard M. Stallman
aef1a243d0
Initial revision
1994-01-30 00:30:22 +00:00
Richard M. Stallman
45cb347be7
(calendar-mayan-date-string): New function.
...
(calendar-print-mayan-date, diary-mayan-date): Use it.
1994-01-30 00:30:02 +00:00
Richard M. Stallman
adaeaa8e59
(calendar-french-date-string): New function.
...
(calendar-print-french-date, diary-french-date): Use it.
1994-01-30 00:29:32 +00:00
Richard M. Stallman
abd93e6653
(calendar-sunrise-sunset): Add date to message.
1994-01-30 00:29:09 +00:00
Richard M. Stallman
1a380827e3
(calendar-phases-of-moon): Fix mode line.
1994-01-30 00:28:54 +00:00
Richard M. Stallman
1d34f34921
(list-calendar-holidays): Fix mode line.
1994-01-30 00:28:40 +00:00
Richard M. Stallman
6a2aa94c25
(calendar-version): New function.
...
Adjustments to commentary at top of file.
(diary-entry-marker, calendar-today-marker,
calendar-holiday-marker): Don't autoload them; change definitions
to support monochrome and color workstations.
(calendar-french-date-string,calendar-mayan-date-string): Autoload them.
(calendar-day-of-year-string, calendar-iso-date-string,
calendar-julian-date-string,calendar-islamic-date-string,
calendar-hebrew-date-string,calendar-astro-date-string): New functions
(calendar-print-day-of-year, calendar-print-iso-date,
calendar-print-iso-date,calendar-print-julian-date,
calendar-print-islamic-date,calendar-print-hebrew-date,
calendar-print-astro-day-number): Use them.
(calendar-mode-map): Add mouse support.
(calendar-unmark,mark-visible-calendar-date,calendar-mark-today):
Rewritten.
1994-01-30 00:25:00 +00:00
Richard M. Stallman
adae5323e7
(appt-check): Doc fix.
1994-01-25 00:09:55 +00:00
Richard M. Stallman
5b5861558c
(appt-check): Use the new variables
...
appt-disp-window-function and appt-delete-window-function.
(appt-disp-window-function): New variable.
(appt-delete-window-function): New variable.
(appt-delete-window): New function.
(appt-disp-window): Don't delete the appt window here;
instead, call appt-delete-window-function.
Fixed bug that messed up the screen when appt-check ran
when mouse is in the minibuffer.
Call select-frame only if window-system.
1994-01-21 21:21:20 +00:00
Richard M. Stallman
c3a3ebc910
(calendar-goto-french-date): Fix special day
...
choice in non-leap years by re-reversing the list. Fix out of
place parenthesis in prompt.
1994-01-02 19:03:36 +00:00
Richard M. Stallman
ff4373ed63
(calendar-mode-map): Put back C-v and M-v bindings.
1993-12-23 03:21:48 +00:00
Paul Eggert
238c5cc1cc
(lunar-phase): Add calendar-time-zone to solar ephemeris correction.
...
This fixes a bug where GMT was being reported as if it were local time.
1993-12-05 18:29:24 +00:00
Richard M. Stallman
b570e6523a
(appt-display-interval): New variable.
...
(appt-check): Obey that variable.
1993-11-16 03:30:08 +00:00
Richard M. Stallman
ce4d3fff9b
(solar-equinoxes-solstices): Add autoload.
1993-11-14 22:54:45 +00:00