aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS16
1 files changed, 6 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 190509ff130..97143d2897b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -183,18 +183,14 @@ loads files during completion of 'C-h f' and 'C-h v' according to
183 183
184** emacsclient 184** emacsclient
185 185
186*** Previously, when an alternate editor is started 186*** emacsclient no longer passes --eval arguments to an alternate editor.
187(--alternate-editor/-a), and there was an --eval switch, these 187Previously, --eval arguments were passed as file names to any
188parameters were used as file names for the alternate editor. 188alternate editor started by --alternate-editor/-a.
189emacsclient will now instead start the alternate editor without these
190parameters.
191 189
192+++ 190+++
193*** emacsclient now supports the 'EMACS_SOCKET_NAME' environment variable. 191*** emacsclient now supports an 'EMACS_SOCKET_NAME' environment variable.
194The behavior is identical to 'EMACS_SERVER_FILE', in that the 192The command-line argument '--socket-name' overrides it.
195command-line value specified via '--socket-name' will override the 193(The same behavior as for the pre-existing 'EMACS_SERVER_FILE' variable.)
196environment, and the natural default to 'TMPDIR', then "/tmp", continues
197to apply.
198 194
199+++ 195+++
200*** Emacs and emacsclient now default to "$XDG_RUNTIME_DIR/emacs" 196*** Emacs and emacsclient now default to "$XDG_RUNTIME_DIR/emacs"