comparison lisp/ChangeLog @ 101604:8eb53d4d4b78

Add bug references.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 28 Jan 2009 09:38:42 +0000
parents 5b7c4b84dbf4
children 04760bc22f94
comparison
equal deleted inserted replaced
101603:5b7c4b84dbf4 101604:8eb53d4d4b78
1 2009-01-28 Stephen Berman <stephen.berman@gmx.net> 1 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
2 2
3 * calendar/todo-mode.el (todo-insert-item-here): Prevent insertion 3 * calendar/todo-mode.el (todo-insert-item-here): Prevent insertion
4 of a new entry inside of an existing entry. Minor code cleanup. 4 of a new entry inside of an existing entry. Minor code cleanup.
5 (Bug#2084)
5 (todo-add-category): Change the interactive spec. Signal an error 6 (todo-add-category): Change the interactive spec. Signal an error
6 if the Todo file is non-empty but contains no category. Reject 7 if the Todo file is non-empty but contains no category. Reject
7 category names that could induce bugs and confusion. Call 8 category names that could induce bugs and confusion. Call
8 todo-mode if the Todo file is new and unsaved. Simplify handling 9 todo-mode if the Todo file is new and unsaved. Simplify handling
9 of local variables cookie. Properly display the newly added 10 of local variables cookie. Properly display the newly added
10 category in Todo mode. 11 category in Todo mode.
11 (todo-show): Call todo-initial-setup only if there is neither a 12 (todo-show): Call todo-initial-setup only if there is neither a
12 Todo file nor a corresponding unsaved buffer. 13 Todo file nor a corresponding unsaved buffer. (Bug#2085)
13 (todo-category-alist): Delete function. 14 (todo-category-alist): Delete function.
14 (todo-completing-read): New function. 15 (todo-completing-read): New function.
15 (todo-insert-item, todo-jump-to-category): Use it. 16 (todo-insert-item, todo-jump-to-category): Use it.
16 (todo-insert-item): Make the use of the prefix argument conform to 17 (todo-insert-item): Make the use of the prefix argument conform to
17 the doc string. 18 the doc string. (Bug#2086)
18 19
19 2009-01-28 Glenn Morris <rgm@gnu.org> 20 2009-01-28 Glenn Morris <rgm@gnu.org>
20 21
21 * mail/rmail.el (rmail-expunge-and-save): Always show a message, 22 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
22 even when called from the summary. (Bug#2075) 23 even when called from the summary. (Bug#2075)
36 flags, for consistency with old rmail, and with current 37 flags, for consistency with old rmail, and with current
37 rmail-summary-font-lock-keywords. 38 rmail-summary-font-lock-keywords.
38 39
39 2009-01-28 Chong Yidong <cyd@stupidchicken.com> 40 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
40 41
41 * progmodes/perl-mode.el (perl-indent-line-command): Call 42 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
42 indent-region if region is active. Use cond instead of nested 43 if region is active. Use cond instead of nested ifs. (Bug#2053)
43 ifs.
44 44
45 2009-01-27 Chong Yidong <cyd@stupidchicken.com> 45 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
46 46
47 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before 47 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
48 converting. 48 converting.
71 * doc-view.el (doc-view-mode): Enhance docstring and fallback to 71 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
72 fundamental-mode or ps-mode if the file is empty or doesn't exist 72 fundamental-mode or ps-mode if the file is empty or doesn't exist
73 at all. 73 at all.
74 (doc-view-initiate-display): Better info message if doc-view-mode 74 (doc-view-initiate-display): Better info message if doc-view-mode
75 cannot be used. (Missing utility or no png support/no X frame.) 75 cannot be used. (Missing utility or no png support/no X frame.)
76 (Bug#2058)
76 77
77 2009-01-27 Glenn Morris <rgm@gnu.org> 78 2009-01-27 Glenn Morris <rgm@gnu.org>
78 79
79 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end 80 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
80 of the headers in the full header case. (Bug#2073) 81 of the headers in the full header case. (Bug#2073)
14188 14189
14189 2008-03-22 Carsten Dominik <dominik@science.uva.nl> 14190 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
14190 14191
14191 * org: New directory for Org-mode. 14192 * org: New directory for Org-mode.
14192 14193
14193 * org/org-export-latex.el: Moved from lisp/texmodes. 14194 * org/org-export-latex.el: Moved from lisp/textmodes.
14194 14195
14195 * org/org-irc.el: Moved from lisp/texmodes. 14196 * org/org-irc.el: Moved from lisp/textmodes.
14196 14197
14197 * org/org-mac-message.el: Moved from lisp/texmodes. 14198 * org/org-mac-message.el: Moved from lisp/textmodes.
14198 14199
14199 * org/org-mouse.el: Moved from lisp/texmodes. 14200 * org/org-mouse.el: Moved from lisp/textmodes.
14200 14201
14201 * org/org-publish.el: Moved from lisp/texmodes. 14202 * org/org-publish.el: Moved from lisp/textmodes.
14202 14203
14203 2008-03-21 Juri Linkov <juri@jurta.org> 14204 2008-03-21 Juri Linkov <juri@jurta.org>
14204 14205
14205 * comint.el (comint-dynamic-simple-complete): 14206 * comint.el (comint-dynamic-simple-complete):
14206 Use variable `stub' for the second arg `common-substring' 14207 Use variable `stub' for the second arg `common-substring'