+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.
+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.
* 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>