Mercurial > emacs
diff src/ChangeLog @ 100910:772f216c2808
(x_set_frame_parameters): Make sure height (width) get
applied when fullwidth (fullheight) is set. (Bug#1522)
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Mon, 05 Jan 2009 10:29:41 +0000 |
parents | f698c4e8b138 |
children | 85686225ed37 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jan 05 09:52:53 2009 +0000 +++ b/src/ChangeLog Mon Jan 05 10:29:41 2009 +0000 @@ -1,3 +1,8 @@ +2009-01-05 Martin Rudalics <rudalics@gmx.at> + + * frame.c (x_set_frame_parameters): Make sure height (width) get + applied when fullwidth (fullheight) is set. (Bug#1522) + 2009-01-04 Juanma Barranquero <lekktu@gmail.com> * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)