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