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