comparison lispref/ChangeLog @ 53456:944f426a3829

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 30 Dec 2003 23:37:04 +0000
parents a73a0718a32d
children c8eb797b2bb9
comparison
equal deleted inserted replaced
53455:0e3e62b0f4f2 53456:944f426a3829
1 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2
3 * errors.texi (Standard Errors): Various small corrections and
4 additions.
5
6 * control.texi: Various small changes in addition to the
7 following.
8 (Signaling Errors): Provide some more details on how `signal'
9 constructs the error message. Add anchor to the definition of
10 `signal'.
11 (Error Symbols): Describe special treatment of `quit'.
12 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
13 to emphasize that it has to be a single form.
14
15 * buffers.texi: Add anchor.
16
1 2003-12-29 Richard M. Stallman <rms@gnu.org> 17 2003-12-29 Richard M. Stallman <rms@gnu.org>
2 18
3 * windows.texi (Choosing Window): Add same-window-p, special-display-p. 19 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4 (Window Configurations): Add window-configuration-frame. 20 (Window Configurations): Add window-configuration-frame.
5 21
14 assoc-ignore-case, assoc-ignore-representation. 30 assoc-ignore-case, assoc-ignore-representation.
15 31
16 * os.texi (Time of Day): Add set-time-zone-rule. 32 * os.texi (Time of Day): Add set-time-zone-rule.
17 33
18 * numbers.texi (Math Functions): asin, acos, log, log10 34 * numbers.texi (Math Functions): asin, acos, log, log10
19 report domain-error errors. 35 report domain-error errors.
20 36
21 * nonascii.texi (Converting Representations): 37 * nonascii.texi (Converting Representations):
22 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte. 38 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
23 (Encoding and I/O): Add file-name-coding-system. 39 (Encoding and I/O): Add file-name-coding-system.
24 40
25 * modes.texi (Search-based Fontification): Explain that 41 * modes.texi (Search-based Fontification): Explain that
26 face specs are symbols with face names as values. 42 face specs are symbols with face names as values.
34 * internals.texi (Garbage Collection): Add memory-use-counts. 50 * internals.texi (Garbage Collection): Add memory-use-counts.
35 51
36 * frames.texi (Frames and Windows): Add set-frame-selected-window 52 * frames.texi (Frames and Windows): Add set-frame-selected-window
37 and frame-root-window. 53 and frame-root-window.
38 54
39 * files.texi (Contents of Directories): 55 * files.texi (Contents of Directories):
40 Add directory-files-and-attributes. 56 Add directory-files-and-attributes.
41 57
42 * display.texi (Refresh Screen): Add force-window-update. 58 * display.texi (Refresh Screen): Add force-window-update.
43 (Invisible Text): Explain about moving point out of invis text. 59 (Invisible Text): Explain about moving point out of invis text.
44 (Overlay Properties): Add overlay-properties. 60 (Overlay Properties): Add overlay-properties.
79 (Eval): Clarify the descriptions of `eval-region' and `values'. 95 (Eval): Clarify the descriptions of `eval-region' and `values'.
80 Describe `eval-buffer' instead of `eval-current-buffer' and 96 Describe `eval-buffer' instead of `eval-current-buffer' and
81 mention `eval-current-buffer' as an alias for `current-buffer'. 97 mention `eval-current-buffer' as an alias for `current-buffer'.
82 Correct the description and mention all optional arguments. 98 Correct the description and mention all optional arguments.
83 99
84 * nonascii.texi : Various small changes in addition to the 100 * nonascii.texi: Various small changes in addition to the
85 following. 101 following.
86 (Converting Representations): Clarify behavior of 102 (Converting Representations): Clarify behavior of
87 `string-make-multibyte' and `string-to-multibyte' for unibyte all 103 `string-make-multibyte' and `string-to-multibyte' for unibyte all
88 ASCII arguments. 104 ASCII arguments.
89 (Character Sets): Document the variable `charset-list' and adapt 105 (Character Sets): Document the variable `charset-list' and adapt