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