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