aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
-rw-r--r--man/ChangeLog6
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7927ecbabc1..999a2e22bb0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12005-02-06 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-lang.el (calc-tex-language): Display more information
4 in messages.
5
6 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7 in TeX mode.
8
12005-02-06 Richard M. Stallman <rms@gnu.org> 92005-02-06 Richard M. Stallman <rms@gnu.org>
2 10
3 * emacs-lisp/lisp.el (buffer-end): Doc fix. 11 * emacs-lisp/lisp.el (buffer-end): Doc fix.
diff --git a/man/ChangeLog b/man/ChangeLog
index cf4f8c5bd26..51ae62a59ee 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12005-02-06 Jay Belanger <belanger@truman.edu>
2
3 * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
4 change name to "TeX and LaTeX Language Modes." Mention LaTeX mode
5 throughout manual.
6
12005-02-06 Lute Kamstra <lute@gnu.org> 72005-02-06 Lute Kamstra <lute@gnu.org>
2 8
3 * basic.texi (Undo): Fix typo. 9 * basic.texi (Undo): Fix typo.