comparison lisp/ChangeLog @ 106903:257da94c161b

* ada-mode.el: Really fix bug#5400 (comment in r99362 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.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 19 Jan 2010 00:10:57 +0100
parents 1748839af981
children 497e3aa2f614 66e0d01014c6
comparison
equal deleted inserted replaced
106902:1748839af981 106903:257da94c161b
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.
4 Remove obsolete information from commentary. 13 Remove obsolete information from commentary.
5 (ido-choice-list): Initialize to nil. 14 (ido-choice-list): Initialize to nil.
106 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when 115 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
107 resyncing a directory. 116 resyncing a directory.
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.
115 (ada-label-re): New; matches both. 124 (ada-label-re): New; matches both.
116 (ada-named-block-re): Deleted; callers changed to use 125 (ada-named-block-re): Deleted; callers changed to use