(Standard Hooks): Add kbd-macro-termination-hook and apropos-mode-hook.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
2d43d823
GM
12001-09-04 Werner LEMBERG <wl@gnu.org>
2
3 * Makefile.in (srcdir, texinputdir): New variables.
4 (srcs, index.texi, install): Use $(srcdir).
5 (.PHONY): Remove elisp.dvi.
6 (elisp): Use -I switch for makeinfo.
7 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8 (installall, dist): Use $(srcdir).
9 Fix path to texinfo.tex.
10 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11
fa739b31
GM
122001-08-30 Gerd Moellmann <gerd@gnu.org>
13
92a25631
GM
14 * display.texi (Conditional Display): Adjust to API change.
15
fa739b31
GM
16 * configure: New file.
17
cef68af5
GM
182001-07-30 Gerd Moellmann <gerd@gnu.org>
19
20 * commands.texi (Repeat Events): Add description of
21 double-click-fuzz.
22
d1f08d85
SM
232001-05-08 Stefan Monnier <monnier@cs.yale.edu>
24
25 * syntax.texi (Syntax Class Table): Add the missing designator for
26 comment and string fences.
27 (Syntax Properties): Add a xref to syntax table internals.
28 (Syntax Table Internals): Document string-to-syntax.
29
1e9fc92e
GM
302001-05-07 Gerd Moellmann <gerd@gnu.org>
31
32 * Makefile.in (install): Use install-info command line options
33 like in Emacs' Makefile.in.
34
00480554
MB
352000-12-09 Miles Bader <miles@gnu.org>
36
37 * windows.texi (Window Start): Update documentation for
38 `pos-visible-in-window-p'.
39
1e344ee2
SM
402000-11-12 Stefan Monnier <monnier@cs.yale.edu>
41
42 * lists.texi (Building Lists): Add footnote to explain how to add
43 to the end of a list.
44
a540f6ed
GM
452000-10-25 Gerd Moellmann <gerd@gnu.org>
46
47 * files.texi (Visiting Functions): Typos.
48
28bcdbee
KH
492000-10-25 Kenichi Handa <handa@etl.go.jp>
50
51 * files.texi (Visiting Functions): Return value of
52 find-file-noselect may be a list of buffers if wildcards are used.
53
22d1a4ed
MB
542000-10-24 Miles Bader <miles@lsi.nec.co.jp>
55
56 * display.texi (Defining Faces): Document `graphic' display type
57 in face specs.
58
916a89db
KG
592000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
60
1e9fc92e 61 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
62 `after-make-frame-hook' with `after-make-frame-functions'.
63
1e9fc92e 64 * frames.texi (Creating Frames): Ditto.
916a89db 65
1e9fc92e 66 * variables.texi (Future Local Variables): Ditto.
916a89db 67
483de32b
GM
682000-10-16 Gerd Moellmann <gerd@gnu.org>
69
70 * display.texi (Other Image Types): Add description of :foreground
71 and :background properties of mono PBM images.
72
e23a63a5
WL
732000-08-17 Werner LEMBERG <wl@gnu.org>
74
75 * .cvsignore: New file.
76
dfc16043
GM
772000-01-05 Gerd Moellmann <gerd@gnu.org>
78
79 * tindex.pl: New script.
80
602613fe
DL
811999-12-03 Dave Love <fx@gnu.org>
82
83 * Makefile.in (MAKEINFO): New parameter.
84
94ec544d
DL
851999-09-17 Richard Stallman <rms@gnu.org>
86
87 * Makefile.in (srcs): Add hash.texi.
88 (VERSION): Update to 20.6.
89
901999-09-13 Richard Stallman <rms@gnu.org>
91
92 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
93
941998-08-29 Karl Heuer <kwzh@gnu.org>
95
96 * configure.in: New file.
97 * Makefile.in: Renamed from Makefile.
98 (prefix, infodir): Use value obtained from configure.
99 (emacslibdir): Obsolete variable deleted.
100 (dist): Distribute configure.in, configure, Makefile.in.
101
1021998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
103
104 * Makefile (INSTALL_INFO): New variable.
105 (install): Run install-info.
106
1071998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
108
109 * Makefile (elisp.dvi): Add missing backslash.
110
1111998-05-02 Richard Stallman <rms@psilocin.gnu.org>
112
113 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
114 Run texindex without `./'. Always run texindex on elisp.tp.
115 (elisp.tps): Target deleted.
116
1171998-04-05 Richard Stallman <rms@psilocin.gnu.org>
118
119 * Makefile (srcs): Add nonascii.texi and customize.texi.
120 (dist): Start by deleting `temp'.
121
1221998-02-17 Richard Stallman <rms@psilocin.gnu.org>
123
124 * Makefile (makeinfo, texindex): Targets deleted.
125 (makeinfo.o, texindex.o): Targets deleted.
126 (clean, dist): Don't do anything with them or with getopt*.
127
1281998-01-30 Richard Stallman <rms@psilocin.gnu.org>
129
130 * Makefile (SHELL): Defined.
131
1321998-01-27 Richard Stallman <rms@psilocin.gnu.org>
133
134 * Makefile (elisp.tps): New target.
135 (elisp.dvi): Depend on elisp.tps.
136
137Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
138
139 * README: Update phone number.
140
141 * Makefile (elisp): Make this be the default target.
142 Depend on makeinfo.c instead of makeinfo.
143 (install): Don't depend on elisp.dvi, since we don't install that.
144 Use mkinstalldirs.
145 (dist): Add mkinstalldirs.
146
147Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
148
149 * Makefile (VERSION): Update version number.
150 (maintainer-clean): Renamed from realclean.
151
152Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
153
154 * Makefile (realclean): New target.
155 (elisp): Remove any old elisp-* files first.
156
157Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
158
d1f08d85
SM
159 * Makefile (VERSION): New variable.
160 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
161 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
162
163Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
164
165 * Makefile (elisp): Depend on makeinfo.
166
167Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
168
d1f08d85 169 * Makefile (srcs): Add anti.texi.
94ec544d
DL
170
171Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
172
173 * Makefile (infodir, prefix): New vars.
174 (install): Use infodir.
175 (emacsinfodir): Deleted.
176
177Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
178
179 * Makefile (srcs): Add calendar.texi.
180
181 * Makefile (dist): Copy texindex.c and makeinfo.c.
182 Limit elisp-* files to those with one or two digits.
183
184Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
185
186 * Makefile (dist): Changed to use Gzip instead of compress.
187
188Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
189
190 * loading.texi (Unloading): define-function changed back to
191 defalias. It may not stay this way, but at least it's
192 consistent with the known-good version of the code patch.
193
194Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
195
196 * modes.texi (Hooks): Document new optional arg of add-hook.
197
198Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
199
d1f08d85 200 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
201
202 * tips.texi: Add new section on standard library headers.
203
204Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
205
206 * Makefile (srcs): Add frame.texi to the list of sources.
207
208Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
209
210 * Makefile (dist): Don't bother excluding autosave files; they'll
211 never make it into the temp directory anyway, and the hash marks
212 in the name are problematic for make and the Bourne shell.
213 (srcs):
214
215Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
216
d1f08d85 217 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
218 the distribution tar file.
219
220Tue Nov 26 21:10:34 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu)
221
222 * Makefile (srcs): Added index.perm.
223 (elisp.dvi): Remove erroneous shell comment.
224 Expect output of permute-index in permuted.fns.
225 Save old elisp.aux in elisp.oaux.
226 (clean): Added index.texi to be deleted.
227
228Sat Aug 11 17:39:10 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
229
230 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
231
232Tue Jun 26 09:57:26 1990 David Lawrence (tale at geech)
233
234 * files.texi: Noted that completion-ignored-extensions is ignored
235 when making *Completions*.
236
237Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
238
239 * Makefile make dist now depends on elisp.dvi, since it tries
240 to include it in the dist file.
241
242Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon at mole.ai.mit.edu)
243
244 * functions.texinfo (Mapping Functions): Add missing quote
245
246Mon Jun 19 18:09:24 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
247
248 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
249 (defunargs): Turn off \hyphenchar of \sl font temporarily.
250
251Wed May 10 18:01:17 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
252
253 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
254 and @error{} are the terms now being used. The files in the
255 directory have been changed to reflect this.
256
d1f08d85 257 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
258 ` @result{}', using 5 spaces at the begining of the line.
259
260Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
261
262 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
263 experimental @indentedresult{}, @indentedexpandsto{} are part of
264 the texinfo.tex in this directory. These TeX macros are not
265 stable yet.
266
267Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
268
269 * texinfo.tex: temporarily added
d1f08d85 270 \let\result=\dblarrow
94ec544d
DL
271 \def\error{{\it ERROR} \longdblarrow}
272 We need to do this better soon.
273
274Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
275
276 * Applied Karl Berry's patches to *.texinfo files, but not to
277 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
278 new title page format is also not applied, since it requires
279 texinfo.tex changes.)
280
281 * Cleaned up `Makefile' and defined the `emacslibdir' directory
282 for the Project GNU development environment.
283