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

405 Commits

Author SHA1 Message Date
Andreas Schwab
9aa84f7f92 (scroll-calendar-left): Don't set
displayed-month and displayed-year here, let generate-calendar do
it, after range checking.
1999-02-17 10:32:01 +00:00
Richard M. Stallman
4d24213703 (appt-make-list): Don't splice quotes and date onto message. 1999-02-07 22:44:43 +00:00
Edward M. Reingold
14f1a889f1 Fix key bindings for appt-add and appt-delete 1999-02-01 15:39:28 +00:00
Richard M. Stallman
6339134ef0 (mark-diary-entries): Use assoc-ignore-case and do not capitalize when
matching month and day names.
1999-01-26 01:36:00 +00:00
Richard M. Stallman
e21f494327 (calendar-goto-french-date): Use assoc-ignore-case and do not
capitalize when matching month and day names.
1999-01-26 01:32:11 +00:00
Richard M. Stallman
50830fad6c (coptic-prompt-for-date): Use assoc-ignore-case and do not capitalize
when matching month and day names.
1999-01-26 01:31:29 +00:00
Richard M. Stallman
b5394859f2 (calendar-goto-julian-date): Use assoc-ignore-case and do not
capitalize when matching month and day names.
1999-01-26 01:30:46 +00:00
Richard M. Stallman
bf51dce332 (calendar-read-date): Use assoc-ignore-case and do not capitalize when
matching month and day names.
1999-01-26 01:29:43 +00:00
Richard M. Stallman
bf7b2caf01 (calendar-goto-hebrew-date)
(mark-hebrew-diary-entries, list-yahrzeit-dates): Use
assoc-ignore-case and do not capitalize when matching month and day names.
1999-01-26 01:28:41 +00:00
Richard M. Stallman
c0982a9740 (persian-prompt-for-date): Use assoc-ignore-case and do not capitalize
when matching month and day names.
1999-01-26 01:27:39 +00:00
Richard M. Stallman
918358c9b9 (calendar-read-mayan-haab-date)
(calendar-read-mayan-tzolkin-date): Use assoc-ignore-case and do not
capitalize when matching month and day names.
1999-01-26 01:26:54 +00:00
Richard M. Stallman
77cb2f4ce3 (calendar-goto-islamic-date)
(mark-islamic-diary-entries): Use assoc-ignore-case and do not
capitalize when matching month and day names.
1999-01-26 01:26:01 +00:00
Richard M. Stallman
b5972d799e (diary-float): Better fix of end-of-year error. 1999-01-06 08:09:27 +00:00
Karl Heuer
a2faecac77 (diary-float): Fix end-of-year error and typos in comments. 1998-12-16 21:12:17 +00:00
Richard M. Stallman
058961dde3 (appt-disp-window): Use pop-to-buffer,
to support special-display and same-window features.
1998-11-29 00:32:50 +00:00
Karl Heuer
3f0855d5cc (cal-menu-update): Fix menu wording. 1998-10-30 19:44:50 +00:00
Edward M. Reingold
4a7cd65c8b Add title parameters to frames. 1998-10-26 21:37:57 +00:00
Edward M. Reingold
b642d11edd Add doc strings CORRECTLY! 1998-10-21 20:03:07 +00:00
Edward M. Reingold
2ef611de48 Add doc strings for calendar-day-name-array and calendar-month-name-array. 1998-10-20 15:41:59 +00:00
Oliver Seidel
dad8ca4cc9 Alex Schroeder startup description added. 1998-09-29 18:20:36 +00:00
Karl Heuer
f3e7c0dc58 (appt-interval): Variable deleted.
(appt-check): For minutes in between appt-display-interval times,
do check, but don't display anything except an updated mode line.
Count against appt-display-interval based on minutes since
first display of this appointment, not based on time of day.
If appt-display-mode-line, force mode line redisplay
whenever appt-mode-string has changed.
(appt-add, appt-delete): Add autoload cookies.
(appt-check): Catch errors from calling `diary'.
(appt-max-time): Renamed from max-time.
(appt-now-displayed, appt-display-count): New variables.
(appt-timer): Don't create one if we already have one.
1998-09-21 19:45:14 +00:00
Karl Heuer
7ff020486d (mark-sexp-diary-entries): Fix previous chg. 1998-09-13 03:45:02 +00:00
Karl Heuer
94d1817dff (mark-sexp-diary-entries): Avoid infinite loop when
sexp entry ends at end of file with no newline.
1998-09-10 16:03:07 +00:00
Karl Heuer
6bd677fa1b (chinese-year-cache): Change range of years from
1989-2000 to 1990-2010.
1998-08-29 15:59:01 +00:00
Karl Heuer
f2999a979e (appt-check): Clear appt-mode-string if we don't put something in it. 1998-08-27 15:17:51 +00:00
Karl Heuer
3c056df3ad (appt-check): Start the appt-mode-string w/ space. 1998-08-27 15:16:25 +00:00
Karl Heuer
666333c04e (diary-block): Doc fix.. 1998-08-27 15:15:18 +00:00
Karl Heuer
ac96331df2 (diary-list-include-blanks): Doc fix.. 1998-08-27 15:14:58 +00:00
Karl Heuer
5a1d5766b2 (cal-tex-cursor-filofax-daily): Don't use oddp. 1998-08-27 15:08:37 +00:00
Richard M. Stallman
efa434d9f2 (appt-mode-string): New variable.
(global-mode-string): Add appt-mode-string to it.
(appt-check): Avoid using display-time-string to fetch current time.
To display in mode line, use appt-mode-string.
1998-08-26 21:14:25 +00:00
Richard M. Stallman
6a271152e3 (cal-tex-latexify-list): Ignore specifer in diary entry. 1998-07-25 05:59:11 +00:00
Richard M. Stallman
249d440df9 (diary-mail-addr): Fix custom type. 1998-07-03 21:17:47 +00:00
Stephen Eglen
9c2ae13ad0 diary-mail-entries calls exit-calendar when finished. 1998-06-29 09:51:39 +00:00
Edward M. Reingold
f2ad066495 Prevent diary display from being corrupted on printed calendar generation. 1998-06-09 22:30:01 +00:00
Edward M. Reingold
f20d548a48 Minor fix to previous change. 1998-06-09 22:27:59 +00:00
Edward M. Reingold
6c8a48a6d0 Rewrote calendar-mouse-holidays, calendar-mouse-view-diary-entries,
calendar-mouse-view-other-diary-entries to put results in popup menu to be
consistent with other functions.
1998-06-09 22:03:14 +00:00
Edward M. Reingold
892e6825a0 Don't overide default value of diary-file. 1998-06-09 21:50:58 +00:00
Edward M. Reingold
4cb546524d Fix menu separators. 1998-06-05 18:29:44 +00:00
Edward M. Reingold
9c73a356b0 Minor fixes of earlier updates. 1998-05-28 01:12:18 +00:00
Edward M. Reingold
32eb9671dd Fix list of "special" buffers. 1998-05-27 20:19:07 +00:00
Edward M. Reingold
726669d82c Add function to show equivalent date on all available calendars (in parallel
to what's available with popup menus).
1998-05-27 20:18:40 +00:00
Edward M. Reingold
f6f8363598 Rewrote cal-tex-list-holidays to get holidays in the range correctly (and more
simply).
1998-05-19 22:24:01 +00:00
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