(batch-update-autoloads): Call `update-directory-autoloads'.
[emacs.git] / lispref / ChangeLog
blobce6030c78a1f152d2b6c02a747d81ed588b76a4c
1 2003-04-20  Richard M. Stallman  <rms@gnu.org>
3         * os.texi (Timers): Explain about timers and quitting.
5 2003-04-19  Richard M. Stallman  <rms@gnu.org>
7         * internals.texi (Writing Emacs Primitives): Strings are
8         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
9         Explain GCPRO convention for varargs function args.
11 2003-04-16  Richard M. Stallman  <rms@gnu.org>
13         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
15 2003-04-08  Richard M. Stallman  <rms@gnu.org>
17         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
19 2003-02-13  Kim F. Storm  <storm@cua.dk>
21         * objects.texi (Character Type): New \s escape for space.
23 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
25         * os.texi (System Environment): Added cygwin system-type.
27 2003-01-25  Richard M. Stallman  <rms@gnu.org>
29         * keymaps.texi: Document that a symbol can act as a keymap.
31 2003-01-13  Richard M. Stallman  <rms@gnu.org>
33         * text.texi (Changing Properties): Say string indices are origin-0.
35         * positions.texi (Screen Lines) <compute-motion>:
36         Correct order of elts in return value.
38         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
39         how to define a default binding.
41 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
43         * loading.texi (Unloading): Fix recent change for load-history.
45         * customize.texi (Simple Types): Clarify description of custom
46         type 'number. Describe new custom type 'float.
48 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
50         * variables.texi (File Local Variables): Fix typo.
52 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
54         From Michael Albinus <Michael.Albinus@alcatel.de>.
56         * README: Target for Info file is `make info'.
58         * files.texi (File Name Components): Fixed typos in
59         `file-name-sans-extension'.
60         (Magic File Names): Complete list of operations for magic file
61         name handlers.
63 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
65         * variables.texi (File Local Variables): New function
66         risky-local-variable-p.
68 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
70         * functions.texi (Function safety): New node about unsafep.
72 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
74         * customize.texi (Splicing into Lists): Fixed example.
75         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
77 2002-06-17  Juanma Barranquero  <lektu@terra.es>
79         * frames.texi (Display Feature Testing): Fix typo.
81 2002-06-12  Andreas Schwab  <schwab@suse.de>
83         * frames.texi (Initial Parameters, Resources): Fix references to
84         the Emacs manual.
86 2002-05-13  Kim F. Storm  <storm@cua.dk>
88         * variables.texi (Intro to Buffer-Local): Updated warning and
89         example relating to changing buffer inside let.
91 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
93         * os.texi (Session Management): New node about X Session management.
95 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
97         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
98         to which the manual corresponds, and the copyright years.
100         * Makefile.in (VERSION): Set to 2.9.
102 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
104         * elisp.texi: Change the category in @dircategory to "Emacs", to
105         make it consistent with info/dir.
107 2001-11-25  Miles Bader  <miles@gnu.org>
109         * text.texi (Fields): Describe new `limit' arg in
110         field-beginning/field-end.
112 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
114         * permute-index: Don't depend on csh-specific features.  Replace
115         the interpreter name with /bin/sh.
117         * two-volume-cross-refs.txt: New file.
118         * two.el: New file.
119         * spellfile: New file.
121 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
123         * permute-index: New file.
125         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
126         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
127         8+3 restricted namespace.
129         * Makefile.in (infodir): Define relative to $(srcdir).
130         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
131         include directories list via -I switch to makeinfo.
132         (index.texi): Use cp if both hard and symbolic links fail.
134 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
136         * Makefile.in (distclean): Add.
138         The following changes make ELisp manual part of the Emacs
139         distribution:
141         * Makefile.in: Add Copyright notice.
142         (prefix): Remove.
143         (infodir): Change value to "../info".
144         (VPATH): New variable.
145         (MAKE): Don't define.
146         (texmacrodir): Don't define.
147         (texinputdir): Append the existing value of TEXINPUTS.
148         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
149         command to be compatible with man/Makefile.in, and to put the
150         output into ../info.
151         (info): Add target.
152         (installall): Target removed.
154 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
156         * tips.texi (Coding Conventions): Fix typo.
158 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
160         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
162 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
164         * files.texi (File Name Components): Update the description of
165         file-name-sans-extension and file-name-extension, as they now
166         ignore leading dots.
168 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
170         * (Version 21.1 released.)
172 2001-10-19  Miles Bader  <miles@gnu.org>
174         * positions.texi (Text Lines): Describe behavior of
175         `beginning-of-line'/`end-of-line' in the presence of field properties.
177 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
179         * Makefile.in (VERSION): Set to 2.8.
180         (manual): Use `manual-21'.
182         * elisp.texi (VERSION): Add and use it where the version
183         number was used.  Set it to 2.8.
185         * intro.texi: Likewise.
187 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
189         * files.texi (File Name Completion): Document the significance of
190         a trailing slash in elements of completion-ignored-extensions.
192 2001-10-06  Miles Bader  <miles@gnu.org>
194         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
196 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
198         * variables.texi (Variable Aliases): New node.
200 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
202         * Branch for 21.1.
204 2001-10-02  Miles Bader  <miles@gnu.org>
206         * minibuf.texi (Minibuffer Misc): Add entries for
207         `minibuffer-contents', `minibuffer-contents-no-properties', and
208         `delete-minibuffer-contents'.
209         Correct description for `minibuffer-prompt-end'.
211         * text.texi (Property Search): Correct descriptions of
212         `next-char-property-change' and `previous-char-property-change'.
213         Add entries for `next-single-char-property-change' and
214         `previous-single-char-property-change'.
215         Make operand names a bit more consistent.
217 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
219         * frames.texi (Finding All Frames): Document that next-frame and
220         previous-frame are local to current terminal.
222 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
224         * keymaps.texi (Creating Keymaps): Fix the description of the
225         result of make-keymap.
227 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
229         * display.texi (Font Lookup, Attribute Functions)
230         (Image Descriptors): Add cross-references to the definition of
231         selected frame.
233         * buffers.texi (The Buffer List): Add cross-references to the
234         definition of selected frame.
236         * frames.texi (Input Focus): Clarify which frame is _the_ selected
237         frame at any given time.
238         (Multiple Displays, Size and Position): Add a cross-reference to
239         the definition of the selected frame.
241 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
243         * strings.texi (String Conversion) <string-to-number>: Document
244         that a float is returned for integers that are too large.
246         * frames.texi (Mouse Position): Document mouse-position-function.
247         (Display Feature Testing): Document display-images-p.
248         (Window Frame Parameters): Document the cursor-type variable.
250         * numbers.texi (Integer Basics): Document CL style read syntax for
251         integers in bases other than 10.
253         * positions.texi (List Motion): Document
254         open-paren-in-column-0-is-defun-start.
256         * lists.texi (Sets And Lists): Document member-ignore-case.
258         * internals.texi (Garbage Collection): Document the used and free
259         strings report.
260         (Memory Usage): Document strings-consed.
262         * os.texi (Time of Day): Document float-time.
263         (Recording Input): Document that clear-this-command-keys clears
264         the vector to be returned by recent-keys.
266         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
267         argument keymap can be a list.
269         * nonascii.texi (User-Chosen Coding Systems)
270         <select-safe-coding-system>: Document the new argument
271         accept-default-p and the variable
272         select-safe-coding-system-accept-default-p.  Tell what happens if
273         buffer-file-coding-system is undecided.
274         (Default Coding Systems): Document auto-coding-regexp-alist.
276         * display.texi (The Echo Area) <message>: Document
277         message-truncate-lines.
278         (Glyphs): Document that the glyph table is unused on windowed
279         displays.
281         * help.texi (Describing Characters) <single-key-description>:
282         Document the new argument no-angles.
283         (Accessing Documentation) <documentation-property>: Document that
284         a non-string property is evaluated.
285         <documentation>: Document that the function-documentation property
286         is looked for.
288         * windows.texi (Selecting Windows): Document some-window.
290         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
292         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
293         apropos-mode-hook.
295         * commands.texi (Using Interactive): Document interactive-form.
296         (Keyboard Macros): Document kbd-macro-termination-hook.
297         (Command Loop Info): Document that clear-this-command-keys clears
298         the vector to be returned by recent-keys.
300 2001-09-04  Werner LEMBERG  <wl@gnu.org>
302         * Makefile.in (srcdir, texinputdir): New variables.
303         (srcs, index.texi, install): Use $(srcdir).
304         (.PHONY): Remove elisp.dvi.
305         (elisp): Use -I switch for makeinfo.
306         (elisp.dvi): Use $(srcdir) and $(texinputdir).
307         (installall, dist): Use $(srcdir).
308         Fix path to texinfo.tex.
309         (maintainer-clean): Add elisp.dvi and elisp.oaux.
311 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
313         * display.texi (Conditional Display): Adjust to API change.
315         * configure: New file.
317 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
319         * commands.texi (Repeat Events): Add description of
320         double-click-fuzz.
322 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
324         * syntax.texi (Syntax Class Table): Add the missing designator for
325         comment and string fences.
326         (Syntax Properties): Add a xref to syntax table internals.
327         (Syntax Table Internals): Document string-to-syntax.
329 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
331         * Makefile.in (install): Use install-info command line options
332         like in Emacs' Makefile.in.
334 2000-12-09  Miles Bader  <miles@gnu.org>
336         * windows.texi (Window Start): Update documentation for
337         `pos-visible-in-window-p'.
339 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
341         * lists.texi (Building Lists): Add footnote to explain how to add
342         to the end of a list.
344 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
346         * files.texi (Visiting Functions): Typos.
348 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
350         * files.texi (Visiting Functions): Return value of
351         find-file-noselect may be a list of buffers if wildcards are used.
353 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
355         * display.texi (Defining Faces): Document `graphic' display type
356         in face specs.
358 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
360         * hooks.texi (Standard Hooks): Replace obsolete
361         `after-make-frame-hook' with `after-make-frame-functions'.
363         * frames.texi (Creating Frames): Ditto.
365         * variables.texi (Future Local Variables): Ditto.
367 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
369         * display.texi (Other Image Types): Add description of :foreground
370         and :background properties of mono PBM images.
372 2000-08-17  Werner LEMBERG  <wl@gnu.org>
374         * .cvsignore: New file.
376 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
378         * tindex.pl: New script.
380 1999-12-03  Dave Love  <fx@gnu.org>
382         * Makefile.in (MAKEINFO): New parameter.
384 1999-09-17  Richard Stallman  <rms@gnu.org>
386         * Makefile.in (srcs): Add hash.texi.
387         (VERSION): Update to 20.6.
389 1999-09-13  Richard Stallman  <rms@gnu.org>
391         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
393 1998-08-29  Karl Heuer  <kwzh@gnu.org>
395         * configure.in: New file.
396         * Makefile.in: Renamed from Makefile.
397         (prefix, infodir): Use value obtained from configure.
398         (emacslibdir): Obsolete variable deleted.
399         (dist): Distribute configure.in, configure, Makefile.in.
401 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
403         * Makefile (INSTALL_INFO): New variable.
404         (install): Run install-info.
406 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
408         * Makefile (elisp.dvi): Add missing backslash.
410 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
412         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
413         Run texindex without `./'.  Always run texindex on elisp.tp.
414         (elisp.tps): Target deleted.
416 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
418         * Makefile (srcs): Add nonascii.texi and customize.texi.
419         (dist): Start by deleting `temp'.
421 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
423         * Makefile (makeinfo, texindex): Targets deleted.
424         (makeinfo.o, texindex.o): Targets deleted.
425         (clean, dist): Don't do anything with them or with getopt*.
427 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
429         * Makefile (SHELL): Defined.
431 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
433         * Makefile (elisp.tps): New target.
434         (elisp.dvi): Depend on elisp.tps.
436 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
438         * README: Update phone number.
440         * Makefile (elisp): Make this be the default target.
441         Depend on makeinfo.c instead of makeinfo.
442         (install): Don't depend on elisp.dvi, since we don't install that.
443         Use mkinstalldirs.
444         (dist): Add mkinstalldirs.
446 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
448         * Makefile (VERSION): Update version number.
449         (maintainer-clean): Renamed from realclean.
451 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
453         * Makefile (realclean): New target.
454         (elisp): Remove any old elisp-* files first.
456 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
458         * Makefile (VERSION): New variable.
459         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
460         Compressed file suffix should be `.gz', not `.z'.
462 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
464         * Makefile (elisp): Depend on makeinfo.
466 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
468         * Makefile (srcs): Add anti.texi.
470 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
472         * Makefile (infodir, prefix): New vars.
473         (install): Use infodir.
474         (emacsinfodir): Deleted.
476 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
478         * Makefile (srcs): Add calendar.texi.
480         * Makefile (dist): Copy texindex.c and makeinfo.c.
481         Limit elisp-* files to those with one or two digits.
483 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
485         * Makefile (dist): Changed to use Gzip instead of compress.
487 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
489         * loading.texi (Unloading): define-function changed back to
490         defalias.  It may not stay this way, but at least it's
491         consistent with the known-good version of the code patch.
493 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
495         * modes.texi (Hooks): Document new optional arg of add-hook.
497 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
499         * variables.texi: Document nil initial value of buffer-local variables.
501         * tips.texi: Add new section on standard library headers.
503 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
505         * Makefile (srcs): Add frame.texi to the list of sources.
507 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
509         * Makefile (dist): Don't bother excluding autosave files; they'll
510         never make it into the temp directory anyway, and the hash marks
511         in the name are problematic for make and the Bourne shell.
512         (srcs):
514 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
516         * Makefile (dist): Don't include backup files or autosave files in
517         the distribution tar file.
519 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
521         * Makefile (srcs): Added index.perm.
522         (elisp.dvi): Remove erroneous shell comment.
523         Expect output of permute-index in permuted.fns.
524         Save old elisp.aux in elisp.oaux.
525         (clean): Added index.texi to be deleted.
527 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
529         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
531 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
533         * files.texi:  Noted that completion-ignored-extensions is ignored
534         when making *Completions*.
536 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
538         * Makefile  make dist now depends on elisp.dvi, since it tries
539         to include it in the dist file.
541 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
543         * functions.texinfo (Mapping Functions): Add missing quote
545 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
547         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
548         (defunargs): Turn off \hyphenchar of \sl font temporarily.
550 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
552         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
553         and @error{} are the terms now being used.  The files in the
554         directory have been changed to reflect this.
556         * All instances of @indentedresultt{} have been changed to
557         `     @result{}', using 5 spaces at the begining of the line.
559 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
561         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
562         experimental @indentedresult{}, @indentedexpandsto{} are part of
563         the texinfo.tex in this directory.  These TeX macros are not
564         stable yet.
566 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
568         * texinfo.tex:  temporarily added
569                 \let\result=\dblarrow
570                 \def\error{{\it ERROR} \longdblarrow}
571         We need to do this better soon.
573 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
575         * Applied Karl Berry's patches to *.texinfo files, but not to
576         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
577         new title page format is also not applied, since it requires
578         texinfo.tex changes.)
580         * Cleaned up `Makefile' and defined the `emacslibdir' directory
581         for the Project GNU development environment.
583 ;; Local Variables:
584 ;; coding: iso-2022-7bit-unix
585 ;; End:
587     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
588   Copying and distribution of this file, with or without modification,
589   are permitted provided the copyright notice and this notice are preserved.