Comment out @smallbook.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
c89e4bc5
GM
12001-10-04 Gerd Moellmann <gerd@gnu.org>
2
3 * variables.texi (Variable Aliases): New node.
4
9db3a582
MB
52001-10-02 Miles Bader <miles@gnu.org>
6
ae1a9581
MB
7 * minibuf.texi (Minibuffer Misc): Add entries for
8 `minibuffer-contents', `minibuffer-contents-no-properties', and
9 `delete-minibuffer-contents'.
10 Correct description for `minibuffer-prompt-end'.
11
9db3a582
MB
12 * text.texi (Property Search): Correct descriptions of
13 `next-char-property-change' and `previous-char-property-change'.
14 Add entries for `next-single-char-property-change' and
15 `previous-single-char-property-change'.
16 Make operand names a bit more consistent.
17
03be5931
EZ
182001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
19
20 * frames.texi (Finding All Frames): Document that next-frame and
21 previous-frame are local to current terminal.
22
974548ec
EZ
232001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
24
25 * keymaps.texi (Creating Keymaps): Fix the description of the
26 result of make-keymap.
27
8d82c597
EZ
282001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
29
30 * display.texi (Font Lookup, Attribute Functions)
31 (Image Descriptors): Add cross-references to the definition of
32 selected frame.
33
34 * buffers.texi (The Buffer List): Add cross-references to the
35 definition of selected frame.
36
37 * frames.texi (Input Focus): Clarify which frame is _the_ selected
38 frame at any given time.
39 (Multiple Displays, Size and Position): Add a cross-reference to
40 the definition of the selected frame.
41
2842de30
EZ
422001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
43
44 * strings.texi (String Conversion) <string-to-number>: Document
45 that a float is returned for integers that are too large.
46
47 * frames.texi (Mouse Position): Document mouse-position-function.
48 (Display Feature Testing): Document display-images-p.
49 (Window Frame Parameters): Document the cursor-type variable.
50
51 * numbers.texi (Integer Basics): Document CL style read syntax for
52 integers in bases other than 10.
53
54 * positions.texi (List Motion): Document
55 open-paren-in-column-0-is-defun-start.
56
57 * lists.texi (Sets And Lists): Document member-ignore-case.
58
59 * internals.texi (Garbage Collection): Document the used and free
60 strings report.
61 (Memory Usage): Document strings-consed.
62
63 * os.texi (Time of Day): Document float-time.
64 (Recording Input): Document that clear-this-command-keys clears
65 the vector to be returned by recent-keys.
66
67 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
68 argument keymap can be a list.
69
70 * nonascii.texi (User-Chosen Coding Systems)
71 <select-safe-coding-system>: Document the new argument
72 accept-default-p and the variable
73 select-safe-coding-system-accept-default-p. Tell what happens if
74 buffer-file-coding-system is undecided.
75 (Default Coding Systems): Document auto-coding-regexp-alist.
76
77 * display.texi (The Echo Area) <message>: Document
78 message-truncate-lines.
79 (Glyphs): Document that the glyph table is unused on windowed
80 displays.
81
82 * help.texi (Describing Characters) <single-key-description>:
83 Document the new argument no-angles.
84 (Accessing Documentation) <documentation-property>: Document that
85 a non-string property is evaluated.
86 <documentation>: Document that the function-documentation property
87 is looked for.
88
89 * windows.texi (Selecting Windows): Document some-window.
90
91 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
92
93 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
94 apropos-mode-hook.
95
96 * commands.texi (Using Interactive): Document interactive-form.
97 (Keyboard Macros): Document kbd-macro-termination-hook.
98 (Command Loop Info): Document that clear-this-command-keys clears
99 the vector to be returned by recent-keys.
100
2d43d823
GM
1012001-09-04 Werner LEMBERG <wl@gnu.org>
102
103 * Makefile.in (srcdir, texinputdir): New variables.
104 (srcs, index.texi, install): Use $(srcdir).
105 (.PHONY): Remove elisp.dvi.
106 (elisp): Use -I switch for makeinfo.
107 (elisp.dvi): Use $(srcdir) and $(texinputdir).
108 (installall, dist): Use $(srcdir).
109 Fix path to texinfo.tex.
110 (maintainer-clean): Add elisp.dvi and elisp.oaux.
111
fa739b31
GM
1122001-08-30 Gerd Moellmann <gerd@gnu.org>
113
92a25631
GM
114 * display.texi (Conditional Display): Adjust to API change.
115
fa739b31
GM
116 * configure: New file.
117
cef68af5
GM
1182001-07-30 Gerd Moellmann <gerd@gnu.org>
119
120 * commands.texi (Repeat Events): Add description of
121 double-click-fuzz.
122
d1f08d85
SM
1232001-05-08 Stefan Monnier <monnier@cs.yale.edu>
124
125 * syntax.texi (Syntax Class Table): Add the missing designator for
126 comment and string fences.
127 (Syntax Properties): Add a xref to syntax table internals.
128 (Syntax Table Internals): Document string-to-syntax.
129
1e9fc92e
GM
1302001-05-07 Gerd Moellmann <gerd@gnu.org>
131
132 * Makefile.in (install): Use install-info command line options
133 like in Emacs' Makefile.in.
134
00480554
MB
1352000-12-09 Miles Bader <miles@gnu.org>
136
137 * windows.texi (Window Start): Update documentation for
138 `pos-visible-in-window-p'.
139
1e344ee2
SM
1402000-11-12 Stefan Monnier <monnier@cs.yale.edu>
141
142 * lists.texi (Building Lists): Add footnote to explain how to add
143 to the end of a list.
144
a540f6ed
GM
1452000-10-25 Gerd Moellmann <gerd@gnu.org>
146
147 * files.texi (Visiting Functions): Typos.
148
28bcdbee
KH
1492000-10-25 Kenichi Handa <handa@etl.go.jp>
150
151 * files.texi (Visiting Functions): Return value of
152 find-file-noselect may be a list of buffers if wildcards are used.
153
22d1a4ed
MB
1542000-10-24 Miles Bader <miles@lsi.nec.co.jp>
155
156 * display.texi (Defining Faces): Document `graphic' display type
157 in face specs.
158
916a89db
KG
1592000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
160
1e9fc92e 161 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
162 `after-make-frame-hook' with `after-make-frame-functions'.
163
1e9fc92e 164 * frames.texi (Creating Frames): Ditto.
916a89db 165
1e9fc92e 166 * variables.texi (Future Local Variables): Ditto.
916a89db 167
483de32b
GM
1682000-10-16 Gerd Moellmann <gerd@gnu.org>
169
170 * display.texi (Other Image Types): Add description of :foreground
171 and :background properties of mono PBM images.
172
e23a63a5
WL
1732000-08-17 Werner LEMBERG <wl@gnu.org>
174
175 * .cvsignore: New file.
176
dfc16043
GM
1772000-01-05 Gerd Moellmann <gerd@gnu.org>
178
179 * tindex.pl: New script.
180
602613fe
DL
1811999-12-03 Dave Love <fx@gnu.org>
182
183 * Makefile.in (MAKEINFO): New parameter.
184
94ec544d
DL
1851999-09-17 Richard Stallman <rms@gnu.org>
186
187 * Makefile.in (srcs): Add hash.texi.
188 (VERSION): Update to 20.6.
189
1901999-09-13 Richard Stallman <rms@gnu.org>
191
192 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
193
1941998-08-29 Karl Heuer <kwzh@gnu.org>
195
196 * configure.in: New file.
197 * Makefile.in: Renamed from Makefile.
198 (prefix, infodir): Use value obtained from configure.
199 (emacslibdir): Obsolete variable deleted.
200 (dist): Distribute configure.in, configure, Makefile.in.
201
2021998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
203
204 * Makefile (INSTALL_INFO): New variable.
205 (install): Run install-info.
206
2071998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
208
209 * Makefile (elisp.dvi): Add missing backslash.
210
2111998-05-02 Richard Stallman <rms@psilocin.gnu.org>
212
213 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
214 Run texindex without `./'. Always run texindex on elisp.tp.
215 (elisp.tps): Target deleted.
216
2171998-04-05 Richard Stallman <rms@psilocin.gnu.org>
218
219 * Makefile (srcs): Add nonascii.texi and customize.texi.
220 (dist): Start by deleting `temp'.
221
2221998-02-17 Richard Stallman <rms@psilocin.gnu.org>
223
224 * Makefile (makeinfo, texindex): Targets deleted.
225 (makeinfo.o, texindex.o): Targets deleted.
226 (clean, dist): Don't do anything with them or with getopt*.
227
2281998-01-30 Richard Stallman <rms@psilocin.gnu.org>
229
230 * Makefile (SHELL): Defined.
231
2321998-01-27 Richard Stallman <rms@psilocin.gnu.org>
233
234 * Makefile (elisp.tps): New target.
235 (elisp.dvi): Depend on elisp.tps.
236
237Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
238
239 * README: Update phone number.
240
241 * Makefile (elisp): Make this be the default target.
242 Depend on makeinfo.c instead of makeinfo.
243 (install): Don't depend on elisp.dvi, since we don't install that.
244 Use mkinstalldirs.
245 (dist): Add mkinstalldirs.
246
247Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
248
249 * Makefile (VERSION): Update version number.
250 (maintainer-clean): Renamed from realclean.
251
252Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
253
254 * Makefile (realclean): New target.
255 (elisp): Remove any old elisp-* files first.
256
257Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
258
d1f08d85
SM
259 * Makefile (VERSION): New variable.
260 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
261 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
262
263Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
264
265 * Makefile (elisp): Depend on makeinfo.
266
267Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
268
d1f08d85 269 * Makefile (srcs): Add anti.texi.
94ec544d
DL
270
271Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
272
273 * Makefile (infodir, prefix): New vars.
274 (install): Use infodir.
275 (emacsinfodir): Deleted.
276
277Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
278
279 * Makefile (srcs): Add calendar.texi.
280
281 * Makefile (dist): Copy texindex.c and makeinfo.c.
282 Limit elisp-* files to those with one or two digits.
283
284Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
285
286 * Makefile (dist): Changed to use Gzip instead of compress.
287
288Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
289
290 * loading.texi (Unloading): define-function changed back to
291 defalias. It may not stay this way, but at least it's
292 consistent with the known-good version of the code patch.
293
294Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
295
296 * modes.texi (Hooks): Document new optional arg of add-hook.
297
298Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
299
d1f08d85 300 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
301
302 * tips.texi: Add new section on standard library headers.
303
304Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
305
306 * Makefile (srcs): Add frame.texi to the list of sources.
307
308Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
309
310 * Makefile (dist): Don't bother excluding autosave files; they'll
311 never make it into the temp directory anyway, and the hash marks
312 in the name are problematic for make and the Bourne shell.
313 (srcs):
314
315Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
316
d1f08d85 317 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
318 the distribution tar file.
319
320Tue Nov 26 21:10:34 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu)
321
322 * Makefile (srcs): Added index.perm.
323 (elisp.dvi): Remove erroneous shell comment.
324 Expect output of permute-index in permuted.fns.
325 Save old elisp.aux in elisp.oaux.
326 (clean): Added index.texi to be deleted.
327
328Sat Aug 11 17:39:10 1990 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
329
330 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
331
332Tue Jun 26 09:57:26 1990 David Lawrence (tale at geech)
333
334 * files.texi: Noted that completion-ignored-extensions is ignored
335 when making *Completions*.
336
337Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
338
339 * Makefile make dist now depends on elisp.dvi, since it tries
340 to include it in the dist file.
341
342Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon at mole.ai.mit.edu)
343
344 * functions.texinfo (Mapping Functions): Add missing quote
345
346Mon Jun 19 18:09:24 1989 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
347
348 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
349 (defunargs): Turn off \hyphenchar of \sl font temporarily.
350
351Wed May 10 18:01:17 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
352
353 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
354 and @error{} are the terms now being used. The files in the
355 directory have been changed to reflect this.
356
d1f08d85 357 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
358 ` @result{}', using 5 spaces at the begining of the line.
359
360Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
361
362 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
363 experimental @indentedresult{}, @indentedexpandsto{} are part of
364 the texinfo.tex in this directory. These TeX macros are not
365 stable yet.
366
367Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
368
369 * texinfo.tex: temporarily added
d1f08d85 370 \let\result=\dblarrow
94ec544d
DL
371 \def\error{{\it ERROR} \longdblarrow}
372 We need to do this better soon.
373
374Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob at rice-chex.ai.mit.edu)
375
376 * Applied Karl Berry's patches to *.texinfo files, but not to
377 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
378 new title page format is also not applied, since it requires
379 texinfo.tex changes.)
380
381 * Cleaned up `Makefile' and defined the `emacslibdir' directory
382 for the Project GNU development environment.
383