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