diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f31b26834e3..f2c662e03c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-02-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/dbus.el: Remove `no-byte-compile' cookie. | ||
| 4 | (dbus-call-method, dbus-register-signal, dbus-debug) | ||
| 5 | (dbus-registered-functions-table): Declare them with | ||
| 6 | `declare-function' or `defvar', respectively. | ||
| 7 | (top): Don't assert any longer. Require 'cl when compiling. | ||
| 8 | Apply `ignore-errors' but `dbus-ignore-errors'. | ||
| 9 | |||
| 1 | 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu> | 10 | 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 11 | ||
| 3 | * diff-mode.el (diff-add-change-log-entries-other-window): Use | 12 | * diff-mode.el (diff-add-change-log-entries-other-window): Use |