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