]> code.delx.au - gnu-emacs/history - lisp/calendar
(server-visit-files): Bind `minibuffer-auto-raise' to the value of
[gnu-emacs] / lisp / calendar /
2006-11-10 Andreas Schwab(calendar-dst-check-each-year-flag): Avoid
2006-11-10 Glenn MorrisDo not assume DST starts/ends on the same date in every...
2006-10-28 Miles BaderAdd arch tagline
2006-10-28 Glenn Morris(cal-html-cursor-month, cal-html-cursor-year): Add...
2006-10-28 Glenn MorrisNew file, from: Anna M. Bigatti <bigatti at dima.unige...
2006-09-30 Glenn Morris(european-calendar-style): Tweak previous fix.
2006-09-30 Glenn Morris(european-calendar-style): Call european-calendar or...
2006-09-23 Glenn MorrisFrom Jeff Miller <jmiller at cablespeed.com> (tiny...
2006-08-09 John Wiegley(timeclock-use-elapsed): Added a new variable, which...
2006-07-03 Chong Yidong* emulation/viper-init.el, calendar/calendar.el:
2006-06-20 Glenn Morris(appt-display-format): Default value must be
2006-05-19 Glenn Morris(add-to-diary-list): Fix typo in previous doc fix.
2006-05-19 Glenn Morris(diary-bahai-date)
2006-05-13 Glenn Morris(include-other-diary-files, diary-mail-entries): Refer to
2006-05-13 Glenn Morris(calendar-mode-map, calendar-mouse-3-map): Refer to
2006-05-13 Glenn Morris(appt-check, appt-make-list): Refer to
2006-05-13 Glenn Morris(calendar-mode-map): Refer to diary-show-all-entries...
2006-05-12 Glenn Morris(diary-show-all-entries): Do not refer to
2006-05-12 Glenn MorrisJohan Bockg� <bojohan at dd.chalmers.se>:
2006-05-11 Glenn Morris(calendar-basic-setup): Set day to 1 in
2006-05-01 Glenn Morris(cal-tex-preamble-extra): New variable.
2006-04-22 Glenn Morris(view-other-diary-entries): Refer to `diary-view-entrie...
2006-04-22 Glenn Morris(calendar-mode-map): Refer to `diary-view-entries'...
2006-04-15 Roland Winkler(appt-add): Check whether an appointment is already...
2006-03-11 Eli Zaretskii(list-holidays): Doc fix.
2006-03-10 Glenn Morris(calendar-holidays): Make previous doc-fix less passive.
2006-03-10 Glenn Morris(list-holidays): Doc fix.
2006-03-10 Glenn Morris(calendar-holidays): Doc fix.
2006-02-27 Glenn Morris(calendar-holidays): Doc fix.
2006-02-21 Richard M. Stallman(diary-selective-display): Add defvar.
2006-02-17 Juanma Barranquero(icalendar-import-file, icalendar-export-file): Put...
2006-02-16 Juanma Barranquero(icalendar--get-event-property, icalendar--get-event...
2006-02-08 Glenn MorrisAdd 2006 to copyright years.
2006-02-06 Stefan Monnier(calendar-increment-month): Typo in last change.
2006-01-24 Stefan MonnierAvoid macros from calendar.el so as to break
2006-01-24 Stefan MonnierRemove unnecessary leading stars in docstrings.
2005-12-10 Glenn MorrisUpdate copyright pending Emacs 22.
2005-12-10 Glenn MorrisUpdate copyright info.
2005-11-16 Stefan Monnier(diary-list-entries): Also hide the terminating newline.
2005-11-14 Stefan Monnier(diary-list-entries, diary-show-all-entries)
2005-11-01 Stefan Monnier(date, event): Don't declare as dynamic-var.
2005-10-25 Glenn Morris(diary-list-entries): Prevent infloop when diary does...
2005-10-24 Glenn MorrisFrom Ulf Jasper <ulf.jasper@web.de>:
2005-10-11 Stefan Monnier(appt-check): Use diary-selective-display var.
2005-10-08 Glenn MorrisUpdate maintainer email address.
2005-10-06 Stefan Monnier(calendar-mouse-view-diary-entries): Use the new arg...
2005-10-06 Stefan MonnierUse overlays rather than selective-display.
2005-10-04 Stefan Monnier(appt-time-regexp): New var.
2005-10-04 Miles BaderRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk...
2005-09-24 Romain Francoise2005-09-24 Emilio C. Lopes <eclig@gmx.net>
2005-09-19 Stefan Monnier(mark-visible-calendar-date): Save excursion.
2005-09-19 Romain Francoise(mark-diary-entries): Revert last change.
2005-09-18 Romain Francoise(mark-diary-entries): Rearrange to wrap with-current...
2005-09-18 Deepak Goelmessage format spec fixes, commit # 10
2005-09-16 Stefan Monnier(mark-diary-entries): Don't move point. Use with-synta...
2005-09-14 Stefan MonnierDon't require easymenu, since we don't use it.
2005-09-14 Stefan Monnier(diary-show-all-entries): Fix last change,
2005-09-12 Stefan Monnier(calendar-for-loop): Add edebug info.
2005-09-12 Stefan MonnierUse with-current-buffer, match-string.
2005-08-26 Juanma Barranquero(date): Add defvar.
2005-08-26 Juanma Barranquero(date, number, original-date): Add defvars.
2005-08-26 Juanma Barranquero(date, entry, number, original-date): Add defvars.
2005-08-26 Juanma Barranquero(date): Add defvars.
2005-08-26 Juanma Barranquero(date, displayed-month, displayed-year, number, origina...
2005-08-25 Carsten DominikDocumentation string of diary-modify-entry-list-string...
2005-08-25 Carsten Dominik(diary-modify-entry-list-string-function): New hook.
2005-08-09 Richard M. Stallman(calendar-mode-map): Bind < and > usefully.
2005-07-18 Juri Linkov(calendar-goto-hebrew-date)
2005-07-18 Juanma Barranquero(icalendar--get-unfolded-buffer): Use `insert-buffer...
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-29 Juanma Barranquero(diary-header-line-format): Change space constants...
2005-06-21 Glenn Morris(appt-make-list): Activate the package, if not already...
2005-06-12 Lute Kamstra(calendar-mode): Use run-mode-hooks.
2005-06-10 Juanma Barranquero(todo-insert-threshold): Fix spellings in docstrings.
2005-06-10 Miles BaderRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk...
2005-06-10 Miles BaderRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk...
2005-05-31 Glenn MorrisComment change.
2005-05-30 Glenn Morris(top-level): Do not require 'appt.
2005-05-30 Glenn Morris(mark-included-diary-files): Only kill included diary...
2005-05-26 Luc Teirlinck(calendar-mode-line-format): Use mode-line-highlight...
2005-05-26 Lute Kamstra(todo-mode): Use kill-all-local-variables and run-mode...
2005-05-21 Eli Zaretskii(cal-menu-update): Add separator as a string so that...
2005-05-16 Juanma BarranqueroReplace `string-to-int' by `string-to-number'.
2005-05-14 Richard M. Stallman(solar-data-list): Move definition up.
2005-05-07 Glenn Morris(solar-setup): Revert previous change.
2005-05-06 Glenn MorrisUpdate maintainer.
2005-05-06 Glenn Morris(top-level): No longer activate on load.
2005-05-06 Juanma Barranquero(mark-bahai-diary-entries): Replace `assoc-ignore-case...
2005-05-03 Glenn MorrisFrom Ulf Jasper <ulf.jasper@web.de>:
2005-04-10 Miles BaderRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk...
2005-04-08 Dan Nicolaescu* mh-customize.el (mh-speedbar-selected-folder-face...
2005-04-08 Carsten Dominik(add-to-diary-list): MARKER argument made
2005-04-05 Lute Kamstra(timeclock): Docstring fix.
2005-04-04 Miles BaderRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk...
2005-03-30 Paul EggertUpdate reference to "Calendrical Calculations" book...
2005-03-30 Glenn MorrisUpdate copyright and maintainer.
2005-03-30 Glenn MorrisUpdate maintainer.
2005-03-26 Glenn MorrisUpdate copyright and maintainer.
2005-03-26 Glenn MorrisUpdate copyright.
2005-03-25 Werner LEMBERG* calendar/calendar.el: Replace `legal' with `valid'.
next