(backward-delete-char-untabify-method): Add :version.
[emacs.git] / lispref / ChangeLog
blob7d37f87d75e9591360463d7eb76b7ec59529c23d
1 2000-12-09  Miles Bader  <miles@gnu.org>
3         * windows.texi (Window Start): Update documentation for
4         `pos-visible-in-window-p'.
6 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
8         * lists.texi (Building Lists): Add footnote to explain how to add
9         to the end of a list.
11 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
13         * files.texi (Visiting Functions): Typos.
15 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
17         * files.texi (Visiting Functions): Return value of
18         find-file-noselect may be a list of buffers if wildcards are used.
20 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
22         * display.texi (Defining Faces): Document `graphic' display type
23         in face specs.
25 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
27         * hooks.texi (Standard Hooks): replace obsolete
28         `after-make-frame-hook' with `after-make-frame-functions'.
30         * frames.texi (Creating Frames): dito.
32         * variables.texi (Future Local Variables): dito.
34 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
36         * display.texi (Other Image Types): Add description of :foreground
37         and :background properties of mono PBM images.
39 2000-08-17  Werner LEMBERG  <wl@gnu.org>
41         * .cvsignore: New file.
43 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
45         * tindex.pl: New script.
47 1999-12-03  Dave Love  <fx@gnu.org>
49         * Makefile.in (MAKEINFO): New parameter.
51 1999-09-17  Richard Stallman  <rms@gnu.org>
53         * Makefile.in (srcs): Add hash.texi.
54         (VERSION): Update to 20.6.
56 1999-09-13  Richard Stallman  <rms@gnu.org>
58         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
60 1998-08-29  Karl Heuer  <kwzh@gnu.org>
62         * configure.in: New file.
63         * Makefile.in: Renamed from Makefile.
64         (prefix, infodir): Use value obtained from configure.
65         (emacslibdir): Obsolete variable deleted.
66         (dist): Distribute configure.in, configure, Makefile.in.
68 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
70         * Makefile (INSTALL_INFO): New variable.
71         (install): Run install-info.
73 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
75         * Makefile (elisp.dvi): Add missing backslash.
77 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
79         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
80         Run texindex without `./'.  Always run texindex on elisp.tp.
81         (elisp.tps): Target deleted.
83 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
85         * Makefile (srcs): Add nonascii.texi and customize.texi.
86         (dist): Start by deleting `temp'.
88 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
90         * Makefile (makeinfo, texindex): Targets deleted.
91         (makeinfo.o, texindex.o): Targets deleted.
92         (clean, dist): Don't do anything with them or with getopt*.
94 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
96         * Makefile (SHELL): Defined.
98 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
100         * Makefile (elisp.tps): New target.
101         (elisp.dvi): Depend on elisp.tps.
103 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
105         * README: Update phone number.
107         * Makefile (elisp): Make this be the default target.
108         Depend on makeinfo.c instead of makeinfo.
109         (install): Don't depend on elisp.dvi, since we don't install that.
110         Use mkinstalldirs.
111         (dist): Add mkinstalldirs.
113 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
115         * Makefile (VERSION): Update version number.
116         (maintainer-clean): Renamed from realclean.
118 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
120         * Makefile (realclean): New target.
121         (elisp): Remove any old elisp-* files first.
123 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
125         * Makefile (VERSION): New variable.
126         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
127         Compressed file suffix should be `.gz', not `.z'. 
129 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
131         * Makefile (elisp): Depend on makeinfo.
133 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
135         * Makefile (srcs): Add anti.texi.
137 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
139         * Makefile (infodir, prefix): New vars.
140         (install): Use infodir.
141         (emacsinfodir): Deleted.
143 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
145         * Makefile (srcs): Add calendar.texi.
147         * Makefile (dist): Copy texindex.c and makeinfo.c.
148         Limit elisp-* files to those with one or two digits.
150 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
152         * Makefile (dist): Changed to use Gzip instead of compress.
154 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
156         * loading.texi (Unloading): define-function changed back to
157         defalias.  It may not stay this way, but at least it's
158         consistent with the known-good version of the code patch.
160 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
162         * modes.texi (Hooks): Document new optional arg of add-hook.
164 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
166         * variables.texi: document nil initial value of buffer-local variables.
168         * tips.texi: Add new section on standard library headers.
170 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
172         * Makefile (srcs): Add frame.texi to the list of sources.
174 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
176         * Makefile (dist): Don't bother excluding autosave files; they'll
177         never make it into the temp directory anyway, and the hash marks
178         in the name are problematic for make and the Bourne shell.
179         (srcs): 
181 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
183         * Makefile (dist): Don't include backup files or autosave files in
184         the distribution tar file.
186 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
188         * Makefile (srcs): Added index.perm.
189         (elisp.dvi): Remove erroneous shell comment.
190         Expect output of permute-index in permuted.fns.
191         Save old elisp.aux in elisp.oaux.
192         (clean): Added index.texi to be deleted.
194 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
196         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
198 Tue Jun 26 09:57:26 1990  David Lawrence  (tale at geech)
200         * files.texi:  Noted that completion-ignored-extensions is ignored
201         when making *Completions*.
203 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
205         * Makefile  make dist now depends on elisp.dvi, since it tries
206         to include it in the dist file.
208 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon at mole.ai.mit.edu)
210         * functions.texinfo (Mapping Functions): Add missing quote
212 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
214         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
215         (defunargs): Turn off \hyphenchar of \sl font temporarily.
217 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
219         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
220         and @error{} are the terms now being used.  The files in the
221         directory have been changed to reflect this.
223         * All instances of @indentedresultt{} have been changed to 
224         `     @result{}', using 5 spaces at the begining of the line.
226 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
228         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
229         experimental @indentedresult{}, @indentedexpandsto{} are part of
230         the texinfo.tex in this directory.  These TeX macros are not
231         stable yet.
233 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
235         * texinfo.tex:  temporarily added
236                 \let\result=\dblarrow  
237                 \def\error{{\it ERROR} \longdblarrow}
238         We need to do this better soon.
240 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
242         * Applied Karl Berry's patches to *.texinfo files, but not to
243         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
244         new title page format is also not applied, since it requires
245         texinfo.tex changes.)
247         * Cleaned up `Makefile' and defined the `emacslibdir' directory
248         for the Project GNU development environment.