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