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