(event-start, event-end, event-click-count):
[emacs.git] / lispref / ChangeLog
blobeda8e14b490f5e2c928510b144050ae15b2d9c96
1 2002-06-17  Juanma Barranquero  <lektu@terra.es>
3         * frames.texi (Display Feature Testing): Fix typo.
5 2002-06-12  Andreas Schwab  <schwab@suse.de>
7         * frames.texi (Initial Parameters, Resources): Fix references to
8         the Emacs manual.
10 2002-05-13  Kim F. Storm  <storm@cua.dk>
12         * variables.texi (Intro to Buffer-Local): Updated warning and
13         example relating to changing buffer inside let.
15 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
17         * os.texi (Session Management): New node about X Session management.
19 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
21         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
22         to which the manual corresponds, and the copyright years.
24         * Makefile.in (VERSION): Set to 2.9.
26 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
28         * elisp.texi: Change the category in @dircategory to "Emacs", to
29         make it consistent with info/dir.
31 2001-11-25  Miles Bader  <miles@gnu.org>
33         * text.texi (Fields): Describe new `limit' arg in
34         field-beginning/field-end.
36 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
38         * permute-index: Don't depend on csh-specific features.  Replace
39         the interpreter name with /bin/sh.
41         * two-volume-cross-refs.txt: New file.
42         * two.el: New file.
43         * spellfile: New file.
45 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
47         * permute-index: New file.
49         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
50         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
51         8+3 restricted namespace.
53         * Makefile.in (infodir): Define relative to $(srcdir).
54         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
55         include directories list via -I switch to makeinfo.
56         (index.texi): Use cp if both hard and symbolic links fail.
58 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
60         * Makefile.in (distclean): Add.
62         The following changes make ELisp manual part of the Emacs
63         distribution:
65         * Makefile.in: Add Copyright notice.
66         (prefix): Remove.
67         (infodir): Change value to "../info".
68         (VPATH): New variable.
69         (MAKE): Don't define.
70         (texmacrodir): Don't define.
71         (texinputdir): Append the existing value of TEXINPUTS.
72         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
73         command to be compatible with man/Makefile.in, and to put the
74         output into ../info.
75         (info): Add target.
76         (installall): Target removed.
78 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
80         * tips.texi (Coding Conventions): Fix typo.
82 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
84         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
86 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
88         * files.texi (File Name Components): Update the description of
89         file-name-sans-extension and file-name-extension, as they now
90         ignore leading dots.
92 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
94         * (Version 21.1 released.)
96 2001-10-19  Miles Bader  <miles@gnu.org>
98         * positions.texi (Text Lines): Describe behavior of
99         `beginning-of-line'/`end-of-line' in the presence of field properties.
101 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
103         * Makefile.in (VERSION): Set to 2.8.
104         (manual): Use `manual-21'.
106         * elisp.texi (VERSION): Add and use it where the version
107         number was used.  Set it to 2.8.
109         * intro.texi: Likewise.
111 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
113         * files.texi (File Name Completion): Document the significance of
114         a trailing slash in elements of completion-ignored-extensions.
116 2001-10-06  Miles Bader  <miles@gnu.org>
118         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
120 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
122         * variables.texi (Variable Aliases): New node.
124 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
126         * Branch for 21.1.
128 2001-10-02  Miles Bader  <miles@gnu.org>
130         * minibuf.texi (Minibuffer Misc): Add entries for
131         `minibuffer-contents', `minibuffer-contents-no-properties', and
132         `delete-minibuffer-contents'.
133         Correct description for `minibuffer-prompt-end'.
135         * text.texi (Property Search): Correct descriptions of
136         `next-char-property-change' and `previous-char-property-change'.
137         Add entries for `next-single-char-property-change' and
138         `previous-single-char-property-change'.
139         Make operand names a bit more consistent.
141 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
143         * frames.texi (Finding All Frames): Document that next-frame and
144         previous-frame are local to current terminal.
146 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
148         * keymaps.texi (Creating Keymaps): Fix the description of the
149         result of make-keymap.
151 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
153         * display.texi (Font Lookup, Attribute Functions)
154         (Image Descriptors): Add cross-references to the definition of
155         selected frame.
157         * buffers.texi (The Buffer List): Add cross-references to the
158         definition of selected frame.
160         * frames.texi (Input Focus): Clarify which frame is _the_ selected
161         frame at any given time.
162         (Multiple Displays, Size and Position): Add a cross-reference to
163         the definition of the selected frame.
165 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
167         * strings.texi (String Conversion) <string-to-number>: Document
168         that a float is returned for integers that are too large.
170         * frames.texi (Mouse Position): Document mouse-position-function.
171         (Display Feature Testing): Document display-images-p.
172         (Window Frame Parameters): Document the cursor-type variable.
174         * numbers.texi (Integer Basics): Document CL style read syntax for
175         integers in bases other than 10.
177         * positions.texi (List Motion): Document
178         open-paren-in-column-0-is-defun-start.
180         * lists.texi (Sets And Lists): Document member-ignore-case.
182         * internals.texi (Garbage Collection): Document the used and free
183         strings report.
184         (Memory Usage): Document strings-consed.
186         * os.texi (Time of Day): Document float-time.
187         (Recording Input): Document that clear-this-command-keys clears
188         the vector to be returned by recent-keys.
190         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
191         argument keymap can be a list.
193         * nonascii.texi (User-Chosen Coding Systems)
194         <select-safe-coding-system>: Document the new argument
195         accept-default-p and the variable
196         select-safe-coding-system-accept-default-p.  Tell what happens if
197         buffer-file-coding-system is undecided.
198         (Default Coding Systems): Document auto-coding-regexp-alist.
200         * display.texi (The Echo Area) <message>: Document
201         message-truncate-lines.
202         (Glyphs): Document that the glyph table is unused on windowed
203         displays.
205         * help.texi (Describing Characters) <single-key-description>:
206         Document the new argument no-angles.
207         (Accessing Documentation) <documentation-property>: Document that
208         a non-string property is evaluated.
209         <documentation>: Document that the function-documentation property
210         is looked for.
212         * windows.texi (Selecting Windows): Document some-window.
214         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
216         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
217         apropos-mode-hook.
219         * commands.texi (Using Interactive): Document interactive-form.
220         (Keyboard Macros): Document kbd-macro-termination-hook.
221         (Command Loop Info): Document that clear-this-command-keys clears
222         the vector to be returned by recent-keys.
224 2001-09-04  Werner LEMBERG  <wl@gnu.org>
226         * Makefile.in (srcdir, texinputdir): New variables.
227         (srcs, index.texi, install): Use $(srcdir).
228         (.PHONY): Remove elisp.dvi.
229         (elisp): Use -I switch for makeinfo.
230         (elisp.dvi): Use $(srcdir) and $(texinputdir).
231         (installall, dist): Use $(srcdir).
232         Fix path to texinfo.tex.
233         (maintainer-clean): Add elisp.dvi and elisp.oaux.
235 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
237         * display.texi (Conditional Display): Adjust to API change.
239         * configure: New file.
241 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
243         * commands.texi (Repeat Events): Add description of
244         double-click-fuzz.
246 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
248         * syntax.texi (Syntax Class Table): Add the missing designator for
249         comment and string fences.
250         (Syntax Properties): Add a xref to syntax table internals.
251         (Syntax Table Internals): Document string-to-syntax.
253 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
255         * Makefile.in (install): Use install-info command line options
256         like in Emacs' Makefile.in.
258 2000-12-09  Miles Bader  <miles@gnu.org>
260         * windows.texi (Window Start): Update documentation for
261         `pos-visible-in-window-p'.
263 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
265         * lists.texi (Building Lists): Add footnote to explain how to add
266         to the end of a list.
268 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
270         * files.texi (Visiting Functions): Typos.
272 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
274         * files.texi (Visiting Functions): Return value of
275         find-file-noselect may be a list of buffers if wildcards are used.
277 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
279         * display.texi (Defining Faces): Document `graphic' display type
280         in face specs.
282 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
284         * hooks.texi (Standard Hooks): Replace obsolete
285         `after-make-frame-hook' with `after-make-frame-functions'.
287         * frames.texi (Creating Frames): Ditto.
289         * variables.texi (Future Local Variables): Ditto.
291 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
293         * display.texi (Other Image Types): Add description of :foreground
294         and :background properties of mono PBM images.
296 2000-08-17  Werner LEMBERG  <wl@gnu.org>
298         * .cvsignore: New file.
300 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
302         * tindex.pl: New script.
304 1999-12-03  Dave Love  <fx@gnu.org>
306         * Makefile.in (MAKEINFO): New parameter.
308 1999-09-17  Richard Stallman  <rms@gnu.org>
310         * Makefile.in (srcs): Add hash.texi.
311         (VERSION): Update to 20.6.
313 1999-09-13  Richard Stallman  <rms@gnu.org>
315         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
317 1998-08-29  Karl Heuer  <kwzh@gnu.org>
319         * configure.in: New file.
320         * Makefile.in: Renamed from Makefile.
321         (prefix, infodir): Use value obtained from configure.
322         (emacslibdir): Obsolete variable deleted.
323         (dist): Distribute configure.in, configure, Makefile.in.
325 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
327         * Makefile (INSTALL_INFO): New variable.
328         (install): Run install-info.
330 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
332         * Makefile (elisp.dvi): Add missing backslash.
334 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
336         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
337         Run texindex without `./'.  Always run texindex on elisp.tp.
338         (elisp.tps): Target deleted.
340 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
342         * Makefile (srcs): Add nonascii.texi and customize.texi.
343         (dist): Start by deleting `temp'.
345 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
347         * Makefile (makeinfo, texindex): Targets deleted.
348         (makeinfo.o, texindex.o): Targets deleted.
349         (clean, dist): Don't do anything with them or with getopt*.
351 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
353         * Makefile (SHELL): Defined.
355 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
357         * Makefile (elisp.tps): New target.
358         (elisp.dvi): Depend on elisp.tps.
360 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
362         * README: Update phone number.
364         * Makefile (elisp): Make this be the default target.
365         Depend on makeinfo.c instead of makeinfo.
366         (install): Don't depend on elisp.dvi, since we don't install that.
367         Use mkinstalldirs.
368         (dist): Add mkinstalldirs.
370 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
372         * Makefile (VERSION): Update version number.
373         (maintainer-clean): Renamed from realclean.
375 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
377         * Makefile (realclean): New target.
378         (elisp): Remove any old elisp-* files first.
380 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
382         * Makefile (VERSION): New variable.
383         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
384         Compressed file suffix should be `.gz', not `.z'.
386 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
388         * Makefile (elisp): Depend on makeinfo.
390 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
392         * Makefile (srcs): Add anti.texi.
394 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
396         * Makefile (infodir, prefix): New vars.
397         (install): Use infodir.
398         (emacsinfodir): Deleted.
400 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
402         * Makefile (srcs): Add calendar.texi.
404         * Makefile (dist): Copy texindex.c and makeinfo.c.
405         Limit elisp-* files to those with one or two digits.
407 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
409         * Makefile (dist): Changed to use Gzip instead of compress.
411 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
413         * loading.texi (Unloading): define-function changed back to
414         defalias.  It may not stay this way, but at least it's
415         consistent with the known-good version of the code patch.
417 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
419         * modes.texi (Hooks): Document new optional arg of add-hook.
421 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
423         * variables.texi: Document nil initial value of buffer-local variables.
425         * tips.texi: Add new section on standard library headers.
427 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
429         * Makefile (srcs): Add frame.texi to the list of sources.
431 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
433         * Makefile (dist): Don't bother excluding autosave files; they'll
434         never make it into the temp directory anyway, and the hash marks
435         in the name are problematic for make and the Bourne shell.
436         (srcs):
438 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
440         * Makefile (dist): Don't include backup files or autosave files in
441         the distribution tar file.
443 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
445         * Makefile (srcs): Added index.perm.
446         (elisp.dvi): Remove erroneous shell comment.
447         Expect output of permute-index in permuted.fns.
448         Save old elisp.aux in elisp.oaux.
449         (clean): Added index.texi to be deleted.
451 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
453         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
455 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
457         * files.texi:  Noted that completion-ignored-extensions is ignored
458         when making *Completions*.
460 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
462         * Makefile  make dist now depends on elisp.dvi, since it tries
463         to include it in the dist file.
465 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
467         * functions.texinfo (Mapping Functions): Add missing quote
469 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
471         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
472         (defunargs): Turn off \hyphenchar of \sl font temporarily.
474 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
476         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
477         and @error{} are the terms now being used.  The files in the
478         directory have been changed to reflect this.
480         * All instances of @indentedresultt{} have been changed to
481         `     @result{}', using 5 spaces at the begining of the line.
483 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
485         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
486         experimental @indentedresult{}, @indentedexpandsto{} are part of
487         the texinfo.tex in this directory.  These TeX macros are not
488         stable yet.
490 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
492         * texinfo.tex:  temporarily added
493                 \let\result=\dblarrow
494                 \def\error{{\it ERROR} \longdblarrow}
495         We need to do this better soon.
497 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
499         * Applied Karl Berry's patches to *.texinfo files, but not to
500         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
501         new title page format is also not applied, since it requires
502         texinfo.tex changes.)
504         * Cleaned up `Makefile' and defined the `emacslibdir' directory
505         for the Project GNU development environment.
507 ;; Local Variables:
508 ;; coding: iso-2022-7bit-unix
509 ;; End:
511     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
512   Copying and distribution of this file, with or without modification,
513   are permitted provided the copyright notice and this notice are preserved.