aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStephen Leake2010-01-19 00:10:57 +0100
committerJuanma Barranquero2010-01-19 00:10:57 +0100
commit6a47c86a180882432ea34fcb0f7da8f4c27dd61e (patch)
tree1ae8bb5af16cfe8e79b023504e4ec45e924aff00 /lisp/ChangeLog
parente90d57c003fef970d36024fc2605f0ec23f699c0 (diff)
downloademacs-6a47c86a180882432ea34fcb0f7da8f4c27dd61e.tar.gz
emacs-6a47c86a180882432ea34fcb0f7da8f4c27dd61e.zip
* ada-mode.el: Really fix bug#5400 (comment in 2010-01-17T19:15:32Z!lekktu@gmail.com was erroneous).
(ada-matching-decl-start-re): Move into ada-goto-decl-start. (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers changed. Delete RECURSIVE parameter; never used. Improve doc string. Improve comments in "is" portion. Handle null procedure declaration. (ada-move-to-end): Improve doc string.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc4c40668fd..f9e55700c10 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2
3 * lisp/progmodes/ada-mode.el: Fix bug#5400.
4 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
6 changed. Delete RECURSIVE parameter; never used. Improve doc string.
7 Improve comments in "is" portion. Handle null procedure declaration.
8 (ada-move-to-end): Improve doc string.
9
12010-01-18 Óscar Fuentes <ofv@wanadoo.es> 102010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2 11
3 * ido.el (ido-cur-list): Initialize to nil. 12 * ido.el (ido-cur-list): Initialize to nil.
@@ -108,7 +117,7 @@
108 117
1092010-01-17 Stephen Leake <stephen_leake@member.fsf.org> 1182010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
110 119
111 * progmodes/ada-mode.el: Fix bug#1920, bug#5400. 120 * progmodes/ada-mode.el: Fix bug#1920.
112 (ada-ident-re): Delete ., allow multibyte characters. 121 (ada-ident-re): Delete ., allow multibyte characters.
113 (ada-goto-label-re): New; matches goto labels. 122 (ada-goto-label-re): New; matches goto labels.
114 (ada-block-label-re): New; matches block labels. 123 (ada-block-label-re): New; matches block labels.