diff options
| author | Luc Teirlinck | 2003-12-25 04:03:49 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-12-25 04:03:49 +0000 |
| commit | 68e74f257897da0025f3236a58d61949e6dfe137 (patch) | |
| tree | e83866475d4979cf215e689b1ae3c43c5d90203f /lispref/ChangeLog | |
| parent | 70057f39ff1190a07a3815052b038ebd6a8e2b9b (diff) | |
| download | emacs-68e74f257897da0025f3236a58d61949e6dfe137.tar.gz emacs-68e74f257897da0025f3236a58d61949e6dfe137.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 85a5f506739..753c02afd46 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,47 @@ | |||
| 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 |
| @@ -42,7 +86,7 @@ | |||
| 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. |