emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 30 Jun 2006 13:41:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/06/30 13:41:55

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5155
retrieving revision 1.5156
diff -u -b -r1.5155 -r1.5156
--- ChangeLog   30 Jun 2006 01:34:42 -0000      1.5155
+++ ChangeLog   30 Jun 2006 13:41:54 -0000      1.5156
@@ -1,3 +1,15 @@
+2006-06-30  Ralf Angeli  <address@hidden>
+
+       * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
+       SPI_GETWORKAREA to find the dimensions of the screen work area,
+       and adjust vertical position of the frame in order to avoid being
+       covered by the task bar.
+
+       * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
+       f->left_pos and SH_SHOW instead of f->top_pos in the call to
+       CreateWindow.  Record the actual position in f->left_pos and
+       f->top_pos.
+
 2006-06-30  John Paul Wallington  <address@hidden>
 
        * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]