aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2006-10-31 11:07:10 +0000
committerKim F. Storm2006-10-31 11:07:10 +0000
commitd4fa60c883cfddb62f64c59062f18c784fcbe67e (patch)
treee0c3fe400032a30583ce73eb3c5e3952f20cda26 /lisp
parent3cd2b59fc8ea1e250ca865c39d543d59a23bffc7 (diff)
downloademacs-d4fa60c883cfddb62f64c59062f18c784fcbe67e.tar.gz
emacs-d4fa60c883cfddb62f64c59062f18c784fcbe67e.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog16
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 @@
12006-10-31 Ramprasad B <ramprasad@gnu.org> 12006-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
62006-10-31 Stephen Leake <stephen_leake@stephe-leake.org> 72006-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
832006-10-29 Lars Hansen <larsh@soem.dk> 842006-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.