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 d6d3080c900..25e45ee9132 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-11-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * server.el (server-visit-files): Use `when'. | ||
| 4 | (server-process-filter): When authentication fails, send error | ||
| 5 | message to client. Wrap `process-send-region' in `ignore-errors' | ||
| 6 | instead of `condition-case', and remove misleading comment. | ||
| 7 | |||
| 1 | 2006-11-01 Juri Linkov <juri@jurta.org> | 8 | 2006-11-01 Juri Linkov <juri@jurta.org> |
| 2 | 9 | ||
| 3 | * simple.el (yank): Doc fix. | 10 | * simple.el (yank): Doc fix. |
| @@ -12,7 +19,7 @@ | |||
| 12 | * battery.el (battery-linux-proc-acpi): Prevent range error when | 19 | * battery.el (battery-linux-proc-acpi): Prevent range error when |
| 13 | `full-capacity' is 0. | 20 | `full-capacity' is 0. |
| 14 | 21 | ||
| 15 | 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change) | 22 | 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change) |
| 16 | 23 | ||
| 17 | * lisp/faces.el (faces-sample-overlay): New defvar. | 24 | * lisp/faces.el (faces-sample-overlay): New defvar. |
| 18 | (faces-sample-overlay): New function to show face sample text. | 25 | (faces-sample-overlay): New function to show face sample text. |