Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d4fa60c8
Commit
d4fa60c8
authored
Oct 31, 2006
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
3cd2b59f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
lib-src/ChangeLog
lib-src/ChangeLog
+1
-4
lisp/ChangeLog
lisp/ChangeLog
+9
-7
No files found.
lib-src/ChangeLog
View file @
d4fa60c8
2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
Fixes to emacsclient.c for GNU/Linux.
* emacsclient.c [!WINDOWSNT] <top level>: Include <netinet/in.h> and
<sys/ioctl.h>.
* emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
(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 <eliz@gnu.org>
* makefile.w32-in (../src/config.h): Fix error message.
...
...
lisp/ChangeLog
View file @
d4fa60c8
2006-10-31
Ramprasad B <ramprasad@gnu.org>
2006-10-31
Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
* lisp/faces.el: Installed describe-face sample text of
`yoni-r@actcom.com: etc/TODO item: describe-face sample text'.
* 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 <stephen_leake@stephe-leake.org>
...
...
@@ -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 <larsh@soem.dk>
* 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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment