diff options
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 50 |
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 @@ | |||
| 1 | 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de> | ||
| 2 | |||
| 3 | * display.texi (Fringes): Fix typo "set-buffer-window". | ||
| 4 | |||
| 5 | 2003-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 | |||
| 1 | 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> | 49 | 2003-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 | ||
| 43 | 2003-11-20 Luc Teirlinck <teirllm@auburn.edu> | 91 | 2003-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. |