summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.8
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-01-14 22:06:07 -0500
committerGlenn Morris <rgm@gnu.org>2014-01-14 22:06:07 -0500
commit39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch)
tree37e8094a0234f15293f9110b8bdd5805c69c9a13 /lisp/ChangeLog.8
parentdac696602de6984ff8e4ce9d6bac9d51ab735cde (diff)
downloademacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz
ChangeLog fixes
Diffstat (limited to 'lisp/ChangeLog.8')
-rw-r--r--lisp/ChangeLog.842
1 files changed, 20 insertions, 22 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8
index afa6251190d..e6c88c90d68 100644
--- a/lisp/ChangeLog.8
+++ b/lisp/ChangeLog.8
@@ -403,7 +403,7 @@
`t' command key can change `reftex-toc-max-level';
(eval-when-compile (require 'cl)) added.
- * textmode/reftex-sel.el (reftex-insert-docstruct): Respect
+ * textmodes/reftex-sel.el (reftex-insert-docstruct): Respect
`reftex-toc-max-level'. (eval-when-compile (require 'cl)) added.
* textmodes/reftex-auc.el: (eval-when-compile (require 'cl)) added.
@@ -420,7 +420,7 @@
(reftex-section-info): Deal with environment matches;
(eval-when-compile (require 'cl)) added.
- * reftex-global.el: (eval-when-compile (require 'cl)) added.
+ * textmodes/reftex-global.el: (eval-when-compile (require 'cl)) added.
1999-12-15 Kenichi Handa <handa@etl.go.jp>
@@ -1991,7 +1991,7 @@
1999-10-22 Paul Eggert <eggert@twinsun.com>
- * international/mule-cmds.c (locale-language-names):
+ * international/mule-cmds.el (locale-language-names):
Use Latin-1 (not Latin-3) for Afrikaans, Galician.
Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
@@ -2355,7 +2355,7 @@
1999-10-12 Emmanuel Briot <briot@gnat.com>
- * ada-stmt.el: Doc-string fixes.
+ * progmodes/ada-stmt.el: Doc-string fixes.
1999-10-12 Gerd Moellmann <gerd@gnu.org>
@@ -2472,28 +2472,26 @@
1999-10-07 Emmanuel Briot <briot@gnat.com>
- * ada-xref.el: New file
+ * progmodes/ada-xref.el, progmodes/ada-prj.el: New files.
- * ada-prj.el: New file
+ * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): New function.
- * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
+ * progmodes/ada-stmt.el (ada-subprogram-body): Correctly find
+ the name of the subprogram being created.
- * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
- subprogram being created.
+ * progmodes/ada-mode.el (ada-get-indent-*, ada-indent-current)
+ (ada-goto-*, ada-indent-newline-indent):
+ Rewritten to support the new indentation scheme.
- * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
- ada-indent-newline-indent): Rewritten to support the new indentation
- scheme
+ * progmodes/ada-mode.el (ada-case-read-exceptions)
+ (ada-create-case-exceptions): New functions.
- * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
- New functions
+ * progmodes/ada-mode.el (ada-fill-comment-paragraph):
+ Add support for the justification parameter
- * ada-mode.el (ada-fill-comment-paragraph): Add support for the
- justification parameter
-
- * ada-mode.el (ada-make-body, ada-gen-treat-proc,
- ada-make-subprogram-body): Rewritten to benefit from the gnatstub
- external program
+ * progmodes/ada-mode.el (ada-make-body, ada-gen-treat-proc)
+ (ada-make-subprogram-body): Rewritten to benefit from the gnatstub
+ external program.
1999-10-07 Dave Love <fx@gnu.org>
@@ -6871,7 +6869,7 @@
1999-01-17 Ian T Zimmerman <itz@transbay.net>
Patch failed to install:
- * gametree.el: Document scoring functionality.
+ * play/gametree.el: Document scoring functionality.
(gametree-score-regexp): Add optional plus sign.
(gametree-score-opener): Replace `:' with `=' as the former
conflicts with gametree-half-ply-regexp.
@@ -7393,7 +7391,7 @@
1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
- * cperl-mode.el:
+ * progmodes/cperl-mode.el:
Can use linear algorithm for indentation if Emacs supports it.
(cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
(cperl-after-block-p): Likewise.