1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
emacs/doc
Alan Third 72f54f035d Fix NS frame parameters (bug#39000)
* src/frame.c (make_frame): Use new system default setting.
* src/frame.h (enum ns_appearance_type): Add new system default
setting.
* src/nsfns.m (Fx_create_frame): Correctly handle Qunbound and support
system default appearance.
(syms_of_nsfns): Add Qlight.
* src/nsterm.h: New method definition.
* src/nsterm.m (ns_set_appearance): Correctly handle Qlight and use new
setAppearance method.
([EmacsView initFrameFromEmacs:]): Use new setAppearance method.
([EmacsWindow setAppearance]): New method.
* doc/lispref/frames.texi (Management Parameters): Document 'light'.
2020-01-07 18:33:14 +00:00
..
emacs Update copyright year to 2020 2020-01-01 00:59:52 +00:00
lispintro Update copyright year to 2020 2020-01-01 00:59:52 +00:00
lispref Fix NS frame parameters (bug#39000) 2020-01-07 18:33:14 +00:00
man Update copyright year to 2020 2020-01-01 00:59:52 +00:00
misc ; Sync with Tramp repository 2020-01-06 12:11:53 +01:00