diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a10343171a..f4ba9e0fb40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-06-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * net/dbus.el (dbus-register-method): Declare function. | ||
| 4 | (dbus-handle-event, dbus-property-handler): Fix typos in docstrings. | ||
| 5 | (dbus-introspect): Doc fix. | ||
| 6 | (dbus-event-bus-name, dbus-introspect-get-interface) | ||
| 7 | (dbus-introspect-get-argument): Reflow docstrings. | ||
| 8 | |||
| 1 | 2010-06-04 Chong Yidong <cyd@stupidchicken.com> | 9 | 2010-06-04 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 10 | ||
| 3 | * term/common-win.el (x-colors): Add "dark green" and "dark | 11 | * term/common-win.el (x-colors): Add "dark green" and "dark |
| @@ -424,7 +432,7 @@ | |||
| 424 | 432 | ||
| 425 | * files.el (auto-mode-alist): Accept more verilog file patterns. | 433 | * files.el (auto-mode-alist): Accept more verilog file patterns. |
| 426 | 434 | ||
| 427 | 2010-03-09 Miles Bader <miles@gnu.org>> | 435 | 2010-03-09 Miles Bader <miles@gnu.org> |
| 428 | 436 | ||
| 429 | * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog, | 437 | * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog, |
| 430 | instead of "format:"; this ensures that the output is | 438 | instead of "format:"; this ensures that the output is |