| Commit message (Expand) | Author | Age | Files | Lines |
* | (diary-list-entries-2): Accept optional Gregorian date, and add it, | Glenn Morris | 2008-06-11 | 1 | -4/+6 |
* | Fix commentary typo. | Glenn Morris | 2008-06-10 | 1 | -1/+1 |
* | (calendar-mouse-view-diary-entries): Use LIST-ONLY argument of | Glenn Morris | 2008-05-30 | 1 | -1/+0 |
* | (cal-tex-list-diary-entries): Use LIST-ONLY argument of | Glenn Morris | 2008-05-30 | 1 | -5/+3 |
* | (cal-html-list-diary-entries): Use LIST-ONLY argument of | Glenn Morris | 2008-05-30 | 1 | -4/+2 |
* | (calendar-dedicate-diary): Update for diary-display-function replacing | Glenn Morris | 2008-05-30 | 1 | -10/+14 |
* | (appt-check): Use diary-display-function rather than diary-display-hook. | Glenn Morris | 2008-05-30 | 1 | -1/+1 |
* | (diary-display-function): New name for diary-display-hook. Keep old | Glenn Morris | 2008-05-30 | 1 | -39/+46 |
* | (parse-time-months, parse-time-weekdays): Add long-form month and day names. | Chong Yidong | 2008-05-27 | 1 | -2/+11 |
* | (diary-ordinal-suffix): Declare for compiler. | Glenn Morris | 2008-05-26 | 1 | -0/+2 |
* | Ed Reingold <reingold at emr.cs.iit.edu> | Glenn Morris | 2008-05-25 | 1 | -4/+2 |
* | Ulf Jasper <ulf.jasper at web.de> | Glenn Morris | 2008-05-24 | 1 | -45/+89 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 27 | -163/+109 |
* | (holiday-float): Doc fix. | Glenn Morris | 2008-04-29 | 1 | -9/+7 |
* | (diary-list-sexp-entries, diary-float): Doc fix. | Glenn Morris | 2008-04-29 | 1 | -12/+13 |
* | (calendar-nth-named-absday, calendar-nth-named-day): Doc fix. | Glenn Morris | 2008-04-29 | 1 | -6/+5 |
* | (cal-menu-diary-menu): Fix typo. | Glenn Morris | 2008-04-24 | 1 | -3/+3 |
* | (calendar-scroll-left): Handle case when event-start is nil. | Glenn Morris | 2008-04-24 | 1 | -1/+2 |
* | (calendar-mode-map): Fix typo. | Glenn Morris | 2008-04-24 | 1 | -1/+1 |
* | Add .arch-inventory files in lisp/calc and lisp/calendar | Miles Bader | 2008-04-23 | 1 | -0/+4 |
* | (calendar-other-dates): Revert previous change; absolute-date was | Glenn Morris | 2008-04-23 | 1 | -1/+0 |
* | (diary-list-sexp-entries): Doc fix. | Glenn Morris | 2008-04-23 | 1 | -16/+23 |
* | (holiday-chinese-qingming, holiday-chinese-winter-solstice) | Glenn Morris | 2008-04-23 | 1 | -0/+66 |
* | (holiday-oriental-holidays): Add more holidays. | Glenn Morris | 2008-04-23 | 1 | -1/+12 |
* | (calendar-chinese-all-holidays-flag): New. | Glenn Morris | 2008-04-23 | 1 | -0/+8 |
* | (holiday-islamic): Doc fix. | Glenn Morris | 2008-04-23 | 1 | -3/+3 |
* | (diary-remind): Don't clobber `date' passed by diary-sexp-entry. | Glenn Morris | 2008-04-16 | 1 | -8/+9 |
* | Move non-autoloaded define-obsolete-variable-alias calls for | Glenn Morris | 2008-04-12 | 2 | -6/+6 |
* | (diary-face, diary-anniversary, diary-time, diary-button): Doc fix. | Glenn Morris | 2008-04-12 | 1 | -30/+30 |
* | (calendar-faces): New custom group. | Glenn Morris | 2008-04-12 | 1 | -52/+61 |
* | (chinese-calendar-time-zone): Mark obsolete name as risky too. | Glenn Morris | 2008-04-12 | 1 | -23/+26 |
* | (holidays): Move custom groups here from calendar.el. | Glenn Morris | 2008-04-11 | 1 | -0/+397 |
* | (diary, holidays): Move custom groups to other files. | Glenn Morris | 2008-04-11 | 1 | -403/+1 |
* | Move custom group here from calendar.el. | Glenn Morris | 2008-04-11 | 1 | -0/+7 |
* | (calendar-chinese-time-zone): Mark as risky. | Glenn Morris | 2008-04-11 | 1 | -0/+4 |
* | (cal-tex-preamble-extra): Fix custom type. | Glenn Morris | 2008-04-11 | 1 | -1/+1 |
* | (calendar-dst-check-each-year-flag): Fix custom group. | Glenn Morris | 2008-04-11 | 1 | -3/+6 |
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 2 | -2/+2 |
* | (diary-mark-sexp-entries): Fix replacement of calendar-for-loop. | Glenn Morris | 2008-04-10 | 1 | -2/+2 |
* | (diary-hook, diary-display-hook): Move here from calendar.el. | Glenn Morris | 2008-04-10 | 1 | -0/+35 |
* | (diary-display-hook): Declare for compiler. | Glenn Morris | 2008-04-10 | 1 | -0/+3 |
* | Require diary-lib rather than calendar. | Glenn Morris | 2008-04-10 | 1 | -2/+3 |
* | (calendar, diary): Add :prefix. | Glenn Morris | 2008-04-10 | 1 | -42/+9 |
* | (diary-file, european-calendar-style): Remove autoload cookies. | Glenn Morris | 2008-04-09 | 1 | -3/+0 |
* | (calendar-hebrew-list-yahrzeits): Typo. | Stefan Monnier | 2008-04-08 | 1 | -2/+2 |
* | (calendar-date-style): Remove autoload cookie. | Glenn Morris | 2008-04-08 | 1 | -2/+1 |
* | Replace int-to-string with number-to-string. | Glenn Morris | 2008-04-08 | 13 | -37/+40 |
* | (cal-menu-event-to-date): Rename calendar-event-to-date. Update callers. | Glenn Morris | 2008-04-08 | 1 | -50/+50 |
* | (calendar-mode-map): Replace use of kbd. | Glenn Morris | 2008-04-07 | 1 | -1/+1 |
* | Update for calendar.el name changes. | Glenn Morris | 2008-04-07 | 19 | -398/+407 |