aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorLuc Teirlinck2003-12-30 23:37:04 +0000
committerLuc Teirlinck2003-12-30 23:37:04 +0000
commit697cf92a45f6c2d1bcaaa703caa0a1287ee7685b (patch)
tree66c4b3449b6e6da29f12c3810e98c7cba389018f /lispref
parent2e10efebcf7b6e6a5f30c26c4828583b1ad4e0b7 (diff)
downloademacs-697cf92a45f6c2d1bcaaa703caa0a1287ee7685b.tar.gz
emacs-697cf92a45f6c2d1bcaaa703caa0a1287ee7685b.zip
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog24
1 files changed, 20 insertions, 4 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index f591037daab..e1f2d143e68 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,19 @@
12003-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
12003-12-29 Richard M. Stallman <rms@gnu.org> 172003-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.
@@ -16,9 +32,9 @@
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
@@ -36,7 +52,7 @@
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.
@@ -81,7 +97,7 @@
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