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