diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a87e527307..30bdbefd98e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-10-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * server.el (server-process-filter): Fix typo in docstring. | ||
| 4 | (server-log): Reflow docstrings. | ||
| 5 | (server-delete-client, server-kill-emacs-query-function): Doc fixes. | ||
| 6 | (server-goto-line-column): Use `when'. | ||
| 7 | |||
| 1 | 2007-10-28 Juri Linkov <juri@jurta.org> | 8 | 2007-10-28 Juri Linkov <juri@jurta.org> |
| 2 | 9 | ||
| 3 | * isearch.el (isearch-other-meta-char): Call `isearch-edit-string' | 10 | * isearch.el (isearch-other-meta-char): Call `isearch-edit-string' |
| @@ -32,7 +39,7 @@ | |||
| 32 | 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 39 | 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 33 | 40 | ||
| 34 | * ps-print.el: Now detect if text foreground and background colors are | 41 | * ps-print.el: Now detect if text foreground and background colors are |
| 35 | equals and replace the foreground color by another color, so the text | 42 | equal and replace the foreground color by another color, so the text |
| 36 | becomes visible. Doc fix. | 43 | becomes visible. Doc fix. |
| 37 | (ps-print-version): New version 6.8. | 44 | (ps-print-version): New version 6.8. |
| 38 | (ps-default-fg, ps-default-bg): Docstring fix. | 45 | (ps-default-fg, ps-default-bg): Docstring fix. |