Fix typo.
[emacs.git] / lispref / ChangeLog
blobebaaec22bb71c7871d463cac3dc45a2f6666b99c
1 2003-09-30  Richard M. Stallman  <rms@gnu.org>
3         * processes.texi (Network): Say what stopped datagram connections do.
5         * lists.texi (Association Lists): Clarify `assq-delete-all'.
7         * display.texi (Overlay Properties): Clarify `evaporate' property.
9 2003-09-29  Lute Kamstra  <Lute.Kamstra@cwi.nl>
11         * modes.texi (Mode Line Data): Explain when symbols in mode-line
12         constructs should be marked as risky.  
13         Change cons cell into proper list.
14         (Mode Line Variables): Change cons cell into proper list.
16 2003-09-26  Lute Kamstra  <Lute.Kamstra@cwi.nl>
18         * modes.texi (Mode Line Data): Document the :propertize construct.
19         (Mode Line Variables): Reorder the descriptions of the variables
20         to match their order in the default mode-line-format.  
21         Describe the new variables mode-line-position and mode-line-modes.
22         Update the default values of mode-line-frame-identification,
23         minor-mode-alist, and default-mode-line-format.
24         (Properties in Mode): Mention the :propertize construct.
26 2003-09-26  Richard M. Stallman  <rms@gnu.org>
28         * buffers.texi, commands.texi, debugging.texi, eval.texi: 
29         * loading.texi, minibuf.texi, text.texi, variables.texi:
30         Avoid @strong{Note:}.
32 2003-09-26  Richard M. Stallman  <rms@gnu.org>
34         * keymaps.texi (Remapping Commands): Fix typo.
36 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
38         * processes.texi (Low-Level Network): Fix typo.
40 2003-09-23  Kim F. Storm  <storm@cua.dk>
42         * processes.texi (Network, Network Servers): Fix typos.
43         (Low-Level Network): Add timeout value for :server keyword.
44         Add new option keywords to make-network-process.
45         Add set-network-process-options.
46         Explain how to test availability of network options.
48 2003-09-19  Richard M. Stallman  <rms@gnu.org>
50         * text.texi (Motion by Indent): Arg to
51         backward-to-indentation and forward-to-indentation is optional.
53         * strings.texi (Creating Strings): Add substring-no-properties.
55         * processes.texi
56         (Process Information): Add list-processes arg QUERY-ONLY.
57         Delete process-contact from here.
58         Add new status values for process-status.
59         Add process-get, process-put, process-plist, set-process-plist.
60         (Synchronous Processes): Add call-process-shell-command.
61         (Signals to Processes): signal-process allows process objects.
62         (Network): Complete rewrite.
63         (Network Servers, Datagrams, Low-Level Network): New nodes.
65         * positions.texi (Word Motion): forward-word, backward-word
66         arg is optional.  Reword.
68         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
70         * variables.texi (Creating Buffer-Local): 
71         Delete duplicate definition of buffer-local-value.
72         (File Local Variables): Explain about discarding text props.
74 2003-09-11  Richard M. Stallman  <rms@gnu.org>
76         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
77         changes variables that record input events.
78         (Minibuffer Misc): Add minibuffer-selected-window.
80         * lists.texi (Building Lists): Add copy-tree.
82         * display.texi (Fontsets): Add char-displayable-p.
83         (Scroll Bars): New node.
85 2003-09-08  Lute Kamstra  <Lute.Kamstra@cwi.nl>
87         * modes.texi (%-Constructs): Document new `%i' and `%I'
88         constructs.
90 2003-09-03  Peter Runestig  <peter@runestig.com>
92         * makefile.w32-in: New file.
94 2003-08-29  Richard M. Stallman  <rms@gnu.org>
96         * display.texi (Overlay Properties): Clarify how priorities
97         affect use of the properties.
99 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
101         * customize.texi (Type Keywords): Correct the description of
102         `:help-echo' in the case where `motion-doc' is a function.
104 2003-08-14  John Paul Wallington  <jpw@gnu.org>
106         * modes.texi (Emulating Mode Line): Subsection, not section.
108 2003-08-13  Richard M. Stallman  <rms@gnu.org>
110         * elisp.texi (Top): Update subnode lists in menu.
112         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
113         (Kill Functions): kill-region has new arg yank-handler.
114         (Yanking): New node.
115         (Yank Commands): Add yank-undo-function.
116         (Low-Level Kill Ring):
117         kill-new and kill-append have new arg yank-handler.
118         (Changing Properties): Add remove-list-of-text-properties.
119         (Atomic Changes): New node.
121         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
123         * streams.texi (Output Variables): Add eval-expression-print-length
124         and eval-expression-print-level.
126         * os.texi (Time Conversion): For encode-time, explain limits on year.
128         * objects.texi (Character Type): Define anchor "modifier bits".
130         * modes.texi (Emulating Mode Line): New node.
131         (Search-based Fontification): Font Lock uses font-lock-face property.
132         (Other Font Lock Variables): Likewise.
134         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
135         not vectors.
136         (Active Keymaps): Add emulation-mode-map-alists.
137         (Functions for Key Lookup): key-binding has new arg no-remap.
138         (Remapping Commands): New node.
139         (Scanning Keymaps): where-is-internal has new arg no-remap.
140         (Tool Bar): Add tool-bar-local-item-from-menu.
141         Clarify when to use tool-bar-add-item-from-menu.
143         * commands.texi (Interactive Call): commandp has new arg.
144         (Command Loop Info): Add this-original-command.
146 2003-08-06  John Paul Wallington  <jpw@gnu.org>
148         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
150         * display.texi (Warning Basics): Fix typo.
151         (Fringes): Add closing curly bracket and fix typo.
153         * elisp.texi (Top): Fix typo.
155 2003-08-05  Richard M. Stallman  <rms@gnu.org>
157         * elisp.texi: Update lists of subnodes.
159         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
161         * variables.texi (Local Variables): Use lc for example variable names.
163         * tips.texi (Library Headers): Explain where to put -*-.
165         * strings.texi (Creating Strings): Fix xref for vconcat.
167         * sequences.texi (Vector Functions):
168         vconcat no longer allows integer args.
170         * minibuf.texi (Reading File Names): read-file-name has new
171         arg PREDICATE.  New function read-directory-name.
173         * macros.texi (Defining Macros): Give definition of `declare'
174         (Indenting Macros): New node.
176         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
177         (Window Frame Parameters): Make separate table of parameters
178         that are coupled with specific face attributes.
179         (Deleting Frames): delete-frame-hooks renamed to
180         delete-frame-functions.
182         * files.texi (Magic File Names): Add file-remote-p.
183         Clarify file-local-copy.
185         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
186         here; instead xref Defining Macros.
188         * display.texi (Warnings): New node, and subnodes.
189         (Fringes): New node.
191         * debugging.texi (Test Coverage): New node.
193         * compile.texi (Compiler Errors): Explain with-no-warnings
194         and other ways to suppress warnings.
196         * commands.texi (Interactive Call): Minor clarification.
198         * buffers.texi (Buffer File Name): set-visited-file-name
199         renames the buffer too.
201         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
203 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
205         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
207 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
209         * internals.texi (Garbage Collection): Fix previous change.
211 2003-07-22  Richard M. Stallman  <rms@gnu.org>
213         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
215         * display.texi (Width): Use \s syntax in example.
216         (Font Selection): Add face-font-rescale-alist.
218         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
219         Remove spurious indent in example.
221         * lists.texi (Building Lists): Add number-sequence.
223         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
225         * functions.texi (Function Documentation): Explain how to
226         show calling convention explicitly in the doc string.
228         * windows.texi (Selecting Windows): save-selected-window saves
229         selected window of each frame.
230         (Window Configurations): Minor change.
232         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
234         * streams.texi (Output Variables): Add print-continuous-numbering
235         and print-number-table.
237         * processes.texi (Decoding Output): New node.
239         * os.texi (Time Conversion): decode-time arg is optional.
241         * objects.texi (Character Type): Don't use space as example for \.
242         Make list of char names and \-sequences correspond.
243         Explain that \s is not used in strings.  `\ ' needs space after.
245         * nonascii.texi (Converting Representations): Add string-to-multibyte.
246         (Translation of Characters): Add translation-table-for-input.
247         (Default Coding Systems): Add auto-coding-functions.
248         (Explicit Encoding): Add decode-coding-inserted-region.
249         (Locales): Add locale-info.
251         * minibuf.texi (Basic Completion): Describe test-completion.
252         Collections can be lists of strings.
253         Clean up lazy-completion-table.
254         (Programmed Completion): Mention test-completion.
255         Clarify why lambda expressions are not accepted.
256         (Minibuffer Misc): Describe minibufferp.
258 2003-07-14  Richard M. Stallman  <rms@gnu.org>
260         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
262         * windows.texi (Selecting Windows): New arg to select-window.
263         (Selecting Windows): Add with-selected-window.
264         (Size of Window): Add window-inside-edges, etc.
266         * internals.texi (Garbage Collection): Add post-gc-hook.
268         * processes.texi (Subprocess Creation): Add exec-suffixes.
270         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
271         (Scanning Keymaps): Add map-keymaps.
272         (Defining Menus): Add keymap-prompt.
274         * numbers.texi (Integer Basics): Add most-positive-fixnum,
275         most-negative-fixnum.
277         * compile.texi (Byte Compilation): Explain no-byte-compile
278         (Compiler Errors): New node.
280         * os.texi (User Identification): user-uid, user-real-uid
281         can return float.
283         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
284         and about derived modes.
285         (Minor Modes): Add minor-mode-list.
286         (Defining Minor Modes): Keyword args for define-minor-mode.
287         (Search-based Fontification): Explain managing other properties.
288         (Other Font Lock Variables): Add font-lock-extra-managed-props.
289         (Faces for Font Lock): Add font-locl-preprocessor-face.
290         (Hooks): Add run-mode-hooks and delay-mode-hooks.
292         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
293         (Variable Aliases): Clarify defvralias.
295         * loading.texi (Library Search): Add load-suffixes.
297         * minibuf.texi (Basic Completion): Add lazy-completion-table.
298         (Programmed Completion): Add dynamic-completion-table.
300         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
301         (Magic File Names): Specify precedence order of handlers.
303         * commands.texi (Command Overview): Emacs server runs pre-command-hook
304         and post-command-hook.
305         (Waiting): New calling convention for sit-for.
307         * text.texi (Special Properties): local-map and keymap properties
308         apply based on their stickiness.
310 2003-07-07  Richard M. Stallman  <rms@gnu.org>
312         * modes.texi (Minor Mode Conventions): Specify only some kinds
313         of list values as args to minor modes.
315         * files.texi (File Name Expansion): Warn about iterative use
316         of substitute-in-file-name.
318         * advice.texi (Activation of Advice): Clean up previous change.
320 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
322         * advice.texi (Activation of Advice): Note that ad-start-advice is
323         turned on by default.
325 2003-06-30  Richard M. Stallman  <rms@gnu.org>
327         * text.texi (Buffer Contents): Document current-word.
328         (Change Hooks): Not called for *Messages*.
330         * functions.texi (Defining Functions): Explain about redefining
331         primitives.
332         (Function Safety): Renamed.  Minor changes.
333         Comment out the detailed criteria for what is safe.
335 2003-06-22  Andreas Schwab  <schwab@suse.de>
337         * objects.texi (Symbol Type): Fix description of examples.
339 2003-06-16  Andreas Schwab  <schwab@suse.de>
341         * hash.texi (Creating Hash): Fix description of :weakness.
343 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
345         * files.texi (Changing Files): copy-file copies file modes, too.
347 2003-05-28  Richard M. Stallman  <rms@gnu.org>
349         * strings.texi (Creating Strings): Clarify split-string.
351 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
353         * strings.texi (Creating Strings): Update split-string specification
354         and examples.
356 2003-05-19  Richard M. Stallman  <rms@gnu.org>
358         * elisp.texi: Correct invariant section names.
360 2003-04-20  Richard M. Stallman  <rms@gnu.org>
362         * os.texi (Timers): Explain about timers and quitting.
364 2003-04-19  Richard M. Stallman  <rms@gnu.org>
366         * internals.texi (Writing Emacs Primitives): Strings are
367         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
368         Explain GCPRO convention for varargs function args.
370 2003-04-16  Richard M. Stallman  <rms@gnu.org>
372         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
374 2003-04-08  Richard M. Stallman  <rms@gnu.org>
376         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
378 2003-02-13  Kim F. Storm  <storm@cua.dk>
380         * objects.texi (Character Type): New \s escape for space.
382 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
384         * os.texi (System Environment): Added cygwin system-type.
386 2003-01-25  Richard M. Stallman  <rms@gnu.org>
388         * keymaps.texi: Document that a symbol can act as a keymap.
390 2003-01-13  Richard M. Stallman  <rms@gnu.org>
392         * text.texi (Changing Properties): Say string indices are origin-0.
394         * positions.texi (Screen Lines) <compute-motion>:
395         Correct order of elts in return value.
397         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
398         how to define a default binding.
400 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
402         * loading.texi (Unloading): Fix recent change for load-history.
404         * customize.texi (Simple Types): Clarify description of custom
405         type 'number. Describe new custom type 'float.
407 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
409         * variables.texi (File Local Variables): Fix typo.
411 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
413         From Michael Albinus <Michael.Albinus@alcatel.de>.
415         * README: Target for Info file is `make info'.
417         * files.texi (File Name Components): Fixed typos in
418         `file-name-sans-extension'.
419         (Magic File Names): Complete list of operations for magic file
420         name handlers.
422 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
424         * variables.texi (File Local Variables): New function
425         risky-local-variable-p.
427 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
429         * functions.texi (Function safety): New node about unsafep.
431 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
433         * customize.texi (Splicing into Lists): Fixed example.
434         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
436 2002-06-17  Juanma Barranquero  <lektu@terra.es>
438         * frames.texi (Display Feature Testing): Fix typo.
440 2002-06-12  Andreas Schwab  <schwab@suse.de>
442         * frames.texi (Initial Parameters, Resources): Fix references to
443         the Emacs manual.
445 2002-05-13  Kim F. Storm  <storm@cua.dk>
447         * variables.texi (Intro to Buffer-Local): Updated warning and
448         example relating to changing buffer inside let.
450 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
452         * os.texi (Session Management): New node about X Session management.
454 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
456         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
457         to which the manual corresponds, and the copyright years.
459         * Makefile.in (VERSION): Set to 2.9.
461 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
463         * elisp.texi: Change the category in @dircategory to "Emacs", to
464         make it consistent with info/dir.
466 2001-11-25  Miles Bader  <miles@gnu.org>
468         * text.texi (Fields): Describe new `limit' arg in
469         field-beginning/field-end.
471 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
473         * permute-index: Don't depend on csh-specific features.  Replace
474         the interpreter name with /bin/sh.
476         * two-volume-cross-refs.txt: New file.
477         * two.el: New file.
478         * spellfile: New file.
480 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
482         * permute-index: New file.
484         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
485         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
486         8+3 restricted namespace.
488         * Makefile.in (infodir): Define relative to $(srcdir).
489         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
490         include directories list via -I switch to makeinfo.
491         (index.texi): Use cp if both hard and symbolic links fail.
493 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
495         * Makefile.in (distclean): Add.
497         The following changes make ELisp manual part of the Emacs
498         distribution:
500         * Makefile.in: Add Copyright notice.
501         (prefix): Remove.
502         (infodir): Change value to "../info".
503         (VPATH): New variable.
504         (MAKE): Don't define.
505         (texmacrodir): Don't define.
506         (texinputdir): Append the existing value of TEXINPUTS.
507         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
508         command to be compatible with man/Makefile.in, and to put the
509         output into ../info.
510         (info): Add target.
511         (installall): Target removed.
513 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
515         * tips.texi (Coding Conventions): Fix typo.
517 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
519         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
521 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
523         * files.texi (File Name Components): Update the description of
524         file-name-sans-extension and file-name-extension, as they now
525         ignore leading dots.
527 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
529         * (Version 21.1 released.)
531 2001-10-19  Miles Bader  <miles@gnu.org>
533         * positions.texi (Text Lines): Describe behavior of
534         `beginning-of-line'/`end-of-line' in the presence of field properties.
536 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
538         * Makefile.in (VERSION): Set to 2.8.
539         (manual): Use `manual-21'.
541         * elisp.texi (VERSION): Add and use it where the version
542         number was used.  Set it to 2.8.
544         * intro.texi: Likewise.
546 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
548         * files.texi (File Name Completion): Document the significance of
549         a trailing slash in elements of completion-ignored-extensions.
551 2001-10-06  Miles Bader  <miles@gnu.org>
553         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
555 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
557         * variables.texi (Variable Aliases): New node.
559 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
561         * Branch for 21.1.
563 2001-10-02  Miles Bader  <miles@gnu.org>
565         * minibuf.texi (Minibuffer Misc): Add entries for
566         `minibuffer-contents', `minibuffer-contents-no-properties', and
567         `delete-minibuffer-contents'.
568         Correct description for `minibuffer-prompt-end'.
570         * text.texi (Property Search): Correct descriptions of
571         `next-char-property-change' and `previous-char-property-change'.
572         Add entries for `next-single-char-property-change' and
573         `previous-single-char-property-change'.
574         Make operand names a bit more consistent.
576 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
578         * frames.texi (Finding All Frames): Document that next-frame and
579         previous-frame are local to current terminal.
581 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
583         * keymaps.texi (Creating Keymaps): Fix the description of the
584         result of make-keymap.
586 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
588         * display.texi (Font Lookup, Attribute Functions)
589         (Image Descriptors): Add cross-references to the definition of
590         selected frame.
592         * buffers.texi (The Buffer List): Add cross-references to the
593         definition of selected frame.
595         * frames.texi (Input Focus): Clarify which frame is _the_ selected
596         frame at any given time.
597         (Multiple Displays, Size and Position): Add a cross-reference to
598         the definition of the selected frame.
600 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
602         * strings.texi (String Conversion) <string-to-number>: Document
603         that a float is returned for integers that are too large.
605         * frames.texi (Mouse Position): Document mouse-position-function.
606         (Display Feature Testing): Document display-images-p.
607         (Window Frame Parameters): Document the cursor-type variable.
609         * numbers.texi (Integer Basics): Document CL style read syntax for
610         integers in bases other than 10.
612         * positions.texi (List Motion): Document
613         open-paren-in-column-0-is-defun-start.
615         * lists.texi (Sets And Lists): Document member-ignore-case.
617         * internals.texi (Garbage Collection): Document the used and free
618         strings report.
619         (Memory Usage): Document strings-consed.
621         * os.texi (Time of Day): Document float-time.
622         (Recording Input): Document that clear-this-command-keys clears
623         the vector to be returned by recent-keys.
625         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
626         argument keymap can be a list.
628         * nonascii.texi (User-Chosen Coding Systems)
629         <select-safe-coding-system>: Document the new argument
630         accept-default-p and the variable
631         select-safe-coding-system-accept-default-p.  Tell what happens if
632         buffer-file-coding-system is undecided.
633         (Default Coding Systems): Document auto-coding-regexp-alist.
635         * display.texi (The Echo Area) <message>: Document
636         message-truncate-lines.
637         (Glyphs): Document that the glyph table is unused on windowed
638         displays.
640         * help.texi (Describing Characters) <single-key-description>:
641         Document the new argument no-angles.
642         (Accessing Documentation) <documentation-property>: Document that
643         a non-string property is evaluated.
644         <documentation>: Document that the function-documentation property
645         is looked for.
647         * windows.texi (Selecting Windows): Document some-window.
649         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
651         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
652         apropos-mode-hook.
654         * commands.texi (Using Interactive): Document interactive-form.
655         (Keyboard Macros): Document kbd-macro-termination-hook.
656         (Command Loop Info): Document that clear-this-command-keys clears
657         the vector to be returned by recent-keys.
659 2001-09-04  Werner LEMBERG  <wl@gnu.org>
661         * Makefile.in (srcdir, texinputdir): New variables.
662         (srcs, index.texi, install): Use $(srcdir).
663         (.PHONY): Remove elisp.dvi.
664         (elisp): Use -I switch for makeinfo.
665         (elisp.dvi): Use $(srcdir) and $(texinputdir).
666         (installall, dist): Use $(srcdir).
667         Fix path to texinfo.tex.
668         (maintainer-clean): Add elisp.dvi and elisp.oaux.
670 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
672         * display.texi (Conditional Display): Adjust to API change.
674         * configure: New file.
676 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
678         * commands.texi (Repeat Events): Add description of
679         double-click-fuzz.
681 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
683         * syntax.texi (Syntax Class Table): Add the missing designator for
684         comment and string fences.
685         (Syntax Properties): Add a xref to syntax table internals.
686         (Syntax Table Internals): Document string-to-syntax.
688 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
690         * Makefile.in (install): Use install-info command line options
691         like in Emacs' Makefile.in.
693 2000-12-09  Miles Bader  <miles@gnu.org>
695         * windows.texi (Window Start): Update documentation for
696         `pos-visible-in-window-p'.
698 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
700         * lists.texi (Building Lists): Add footnote to explain how to add
701         to the end of a list.
703 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
705         * files.texi (Visiting Functions): Typos.
707 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
709         * files.texi (Visiting Functions): Return value of
710         find-file-noselect may be a list of buffers if wildcards are used.
712 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
714         * display.texi (Defining Faces): Document `graphic' display type
715         in face specs.
717 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
719         * hooks.texi (Standard Hooks): Replace obsolete
720         `after-make-frame-hook' with `after-make-frame-functions'.
722         * frames.texi (Creating Frames): Ditto.
724         * variables.texi (Future Local Variables): Ditto.
726 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
728         * display.texi (Other Image Types): Add description of :foreground
729         and :background properties of mono PBM images.
731 2000-08-17  Werner LEMBERG  <wl@gnu.org>
733         * .cvsignore: New file.
735 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
737         * tindex.pl: New script.
739 1999-12-03  Dave Love  <fx@gnu.org>
741         * Makefile.in (MAKEINFO): New parameter.
743 1999-09-17  Richard Stallman  <rms@gnu.org>
745         * Makefile.in (srcs): Add hash.texi.
746         (VERSION): Update to 20.6.
748 1999-09-13  Richard Stallman  <rms@gnu.org>
750         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
752 1998-08-29  Karl Heuer  <kwzh@gnu.org>
754         * configure.in: New file.
755         * Makefile.in: Renamed from Makefile.
756         (prefix, infodir): Use value obtained from configure.
757         (emacslibdir): Obsolete variable deleted.
758         (dist): Distribute configure.in, configure, Makefile.in.
760 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
762         * Makefile (INSTALL_INFO): New variable.
763         (install): Run install-info.
765 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
767         * Makefile (elisp.dvi): Add missing backslash.
769 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
771         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
772         Run texindex without `./'.  Always run texindex on elisp.tp.
773         (elisp.tps): Target deleted.
775 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
777         * Makefile (srcs): Add nonascii.texi and customize.texi.
778         (dist): Start by deleting `temp'.
780 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
782         * Makefile (makeinfo, texindex): Targets deleted.
783         (makeinfo.o, texindex.o): Targets deleted.
784         (clean, dist): Don't do anything with them or with getopt*.
786 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
788         * Makefile (SHELL): Defined.
790 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
792         * Makefile (elisp.tps): New target.
793         (elisp.dvi): Depend on elisp.tps.
795 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
797         * README: Update phone number.
799         * Makefile (elisp): Make this be the default target.
800         Depend on makeinfo.c instead of makeinfo.
801         (install): Don't depend on elisp.dvi, since we don't install that.
802         Use mkinstalldirs.
803         (dist): Add mkinstalldirs.
805 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
807         * Makefile (VERSION): Update version number.
808         (maintainer-clean): Renamed from realclean.
810 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
812         * Makefile (realclean): New target.
813         (elisp): Remove any old elisp-* files first.
815 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
817         * Makefile (VERSION): New variable.
818         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
819         Compressed file suffix should be `.gz', not `.z'.
821 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
823         * Makefile (elisp): Depend on makeinfo.
825 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
827         * Makefile (srcs): Add anti.texi.
829 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
831         * Makefile (infodir, prefix): New vars.
832         (install): Use infodir.
833         (emacsinfodir): Deleted.
835 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
837         * Makefile (srcs): Add calendar.texi.
839         * Makefile (dist): Copy texindex.c and makeinfo.c.
840         Limit elisp-* files to those with one or two digits.
842 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
844         * Makefile (dist): Changed to use Gzip instead of compress.
846 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
848         * loading.texi (Unloading): define-function changed back to
849         defalias.  It may not stay this way, but at least it's
850         consistent with the known-good version of the code patch.
852 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
854         * modes.texi (Hooks): Document new optional arg of add-hook.
856 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
858         * variables.texi: Document nil initial value of buffer-local variables.
860         * tips.texi: Add new section on standard library headers.
862 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
864         * Makefile (srcs): Add frame.texi to the list of sources.
866 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
868         * Makefile (dist): Don't bother excluding autosave files; they'll
869         never make it into the temp directory anyway, and the hash marks
870         in the name are problematic for make and the Bourne shell.
871         (srcs):
873 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
875         * Makefile (dist): Don't include backup files or autosave files in
876         the distribution tar file.
878 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
880         * Makefile (srcs): Added index.perm.
881         (elisp.dvi): Remove erroneous shell comment.
882         Expect output of permute-index in permuted.fns.
883         Save old elisp.aux in elisp.oaux.
884         (clean): Added index.texi to be deleted.
886 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
888         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
890 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
892         * files.texi:  Noted that completion-ignored-extensions is ignored
893         when making *Completions*.
895 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
897         * Makefile  make dist now depends on elisp.dvi, since it tries
898         to include it in the dist file.
900 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
902         * functions.texinfo (Mapping Functions): Add missing quote
904 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
906         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
907         (defunargs): Turn off \hyphenchar of \sl font temporarily.
909 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
911         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
912         and @error{} are the terms now being used.  The files in the
913         directory have been changed to reflect this.
915         * All instances of @indentedresultt{} have been changed to
916         `     @result{}', using 5 spaces at the begining of the line.
918 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
920         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
921         experimental @indentedresult{}, @indentedexpandsto{} are part of
922         the texinfo.tex in this directory.  These TeX macros are not
923         stable yet.
925 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
927         * texinfo.tex:  temporarily added
928                 \let\result=\dblarrow
929                 \def\error{{\it ERROR} \longdblarrow}
930         We need to do this better soon.
932 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
934         * Applied Karl Berry's patches to *.texinfo files, but not to
935         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
936         new title page format is also not applied, since it requires
937         texinfo.tex changes.)
939         * Cleaned up `Makefile' and defined the `emacslibdir' directory
940         for the Project GNU development environment.
942 ;; Local Variables:
943 ;; coding: iso-2022-7bit
944 ;; End:
946     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
947   Copying and distribution of this file, with or without modification,
948   are permitted provided the copyright notice and this notice are preserved.
950 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda