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