diff options
| -rw-r--r-- | lisp/ChangeLog | 87 | ||||
| -rw-r--r-- | lisp/calendar/timeclock.el | 6 |
2 files changed, 80 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9840850268..c2daeaf2d66 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,74 @@ | |||
| 1 | 2008-03-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar/appt.el (appt): Move custom group here from calendar.el. | ||
| 4 | |||
| 5 | * calendar/cal-china.el (chinese-calendar): Move custom group here from | ||
| 6 | calendar.el. | ||
| 7 | (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch): | ||
| 8 | Make constants. | ||
| 9 | |||
| 10 | * calendar/cal-tex.el (calendar-tex): Move custom group here from | ||
| 11 | calendar.el. | ||
| 12 | |||
| 13 | * calendar/cal-loaddefs.el: New file. | ||
| 14 | |||
| 15 | * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el: | ||
| 16 | * calendar/cal-french.el, calendar/cal-html.el: | ||
| 17 | * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el: | ||
| 18 | * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el: | ||
| 19 | * calendar/cal-tex.el, calendar/cal-x.el: | ||
| 20 | Unquote lambda functions. Add autoload cookies to functions formerly | ||
| 21 | autoloaded in calendar.el. Set `generated-autoload-file' to | ||
| 22 | "cal-loaddefs.el". | ||
| 23 | |||
| 24 | * calendar/calendar.el: Move many autoloads to separate file, | ||
| 25 | cal-loaddefs.el. Move defcustoms to start and re-order. | ||
| 26 | (calendar-month-name-array, calendar-starred-day): No need to | ||
| 27 | declare for compiler. | ||
| 28 | (cal-loaddefs): Require it. | ||
| 29 | (appt, chinese-calendar, calendar-tex): Move custom groups to the | ||
| 30 | appropriate file. | ||
| 31 | (diary-entry-marker, calendar-today-marker, calendar-holiday-marker): | ||
| 32 | Reverse logic. | ||
| 33 | (diary-face, diary-file-name-prefix-function, diary-include-string) | ||
| 34 | (diary-glob-file-regexp-prefix, diary-face-attrs) | ||
| 35 | (diary-file-name-prefix, sexp-diary-entry-symbol) | ||
| 36 | (print-diary-entries-hook, list-diary-entries-hook) | ||
| 37 | (nongregorian-diary-listing-hook, mark-diary-entries-hook) | ||
| 38 | (nongregorian-diary-marking-hook, diary-list-include-blanks): | ||
| 39 | Move to diary-lib. | ||
| 40 | (all-christian-calendar-holidays, all-islamic-calendar-holidays) | ||
| 41 | (all-bahai-calendar-holidays): Doc fix. | ||
| 42 | (calendar-mark-ring): Add doc-string. | ||
| 43 | (calendar-starred-day): Defvar it. | ||
| 44 | (calendar-mode): Make calendar-starred-day local. | ||
| 45 | (calendar-star-date): No need to make calendar-starred-day local. | ||
| 46 | |||
| 47 | * calendar/diary-lib.el: Move defcustoms to start. | ||
| 48 | (diary-include-string, diary-list-include-blanks) | ||
| 49 | (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs) | ||
| 50 | (diary-file-name-prefix, diary-file-name-prefix-function) | ||
| 51 | (sexp-diary-entry-symbol, list-diary-entries-hook) | ||
| 52 | (mark-diary-entries-hook, nongregorian-diary-listing-hook) | ||
| 53 | (nongregorian-diary-marking-hook, print-diary-entries-hook): | ||
| 54 | Move here from calendar.el. | ||
| 55 | (diary-face): Make it a defcustom, and mark as obsolete. | ||
| 56 | (top-level): No need to require cal-hebrew, cal-islam when | ||
| 57 | compiling. | ||
| 58 | (calendar-hebrew-month-name-array-leap-year) | ||
| 59 | (calendar-islamic-month-name-array, calendar-bahai-month-name-array): | ||
| 60 | Define for compiler. | ||
| 61 | (diary-font-lock-keywords): Use format rather than concat. Add | ||
| 62 | bahai-diary-entry-symbol. | ||
| 63 | |||
| 64 | * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el: | ||
| 65 | * calendar/solar.el: Unquote lambda functions. | ||
| 66 | |||
| 67 | * calendar/todo-mode.el: Remove un-needed eval-when-compile. | ||
| 68 | |||
| 69 | * textmodes/org.el (list-diary-entries-hook): Declare for compiler. | ||
| 70 | (org-get-entries-from-diary): Require diary-lib. | ||
| 71 | |||
| 1 | 2008-03-08 Juanma Barranquero <lekktu@gmail.com> | 72 | 2008-03-08 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 73 | ||
| 3 | * info.el (bookmark-make-name-function, bookmark-get-bookmark-record): | 74 | * info.el (bookmark-make-name-function, bookmark-get-bookmark-record): |
| @@ -13,8 +84,8 @@ | |||
| 13 | * bookmark.el (bookmark-set): Don't check for | 84 | * bookmark.el (bookmark-set): Don't check for |
| 14 | `bookmark-make-name-function' since `bookmark-buffer-file-name' | 85 | `bookmark-make-name-function' since `bookmark-buffer-file-name' |
| 15 | already takes care of this. | 86 | already takes care of this. |
| 16 | (bookmark-buffer-name): Removed Info-mode specific code. | 87 | (bookmark-buffer-name, bookmark-buffer-file-name): Remove |
| 17 | (bookmark-buffer-file-name): Removed Info-mode specific code. | 88 | Info-mode specific code. |
| 18 | 89 | ||
| 19 | * info.el (bookmark-get-info-node): Define this function in | 90 | * info.el (bookmark-get-info-node): Define this function in |
| 20 | info.el, not in bookmark.el. | 91 | info.el, not in bookmark.el. |
| @@ -31,12 +102,8 @@ | |||
| 31 | 102 | ||
| 32 | 2008-03-07 Tassilo Horn <tassilo@member.fsf.org> | 103 | 2008-03-07 Tassilo Horn <tassilo@member.fsf.org> |
| 33 | 104 | ||
| 34 | * doc-view.el (doc-view-bookmark-make-record): Delete obsolete | 105 | * doc-view.el (doc-view-bookmark-make-record): |
| 35 | second arg. | 106 | * image-mode.el (image-bookmark-make-record): |
| 36 | |||
| 37 | * image-mode.el (image-bookmark-make-record): Delete obsolete | ||
| 38 | second arg. | ||
| 39 | |||
| 40 | * info.el (Info-bookmark-make-record): Delete obsolete second arg. | 107 | * info.el (Info-bookmark-make-record): Delete obsolete second arg. |
| 41 | 108 | ||
| 42 | 2008-03-07 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 109 | 2008-03-07 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> |
| @@ -56,8 +123,8 @@ | |||
| 56 | It looks like he anticipated the new name too, because he used | 123 | It looks like he anticipated the new name too, because he used |
| 57 | `the-record' instead of `the-cell' for some internal variable names. | 124 | `the-record' instead of `the-cell' for some internal variable names. |
| 58 | 125 | ||
| 59 | * bookmark.el | 126 | * bookmark.el (bookmark-make-record-function): Was |
| 60 | (bookmark-make-record-function): Was `bookmark-make-cell-function'. | 127 | `bookmark-make-cell-function'. |
| 61 | (bookmark-make, bookmark-send-annotation): Update for above. | 128 | (bookmark-make, bookmark-send-annotation): Update for above. |
| 62 | (bookmark-make-record-for-text-file): | 129 | (bookmark-make-record-for-text-file): |
| 63 | Was `bookmark-make-cell-for-text-file. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca. | 130 | Was `bookmark-make-cell-for-text-file. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca. |
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index a69a6df2c2b..a24bbab71fc 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; timeclock.el --- mode for keeping track of how much you work | 1 | ;;; timeclock.el --- mode for keeping track of how much you work |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: John Wiegley <johnw@gnu.org> | 6 | ;; Author: John Wiegley <johnw@gnu.org> |
| 7 | ;; Created: 25 Mar 1999 | 7 | ;; Created: 25 Mar 1999 |
| @@ -1399,5 +1399,5 @@ HTML-P is non-nil, HTML markup is added." | |||
| 1399 | (if (file-readable-p timeclock-file) | 1399 | (if (file-readable-p timeclock-file) |
| 1400 | (timeclock-reread-log)) | 1400 | (timeclock-reread-log)) |
| 1401 | 1401 | ||
| 1402 | ;;; arch-tag: a0be3377-deb6-44ec-b9a2-a7be28436a40 | 1402 | ;; arch-tag: a0be3377-deb6-44ec-b9a2-a7be28436a40 |
| 1403 | ;;; timeclock.el ends here | 1403 | ;;; timeclock.el ends here |