Mercurial > emacs
changeset 74005:544d201b0172
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 14 Nov 2006 16:46:28 +0000 |
parents | ad6a503ca867 |
children | 1bd5746091de |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 27 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 14 16:44:14 2006 +0000 +++ b/lisp/ChangeLog Tue Nov 14 16:46:28 2006 +0000 @@ -1,3 +1,21 @@ +2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> + + * progmodes/ada-xref.el (ada-parse-prj-file): + Don't delete project buffer; user may want to edit it. + (ada-xref-set-project-field, ada-xref-current-project-file) + (ada-xref-current-project, ada-show-current-project) + (ada-set-main-compile-application): New functions. + (ada-xref-get-project-field, ada-require-project-file): + Normalize use of ada-prj-default-project-file. + (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub): + Normalize use of ada-require-project-file. + (ada-prj-find-prj-file): Improve doc string, comments. + + * progmodes/ada-mode.el (ada-mode-version): Bump version. + (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application. + (ada-create-menu): Add ada-set-main-compile-application, + ada-show-current-main, ada-show-current-project. + 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca> * progmodes/python.el (inferior-python-mode-syntax-table): New var.
--- a/man/ChangeLog Tue Nov 14 16:44:14 2006 +0000 +++ b/man/ChangeLog Tue Nov 14 16:46:28 2006 +0000 @@ -1,3 +1,7 @@ +2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> + + * ada-mode.texi: Total rewrite. + 2006-11-13 Carsten Dominik <dominik@science.uva.nl> * org.texi: Minor typo fixes. @@ -9,14 +13,14 @@ * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.3. - * mh-e.texi (Incorporating Mail): Use output of "mhparam Path" to set - MAILDIR. - (Reading Mail): Document the customization of read-mail-command for - MH-E. + * mh-e.texi (Incorporating Mail): Use output of "mhparam Path" + to set MAILDIR. + (Reading Mail): Document the customization of read-mail-command + for MH-E. (Viewing Attachments): Document mm-discouraged-alternatives. (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag. (Junk): Add more information about the settings of mh-junk-background - in a program. Add /usr/bin/mh to PATH in examples. + in a program. Add /usr/bin/mh to PATH in examples. 2006-11-12 Richard Stallman <rms@gnu.org>