# HG changeset patch # User Kim F. Storm # Date 1162292830 0 # Node ID b10ad78a3492c740ae97abf137569215cb1a4823 # Parent b75267a9d03275026dbd42018e69feffbdb83d5e *** empty log message *** diff -r b75267a9d032 -r b10ad78a3492 lib-src/ChangeLog --- a/lib-src/ChangeLog Tue Oct 31 09:59:48 2006 +0000 +++ b/lib-src/ChangeLog Tue Oct 31 11:07:10 2006 +0000 @@ -1,8 +1,6 @@ 2006-10-31 Tim Van Holder (tiny change) - Fixes to emacsclient.c for GNU/Linux. - * emacsclient.c [!WINDOWSNT] : Include and - . + * emacsclient.c [!WINDOWSNT]: Include and . (INVALID_SOCKET): Define. (initialize_sockets): Put #endif at the right place. (set_local_socket): Use progname, not argv[0]. @@ -41,7 +39,6 @@ set_local_socket. Use set_socket. Get answers from server.el with recv(), not file stream functions. - 2006-10-09 Eli Zaretskii * makefile.w32-in (../src/config.h): Fix error message. diff -r b75267a9d032 -r b10ad78a3492 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 31 09:59:48 2006 +0000 +++ b/lisp/ChangeLog Tue Oct 31 11:07:10 2006 +0000 @@ -1,7 +1,8 @@ -2006-10-31 Ramprasad B - - * lisp/faces.el: Installed describe-face sample text of - `yoni-r@actcom.com: etc/TODO item: describe-face sample text'. +2006-10-31 Yoni Rabkin Katzenell (tiny change) + + * lisp/faces.el (faces-sample-overlay): New defvar. + (faces-sample-overlay): New function to show face sample text. + (describe-face): Use it. 2006-10-31 Stephen Leake @@ -25,8 +26,8 @@ * server.el: Add support for TCP sockets. (server-use-tcp, server-host, server-auth-dir): New options. (server-auth-key): New variable. - (server-ensure-safe-dir): Create nonexistent parent dirs. Ignore - Unix-style file modes on Windows. + (server-ensure-safe-dir): Create nonexistent parent dirs. + Ignore Unix-style file modes on Windows. (server-start): Crete a TCP or Unix socket according to the value of `server-use-tcp'. For TCP sockets, create the id/auth file in `server-auth-dir' directory. @@ -81,8 +82,9 @@ compilers. 2006-10-29 Lars Hansen - * net/tramp.el (with-parsed-tramp-file-name): Correct debug - spec. Highlight as keyword. + + * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec. + Highlight as keyword. (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists. Don't call tramp-method-out-of-band-p for local files. (tramp-touch): Quote file name.