diff options
| author | Glenn Morris | 2014-01-14 22:06:07 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-14 22:06:07 -0500 |
| commit | 39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch) | |
| tree | 37e8094a0234f15293f9110b8bdd5805c69c9a13 /lisp/ChangeLog.9 | |
| parent | dac696602de6984ff8e4ce9d6bac9d51ab735cde (diff) | |
| download | emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.zip | |
ChangeLog fixes
Diffstat (limited to 'lisp/ChangeLog.9')
| -rw-r--r-- | lisp/ChangeLog.9 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index ceb3def78c4..3b470fb67f7 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -7763,7 +7763,7 @@ | |||
| 7763 | 7763 | ||
| 7764 | * international/mule.el (make-char): Fix last change. | 7764 | * international/mule.el (make-char): Fix last change. |
| 7765 | 7765 | ||
| 7766 | * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote): | 7766 | * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote): |
| 7767 | New defcustoms. | 7767 | New defcustoms. |
| 7768 | (texinfo-insert-quote): Don't call tex-insert-quote, to avoid | 7768 | (texinfo-insert-quote): Don't call tex-insert-quote, to avoid |
| 7769 | autoloading tex-mode; instead, do the same manually. | 7769 | autoloading tex-mode; instead, do the same manually. |
| @@ -12987,7 +12987,7 @@ | |||
| 12987 | `vc-locking-user' semantics. | 12987 | `vc-locking-user' semantics. |
| 12988 | (vc-backend-merge): Remove. | 12988 | (vc-backend-merge): Remove. |
| 12989 | 12989 | ||
| 12990 | * vc-rcs.el, vc-scc.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state | 12990 | * vc-rcs.el, vc-sccs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state |
| 12991 | rather than 'vc-locking-user. | 12991 | rather than 'vc-locking-user. |
| 12992 | 12992 | ||
| 12993 | * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'. | 12993 | * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'. |
| @@ -15573,7 +15573,7 @@ | |||
| 15573 | (ada-xemacs): Evaluate it at compile time too, so that ada-mode.el | 15573 | (ada-xemacs): Evaluate it at compile time too, so that ada-mode.el |
| 15574 | can be batch-compiled from the command line. | 15574 | can be batch-compiled from the command line. |
| 15575 | 15575 | ||
| 15576 | * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | 15576 | * progmodes/ada-xref.el: Got rid of all byte-compiler warnings on Emacs. |
| 15577 | Add to the menu when the file is loaded, not in ada-mode-hook. | 15577 | Add to the menu when the file is loaded, not in ada-mode-hook. |
| 15578 | Add -toolbar to the default ddd command Switches moved from | 15578 | Add -toolbar to the default ddd command Switches moved from |
| 15579 | ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | 15579 | ada-prj-default-comp-cmd and ada-prj-default-make-cmd to |
| @@ -15646,7 +15646,7 @@ | |||
| 15646 | cd to the build directory. New field: main_unit Provide a default | 15646 | cd to the build directory. New field: main_unit Provide a default |
| 15647 | file name even if the current buffer has no prj file. | 15647 | file name even if the current buffer has no prj file. |
| 15648 | 15648 | ||
| 15649 | * ada-prj.el: | 15649 | * progmodes/ada-prj.el: |
| 15650 | Rewritten to show a tabbed-dialog. | 15650 | Rewritten to show a tabbed-dialog. |
| 15651 | (ada-prj-add-ada-menu): Remove the map and name parameters. | 15651 | (ada-prj-add-ada-menu): Remove the map and name parameters. |
| 15652 | (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | 15652 | (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): |
| @@ -15656,7 +15656,7 @@ | |||
| 15656 | (ada-prj-save): Always save fields that depend on the current buffer. | 15656 | (ada-prj-save): Always save fields that depend on the current buffer. |
| 15657 | (ada-prj-show-value): New function | 15657 | (ada-prj-show-value): New function |
| 15658 | 15658 | ||
| 15659 | * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in | 15659 | * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
| 15660 | Ada mode. This will allow us to display the Ada menu in any buffer | 15660 | Ada mode. This will allow us to display the Ada menu in any buffer |
| 15661 | we want (for project items). | 15661 | we want (for project items). |
| 15662 | (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | 15662 | (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct |
| @@ -16403,7 +16403,7 @@ | |||
| 16403 | Support for bibentry. | 16403 | Support for bibentry. |
| 16404 | (reftex-compile-variables): Fixed problem with end of section-re. | 16404 | (reftex-compile-variables): Fixed problem with end of section-re. |
| 16405 | 16405 | ||
| 16406 | * texmodes/reftex-dcr.el (reftex-view-crossref, | 16406 | * textmodes/reftex-dcr.el (reftex-view-crossref, |
| 16407 | reftex-view-crossref-from-bibtex): | 16407 | reftex-view-crossref-from-bibtex): |
| 16408 | Deal with changed `reftex-find-citation-regexp-format'. | 16408 | Deal with changed `reftex-find-citation-regexp-format'. |
| 16409 | (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): | 16409 | (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |