diff options
| author | Richard M. Stallman | 2004-11-16 17:31:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-16 17:31:19 +0000 |
| commit | ee31cd78ef49f569262b1a591949d707583dcdb3 (patch) | |
| tree | 9bb374cc63d53eb9b250a27b25c382d21059874a /lispref | |
| parent | 155cb2e57eb0ae8e874824bcaf733cfe97c4f788 (diff) | |
| download | emacs-ee31cd78ef49f569262b1a591949d707583dcdb3.tar.gz emacs-ee31cd78ef49f569262b1a591949d707583dcdb3.zip | |
*** empty log message ***
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index efc086c6c2f..78406b20c48 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2004-11-16 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * tips.texi (Coding Conventions): Separate defvar and require | ||
| 4 | methods to avoid warnings. Use require only when there are many | ||
| 5 | functions and variables from that package. | ||
| 6 | |||
| 7 | * minibuf.texi (Minibuffer Completion): When ignoring case, | ||
| 8 | predicate must not be case-sensitive. | ||
| 9 | |||
| 10 | * debugging.texi (Function Debugging, Explicit Debug): Clarified. | ||
| 11 | (Test Coverage): Don't talk about "splotches". Clarified. | ||
| 12 | |||
| 1 | 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org> | 13 | 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 14 | ||
| 3 | * frames.texi (Window Frame Parameters): Fix typo. | 15 | * frames.texi (Window Frame Parameters): Fix typo. |