(delete-exited-processes): Change doc-string comments to `new style' [w/`doc:' keyword].
[emacs/old-mirror.git] / lispref / ChangeLog
blob9a8e9664412ec29b5cbd3df9b8835eea74b43394
1 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
3         * Version 21.1 released.
5 2001-10-19  Miles Bader  <miles@gnu.org>
7         * positions.texi (Text Lines): Describe behavior of
8         `beginning-of-line'/`end-of-line' in the presence of field properties.
10 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
12         * Makefile.in (VERSION): Set to 2.8.
13         (manual): Use `manual-21'.
15         * elisp.texi (VERSION): Add and use it where the the version
16         number was used.  Set it to 2.8.
18         * intro.texi: Likewise.
20 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
22         * files.texi (File Name Completion): Document the significance of
23         a trailing slash in elements of completion-ignored-extensions.
25 2001-10-06  Miles Bader  <miles@gnu.org>
27         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
29 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
31         * variables.texi (Variable Aliases): New node.
33 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
35         * Branch for 21.1.
36         
37 2001-10-02  Miles Bader  <miles@gnu.org>
39         * minibuf.texi (Minibuffer Misc): Add entries for
40         `minibuffer-contents', `minibuffer-contents-no-properties', and
41         `delete-minibuffer-contents'.
42         Correct description for `minibuffer-prompt-end'.
44         * text.texi (Property Search): Correct descriptions of
45         `next-char-property-change' and `previous-char-property-change'.
46         Add entries for `next-single-char-property-change' and
47         `previous-single-char-property-change'.
48         Make operand names a bit more consistent.
50 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
52         * frames.texi (Finding All Frames): Document that next-frame and
53         previous-frame are local to current terminal.
55 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
57         * keymaps.texi (Creating Keymaps): Fix the description of the
58         result of make-keymap. 
60 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
62         * display.texi (Font Lookup, Attribute Functions)
63         (Image Descriptors): Add cross-references to the definition of
64         selected frame.
66         * buffers.texi (The Buffer List): Add cross-references to the
67         definition of selected frame.
69         * frames.texi (Input Focus): Clarify which frame is _the_ selected
70         frame at any given time.
71         (Multiple Displays, Size and Position): Add a cross-reference to
72         the definition of the selected frame.
74 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
76         * strings.texi (String Conversion) <string-to-number>: Document
77         that a float is returned for integers that are too large.
79         * frames.texi (Mouse Position): Document mouse-position-function.
80         (Display Feature Testing): Document display-images-p.
81         (Window Frame Parameters): Document the cursor-type variable.
83         * numbers.texi (Integer Basics): Document CL style read syntax for
84         integers in bases other than 10.
86         * positions.texi (List Motion): Document
87         open-paren-in-column-0-is-defun-start.
89         * lists.texi (Sets And Lists): Document member-ignore-case.
91         * internals.texi (Garbage Collection): Document the used and free
92         strings report.
93         (Memory Usage): Document strings-consed.
95         * os.texi (Time of Day): Document float-time.
96         (Recording Input): Document that clear-this-command-keys clears
97         the vector to be returned by recent-keys.
99         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
100         argument keymap can be a list.
102         * nonascii.texi (User-Chosen Coding Systems)
103         <select-safe-coding-system>: Document the new argument
104         accept-default-p and the variable
105         select-safe-coding-system-accept-default-p.  Tell what happens if
106         buffer-file-coding-system is undecided.
107         (Default Coding Systems): Document auto-coding-regexp-alist.
109         * display.texi (The Echo Area) <message>: Document
110         message-truncate-lines.
111         (Glyphs): Document that the glyph table is unused on windowed
112         displays.
114         * help.texi (Describing Characters) <single-key-description>:
115         Document the new argument no-angles.
116         (Accessing Documentation) <documentation-property>: Document that
117         a non-string property is evaluated.
118         <documentation>: Document that the function-documentation property
119         is looked for.
121         * windows.texi (Selecting Windows): Document some-window.
123         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
125         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
126         apropos-mode-hook.
128         * commands.texi (Using Interactive): Document interactive-form.
129         (Keyboard Macros): Document kbd-macro-termination-hook.
130         (Command Loop Info): Document that clear-this-command-keys clears
131         the vector to be returned by recent-keys.
133 2001-09-04  Werner LEMBERG  <wl@gnu.org>
135         * Makefile.in (srcdir, texinputdir): New variables.
136         (srcs, index.texi, install): Use $(srcdir).
137         (.PHONY): Remove elisp.dvi.
138         (elisp): Use -I switch for makeinfo.
139         (elisp.dvi): Use $(srcdir) and $(texinputdir).
140         (installall, dist): Use $(srcdir).
141         Fix path to texinfo.tex.
142         (maintainer-clean): Add elisp.dvi and elisp.oaux.
144 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
146         * display.texi (Conditional Display): Adjust to API change.
148         * configure: New file.
150 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
152         * commands.texi (Repeat Events): Add description of
153         double-click-fuzz.
155 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
157         * syntax.texi (Syntax Class Table): Add the missing designator for
158         comment and string fences.
159         (Syntax Properties): Add a xref to syntax table internals.
160         (Syntax Table Internals): Document string-to-syntax.
162 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
164         * Makefile.in (install): Use install-info command line options
165         like in Emacs' Makefile.in.
167 2000-12-09  Miles Bader  <miles@gnu.org>
169         * windows.texi (Window Start): Update documentation for
170         `pos-visible-in-window-p'.
172 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
174         * lists.texi (Building Lists): Add footnote to explain how to add
175         to the end of a list.
177 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
179         * files.texi (Visiting Functions): Typos.
181 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
183         * files.texi (Visiting Functions): Return value of
184         find-file-noselect may be a list of buffers if wildcards are used.
186 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
188         * display.texi (Defining Faces): Document `graphic' display type
189         in face specs.
191 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
193         * hooks.texi (Standard Hooks): Replace obsolete
194         `after-make-frame-hook' with `after-make-frame-functions'.
196         * frames.texi (Creating Frames): Ditto.
198         * variables.texi (Future Local Variables): Ditto.
200 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
202         * display.texi (Other Image Types): Add description of :foreground
203         and :background properties of mono PBM images.
205 2000-08-17  Werner LEMBERG  <wl@gnu.org>
207         * .cvsignore: New file.
209 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
211         * tindex.pl: New script.
213 1999-12-03  Dave Love  <fx@gnu.org>
215         * Makefile.in (MAKEINFO): New parameter.
217 1999-09-17  Richard Stallman  <rms@gnu.org>
219         * Makefile.in (srcs): Add hash.texi.
220         (VERSION): Update to 20.6.
222 1999-09-13  Richard Stallman  <rms@gnu.org>
224         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
226 1998-08-29  Karl Heuer  <kwzh@gnu.org>
228         * configure.in: New file.
229         * Makefile.in: Renamed from Makefile.
230         (prefix, infodir): Use value obtained from configure.
231         (emacslibdir): Obsolete variable deleted.
232         (dist): Distribute configure.in, configure, Makefile.in.
234 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
236         * Makefile (INSTALL_INFO): New variable.
237         (install): Run install-info.
239 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
241         * Makefile (elisp.dvi): Add missing backslash.
243 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
245         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
246         Run texindex without `./'.  Always run texindex on elisp.tp.
247         (elisp.tps): Target deleted.
249 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
251         * Makefile (srcs): Add nonascii.texi and customize.texi.
252         (dist): Start by deleting `temp'.
254 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
256         * Makefile (makeinfo, texindex): Targets deleted.
257         (makeinfo.o, texindex.o): Targets deleted.
258         (clean, dist): Don't do anything with them or with getopt*.
260 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
262         * Makefile (SHELL): Defined.
264 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
266         * Makefile (elisp.tps): New target.
267         (elisp.dvi): Depend on elisp.tps.
269 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
271         * README: Update phone number.
273         * Makefile (elisp): Make this be the default target.
274         Depend on makeinfo.c instead of makeinfo.
275         (install): Don't depend on elisp.dvi, since we don't install that.
276         Use mkinstalldirs.
277         (dist): Add mkinstalldirs.
279 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
281         * Makefile (VERSION): Update version number.
282         (maintainer-clean): Renamed from realclean.
284 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
286         * Makefile (realclean): New target.
287         (elisp): Remove any old elisp-* files first.
289 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
291         * Makefile (VERSION): New variable.
292         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
293         Compressed file suffix should be `.gz', not `.z'.
295 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
297         * Makefile (elisp): Depend on makeinfo.
299 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
301         * Makefile (srcs): Add anti.texi.
303 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
305         * Makefile (infodir, prefix): New vars.
306         (install): Use infodir.
307         (emacsinfodir): Deleted.
309 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
311         * Makefile (srcs): Add calendar.texi.
313         * Makefile (dist): Copy texindex.c and makeinfo.c.
314         Limit elisp-* files to those with one or two digits.
316 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
318         * Makefile (dist): Changed to use Gzip instead of compress.
320 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
322         * loading.texi (Unloading): define-function changed back to
323         defalias.  It may not stay this way, but at least it's
324         consistent with the known-good version of the code patch.
326 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
328         * modes.texi (Hooks): Document new optional arg of add-hook.
330 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
332         * variables.texi: Document nil initial value of buffer-local variables.
334         * tips.texi: Add new section on standard library headers.
336 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
338         * Makefile (srcs): Add frame.texi to the list of sources.
340 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
342         * Makefile (dist): Don't bother excluding autosave files; they'll
343         never make it into the temp directory anyway, and the hash marks
344         in the name are problematic for make and the Bourne shell.
345         (srcs): 
347 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
349         * Makefile (dist): Don't include backup files or autosave files in
350         the distribution tar file.
352 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
354         * Makefile (srcs): Added index.perm.
355         (elisp.dvi): Remove erroneous shell comment.
356         Expect output of permute-index in permuted.fns.
357         Save old elisp.aux in elisp.oaux.
358         (clean): Added index.texi to be deleted.
360 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
362         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
364 Tue Jun 26 09:57:26 1990  David Lawrence  (tale at geech)
366         * files.texi:  Noted that completion-ignored-extensions is ignored
367         when making *Completions*.
369 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
371         * Makefile  make dist now depends on elisp.dvi, since it tries
372         to include it in the dist file.
374 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon at mole.ai.mit.edu)
376         * functions.texinfo (Mapping Functions): Add missing quote
378 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
380         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
381         (defunargs): Turn off \hyphenchar of \sl font temporarily.
383 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
385         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
386         and @error{} are the terms now being used.  The files in the
387         directory have been changed to reflect this.
389         * All instances of @indentedresultt{} have been changed to
390         `     @result{}', using 5 spaces at the begining of the line.
392 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
394         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
395         experimental @indentedresult{}, @indentedexpandsto{} are part of
396         the texinfo.tex in this directory.  These TeX macros are not
397         stable yet.
399 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
401         * texinfo.tex:  temporarily added
402                 \let\result=\dblarrow
403                 \def\error{{\it ERROR} \longdblarrow}
404         We need to do this better soon.
406 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob at rice-chex.ai.mit.edu)
408         * Applied Karl Berry's patches to *.texinfo files, but not to
409         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
410         new title page format is also not applied, since it requires
411         texinfo.tex changes.)
413         * Cleaned up `Makefile' and defined the `emacslibdir' directory
414         for the Project GNU development environment.
417     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
418   Copying and distribution of this file, with or without modification,
419   are permitted provided the copyright notice and this notice are preserved.