comparison lisp/ChangeLog @ 73612:0dc9329d69be

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 02 Nov 2006 01:31:39 +0000
parents 7520c658d78f
children 611bcdce16f1
comparison
equal deleted inserted replaced
73611:d1bc957e4056 73612:0dc9329d69be
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.
4 11
5 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca> 12 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> 17 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11 18
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.
19 (describe-face): Use it. 26 (describe-face): Use it.
20 27