]> git.eshelyaron.com Git - emacs.git/commit
Remove NS special handling of 'frame-title-format'
authorAlan Third <alan@idiocy.org>
Sun, 11 Feb 2018 11:34:49 +0000 (11:34 +0000)
committerAlan Third <alan@idiocy.org>
Sun, 11 Feb 2018 20:54:28 +0000 (20:54 +0000)
commitf7a853d818d4ef04ceefe5e34d445fd73da8fe11
tree177a51a62ab203a24b760c5183c6ed98ffee0f79
parent5a75cd1f8fbdb1dc5dbadf32c1e224e32a712194
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.
etc/NEWS
lisp/term/ns-win.el
src/nsfns.m
src/nsterm.h
src/nsterm.m