aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
11999-11-01 Gerd Moellmann <gerd@gnu.org>
2
3 * INSTALL: Mention the Emacs Lisp Reference.
4
11999-10-27 Noah Friedman <friedman@splode.com> 51999-10-27 Noah Friedman <friedman@splode.com>
2 6
3 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/). 7 * 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.
52The intlfonts distribution contains its own installation instructions, 52The intlfonts distribution contains its own installation instructions,
53in the intlfonts/README file. 53in the intlfonts/README file.
54 54
55* elisp-manual-VERSION.tar.gz
56
57This is the Emacs Lisp Reference for programmers, containing an
58in-depth discussion of Emacs Lisp and Emacs internals. The
59distribution contains the Texinfo source files for the Reference
60Manual. The Emacs Lisp Reference Manual is quite large. It contains
61around 900 pages in smallbook format; the info files total almost two
62megabytes. The package contains installation instructions of its own.
63
55 64
56BUILDING AND INSTALLATION: 65BUILDING AND INSTALLATION:
57 66
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.
286 286
287Default is 0.25. 287Default is 0.25.
288 288
289** Changes to TeX mode
290
291The default mode has been changed from `plain-tex-mode' to
292`latex-mode'.
293
289** Changes to RefTeX mode 294** Changes to RefTeX mode
290 295
291*** RefTeX has new support for index generation. Index entries can be 296*** 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 @@
11999-11-01 Gerd Moellmann <gerd@gnu.org>
2
3 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4
11999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> 51999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2 6
3 * window.el (walk-windows): If ALL-FRAMES is a frame, 7 * window.el (walk-windows): If ALL-FRAMES is a frame,
@@ -30,15 +34,15 @@
30 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): 34 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
31 Use file-name-nondirectory when passing files to CVS. 35 Use file-name-nondirectory when passing files to CVS.
32 36
33 * ediff-diff.el (ediff-cmp-options): New var. 37 * ediff-diff.el (ediff-cmp-options): New variable.
34 (ediff-same-file-contents): Use ediff-cmp-options. 38 (ediff-same-file-contents): Use ediff-cmp-options.
35 39
36 * ediff-ptch.el (ediff-prompt-for-patch-buffer, 40 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
37 ediff-get-patch-buffer): Use current buffer if it appears to be a 41 ediff-get-patch-buffer): Use current buffer if it appears to be a
38 patch. 42 patch.
39 43
40 * viper-keym.el: Fixed calls to viper-ex, 44 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
41 change key C-c g to C-c C-g 45 C-g
42 46
43 * viper-util.el (viper-nontrivial-find-file-function): Deleted. 47 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
44 (viper-glob-unix-files, viper-glob-mswindows-files): New functions. 48 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.