1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00
Commit Graph

445 Commits

Author SHA1 Message Date
Eli Zaretskii
e437b49194 (timeclock-file): Run .timelog through convert-standard-filename. 2000-08-15 08:25:50 +00:00
Gerd Moellmann
90cbf47ef1 *** empty log message *** 2000-08-14 12:45:50 +00:00
Eli Zaretskii
fbebec273d (appt-disp-window): Use display-multi-frame-p
instead of window-system.
2000-07-31 15:34:07 +00:00
Dave Love
cb9222cf5b Replaced with a working version, based on 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up. 2000-07-04 11:15:24 +00:00
Dave Love
89802f436f Minor doc fixes and code tweaks. 2000-07-04 10:35:24 +00:00
Gerd Moellmann
7c0d9b8972 (appt-select-lowest-window): Use walk-windows
instead of cycling through windows with next-window.
2000-07-03 09:12:39 +00:00
Sam Steingold
3a8e2ba917 ignore *.elc 2000-06-19 16:16:01 +00:00
Dave Love
346181f0cd New maintainer address. 2000-06-06 16:43:40 +00:00
Dave Love
a554b301b0 [This needs more work on the outline stuff.]
Doc fixes.
(todo) <defgroup>: Add :version.
(todo-add-category): Don't use pushnew.
(todo-cmd-raise): Fix typo.
(todo-top-priorities): Change temp buffer name.
(todo-category-alist): Avoid redundant lambda.
(todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
Use outline-next-heading.
2000-06-02 18:37:43 +00:00
Dave Love
dae6cb9fe9 (appt-make-list): Match all lines of entry.
From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
2000-05-18 13:12:08 +00:00
Dave Love
9278c60dae Remove some compatibility stuff and CL
dependence.  Use line-{beginning,end}-position, not
point-at{b,e}ol.  Some doc fixes.
(todo-position): New function.  Fix callers of position to use it.
(todo-save-top-priorities, todo-print): Use with-temp-buffer.
2000-05-12 10:58:13 +00:00
Gerd Moellmann
809a7959ac (french-calendar-multibyte-special-days-array)
(french-calendar-special-days-array): Change French text.
(calendar-french-date-string): Change output.
(calendar-goto-french-date): Likewise.
2000-05-02 13:43:45 +00:00
Stefan Monnier
86855ebd16 (fancy-diary-display, mark-diary-entries)
(insert-cyclic-diary-entry): Unquote the lambda.
2000-04-17 10:47:01 +00:00
Gerd Moellmann
8b43185594 (include-other-diary-files): Fix the fix of
2000-02-18 by doing a save-excursion.
2000-04-13 19:12:54 +00:00
Dave Love
d073fa5ba6 Doc fixes.
(appt-check): Convert min-to-app to a string before passing to
appt-disp-window-function or concat.
(appt-delete-window): Remove test for frame-root-window.
(appt-select-lowest-window, appt-convert-time): Simplify.
2000-03-29 21:47:07 +00:00
Gerd Moellmann
7d3ff86996 (list-diary-entries): Don't try to go forward at
the end of the buffer.
2000-03-01 10:28:44 +00:00
Gerd Moellmann
cb8325bf52 (include-other-diary-files): Undo the selective
display in any included file and don't kill it.
2000-02-24 13:47:36 +00:00
Dave Love
a02a742573 Comment change. 2000-02-23 20:16:50 +00:00
Dave Love
ea04824c8e Bind free variables when compiling. 1999-12-18 16:27:10 +00:00
Gerd Moellmann
85bbde633a (appt-convert-time): Handle "12:MMam",
remove extraneous string-match.
1999-12-02 07:55:46 +00:00
Gerd Moellmann
d1b8adf7a6 Fix autoload for calendar-absolute-from-astro. Add autoload for
calendar-print-astro-day-number.
1999-11-22 12:54:38 +00:00
Sam Steingold
7e1e5cf14f * calendar/calendar.el (calendar-remove-frame-by-deleting):
New user variable.
(calendar-hide-window): Use it.
(increment-calendar-month, calendar-for-loop, calendar-sum):
Use the new backquote syntax.
1999-11-12 16:05:16 +00:00
Gerd Moellmann
3179af52e4 (simple-diary-display): Reset modeline even if
there are no diary entries since the diary buffer may be displayed.
1999-11-03 15:10:21 +00:00
Gerd Moellmann
d172e3e45a (redraw-calendar): Move to nearest date before
redrawing.
1999-11-03 15:08:53 +00:00
Dave Love
e65fc107a7 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
* diary-lib.el (list-diary-entries): Make sure two-digit years
	have leading zeros.
1999-09-07 16:19:13 +00:00
Richard M. Stallman
435d749ca8 (calendar-goto-astro-day-number): Autoload the right function name. 1999-08-28 15:21:55 +00:00
Richard M. Stallman
d2e8c33b88 Call the new hook in every movement function. 1999-08-28 15:20:18 +00:00
Richard M. Stallman
5c9705e5a9 (calendar-move-hook): New hook. 1999-08-28 15:18:39 +00:00
Richard M. Stallman
cfd1d0ece7 Change syntax table entry for colon in the diary as part of the
european-date-diary-pattern fix.
1999-08-02 00:33:32 +00:00
Richard M. Stallman
bb0541f8ba (european-date-diary-pattern): Fix pattern so it
does not interpret a time as the year in a day-month entry.
1999-08-02 00:32:50 +00:00
Karl Heuer
c121260611 (cal-tex-cursor-filofax-daily): Add possibility of
rules.  Add separator at end of holidays.
(cal-tex-rules): New customizable variable.
(cal-tex-latexify-list): Add optional parameter to put separator
at end.
1999-07-30 15:15:57 +00:00
Karl Heuer
a4410177c3 (calendar): Call calendar-only-one-frame-setup if requested. 1999-06-27 21:23:39 +00:00
Karl Heuer
77a7efce7e (calendar-only-one-frame-setup): New function. 1999-06-27 21:23:26 +00:00
Karl Heuer
b5da410a36 (special-display-buffer-names):
Don't put (get-file-buffer diary-file) on this list.
1999-06-17 05:31:22 +00:00
Richard M. Stallman
6934b6e29b (diary-mail-entries): Use fancy-diary-buffer. 1999-05-22 19:53:39 +00:00
Oliver Seidel
1b0d4d6953 Removed some inappropriate "autoload comments", as
suggested by <Marc.Zonzon@univ-rennes1.fr>.  Thanks.
1999-05-12 08:41:32 +00:00
Karl Heuer
17b7580f6f (diary-remind): Rewritten to behave sensibly for
diary-block diary entries for which the reminders and the diary
entries can overlap.
1999-05-03 20:03:07 +00:00
Oliver Seidel
6c7331ff70 Marc Zonzon <Marc.Zonzon@univ-rennes1.fr> on 18.Mar.99 writes that I
should remove the single space between ### and autoload.  And now I
have.
1999-03-18 08:53:48 +00:00
Oliver Seidel
bd40f1f23a Alastair Burt <alastair.burt@dfki.de> sent in a patch on 17.Mar.98
which removes duplicates from the category list and saves the buffer
after category addition.  Thanks.

Uwe Brauer <oub@sunma4.mat.ucm.es> sent in a request on 3.Apr.98 to
implement a "move-between-categories" function.  I haven't done that
yet.  Thanks.

"Edward S. Hirgelt" <ehirgelt@directinterfaces.com> fixed a problem
with multi-line editing 29.Oct.98.  Thanks.

tom <tom@pixelpark.com> sent in a replacement for the outmoded
time-format that I had been using on 13.Nov.98.  Thanks.

Jerome Thebert <thebertj@felixstowe.rms.slb.com> sent in a binding to
show/hide continuation lines using the space bar on 11.Jan.99.
Instead of leaving it as a hook, I integrated it.  Thanks.

Sorry again to everybody.  I sat on your patches for a year.
1999-03-17 11:10:29 +00:00
Karl Heuer
50f53db315 (appt-make-list): Fix previous change. 1999-03-17 05:16:07 +00:00
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