aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-16 17:31:19 +0000
committerRichard M. Stallman2004-11-16 17:31:19 +0000
commitee31cd78ef49f569262b1a591949d707583dcdb3 (patch)
tree9bb374cc63d53eb9b250a27b25c382d21059874a /lispref
parent155cb2e57eb0ae8e874824bcaf733cfe97c4f788 (diff)
downloademacs-ee31cd78ef49f569262b1a591949d707583dcdb3.tar.gz
emacs-ee31cd78ef49f569262b1a591949d707583dcdb3.zip
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog12
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 @@
12004-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
12004-11-16 Thien-Thi Nguyen <ttn@gnu.org> 132004-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.