(Major Mode Conventions): Mention third way to set up Imenu.
[emacs.git] / lispref / ChangeLog
blob234133c78e21238b0a56c3e2f73287fc61c13b7a
1 2003-10-03  Lute Kamstra  <Lute.Kamstra@cwi.nl>
3         * modes.texi (Major Mode Conventions): Mention third way to set up
4         Imenu.
5         (Imenu): A number of small fixes.
6         Delete documentation of internal variable imenu--index-alist.
7         Document the return value format of imenu-create-index-function
8         functions.
10 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12         * processes.texi (Network): Say what stopped datagram connections do.
14         * lists.texi (Association Lists): Clarify `assq-delete-all'.
16         * display.texi (Overlay Properties): Clarify `evaporate' property.
18 2003-09-29  Lute Kamstra  <Lute.Kamstra@cwi.nl>
20         * modes.texi (Mode Line Data): Explain when symbols in mode-line
21         constructs should be marked as risky.  
22         Change cons cell into proper list.
23         (Mode Line Variables): Change cons cell into proper list.
25 2003-09-26  Lute Kamstra  <Lute.Kamstra@cwi.nl>
27         * modes.texi (Mode Line Data): Document the :propertize construct.
28         (Mode Line Variables): Reorder the descriptions of the variables
29         to match their order in the default mode-line-format.  
30         Describe the new variables mode-line-position and mode-line-modes.
31         Update the default values of mode-line-frame-identification,
32         minor-mode-alist, and default-mode-line-format.
33         (Properties in Mode): Mention the :propertize construct.
35 2003-09-26  Richard M. Stallman  <rms@gnu.org>
37         * buffers.texi, commands.texi, debugging.texi, eval.texi: 
38         * loading.texi, minibuf.texi, text.texi, variables.texi:
39         Avoid @strong{Note:}.
41 2003-09-26  Richard M. Stallman  <rms@gnu.org>
43         * keymaps.texi (Remapping Commands): Fix typo.
45 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
47         * processes.texi (Low-Level Network): Fix typo.
49 2003-09-23  Kim F. Storm  <storm@cua.dk>
51         * processes.texi (Network, Network Servers): Fix typos.
52         (Low-Level Network): Add timeout value for :server keyword.
53         Add new option keywords to make-network-process.
54         Add set-network-process-options.
55         Explain how to test availability of network options.
57 2003-09-19  Richard M. Stallman  <rms@gnu.org>
59         * text.texi (Motion by Indent): Arg to
60         backward-to-indentation and forward-to-indentation is optional.
62         * strings.texi (Creating Strings): Add substring-no-properties.
64         * processes.texi
65         (Process Information): Add list-processes arg QUERY-ONLY.
66         Delete process-contact from here.
67         Add new status values for process-status.
68         Add process-get, process-put, process-plist, set-process-plist.
69         (Synchronous Processes): Add call-process-shell-command.
70         (Signals to Processes): signal-process allows process objects.
71         (Network): Complete rewrite.
72         (Network Servers, Datagrams, Low-Level Network): New nodes.
74         * positions.texi (Word Motion): forward-word, backward-word
75         arg is optional.  Reword.
77         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
79         * variables.texi (Creating Buffer-Local): 
80         Delete duplicate definition of buffer-local-value.
81         (File Local Variables): Explain about discarding text props.
83 2003-09-11  Richard M. Stallman  <rms@gnu.org>
85         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
86         changes variables that record input events.
87         (Minibuffer Misc): Add minibuffer-selected-window.
89         * lists.texi (Building Lists): Add copy-tree.
91         * display.texi (Fontsets): Add char-displayable-p.
92         (Scroll Bars): New node.
94 2003-09-08  Lute Kamstra  <Lute.Kamstra@cwi.nl>
96         * modes.texi (%-Constructs): Document new `%i' and `%I'
97         constructs.
99 2003-09-03  Peter Runestig  <peter@runestig.com>
101         * makefile.w32-in: New file.
103 2003-08-29  Richard M. Stallman  <rms@gnu.org>
105         * display.texi (Overlay Properties): Clarify how priorities
106         affect use of the properties.
108 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
110         * customize.texi (Type Keywords): Correct the description of
111         `:help-echo' in the case where `motion-doc' is a function.
113 2003-08-14  John Paul Wallington  <jpw@gnu.org>
115         * modes.texi (Emulating Mode Line): Subsection, not section.
117 2003-08-13  Richard M. Stallman  <rms@gnu.org>
119         * elisp.texi (Top): Update subnode lists in menu.
121         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
122         (Kill Functions): kill-region has new arg yank-handler.
123         (Yanking): New node.
124         (Yank Commands): Add yank-undo-function.
125         (Low-Level Kill Ring):
126         kill-new and kill-append have new arg yank-handler.
127         (Changing Properties): Add remove-list-of-text-properties.
128         (Atomic Changes): New node.
130         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
132         * streams.texi (Output Variables): Add eval-expression-print-length
133         and eval-expression-print-level.
135         * os.texi (Time Conversion): For encode-time, explain limits on year.
137         * objects.texi (Character Type): Define anchor "modifier bits".
139         * modes.texi (Emulating Mode Line): New node.
140         (Search-based Fontification): Font Lock uses font-lock-face property.
141         (Other Font Lock Variables): Likewise.
143         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
144         not vectors.
145         (Active Keymaps): Add emulation-mode-map-alists.
146         (Functions for Key Lookup): key-binding has new arg no-remap.
147         (Remapping Commands): New node.
148         (Scanning Keymaps): where-is-internal has new arg no-remap.
149         (Tool Bar): Add tool-bar-local-item-from-menu.
150         Clarify when to use tool-bar-add-item-from-menu.
152         * commands.texi (Interactive Call): commandp has new arg.
153         (Command Loop Info): Add this-original-command.
155 2003-08-06  John Paul Wallington  <jpw@gnu.org>
157         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
159         * display.texi (Warning Basics): Fix typo.
160         (Fringes): Add closing curly bracket and fix typo.
162         * elisp.texi (Top): Fix typo.
164 2003-08-05  Richard M. Stallman  <rms@gnu.org>
166         * elisp.texi: Update lists of subnodes.
168         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
170         * variables.texi (Local Variables): Use lc for example variable names.
172         * tips.texi (Library Headers): Explain where to put -*-.
174         * strings.texi (Creating Strings): Fix xref for vconcat.
176         * sequences.texi (Vector Functions):
177         vconcat no longer allows integer args.
179         * minibuf.texi (Reading File Names): read-file-name has new
180         arg PREDICATE.  New function read-directory-name.
182         * macros.texi (Defining Macros): Give definition of `declare'
183         (Indenting Macros): New node.
185         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
186         (Window Frame Parameters): Make separate table of parameters
187         that are coupled with specific face attributes.
188         (Deleting Frames): delete-frame-hooks renamed to
189         delete-frame-functions.
191         * files.texi (Magic File Names): Add file-remote-p.
192         Clarify file-local-copy.
194         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
195         here; instead xref Defining Macros.
197         * display.texi (Warnings): New node, and subnodes.
198         (Fringes): New node.
200         * debugging.texi (Test Coverage): New node.
202         * compile.texi (Compiler Errors): Explain with-no-warnings
203         and other ways to suppress warnings.
205         * commands.texi (Interactive Call): Minor clarification.
207         * buffers.texi (Buffer File Name): set-visited-file-name
208         renames the buffer too.
210         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
212 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
214         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
216 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
218         * internals.texi (Garbage Collection): Fix previous change.
220 2003-07-22  Richard M. Stallman  <rms@gnu.org>
222         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
224         * display.texi (Width): Use \s syntax in example.
225         (Font Selection): Add face-font-rescale-alist.
227         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
228         Remove spurious indent in example.
230         * lists.texi (Building Lists): Add number-sequence.
232         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
234         * functions.texi (Function Documentation): Explain how to
235         show calling convention explicitly in the doc string.
237         * windows.texi (Selecting Windows): save-selected-window saves
238         selected window of each frame.
239         (Window Configurations): Minor change.
241         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
243         * streams.texi (Output Variables): Add print-continuous-numbering
244         and print-number-table.
246         * processes.texi (Decoding Output): New node.
248         * os.texi (Time Conversion): decode-time arg is optional.
250         * objects.texi (Character Type): Don't use space as example for \.
251         Make list of char names and \-sequences correspond.
252         Explain that \s is not used in strings.  `\ ' needs space after.
254         * nonascii.texi (Converting Representations): Add string-to-multibyte.
255         (Translation of Characters): Add translation-table-for-input.
256         (Default Coding Systems): Add auto-coding-functions.
257         (Explicit Encoding): Add decode-coding-inserted-region.
258         (Locales): Add locale-info.
260         * minibuf.texi (Basic Completion): Describe test-completion.
261         Collections can be lists of strings.
262         Clean up lazy-completion-table.
263         (Programmed Completion): Mention test-completion.
264         Clarify why lambda expressions are not accepted.
265         (Minibuffer Misc): Describe minibufferp.
267 2003-07-14  Richard M. Stallman  <rms@gnu.org>
269         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
271         * windows.texi (Selecting Windows): New arg to select-window.
272         (Selecting Windows): Add with-selected-window.
273         (Size of Window): Add window-inside-edges, etc.
275         * internals.texi (Garbage Collection): Add post-gc-hook.
277         * processes.texi (Subprocess Creation): Add exec-suffixes.
279         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
280         (Scanning Keymaps): Add map-keymaps.
281         (Defining Menus): Add keymap-prompt.
283         * numbers.texi (Integer Basics): Add most-positive-fixnum,
284         most-negative-fixnum.
286         * compile.texi (Byte Compilation): Explain no-byte-compile
287         (Compiler Errors): New node.
289         * os.texi (User Identification): user-uid, user-real-uid
290         can return float.
292         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
293         and about derived modes.
294         (Minor Modes): Add minor-mode-list.
295         (Defining Minor Modes): Keyword args for define-minor-mode.
296         (Search-based Fontification): Explain managing other properties.
297         (Other Font Lock Variables): Add font-lock-extra-managed-props.
298         (Faces for Font Lock): Add font-locl-preprocessor-face.
299         (Hooks): Add run-mode-hooks and delay-mode-hooks.
301         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
302         (Variable Aliases): Clarify defvralias.
304         * loading.texi (Library Search): Add load-suffixes.
306         * minibuf.texi (Basic Completion): Add lazy-completion-table.
307         (Programmed Completion): Add dynamic-completion-table.
309         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
310         (Magic File Names): Specify precedence order of handlers.
312         * commands.texi (Command Overview): Emacs server runs pre-command-hook
313         and post-command-hook.
314         (Waiting): New calling convention for sit-for.
316         * text.texi (Special Properties): local-map and keymap properties
317         apply based on their stickiness.
319 2003-07-07  Richard M. Stallman  <rms@gnu.org>
321         * modes.texi (Minor Mode Conventions): Specify only some kinds
322         of list values as args to minor modes.
324         * files.texi (File Name Expansion): Warn about iterative use
325         of substitute-in-file-name.
327         * advice.texi (Activation of Advice): Clean up previous change.
329 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
331         * advice.texi (Activation of Advice): Note that ad-start-advice is
332         turned on by default.
334 2003-06-30  Richard M. Stallman  <rms@gnu.org>
336         * text.texi (Buffer Contents): Document current-word.
337         (Change Hooks): Not called for *Messages*.
339         * functions.texi (Defining Functions): Explain about redefining
340         primitives.
341         (Function Safety): Renamed.  Minor changes.
342         Comment out the detailed criteria for what is safe.
344 2003-06-22  Andreas Schwab  <schwab@suse.de>
346         * objects.texi (Symbol Type): Fix description of examples.
348 2003-06-16  Andreas Schwab  <schwab@suse.de>
350         * hash.texi (Creating Hash): Fix description of :weakness.
352 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
354         * files.texi (Changing Files): copy-file copies file modes, too.
356 2003-05-28  Richard M. Stallman  <rms@gnu.org>
358         * strings.texi (Creating Strings): Clarify split-string.
360 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
362         * strings.texi (Creating Strings): Update split-string specification
363         and examples.
365 2003-05-19  Richard M. Stallman  <rms@gnu.org>
367         * elisp.texi: Correct invariant section names.
369 2003-04-20  Richard M. Stallman  <rms@gnu.org>
371         * os.texi (Timers): Explain about timers and quitting.
373 2003-04-19  Richard M. Stallman  <rms@gnu.org>
375         * internals.texi (Writing Emacs Primitives): Strings are
376         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
377         Explain GCPRO convention for varargs function args.
379 2003-04-16  Richard M. Stallman  <rms@gnu.org>
381         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
383 2003-04-08  Richard M. Stallman  <rms@gnu.org>
385         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
387 2003-02-13  Kim F. Storm  <storm@cua.dk>
389         * objects.texi (Character Type): New \s escape for space.
391 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
393         * os.texi (System Environment): Added cygwin system-type.
395 2003-01-25  Richard M. Stallman  <rms@gnu.org>
397         * keymaps.texi: Document that a symbol can act as a keymap.
399 2003-01-13  Richard M. Stallman  <rms@gnu.org>
401         * text.texi (Changing Properties): Say string indices are origin-0.
403         * positions.texi (Screen Lines) <compute-motion>:
404         Correct order of elts in return value.
406         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
407         how to define a default binding.
409 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
411         * loading.texi (Unloading): Fix recent change for load-history.
413         * customize.texi (Simple Types): Clarify description of custom
414         type 'number. Describe new custom type 'float.
416 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
418         * variables.texi (File Local Variables): Fix typo.
420 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
422         From Michael Albinus <Michael.Albinus@alcatel.de>.
424         * README: Target for Info file is `make info'.
426         * files.texi (File Name Components): Fixed typos in
427         `file-name-sans-extension'.
428         (Magic File Names): Complete list of operations for magic file
429         name handlers.
431 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
433         * variables.texi (File Local Variables): New function
434         risky-local-variable-p.
436 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
438         * functions.texi (Function safety): New node about unsafep.
440 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
442         * customize.texi (Splicing into Lists): Fixed example.
443         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
445 2002-06-17  Juanma Barranquero  <lektu@terra.es>
447         * frames.texi (Display Feature Testing): Fix typo.
449 2002-06-12  Andreas Schwab  <schwab@suse.de>
451         * frames.texi (Initial Parameters, Resources): Fix references to
452         the Emacs manual.
454 2002-05-13  Kim F. Storm  <storm@cua.dk>
456         * variables.texi (Intro to Buffer-Local): Updated warning and
457         example relating to changing buffer inside let.
459 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
461         * os.texi (Session Management): New node about X Session management.
463 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
465         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
466         to which the manual corresponds, and the copyright years.
468         * Makefile.in (VERSION): Set to 2.9.
470 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
472         * elisp.texi: Change the category in @dircategory to "Emacs", to
473         make it consistent with info/dir.
475 2001-11-25  Miles Bader  <miles@gnu.org>
477         * text.texi (Fields): Describe new `limit' arg in
478         field-beginning/field-end.
480 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
482         * permute-index: Don't depend on csh-specific features.  Replace
483         the interpreter name with /bin/sh.
485         * two-volume-cross-refs.txt: New file.
486         * two.el: New file.
487         * spellfile: New file.
489 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
491         * permute-index: New file.
493         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
494         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
495         8+3 restricted namespace.
497         * Makefile.in (infodir): Define relative to $(srcdir).
498         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
499         include directories list via -I switch to makeinfo.
500         (index.texi): Use cp if both hard and symbolic links fail.
502 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
504         * Makefile.in (distclean): Add.
506         The following changes make ELisp manual part of the Emacs
507         distribution:
509         * Makefile.in: Add Copyright notice.
510         (prefix): Remove.
511         (infodir): Change value to "../info".
512         (VPATH): New variable.
513         (MAKE): Don't define.
514         (texmacrodir): Don't define.
515         (texinputdir): Append the existing value of TEXINPUTS.
516         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
517         command to be compatible with man/Makefile.in, and to put the
518         output into ../info.
519         (info): Add target.
520         (installall): Target removed.
522 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
524         * tips.texi (Coding Conventions): Fix typo.
526 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
528         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
530 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
532         * files.texi (File Name Components): Update the description of
533         file-name-sans-extension and file-name-extension, as they now
534         ignore leading dots.
536 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
538         * (Version 21.1 released.)
540 2001-10-19  Miles Bader  <miles@gnu.org>
542         * positions.texi (Text Lines): Describe behavior of
543         `beginning-of-line'/`end-of-line' in the presence of field properties.
545 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
547         * Makefile.in (VERSION): Set to 2.8.
548         (manual): Use `manual-21'.
550         * elisp.texi (VERSION): Add and use it where the version
551         number was used.  Set it to 2.8.
553         * intro.texi: Likewise.
555 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
557         * files.texi (File Name Completion): Document the significance of
558         a trailing slash in elements of completion-ignored-extensions.
560 2001-10-06  Miles Bader  <miles@gnu.org>
562         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
564 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
566         * variables.texi (Variable Aliases): New node.
568 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
570         * Branch for 21.1.
572 2001-10-02  Miles Bader  <miles@gnu.org>
574         * minibuf.texi (Minibuffer Misc): Add entries for
575         `minibuffer-contents', `minibuffer-contents-no-properties', and
576         `delete-minibuffer-contents'.
577         Correct description for `minibuffer-prompt-end'.
579         * text.texi (Property Search): Correct descriptions of
580         `next-char-property-change' and `previous-char-property-change'.
581         Add entries for `next-single-char-property-change' and
582         `previous-single-char-property-change'.
583         Make operand names a bit more consistent.
585 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
587         * frames.texi (Finding All Frames): Document that next-frame and
588         previous-frame are local to current terminal.
590 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
592         * keymaps.texi (Creating Keymaps): Fix the description of the
593         result of make-keymap.
595 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
597         * display.texi (Font Lookup, Attribute Functions)
598         (Image Descriptors): Add cross-references to the definition of
599         selected frame.
601         * buffers.texi (The Buffer List): Add cross-references to the
602         definition of selected frame.
604         * frames.texi (Input Focus): Clarify which frame is _the_ selected
605         frame at any given time.
606         (Multiple Displays, Size and Position): Add a cross-reference to
607         the definition of the selected frame.
609 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
611         * strings.texi (String Conversion) <string-to-number>: Document
612         that a float is returned for integers that are too large.
614         * frames.texi (Mouse Position): Document mouse-position-function.
615         (Display Feature Testing): Document display-images-p.
616         (Window Frame Parameters): Document the cursor-type variable.
618         * numbers.texi (Integer Basics): Document CL style read syntax for
619         integers in bases other than 10.
621         * positions.texi (List Motion): Document
622         open-paren-in-column-0-is-defun-start.
624         * lists.texi (Sets And Lists): Document member-ignore-case.
626         * internals.texi (Garbage Collection): Document the used and free
627         strings report.
628         (Memory Usage): Document strings-consed.
630         * os.texi (Time of Day): Document float-time.
631         (Recording Input): Document that clear-this-command-keys clears
632         the vector to be returned by recent-keys.
634         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
635         argument keymap can be a list.
637         * nonascii.texi (User-Chosen Coding Systems)
638         <select-safe-coding-system>: Document the new argument
639         accept-default-p and the variable
640         select-safe-coding-system-accept-default-p.  Tell what happens if
641         buffer-file-coding-system is undecided.
642         (Default Coding Systems): Document auto-coding-regexp-alist.
644         * display.texi (The Echo Area) <message>: Document
645         message-truncate-lines.
646         (Glyphs): Document that the glyph table is unused on windowed
647         displays.
649         * help.texi (Describing Characters) <single-key-description>:
650         Document the new argument no-angles.
651         (Accessing Documentation) <documentation-property>: Document that
652         a non-string property is evaluated.
653         <documentation>: Document that the function-documentation property
654         is looked for.
656         * windows.texi (Selecting Windows): Document some-window.
658         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
660         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
661         apropos-mode-hook.
663         * commands.texi (Using Interactive): Document interactive-form.
664         (Keyboard Macros): Document kbd-macro-termination-hook.
665         (Command Loop Info): Document that clear-this-command-keys clears
666         the vector to be returned by recent-keys.
668 2001-09-04  Werner LEMBERG  <wl@gnu.org>
670         * Makefile.in (srcdir, texinputdir): New variables.
671         (srcs, index.texi, install): Use $(srcdir).
672         (.PHONY): Remove elisp.dvi.
673         (elisp): Use -I switch for makeinfo.
674         (elisp.dvi): Use $(srcdir) and $(texinputdir).
675         (installall, dist): Use $(srcdir).
676         Fix path to texinfo.tex.
677         (maintainer-clean): Add elisp.dvi and elisp.oaux.
679 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
681         * display.texi (Conditional Display): Adjust to API change.
683         * configure: New file.
685 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
687         * commands.texi (Repeat Events): Add description of
688         double-click-fuzz.
690 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
692         * syntax.texi (Syntax Class Table): Add the missing designator for
693         comment and string fences.
694         (Syntax Properties): Add a xref to syntax table internals.
695         (Syntax Table Internals): Document string-to-syntax.
697 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
699         * Makefile.in (install): Use install-info command line options
700         like in Emacs' Makefile.in.
702 2000-12-09  Miles Bader  <miles@gnu.org>
704         * windows.texi (Window Start): Update documentation for
705         `pos-visible-in-window-p'.
707 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
709         * lists.texi (Building Lists): Add footnote to explain how to add
710         to the end of a list.
712 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
714         * files.texi (Visiting Functions): Typos.
716 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
718         * files.texi (Visiting Functions): Return value of
719         find-file-noselect may be a list of buffers if wildcards are used.
721 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
723         * display.texi (Defining Faces): Document `graphic' display type
724         in face specs.
726 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
728         * hooks.texi (Standard Hooks): Replace obsolete
729         `after-make-frame-hook' with `after-make-frame-functions'.
731         * frames.texi (Creating Frames): Ditto.
733         * variables.texi (Future Local Variables): Ditto.
735 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
737         * display.texi (Other Image Types): Add description of :foreground
738         and :background properties of mono PBM images.
740 2000-08-17  Werner LEMBERG  <wl@gnu.org>
742         * .cvsignore: New file.
744 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
746         * tindex.pl: New script.
748 1999-12-03  Dave Love  <fx@gnu.org>
750         * Makefile.in (MAKEINFO): New parameter.
752 1999-09-17  Richard Stallman  <rms@gnu.org>
754         * Makefile.in (srcs): Add hash.texi.
755         (VERSION): Update to 20.6.
757 1999-09-13  Richard Stallman  <rms@gnu.org>
759         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
761 1998-08-29  Karl Heuer  <kwzh@gnu.org>
763         * configure.in: New file.
764         * Makefile.in: Renamed from Makefile.
765         (prefix, infodir): Use value obtained from configure.
766         (emacslibdir): Obsolete variable deleted.
767         (dist): Distribute configure.in, configure, Makefile.in.
769 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
771         * Makefile (INSTALL_INFO): New variable.
772         (install): Run install-info.
774 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
776         * Makefile (elisp.dvi): Add missing backslash.
778 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
780         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
781         Run texindex without `./'.  Always run texindex on elisp.tp.
782         (elisp.tps): Target deleted.
784 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
786         * Makefile (srcs): Add nonascii.texi and customize.texi.
787         (dist): Start by deleting `temp'.
789 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
791         * Makefile (makeinfo, texindex): Targets deleted.
792         (makeinfo.o, texindex.o): Targets deleted.
793         (clean, dist): Don't do anything with them or with getopt*.
795 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
797         * Makefile (SHELL): Defined.
799 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
801         * Makefile (elisp.tps): New target.
802         (elisp.dvi): Depend on elisp.tps.
804 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
806         * README: Update phone number.
808         * Makefile (elisp): Make this be the default target.
809         Depend on makeinfo.c instead of makeinfo.
810         (install): Don't depend on elisp.dvi, since we don't install that.
811         Use mkinstalldirs.
812         (dist): Add mkinstalldirs.
814 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
816         * Makefile (VERSION): Update version number.
817         (maintainer-clean): Renamed from realclean.
819 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
821         * Makefile (realclean): New target.
822         (elisp): Remove any old elisp-* files first.
824 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
826         * Makefile (VERSION): New variable.
827         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
828         Compressed file suffix should be `.gz', not `.z'.
830 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
832         * Makefile (elisp): Depend on makeinfo.
834 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
836         * Makefile (srcs): Add anti.texi.
838 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
840         * Makefile (infodir, prefix): New vars.
841         (install): Use infodir.
842         (emacsinfodir): Deleted.
844 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
846         * Makefile (srcs): Add calendar.texi.
848         * Makefile (dist): Copy texindex.c and makeinfo.c.
849         Limit elisp-* files to those with one or two digits.
851 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
853         * Makefile (dist): Changed to use Gzip instead of compress.
855 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
857         * loading.texi (Unloading): define-function changed back to
858         defalias.  It may not stay this way, but at least it's
859         consistent with the known-good version of the code patch.
861 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
863         * modes.texi (Hooks): Document new optional arg of add-hook.
865 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
867         * variables.texi: Document nil initial value of buffer-local variables.
869         * tips.texi: Add new section on standard library headers.
871 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
873         * Makefile (srcs): Add frame.texi to the list of sources.
875 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
877         * Makefile (dist): Don't bother excluding autosave files; they'll
878         never make it into the temp directory anyway, and the hash marks
879         in the name are problematic for make and the Bourne shell.
880         (srcs):
882 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
884         * Makefile (dist): Don't include backup files or autosave files in
885         the distribution tar file.
887 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
889         * Makefile (srcs): Added index.perm.
890         (elisp.dvi): Remove erroneous shell comment.
891         Expect output of permute-index in permuted.fns.
892         Save old elisp.aux in elisp.oaux.
893         (clean): Added index.texi to be deleted.
895 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
897         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
899 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
901         * files.texi:  Noted that completion-ignored-extensions is ignored
902         when making *Completions*.
904 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
906         * Makefile  make dist now depends on elisp.dvi, since it tries
907         to include it in the dist file.
909 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
911         * functions.texinfo (Mapping Functions): Add missing quote
913 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
915         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
916         (defunargs): Turn off \hyphenchar of \sl font temporarily.
918 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
920         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
921         and @error{} are the terms now being used.  The files in the
922         directory have been changed to reflect this.
924         * All instances of @indentedresultt{} have been changed to
925         `     @result{}', using 5 spaces at the begining of the line.
927 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
929         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
930         experimental @indentedresult{}, @indentedexpandsto{} are part of
931         the texinfo.tex in this directory.  These TeX macros are not
932         stable yet.
934 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
936         * texinfo.tex:  temporarily added
937                 \let\result=\dblarrow
938                 \def\error{{\it ERROR} \longdblarrow}
939         We need to do this better soon.
941 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
943         * Applied Karl Berry's patches to *.texinfo files, but not to
944         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
945         new title page format is also not applied, since it requires
946         texinfo.tex changes.)
948         * Cleaned up `Makefile' and defined the `emacslibdir' directory
949         for the Project GNU development environment.
951 ;; Local Variables:
952 ;; coding: iso-2022-7bit
953 ;; End:
955     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
956   Copying and distribution of this file, with or without modification,
957   are permitted provided the copyright notice and this notice are preserved.
959 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda