aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2008-03-10 02:46:24 +0000
committerGlenn Morris2008-03-10 02:46:24 +0000
commit21db982bb14c29860cff272e5699338bfbcfc391 (patch)
treec7725595a8a420e7532eeb3850d11fc8dc7f2deb /lisp/ChangeLog
parent55e8cf9463d9821785fe227537e183f103d29727 (diff)
downloademacs-21db982bb14c29860cff272e5699338bfbcfc391.tar.gz
emacs-21db982bb14c29860cff272e5699338bfbcfc391.zip
(diary-file, hebrew-holidays-1)
(hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4) (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark) (calendar-version): Doc fixes. (calendar-absolute-from-gregorian): Use zerop. (calendar-mode-line-format): Make it a defcustom.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog37
1 files changed, 31 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c1fb545e24..4239756aacc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12008-03-10 Glenn Morris <rgm@gnu.org>
2
3 * calendar/calendar.el (diary-file, hebrew-holidays-1)
4 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
6 (calendar-version): Doc fixes.
7 (calendar-absolute-from-gregorian): Use zerop.
8 (calendar-mode-line-format): Make it a defcustom.
9
10 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
11 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
12 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
14 (mark-included-diary-files, mark-calendar-days-named)
15 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17 (insert-monthly-diary-entry, insert-yearly-diary-entry)
18 (insert-anniversary-diary-entry, insert-block-diary-entry)
19 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
20 (diary-font-lock-sexps): Doc fixes.
21 (diary-remind-message, mark-calendar-month): Use zerop.
22 (diary-attrtype-convert, diary-pull-attrs): Simplify.
23 (diary-list-entries): Revert let to let* (previous change).
24
12008-03-10 Kim F. Storm <storm@cua.dk> 252008-03-10 Kim F. Storm <storm@cua.dk>
2 26
3 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete 27 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
@@ -42,11 +66,11 @@
42 66
43 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare. 67 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
44 (doc-view-bookmark-make-record): Use them. 68 (doc-view-bookmark-make-record): Use them.
45 (doc-view-bookmark-jump): Use them. Fix find-file -> find-file-noselect. 69 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
46 (bookmark-get-filename, bookmark-get-bookmark-record): Remove. 70 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
47 71
48 * bookmark.el (bookmark-make-record-function): Change expected return value 72 * bookmark.el (bookmark-make-record-function): Change expected return
49 to include a suggested bookmark name. 73 value to include a suggested bookmark name.
50 (bookmark-make): Split into bookmark-make-record and bookmark-store. 74 (bookmark-make): Split into bookmark-make-record and bookmark-store.
51 Fix reversed `overwrite' semantics. 75 Fix reversed `overwrite' semantics.
52 (bookmark-set): Call bookmark-make-record before prompting the user. 76 (bookmark-set): Call bookmark-make-record before prompting the user.
@@ -59,7 +83,7 @@
59 (Info-bookmark-make-record): Use Info-current-node as suggested default 83 (Info-bookmark-make-record): Use Info-current-node as suggested default
60 bookmark name. 84 bookmark name.
61 85
62 * bookmark.el (bookmark-set): Make the bookmark before reading annotations. 86 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
63 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation. 87 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
64 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph) 88 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
65 (bookmark-annotation-buffer, bookmark-annotation-file) 89 (bookmark-annotation-buffer, bookmark-annotation-file)
@@ -67,9 +91,10 @@
67 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove. 91 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
68 (bookmark-edit-annotation-text-func): Rename from 92 (bookmark-edit-annotation-text-func): Rename from
69 bookmark-read-annotation-text-func. Keep old name as an obsolete alias. 93 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
70 (bookmark-edit-annotation-mode-map): Move initialization into declaration. 94 (bookmark-edit-annotation-mode-map): Move initialization into
95 declaration.
71 96
72 * bookmark.el: Add spurious * in docstrings. 97 * bookmark.el: Remove spurious * in docstrings.
73 (bookmark-minibuffer-read-name-map): New var. 98 (bookmark-minibuffer-read-name-map): New var.
74 (bookmark-set): Use it. Also pass the default value as it should. 99 (bookmark-set): Use it. Also pass the default value as it should.
75 (bookmark-send-edited-annotation): Take no chances with text properties. 100 (bookmark-send-edited-annotation): Take no chances with text properties.