diff options
| author | Juanma Barranquero | 2007-10-28 15:17:08 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-28 15:17:08 +0000 |
| commit | c48254fbbfb493a29def89154bd43ca6923fdf2a (patch) | |
| tree | 76287be058e85c9fd3eadfd9791c5d873ab5064d /lisp/ChangeLog | |
| parent | 72a69d7f8170f7224f98205e32ccf488563e28e9 (diff) | |
| download | emacs-c48254fbbfb493a29def89154bd43ca6923fdf2a.tar.gz emacs-c48254fbbfb493a29def89154bd43ca6923fdf2a.zip | |
(server-process-filter): Fix typo in docstring.
(server-log): Reflow docstrings.
(server-delete-client, server-kill-emacs-query-function): Doc fixes.
(server-goto-line-column): Use `when'.
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. |