*** empty log message ***
[emacs.git] / lispref / ChangeLog
blobaae3e864bc0d8e9bc89478f163ae009258f8ebde
1 2003-09-08  Lute Kamstra  <Lute.Kamstra@cwi.nl>
3         * modes.texi (%-Constructs): Document new `%i' and `%I'
4         constructs.
6 2003-09-03  Peter Runestig  <peter@runestig.com>
8         * makefile.w32-in: New file.
10 2003-08-29  Richard M. Stallman  <rms@gnu.org>
12         * display.texi (Overlay Properties): Clarify how priorities
13         affect use of the properties.
15 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
17         * customize.texi (Type Keywords): Correct the description of
18         `:help-echo' in the case where `motion-doc' is a function.
20 2003-08-14  John Paul Wallington  <jpw@gnu.org>
22         * modes.texi (Emulating Mode Line): Subsection, not section.
24 2003-08-13  Richard M. Stallman  <rms@gnu.org>
26         * elisp.texi (Top): Update subnode lists in menu.
28         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
29         (Kill Functions): kill-region has new arg yank-handler.
30         (Yanking): New node.
31         (Yank Commands): Add yank-undo-function.
32         (Low-Level Kill Ring):
33         kill-new and kill-append have new arg yank-handler.
34         (Changing Properties): Add remove-list-of-text-properties.
35         (Atomic Changes): New node.
37         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
39         * streams.texi (Output Variables): Add eval-expression-print-length
40         and eval-expression-print-level.
42         * os.texi (Time Conversion): For encode-time, explain limits on year.
44         * objects.texi (Character Type): Define anchor "modifier bits".
46         * modes.texi (Emulating Mode Line): New node.
47         (Search-based Fontification): Font Lock uses font-lock-face property.
48         (Other Font Lock Variables): Likewise.
50         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
51         not vectors.
52         (Active Keymaps): Add emulation-mode-map-alists.
53         (Functions for Key Lookup): key-binding has new arg no-remap.
54         (Remapping Commands): New node.
55         (Scanning Keymaps): where-is-internal has new arg no-remap.
56         (Tool Bar): Add tool-bar-local-item-from-menu.
57         Clarify when to use tool-bar-add-item-from-menu.
59         * commands.texi (Interactive Call): commandp has new arg.
60         (Command Loop Info): Add this-original-command.
62 2003-08-06  John Paul Wallington  <jpw@gnu.org>
64         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
66         * display.texi (Warning Basics): Fix typo.
67         (Fringes): Add closing curly bracket and fix typo.
69         * elisp.texi (Top): Fix typo.
71 2003-08-05  Richard M. Stallman  <rms@gnu.org>
73         * elisp.texi: Update lists of subnodes.
75         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
77         * variables.texi (Local Variables): Use lc for example variable names.
79         * tips.texi (Library Headers): Explain where to put -*-.
81         * strings.texi (Creating Strings): Fix xref for vconcat.
83         * sequences.texi (Vector Functions):
84         vconcat no longer allows integer args.
86         * minibuf.texi (Reading File Names): read-file-name has new
87         arg PREDICATE.  New function read-directory-name.
89         * macros.texi (Defining Macros): Give definition of `declare'
90         (Indenting Macros): New node.
92         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
93         (Window Frame Parameters): Make separate table of parameters
94         that are coupled with specific face attributes.
95         (Deleting Frames): delete-frame-hooks renamed to
96         delete-frame-functions.
98         * files.texi (Magic File Names): Add file-remote-p.
99         Clarify file-local-copy.
101         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
102         here; instead xref Defining Macros.
104         * display.texi (Warnings): New node, and subnodes.
105         (Fringes): New node.
107         * debugging.texi (Test Coverage): New node.
109         * compile.texi (Compiler Errors): Explain with-no-warnings
110         and other ways to suppress warnings.
112         * commands.texi (Interactive Call): Minor clarification.
114         * buffers.texi (Buffer File Name): set-visited-file-name
115         renames the buffer too.
117         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
119 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
121         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
123 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
125         * internals.texi (Garbage Collection): Fix previous change.
127 2003-07-22  Richard M. Stallman  <rms@gnu.org>
129         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
131         * display.texi (Width): Use \s syntax in example.
132         (Font Selection): Add face-font-rescale-alist.
134         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
135         Remove spurious indent in example.
137         * lists.texi (Building Lists): Add number-sequence.
139         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
141         * functions.texi (Function Documentation): Explain how to
142         show calling convention explicitly in the doc string.
144         * windows.texi (Selecting Windows): save-selected-window saves
145         selected window of each frame.
146         (Window Configurations): Minor change.
148         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
150         * streams.texi (Output Variables): Add print-continuous-numbering
151         and print-number-table.
153         * processes.texi (Decoding Output): New node.
155         * os.texi (Time Conversion): decode-time arg is optional.
157         * objects.texi (Character Type): Don't use space as example for \.
158         Make list of char names and \-sequences correspond.
159         Explain that \s is not used in strings.  `\ ' needs space after.
161         * nonascii.texi (Converting Representations): Add string-to-multibyte.
162         (Translation of Characters): Add translation-table-for-input.
163         (Default Coding Systems): Add auto-coding-functions.
164         (Explicit Encoding): Add decode-coding-inserted-region.
165         (Locales): Add locale-info.
167         * minibuf.texi (Basic Completion): Describe test-completion.
168         Collections can be lists of strings.
169         Clean up lazy-completion-table.
170         (Programmed Completion): Mention test-completion.
171         Clarify why lambda expressions are not accepted.
172         (Minibuffer Misc): Describe minibufferp.
174 2003-07-14  Richard M. Stallman  <rms@gnu.org>
176         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
178         * windows.texi (Selecting Windows): New arg to select-window.
179         (Selecting Windows): Add with-selected-window.
180         (Size of Window): Add window-inside-edges, etc.
182         * internals.texi (Garbage Collection): Add post-gc-hook.
184         * processes.texi (Subprocess Creation): Add exec-suffixes.
186         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
187         (Scanning Keymaps): Add map-keymaps.
188         (Defining Menus): Add keymap-prompt.
190         * numbers.texi (Integer Basics): Add most-positive-fixnum,
191         most-negative-fixnum.
193         * compile.texi (Byte Compilation): Explain no-byte-compile
194         (Compiler Errors): New node.
196         * os.texi (User Identification): user-uid, user-real-uid
197         can return float.
199         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
200         and about derived modes.
201         (Minor Modes): Add minor-mode-list.
202         (Defining Minor Modes): Keyword args for define-minor-mode.
203         (Search-based Fontification): Explain managing other properties.
204         (Other Font Lock Variables): Add font-lock-extra-managed-props.
205         (Faces for Font Lock): Add font-locl-preprocessor-face.
206         (Hooks): Add run-mode-hooks and delay-mode-hooks.
208         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
209         (Variable Aliases): Clarify defvralias.
211         * loading.texi (Library Search): Add load-suffixes.
213         * minibuf.texi (Basic Completion): Add lazy-completion-table.
214         (Programmed Completion): Add dynamic-completion-table.
216         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
217         (Magic File Names): Specify precedence order of handlers.
219         * commands.texi (Command Overview): Emacs server runs pre-command-hook
220         and post-command-hook.
221         (Waiting): New calling convention for sit-for.
223         * text.texi (Special Properties): local-map and keymap properties
224         apply based on their stickiness.
226 2003-07-07  Richard M. Stallman  <rms@gnu.org>
228         * modes.texi (Minor Mode Conventions): Specify only some kinds
229         of list values as args to minor modes.
231         * files.texi (File Name Expansion): Warn about iterative use
232         of substitute-in-file-name.
234         * advice.texi (Activation of Advice): Clean up previous change.
236 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
238         * advice.texi (Activation of Advice): Note that ad-start-advice is
239         turned on by default.
241 2003-06-30  Richard M. Stallman  <rms@gnu.org>
243         * text.texi (Buffer Contents): Document current-word.
244         (Change Hooks): Not called for *Messages*.
246         * functions.texi (Defining Functions): Explain about redefining
247         primitives.
248         (Function Safety): Renamed.  Minor changes.
249         Comment out the detailed criteria for what is safe.
251 2003-06-22  Andreas Schwab  <schwab@suse.de>
253         * objects.texi (Symbol Type): Fix description of examples.
255 2003-06-16  Andreas Schwab  <schwab@suse.de>
257         * hash.texi (Creating Hash): Fix description of :weakness.
259 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
261         * files.texi (Changing Files): copy-file copies file modes, too.
263 2003-05-28  Richard M. Stallman  <rms@gnu.org>
265         * strings.texi (Creating Strings): Clarify split-string.
267 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
269         * strings.texi (Creating Strings): Update split-string specification
270         and examples.
272 2003-05-19  Richard M. Stallman  <rms@gnu.org>
274         * elisp.texi: Correct invariant section names.
276 2003-04-20  Richard M. Stallman  <rms@gnu.org>
278         * os.texi (Timers): Explain about timers and quitting.
280 2003-04-19  Richard M. Stallman  <rms@gnu.org>
282         * internals.texi (Writing Emacs Primitives): Strings are
283         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
284         Explain GCPRO convention for varargs function args.
286 2003-04-16  Richard M. Stallman  <rms@gnu.org>
288         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
290 2003-04-08  Richard M. Stallman  <rms@gnu.org>
292         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
294 2003-02-13  Kim F. Storm  <storm@cua.dk>
296         * objects.texi (Character Type): New \s escape for space.
298 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
300         * os.texi (System Environment): Added cygwin system-type.
302 2003-01-25  Richard M. Stallman  <rms@gnu.org>
304         * keymaps.texi: Document that a symbol can act as a keymap.
306 2003-01-13  Richard M. Stallman  <rms@gnu.org>
308         * text.texi (Changing Properties): Say string indices are origin-0.
310         * positions.texi (Screen Lines) <compute-motion>:
311         Correct order of elts in return value.
313         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
314         how to define a default binding.
316 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
318         * loading.texi (Unloading): Fix recent change for load-history.
320         * customize.texi (Simple Types): Clarify description of custom
321         type 'number. Describe new custom type 'float.
323 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
325         * variables.texi (File Local Variables): Fix typo.
327 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
329         From Michael Albinus <Michael.Albinus@alcatel.de>.
331         * README: Target for Info file is `make info'.
333         * files.texi (File Name Components): Fixed typos in
334         `file-name-sans-extension'.
335         (Magic File Names): Complete list of operations for magic file
336         name handlers.
338 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
340         * variables.texi (File Local Variables): New function
341         risky-local-variable-p.
343 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
345         * functions.texi (Function safety): New node about unsafep.
347 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
349         * customize.texi (Splicing into Lists): Fixed example.
350         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
352 2002-06-17  Juanma Barranquero  <lektu@terra.es>
354         * frames.texi (Display Feature Testing): Fix typo.
356 2002-06-12  Andreas Schwab  <schwab@suse.de>
358         * frames.texi (Initial Parameters, Resources): Fix references to
359         the Emacs manual.
361 2002-05-13  Kim F. Storm  <storm@cua.dk>
363         * variables.texi (Intro to Buffer-Local): Updated warning and
364         example relating to changing buffer inside let.
366 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
368         * os.texi (Session Management): New node about X Session management.
370 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
372         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
373         to which the manual corresponds, and the copyright years.
375         * Makefile.in (VERSION): Set to 2.9.
377 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
379         * elisp.texi: Change the category in @dircategory to "Emacs", to
380         make it consistent with info/dir.
382 2001-11-25  Miles Bader  <miles@gnu.org>
384         * text.texi (Fields): Describe new `limit' arg in
385         field-beginning/field-end.
387 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
389         * permute-index: Don't depend on csh-specific features.  Replace
390         the interpreter name with /bin/sh.
392         * two-volume-cross-refs.txt: New file.
393         * two.el: New file.
394         * spellfile: New file.
396 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
398         * permute-index: New file.
400         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
401         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
402         8+3 restricted namespace.
404         * Makefile.in (infodir): Define relative to $(srcdir).
405         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
406         include directories list via -I switch to makeinfo.
407         (index.texi): Use cp if both hard and symbolic links fail.
409 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
411         * Makefile.in (distclean): Add.
413         The following changes make ELisp manual part of the Emacs
414         distribution:
416         * Makefile.in: Add Copyright notice.
417         (prefix): Remove.
418         (infodir): Change value to "../info".
419         (VPATH): New variable.
420         (MAKE): Don't define.
421         (texmacrodir): Don't define.
422         (texinputdir): Append the existing value of TEXINPUTS.
423         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
424         command to be compatible with man/Makefile.in, and to put the
425         output into ../info.
426         (info): Add target.
427         (installall): Target removed.
429 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
431         * tips.texi (Coding Conventions): Fix typo.
433 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
435         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
437 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
439         * files.texi (File Name Components): Update the description of
440         file-name-sans-extension and file-name-extension, as they now
441         ignore leading dots.
443 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
445         * (Version 21.1 released.)
447 2001-10-19  Miles Bader  <miles@gnu.org>
449         * positions.texi (Text Lines): Describe behavior of
450         `beginning-of-line'/`end-of-line' in the presence of field properties.
452 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
454         * Makefile.in (VERSION): Set to 2.8.
455         (manual): Use `manual-21'.
457         * elisp.texi (VERSION): Add and use it where the version
458         number was used.  Set it to 2.8.
460         * intro.texi: Likewise.
462 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
464         * files.texi (File Name Completion): Document the significance of
465         a trailing slash in elements of completion-ignored-extensions.
467 2001-10-06  Miles Bader  <miles@gnu.org>
469         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
471 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
473         * variables.texi (Variable Aliases): New node.
475 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
477         * Branch for 21.1.
479 2001-10-02  Miles Bader  <miles@gnu.org>
481         * minibuf.texi (Minibuffer Misc): Add entries for
482         `minibuffer-contents', `minibuffer-contents-no-properties', and
483         `delete-minibuffer-contents'.
484         Correct description for `minibuffer-prompt-end'.
486         * text.texi (Property Search): Correct descriptions of
487         `next-char-property-change' and `previous-char-property-change'.
488         Add entries for `next-single-char-property-change' and
489         `previous-single-char-property-change'.
490         Make operand names a bit more consistent.
492 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
494         * frames.texi (Finding All Frames): Document that next-frame and
495         previous-frame are local to current terminal.
497 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
499         * keymaps.texi (Creating Keymaps): Fix the description of the
500         result of make-keymap.
502 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
504         * display.texi (Font Lookup, Attribute Functions)
505         (Image Descriptors): Add cross-references to the definition of
506         selected frame.
508         * buffers.texi (The Buffer List): Add cross-references to the
509         definition of selected frame.
511         * frames.texi (Input Focus): Clarify which frame is _the_ selected
512         frame at any given time.
513         (Multiple Displays, Size and Position): Add a cross-reference to
514         the definition of the selected frame.
516 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
518         * strings.texi (String Conversion) <string-to-number>: Document
519         that a float is returned for integers that are too large.
521         * frames.texi (Mouse Position): Document mouse-position-function.
522         (Display Feature Testing): Document display-images-p.
523         (Window Frame Parameters): Document the cursor-type variable.
525         * numbers.texi (Integer Basics): Document CL style read syntax for
526         integers in bases other than 10.
528         * positions.texi (List Motion): Document
529         open-paren-in-column-0-is-defun-start.
531         * lists.texi (Sets And Lists): Document member-ignore-case.
533         * internals.texi (Garbage Collection): Document the used and free
534         strings report.
535         (Memory Usage): Document strings-consed.
537         * os.texi (Time of Day): Document float-time.
538         (Recording Input): Document that clear-this-command-keys clears
539         the vector to be returned by recent-keys.
541         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
542         argument keymap can be a list.
544         * nonascii.texi (User-Chosen Coding Systems)
545         <select-safe-coding-system>: Document the new argument
546         accept-default-p and the variable
547         select-safe-coding-system-accept-default-p.  Tell what happens if
548         buffer-file-coding-system is undecided.
549         (Default Coding Systems): Document auto-coding-regexp-alist.
551         * display.texi (The Echo Area) <message>: Document
552         message-truncate-lines.
553         (Glyphs): Document that the glyph table is unused on windowed
554         displays.
556         * help.texi (Describing Characters) <single-key-description>:
557         Document the new argument no-angles.
558         (Accessing Documentation) <documentation-property>: Document that
559         a non-string property is evaluated.
560         <documentation>: Document that the function-documentation property
561         is looked for.
563         * windows.texi (Selecting Windows): Document some-window.
565         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
567         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
568         apropos-mode-hook.
570         * commands.texi (Using Interactive): Document interactive-form.
571         (Keyboard Macros): Document kbd-macro-termination-hook.
572         (Command Loop Info): Document that clear-this-command-keys clears
573         the vector to be returned by recent-keys.
575 2001-09-04  Werner LEMBERG  <wl@gnu.org>
577         * Makefile.in (srcdir, texinputdir): New variables.
578         (srcs, index.texi, install): Use $(srcdir).
579         (.PHONY): Remove elisp.dvi.
580         (elisp): Use -I switch for makeinfo.
581         (elisp.dvi): Use $(srcdir) and $(texinputdir).
582         (installall, dist): Use $(srcdir).
583         Fix path to texinfo.tex.
584         (maintainer-clean): Add elisp.dvi and elisp.oaux.
586 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
588         * display.texi (Conditional Display): Adjust to API change.
590         * configure: New file.
592 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
594         * commands.texi (Repeat Events): Add description of
595         double-click-fuzz.
597 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
599         * syntax.texi (Syntax Class Table): Add the missing designator for
600         comment and string fences.
601         (Syntax Properties): Add a xref to syntax table internals.
602         (Syntax Table Internals): Document string-to-syntax.
604 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
606         * Makefile.in (install): Use install-info command line options
607         like in Emacs' Makefile.in.
609 2000-12-09  Miles Bader  <miles@gnu.org>
611         * windows.texi (Window Start): Update documentation for
612         `pos-visible-in-window-p'.
614 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
616         * lists.texi (Building Lists): Add footnote to explain how to add
617         to the end of a list.
619 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
621         * files.texi (Visiting Functions): Typos.
623 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
625         * files.texi (Visiting Functions): Return value of
626         find-file-noselect may be a list of buffers if wildcards are used.
628 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
630         * display.texi (Defining Faces): Document `graphic' display type
631         in face specs.
633 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
635         * hooks.texi (Standard Hooks): Replace obsolete
636         `after-make-frame-hook' with `after-make-frame-functions'.
638         * frames.texi (Creating Frames): Ditto.
640         * variables.texi (Future Local Variables): Ditto.
642 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
644         * display.texi (Other Image Types): Add description of :foreground
645         and :background properties of mono PBM images.
647 2000-08-17  Werner LEMBERG  <wl@gnu.org>
649         * .cvsignore: New file.
651 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
653         * tindex.pl: New script.
655 1999-12-03  Dave Love  <fx@gnu.org>
657         * Makefile.in (MAKEINFO): New parameter.
659 1999-09-17  Richard Stallman  <rms@gnu.org>
661         * Makefile.in (srcs): Add hash.texi.
662         (VERSION): Update to 20.6.
664 1999-09-13  Richard Stallman  <rms@gnu.org>
666         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
668 1998-08-29  Karl Heuer  <kwzh@gnu.org>
670         * configure.in: New file.
671         * Makefile.in: Renamed from Makefile.
672         (prefix, infodir): Use value obtained from configure.
673         (emacslibdir): Obsolete variable deleted.
674         (dist): Distribute configure.in, configure, Makefile.in.
676 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
678         * Makefile (INSTALL_INFO): New variable.
679         (install): Run install-info.
681 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
683         * Makefile (elisp.dvi): Add missing backslash.
685 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
687         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
688         Run texindex without `./'.  Always run texindex on elisp.tp.
689         (elisp.tps): Target deleted.
691 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
693         * Makefile (srcs): Add nonascii.texi and customize.texi.
694         (dist): Start by deleting `temp'.
696 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
698         * Makefile (makeinfo, texindex): Targets deleted.
699         (makeinfo.o, texindex.o): Targets deleted.
700         (clean, dist): Don't do anything with them or with getopt*.
702 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
704         * Makefile (SHELL): Defined.
706 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
708         * Makefile (elisp.tps): New target.
709         (elisp.dvi): Depend on elisp.tps.
711 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
713         * README: Update phone number.
715         * Makefile (elisp): Make this be the default target.
716         Depend on makeinfo.c instead of makeinfo.
717         (install): Don't depend on elisp.dvi, since we don't install that.
718         Use mkinstalldirs.
719         (dist): Add mkinstalldirs.
721 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
723         * Makefile (VERSION): Update version number.
724         (maintainer-clean): Renamed from realclean.
726 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
728         * Makefile (realclean): New target.
729         (elisp): Remove any old elisp-* files first.
731 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
733         * Makefile (VERSION): New variable.
734         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
735         Compressed file suffix should be `.gz', not `.z'.
737 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
739         * Makefile (elisp): Depend on makeinfo.
741 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
743         * Makefile (srcs): Add anti.texi.
745 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
747         * Makefile (infodir, prefix): New vars.
748         (install): Use infodir.
749         (emacsinfodir): Deleted.
751 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
753         * Makefile (srcs): Add calendar.texi.
755         * Makefile (dist): Copy texindex.c and makeinfo.c.
756         Limit elisp-* files to those with one or two digits.
758 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
760         * Makefile (dist): Changed to use Gzip instead of compress.
762 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
764         * loading.texi (Unloading): define-function changed back to
765         defalias.  It may not stay this way, but at least it's
766         consistent with the known-good version of the code patch.
768 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
770         * modes.texi (Hooks): Document new optional arg of add-hook.
772 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
774         * variables.texi: Document nil initial value of buffer-local variables.
776         * tips.texi: Add new section on standard library headers.
778 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
780         * Makefile (srcs): Add frame.texi to the list of sources.
782 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
784         * Makefile (dist): Don't bother excluding autosave files; they'll
785         never make it into the temp directory anyway, and the hash marks
786         in the name are problematic for make and the Bourne shell.
787         (srcs):
789 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
791         * Makefile (dist): Don't include backup files or autosave files in
792         the distribution tar file.
794 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
796         * Makefile (srcs): Added index.perm.
797         (elisp.dvi): Remove erroneous shell comment.
798         Expect output of permute-index in permuted.fns.
799         Save old elisp.aux in elisp.oaux.
800         (clean): Added index.texi to be deleted.
802 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
804         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
806 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
808         * files.texi:  Noted that completion-ignored-extensions is ignored
809         when making *Completions*.
811 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
813         * Makefile  make dist now depends on elisp.dvi, since it tries
814         to include it in the dist file.
816 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
818         * functions.texinfo (Mapping Functions): Add missing quote
820 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
822         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
823         (defunargs): Turn off \hyphenchar of \sl font temporarily.
825 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
827         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
828         and @error{} are the terms now being used.  The files in the
829         directory have been changed to reflect this.
831         * All instances of @indentedresultt{} have been changed to
832         `     @result{}', using 5 spaces at the begining of the line.
834 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
836         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
837         experimental @indentedresult{}, @indentedexpandsto{} are part of
838         the texinfo.tex in this directory.  These TeX macros are not
839         stable yet.
841 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
843         * texinfo.tex:  temporarily added
844                 \let\result=\dblarrow
845                 \def\error{{\it ERROR} \longdblarrow}
846         We need to do this better soon.
848 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
850         * Applied Karl Berry's patches to *.texinfo files, but not to
851         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
852         new title page format is also not applied, since it requires
853         texinfo.tex changes.)
855         * Cleaned up `Makefile' and defined the `emacslibdir' directory
856         for the Project GNU development environment.
858 ;; Local Variables:
859 ;; coding: iso-2022-7bit
860 ;; End:
862     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
863   Copying and distribution of this file, with or without modification,
864   are permitted provided the copyright notice and this notice are preserved.
866 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda