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