aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/calendar.el
Commit message (Collapse)AuthorAgeFilesLines
* (diary-file-name-prefix-function): Fix custom type.Markus Rost2003-02-171-1/+1
|
* (diary-face-attrs): New custom.Juanma Barranquero2003-02-111-11/+72
| | | | | | | | | | (diary-file-name-prefix-function): New custom. (diary-glob-file-regexp-prefix): New custom. (diary-file-name-prefix): New custom. (generate-calendar-window): Check that font-lock-mode is bound before checking value. (mark-visible-calendar-date): Add the ability to pass face attribute/value pairs in the mark argument. Handle the mark.
* (calendar-only-one-frame-setup): Add autoload.Glenn Morris2003-01-201-0/+3
|
* (calendar-day-name): Move defn down.Richard M. Stallman2002-12-071-11/+10
|
* (facemenu-unlisted-faces): Only update after facemenu was loaded.Stefan Monnier2002-12-051-16/+16
| | | | (calendar-font-lock-keywords): Accept non-ASCII month names. Use regexp-opt.
* Patch of Alan Shutko <[email protected]> by way of rms.Markus Rost2002-11-161-5/+30
| | | | | | | | | (diary-face): New. (european-calendar-display-form, describe-calendar-mode) (mark-visible-calendar-date, calendar-mark-today): Tidy doc string. (calendar-make-alist): New. (calendar-mode): Set up font-lock mode. (generate-calendar-window): Fontify if font-lock-mode is on.
* (mouse-scroll-calendar-left)Richard M. Stallman2002-09-091-7/+28
| | | | | (mouse-scroll-calendar-right, mouse-calendar-other-month): New commands. (calendar-mode-line-format): Use them.
* Fix typos.Juanma Barranquero2002-04-031-2/+2
|
* (update-calendar-mode-line): Force mode-line update.Richard M. Stallman2002-04-031-3/+33
| | | | | | Make date under the cursor available as `date' in calendar-mode-line-format. Eval items in calendar-mode-line-format list.
* (calendar): Doc fix.Eli Zaretskii2002-03-221-1/+4
|
* (generate-calendar-month): Doc fix.Eli Zaretskii2002-01-281-3/+4
|
* (generate-calendar-month): Doc fix.Richard M. Stallman2002-01-241-4/+3
|
* (diary-date-forms): Doc fix.Richard M. Stallman2002-01-151-1/+1
|
* (various face definitions): Use :weight, not :bold.Richard M. Stallman2001-12-311-1/+1
|
* (calendar-mode): Remove make-local-hook.Pavel Janík2001-11-261-1/+0
|
* (calendar-mode-line-format): do not use #' on undefined functionsSam Steingold2001-10-111-7/+7
|
* (calendar-mode-map): Require cal-menu unconditionally.Eli Zaretskii2001-10-011-5/+3
| | | | (calendar-mode): Set up activate-menubar-hook unconditionally.
* (calendar-mode-line-format): UseGerd Moellmann2001-08-091-8/+12
| | | | make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
* (calendar-goto-islamic-date): AddGerd Moellmann2001-07-161-2/+6
| | | | call to autoload.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-3/+3
|
* (generate-calendar-month): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-2/+4
|
* (diary-entry-marker, calendar-today-marker, calendar-holiday-marker): UseEli Zaretskii2001-04-231-7/+7
| | | | | | | display-color-p instead of window-system. (calendar-mode-map, calendar-mode): Use display-popup-menus-p instead of window-system. (calendar-hide-window): Use display-multi-frame-p instead of window-system.
* Undo changes made by John Wiegley in previous revision.Gerd Moellmann2001-03-261-158/+47
|
* See ChangeLogJohn Wiegley2001-03-201-47/+158
|
* (calendar-basic-setup): Doc fix.Gerd Moellmann2001-01-121-4/+0
|
* (generate-calendar-window): When we don't call `fit-window-to-buffer',Miles Bader2000-11-221-2/+5
| | | | make sure the top line is fully visible.
* (generate-calendar-window): Use `fit-window-to-buffer'.Miles Bader2000-11-131-3/+3
|
* Revoke the change.ShengHuo ZHU2000-11-051-6/+6
|
* * calendar/calendar.el (diary-face, holiday-face): Fix typo.ShengHuo ZHU2000-11-041-6/+6
| | | | * info.el (info-menu-header): Fix typo.
* (diary-face, calendar-today-face, holiday-face):Miles Bader2000-11-031-28/+27
| | | | Remove dependency on `window-system'.
* (diary-face, holiday-face): Add dark-background variants.Miles Bader2000-11-011-6/+12
|
* Docstring fixes.Stefan Monnier2000-09-191-23/+23
| | | | | (calendar-make-alist): Don't quote lambda. (calendar-star-date): Use make-local-variable.
* Copyright up-date.Dave Love2000-09-171-1/+1
|
* (calendar-mode-line-format): Make fieldsDave Love2000-09-171-9/+41
| | | | | | | mouse-sensitive. (calendar-read-date, calendar-read-date, calendar-window-list): Unquote lambda. (calendar-month-name): Use aref, not sref.
* Fix autoload for calendar-absolute-from-astro. Add autoload forGerd Moellmann1999-11-221-2/+6
| | | | calendar-print-astro-day-number.
* * calendar/calendar.el (calendar-remove-frame-by-deleting):Sam Steingold1999-11-121-18/+27
| | | | | | | New user variable. (calendar-hide-window): Use it. (increment-calendar-month, calendar-for-loop, calendar-sum): Use the new backquote syntax.
* (redraw-calendar): Move to nearest date beforeGerd Moellmann1999-11-031-1/+1
| | | | redrawing.
* (calendar-goto-astro-day-number): Autoload the right function name.Richard M. Stallman1999-08-281-1/+1
|
* (calendar-move-hook): New hook.Richard M. Stallman1999-08-281-0/+12
|
* (european-date-diary-pattern): Fix pattern so itRichard M. Stallman1999-08-021-1/+1
| | | | does not interpret a time as the year in a day-month entry.
* (calendar): Call calendar-only-one-frame-setup if requested.Karl Heuer1999-06-271-2/+5
|
* Fix key bindings for appt-add and appt-deleteEdward M. Reingold1999-02-011-2/+2
|
* (calendar-read-date): Use assoc-ignore-case and do not capitalize whenRichard M. Stallman1999-01-261-4/+3
| | | | matching month and day names.
* Add doc strings CORRECTLY!Edward M. Reingold1998-10-211-4/+4
|
* Add doc strings for calendar-day-name-array and calendar-month-name-array.Edward M. Reingold1998-10-201-0/+2
|
* (diary-list-include-blanks): Doc fix..Karl Heuer1998-08-271-1/+1
|
* Minor fixes of earlier updates.Edward M. Reingold1998-05-281-3/+6
|
* Add function to show equivalent date on all available calendars (in parallelEdward M. Reingold1998-05-271-0/+51
| | | | to what's available with popup menus).
* On exiting, don't signal error when user changes mind.Edward M. Reingold1998-05-111-5/+4
|
* Made holiday button on menu bar related to current calendar display.Edward M. Reingold1998-05-111-0/+2
|