diff options
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 138 |
1 files changed, 137 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index de08e3fb459..85ceb0dd700 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,139 @@ | |||
| 1 | 2006-06-10 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * tips.texi (Coding Conventions): Add `@end itemize'. | ||
| 4 | |||
| 5 | 2006-06-10 Richard Stallman <rms@gnu.org> | ||
| 6 | |||
| 7 | * tips.texi (Coding Conventions): Explain use of coding systems | ||
| 8 | to ensure one decoding for strings. | ||
| 9 | |||
| 10 | 2006-06-09 Aidan Kehoe <kehoea@parhasard.net> | ||
| 11 | |||
| 12 | * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF | ||
| 13 | syntax. | ||
| 14 | |||
| 15 | 2006-06-07 Eli Zaretskii <eliz@gnu.org> | ||
| 16 | |||
| 17 | * display.texi (Font Selection): Remove description of | ||
| 18 | clear-face-cache. | ||
| 19 | |||
| 20 | * compile.texi (Eval During Compile): Fix a typo. Add index | ||
| 21 | entries for possible uses of eval-when-compile. | ||
| 22 | |||
| 23 | 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 24 | |||
| 25 | * display.texi (Abstract Display): Fix typo. | ||
| 26 | |||
| 27 | 2006-06-03 Eli Zaretskii <eliz@gnu.org> | ||
| 28 | |||
| 29 | * minibuf.texi (Minibuffer History) <history-add-new-input>: | ||
| 30 | Reword variable's description. | ||
| 31 | |||
| 32 | 2006-06-01 Richard Stallman <rms@gnu.org> | ||
| 33 | |||
| 34 | * windows.texi (Splitting Windows): Clarify splitting nonselected | ||
| 35 | window. | ||
| 36 | |||
| 37 | 2006-05-31 Juri Linkov <juri@jurta.org> | ||
| 38 | |||
| 39 | * minibuf.texi (Minibuffer History): Add history-add-new-input. | ||
| 40 | |||
| 41 | 2006-05-30 Richard Stallman <rms@gnu.org> | ||
| 42 | |||
| 43 | * display.texi (Line Height): Fix errors in description of | ||
| 44 | default line height and line-height properyty. | ||
| 45 | |||
| 46 | * nonascii.texi (Default Coding Systems): Further clarification. | ||
| 47 | |||
| 48 | 2006-05-29 Luc Teirlinck <teirllm@auburn.edu> | ||
| 49 | |||
| 50 | * internals.texi (Pure Storage): Mention that an overflow in pure | ||
| 51 | space causes a memory leak. | ||
| 52 | (Garbage Collection): If there was an overflow in pure space, | ||
| 53 | `garbage-collect' returns nil. | ||
| 54 | |||
| 55 | 2006-05-30 Eli Zaretskii <eliz@gnu.org> | ||
| 56 | |||
| 57 | * nonascii.texi (Default Coding Systems): Fix it some more. | ||
| 58 | |||
| 59 | 2006-05-29 Eli Zaretskii <eliz@gnu.org> | ||
| 60 | |||
| 61 | * nonascii.texi (Default Coding Systems): Fix last change. | ||
| 62 | |||
| 63 | 2006-05-29 Kenichi Handa <handa@m17n.org> | ||
| 64 | |||
| 65 | * nonascii.texi (find-operation-coding-system): Describe the new | ||
| 66 | argument format (FILENAME . BUFFER). | ||
| 67 | |||
| 68 | 2006-05-28 Richard Stallman <rms@gnu.org> | ||
| 69 | |||
| 70 | * tips.texi (Coding Conventions): Better explain reasons not to | ||
| 71 | advise other packages or use `eval-after-load'. | ||
| 72 | |||
| 73 | 2006-05-29 Kim F. Storm <storm@cua.dk> | ||
| 74 | |||
| 75 | * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to | ||
| 76 | `bindat-idx' and `bindat-raw' for clarity. | ||
| 77 | |||
| 78 | 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 79 | |||
| 80 | * processes.texi (Bindat Spec): Expand on `repeat' handler. | ||
| 81 | |||
| 82 | * display.texi (Display): Add "Abstract Display" to menu. | ||
| 83 | (Abstract Display, Abstract Display Functions) | ||
| 84 | (Abstract Display Example): New nodes. | ||
| 85 | * elisp.texi (Top): Add "Abstract Display" to menu. | ||
| 86 | |||
| 87 | 2006-05-27 Chong Yidong <cyd@stupidchicken.com> | ||
| 88 | |||
| 89 | * keymaps.texi (Key Sequences): Link to input events definition. | ||
| 90 | (Format of Keymaps): Delete material duplicated in Keymap Basics. | ||
| 91 | |||
| 92 | * files.texi (Changing Files): Document updated argument list for | ||
| 93 | copy-file. | ||
| 94 | |||
| 95 | 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 96 | |||
| 97 | * processes.texi (Bindat Functions): Explain term "total length". | ||
| 98 | Use it in bindat-length and bindat-pack descriptions. | ||
| 99 | |||
| 100 | 2006-05-26 Eli Zaretskii <eliz@gnu.org> | ||
| 101 | |||
| 102 | * tips.texi (Coding Conventions): Advise against using | ||
| 103 | eval-after-load in packages. Add an index entry. | ||
| 104 | |||
| 105 | 2006-05-25 Juri Linkov <juri@jurta.org> | ||
| 106 | |||
| 107 | * minibuf.texi (Text from Minibuffer): Undocument keep-all. | ||
| 108 | |||
| 109 | * modes.texi (%-Constructs): Add %e, %z, %Z. | ||
| 110 | |||
| 111 | 2006-05-25 Richard Stallman <rms@gnu.org> | ||
| 112 | |||
| 113 | * elisp.texi (Top): Update subnode menu. | ||
| 114 | |||
| 115 | * keymaps.texi (Keymap Basics): New node, split out of Key Sequences. | ||
| 116 | (Keymaps): Update menu. | ||
| 117 | |||
| 118 | 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 119 | |||
| 120 | * keymaps.texi (Key Sequences): Some clarifications. | ||
| 121 | |||
| 122 | 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 123 | |||
| 124 | * processes.texi (Bindat Functions): Say "unibyte string" | ||
| 125 | explicitly for bindat-unpack and bindat-pack descriptions. | ||
| 126 | (Bindat Examples): Don't call `string-make-unibyte' in example. | ||
| 127 | |||
| 128 | 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 129 | |||
| 130 | * keymaps.texi (Key Sequences): Renamed from Keymap Terminology. | ||
| 131 | Explain string and vector representations of key sequences | ||
| 132 | |||
| 133 | * keymaps.texi (Changing Key Bindings): | ||
| 134 | * commands.texi (Interactive Codes, Interactive Codes): | ||
| 135 | * help.texi (Describing Characters): Refer to it. | ||
| 136 | |||
| 1 | 2006-05-23 Luc Teirlinck <teirllm@auburn.edu> | 137 | 2006-05-23 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 138 | ||
| 3 | * frames.texi (Pointer Shape): @end table -> @end defvar. | 139 | * frames.texi (Pointer Shape): @end table -> @end defvar. |
| @@ -509,7 +645,7 @@ | |||
| 509 | 645 | ||
| 510 | 2005-12-23 Eli Zaretskii <eliz@gnu.org> | 646 | 2005-12-23 Eli Zaretskii <eliz@gnu.org> |
| 511 | 647 | ||
| 512 | * text.texi (Undo): Remove dupliate descriptions of `apply | 648 | * text.texi (Undo): Remove duplicate descriptions of `apply |
| 513 | funname' and `apply delta' elements of the undo list. | 649 | funname' and `apply delta' elements of the undo list. |
| 514 | 650 | ||
| 515 | 2005-12-20 Richard M. Stallman <rms@gnu.org> | 651 | 2005-12-20 Richard M. Stallman <rms@gnu.org> |