diff options
| author | Stephen Leake | 2010-01-19 00:10:57 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-19 00:10:57 +0100 |
| commit | 6a47c86a180882432ea34fcb0f7da8f4c27dd61e (patch) | |
| tree | 1ae8bb5af16cfe8e79b023504e4ec45e924aff00 /lisp/ChangeLog | |
| parent | e90d57c003fef970d36024fc2605f0ec23f699c0 (diff) | |
| download | emacs-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/ChangeLog | 11 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-01-18 Óscar Fuentes <ofv@wanadoo.es> | 10 | 2010-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 | ||
| 109 | 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org> | 118 | 2010-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. |