changeset 73612:0dc9329d69be

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 02 Nov 2006 01:31:39 +0000
parents d1bc957e4056
children fd7f97a75198
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Nov 02 01:29:41 2006 +0000
+++ b/lisp/ChangeLog	Thu Nov 02 01:31:39 2006 +0000
@@ -1,3 +1,10 @@
+2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
+
+	* server.el (server-visit-files): Use `when'.
+	(server-process-filter): When authentication fails, send error
+	message to client.  Wrap `process-send-region' in `ignore-errors'
+	instead of `condition-case', and remove misleading comment.
+
 2006-11-01  Juri Linkov  <juri@jurta.org>
 
 	* simple.el (yank): Doc fix.
@@ -12,7 +19,7 @@
 	* battery.el (battery-linux-proc-acpi): Prevent range error when
 	`full-capacity' is 0.
 
-2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com>  (tiny change)
+2006-10-31 Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
 
 	* lisp/faces.el (faces-sample-overlay): New defvar.
 	(faces-sample-overlay): New function to show face sample text.