aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-01-28 09:38:42 +0000
committerJuanma Barranquero2009-01-28 09:38:42 +0000
commit147135ac93c12750c9dc12ce83fa1365225a57ef (patch)
tree036acf8a709a5b520167a35d96eae14f6d529ac4
parent386c256f7061e603b6b11e20bc739e5f21c3be42 (diff)
downloademacs-147135ac93c12750c9dc12ce83fa1365225a57ef.tar.gz
emacs-147135ac93c12750c9dc12ce83fa1365225a57ef.zip
Add bug references.
-rw-r--r--lisp/ChangeLog21
1 files changed, 11 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a4d7e4064d..a7b1e8d8b0b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
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
@@ -9,12 +10,12 @@
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
192009-01-28 Glenn Morris <rgm@gnu.org> 202009-01-28 Glenn Morris <rgm@gnu.org>
20 21
@@ -38,9 +39,8 @@
38 39
392009-01-28 Chong Yidong <cyd@stupidchicken.com> 402009-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
452009-01-27 Chong Yidong <cyd@stupidchicken.com> 452009-01-27 Chong Yidong <cyd@stupidchicken.com>
46 46
@@ -73,6 +73,7 @@
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
772009-01-27 Glenn Morris <rgm@gnu.org> 782009-01-27 Glenn Morris <rgm@gnu.org>
78 79
@@ -14190,15 +14191,15 @@
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
142032008-03-21 Juri Linkov <juri@jurta.org> 142042008-03-21 Juri Linkov <juri@jurta.org>
14204 14205