aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlan Third2018-02-11 11:34:49 +0000
committerAlan Third2018-02-11 20:54:28 +0000
commitf7a853d818d4ef04ceefe5e34d445fd73da8fe11 (patch)
tree177a51a62ab203a24b760c5183c6ed98ffee0f79 /etc
parent5a75cd1f8fbdb1dc5dbadf32c1e224e32a712194 (diff)
downloademacs-f7a853d818d4ef04ceefe5e34d445fd73da8fe11.tar.gz
emacs-f7a853d818d4ef04ceefe5e34d445fd73da8fe11.zip
Remove NS special handling of 'frame-title-format'
* lisp/term/ns-win.el (frame-title-format, icon-title-format): Change default format to just the filename. * src/nsfns.m (ns-use-proxy-icon): New variable. (ns_set_name_as_filename): Remove function. (x_implicitly_set_name): Get rid of special handling of frame-title-format. * src/nsterm.h (ns_set_represented_filename): Use new definition. * src/nsterm.m (ns_set_represented_filename): Move some of the logic from ns_set_name_as_filename into this function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8fed15af5b2..005f177a27f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -289,6 +289,11 @@ Previously it was supported only in the Cygwin-w32 build.
289** Emacs now handles key combinations involving the macOS "command" 289** Emacs now handles key combinations involving the macOS "command"
290and "option" modifier keys more correctly. 290and "option" modifier keys more correctly.
291 291
292** The special handling of `frame-title-format' on NS where setting it
293to `t' would enable the macOS proxy icon has been replaced with a
294separate variable, `ns-use-proxy-icon'. `frame-title-format' will now
295work as on other platforms.
296
292 297
293---------------------------------------------------------------------- 298----------------------------------------------------------------------
294This file is part of GNU Emacs. 299This file is part of GNU Emacs.