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