aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-09 22:02:40 +0000
committerEli Zaretskii2006-12-09 22:02:40 +0000
commitcbf9640e483b348536003a2f6bd03cba194a6ab2 (patch)
treeeabbee4fa6990b9ce85aa5154378c4e2b4e6d4a3
parent648f6edf03f7b89fdc70c8ee0e5090a221015dd4 (diff)
downloademacs-cbf9640e483b348536003a2f6bd03cba194a6ab2.tar.gz
emacs-cbf9640e483b348536003a2f6bd03cba194a6ab2.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c89ed1f57ca..61074a80721 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -34,6 +34,10 @@
34 34
35 * international/mule-cmds.el (register-input-method): Doc fix. 35 * international/mule-cmds.el (register-input-method): Doc fix.
36 36
372006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
38
39 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
40
372006-12-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 412006-12-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
38 42
39 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New. 43 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ec2d26cd91..466a91965c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-12-09 Eli Zaretskii <eliz@gnu.org>
2
3 * process.c (Fsignal_process): Doc fix. Use XFLOAT_DATA to
4 extract the process ID from a Lisp float.
5
12006-12-09 Chong Yidong <cyd@stupidchicken.com> 62006-12-09 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * xterm.c (XTframe_raise_lower): Comment out _NET_ACTIVE_WINDOW 8 * xterm.c (XTframe_raise_lower): Comment out _NET_ACTIVE_WINDOW