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