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