Mercurial > emacs
diff src/ChangeLog @ 111893:fb9ef71605cf
Handle negative top/left in frame parameters (Bug#7510).
* src/nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
* src/nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
Use FRAME_TOOLBAR_HEIGHT.
(x_set_offset): Handle XNegative and YNegative in
f->size_hint_flags.
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Thu, 02 Dec 2010 08:12:54 +0100 |
parents | 3429632cfcfb |
children | 5c6c43239aa4 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Dec 01 20:56:54 2010 -0800 +++ b/src/ChangeLog Thu Dec 02 08:12:54 2010 +0100 @@ -1,3 +1,12 @@ +2010-12-02 Jan Djärv <jhd@zeplinf.localdomain> + + * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT. + + * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs): + Use FRAME_TOOLBAR_HEIGHT. + (x_set_offset): Handle XNegative and YNegative in + f->size_hint_flags (Bug#7510). + 2010-11-25 Kenichi Handa <handa@m17n.org> * charset.c (emacs_mule_charset): Make it an array of charset ID;