*** empty log message ***
[bpt/emacs.git] / lispref / ChangeLog
1 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
2
3 * internals.texi (Garbage Collection): Fix previous change.
4
5 2003-07-22 Richard M. Stallman <rms@gnu.org>
6
7 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8
9 * display.texi (Width): Use \s syntax in example.
10 (Font Selection): Add face-font-rescale-alist.
11
12 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
13 Remove spurious indent in example.
14
15 * lists.texi (Building Lists): Add number-sequence.
16
17 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
18
19 * functions.texi (Function Documentation): Explain how to
20 show calling convention explicitly in the doc string.
21
22 * windows.texi (Selecting Windows): save-selected-window saves
23 selected window of each frame.
24 (Window Configurations): Minor change.
25
26 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
27
28 * streams.texi (Output Variables): Add print-continuous-numbering
29 and print-number-table.
30
31 * processes.texi (Decoding Output): New node.
32
33 * os.texi (Time Conversion): decode-time arg is optional.
34
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.
38
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.
44
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.
51
52 2003-07-14 Richard M. Stallman <rms@gnu.org>
53
54 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
55
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.
59
60 * internals.texi (Garbage Collection): Add post-gc-hook.
61
62 * processes.texi (Subprocess Creation): Add exec-suffixes.
63
64 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
65 (Scanning Keymaps): Add map-keymaps.
66 (Defining Menus): Add keymap-prompt.
67
68 * numbers.texi (Integer Basics): Add most-positive-fixnum,
69 most-negative-fixnum.
70
71 * compile.texi (Byte Compilation): Explain no-byte-compile
72 (Compiler Errors): New node.
73
74 * os.texi (User Identification): user-uid, user-real-uid
75 can return float.
76
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.
85
86 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
87 (Variable Aliases): Clarify defvralias.
88
89 * loading.texi (Library Search): Add load-suffixes.
90
91 * minibuf.texi (Basic Completion): Add lazy-completion-table.
92 (Programmed Completion): Add dynamic-completion-table.
93
94 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
95 (Magic File Names): Specify precedence order of handlers.
96 o
97 * commands.texi (Command Overview): Emacs server runs pre-command-hook
98 and post-command-hook.
99 (Waiting): New calling convention for sit-for.
100
101 * text.texi (Special Properties): local-map and keymap properties
102 apply based on their stickiness.
103
104 2003-07-07 Richard M. Stallman <rms@gnu.org>
105
106 * modes.texi (Minor Mode Conventions): Specify only some kinds
107 of list values as args to minor modes.
108
109 * files.texi (File Name Expansion): Warn about iterative use
110 of substitute-in-file-name.
111
112 * advice.texi (Activation of Advice): Clean up previous change.
113
114 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
115
116 * advice.texi (Activation of Advice): Note that ad-start-advice is
117 turned on by default.
118
119 2003-06-30 Richard M. Stallman <rms@gnu.org>
120
121 * text.texi (Buffer Contents): Document current-word.
122 (Change Hooks): Not called for *Messages*.
123
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.
128
129 2003-06-22 Andreas Schwab <schwab@suse.de>
130
131 * objects.texi (Symbol Type): Fix description of examples.
132
133 2003-06-16 Andreas Schwab <schwab@suse.de>
134
135 * hash.texi (Creating Hash): Fix description of :weakness.
136
137 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
138
139 * files.texi (Changing Files): copy-file copies file modes, too.
140
141 2003-05-28 Richard M. Stallman <rms@gnu.org>
142
143 * strings.texi (Creating Strings): Clarify split-string.
144
145 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
146
147 * strings.texi (Creating Strings): Update split-string specification
148 and examples.
149
150 2003-05-19 Richard M. Stallman <rms@gnu.org>
151
152 * elisp.texi: Correct invariant section names.
153
154 2003-04-20 Richard M. Stallman <rms@gnu.org>
155
156 * os.texi (Timers): Explain about timers and quitting.
157
158 2003-04-19 Richard M. Stallman <rms@gnu.org>
159
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.
163
164 2003-04-16 Richard M. Stallman <rms@gnu.org>
165
166 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
167
168 2003-04-08 Richard M. Stallman <rms@gnu.org>
169
170 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
171
172 2003-02-13 Kim F. Storm <storm@cua.dk>
173
174 * objects.texi (Character Type): New \s escape for space.
175
176 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
177
178 * os.texi (System Environment): Added cygwin system-type.
179
180 2003-01-25 Richard M. Stallman <rms@gnu.org>
181
182 * keymaps.texi: Document that a symbol can act as a keymap.
183
184 2003-01-13 Richard M. Stallman <rms@gnu.org>
185
186 * text.texi (Changing Properties): Say string indices are origin-0.
187
188 * positions.texi (Screen Lines) <compute-motion>:
189 Correct order of elts in return value.
190
191 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
192 how to define a default binding.
193
194 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
195
196 * loading.texi (Unloading): Fix recent change for load-history.
197
198 * customize.texi (Simple Types): Clarify description of custom
199 type 'number. Describe new custom type 'float.
200
201 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
202
203 * variables.texi (File Local Variables): Fix typo.
204
205 2002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
206
207 From Michael Albinus <Michael.Albinus@alcatel.de>.
208
209 * README: Target for Info file is `make info'.
210
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.
215
216 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
217
218 * variables.texi (File Local Variables): New function
219 risky-local-variable-p.
220
221 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
222
223 * functions.texi (Function safety): New node about unsafep.
224
225 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
226
227 * customize.texi (Splicing into Lists): Fixed example.
228 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
229
230 2002-06-17 Juanma Barranquero <lektu@terra.es>
231
232 * frames.texi (Display Feature Testing): Fix typo.
233
234 2002-06-12 Andreas Schwab <schwab@suse.de>
235
236 * frames.texi (Initial Parameters, Resources): Fix references to
237 the Emacs manual.
238
239 2002-05-13 Kim F. Storm <storm@cua.dk>
240
241 * variables.texi (Intro to Buffer-Local): Updated warning and
242 example relating to changing buffer inside let.
243
244 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
245
246 * os.texi (Session Management): New node about X Session management.
247
248 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
249
250 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
251 to which the manual corresponds, and the copyright years.
252
253 * Makefile.in (VERSION): Set to 2.9.
254
255 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
256
257 * elisp.texi: Change the category in @dircategory to "Emacs", to
258 make it consistent with info/dir.
259
260 2001-11-25 Miles Bader <miles@gnu.org>
261
262 * text.texi (Fields): Describe new `limit' arg in
263 field-beginning/field-end.
264
265 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
266
267 * permute-index: Don't depend on csh-specific features. Replace
268 the interpreter name with /bin/sh.
269
270 * two-volume-cross-refs.txt: New file.
271 * two.el: New file.
272 * spellfile: New file.
273
274 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
275
276 * permute-index: New file.
277
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.
281
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.
286
287 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
288
289 * Makefile.in (distclean): Add.
290
291 The following changes make ELisp manual part of the Emacs
292 distribution:
293
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.
306
307 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
308
309 * tips.texi (Coding Conventions): Fix typo.
310
311 2001-10-23 Gerd Moellmann <gerd@gnu.org>
312
313 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
314
315 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
316
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.
320
321 2001-10-20 Gerd Moellmann <gerd@gnu.org>
322
323 * (Version 21.1 released.)
324
325 2001-10-19 Miles Bader <miles@gnu.org>
326
327 * positions.texi (Text Lines): Describe behavior of
328 `beginning-of-line'/`end-of-line' in the presence of field properties.
329
330 2001-10-17 Gerd Moellmann <gerd@gnu.org>
331
332 * Makefile.in (VERSION): Set to 2.8.
333 (manual): Use `manual-21'.
334
335 * elisp.texi (VERSION): Add and use it where the version
336 number was used. Set it to 2.8.
337
338 * intro.texi: Likewise.
339
340 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
341
342 * files.texi (File Name Completion): Document the significance of
343 a trailing slash in elements of completion-ignored-extensions.
344
345 2001-10-06 Miles Bader <miles@gnu.org>
346
347 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
348
349 2001-10-04 Gerd Moellmann <gerd@gnu.org>
350
351 * variables.texi (Variable Aliases): New node.
352
353 2001-10-04 Gerd Moellmann <gerd@gnu.org>
354
355 * Branch for 21.1.
356
357 2001-10-02 Miles Bader <miles@gnu.org>
358
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'.
363
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.
369
370 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
371
372 * frames.texi (Finding All Frames): Document that next-frame and
373 previous-frame are local to current terminal.
374
375 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
376
377 * keymaps.texi (Creating Keymaps): Fix the description of the
378 result of make-keymap.
379
380 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
381
382 * display.texi (Font Lookup, Attribute Functions)
383 (Image Descriptors): Add cross-references to the definition of
384 selected frame.
385
386 * buffers.texi (The Buffer List): Add cross-references to the
387 definition of selected frame.
388
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.
393
394 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
395
396 * strings.texi (String Conversion) <string-to-number>: Document
397 that a float is returned for integers that are too large.
398
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.
402
403 * numbers.texi (Integer Basics): Document CL style read syntax for
404 integers in bases other than 10.
405
406 * positions.texi (List Motion): Document
407 open-paren-in-column-0-is-defun-start.
408
409 * lists.texi (Sets And Lists): Document member-ignore-case.
410
411 * internals.texi (Garbage Collection): Document the used and free
412 strings report.
413 (Memory Usage): Document strings-consed.
414
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.
418
419 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
420 argument keymap can be a list.
421
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.
428
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.
433
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.
440
441 * windows.texi (Selecting Windows): Document some-window.
442
443 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
444
445 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
446 apropos-mode-hook.
447
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.
452
453 2001-09-04 Werner LEMBERG <wl@gnu.org>
454
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.
463
464 2001-08-30 Gerd Moellmann <gerd@gnu.org>
465
466 * display.texi (Conditional Display): Adjust to API change.
467
468 * configure: New file.
469
470 2001-07-30 Gerd Moellmann <gerd@gnu.org>
471
472 * commands.texi (Repeat Events): Add description of
473 double-click-fuzz.
474
475 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
476
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.
481
482 2001-05-07 Gerd Moellmann <gerd@gnu.org>
483
484 * Makefile.in (install): Use install-info command line options
485 like in Emacs' Makefile.in.
486
487 2000-12-09 Miles Bader <miles@gnu.org>
488
489 * windows.texi (Window Start): Update documentation for
490 `pos-visible-in-window-p'.
491
492 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
493
494 * lists.texi (Building Lists): Add footnote to explain how to add
495 to the end of a list.
496
497 2000-10-25 Gerd Moellmann <gerd@gnu.org>
498
499 * files.texi (Visiting Functions): Typos.
500
501 2000-10-25 Kenichi Handa <handa@etl.go.jp>
502
503 * files.texi (Visiting Functions): Return value of
504 find-file-noselect may be a list of buffers if wildcards are used.
505
506 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
507
508 * display.texi (Defining Faces): Document `graphic' display type
509 in face specs.
510
511 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
512
513 * hooks.texi (Standard Hooks): Replace obsolete
514 `after-make-frame-hook' with `after-make-frame-functions'.
515
516 * frames.texi (Creating Frames): Ditto.
517
518 * variables.texi (Future Local Variables): Ditto.
519
520 2000-10-16 Gerd Moellmann <gerd@gnu.org>
521
522 * display.texi (Other Image Types): Add description of :foreground
523 and :background properties of mono PBM images.
524
525 2000-08-17 Werner LEMBERG <wl@gnu.org>
526
527 * .cvsignore: New file.
528
529 2000-01-05 Gerd Moellmann <gerd@gnu.org>
530
531 * tindex.pl: New script.
532
533 1999-12-03 Dave Love <fx@gnu.org>
534
535 * Makefile.in (MAKEINFO): New parameter.
536
537 1999-09-17 Richard Stallman <rms@gnu.org>
538
539 * Makefile.in (srcs): Add hash.texi.
540 (VERSION): Update to 20.6.
541
542 1999-09-13 Richard Stallman <rms@gnu.org>
543
544 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
545
546 1998-08-29 Karl Heuer <kwzh@gnu.org>
547
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.
553
554 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
555
556 * Makefile (INSTALL_INFO): New variable.
557 (install): Run install-info.
558
559 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
560
561 * Makefile (elisp.dvi): Add missing backslash.
562
563 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
564
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.
568
569 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
570
571 * Makefile (srcs): Add nonascii.texi and customize.texi.
572 (dist): Start by deleting `temp'.
573
574 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
575
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*.
579
580 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
581
582 * Makefile (SHELL): Defined.
583
584 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
585
586 * Makefile (elisp.tps): New target.
587 (elisp.dvi): Depend on elisp.tps.
588
589 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
590
591 * README: Update phone number.
592
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.
598
599 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
600
601 * Makefile (VERSION): Update version number.
602 (maintainer-clean): Renamed from realclean.
603
604 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
605
606 * Makefile (realclean): New target.
607 (elisp): Remove any old elisp-* files first.
608
609 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
610
611 * Makefile (VERSION): New variable.
612 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
613 Compressed file suffix should be `.gz', not `.z'.
614
615 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
616
617 * Makefile (elisp): Depend on makeinfo.
618
619 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
620
621 * Makefile (srcs): Add anti.texi.
622
623 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
624
625 * Makefile (infodir, prefix): New vars.
626 (install): Use infodir.
627 (emacsinfodir): Deleted.
628
629 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
630
631 * Makefile (srcs): Add calendar.texi.
632
633 * Makefile (dist): Copy texindex.c and makeinfo.c.
634 Limit elisp-* files to those with one or two digits.
635
636 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
637
638 * Makefile (dist): Changed to use Gzip instead of compress.
639
640 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
641
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.
645
646 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
647
648 * modes.texi (Hooks): Document new optional arg of add-hook.
649
650 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
651
652 * variables.texi: Document nil initial value of buffer-local variables.
653
654 * tips.texi: Add new section on standard library headers.
655
656 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
657
658 * Makefile (srcs): Add frame.texi to the list of sources.
659
660 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
661
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):
666
667 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
668
669 * Makefile (dist): Don't include backup files or autosave files in
670 the distribution tar file.
671
672 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
673
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.
679
680 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
681
682 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
683
684 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
685
686 * files.texi: Noted that completion-ignored-extensions is ignored
687 when making *Completions*.
688
689 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
690
691 * Makefile make dist now depends on elisp.dvi, since it tries
692 to include it in the dist file.
693
694 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
695
696 * functions.texinfo (Mapping Functions): Add missing quote
697
698 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
699
700 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
701 (defunargs): Turn off \hyphenchar of \sl font temporarily.
702
703 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
704
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.
708
709 * All instances of @indentedresultt{} have been changed to
710 ` @result{}', using 5 spaces at the begining of the line.
711
712 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
713
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.
718
719 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
720
721 * texinfo.tex: temporarily added
722 \let\result=\dblarrow
723 \def\error{{\it ERROR} \longdblarrow}
724 We need to do this better soon.
725
726 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
727
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.)
732
733 * Cleaned up `Makefile' and defined the `emacslibdir' directory
734 for the Project GNU development environment.
735
736 ;; Local Variables:
737 ;; coding: iso-2022-7bit-unix
738 ;; End:
739
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.