# HG changeset patch # User Gerd Moellmann # Date 941460133 0 # Node ID b47b74998eefa8a1b144be0ba309e310c351d816 # Parent 14dbec3a82b438cf3d38426b1c8f4aeb87d9a572 *** empty log message *** diff -r 14dbec3a82b4 -r b47b74998eef ChangeLog --- a/ChangeLog Mon Nov 01 12:34:43 1999 +0000 +++ b/ChangeLog Mon Nov 01 12:42:13 1999 +0000 @@ -1,3 +1,7 @@ +1999-11-01 Gerd Moellmann + + * INSTALL: Mention the Emacs Lisp Reference. + 1999-10-27 Noah Friedman * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/). diff -r 14dbec3a82b4 -r b47b74998eef INSTALL --- a/INSTALL Mon Nov 01 12:34:43 1999 +0000 +++ b/INSTALL Mon Nov 01 12:42:13 1999 +0000 @@ -52,6 +52,15 @@ 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 -r 14dbec3a82b4 -r b47b74998eef etc/NEWS --- a/etc/NEWS Mon Nov 01 12:34:43 1999 +0000 +++ b/etc/NEWS Mon Nov 01 12:42:13 1999 +0000 @@ -286,6 +286,11 @@ 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 -r 14dbec3a82b4 -r b47b74998eef lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 01 12:34:43 1999 +0000 +++ b/lisp/ChangeLog Mon Nov 01 12:42:13 1999 +0000 @@ -1,3 +1,7 @@ +1999-11-01 Gerd Moellmann + + * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. + 1999-11-01 Richard M. Stallman * 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.