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