comparison lispref/ChangeLog @ 53301:67874c814e45

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 25 Dec 2003 04:03:49 +0000
parents bf5d5ec99a65
children 128d7f57fc59
comparison
equal deleted inserted replaced
53300:2cabf526af0e 53301:67874c814e45
1 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
2
3 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4 * nonascii.texi, processes.texi, tips.texi, variables.texi:
5 Add or change various xrefs and anchors.
6
7 * commands.texi: Replace all occurrences of @acronym{CAR} with
8 @sc{car}, for consistency with the rest of the Elisp manual.
9 `car' and `cdr' are historically acronyms, but are no longer
10 widely thought of as such.
11
12 * internals.texi (Pure Storage): Mention that `purecopy' does not
13 copy text properties.
14 (Object Internals): Now 29 bits are used (in most implementations)
15 to address Lisp objects.
16
17 * variables.texi (Variables with Restricted Values): New node.
18
19 * objects.texi (Lisp Data Types): Mention that certain variables
20 can only take on a restricted set of values and add an xref to
21 the new node "Variables with Restricted Values".
22
23 * eval.texi (Function Indirection): Describe the errors that
24 `indirect-function' can signal.
25 (Eval): Clarify the descriptions of `eval-region' and `values'.
26 Describe `eval-buffer' instead of `eval-current-buffer' and
27 mention `eval-current-buffer' as an alias for `current-buffer'.
28 Correct the description and mention all optional arguments.
29
30 * nonascii.texi : Various small changes in addition to the
31 following.
32 (Converting Representations): Clarify behavior of
33 `string-make-multibyte' and `string-to-multibyte' for unibyte all
34 ASCII arguments.
35 (Character Sets): Document the variable `charset-list' and adapt
36 the definition of the function `charset-list' accordingly.
37 (Translation of Characters): Clarify use of generic characters in
38 `make-translation-table'. Clarify and correct the description of
39 the use of translation tables in encoding and decoding.
40 (User-Chosen Coding Systems): Correct and clarify the description
41 of `select-safe-coding-system'.
42 (Default Coding Systems): Clarify description of
43 `file-coding-system-alist'.
44
1 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> 45 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2 46
3 * strings.texi (Text Comparison): Correctly describe when two 47 * strings.texi (Text Comparison): Correctly describe when two
4 strings are `equal'. Combine and clarify descriptions of 48 strings are `equal'. Combine and clarify descriptions of
5 `assoc-ignore-case' and `assoc-ignore-representation'. 49 `assoc-ignore-case' and `assoc-ignore-representation'.
40 * anti.texi (File Attributes): Describe removed parameter 84 * anti.texi (File Attributes): Describe removed parameter
41 ID-FORMAT. 85 ID-FORMAT.
42 86
43 2003-11-20 Luc Teirlinck <teirllm@auburn.edu> 87 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
44 88
45 * positions.texi (Positions): Mention that, if a marker is used a 89 * positions.texi (Positions): Mention that, if a marker is used as
46 a position, its buffer is ignored. 90 a position, its buffer is ignored.
47 91
48 * markers.texi (Overview of Markers): Mention it here too. 92 * markers.texi (Overview of Markers): Mention it here too.
49 93
50 2003-11-12 Luc Teirlinck <teirllm@auburn.edu> 94 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>