]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
Deprecate use of the INITIAL argument for completing-read.
[gnu-emacs] / lispref / ChangeLog
index a0b19b89087d7d9d74fb24a98dbe5147decfc2f0..c3f467e7741b6870cd5c4e8a07c0b0bd2f32bb05 100644 (file)
@@ -1,3 +1,61 @@
+2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * syntax.texi (Syntax Class Table): Add the missing designator for
+       comment and string fences.
+       (Syntax Properties): Add a xref to syntax table internals.
+       (Syntax Table Internals): Document string-to-syntax.
+
+2001-05-07  Gerd Moellmann  <gerd@gnu.org>
+
+       * Makefile.in (install): Use install-info command line options
+       like in Emacs' Makefile.in.
+
+2000-12-09  Miles Bader  <miles@gnu.org>
+
+       * windows.texi (Window Start): Update documentation for
+       `pos-visible-in-window-p'.
+
+2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * lists.texi (Building Lists): Add footnote to explain how to add
+       to the end of a list.
+
+2000-10-25  Gerd Moellmann  <gerd@gnu.org>
+
+       * files.texi (Visiting Functions): Typos.
+
+2000-10-25  Kenichi Handa  <handa@etl.go.jp>
+
+       * files.texi (Visiting Functions): Return value of
+       find-file-noselect may be a list of buffers if wildcards are used.
+
+2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
+
+       * display.texi (Defining Faces): Document `graphic' display type
+       in face specs.
+
+2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * hooks.texi (Standard Hooks): Replace obsolete
+       `after-make-frame-hook' with `after-make-frame-functions'.
+
+       * frames.texi (Creating Frames): Ditto.
+
+       * variables.texi (Future Local Variables): Ditto.
+
+2000-10-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * display.texi (Other Image Types): Add description of :foreground
+       and :background properties of mono PBM images.
+
+2000-08-17  Werner LEMBERG  <wl@gnu.org>
+
+       * .cvsignore: New file.
+
+2000-01-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * tindex.pl: New script.
+
 1999-12-03  Dave Love  <fx@gnu.org>
 
        * Makefile.in (MAKEINFO): New parameter.
@@ -76,9 +134,9 @@ Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
 
 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
 
-        * Makefile (VERSION): New variable.
-        (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
-        Compressed file suffix should be `.gz', not `.z'. 
+       * Makefile (VERSION): New variable.
+       (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
+       Compressed file suffix should be `.gz', not `.z'.
 
 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
@@ -86,7 +144,7 @@ Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
 
-        * Makefile (srcs): Add anti.texi.
+       * Makefile (srcs): Add anti.texi.
 
 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
@@ -117,7 +175,7 @@ Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
 
 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
-       * variables.texi: document nil initial value of buffer-local variables.
+       * variables.texi: Document nil initial value of buffer-local variables.
 
        * tips.texi: Add new section on standard library headers.
 
@@ -134,7 +192,7 @@ Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
-        * Makefile (dist): Don't include backup files or autosave files in
+       * Makefile (dist): Don't include backup files or autosave files in
        the distribution tar file.
 
 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
@@ -174,7 +232,7 @@ Wed May 10 18:01:17 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
        and @error{} are the terms now being used.  The files in the
        directory have been changed to reflect this.
 
-        * All instances of @indentedresultt{} have been changed to 
+       * All instances of @indentedresultt{} have been changed to
        `     @result{}', using 5 spaces at the begining of the line.
 
 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
@@ -187,7 +245,7 @@ Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
 
        * texinfo.tex:  temporarily added
-               \let\result=\dblarrow  
+               \let\result=\dblarrow
                \def\error{{\it ERROR} \longdblarrow}
        We need to do this better soon.