summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-11-01 12:42:13 +0000
committerGerd Moellmann <gerd@gnu.org>1999-11-01 12:42:13 +0000
commite7d84a86390f4278936bd8c26f8faca9f507aafd (patch)
tree38e4af7889331f23106c0d4bc1a95bddd3618f9b
parent1f5550f88f4185d44e7746b943038979afc4bc9e (diff)
downloademacs-e7d84a86390f4278936bd8c26f8faca9f507aafd.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL9
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog10
4 files changed, 25 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9aeb1ce80b5..77ce1d60044 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-01 Gerd Moellmann <gerd@gnu.org>
+
+ * INSTALL: Mention the Emacs Lisp Reference.
+
1999-10-27 Noah Friedman <friedman@splode.com>
* configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
diff --git a/INSTALL b/INSTALL
index aa5f7eaec73..5ae7631d51b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -52,6 +52,15 @@ each character set.
The intlfonts distribution contains its own installation instructions,
in the intlfonts/README file.
+* elisp-manual-VERSION.tar.gz
+
+This is the Emacs Lisp Reference for programmers, containing an
+in-depth discussion of Emacs Lisp and Emacs internals. The
+distribution contains the Texinfo source files for the Reference
+Manual. The Emacs Lisp Reference Manual is quite large. It contains
+around 900 pages in smallbook format; the info files total almost two
+megabytes. The package contains installation instructions of its own.
+
BUILDING AND INSTALLATION:
diff --git a/etc/NEWS b/etc/NEWS
index 600684a951a..ef72eb4a6c1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -286,6 +286,11 @@ specifies a number of lines. If nil, don't resize.
Default is 0.25.
+** Changes to TeX mode
+
+The default mode has been changed from `plain-tex-mode' to
+`latex-mode'.
+
** Changes to RefTeX mode
*** RefTeX has new support for index generation. Index entries can be
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2ede4abe932..8d672383923 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-01 Gerd Moellmann <gerd@gnu.org>
+
+ * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
+
1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
* window.el (walk-windows): If ALL-FRAMES is a frame,
@@ -30,15 +34,15 @@
* ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
Use file-name-nondirectory when passing files to CVS.
- * ediff-diff.el (ediff-cmp-options): New var.
+ * ediff-diff.el (ediff-cmp-options): New variable.
(ediff-same-file-contents): Use ediff-cmp-options.
* ediff-ptch.el (ediff-prompt-for-patch-buffer,
ediff-get-patch-buffer): Use current buffer if it appears to be a
patch.
- * viper-keym.el: Fixed calls to viper-ex,
- change key C-c g to C-c C-g
+ * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
+ C-g
* viper-util.el (viper-nontrivial-find-file-function): Deleted.
(viper-glob-unix-files, viper-glob-mswindows-files): New functions.