comparison lisp/ChangeLog @ 92601:e4ad99d933b5

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 08 Mar 2008 03:50:00 +0000
parents 8719c1e8223e
children abc0c005b8d0
comparison
equal deleted inserted replaced
92600:570c28579388 92601:e4ad99d933b5
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):
4 Pacify byte-compiler. 75 Pacify byte-compiler.
5 76
11 2008-03-07 Bastien Guerry <bzg@altern.org> 82 2008-03-07 Bastien Guerry <bzg@altern.org>
12 83
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.
21 (Info-mode): Set `bookmark-make-name-function' to 92 (Info-mode): Set `bookmark-make-name-function' to
22 `Info-bookmark-make-name' locally. 93 `Info-bookmark-make-name' locally.
29 * bookmark.el (bookmark-set): Make `bookmark-make-record-function' 100 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
30 buffer-local, not `bookmark-make-cell-function' (the old name). 101 buffer-local, not `bookmark-make-cell-function' (the old name).
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>
43 110
44 * vc.el (vc-status-menu-map-filter): Return orig-binding if 111 * vc.el (vc-status-menu-map-filter): Return orig-binding if
54 This was originally a much larger change, but halfway through I 121 This was originally a much larger change, but halfway through I
55 updated and discovered that Stefan Monnier had done the rest. 122 updated and discovered that Stefan Monnier had done the rest.
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 rev 1.102. 130 Was `bookmark-make-cell-for-text-file. Fix doc string re rev 1.102.
64 131
65 * info.el: Adjust accordingly. 132 * info.el: Adjust accordingly.