diff options
| author | Juanma Barranquero | 2006-11-14 16:46:28 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-14 16:46:28 +0000 |
| commit | 7809b1829608e8e5c17e1aa3a70553038fa39884 (patch) | |
| tree | 4a25609ca5ca2414f183e3e2efbfc499904a2a5b | |
| parent | 11e52000cc706e715014171229a248f5dc5277b3 (diff) | |
| download | emacs-7809b1829608e8e5c17e1aa3a70553038fa39884.tar.gz emacs-7809b1829608e8e5c17e1aa3a70553038fa39884.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 18 | ||||
| -rw-r--r-- | man/ChangeLog | 14 |
2 files changed, 27 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ecc5df29b0..93c84e2defe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> | ||
| 2 | |||
| 3 | * progmodes/ada-xref.el (ada-parse-prj-file): | ||
| 4 | Don't delete project buffer; user may want to edit it. | ||
| 5 | (ada-xref-set-project-field, ada-xref-current-project-file) | ||
| 6 | (ada-xref-current-project, ada-show-current-project) | ||
| 7 | (ada-set-main-compile-application): New functions. | ||
| 8 | (ada-xref-get-project-field, ada-require-project-file): | ||
| 9 | Normalize use of ada-prj-default-project-file. | ||
| 10 | (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub): | ||
| 11 | Normalize use of ada-require-project-file. | ||
| 12 | (ada-prj-find-prj-file): Improve doc string, comments. | ||
| 13 | |||
| 14 | * progmodes/ada-mode.el (ada-mode-version): Bump version. | ||
| 15 | (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application. | ||
| 16 | (ada-create-menu): Add ada-set-main-compile-application, | ||
| 17 | ada-show-current-main, ada-show-current-project. | ||
| 18 | |||
| 1 | 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca> | 19 | 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 20 | ||
| 3 | * progmodes/python.el (inferior-python-mode-syntax-table): New var. | 21 | * 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 @@ | |||
| 1 | 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org> | ||
| 2 | |||
| 3 | * ada-mode.texi: Total rewrite. | ||
| 4 | |||
| 1 | 2006-11-13 Carsten Dominik <dominik@science.uva.nl> | 5 | 2006-11-13 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * org.texi: Minor typo fixes. | 7 | * org.texi: Minor typo fixes. |
| @@ -9,14 +13,14 @@ | |||
| 9 | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for | 13 | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for |
| 10 | release 8.0.3. | 14 | release 8.0.3. |
| 11 | 15 | ||
| 12 | * mh-e.texi (Incorporating Mail): Use output of "mhparam Path" to set | 16 | * mh-e.texi (Incorporating Mail): Use output of "mhparam Path" |
| 13 | MAILDIR. | 17 | to set MAILDIR. |
| 14 | (Reading Mail): Document the customization of read-mail-command for | 18 | (Reading Mail): Document the customization of read-mail-command |
| 15 | MH-E. | 19 | for MH-E. |
| 16 | (Viewing Attachments): Document mm-discouraged-alternatives. | 20 | (Viewing Attachments): Document mm-discouraged-alternatives. |
| 17 | (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag. | 21 | (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag. |
| 18 | (Junk): Add more information about the settings of mh-junk-background | 22 | (Junk): Add more information about the settings of mh-junk-background |
| 19 | in a program. Add /usr/bin/mh to PATH in examples. | 23 | in a program. Add /usr/bin/mh to PATH in examples. |
| 20 | 24 | ||
| 21 | 2006-11-12 Richard Stallman <rms@gnu.org> | 25 | 2006-11-12 Richard Stallman <rms@gnu.org> |
| 22 | 26 | ||