aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-03-21 10:23:22 +0100
committerMartin Rudalics2014-03-21 10:23:22 +0100
commit21e18b30e2a15b726b9822cb7bb086792465a6d1 (patch)
tree5e8c5e515500c37eac4f225a8c83d4662fc03766 /src/ChangeLog
parent78540c42f162761bde4322c5d1d89e8dfd455c80 (diff)
downloademacs-21e18b30e2a15b726b9822cb7bb086792465a6d1.tar.gz
emacs-21e18b30e2a15b726b9822cb7bb086792465a6d1.zip
Truly maximize w32 frames with odd fonts and some texi fixes.
* w32fns.c (w32_wnd_proc): For WM_WINDOWPOSCHANGING don't constrain frame size in SW_SHOWMAXIMIZED case so we can truly maximize a frame for odd default fonts. * frames.texi (Size and Position): In `frame-resize-pixelwise' description drop remark about frame maximization. * windows.texi (Display Action Functions): Add description for `display-buffer-no-window' and explain use of `allow-no-window' alist entries.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d2572e74048..ccd8fb46957 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-03-21 Martin Rudalics <rudalics@gmx.at>
2
3 * w32fns.c (w32_wnd_proc): For WM_WINDOWPOSCHANGING don't
4 constrain frame size in SW_SHOWMAXIMIZED case so we can truly
5 maximize a frame for odd default fonts.
6
12014-03-20 Paul Eggert <eggert@cs.ucla.edu> 72014-03-20 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * doc.c (store_function_docstring): Fix pointer signedness mismatch. 9 * doc.c (store_function_docstring): Fix pointer signedness mismatch.