aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2003-12-28 16:05:28 +0000
committerKaroly Lorentey2003-12-28 16:05:28 +0000
commit8ed48c277afad174675b3d6dcb8e7b00a4bcc97d (patch)
tree53d9baa35f9420264e2f53ad4db850c400c3e2c6 /lispref/ChangeLog
parent2e7f2ec031f1708b80df9dc1f60f6b1cb24a5c02 (diff)
parent69348b2a71cbabeb23e3b7d5dce354c5bc4bd311 (diff)
downloademacs-8ed48c277afad174675b3d6dcb8e7b00a4bcc97d.tar.gz
emacs-8ed48c277afad174675b3d6dcb8e7b00a4bcc97d.zip
Merged in changes from CVS HEAD
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-1 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-2 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-3 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-17
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog50
1 files changed, 49 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 85a5f506739..1b9aabffe46 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,51 @@
12003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2
3 * display.texi (Fringes): Fix typo "set-buffer-window".
4
52003-12-24 Luc Teirlinck <teirllm@auburn.edu>
6
7 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9 Add or change various xrefs and anchors.
10
11 * commands.texi: Replace all occurrences of @acronym{CAR} with
12 @sc{car}, for consistency with the rest of the Elisp manual.
13 `car' and `cdr' are historically acronyms, but are no longer
14 widely thought of as such.
15
16 * internals.texi (Pure Storage): Mention that `purecopy' does not
17 copy text properties.
18 (Object Internals): Now 29 bits are used (in most implementations)
19 to address Lisp objects.
20
21 * variables.texi (Variables with Restricted Values): New node.
22
23 * objects.texi (Lisp Data Types): Mention that certain variables
24 can only take on a restricted set of values and add an xref to
25 the new node "Variables with Restricted Values".
26
27 * eval.texi (Function Indirection): Describe the errors that
28 `indirect-function' can signal.
29 (Eval): Clarify the descriptions of `eval-region' and `values'.
30 Describe `eval-buffer' instead of `eval-current-buffer' and
31 mention `eval-current-buffer' as an alias for `current-buffer'.
32 Correct the description and mention all optional arguments.
33
34 * nonascii.texi : Various small changes in addition to the
35 following.
36 (Converting Representations): Clarify behavior of
37 `string-make-multibyte' and `string-to-multibyte' for unibyte all
38 ASCII arguments.
39 (Character Sets): Document the variable `charset-list' and adapt
40 the definition of the function `charset-list' accordingly.
41 (Translation of Characters): Clarify use of generic characters in
42 `make-translation-table'. Clarify and correct the description of
43 the use of translation tables in encoding and decoding.
44 (User-Chosen Coding Systems): Correct and clarify the description
45 of `select-safe-coding-system'.
46 (Default Coding Systems): Clarify description of
47 `file-coding-system-alist'.
48
12003-11-30 Luc Teirlinck <teirllm@auburn.edu> 492003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2 50
3 * strings.texi (Text Comparison): Correctly describe when two 51 * strings.texi (Text Comparison): Correctly describe when two
@@ -42,7 +90,7 @@
42 90
432003-11-20 Luc Teirlinck <teirllm@auburn.edu> 912003-11-20 Luc Teirlinck <teirllm@auburn.edu>
44 92
45 * positions.texi (Positions): Mention that, if a marker is used a 93 * positions.texi (Positions): Mention that, if a marker is used as
46 a position, its buffer is ignored. 94 a position, its buffer is ignored.
47 95
48 * markers.texi (Overview of Markers): Mention it here too. 96 * markers.texi (Overview of Markers): Mention it here too.