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