diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 9 insertions, 7 deletions
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. |