(Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
697cf92a
LT
12003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2
3 * errors.texi (Standard Errors): Various small corrections and
4 additions.
5
6 * control.texi: Various small changes in addition to the
7 following.
8 (Signaling Errors): Provide some more details on how `signal'
9 constructs the error message. Add anchor to the definition of
10 `signal'.
11 (Error Symbols): Describe special treatment of `quit'.
12 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
13 to emphasize that it has to be a single form.
14
15 * buffers.texi: Add anchor.
16
4d25144d
RS
172003-12-29 Richard M. Stallman <rms@gnu.org>
18
19 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
20 (Window Configurations): Add window-configuration-frame.
21
22 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
23
24 * text.texi (Examining Properties): Add get-char-property-and-overlay.
25 Change arg name in get-char-property.
26 (Special Properties): Update handling of keymap property.
27
28 * strings.texi (Modifying Strings): Add clear-string.
29 (Text Comparison): Add assoc-string and remove
30 assoc-ignore-case, assoc-ignore-representation.
31
32 * os.texi (Time of Day): Add set-time-zone-rule.
33
34 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 35 report domain-error errors.
4d25144d 36
697cf92a 37 * nonascii.texi (Converting Representations):
4d25144d
RS
38 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
39 (Encoding and I/O): Add file-name-coding-system.
40
41 * modes.texi (Search-based Fontification): Explain that
42 face specs are symbols with face names as values.
43
44 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
45
46 * lists.texi (Building Lists): remq moved elsewhere.
47 (Sets And Lists): remq moved here.
48 (Association Lists): Refer to assoc-string.
49
50 * internals.texi (Garbage Collection): Add memory-use-counts.
51
52 * frames.texi (Frames and Windows): Add set-frame-selected-window
53 and frame-root-window.
54
697cf92a 55 * files.texi (Contents of Directories):
4d25144d
RS
56 Add directory-files-and-attributes.
57
58 * display.texi (Refresh Screen): Add force-window-update.
59 (Invisible Text): Explain about moving point out of invis text.
60 (Overlay Properties): Add overlay-properties.
61 (Managing Overlays): Add overlayp.
62 (GIF Images): Invalid image number displays a hollow box.
63
64 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
65 (Killing Buffers): Add buffer-live-p.
66
67fafe38
MR
672003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
68
69 * display.texi (Fringes): Fix typo "set-buffer-window".
70
68e74f25
LT
712003-12-24 Luc Teirlinck <teirllm@auburn.edu>
72
73 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
74 * nonascii.texi, processes.texi, tips.texi, variables.texi:
75 Add or change various xrefs and anchors.
76
77 * commands.texi: Replace all occurrences of @acronym{CAR} with
78 @sc{car}, for consistency with the rest of the Elisp manual.
79 `car' and `cdr' are historically acronyms, but are no longer
80 widely thought of as such.
81
82 * internals.texi (Pure Storage): Mention that `purecopy' does not
83 copy text properties.
84 (Object Internals): Now 29 bits are used (in most implementations)
85 to address Lisp objects.
86
87 * variables.texi (Variables with Restricted Values): New node.
88
89 * objects.texi (Lisp Data Types): Mention that certain variables
90 can only take on a restricted set of values and add an xref to
91 the new node "Variables with Restricted Values".
92
93 * eval.texi (Function Indirection): Describe the errors that
94 `indirect-function' can signal.
95 (Eval): Clarify the descriptions of `eval-region' and `values'.
96 Describe `eval-buffer' instead of `eval-current-buffer' and
97 mention `eval-current-buffer' as an alias for `current-buffer'.
98 Correct the description and mention all optional arguments.
99
697cf92a 100 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
101 following.
102 (Converting Representations): Clarify behavior of
103 `string-make-multibyte' and `string-to-multibyte' for unibyte all
104 ASCII arguments.
105 (Character Sets): Document the variable `charset-list' and adapt
106 the definition of the function `charset-list' accordingly.
107 (Translation of Characters): Clarify use of generic characters in
108 `make-translation-table'. Clarify and correct the description of
109 the use of translation tables in encoding and decoding.
110 (User-Chosen Coding Systems): Correct and clarify the description
111 of `select-safe-coding-system'.
112 (Default Coding Systems): Clarify description of
113 `file-coding-system-alist'.
114
a62f71e4
LT
1152003-11-30 Luc Teirlinck <teirllm@auburn.edu>
116
117 * strings.texi (Text Comparison): Correctly describe when two
118 strings are `equal'. Combine and clarify descriptions of
119 `assoc-ignore-case' and `assoc-ignore-representation'.
120
121 * objects.texi (Non-ASCII in Strings): Clarify description of
122 when a string is unibyte or multibyte.
123 (Bool-Vector Type): Update examples.
124 (Equality Predicates): Correctly describe when two strings are
125 `equal'.
126
19017752
LT
1272003-11-29 Luc Teirlinck <teirllm@auburn.edu>
128
129 * lists.texi (Building Lists): `append' no longer accepts integer
130 arguments. Update the description of `number-sequence' to reflect
131 recent changes.
132 (Sets And Lists): Describe `member-ignore-case' after `member'.
133
0f6a07a8
KS
1342003-11-27 Kim F. Storm <storm@cua.dk>
135
136 * commands.texi (Click Events): Click object may be an images.
137 Describe (dx . dy) element of click positions.
138 (Accessing Events): Remove duplicate posn-timestamp.
139 New functions posn-object and posn-object-x-y.
140
1ce7c819
KS
1412003-11-23 Kim F. Storm <storm@cua.dk>
142
143 * commands.texi (Click Events): Describe enhancements to event
144 position lists, including new text-pos and (col . row) items.
145 Mention left-fringe and right-fringe area events.
0f6a07a8 146 (Accessing Events): New functions posn-area and
1ce7c819
KS
147 posn-actual-col-row. Mention posn-timestamp. Mention that
148 posn-point in non-text area still returns buffer position.
149 Clarify posn-col-row.
150
cae8ddbb
LH
1512003-11-21 Lars Hansen <larsh@math.ku.dk>
152
153 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
154 * anti.texi (File Attributes): Describe removed parameter
155 ID-FORMAT.
156
f7f1a248
LT
1572003-11-20 Luc Teirlinck <teirllm@auburn.edu>
158
68e74f25 159 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
160 a position, its buffer is ignored.
161
162 * markers.texi (Overview of Markers): Mention it here too.
163
c5e2fb05
LT
1642003-11-12 Luc Teirlinck <teirllm@auburn.edu>
165
166 * numbers.texi (Numeric Conversions): Not just `floor', but also
167 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
168
e57d0aa8
LT
1692003-11-10 Luc Teirlinck <teirllm@auburn.edu>
170
171 * markers.texi (Creating Markers): Specify insertion type of
172 created markers. Add xref to `Marker Insertion Types'.
173 Second argument to `copy-marker' is optional.
174 (Marker Insertion Types): Mention that most markers are created
175 with insertion type nil.
176 (The Mark): Correctly describe when `mark' signals an error.
177 (The Region): Correctly describe when `region-beginning' and
178 `region-end' signal an error.
179
bb3612ec
LT
1802003-11-08 Luc Teirlinck <teirllm@auburn.edu>
181
182 * hash.texi (Creating Hash): Clarify description of `eql'.
183 `makehash' is obsolete.
184 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
185
186 * positions.texi (Point): Change description of `buffer-end', so
187 that it is also correct for floating point arguments.
188 (List Motion): Correct argument lists of `beginning-of-defun' and
189 `end-of-defun'.
190 (Excursions): Add xref to `Marker Insertion Types'.
191 (Narrowing): Argument to `narrow-to-page' is optional.
192
cfb8a797
LT
1932003-11-06 Luc Teirlinck <teirllm@auburn.edu>
194
195 * streams.texi (Output Streams): Clarify behavior of point for
196 marker output streams.
197
c6177909
LT
1982003-11-04 Luc Teirlinck <teirllm@auburn.edu>
199
200 * variables.texi (Defining Variables): Second argument to
201 `defconst' is not optional.
202 (Setting Variables): Mention optional argument APPEND to
203 `add-to-list'.
204 (Creating Buffer-Local): Expand description of
205 `make-variable-buffer-local'.
206 (Frame-Local Variables): Expand description of
207 `make-variable-frame-local'.
208 (Variable Aliases): Correct description of optional argument
209 DOCSTRING to `defvaralias'. Mention return value of
210 `defvaralias'.
211 (File Local Variables): Add xref to `File variables' in Emacs
212 Manual. Correct description of `hack-local-variables'. Mention
213 `safe-local-variable' property. Mention optional second argument
214 to `risky-local-variable-p'.
215
b3645067
LT
2162003-11-03 Luc Teirlinck <teirllm@auburn.edu>
217
218 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
219
10695e5c
EZ
2202003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
221
222 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
223 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
224 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
225 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
226 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 227 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
228 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
229 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
230 @acronym{FOO}.
231
a2f4def1
LT
2322003-10-27 Luc Teirlinck <teirllm@auburn.edu>
233
234 * strings.texi (Creating Strings): Argument START to `substring'
235 can not be `nil'. Expand description of
236 `substring-no-properties'. Correct description of `split-string',
237 especially with respect to empty matches. Prevent very bad line
238 break in definition of `split-string-default-separators'.
239 (Text Comparison): `string=' and `string<' also accept symbols as
240 arguments.
241 (String Conversion): More completely describe argument BASE in
242 `string-to-number'.
243 (Formatting Strings): `%s' and `%S" in `format' do require
244 corresponding object. Clarify behavior of numeric prefix after
245 `%' in `format'.
246 (Case Conversion): The argument to `upcase-initials' can be a
247 character.
248
a2296bf9
KH
2492003-10-27 Kenichi Handa <handa@m17n.org>
250
251 * display.texi (Fontsets): Fix texinfo usage.
252
885fef7c
KH
2532003-10-25 Kenichi Handa <handa@m17n.org>
254
255 * display.texi (Fontsets): Add description of the function
256 set-fontset-font.
257
0c6b7a1f
LT
2582003-10-23 Luc Teirlinck <teirllm@auburn.edu>
259
260 * display.texi (Temporary Displays): Add xref to `Documentation
261 Tips'.
262
263 * functions.texi (Function Safety): Use inforef instead of pxref
264 for SES.
265
c3cda320
AS
2662003-10-23 Andreas Schwab <schwab@suse.de>
267
268 * Makefile.in (TEX, texinputdir): Don't define.
269 (TEXI2DVI): Define.
270 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
271 add $(srcdir)/index.texi.
272 ($(infodir)/elisp): Remove index.texi dependency.
273 (elisp.dvi): Likewise. Use $(TEXI2DVI).
274 (index.texi): Remove target.
275 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
276 (clean): Don't remove index.texi.
277
c3cda320
AS
278 * permute-index, index.perm: Remove.
279 * index.texi: Rename from index.unperm.
280
e5dadca7
LT
2812003-10-22 Luc Teirlinck <teirllm@auburn.edu>
282
283 * tips.texi (Documentation Tips): Document new behavior for face
284 and variable hyperlinks in Help mode.
285
6cfb0777
LT
2862003-10-21 Luc Teirlinck <teirllm@auburn.edu>
287
288 * objects.texi (Integer Type): Update for extra bit of integer range.
289 (Character Type): Ditto.
290
a4fc3ab3
EZ
2912003-10-16 Eli Zaretskii <eliz@elta.co.il>
292
293 * numbers.texi (Integer Basics): Add index entries for reading
294 numbers in hex, octal, and binary.
295
c8f9ba83
LK
2962003-10-16 Lute Kamstra <lute@gnu.org>
297
298 * modes.texi (Mode Line Format): Mention force-mode-line-update's
299 argument.
300
b52a26fb
LT
3012003-10-13 Luc Teirlinck <teirllm@auburn.edu>
302
303 * windows.texi (Choosing Window): Fix typo.
304 * edebug.texi (Edebug Execution Modes): Fix typo.
305
f7005886
RS
3062003-10-13 Richard M. Stallman <rms@gnu.org>
307
308 * windows.texi (Basic Windows): A window has fringe settings,
309 display margins and scroll-bar settings.
310 (Splitting Windows): Doc split-window return value.
311 Clean up one-window-p.
312 (Selecting Windows): Fix typo.
313 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
314 (Buffers and Windows): In set-window-buffer, explain effect
315 on fringe settings and scroll bar settings.
316 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
317 (Choosing Window): Use defopt for pop-up-frame-function.
318 For special-display-buffer-names, explain same-window and same-frame.
319 Clarify window-dedicated-p return value.
320 (Textual Scrolling): scroll-up and scroll-down can get an error.
321 (Horizontal Scrolling): Clarify auto-hscroll-mode.
322 Clarify set-window-hscroll.
323 (Size of Window): Don't mention tool bar in window-height.
324 (Coordinates and Windows): Explain what coordinates-in-window-p
325 returns for fringes and display margins.
326 (Window Configurations): Explain saving fringes, etc.
327
328 * tips.texi (Library Headers): Clean up Documentation.
329
330 * syntax.texi (Parsing Expressions): Clean up forward-comment
331 and parse-sexp-lookup-properties.
332
333 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
334
335 * os.texi (System Environment): Clean up text for load-average errors.
336
337 * modes.texi (Hooks): Don't explain local hook details at front.
338 Clarify run-hooks and run-hook-with-args a little.
339 Clean up add-hook and remove-hook.
340
341 * edebug.texi (Edebug Execution Modes): Clarify t.
342 Document edebug-sit-for-seconds.
343 (Coverage Testing): Document C-x X = and =.
344 (Instrumenting Macro Calls): Fix typo.
345 (Specification List): Don't index the specification keywords.
346
c989ebe9
KS
3472003-10-10 Kim F. Storm <storm@cua.dk>
348
349 * processes.texi (Network): Introduce make-network-process.
350
f9525eef
LT
3512003-10-09 Luc Teirlinck <teirllm@auburn.edu>
352
353 * tips.texi (Library Headers): Fix typo.
354
f008b925
LK
3552003-10-07 Juri Linkov <juri@jurta.org>
356
357 * modes.texi (Imenu): Mention imenu-create-index-function's
358 default value. Explain submenus better.
359
c22c5da6
LK
3602003-10-07 Lute Kamstra <lute@gnu.org>
361
362 * modes.texi (Faces for Font Lock): Fix typo.
363 (Hooks): Explain how buffer-local hook variables can refer to
364 global hook variables.
365 Various minor clarifications.
366
49247521
LK
3672003-10-06 Lute Kamstra <lute@gnu.org>
368
369 * tips.texi (Coding Conventions): Mention naming conventions for
370 hooks.
371
9296c947
LT
3722003-10-05 Luc Teirlinck <teirllm@auburn.edu>
373
374 * loading.texi (Library Search): Correct default value of
375 load-suffixes.
376 (Named Features): Fix typo.
377
0e9b293a
RS
3782003-10-05 Richard M. Stallman <rms@gnu.org>
379
380 * loading.texi (Named Features): In `provide',
381 say how to test for subfeatures.
382 (Unloading): In unload-feature, use new var name
383 unload-feature-special-hooks.
384
49247521 3852003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
386
387 * modes.texi (Major Mode Conventions): Mention third way to set up
388 Imenu.
389 (Imenu): A number of small fixes.
390 Delete documentation of internal variable imenu--index-alist.
391 Document the return value format of imenu-create-index-function
392 functions.
393
ab8f7d5c
RS
3942003-09-30 Richard M. Stallman <rms@gnu.org>
395
396 * processes.texi (Network): Say what stopped datagram connections do.
397
398 * lists.texi (Association Lists): Clarify `assq-delete-all'.
399
400 * display.texi (Overlay Properties): Clarify `evaporate' property.
401
49247521 4022003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
403
404 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 405 constructs should be marked as risky.
86b9b767
LK
406 Change cons cell into proper list.
407 (Mode Line Variables): Change cons cell into proper list.
408
49247521 4092003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
410
411 * modes.texi (Mode Line Data): Document the :propertize construct.
412 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 413 to match their order in the default mode-line-format.
bc3b02f9
LK
414 Describe the new variables mode-line-position and mode-line-modes.
415 Update the default values of mode-line-frame-identification,
416 minor-mode-alist, and default-mode-line-format.
417 (Properties in Mode): Mention the :propertize construct.
6142d1d0 418
bc3b02f9 4192003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 420
c22c5da6 421 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
422 * loading.texi, minibuf.texi, text.texi, variables.texi:
423 Avoid @strong{Note:}.
424
4252003-09-26 Richard M. Stallman <rms@gnu.org>
426
427 * keymaps.texi (Remapping Commands): Fix typo.
428
41beda59
LT
4292003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
430
431 * processes.texi (Low-Level Network): Fix typo.
432
ef6ae4ff
KS
4332003-09-23 Kim F. Storm <storm@cua.dk>
434
435 * processes.texi (Network, Network Servers): Fix typos.
436 (Low-Level Network): Add timeout value for :server keyword.
437 Add new option keywords to make-network-process.
438 Add set-network-process-options.
439 Explain how to test availability of network options.
440
b0f23edf
RS
4412003-09-19 Richard M. Stallman <rms@gnu.org>
442
443 * text.texi (Motion by Indent): Arg to
444 backward-to-indentation and forward-to-indentation is optional.
445
446 * strings.texi (Creating Strings): Add substring-no-properties.
447
448 * processes.texi
449 (Process Information): Add list-processes arg QUERY-ONLY.
450 Delete process-contact from here.
451 Add new status values for process-status.
452 Add process-get, process-put, process-plist, set-process-plist.
453 (Synchronous Processes): Add call-process-shell-command.
454 (Signals to Processes): signal-process allows process objects.
455 (Network): Complete rewrite.
456 (Network Servers, Datagrams, Low-Level Network): New nodes.
457
458 * positions.texi (Word Motion): forward-word, backward-word
459 arg is optional. Reword.
460
461 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
462
c22c5da6 463 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
464 Delete duplicate definition of buffer-local-value.
465 (File Local Variables): Explain about discarding text props.
466
f387bdea
RS
4672003-09-11 Richard M. Stallman <rms@gnu.org>
468
469 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
470 changes variables that record input events.
471 (Minibuffer Misc): Add minibuffer-selected-window.
472
473 * lists.texi (Building Lists): Add copy-tree.
474
475 * display.texi (Fontsets): Add char-displayable-p.
476 (Scroll Bars): New node.
477
49247521 4782003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
479
480 * modes.texi (%-Constructs): Document new `%i' and `%I'
481 constructs.
482
fd026ee1
JR
4832003-09-03 Peter Runestig <peter@runestig.com>
484
485 * makefile.w32-in: New file.
486
4828b4d7
RS
4872003-08-29 Richard M. Stallman <rms@gnu.org>
488
489 * display.texi (Overlay Properties): Clarify how priorities
490 affect use of the properties.
491
a4e4f05d
LT
4922003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
493
494 * customize.texi (Type Keywords): Correct the description of
495 `:help-echo' in the case where `motion-doc' is a function.
496
3ebe0346
JPW
4972003-08-14 John Paul Wallington <jpw@gnu.org>
498
499 * modes.texi (Emulating Mode Line): Subsection, not section.
500
3afe8e39
RS
5012003-08-13 Richard M. Stallman <rms@gnu.org>
502
503 * elisp.texi (Top): Update subnode lists in menu.
504
505 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
506 (Kill Functions): kill-region has new arg yank-handler.
507 (Yanking): New node.
508 (Yank Commands): Add yank-undo-function.
509 (Low-Level Kill Ring):
510 kill-new and kill-append have new arg yank-handler.
511 (Changing Properties): Add remove-list-of-text-properties.
512 (Atomic Changes): New node.
513
514 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
515
516 * streams.texi (Output Variables): Add eval-expression-print-length
517 and eval-expression-print-level.
518
519 * os.texi (Time Conversion): For encode-time, explain limits on year.
520
521 * objects.texi (Character Type): Define anchor "modifier bits".
522
523 * modes.texi (Emulating Mode Line): New node.
524 (Search-based Fontification): Font Lock uses font-lock-face property.
525 (Other Font Lock Variables): Likewise.
526
527 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
528 not vectors.
529 (Active Keymaps): Add emulation-mode-map-alists.
530 (Functions for Key Lookup): key-binding has new arg no-remap.
531 (Remapping Commands): New node.
532 (Scanning Keymaps): where-is-internal has new arg no-remap.
533 (Tool Bar): Add tool-bar-local-item-from-menu.
534 Clarify when to use tool-bar-add-item-from-menu.
535
536 * commands.texi (Interactive Call): commandp has new arg.
537 (Command Loop Info): Add this-original-command.
538
e37769b1
JPW
5392003-08-06 John Paul Wallington <jpw@gnu.org>
540
541 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
542
543 * display.texi (Warning Basics): Fix typo.
544 (Fringes): Add closing curly bracket and fix typo.
545
546 * elisp.texi (Top): Fix typo.
547
c5e0561f
RS
5482003-08-05 Richard M. Stallman <rms@gnu.org>
549
550 * elisp.texi: Update lists of subnodes.
551
552 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
553
554 * variables.texi (Local Variables): Use lc for example variable names.
555
556 * tips.texi (Library Headers): Explain where to put -*-.
557
558 * strings.texi (Creating Strings): Fix xref for vconcat.
559
560 * sequences.texi (Vector Functions):
561 vconcat no longer allows integer args.
562
563 * minibuf.texi (Reading File Names): read-file-name has new
564 arg PREDICATE. New function read-directory-name.
565
566 * macros.texi (Defining Macros): Give definition of `declare'
567 (Indenting Macros): New node.
568
569 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
570 (Window Frame Parameters): Make separate table of parameters
571 that are coupled with specific face attributes.
572 (Deleting Frames): delete-frame-hooks renamed to
573 delete-frame-functions.
574
575 * files.texi (Magic File Names): Add file-remote-p.
576 Clarify file-local-copy.
577
578 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
579 here; instead xref Defining Macros.
580
581 * display.texi (Warnings): New node, and subnodes.
582 (Fringes): New node.
583
584 * debugging.texi (Test Coverage): New node.
585
586 * compile.texi (Compiler Errors): Explain with-no-warnings
587 and other ways to suppress warnings.
588
589 * commands.texi (Interactive Call): Minor clarification.
590
591 * buffers.texi (Buffer File Name): set-visited-file-name
592 renames the buffer too.
593
594 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
595
ee59dede
MR
5962003-07-24 Markus Rost <rost@math.ohio-state.edu>
597
598 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
599
f0514b34
MR
6002003-07-22 Markus Rost <rost@math.ohio-state.edu>
601
602 * internals.texi (Garbage Collection): Fix previous change.
603
c73983bb
RS
6042003-07-22 Richard M. Stallman <rms@gnu.org>
605
606 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
607
608 * display.texi (Width): Use \s syntax in example.
609 (Font Selection): Add face-font-rescale-alist.
610
611 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
612 Remove spurious indent in example.
613
614 * lists.texi (Building Lists): Add number-sequence.
615
616 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
617
618 * functions.texi (Function Documentation): Explain how to
619 show calling convention explicitly in the doc string.
620
621 * windows.texi (Selecting Windows): save-selected-window saves
622 selected window of each frame.
623 (Window Configurations): Minor change.
624
625 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
626
627 * streams.texi (Output Variables): Add print-continuous-numbering
628 and print-number-table.
629
630 * processes.texi (Decoding Output): New node.
631
632 * os.texi (Time Conversion): decode-time arg is optional.
633
634 * objects.texi (Character Type): Don't use space as example for \.
635 Make list of char names and \-sequences correspond.
636 Explain that \s is not used in strings. `\ ' needs space after.
637
638 * nonascii.texi (Converting Representations): Add string-to-multibyte.
639 (Translation of Characters): Add translation-table-for-input.
640 (Default Coding Systems): Add auto-coding-functions.
641 (Explicit Encoding): Add decode-coding-inserted-region.
642 (Locales): Add locale-info.
643
644 * minibuf.texi (Basic Completion): Describe test-completion.
645 Collections can be lists of strings.
646 Clean up lazy-completion-table.
647 (Programmed Completion): Mention test-completion.
648 Clarify why lambda expressions are not accepted.
649 (Minibuffer Misc): Describe minibufferp.
650
51a8b435
RS
6512003-07-14 Richard M. Stallman <rms@gnu.org>
652
653 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
654
655 * windows.texi (Selecting Windows): New arg to select-window.
656 (Selecting Windows): Add with-selected-window.
657 (Size of Window): Add window-inside-edges, etc.
658
659 * internals.texi (Garbage Collection): Add post-gc-hook.
660
661 * processes.texi (Subprocess Creation): Add exec-suffixes.
662
663 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
664 (Scanning Keymaps): Add map-keymaps.
665 (Defining Menus): Add keymap-prompt.
666
667 * numbers.texi (Integer Basics): Add most-positive-fixnum,
668 most-negative-fixnum.
669
670 * compile.texi (Byte Compilation): Explain no-byte-compile
671 (Compiler Errors): New node.
672
673 * os.texi (User Identification): user-uid, user-real-uid
674 can return float.
675
676 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
677 and about derived modes.
678 (Minor Modes): Add minor-mode-list.
679 (Defining Minor Modes): Keyword args for define-minor-mode.
680 (Search-based Fontification): Explain managing other properties.
681 (Other Font Lock Variables): Add font-lock-extra-managed-props.
682 (Faces for Font Lock): Add font-locl-preprocessor-face.
683 (Hooks): Add run-mode-hooks and delay-mode-hooks.
684
685 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 686 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
687
688 * loading.texi (Library Search): Add load-suffixes.
689
690 * minibuf.texi (Basic Completion): Add lazy-completion-table.
691 (Programmed Completion): Add dynamic-completion-table.
692
693 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
694 (Magic File Names): Specify precedence order of handlers.
695o
696 * commands.texi (Command Overview): Emacs server runs pre-command-hook
697 and post-command-hook.
698 (Waiting): New calling convention for sit-for.
699
700 * text.texi (Special Properties): local-map and keymap properties
701 apply based on their stickiness.
702
c6de56a0
RS
7032003-07-07 Richard M. Stallman <rms@gnu.org>
704
705 * modes.texi (Minor Mode Conventions): Specify only some kinds
706 of list values as args to minor modes.
707
708 * files.texi (File Name Expansion): Warn about iterative use
709 of substitute-in-file-name.
710
711 * advice.texi (Activation of Advice): Clean up previous change.
712
8c761ea6
MR
7132003-07-06 Markus Rost <rost@math.ohio-state.edu>
714
715 * advice.texi (Activation of Advice): Note that ad-start-advice is
716 turned on by default.
717
c6de56a0
RS
7182003-06-30 Richard M. Stallman <rms@gnu.org>
719
720 * text.texi (Buffer Contents): Document current-word.
721 (Change Hooks): Not called for *Messages*.
722
723 * functions.texi (Defining Functions): Explain about redefining
724 primitives.
725 (Function Safety): Renamed. Minor changes.
726 Comment out the detailed criteria for what is safe.
727
3fe4e567
AS
7282003-06-22 Andreas Schwab <schwab@suse.de>
729
730 * objects.texi (Symbol Type): Fix description of examples.
731
cda7bd13
AS
7322003-06-16 Andreas Schwab <schwab@suse.de>
733
734 * hash.texi (Creating Hash): Fix description of :weakness.
735
fbcffa4a
KG
7362003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
737
738 * files.texi (Changing Files): copy-file copies file modes, too.
739
ff6a3bfb
RS
7402003-05-28 Richard M. Stallman <rms@gnu.org>
741
742 * strings.texi (Creating Strings): Clarify split-string.
743
1463a05d
JB
7442003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
745
746 * strings.texi (Creating Strings): Update split-string specification
747 and examples.
748
af253914
RS
7492003-05-19 Richard M. Stallman <rms@gnu.org>
750
751 * elisp.texi: Correct invariant section names.
752
7ea52f92
RS
7532003-04-20 Richard M. Stallman <rms@gnu.org>
754
755 * os.texi (Timers): Explain about timers and quitting.
756
e31afc09
RS
7572003-04-19 Richard M. Stallman <rms@gnu.org>
758
759 * internals.texi (Writing Emacs Primitives): Strings are
760 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
761 Explain GCPRO convention for varargs function args.
762
5ceea398
RS
7632003-04-16 Richard M. Stallman <rms@gnu.org>
764
765 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
766
b0ada147
RS
7672003-04-08 Richard M. Stallman <rms@gnu.org>
768
769 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
770
b23375aa
KS
7712003-02-13 Kim F. Storm <storm@cua.dk>
772
773 * objects.texi (Character Type): New \s escape for space.
774
c60ee5e7
JB
7752003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
776
777 * os.texi (System Environment): Added cygwin system-type.
778
84e47416
RS
7792003-01-25 Richard M. Stallman <rms@gnu.org>
780
781 * keymaps.texi: Document that a symbol can act as a keymap.
782
3e8cf2ea
RS
7832003-01-13 Richard M. Stallman <rms@gnu.org>
784
785 * text.texi (Changing Properties): Say string indices are origin-0.
786
787 * positions.texi (Screen Lines) <compute-motion>:
788 Correct order of elts in return value.
789
790 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
791 how to define a default binding.
792
7abb9fc5 7932002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 794
104bc3aa 795 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 796
104bc3aa
MR
797 * customize.texi (Simple Types): Clarify description of custom
798 type 'number. Describe new custom type 'float.
177f790c 799
7abb9fc5 8002002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
801
802 * variables.texi (File Local Variables): Fix typo.
803
df140a68 8042002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 805
df140a68
KG
806 From Michael Albinus <Michael.Albinus@alcatel.de>.
807
808 * README: Target for Info file is `make info'.
809
810 * files.texi (File Name Components): Fixed typos in
811 `file-name-sans-extension'.
812 (Magic File Names): Complete list of operations for magic file
813 name handlers.
814
7ed9159a
JY
8152002-09-16 Jonathan Yavner <jyavner@engineer.com>
816
817 * variables.texi (File Local Variables): New function
818 risky-local-variable-p.
819
8202002-09-15 Jonathan Yavner <jyavner@engineer.com>
821
822 * functions.texi (Function safety): New node about unsafep.
823
241f79af
PA
8242002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
825
826 * customize.texi (Splicing into Lists): Fixed example.
827 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
828
72459b15
JB
8292002-06-17 Juanma Barranquero <lektu@terra.es>
830
831 * frames.texi (Display Feature Testing): Fix typo.
832
61f7e0f5
AS
8332002-06-12 Andreas Schwab <schwab@suse.de>
834
835 * frames.texi (Initial Parameters, Resources): Fix references to
836 the Emacs manual.
837
4e792dbd
KS
8382002-05-13 Kim F. Storm <storm@cua.dk>
839
840 * variables.texi (Intro to Buffer-Local): Updated warning and
841 example relating to changing buffer inside let.
842
940344d4 8432002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
844
845 * os.texi (Session Management): New node about X Session management.
846
231ac53b
EZ
8472002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
848
849 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
850 to which the manual corresponds, and the copyright years.
851
852 * Makefile.in (VERSION): Set to 2.9.
853
140cc574
EZ
8542001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
855
856 * elisp.texi: Change the category in @dircategory to "Emacs", to
857 make it consistent with info/dir.
858
9c7fce05
MB
8592001-11-25 Miles Bader <miles@gnu.org>
860
861 * text.texi (Fields): Describe new `limit' arg in
862 field-beginning/field-end.
863
9f8bbf0f
EZ
8642001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
865
a5e6715c
EZ
866 * permute-index: Don't depend on csh-specific features. Replace
867 the interpreter name with /bin/sh.
868
9f8bbf0f
EZ
869 * two-volume-cross-refs.txt: New file.
870 * two.el: New file.
871 * spellfile: New file.
872
1756e2fb
EZ
8732001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
874
875 * permute-index: New file.
876
877 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
878 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
879 8+3 restricted namespace.
ad050e54
EZ
880
881 * Makefile.in (infodir): Define relative to $(srcdir).
882 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
883 include directories list via -I switch to makeinfo.
884 (index.texi): Use cp if both hard and symbolic links fail.
885
10fa7f8e
EZ
8862001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
887
7a1494ce
EZ
888 * Makefile.in (distclean): Add.
889
10fa7f8e
EZ
890 The following changes make ELisp manual part of the Emacs
891 distribution:
892
893 * Makefile.in: Add Copyright notice.
894 (prefix): Remove.
895 (infodir): Change value to "../info".
896 (VPATH): New variable.
897 (MAKE): Don't define.
898 (texmacrodir): Don't define.
899 (texinputdir): Append the existing value of TEXINPUTS.
900 ($(infodir)/elisp): Instead of just "elisp". Reformat the
901 command to be compatible with man/Makefile.in, and to put the
902 output into ../info.
5c32b7c5 903 (info): Add target.
10fa7f8e
EZ
904 (installall): Target removed.
905
ad050e54 9062001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
907
908 * tips.texi (Coding Conventions): Fix typo.
909
6fd735df
GM
9102001-10-23 Gerd Moellmann <gerd@gnu.org>
911
912 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
913
b704d54b
EZ
9142001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
915
916 * files.texi (File Name Components): Update the description of
917 file-name-sans-extension and file-name-extension, as they now
918 ignore leading dots.
919
71431a0e
GM
9202001-10-20 Gerd Moellmann <gerd@gnu.org>
921
6aa97356 922 * (Version 21.1 released.)
71431a0e 923
79f1f96c
MB
9242001-10-19 Miles Bader <miles@gnu.org>
925
926 * positions.texi (Text Lines): Describe behavior of
927 `beginning-of-line'/`end-of-line' in the presence of field properties.
928
892a8f36
GM
9292001-10-17 Gerd Moellmann <gerd@gnu.org>
930
931 * Makefile.in (VERSION): Set to 2.8.
932 (manual): Use `manual-21'.
933
8c1cc9e8 934 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
935 number was used. Set it to 2.8.
936
937 * intro.texi: Likewise.
938
51724e26
EZ
9392001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
940
941 * files.texi (File Name Completion): Document the significance of
942 a trailing slash in elements of completion-ignored-extensions.
943
57b338e8
MB
9442001-10-06 Miles Bader <miles@gnu.org>
945
946 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
947
c89e4bc5
GM
9482001-10-04 Gerd Moellmann <gerd@gnu.org>
949
950 * variables.texi (Variable Aliases): New node.
951
ab952a4f
GM
9522001-10-04 Gerd Moellmann <gerd@gnu.org>
953
954 * Branch for 21.1.
dff28924 955
9db3a582
MB
9562001-10-02 Miles Bader <miles@gnu.org>
957
ae1a9581
MB
958 * minibuf.texi (Minibuffer Misc): Add entries for
959 `minibuffer-contents', `minibuffer-contents-no-properties', and
960 `delete-minibuffer-contents'.
961 Correct description for `minibuffer-prompt-end'.
962
9db3a582
MB
963 * text.texi (Property Search): Correct descriptions of
964 `next-char-property-change' and `previous-char-property-change'.
965 Add entries for `next-single-char-property-change' and
966 `previous-single-char-property-change'.
967 Make operand names a bit more consistent.
968
03be5931
EZ
9692001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
970
971 * frames.texi (Finding All Frames): Document that next-frame and
972 previous-frame are local to current terminal.
973
974548ec
EZ
9742001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
975
976 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 977 result of make-keymap.
974548ec 978
8d82c597
EZ
9792001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
980
981 * display.texi (Font Lookup, Attribute Functions)
982 (Image Descriptors): Add cross-references to the definition of
983 selected frame.
984
985 * buffers.texi (The Buffer List): Add cross-references to the
986 definition of selected frame.
987
988 * frames.texi (Input Focus): Clarify which frame is _the_ selected
989 frame at any given time.
990 (Multiple Displays, Size and Position): Add a cross-reference to
991 the definition of the selected frame.
992
2842de30
EZ
9932001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
994
995 * strings.texi (String Conversion) <string-to-number>: Document
996 that a float is returned for integers that are too large.
997
998 * frames.texi (Mouse Position): Document mouse-position-function.
999 (Display Feature Testing): Document display-images-p.
1000 (Window Frame Parameters): Document the cursor-type variable.
1001
1002 * numbers.texi (Integer Basics): Document CL style read syntax for
1003 integers in bases other than 10.
1004
1005 * positions.texi (List Motion): Document
1006 open-paren-in-column-0-is-defun-start.
1007
1008 * lists.texi (Sets And Lists): Document member-ignore-case.
1009
1010 * internals.texi (Garbage Collection): Document the used and free
1011 strings report.
1012 (Memory Usage): Document strings-consed.
1013
1014 * os.texi (Time of Day): Document float-time.
1015 (Recording Input): Document that clear-this-command-keys clears
1016 the vector to be returned by recent-keys.
1017
1018 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1019 argument keymap can be a list.
1020
1021 * nonascii.texi (User-Chosen Coding Systems)
1022 <select-safe-coding-system>: Document the new argument
1023 accept-default-p and the variable
1024 select-safe-coding-system-accept-default-p. Tell what happens if
1025 buffer-file-coding-system is undecided.
1026 (Default Coding Systems): Document auto-coding-regexp-alist.
1027
1028 * display.texi (The Echo Area) <message>: Document
1029 message-truncate-lines.
1030 (Glyphs): Document that the glyph table is unused on windowed
1031 displays.
1032
1033 * help.texi (Describing Characters) <single-key-description>:
1034 Document the new argument no-angles.
1035 (Accessing Documentation) <documentation-property>: Document that
1036 a non-string property is evaluated.
1037 <documentation>: Document that the function-documentation property
1038 is looked for.
1039
1040 * windows.texi (Selecting Windows): Document some-window.
1041
1042 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1043
1044 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1045 apropos-mode-hook.
1046
1047 * commands.texi (Using Interactive): Document interactive-form.
1048 (Keyboard Macros): Document kbd-macro-termination-hook.
1049 (Command Loop Info): Document that clear-this-command-keys clears
1050 the vector to be returned by recent-keys.
1051
2d43d823
GM
10522001-09-04 Werner LEMBERG <wl@gnu.org>
1053
1054 * Makefile.in (srcdir, texinputdir): New variables.
1055 (srcs, index.texi, install): Use $(srcdir).
1056 (.PHONY): Remove elisp.dvi.
1057 (elisp): Use -I switch for makeinfo.
1058 (elisp.dvi): Use $(srcdir) and $(texinputdir).
1059 (installall, dist): Use $(srcdir).
1060 Fix path to texinfo.tex.
1061 (maintainer-clean): Add elisp.dvi and elisp.oaux.
1062
fa739b31
GM
10632001-08-30 Gerd Moellmann <gerd@gnu.org>
1064
92a25631
GM
1065 * display.texi (Conditional Display): Adjust to API change.
1066
fa739b31
GM
1067 * configure: New file.
1068
cef68af5
GM
10692001-07-30 Gerd Moellmann <gerd@gnu.org>
1070
1071 * commands.texi (Repeat Events): Add description of
1072 double-click-fuzz.
1073
d1f08d85
SM
10742001-05-08 Stefan Monnier <monnier@cs.yale.edu>
1075
1076 * syntax.texi (Syntax Class Table): Add the missing designator for
1077 comment and string fences.
1078 (Syntax Properties): Add a xref to syntax table internals.
1079 (Syntax Table Internals): Document string-to-syntax.
1080
1e9fc92e
GM
10812001-05-07 Gerd Moellmann <gerd@gnu.org>
1082
1083 * Makefile.in (install): Use install-info command line options
1084 like in Emacs' Makefile.in.
1085
00480554
MB
10862000-12-09 Miles Bader <miles@gnu.org>
1087
1088 * windows.texi (Window Start): Update documentation for
1089 `pos-visible-in-window-p'.
1090
1e344ee2
SM
10912000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1092
1093 * lists.texi (Building Lists): Add footnote to explain how to add
1094 to the end of a list.
1095
a540f6ed
GM
10962000-10-25 Gerd Moellmann <gerd@gnu.org>
1097
1098 * files.texi (Visiting Functions): Typos.
1099
28bcdbee
KH
11002000-10-25 Kenichi Handa <handa@etl.go.jp>
1101
1102 * files.texi (Visiting Functions): Return value of
1103 find-file-noselect may be a list of buffers if wildcards are used.
1104
22d1a4ed
MB
11052000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1106
1107 * display.texi (Defining Faces): Document `graphic' display type
1108 in face specs.
1109
916a89db
KG
11102000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1111
1e9fc92e 1112 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
1113 `after-make-frame-hook' with `after-make-frame-functions'.
1114
1e9fc92e 1115 * frames.texi (Creating Frames): Ditto.
916a89db 1116
1e9fc92e 1117 * variables.texi (Future Local Variables): Ditto.
916a89db 1118
483de32b
GM
11192000-10-16 Gerd Moellmann <gerd@gnu.org>
1120
1121 * display.texi (Other Image Types): Add description of :foreground
1122 and :background properties of mono PBM images.
1123
e23a63a5
WL
11242000-08-17 Werner LEMBERG <wl@gnu.org>
1125
1126 * .cvsignore: New file.
1127
dfc16043
GM
11282000-01-05 Gerd Moellmann <gerd@gnu.org>
1129
1130 * tindex.pl: New script.
1131
602613fe
DL
11321999-12-03 Dave Love <fx@gnu.org>
1133
1134 * Makefile.in (MAKEINFO): New parameter.
1135
94ec544d
DL
11361999-09-17 Richard Stallman <rms@gnu.org>
1137
1138 * Makefile.in (srcs): Add hash.texi.
1139 (VERSION): Update to 20.6.
1140
11411999-09-13 Richard Stallman <rms@gnu.org>
1142
1143 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1144
11451998-08-29 Karl Heuer <kwzh@gnu.org>
1146
1147 * configure.in: New file.
1148 * Makefile.in: Renamed from Makefile.
1149 (prefix, infodir): Use value obtained from configure.
1150 (emacslibdir): Obsolete variable deleted.
1151 (dist): Distribute configure.in, configure, Makefile.in.
1152
11531998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1154
1155 * Makefile (INSTALL_INFO): New variable.
1156 (install): Run install-info.
1157
11581998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
1159
1160 * Makefile (elisp.dvi): Add missing backslash.
1161
11621998-05-02 Richard Stallman <rms@psilocin.gnu.org>
1163
1164 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1165 Run texindex without `./'. Always run texindex on elisp.tp.
1166 (elisp.tps): Target deleted.
1167
11681998-04-05 Richard Stallman <rms@psilocin.gnu.org>
1169
1170 * Makefile (srcs): Add nonascii.texi and customize.texi.
1171 (dist): Start by deleting `temp'.
1172
11731998-02-17 Richard Stallman <rms@psilocin.gnu.org>
1174
1175 * Makefile (makeinfo, texindex): Targets deleted.
1176 (makeinfo.o, texindex.o): Targets deleted.
1177 (clean, dist): Don't do anything with them or with getopt*.
1178
11791998-01-30 Richard Stallman <rms@psilocin.gnu.org>
1180
1181 * Makefile (SHELL): Defined.
1182
11831998-01-27 Richard Stallman <rms@psilocin.gnu.org>
1184
1185 * Makefile (elisp.tps): New target.
1186 (elisp.dvi): Depend on elisp.tps.
1187
1188Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
1189
1190 * README: Update phone number.
1191
1192 * Makefile (elisp): Make this be the default target.
1193 Depend on makeinfo.c instead of makeinfo.
1194 (install): Don't depend on elisp.dvi, since we don't install that.
1195 Use mkinstalldirs.
1196 (dist): Add mkinstalldirs.
1197
1198Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1199
1200 * Makefile (VERSION): Update version number.
1201 (maintainer-clean): Renamed from realclean.
1202
1203Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
1204
1205 * Makefile (realclean): New target.
1206 (elisp): Remove any old elisp-* files first.
1207
1208Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1209
d1f08d85
SM
1210 * Makefile (VERSION): New variable.
1211 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1212 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
1213
1214Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1215
1216 * Makefile (elisp): Depend on makeinfo.
1217
1218Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
1219
d1f08d85 1220 * Makefile (srcs): Add anti.texi.
94ec544d
DL
1221
1222Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1223
1224 * Makefile (infodir, prefix): New vars.
1225 (install): Use infodir.
1226 (emacsinfodir): Deleted.
1227
1228Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1229
1230 * Makefile (srcs): Add calendar.texi.
1231
1232 * Makefile (dist): Copy texindex.c and makeinfo.c.
1233 Limit elisp-* files to those with one or two digits.
1234
1235Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1236
1237 * Makefile (dist): Changed to use Gzip instead of compress.
1238
1239Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1240
1241 * loading.texi (Unloading): define-function changed back to
1242 defalias. It may not stay this way, but at least it's
1243 consistent with the known-good version of the code patch.
1244
1245Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1246
1247 * modes.texi (Hooks): Document new optional arg of add-hook.
1248
1249Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1250
d1f08d85 1251 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
1252
1253 * tips.texi: Add new section on standard library headers.
1254
1255Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1256
1257 * Makefile (srcs): Add frame.texi to the list of sources.
1258
1259Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1260
1261 * Makefile (dist): Don't bother excluding autosave files; they'll
1262 never make it into the temp directory anyway, and the hash marks
1263 in the name are problematic for make and the Bourne shell.
dff28924 1264 (srcs):
94ec544d
DL
1265
1266Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1267
d1f08d85 1268 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
1269 the distribution tar file.
1270
dff28924 1271Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
1272
1273 * Makefile (srcs): Added index.perm.
1274 (elisp.dvi): Remove erroneous shell comment.
1275 Expect output of permute-index in permuted.fns.
1276 Save old elisp.aux in elisp.oaux.
1277 (clean): Added index.texi to be deleted.
1278
dff28924 1279Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1280
1281 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1282
dff28924 1283Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
1284
1285 * files.texi: Noted that completion-ignored-extensions is ignored
1286 when making *Completions*.
1287
1288Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1289
1290 * Makefile make dist now depends on elisp.dvi, since it tries
1291 to include it in the dist file.
1292
dff28924 1293Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
1294
1295 * functions.texinfo (Mapping Functions): Add missing quote
1296
dff28924 1297Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1298
1299 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1300 (defunargs): Turn off \hyphenchar of \sl font temporarily.
1301
dff28924 1302Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1303
1304 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1305 and @error{} are the terms now being used. The files in the
1306 directory have been changed to reflect this.
1307
d1f08d85 1308 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
1309 ` @result{}', using 5 spaces at the begining of the line.
1310
dff28924 1311Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1312
1313 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1314 experimental @indentedresult{}, @indentedexpandsto{} are part of
1315 the texinfo.tex in this directory. These TeX macros are not
1316 stable yet.
1317
dff28924 1318Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1319
1320 * texinfo.tex: temporarily added
d1f08d85 1321 \let\result=\dblarrow
94ec544d
DL
1322 \def\error{{\it ERROR} \longdblarrow}
1323 We need to do this better soon.
1324
dff28924 1325Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1326
1327 * Applied Karl Berry's patches to *.texinfo files, but not to
1328 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1329 new title page format is also not applied, since it requires
1330 texinfo.tex changes.)
1331
1332 * Cleaned up `Makefile' and defined the `emacslibdir' directory
1333 for the Project GNU development environment.
1334
ad050e54 1335;; Local Variables:
fd026ee1 1336;; coding: iso-2022-7bit
ad050e54 1337;; End:
2a34a036
GM
1338
1339 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1340 Copying and distribution of this file, with or without modification,
1341 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
1342
1343;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda