Regenerated.
[emacs.git] / lispref / ChangeLog
blob41a575819e75dcad4073bd148fc8c91aeb5e7bac
1 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
3         * internals.texi (Garbage Collection): Fix previous change.
5 2003-07-22  Richard M. Stallman  <rms@gnu.org>
7         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9         * display.texi (Width): Use \s syntax in example.
10         (Font Selection): Add face-font-rescale-alist.
12         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
13         Remove spurious indent in example.
15         * lists.texi (Building Lists): Add number-sequence.
17         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
19         * functions.texi (Function Documentation): Explain how to
20         show calling convention explicitly in the doc string.
22         * windows.texi (Selecting Windows): save-selected-window saves
23         selected window of each frame.
24         (Window Configurations): Minor change.
26         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
28         * streams.texi (Output Variables): Add print-continuous-numbering
29         and print-number-table.
31         * processes.texi (Decoding Output): New node.
33         * os.texi (Time Conversion): decode-time arg is optional.
35         * objects.texi (Character Type): Don't use space as example for \.
36         Make list of char names and \-sequences correspond.
37         Explain that \s is not used in strings.  `\ ' needs space after.
39         * nonascii.texi (Converting Representations): Add string-to-multibyte.
40         (Translation of Characters): Add translation-table-for-input.
41         (Default Coding Systems): Add auto-coding-functions.
42         (Explicit Encoding): Add decode-coding-inserted-region.
43         (Locales): Add locale-info.
45         * minibuf.texi (Basic Completion): Describe test-completion.
46         Collections can be lists of strings.
47         Clean up lazy-completion-table.
48         (Programmed Completion): Mention test-completion.
49         Clarify why lambda expressions are not accepted.
50         (Minibuffer Misc): Describe minibufferp.
52 2003-07-14  Richard M. Stallman  <rms@gnu.org>
54         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
56         * windows.texi (Selecting Windows): New arg to select-window.
57         (Selecting Windows): Add with-selected-window.
58         (Size of Window): Add window-inside-edges, etc.
60         * internals.texi (Garbage Collection): Add post-gc-hook.
62         * processes.texi (Subprocess Creation): Add exec-suffixes.
64         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
65         (Scanning Keymaps): Add map-keymaps.
66         (Defining Menus): Add keymap-prompt.
68         * numbers.texi (Integer Basics): Add most-positive-fixnum,
69         most-negative-fixnum.
71         * compile.texi (Byte Compilation): Explain no-byte-compile
72         (Compiler Errors): New node.
74         * os.texi (User Identification): user-uid, user-real-uid
75         can return float.
77         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
78         and about derived modes.
79         (Minor Modes): Add minor-mode-list.
80         (Defining Minor Modes): Keyword args for define-minor-mode.
81         (Search-based Fontification): Explain managing other properties.
82         (Other Font Lock Variables): Add font-lock-extra-managed-props.
83         (Faces for Font Lock): Add font-locl-preprocessor-face.
84         (Hooks): Add run-mode-hooks and delay-mode-hooks.
86         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
87         (Variable Aliases): Clarify defvralias.
89         * loading.texi (Library Search): Add load-suffixes.
91         * minibuf.texi (Basic Completion): Add lazy-completion-table.
92         (Programmed Completion): Add dynamic-completion-table.
94         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
95         (Magic File Names): Specify precedence order of handlers.
97         * commands.texi (Command Overview): Emacs server runs pre-command-hook
98         and post-command-hook.
99         (Waiting): New calling convention for sit-for.
101         * text.texi (Special Properties): local-map and keymap properties
102         apply based on their stickiness.
104 2003-07-07  Richard M. Stallman  <rms@gnu.org>
106         * modes.texi (Minor Mode Conventions): Specify only some kinds
107         of list values as args to minor modes.
109         * files.texi (File Name Expansion): Warn about iterative use
110         of substitute-in-file-name.
112         * advice.texi (Activation of Advice): Clean up previous change.
114 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
116         * advice.texi (Activation of Advice): Note that ad-start-advice is
117         turned on by default.
119 2003-06-30  Richard M. Stallman  <rms@gnu.org>
121         * text.texi (Buffer Contents): Document current-word.
122         (Change Hooks): Not called for *Messages*.
124         * functions.texi (Defining Functions): Explain about redefining
125         primitives.
126         (Function Safety): Renamed.  Minor changes.
127         Comment out the detailed criteria for what is safe.
129 2003-06-22  Andreas Schwab  <schwab@suse.de>
131         * objects.texi (Symbol Type): Fix description of examples.
133 2003-06-16  Andreas Schwab  <schwab@suse.de>
135         * hash.texi (Creating Hash): Fix description of :weakness.
137 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
139         * files.texi (Changing Files): copy-file copies file modes, too.
141 2003-05-28  Richard M. Stallman  <rms@gnu.org>
143         * strings.texi (Creating Strings): Clarify split-string.
145 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
147         * strings.texi (Creating Strings): Update split-string specification
148         and examples.
150 2003-05-19  Richard M. Stallman  <rms@gnu.org>
152         * elisp.texi: Correct invariant section names.
154 2003-04-20  Richard M. Stallman  <rms@gnu.org>
156         * os.texi (Timers): Explain about timers and quitting.
158 2003-04-19  Richard M. Stallman  <rms@gnu.org>
160         * internals.texi (Writing Emacs Primitives): Strings are
161         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
162         Explain GCPRO convention for varargs function args.
164 2003-04-16  Richard M. Stallman  <rms@gnu.org>
166         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
168 2003-04-08  Richard M. Stallman  <rms@gnu.org>
170         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
172 2003-02-13  Kim F. Storm  <storm@cua.dk>
174         * objects.texi (Character Type): New \s escape for space.
176 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
178         * os.texi (System Environment): Added cygwin system-type.
180 2003-01-25  Richard M. Stallman  <rms@gnu.org>
182         * keymaps.texi: Document that a symbol can act as a keymap.
184 2003-01-13  Richard M. Stallman  <rms@gnu.org>
186         * text.texi (Changing Properties): Say string indices are origin-0.
188         * positions.texi (Screen Lines) <compute-motion>:
189         Correct order of elts in return value.
191         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
192         how to define a default binding.
194 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
196         * loading.texi (Unloading): Fix recent change for load-history.
198         * customize.texi (Simple Types): Clarify description of custom
199         type 'number. Describe new custom type 'float.
201 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
203         * variables.texi (File Local Variables): Fix typo.
205 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
207         From Michael Albinus <Michael.Albinus@alcatel.de>.
209         * README: Target for Info file is `make info'.
211         * files.texi (File Name Components): Fixed typos in
212         `file-name-sans-extension'.
213         (Magic File Names): Complete list of operations for magic file
214         name handlers.
216 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
218         * variables.texi (File Local Variables): New function
219         risky-local-variable-p.
221 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
223         * functions.texi (Function safety): New node about unsafep.
225 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
227         * customize.texi (Splicing into Lists): Fixed example.
228         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
230 2002-06-17  Juanma Barranquero  <lektu@terra.es>
232         * frames.texi (Display Feature Testing): Fix typo.
234 2002-06-12  Andreas Schwab  <schwab@suse.de>
236         * frames.texi (Initial Parameters, Resources): Fix references to
237         the Emacs manual.
239 2002-05-13  Kim F. Storm  <storm@cua.dk>
241         * variables.texi (Intro to Buffer-Local): Updated warning and
242         example relating to changing buffer inside let.
244 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
246         * os.texi (Session Management): New node about X Session management.
248 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
250         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
251         to which the manual corresponds, and the copyright years.
253         * Makefile.in (VERSION): Set to 2.9.
255 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
257         * elisp.texi: Change the category in @dircategory to "Emacs", to
258         make it consistent with info/dir.
260 2001-11-25  Miles Bader  <miles@gnu.org>
262         * text.texi (Fields): Describe new `limit' arg in
263         field-beginning/field-end.
265 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
267         * permute-index: Don't depend on csh-specific features.  Replace
268         the interpreter name with /bin/sh.
270         * two-volume-cross-refs.txt: New file.
271         * two.el: New file.
272         * spellfile: New file.
274 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
276         * permute-index: New file.
278         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
279         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
280         8+3 restricted namespace.
282         * Makefile.in (infodir): Define relative to $(srcdir).
283         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
284         include directories list via -I switch to makeinfo.
285         (index.texi): Use cp if both hard and symbolic links fail.
287 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
289         * Makefile.in (distclean): Add.
291         The following changes make ELisp manual part of the Emacs
292         distribution:
294         * Makefile.in: Add Copyright notice.
295         (prefix): Remove.
296         (infodir): Change value to "../info".
297         (VPATH): New variable.
298         (MAKE): Don't define.
299         (texmacrodir): Don't define.
300         (texinputdir): Append the existing value of TEXINPUTS.
301         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
302         command to be compatible with man/Makefile.in, and to put the
303         output into ../info.
304         (info): Add target.
305         (installall): Target removed.
307 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
309         * tips.texi (Coding Conventions): Fix typo.
311 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
313         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
315 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
317         * files.texi (File Name Components): Update the description of
318         file-name-sans-extension and file-name-extension, as they now
319         ignore leading dots.
321 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
323         * (Version 21.1 released.)
325 2001-10-19  Miles Bader  <miles@gnu.org>
327         * positions.texi (Text Lines): Describe behavior of
328         `beginning-of-line'/`end-of-line' in the presence of field properties.
330 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
332         * Makefile.in (VERSION): Set to 2.8.
333         (manual): Use `manual-21'.
335         * elisp.texi (VERSION): Add and use it where the version
336         number was used.  Set it to 2.8.
338         * intro.texi: Likewise.
340 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
342         * files.texi (File Name Completion): Document the significance of
343         a trailing slash in elements of completion-ignored-extensions.
345 2001-10-06  Miles Bader  <miles@gnu.org>
347         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
349 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
351         * variables.texi (Variable Aliases): New node.
353 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
355         * Branch for 21.1.
357 2001-10-02  Miles Bader  <miles@gnu.org>
359         * minibuf.texi (Minibuffer Misc): Add entries for
360         `minibuffer-contents', `minibuffer-contents-no-properties', and
361         `delete-minibuffer-contents'.
362         Correct description for `minibuffer-prompt-end'.
364         * text.texi (Property Search): Correct descriptions of
365         `next-char-property-change' and `previous-char-property-change'.
366         Add entries for `next-single-char-property-change' and
367         `previous-single-char-property-change'.
368         Make operand names a bit more consistent.
370 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
372         * frames.texi (Finding All Frames): Document that next-frame and
373         previous-frame are local to current terminal.
375 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
377         * keymaps.texi (Creating Keymaps): Fix the description of the
378         result of make-keymap.
380 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
382         * display.texi (Font Lookup, Attribute Functions)
383         (Image Descriptors): Add cross-references to the definition of
384         selected frame.
386         * buffers.texi (The Buffer List): Add cross-references to the
387         definition of selected frame.
389         * frames.texi (Input Focus): Clarify which frame is _the_ selected
390         frame at any given time.
391         (Multiple Displays, Size and Position): Add a cross-reference to
392         the definition of the selected frame.
394 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
396         * strings.texi (String Conversion) <string-to-number>: Document
397         that a float is returned for integers that are too large.
399         * frames.texi (Mouse Position): Document mouse-position-function.
400         (Display Feature Testing): Document display-images-p.
401         (Window Frame Parameters): Document the cursor-type variable.
403         * numbers.texi (Integer Basics): Document CL style read syntax for
404         integers in bases other than 10.
406         * positions.texi (List Motion): Document
407         open-paren-in-column-0-is-defun-start.
409         * lists.texi (Sets And Lists): Document member-ignore-case.
411         * internals.texi (Garbage Collection): Document the used and free
412         strings report.
413         (Memory Usage): Document strings-consed.
415         * os.texi (Time of Day): Document float-time.
416         (Recording Input): Document that clear-this-command-keys clears
417         the vector to be returned by recent-keys.
419         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
420         argument keymap can be a list.
422         * nonascii.texi (User-Chosen Coding Systems)
423         <select-safe-coding-system>: Document the new argument
424         accept-default-p and the variable
425         select-safe-coding-system-accept-default-p.  Tell what happens if
426         buffer-file-coding-system is undecided.
427         (Default Coding Systems): Document auto-coding-regexp-alist.
429         * display.texi (The Echo Area) <message>: Document
430         message-truncate-lines.
431         (Glyphs): Document that the glyph table is unused on windowed
432         displays.
434         * help.texi (Describing Characters) <single-key-description>:
435         Document the new argument no-angles.
436         (Accessing Documentation) <documentation-property>: Document that
437         a non-string property is evaluated.
438         <documentation>: Document that the function-documentation property
439         is looked for.
441         * windows.texi (Selecting Windows): Document some-window.
443         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
445         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
446         apropos-mode-hook.
448         * commands.texi (Using Interactive): Document interactive-form.
449         (Keyboard Macros): Document kbd-macro-termination-hook.
450         (Command Loop Info): Document that clear-this-command-keys clears
451         the vector to be returned by recent-keys.
453 2001-09-04  Werner LEMBERG  <wl@gnu.org>
455         * Makefile.in (srcdir, texinputdir): New variables.
456         (srcs, index.texi, install): Use $(srcdir).
457         (.PHONY): Remove elisp.dvi.
458         (elisp): Use -I switch for makeinfo.
459         (elisp.dvi): Use $(srcdir) and $(texinputdir).
460         (installall, dist): Use $(srcdir).
461         Fix path to texinfo.tex.
462         (maintainer-clean): Add elisp.dvi and elisp.oaux.
464 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
466         * display.texi (Conditional Display): Adjust to API change.
468         * configure: New file.
470 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
472         * commands.texi (Repeat Events): Add description of
473         double-click-fuzz.
475 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
477         * syntax.texi (Syntax Class Table): Add the missing designator for
478         comment and string fences.
479         (Syntax Properties): Add a xref to syntax table internals.
480         (Syntax Table Internals): Document string-to-syntax.
482 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
484         * Makefile.in (install): Use install-info command line options
485         like in Emacs' Makefile.in.
487 2000-12-09  Miles Bader  <miles@gnu.org>
489         * windows.texi (Window Start): Update documentation for
490         `pos-visible-in-window-p'.
492 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
494         * lists.texi (Building Lists): Add footnote to explain how to add
495         to the end of a list.
497 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
499         * files.texi (Visiting Functions): Typos.
501 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
503         * files.texi (Visiting Functions): Return value of
504         find-file-noselect may be a list of buffers if wildcards are used.
506 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
508         * display.texi (Defining Faces): Document `graphic' display type
509         in face specs.
511 2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
513         * hooks.texi (Standard Hooks): Replace obsolete
514         `after-make-frame-hook' with `after-make-frame-functions'.
516         * frames.texi (Creating Frames): Ditto.
518         * variables.texi (Future Local Variables): Ditto.
520 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
522         * display.texi (Other Image Types): Add description of :foreground
523         and :background properties of mono PBM images.
525 2000-08-17  Werner LEMBERG  <wl@gnu.org>
527         * .cvsignore: New file.
529 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
531         * tindex.pl: New script.
533 1999-12-03  Dave Love  <fx@gnu.org>
535         * Makefile.in (MAKEINFO): New parameter.
537 1999-09-17  Richard Stallman  <rms@gnu.org>
539         * Makefile.in (srcs): Add hash.texi.
540         (VERSION): Update to 20.6.
542 1999-09-13  Richard Stallman  <rms@gnu.org>
544         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
546 1998-08-29  Karl Heuer  <kwzh@gnu.org>
548         * configure.in: New file.
549         * Makefile.in: Renamed from Makefile.
550         (prefix, infodir): Use value obtained from configure.
551         (emacslibdir): Obsolete variable deleted.
552         (dist): Distribute configure.in, configure, Makefile.in.
554 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
556         * Makefile (INSTALL_INFO): New variable.
557         (install): Run install-info.
559 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
561         * Makefile (elisp.dvi): Add missing backslash.
563 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
565         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
566         Run texindex without `./'.  Always run texindex on elisp.tp.
567         (elisp.tps): Target deleted.
569 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
571         * Makefile (srcs): Add nonascii.texi and customize.texi.
572         (dist): Start by deleting `temp'.
574 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
576         * Makefile (makeinfo, texindex): Targets deleted.
577         (makeinfo.o, texindex.o): Targets deleted.
578         (clean, dist): Don't do anything with them or with getopt*.
580 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
582         * Makefile (SHELL): Defined.
584 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
586         * Makefile (elisp.tps): New target.
587         (elisp.dvi): Depend on elisp.tps.
589 Wed Apr  3 15:24:25 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
591         * README: Update phone number.
593         * Makefile (elisp): Make this be the default target.
594         Depend on makeinfo.c instead of makeinfo.
595         (install): Don't depend on elisp.dvi, since we don't install that.
596         Use mkinstalldirs.
597         (dist): Add mkinstalldirs.
599 Mon Jun 19 14:35:26 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
601         * Makefile (VERSION): Update version number.
602         (maintainer-clean): Renamed from realclean.
604 Wed Jun  7 17:04:59 1995  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
606         * Makefile (realclean): New target.
607         (elisp): Remove any old elisp-* files first.
609 Tue Nov 23 19:59:40 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
611         * Makefile (VERSION): New variable.
612         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
613         Compressed file suffix should be `.gz', not `.z'.
615 Mon Nov 22 15:06:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
617         * Makefile (elisp): Depend on makeinfo.
619 Fri Nov 19 02:29:33 1993  Noah Friedman  (friedman@gnu.ai.mit.edu)
621         * Makefile (srcs): Add anti.texi.
623 Fri May 28 18:04:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
625         * Makefile (infodir, prefix): New vars.
626         (install): Use infodir.
627         (emacsinfodir): Deleted.
629 Thu May 27 02:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
631         * Makefile (srcs): Add calendar.texi.
633         * Makefile (dist): Copy texindex.c and makeinfo.c.
634         Limit elisp-* files to those with one or two digits.
636 Sun May 16 17:58:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
638         * Makefile (dist): Changed to use Gzip instead of compress.
640 Fri Apr 23 01:05:23 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
642         * loading.texi (Unloading): define-function changed back to
643         defalias.  It may not stay this way, but at least it's
644         consistent with the known-good version of the code patch.
646 Fri Mar 26 21:14:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
648         * modes.texi (Hooks): Document new optional arg of add-hook.
650 Wed Mar 17 08:48:24 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
652         * variables.texi: Document nil initial value of buffer-local variables.
654         * tips.texi: Add new section on standard library headers.
656 Sat Feb 27 18:00:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
658         * Makefile (srcs): Add frame.texi to the list of sources.
660 Tue Feb 23 10:50:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
662         * Makefile (dist): Don't bother excluding autosave files; they'll
663         never make it into the temp directory anyway, and the hash marks
664         in the name are problematic for make and the Bourne shell.
665         (srcs):
667 Fri Feb 12 16:54:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
669         * Makefile (dist): Don't include backup files or autosave files in
670         the distribution tar file.
672 Tue Nov 26 21:10:34 1991  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
674         * Makefile (srcs): Added index.perm.
675         (elisp.dvi): Remove erroneous shell comment.
676         Expect output of permute-index in permuted.fns.
677         Save old elisp.aux in elisp.oaux.
678         (clean): Added index.texi to be deleted.
680 Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
682         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
684 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
686         * files.texi:  Noted that completion-ignored-extensions is ignored
687         when making *Completions*.
689 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
691         * Makefile  make dist now depends on elisp.dvi, since it tries
692         to include it in the dist file.
694 Wed Mar 28 22:57:35 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
696         * functions.texinfo (Mapping Functions): Add missing quote
698 Mon Jun 19 18:09:24 1989  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
700         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
701         (defunargs): Turn off \hyphenchar of \sl font temporarily.
703 Wed May 10 18:01:17 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
705         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
706         and @error{} are the terms now being used.  The files in the
707         directory have been changed to reflect this.
709         * All instances of @indentedresultt{} have been changed to
710         `     @result{}', using 5 spaces at the begining of the line.
712 Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
714         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
715         experimental @indentedresult{}, @indentedexpandsto{} are part of
716         the texinfo.tex in this directory.  These TeX macros are not
717         stable yet.
719 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
721         * texinfo.tex:  temporarily added
722                 \let\result=\dblarrow
723                 \def\error{{\it ERROR} \longdblarrow}
724         We need to do this better soon.
726 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
728         * Applied Karl Berry's patches to *.texinfo files, but not to
729         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
730         new title page format is also not applied, since it requires
731         texinfo.tex changes.)
733         * Cleaned up `Makefile' and defined the `emacslibdir' directory
734         for the Project GNU development environment.
736 ;; Local Variables:
737 ;; coding: iso-2022-7bit-unix
738 ;; End:
740     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
741   Copying and distribution of this file, with or without modification,
742   are permitted provided the copyright notice and this notice are preserved.