diff options
| author | Eli Zaretskii | 2006-12-09 22:02:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-09 22:02:40 +0000 |
| commit | cbf9640e483b348536003a2f6bd03cba194a6ab2 (patch) | |
| tree | eabbee4fa6990b9ce85aa5154378c4e2b4e6d4a3 | |
| parent | 648f6edf03f7b89fdc70c8ee0e5090a221015dd4 (diff) | |
| download | emacs-cbf9640e483b348536003a2f6bd03cba194a6ab2.tar.gz emacs-cbf9640e483b348536003a2f6bd03cba194a6ab2.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
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 | ||
| 37 | 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change) | ||
| 38 | |||
| 39 | * cmuscheme.el (scheme-start-file): Use `let*', not `let'. | ||
| 40 | |||
| 37 | 2006-12-09 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> | 41 | 2006-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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-12-09 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-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 |