]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Nov 2006 16:46:28 +0000 (16:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Nov 2006 16:46:28 +0000 (16:46 +0000)
lisp/ChangeLog
man/ChangeLog

index 5ecc5df29b0761fd209b92ecf994842f501a0709..93c84e2defed7121f6d21216190f7617c16cbb2c 100644 (file)
@@ -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.
index f04e220e081605d2831f3252cf6f15e24face70b..65ec326ae9d8a583a7a1ad443cbe5bc3d02c4c4a 100644 (file)
@@ -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.
        * 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>