From: Juanma Barranquero Date: Tue, 14 Nov 2006 16:46:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.91~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7809b1829608e8e5c17e1aa3a70553038fa39884;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ecc5df29b0..93c84e2defe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index f04e220e081..65ec326ae9d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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