Mention possible problems with ldapsearch from OpenLDAP version 1.
[emacs.git] / lispref / ChangeLog
blob072878572eff707b6e2074226ea8e4394a9d83ac
1 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
3         * elisp.texi: Change the category in @dircategory to "Emacs", to
4         make it consistent with info/dir.
6 2001-11-25  Miles Bader  <miles@gnu.org>
8         * text.texi (Fields): Describe new `limit' arg in
9         field-beginning/field-end.
11 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
13         * permute-index: Don't depend on csh-specific features.  Replace
14         the interpreter name with /bin/sh.
16         * two-volume-cross-refs.txt: New file.
17         * two.el: New file.
18         * spellfile: New file.
20 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
22         * permute-index: New file.
24         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
25         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
26         8+3 restricted namespace.
28         * Makefile.in (infodir): Define relative to $(srcdir).
29         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
30         include directories list via -I switch to makeinfo.
31         (index.texi): Use cp if both hard and symbolic links fail.
33 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
35         * Makefile.in (distclean): Add.
37         The following changes make ELisp manual part of the Emacs
38         distribution:
40         * Makefile.in: Add Copyright notice.
41         (prefix): Remove.
42         (infodir): Change value to "../info".
43         (VPATH): New variable.
44         (MAKE): Don't define.
45         (texmacrodir): Don't define.
46         (texinputdir): Append the existing value of TEXINPUTS.
47         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
48         command to be compatible with man/Makefile.in, and to put the
49         output into ../info.
50         (info): Add target.
51         (installall): Target removed.
53 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
55         * tips.texi (Coding Conventions): Fix typo.
57 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
59         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
61 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
63         * files.texi (File Name Components): Update the description of
64         file-name-sans-extension and file-name-extension, as they now
65         ignore leading dots.
67 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
69         * (Version 21.1 released.)
71 2001-10-19  Miles Bader  <miles@gnu.org>
73         * positions.texi (Text Lines): Describe behavior of
74         `beginning-of-line'/`end-of-line' in the presence of field properties.
76 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
78         * Makefile.in (VERSION): Set to 2.8.
79         (manual): Use `manual-21'.
81         * elisp.texi (VERSION): Add and use it where the version
82         number was used.  Set it to 2.8.
84         * intro.texi: Likewise.
86 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
88         * files.texi (File Name Completion): Document the significance of
89         a trailing slash in elements of completion-ignored-extensions.
91 2001-10-06  Miles Bader  <miles@gnu.org>
93         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
95 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
97         * variables.texi (Variable Aliases): New node.
99 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
101         * Branch for 21.1.
103 2001-10-02  Miles Bader  <miles@gnu.org>
105         * minibuf.texi (Minibuffer Misc): Add entries for
106         `minibuffer-contents', `minibuffer-contents-no-properties', and
107         `delete-minibuffer-contents'.
108         Correct description for `minibuffer-prompt-end'.
110         * text.texi (Property Search): Correct descriptions of
111         `next-char-property-change' and `previous-char-property-change'.
112         Add entries for `next-single-char-property-change' and
113         `previous-single-char-property-change'.
114         Make operand names a bit more consistent.
116 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
118         * frames.texi (Finding All Frames): Document that next-frame and
119         previous-frame are local to current terminal.
121 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
123         * keymaps.texi (Creating Keymaps): Fix the description of the
124         result of make-keymap.
126 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
128         * display.texi (Font Lookup, Attribute Functions)
129         (Image Descriptors): Add cross-references to the definition of
130         selected frame.
132         * buffers.texi (The Buffer List): Add cross-references to the
133         definition of selected frame.
135         * frames.texi (Input Focus): Clarify which frame is _the_ selected
136         frame at any given time.
137         (Multiple Displays, Size and Position): Add a cross-reference to
138         the definition of the selected frame.
140 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
142         * strings.texi (String Conversion) <string-to-number>: Document
143         that a float is returned for integers that are too large.
145         * frames.texi (Mouse Position): Document mouse-position-function.
146         (Display Feature Testing): Document display-images-p.
147         (Window Frame Parameters): Document the cursor-type variable.
149         * numbers.texi (Integer Basics): Document CL style read syntax for
150         integers in bases other than 10.
152         * positions.texi (List Motion): Document
153         open-paren-in-column-0-is-defun-start.
155         * lists.texi (Sets And Lists): Document member-ignore-case.
157         * internals.texi (Garbage Collection): Document the used and free
158         strings report.
159         (Memory Usage): Document strings-consed.
161         * os.texi (Time of Day): Document float-time.
162         (Recording Input): Document that clear-this-command-keys clears
163         the vector to be returned by recent-keys.
165         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
166         argument keymap can be a list.
168         * nonascii.texi (User-Chosen Coding Systems)
169         <select-safe-coding-system>: Document the new argument
170         accept-default-p and the variable
171         select-safe-coding-system-accept-default-p.  Tell what happens if
172         buffer-file-coding-system is undecided.
173         (Default Coding Systems): Document auto-coding-regexp-alist.
175         * display.texi (The Echo Area) <message>: Document
176         message-truncate-lines.
177         (Glyphs): Document that the glyph table is unused on windowed
178         displays.
180         * help.texi (Describing Characters) <single-key-description>:
181         Document the new argument no-angles.
182         (Accessing Documentation) <documentation-property>: Document that
183         a non-string property is evaluated.
184         <documentation>: Document that the function-documentation property
185         is looked for.
187         * windows.texi (Selecting Windows): Document some-window.
189         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
191         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
192         apropos-mode-hook.
194         * commands.texi (Using Interactive): Document interactive-form.
195         (Keyboard Macros): Document kbd-macro-termination-hook.
196         (Command Loop Info): Document that clear-this-command-keys clears
197         the vector to be returned by recent-keys.
199 2001-09-04  Werner LEMBERG  <wl@gnu.org>
201         * Makefile.in (srcdir, texinputdir): New variables.
202         (srcs, index.texi, install): Use $(srcdir).
203         (.PHONY): Remove elisp.dvi.
204         (elisp): Use -I switch for makeinfo.
205         (elisp.dvi): Use $(srcdir) and $(texinputdir).
206         (installall, dist): Use $(srcdir).
207         Fix path to texinfo.tex.
208         (maintainer-clean): Add elisp.dvi and elisp.oaux.
210 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
212         * display.texi (Conditional Display): Adjust to API change.
214         * configure: New file.
216 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
218         * commands.texi (Repeat Events): Add description of
219         double-click-fuzz.
221 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
223         * syntax.texi (Syntax Class Table): Add the missing designator for
224         comment and string fences.
225         (Syntax Properties): Add a xref to syntax table internals.
226         (Syntax Table Internals): Document string-to-syntax.
228 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
230         * Makefile.in (install): Use install-info command line options
231         like in Emacs' Makefile.in.
233 2000-12-09  Miles Bader  <miles@gnu.org>
235         * windows.texi (Window Start): Update documentation for
236         `pos-visible-in-window-p'.
238 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
240         * lists.texi (Building Lists): Add footnote to explain how to add
241         to the end of a list.
243 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
245         * files.texi (Visiting Functions): Typos.
247 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
249         * files.texi (Visiting Functions): Return value of
250         find-file-noselect may be a list of buffers if wildcards are used.
252 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
254         * display.texi (Defining Faces): Document `graphic' display type
255         in face specs.
257 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
259         * hooks.texi (Standard Hooks): Replace obsolete
260         `after-make-frame-hook' with `after-make-frame-functions'.
262         * frames.texi (Creating Frames): Ditto.
264         * variables.texi (Future Local Variables): Ditto.
266 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
268         * display.texi (Other Image Types): Add description of :foreground
269         and :background properties of mono PBM images.
271 2000-08-17  Werner LEMBERG  <wl@gnu.org>
273         * .cvsignore: New file.
275 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
277         * tindex.pl: New script.
279 1999-12-03  Dave Love  <fx@gnu.org>
281         * Makefile.in (MAKEINFO): New parameter.
283 1999-09-17  Richard Stallman  <rms@gnu.org>
285         * Makefile.in (srcs): Add hash.texi.
286         (VERSION): Update to 20.6.
288 1999-09-13  Richard Stallman  <rms@gnu.org>
290         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
292 1998-08-29  Karl Heuer  <kwzh@gnu.org>
294         * configure.in: New file.
295         * Makefile.in: Renamed from Makefile.
296         (prefix, infodir): Use value obtained from configure.
297         (emacslibdir): Obsolete variable deleted.
298         (dist): Distribute configure.in, configure, Makefile.in.
300 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
302         * Makefile (INSTALL_INFO): New variable.
303         (install): Run install-info.
305 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
307         * Makefile (elisp.dvi): Add missing backslash.
309 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
311         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
312         Run texindex without `./'.  Always run texindex on elisp.tp.
313         (elisp.tps): Target deleted.
315 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
317         * Makefile (srcs): Add nonascii.texi and customize.texi.
318         (dist): Start by deleting `temp'.
320 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
322         * Makefile (makeinfo, texindex): Targets deleted.
323         (makeinfo.o, texindex.o): Targets deleted.
324         (clean, dist): Don't do anything with them or with getopt*.
326 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
328         * Makefile (SHELL): Defined.
330 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
332         * Makefile (elisp.tps): New target.
333         (elisp.dvi): Depend on elisp.tps.
335 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
337         * README: Update phone number.
339         * Makefile (elisp): Make this be the default target.
340         Depend on makeinfo.c instead of makeinfo.
341         (install): Don't depend on elisp.dvi, since we don't install that.
342         Use mkinstalldirs.
343         (dist): Add mkinstalldirs.
345 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
347         * Makefile (VERSION): Update version number.
348         (maintainer-clean): Renamed from realclean.
350 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
352         * Makefile (realclean): New target.
353         (elisp): Remove any old elisp-* files first.
355 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
357         * Makefile (VERSION): New variable.
358         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
359         Compressed file suffix should be `.gz', not `.z'.
361 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
363         * Makefile (elisp): Depend on makeinfo.
365 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
367         * Makefile (srcs): Add anti.texi.
369 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
371         * Makefile (infodir, prefix): New vars.
372         (install): Use infodir.
373         (emacsinfodir): Deleted.
375 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
377         * Makefile (srcs): Add calendar.texi.
379         * Makefile (dist): Copy texindex.c and makeinfo.c.
380         Limit elisp-* files to those with one or two digits.
382 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
384         * Makefile (dist): Changed to use Gzip instead of compress.
386 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
388         * loading.texi (Unloading): define-function changed back to
389         defalias.  It may not stay this way, but at least it's
390         consistent with the known-good version of the code patch.
392 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
394         * modes.texi (Hooks): Document new optional arg of add-hook.
396 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
398         * variables.texi: Document nil initial value of buffer-local variables.
400         * tips.texi: Add new section on standard library headers.
402 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
404         * Makefile (srcs): Add frame.texi to the list of sources.
406 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
408         * Makefile (dist): Don't bother excluding autosave files; they'll
409         never make it into the temp directory anyway, and the hash marks
410         in the name are problematic for make and the Bourne shell.
411         (srcs):
413 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
415         * Makefile (dist): Don't include backup files or autosave files in
416         the distribution tar file.
418 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
420         * Makefile (srcs): Added index.perm.
421         (elisp.dvi): Remove erroneous shell comment.
422         Expect output of permute-index in permuted.fns.
423         Save old elisp.aux in elisp.oaux.
424         (clean): Added index.texi to be deleted.
426 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
428         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
430 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
432         * files.texi:  Noted that completion-ignored-extensions is ignored
433         when making *Completions*.
435 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
437         * Makefile  make dist now depends on elisp.dvi, since it tries
438         to include it in the dist file.
440 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
442         * functions.texinfo (Mapping Functions): Add missing quote
444 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
446         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
447         (defunargs): Turn off \hyphenchar of \sl font temporarily.
449 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
451         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
452         and @error{} are the terms now being used.  The files in the
453         directory have been changed to reflect this.
455         * All instances of @indentedresultt{} have been changed to
456         `     @result{}', using 5 spaces at the begining of the line.
458 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
460         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
461         experimental @indentedresult{}, @indentedexpandsto{} are part of
462         the texinfo.tex in this directory.  These TeX macros are not
463         stable yet.
465 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
467         * texinfo.tex:  temporarily added
468                 \let\result=\dblarrow
469                 \def\error{{\it ERROR} \longdblarrow}
470         We need to do this better soon.
472 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
474         * Applied Karl Berry's patches to *.texinfo files, but not to
475         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
476         new title page format is also not applied, since it requires
477         texinfo.tex changes.)
479         * Cleaned up `Makefile' and defined the `emacslibdir' directory
480         for the Project GNU development environment.
482 ;; Local Variables:
483 ;; coding: iso-2022-7bit-unix
484 ;; End:
486     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
487   Copying and distribution of this file, with or without modification,
488   are permitted provided the copyright notice and this notice are preserved.