aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.132
-rw-r--r--lisp/calendar/todo-mode.el30
-rw-r--r--lisp/gnus/ChangeLog2
3 files changed, 17 insertions, 17 deletions
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13
index ea463fc5ae0..bca8ce361bc 100644
--- a/lisp/ChangeLog.13
+++ b/lisp/ChangeLog.13
@@ -12554,7 +12554,7 @@
12554 12554
125552007-08-23 John Wiegley <johnw@newartisans.com> 125552007-08-23 John Wiegley <johnw@newartisans.com>
12556 12556
12557 * calendar/cal-bahai.el: Added in the diacriticals that were 12557 * calendar/cal-bahai.el: Added in the diacritics that were
12558 missing for many of the month names. 12558 missing for many of the month names.
12559 12559
125602007-08-22 Jason Rumney <jasonr@gnu.org> 125602007-08-22 Jason Rumney <jasonr@gnu.org>
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index 15fce457dcf..a497f759e87 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -40,7 +40,7 @@
40;; You can add new todo files and categories, rename categories, move 40;; You can add new todo files and categories, rename categories, move
41;; them to another file or delete them. You can also display summary 41;; them to another file or delete them. You can also display summary
42;; tables of the categories in a file and the types of items they 42;; tables of the categories in a file and the types of items they
43;; contain. And you can build cross-categorial lists of items that 43;; contain. And you can build cross-category lists of items that
44;; satisfy various criteria. 44;; satisfy various criteria.
45 45
46;; To get started, load this package and type `M-x todo-show'. This 46;; To get started, load this package and type `M-x todo-show'. This
@@ -440,7 +440,7 @@ less than or equal the category's top priority setting."
440 (((class color) (min-colors 16) (background dark)) :foreground "LightSteelBlue") 440 (((class color) (min-colors 16) (background dark)) :foreground "LightSteelBlue")
441 (((class color) (min-colors 8)) :foreground "blue" :weight bold) 441 (((class color) (min-colors 8)) :foreground "blue" :weight bold)
442 (t :weight bold)) 442 (t :weight bold))
443 "Face for separator string bewteen done and not done todo items." 443 "Face for separator string between done and not done todo items."
444 :group 'todo-faces) 444 :group 'todo-faces)
445 445
446(defface todo-done 446(defface todo-done
@@ -1095,7 +1095,7 @@ Noninteractively, return the name of the new file."
1095This makes the entire file visible and the buffer writeable and 1095This makes the entire file visible and the buffer writeable and
1096you can use the self-insertion keys and standard Emacs editing 1096you can use the self-insertion keys and standard Emacs editing
1097commands to make changes. To return to Todo mode, type 1097commands to make changes. To return to Todo mode, type
1098\\[todo-edit-quit]. This runs a file format check, signalling 1098\\[todo-edit-quit]. This runs a file format check, signaling
1099an error if the format has become invalid. However, this check 1099an error if the format has become invalid. However, this check
1100cannot tell if the number of items changed, which could result in 1100cannot tell if the number of items changed, which could result in
1101the file containing inconsistent information. For this reason 1101the file containing inconsistent information. For this reason
@@ -1586,7 +1586,7 @@ marking of the next N items."
1586 (todo-forward-item)))) 1586 (todo-forward-item))))
1587 1587
1588(defun todo-mark-category () 1588(defun todo-mark-category ()
1589 "Mark all visiblw items in this category with `todo-item-mark'." 1589 "Mark all visible items in this category with `todo-item-mark'."
1590 (interactive) 1590 (interactive)
1591 (let* ((cat (todo-current-category)) 1591 (let* ((cat (todo-current-category))
1592 (marks (assoc cat todo-categories-with-marks))) 1592 (marks (assoc cat todo-categories-with-marks)))
@@ -1628,7 +1628,7 @@ marking of the next N items."
1628This is the function from which the generated Todo mode item 1628This is the function from which the generated Todo mode item
1629insertion commands derive. 1629insertion commands derive.
1630 1630
1631The generated commands have mnenomic key bindings based on the 1631The generated commands have mnemonic key bindings based on the
1632arguments' values and their order in the command's argument list, 1632arguments' values and their order in the command's argument list,
1633as follows: (1) for DIARY `d', (2) for NONMARKING `k', (3) for 1633as follows: (1) for DIARY `d', (2) for NONMARKING `k', (3) for
1634DATE-TYPE either `c' for calendar or `d' for date or `n' for 1634DATE-TYPE either `c' for calendar or `d' for date or `n' for
@@ -3288,7 +3288,7 @@ categories display according to priority."
3288 3288
3289In the initial display the categories are numbered, indicating 3289In the initial display the categories are numbered, indicating
3290their current order for navigating by \\[todo-forward-category] 3290their current order for navigating by \\[todo-forward-category]
3291and \\[todo-backward-category]. You can persistantly change the 3291and \\[todo-backward-category]. You can permanently change the
3292order of the category at point by typing 3292order of the category at point by typing
3293\\[todo-set-category-number], \\[todo-raise-category] or 3293\\[todo-set-category-number], \\[todo-raise-category] or
3294\\[todo-lower-category]. 3294\\[todo-lower-category].
@@ -4019,10 +4019,10 @@ regexp items."
4019 "Buffer type string for `todo-filter-items'.") 4019 "Buffer type string for `todo-filter-items'.")
4020 4020
4021(defun todo-filter-items (filter &optional new multifile) 4021(defun todo-filter-items (filter &optional new multifile)
4022 "Display a cross-categorial list of items filtered by FILTER. 4022 "Display a cross-category list of items filtered by FILTER.
4023The values of FILTER can be `top' for top priority items, a cons 4023The values of FILTER can be `top' for top priority items, a cons
4024of `top' and a number passed by the caller, `diary' for diary 4024of `top' and a number passed by the caller, `diary' for diary
4025items, or `regexp' for items matching a regular expresion entered 4025items, or `regexp' for items matching a regular expression entered
4026by the user. The items can be from any categories in the current 4026by the user. The items can be from any categories in the current
4027todo file or, with non-nil MULTIFILE, from several files. If NEW 4027todo file or, with non-nil MULTIFILE, from several files. If NEW
4028is nil, visit an appropriate file containing the list of filtered 4028is nil, visit an appropriate file containing the list of filtered
@@ -5069,7 +5069,7 @@ empty line above the done items separator."
5069 (not (looking-at (regexp-quote todo-nondiary-start)))))) 5069 (not (looking-at (regexp-quote todo-nondiary-start))))))
5070 5070
5071;; This duplicates the item locating code from diary-goto-entry, but 5071;; This duplicates the item locating code from diary-goto-entry, but
5072;; without the marker code, to test whether the latter is dispensible. 5072;; without the marker code, to test whether the latter is dispensable.
5073;; If it is, diary-goto-entry can be simplified. The code duplication 5073;; If it is, diary-goto-entry can be simplified. The code duplication
5074;; here can also be eliminated, leaving only the widening and category 5074;; here can also be eliminated, leaving only the widening and category
5075;; selection, and instead of :override advice :around can be used. 5075;; selection, and instead of :override advice :around can be used.
@@ -5266,10 +5266,10 @@ The elements of ARGLIST may be atoms or lists."
5266 "Generator list for argument lists of item insertion commands.") 5266 "Generator list for argument lists of item insertion commands.")
5267 5267
5268(defvar todo-insertion-commands-args 5268(defvar todo-insertion-commands-args
5269 (let ((argslist (todo-gen-arglists todo-insertion-commands-args-genlist)) 5269 (let ((arglist (todo-gen-arglists todo-insertion-commands-args-genlist))
5270 res new) 5270 res new)
5271 (setq res (cl-remove-duplicates 5271 (setq res (cl-remove-duplicates
5272 (apply 'append (mapcar 'todo-powerset argslist)) :test 'equal)) 5272 (apply 'append (mapcar 'todo-powerset arglist)) :test 'equal))
5273 (dolist (l res) 5273 (dolist (l res)
5274 (unless (= 5 (length l)) 5274 (unless (= 5 (length l))
5275 (let ((v (make-vector 5 nil)) elt) 5275 (let ((v (make-vector 5 nil)) elt)
@@ -5524,12 +5524,12 @@ categories from `todo-category-completions-files'."
5524 ;; Default to the current file. 5524 ;; Default to the current file.
5525 (unless file0 (setq file0 todo-current-todo-file)) 5525 (unless file0 (setq file0 todo-current-todo-file))
5526 ;; First validate only a name passed interactively from 5526 ;; First validate only a name passed interactively from
5527 ;; todo-add-category, which must be of a nonexisting category. 5527 ;; todo-add-category, which must be of a nonexistent category.
5528 (unless (and (assoc cat categories) (not add)) 5528 (unless (and (assoc cat categories) (not add))
5529 ;; Validate only against completion categories. 5529 ;; Validate only against completion categories.
5530 (let ((todo-categories categories)) 5530 (let ((todo-categories categories))
5531 (setq cat (todo-validate-name cat 'category))) 5531 (setq cat (todo-validate-name cat 'category)))
5532 ;; When user enters a nonexisting category name by jumping or 5532 ;; When user enters a nonexistest category name by jumping or
5533 ;; moving, confirm that it should be added, then validate. 5533 ;; moving, confirm that it should be added, then validate.
5534 (unless add 5534 (unless add
5535 (if (todo-y-or-n-p (format "Add new category \"%s\" to file \"%s\"? " 5535 (if (todo-y-or-n-p (format "Add new category \"%s\" to file \"%s\"? "
@@ -5677,7 +5677,7 @@ number of the last the day of the month."
5677 (completing-read "Enter a day name: " 5677 (completing-read "Enter a day name: "
5678 (append calendar-day-name-array nil) 5678 (append calendar-day-name-array nil)
5679 nil t))) 5679 nil t)))
5680 5680
5681(defun todo-read-time () 5681(defun todo-read-time ()
5682 "Prompt for and return a valid clock time as a string. 5682 "Prompt for and return a valid clock time as a string.
5683 5683
@@ -6221,7 +6221,7 @@ Filtered Items mode following todo (not done) items."
6221;; )) 6221;; ))
6222 6222
6223;; ----------------------------------------------------------------------------- 6223;; -----------------------------------------------------------------------------
6224;;; Hook functions and mode definitions 6224;;; Hook functions and mode definitions
6225;; ----------------------------------------------------------------------------- 6225;; -----------------------------------------------------------------------------
6226 6226
6227(defun todo-show-current-file () 6227(defun todo-show-current-file ()
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 899216c521a..f0bee06f26d 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -80,7 +80,7 @@
80 (eww-colorize-region): Use `add-face-text-property'. 80 (eww-colorize-region): Use `add-face-text-property'.
81 81
82 * shr.el (shr-add-font): Append face data, so that we get the correct 82 * shr.el (shr-add-font): Append face data, so that we get the correct
83 presedence: The innermost value (which is applied first) wins. 83 precedence: The innermost value (which is applied first) wins.
84 (shr-make-overlay): Obsolete function. 84 (shr-make-overlay): Obsolete function.
85 85
86 * mm-decode.el (mm-convert-shr-links): New function to convert 86 * mm-decode.el (mm-convert-shr-links): New function to convert