aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (cal-menu-x-popup-menu): Fix argument of error call.Pavel Janík2002-05-011-1/+1
|
* (include-other-diary-files): Allow modifyingRichard M. Stallman2002-04-221-1/+2
| | | | included buffer, to turn off selective display.
* (solar-northern-spring-or-summer-season): Doc fix.Richard M. Stallman2002-04-041-1/+1
|
* 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.
* (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)Richard M. Stallman2002-04-031-62/+111
| | | | | | | | | | | | | | | | | | | | (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings. (cal-tex-latexify-list): Fix doc string. (cal-tex-insert-day-names): LaTeXify day names. (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box) (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week) (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names. Change all instances (interactive "P") to (interactive "p"). (cal-tex-cursor-month): Add hfill and newline at end of month that ended on Saturday. (cal-tex-preamble): Change to LaTeX2e. (cal-tex-cursor-filofax-year): Don't use default month names in LaTeX macros in case user changes them. (cal-tex-month-name): New function. Used throughout in case user has done something funny with month names.
* (solar-spring-or-summer-season): Deleted.Richard M. Stallman2002-04-031-39/+57
| | | | | | | | (solar-northern-spring-or-summer-season): New variable. (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset): Rewritten. (diary-sabbath-candles-minutes): New variable. (diary-sabbath-candles): Use it instead of fixed 18 minutes.
* (holiday-rosh-hashanah-etc): Spelling correction.Richard M. Stallman2002-04-031-4/+4
| | | | (diary-rosh-hodesh): Spelling correction.
* (calendar): Doc fix.Eli Zaretskii2002-03-221-1/+4
|
* (calendar-goto-french-date): Fix prompt to match the actual code.Pavel Janík2002-03-151-1/+1
|
* (list-diary-entries): Use `buffer-substring' instead ofThien-Thi Nguyen2002-03-031-2/+2
| | | | `buffer-substring-no-properties' to support enriched mode.
* (calendar-mode-map): Change the menu item's name to "Insert Diary Entry".Eli Zaretskii2002-02-081-1/+1
|
* Moved time-date.el from lisp/gnus to lisp/calendar.Eli Zaretskii2002-02-011-0/+189
| | | | For versions before 1.5, see lisp/gnus/time-date.el.
* Moved parse-time.el from lisp/gnus to lisp/calendar.Eli Zaretskii2002-02-011-0/+214
| | | | For versions before 1.6, look in lisp/gnus.
* (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
|
* Fix typo.Pavel Janík2002-01-131-1/+1
|
* (diary-block): Doc fix.Richard M. Stallman2002-01-031-1/+2
|
* (various face definitions): Use :weight, not :bold.Richard M. Stallman2001-12-311-1/+1
|
* Require time-stamp.Pavel Janík2001-12-111-4/+5
|
* (calendar-mode): Remove make-local-hook.Pavel Janík2001-11-261-1/+0
|
* (list-diary-entries): Use insert instead of insert-string.Pavel Janík2001-11-261-2/+2
|
* (appt-disp-window): Use insert instead of insert-string.Pavel Janík2001-11-261-1/+1
|
* (todo-save): Fix previous change.Richard M. Stallman2001-11-171-5/+4
|
* (todo-save): Add save-excursion and save-restriction.Richard M. Stallman2001-11-131-5/+7
|
* (solar-sunrise-and-sunset): Exchange the two extreme values of day-length.Richard M. Stallman2001-11-111-2/+2
|
* (timeclock-out): Signal an error if timeclock-last-event is nil.Eli Zaretskii2001-11-031-0/+2
|
* (calendar-mode-line-format): do not use #' on undefined functionsSam Steingold2001-10-111-7/+7
|
* (diary-entry-compare): When times are identical, compare the entriesSam Steingold2001-10-051-15/+16
| | | | lexicographically.
* (cal-menu-x-popup-menu): New function,Eli Zaretskii2001-10-011-9/+16
| | | | | | | | | | | calls x-popup-menu only if popup menus are supported. (calendar-mouse-insert-hebrew-diary-entry) (calendar-mouse-insert-islamic-diary-entry) (calendar-mouse-holidays, calendar-mouse-view-diary-entries) (calendar-mouse-view-other-diary-entries) (calendar-mouse-print-dates, calendar-mouse-2-date-menu) (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax): Call cal-menu-x-popup-menu instead of x-popup-menu.
* (calendar-mode-map): Require cal-menu unconditionally.Eli Zaretskii2001-10-011-5/+3
| | | | (calendar-mode): Set up activate-menubar-hook unconditionally.
* (calendar-mouse-view-other-diary-entries): Fix nameGerd Moellmann2001-09-051-7/+12
| | | | of file in header of menu.
* (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): RemoveGerd Moellmann2001-07-161-1/+0
| | | | autoload cookie.
* (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
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-1615-19/+19
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (calendar-goto-islamic-date): AddGerd Moellmann2001-07-131-1/+2
| | | | autload cookie.
* (todo-top-priorities): Use delete-regionGerd Moellmann2001-07-051-7/+6
| | | | instead of kill-line.
* (generate-calendar-month): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-2/+4
|
* One more variable coming up nil on the first time around, needingJohn Wiegley2001-05-101-1/+1
| | | | guarding.
* *** empty log message ***John Wiegley2001-05-101-1/+1
|
* (timeclock-find-discrep): Set `timeclock-last-event-workday' if it'sJohn Wiegley2001-05-101-0/+2
| | | | still nil.
* (timeclock-find-discrep): Initialize `elapsed' to 0.John Wiegley2001-05-101-1/+1
|
* (holidays): Add an autoload cookie. From Pavel Jank <Pavel@Janik.cz>.Eli Zaretskii2001-05-091-0/+1
|
* (timeclock-workday-remaining): Changed logic for determining how muchJohn Wiegley2001-05-081-41/+43
| | | | | | | | | | | | | time is remaining. (timeclock-workday-elapsed): Don't accept a "relative" argument for the current day's elapsed time. What could that have meant? (timeclock-workday-elapsed-string): No "relative" argument anymore. (timeclock-when-to-leave): Changed logic, similarly to what was done for `timeclock-workday-remaining'. (timeclock-find-discrep): Removed "today-only" argument, which had no meaning. Fixed some more math problems. The function now returns a three member list: (TOTAL-TIME-DISCREPANCY TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
* (timeclock-day-required): If the time required for a particular day isJohn Wiegley2001-04-241-47/+55
| | | | | not set, use `timeclock-workday'. (timeclock-find-discrep): Added some sample code in a comment.
* (calendar-two-frame-setup, calendar-only-one-frame-setup)Eli Zaretskii2001-04-231-3/+3
| | | | (calendar-one-frame-setup): Use display-multi-frame-p instead of window-system.