diff options
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 16 |
2 files changed, 10 insertions, 11 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0a6b4b35bee..b3ac07ec269 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) | 1 | 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) |
| 2 | 2 | ||
| 3 | Fixes to emacsclient.c for GNU/Linux. | 3 | * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>. |
| 4 | * emacsclient.c [!WINDOWSNT] <top level>: Include <netinet/in.h> and | ||
| 5 | <sys/ioctl.h>. | ||
| 6 | (INVALID_SOCKET): Define. | 4 | (INVALID_SOCKET): Define. |
| 7 | (initialize_sockets): Put #endif at the right place. | 5 | (initialize_sockets): Put #endif at the right place. |
| 8 | (set_local_socket): Use progname, not argv[0]. | 6 | (set_local_socket): Use progname, not argv[0]. |
| @@ -41,7 +39,6 @@ | |||
| 41 | set_local_socket. Use set_socket. Get answers from server.el with | 39 | set_local_socket. Use set_socket. Get answers from server.el with |
| 42 | recv(), not file stream functions. | 40 | recv(), not file stream functions. |
| 43 | 41 | ||
| 44 | |||
| 45 | 2006-10-09 Eli Zaretskii <eliz@gnu.org> | 42 | 2006-10-09 Eli Zaretskii <eliz@gnu.org> |
| 46 | 43 | ||
| 47 | * makefile.w32-in (../src/config.h): Fix error message. | 44 | * makefile.w32-in (../src/config.h): Fix error message. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 968f2e65f0f..83c082df439 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | 2006-10-31 Ramprasad B <ramprasad@gnu.org> | 1 | 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change) |
| 2 | 2 | ||
| 3 | * lisp/faces.el: Installed describe-face sample text of | 3 | * lisp/faces.el (faces-sample-overlay): New defvar. |
| 4 | `yoni-r@actcom.com: etc/TODO item: describe-face sample text'. | 4 | (faces-sample-overlay): New function to show face sample text. |
| 5 | (describe-face): Use it. | ||
| 5 | 6 | ||
| 6 | 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org> | 7 | 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org> |
| 7 | 8 | ||
| @@ -25,8 +26,8 @@ | |||
| 25 | * server.el: Add support for TCP sockets. | 26 | * server.el: Add support for TCP sockets. |
| 26 | (server-use-tcp, server-host, server-auth-dir): New options. | 27 | (server-use-tcp, server-host, server-auth-dir): New options. |
| 27 | (server-auth-key): New variable. | 28 | (server-auth-key): New variable. |
| 28 | (server-ensure-safe-dir): Create nonexistent parent dirs. Ignore | 29 | (server-ensure-safe-dir): Create nonexistent parent dirs. |
| 29 | Unix-style file modes on Windows. | 30 | Ignore Unix-style file modes on Windows. |
| 30 | (server-start): Crete a TCP or Unix socket according to the value | 31 | (server-start): Crete a TCP or Unix socket according to the value |
| 31 | of `server-use-tcp'. For TCP sockets, create the id/auth file in | 32 | of `server-use-tcp'. For TCP sockets, create the id/auth file in |
| 32 | `server-auth-dir' directory. | 33 | `server-auth-dir' directory. |
| @@ -81,8 +82,9 @@ | |||
| 81 | compilers. | 82 | compilers. |
| 82 | 83 | ||
| 83 | 2006-10-29 Lars Hansen <larsh@soem.dk> | 84 | 2006-10-29 Lars Hansen <larsh@soem.dk> |
| 84 | * net/tramp.el (with-parsed-tramp-file-name): Correct debug | 85 | |
| 85 | spec. Highlight as keyword. | 86 | * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec. |
| 87 | Highlight as keyword. | ||
| 86 | (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists. | 88 | (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists. |
| 87 | Don't call tramp-method-out-of-band-p for local files. | 89 | Don't call tramp-method-out-of-band-p for local files. |
| 88 | (tramp-touch): Quote file name. | 90 | (tramp-touch): Quote file name. |