(Imenu): Mention imenu-create-index-function's default value.
[emacs.git] / lispref / ChangeLog
blob4fdb7cef58a6ac8e5d130739c58e6a8687bae379
1 2003-10-07  Juri Linkov  <juri@jurta.org>
3         * modes.texi (Imenu): Mention imenu-create-index-function's
4         default value.  Explain submenus better.
6 2003-10-07  Lute Kamstra  <lute@gnu.org>
8         * modes.texi (Faces for Font Lock): Fix typo.
9         (Hooks): Explain how buffer-local hook variables can refer to
10         global hook variables.
11         Various minor clarifications.
13 2003-10-06  Lute Kamstra  <lute@gnu.org>
15         * tips.texi (Coding Conventions): Mention naming conventions for
16         hooks.
18 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
20         * loading.texi (Library Search): Correct default value of
21         load-suffixes.
22         (Named Features): Fix typo.
24 2003-10-05  Richard M. Stallman  <rms@gnu.org>
26         * loading.texi (Named Features): In `provide',
27         say how to test for subfeatures.
28         (Unloading): In unload-feature, use new var name
29         unload-feature-special-hooks.
31 2003-10-03  Lute Kamstra  <lute@gnu.org>
33         * modes.texi (Major Mode Conventions): Mention third way to set up
34         Imenu.
35         (Imenu): A number of small fixes.
36         Delete documentation of internal variable imenu--index-alist.
37         Document the return value format of imenu-create-index-function
38         functions.
40 2003-09-30  Richard M. Stallman  <rms@gnu.org>
42         * processes.texi (Network): Say what stopped datagram connections do.
44         * lists.texi (Association Lists): Clarify `assq-delete-all'.
46         * display.texi (Overlay Properties): Clarify `evaporate' property.
48 2003-09-29  Lute Kamstra  <lute@gnu.org>
50         * modes.texi (Mode Line Data): Explain when symbols in mode-line
51         constructs should be marked as risky.
52         Change cons cell into proper list.
53         (Mode Line Variables): Change cons cell into proper list.
55 2003-09-26  Lute Kamstra  <lute@gnu.org>
57         * modes.texi (Mode Line Data): Document the :propertize construct.
58         (Mode Line Variables): Reorder the descriptions of the variables
59         to match their order in the default mode-line-format.
60         Describe the new variables mode-line-position and mode-line-modes.
61         Update the default values of mode-line-frame-identification,
62         minor-mode-alist, and default-mode-line-format.
63         (Properties in Mode): Mention the :propertize construct.
65 2003-09-26  Richard M. Stallman  <rms@gnu.org>
67         * buffers.texi, commands.texi, debugging.texi, eval.texi:
68         * loading.texi, minibuf.texi, text.texi, variables.texi:
69         Avoid @strong{Note:}.
71 2003-09-26  Richard M. Stallman  <rms@gnu.org>
73         * keymaps.texi (Remapping Commands): Fix typo.
75 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
77         * processes.texi (Low-Level Network): Fix typo.
79 2003-09-23  Kim F. Storm  <storm@cua.dk>
81         * processes.texi (Network, Network Servers): Fix typos.
82         (Low-Level Network): Add timeout value for :server keyword.
83         Add new option keywords to make-network-process.
84         Add set-network-process-options.
85         Explain how to test availability of network options.
87 2003-09-19  Richard M. Stallman  <rms@gnu.org>
89         * text.texi (Motion by Indent): Arg to
90         backward-to-indentation and forward-to-indentation is optional.
92         * strings.texi (Creating Strings): Add substring-no-properties.
94         * processes.texi
95         (Process Information): Add list-processes arg QUERY-ONLY.
96         Delete process-contact from here.
97         Add new status values for process-status.
98         Add process-get, process-put, process-plist, set-process-plist.
99         (Synchronous Processes): Add call-process-shell-command.
100         (Signals to Processes): signal-process allows process objects.
101         (Network): Complete rewrite.
102         (Network Servers, Datagrams, Low-Level Network): New nodes.
104         * positions.texi (Word Motion): forward-word, backward-word
105         arg is optional.  Reword.
107         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
109         * variables.texi (Creating Buffer-Local):
110         Delete duplicate definition of buffer-local-value.
111         (File Local Variables): Explain about discarding text props.
113 2003-09-11  Richard M. Stallman  <rms@gnu.org>
115         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
116         changes variables that record input events.
117         (Minibuffer Misc): Add minibuffer-selected-window.
119         * lists.texi (Building Lists): Add copy-tree.
121         * display.texi (Fontsets): Add char-displayable-p.
122         (Scroll Bars): New node.
124 2003-09-08  Lute Kamstra  <lute@gnu.org>
126         * modes.texi (%-Constructs): Document new `%i' and `%I'
127         constructs.
129 2003-09-03  Peter Runestig  <peter@runestig.com>
131         * makefile.w32-in: New file.
133 2003-08-29  Richard M. Stallman  <rms@gnu.org>
135         * display.texi (Overlay Properties): Clarify how priorities
136         affect use of the properties.
138 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
140         * customize.texi (Type Keywords): Correct the description of
141         `:help-echo' in the case where `motion-doc' is a function.
143 2003-08-14  John Paul Wallington  <jpw@gnu.org>
145         * modes.texi (Emulating Mode Line): Subsection, not section.
147 2003-08-13  Richard M. Stallman  <rms@gnu.org>
149         * elisp.texi (Top): Update subnode lists in menu.
151         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
152         (Kill Functions): kill-region has new arg yank-handler.
153         (Yanking): New node.
154         (Yank Commands): Add yank-undo-function.
155         (Low-Level Kill Ring):
156         kill-new and kill-append have new arg yank-handler.
157         (Changing Properties): Add remove-list-of-text-properties.
158         (Atomic Changes): New node.
160         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
162         * streams.texi (Output Variables): Add eval-expression-print-length
163         and eval-expression-print-level.
165         * os.texi (Time Conversion): For encode-time, explain limits on year.
167         * objects.texi (Character Type): Define anchor "modifier bits".
169         * modes.texi (Emulating Mode Line): New node.
170         (Search-based Fontification): Font Lock uses font-lock-face property.
171         (Other Font Lock Variables): Likewise.
173         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
174         not vectors.
175         (Active Keymaps): Add emulation-mode-map-alists.
176         (Functions for Key Lookup): key-binding has new arg no-remap.
177         (Remapping Commands): New node.
178         (Scanning Keymaps): where-is-internal has new arg no-remap.
179         (Tool Bar): Add tool-bar-local-item-from-menu.
180         Clarify when to use tool-bar-add-item-from-menu.
182         * commands.texi (Interactive Call): commandp has new arg.
183         (Command Loop Info): Add this-original-command.
185 2003-08-06  John Paul Wallington  <jpw@gnu.org>
187         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
189         * display.texi (Warning Basics): Fix typo.
190         (Fringes): Add closing curly bracket and fix typo.
192         * elisp.texi (Top): Fix typo.
194 2003-08-05  Richard M. Stallman  <rms@gnu.org>
196         * elisp.texi: Update lists of subnodes.
198         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
200         * variables.texi (Local Variables): Use lc for example variable names.
202         * tips.texi (Library Headers): Explain where to put -*-.
204         * strings.texi (Creating Strings): Fix xref for vconcat.
206         * sequences.texi (Vector Functions):
207         vconcat no longer allows integer args.
209         * minibuf.texi (Reading File Names): read-file-name has new
210         arg PREDICATE.  New function read-directory-name.
212         * macros.texi (Defining Macros): Give definition of `declare'
213         (Indenting Macros): New node.
215         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
216         (Window Frame Parameters): Make separate table of parameters
217         that are coupled with specific face attributes.
218         (Deleting Frames): delete-frame-hooks renamed to
219         delete-frame-functions.
221         * files.texi (Magic File Names): Add file-remote-p.
222         Clarify file-local-copy.
224         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
225         here; instead xref Defining Macros.
227         * display.texi (Warnings): New node, and subnodes.
228         (Fringes): New node.
230         * debugging.texi (Test Coverage): New node.
232         * compile.texi (Compiler Errors): Explain with-no-warnings
233         and other ways to suppress warnings.
235         * commands.texi (Interactive Call): Minor clarification.
237         * buffers.texi (Buffer File Name): set-visited-file-name
238         renames the buffer too.
240         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
242 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
244         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
246 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
248         * internals.texi (Garbage Collection): Fix previous change.
250 2003-07-22  Richard M. Stallman  <rms@gnu.org>
252         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
254         * display.texi (Width): Use \s syntax in example.
255         (Font Selection): Add face-font-rescale-alist.
257         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
258         Remove spurious indent in example.
260         * lists.texi (Building Lists): Add number-sequence.
262         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
264         * functions.texi (Function Documentation): Explain how to
265         show calling convention explicitly in the doc string.
267         * windows.texi (Selecting Windows): save-selected-window saves
268         selected window of each frame.
269         (Window Configurations): Minor change.
271         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
273         * streams.texi (Output Variables): Add print-continuous-numbering
274         and print-number-table.
276         * processes.texi (Decoding Output): New node.
278         * os.texi (Time Conversion): decode-time arg is optional.
280         * objects.texi (Character Type): Don't use space as example for \.
281         Make list of char names and \-sequences correspond.
282         Explain that \s is not used in strings.  `\ ' needs space after.
284         * nonascii.texi (Converting Representations): Add string-to-multibyte.
285         (Translation of Characters): Add translation-table-for-input.
286         (Default Coding Systems): Add auto-coding-functions.
287         (Explicit Encoding): Add decode-coding-inserted-region.
288         (Locales): Add locale-info.
290         * minibuf.texi (Basic Completion): Describe test-completion.
291         Collections can be lists of strings.
292         Clean up lazy-completion-table.
293         (Programmed Completion): Mention test-completion.
294         Clarify why lambda expressions are not accepted.
295         (Minibuffer Misc): Describe minibufferp.
297 2003-07-14  Richard M. Stallman  <rms@gnu.org>
299         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
301         * windows.texi (Selecting Windows): New arg to select-window.
302         (Selecting Windows): Add with-selected-window.
303         (Size of Window): Add window-inside-edges, etc.
305         * internals.texi (Garbage Collection): Add post-gc-hook.
307         * processes.texi (Subprocess Creation): Add exec-suffixes.
309         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
310         (Scanning Keymaps): Add map-keymaps.
311         (Defining Menus): Add keymap-prompt.
313         * numbers.texi (Integer Basics): Add most-positive-fixnum,
314         most-negative-fixnum.
316         * compile.texi (Byte Compilation): Explain no-byte-compile
317         (Compiler Errors): New node.
319         * os.texi (User Identification): user-uid, user-real-uid
320         can return float.
322         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
323         and about derived modes.
324         (Minor Modes): Add minor-mode-list.
325         (Defining Minor Modes): Keyword args for define-minor-mode.
326         (Search-based Fontification): Explain managing other properties.
327         (Other Font Lock Variables): Add font-lock-extra-managed-props.
328         (Faces for Font Lock): Add font-locl-preprocessor-face.
329         (Hooks): Add run-mode-hooks and delay-mode-hooks.
331         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
332         (Variable Aliases): Clarify defvralias.
334         * loading.texi (Library Search): Add load-suffixes.
336         * minibuf.texi (Basic Completion): Add lazy-completion-table.
337         (Programmed Completion): Add dynamic-completion-table.
339         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
340         (Magic File Names): Specify precedence order of handlers.
342         * commands.texi (Command Overview): Emacs server runs pre-command-hook
343         and post-command-hook.
344         (Waiting): New calling convention for sit-for.
346         * text.texi (Special Properties): local-map and keymap properties
347         apply based on their stickiness.
349 2003-07-07  Richard M. Stallman  <rms@gnu.org>
351         * modes.texi (Minor Mode Conventions): Specify only some kinds
352         of list values as args to minor modes.
354         * files.texi (File Name Expansion): Warn about iterative use
355         of substitute-in-file-name.
357         * advice.texi (Activation of Advice): Clean up previous change.
359 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
361         * advice.texi (Activation of Advice): Note that ad-start-advice is
362         turned on by default.
364 2003-06-30  Richard M. Stallman  <rms@gnu.org>
366         * text.texi (Buffer Contents): Document current-word.
367         (Change Hooks): Not called for *Messages*.
369         * functions.texi (Defining Functions): Explain about redefining
370         primitives.
371         (Function Safety): Renamed.  Minor changes.
372         Comment out the detailed criteria for what is safe.
374 2003-06-22  Andreas Schwab  <schwab@suse.de>
376         * objects.texi (Symbol Type): Fix description of examples.
378 2003-06-16  Andreas Schwab  <schwab@suse.de>
380         * hash.texi (Creating Hash): Fix description of :weakness.
382 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
384         * files.texi (Changing Files): copy-file copies file modes, too.
386 2003-05-28  Richard M. Stallman  <rms@gnu.org>
388         * strings.texi (Creating Strings): Clarify split-string.
390 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
392         * strings.texi (Creating Strings): Update split-string specification
393         and examples.
395 2003-05-19  Richard M. Stallman  <rms@gnu.org>
397         * elisp.texi: Correct invariant section names.
399 2003-04-20  Richard M. Stallman  <rms@gnu.org>
401         * os.texi (Timers): Explain about timers and quitting.
403 2003-04-19  Richard M. Stallman  <rms@gnu.org>
405         * internals.texi (Writing Emacs Primitives): Strings are
406         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
407         Explain GCPRO convention for varargs function args.
409 2003-04-16  Richard M. Stallman  <rms@gnu.org>
411         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
413 2003-04-08  Richard M. Stallman  <rms@gnu.org>
415         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
417 2003-02-13  Kim F. Storm  <storm@cua.dk>
419         * objects.texi (Character Type): New \s escape for space.
421 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
423         * os.texi (System Environment): Added cygwin system-type.
425 2003-01-25  Richard M. Stallman  <rms@gnu.org>
427         * keymaps.texi: Document that a symbol can act as a keymap.
429 2003-01-13  Richard M. Stallman  <rms@gnu.org>
431         * text.texi (Changing Properties): Say string indices are origin-0.
433         * positions.texi (Screen Lines) <compute-motion>:
434         Correct order of elts in return value.
436         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
437         how to define a default binding.
439 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
441         * loading.texi (Unloading): Fix recent change for load-history.
443         * customize.texi (Simple Types): Clarify description of custom
444         type 'number. Describe new custom type 'float.
446 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
448         * variables.texi (File Local Variables): Fix typo.
450 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
452         From Michael Albinus <Michael.Albinus@alcatel.de>.
454         * README: Target for Info file is `make info'.
456         * files.texi (File Name Components): Fixed typos in
457         `file-name-sans-extension'.
458         (Magic File Names): Complete list of operations for magic file
459         name handlers.
461 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
463         * variables.texi (File Local Variables): New function
464         risky-local-variable-p.
466 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
468         * functions.texi (Function safety): New node about unsafep.
470 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
472         * customize.texi (Splicing into Lists): Fixed example.
473         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
475 2002-06-17  Juanma Barranquero  <lektu@terra.es>
477         * frames.texi (Display Feature Testing): Fix typo.
479 2002-06-12  Andreas Schwab  <schwab@suse.de>
481         * frames.texi (Initial Parameters, Resources): Fix references to
482         the Emacs manual.
484 2002-05-13  Kim F. Storm  <storm@cua.dk>
486         * variables.texi (Intro to Buffer-Local): Updated warning and
487         example relating to changing buffer inside let.
489 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
491         * os.texi (Session Management): New node about X Session management.
493 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
495         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
496         to which the manual corresponds, and the copyright years.
498         * Makefile.in (VERSION): Set to 2.9.
500 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
502         * elisp.texi: Change the category in @dircategory to "Emacs", to
503         make it consistent with info/dir.
505 2001-11-25  Miles Bader  <miles@gnu.org>
507         * text.texi (Fields): Describe new `limit' arg in
508         field-beginning/field-end.
510 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
512         * permute-index: Don't depend on csh-specific features.  Replace
513         the interpreter name with /bin/sh.
515         * two-volume-cross-refs.txt: New file.
516         * two.el: New file.
517         * spellfile: New file.
519 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
521         * permute-index: New file.
523         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
524         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
525         8+3 restricted namespace.
527         * Makefile.in (infodir): Define relative to $(srcdir).
528         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
529         include directories list via -I switch to makeinfo.
530         (index.texi): Use cp if both hard and symbolic links fail.
532 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
534         * Makefile.in (distclean): Add.
536         The following changes make ELisp manual part of the Emacs
537         distribution:
539         * Makefile.in: Add Copyright notice.
540         (prefix): Remove.
541         (infodir): Change value to "../info".
542         (VPATH): New variable.
543         (MAKE): Don't define.
544         (texmacrodir): Don't define.
545         (texinputdir): Append the existing value of TEXINPUTS.
546         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
547         command to be compatible with man/Makefile.in, and to put the
548         output into ../info.
549         (info): Add target.
550         (installall): Target removed.
552 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
554         * tips.texi (Coding Conventions): Fix typo.
556 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
558         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
560 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
562         * files.texi (File Name Components): Update the description of
563         file-name-sans-extension and file-name-extension, as they now
564         ignore leading dots.
566 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
568         * (Version 21.1 released.)
570 2001-10-19  Miles Bader  <miles@gnu.org>
572         * positions.texi (Text Lines): Describe behavior of
573         `beginning-of-line'/`end-of-line' in the presence of field properties.
575 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
577         * Makefile.in (VERSION): Set to 2.8.
578         (manual): Use `manual-21'.
580         * elisp.texi (VERSION): Add and use it where the version
581         number was used.  Set it to 2.8.
583         * intro.texi: Likewise.
585 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
587         * files.texi (File Name Completion): Document the significance of
588         a trailing slash in elements of completion-ignored-extensions.
590 2001-10-06  Miles Bader  <miles@gnu.org>
592         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
594 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
596         * variables.texi (Variable Aliases): New node.
598 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
600         * Branch for 21.1.
602 2001-10-02  Miles Bader  <miles@gnu.org>
604         * minibuf.texi (Minibuffer Misc): Add entries for
605         `minibuffer-contents', `minibuffer-contents-no-properties', and
606         `delete-minibuffer-contents'.
607         Correct description for `minibuffer-prompt-end'.
609         * text.texi (Property Search): Correct descriptions of
610         `next-char-property-change' and `previous-char-property-change'.
611         Add entries for `next-single-char-property-change' and
612         `previous-single-char-property-change'.
613         Make operand names a bit more consistent.
615 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
617         * frames.texi (Finding All Frames): Document that next-frame and
618         previous-frame are local to current terminal.
620 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
622         * keymaps.texi (Creating Keymaps): Fix the description of the
623         result of make-keymap.
625 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
627         * display.texi (Font Lookup, Attribute Functions)
628         (Image Descriptors): Add cross-references to the definition of
629         selected frame.
631         * buffers.texi (The Buffer List): Add cross-references to the
632         definition of selected frame.
634         * frames.texi (Input Focus): Clarify which frame is _the_ selected
635         frame at any given time.
636         (Multiple Displays, Size and Position): Add a cross-reference to
637         the definition of the selected frame.
639 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
641         * strings.texi (String Conversion) <string-to-number>: Document
642         that a float is returned for integers that are too large.
644         * frames.texi (Mouse Position): Document mouse-position-function.
645         (Display Feature Testing): Document display-images-p.
646         (Window Frame Parameters): Document the cursor-type variable.
648         * numbers.texi (Integer Basics): Document CL style read syntax for
649         integers in bases other than 10.
651         * positions.texi (List Motion): Document
652         open-paren-in-column-0-is-defun-start.
654         * lists.texi (Sets And Lists): Document member-ignore-case.
656         * internals.texi (Garbage Collection): Document the used and free
657         strings report.
658         (Memory Usage): Document strings-consed.
660         * os.texi (Time of Day): Document float-time.
661         (Recording Input): Document that clear-this-command-keys clears
662         the vector to be returned by recent-keys.
664         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
665         argument keymap can be a list.
667         * nonascii.texi (User-Chosen Coding Systems)
668         <select-safe-coding-system>: Document the new argument
669         accept-default-p and the variable
670         select-safe-coding-system-accept-default-p.  Tell what happens if
671         buffer-file-coding-system is undecided.
672         (Default Coding Systems): Document auto-coding-regexp-alist.
674         * display.texi (The Echo Area) <message>: Document
675         message-truncate-lines.
676         (Glyphs): Document that the glyph table is unused on windowed
677         displays.
679         * help.texi (Describing Characters) <single-key-description>:
680         Document the new argument no-angles.
681         (Accessing Documentation) <documentation-property>: Document that
682         a non-string property is evaluated.
683         <documentation>: Document that the function-documentation property
684         is looked for.
686         * windows.texi (Selecting Windows): Document some-window.
688         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
690         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
691         apropos-mode-hook.
693         * commands.texi (Using Interactive): Document interactive-form.
694         (Keyboard Macros): Document kbd-macro-termination-hook.
695         (Command Loop Info): Document that clear-this-command-keys clears
696         the vector to be returned by recent-keys.
698 2001-09-04  Werner LEMBERG  <wl@gnu.org>
700         * Makefile.in (srcdir, texinputdir): New variables.
701         (srcs, index.texi, install): Use $(srcdir).
702         (.PHONY): Remove elisp.dvi.
703         (elisp): Use -I switch for makeinfo.
704         (elisp.dvi): Use $(srcdir) and $(texinputdir).
705         (installall, dist): Use $(srcdir).
706         Fix path to texinfo.tex.
707         (maintainer-clean): Add elisp.dvi and elisp.oaux.
709 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
711         * display.texi (Conditional Display): Adjust to API change.
713         * configure: New file.
715 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
717         * commands.texi (Repeat Events): Add description of
718         double-click-fuzz.
720 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
722         * syntax.texi (Syntax Class Table): Add the missing designator for
723         comment and string fences.
724         (Syntax Properties): Add a xref to syntax table internals.
725         (Syntax Table Internals): Document string-to-syntax.
727 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
729         * Makefile.in (install): Use install-info command line options
730         like in Emacs' Makefile.in.
732 2000-12-09  Miles Bader  <miles@gnu.org>
734         * windows.texi (Window Start): Update documentation for
735         `pos-visible-in-window-p'.
737 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
739         * lists.texi (Building Lists): Add footnote to explain how to add
740         to the end of a list.
742 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
744         * files.texi (Visiting Functions): Typos.
746 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
748         * files.texi (Visiting Functions): Return value of
749         find-file-noselect may be a list of buffers if wildcards are used.
751 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
753         * display.texi (Defining Faces): Document `graphic' display type
754         in face specs.
756 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
758         * hooks.texi (Standard Hooks): Replace obsolete
759         `after-make-frame-hook' with `after-make-frame-functions'.
761         * frames.texi (Creating Frames): Ditto.
763         * variables.texi (Future Local Variables): Ditto.
765 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
767         * display.texi (Other Image Types): Add description of :foreground
768         and :background properties of mono PBM images.
770 2000-08-17  Werner LEMBERG  <wl@gnu.org>
772         * .cvsignore: New file.
774 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
776         * tindex.pl: New script.
778 1999-12-03  Dave Love  <fx@gnu.org>
780         * Makefile.in (MAKEINFO): New parameter.
782 1999-09-17  Richard Stallman  <rms@gnu.org>
784         * Makefile.in (srcs): Add hash.texi.
785         (VERSION): Update to 20.6.
787 1999-09-13  Richard Stallman  <rms@gnu.org>
789         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
791 1998-08-29  Karl Heuer  <kwzh@gnu.org>
793         * configure.in: New file.
794         * Makefile.in: Renamed from Makefile.
795         (prefix, infodir): Use value obtained from configure.
796         (emacslibdir): Obsolete variable deleted.
797         (dist): Distribute configure.in, configure, Makefile.in.
799 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
801         * Makefile (INSTALL_INFO): New variable.
802         (install): Run install-info.
804 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
806         * Makefile (elisp.dvi): Add missing backslash.
808 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
810         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
811         Run texindex without `./'.  Always run texindex on elisp.tp.
812         (elisp.tps): Target deleted.
814 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
816         * Makefile (srcs): Add nonascii.texi and customize.texi.
817         (dist): Start by deleting `temp'.
819 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
821         * Makefile (makeinfo, texindex): Targets deleted.
822         (makeinfo.o, texindex.o): Targets deleted.
823         (clean, dist): Don't do anything with them or with getopt*.
825 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
827         * Makefile (SHELL): Defined.
829 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
831         * Makefile (elisp.tps): New target.
832         (elisp.dvi): Depend on elisp.tps.
834 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
836         * README: Update phone number.
838         * Makefile (elisp): Make this be the default target.
839         Depend on makeinfo.c instead of makeinfo.
840         (install): Don't depend on elisp.dvi, since we don't install that.
841         Use mkinstalldirs.
842         (dist): Add mkinstalldirs.
844 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
846         * Makefile (VERSION): Update version number.
847         (maintainer-clean): Renamed from realclean.
849 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
851         * Makefile (realclean): New target.
852         (elisp): Remove any old elisp-* files first.
854 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
856         * Makefile (VERSION): New variable.
857         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
858         Compressed file suffix should be `.gz', not `.z'.
860 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
862         * Makefile (elisp): Depend on makeinfo.
864 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
866         * Makefile (srcs): Add anti.texi.
868 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
870         * Makefile (infodir, prefix): New vars.
871         (install): Use infodir.
872         (emacsinfodir): Deleted.
874 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
876         * Makefile (srcs): Add calendar.texi.
878         * Makefile (dist): Copy texindex.c and makeinfo.c.
879         Limit elisp-* files to those with one or two digits.
881 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
883         * Makefile (dist): Changed to use Gzip instead of compress.
885 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
887         * loading.texi (Unloading): define-function changed back to
888         defalias.  It may not stay this way, but at least it's
889         consistent with the known-good version of the code patch.
891 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
893         * modes.texi (Hooks): Document new optional arg of add-hook.
895 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
897         * variables.texi: Document nil initial value of buffer-local variables.
899         * tips.texi: Add new section on standard library headers.
901 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
903         * Makefile (srcs): Add frame.texi to the list of sources.
905 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
907         * Makefile (dist): Don't bother excluding autosave files; they'll
908         never make it into the temp directory anyway, and the hash marks
909         in the name are problematic for make and the Bourne shell.
910         (srcs):
912 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
914         * Makefile (dist): Don't include backup files or autosave files in
915         the distribution tar file.
917 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
919         * Makefile (srcs): Added index.perm.
920         (elisp.dvi): Remove erroneous shell comment.
921         Expect output of permute-index in permuted.fns.
922         Save old elisp.aux in elisp.oaux.
923         (clean): Added index.texi to be deleted.
925 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
927         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
929 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
931         * files.texi:  Noted that completion-ignored-extensions is ignored
932         when making *Completions*.
934 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
936         * Makefile  make dist now depends on elisp.dvi, since it tries
937         to include it in the dist file.
939 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
941         * functions.texinfo (Mapping Functions): Add missing quote
943 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
945         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
946         (defunargs): Turn off \hyphenchar of \sl font temporarily.
948 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
950         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
951         and @error{} are the terms now being used.  The files in the
952         directory have been changed to reflect this.
954         * All instances of @indentedresultt{} have been changed to
955         `     @result{}', using 5 spaces at the begining of the line.
957 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
959         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
960         experimental @indentedresult{}, @indentedexpandsto{} are part of
961         the texinfo.tex in this directory.  These TeX macros are not
962         stable yet.
964 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
966         * texinfo.tex:  temporarily added
967                 \let\result=\dblarrow
968                 \def\error{{\it ERROR} \longdblarrow}
969         We need to do this better soon.
971 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
973         * Applied Karl Berry's patches to *.texinfo files, but not to
974         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
975         new title page format is also not applied, since it requires
976         texinfo.tex changes.)
978         * Cleaned up `Makefile' and defined the `emacslibdir' directory
979         for the Project GNU development environment.
981 ;; Local Variables:
982 ;; coding: iso-2022-7bit
983 ;; End:
985     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
986   Copying and distribution of this file, with or without modification,
987   are permitted provided the copyright notice and this notice are preserved.
989 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda