# HG changeset patch # User Juanma Barranquero # Date 1163522788 0 # Node ID 544d201b0172ba6a50e578302b70b4d4ef53f012 # Parent ad6a503ca8672e0c914d6a49a96586f96632f2e4 *** empty log message *** diff -r ad6a503ca867 -r 544d201b0172 lisp/ChangeLog --- 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 + + * 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 * progmodes/python.el (inferior-python-mode-syntax-table): New var. diff -r ad6a503ca867 -r 544d201b0172 man/ChangeLog --- 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 + + * ada-mode.texi: Total rewrite. + 2006-11-13 Carsten Dominik * 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