From: Eli Zaretskii Date: Fri, 30 Jun 2006 13:41:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~1774 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6407e67c1be1373fbf584db83229815c07a9786b;p=emacs.git *** empty log message *** --- diff --git a/man/ChangeLog b/man/ChangeLog index 3bcf31803b2..70a024ccade 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2006-06-30 Eli Zaretskii + + * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse) + (Windows Processes, Windows Misc): Shorten the printed version by + selectively conditioning less important portions by @ifnottex. + 2006-06-30 Ralf Angeli * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face diff --git a/src/ChangeLog b/src/ChangeLog index 83c581a4116..8289442da83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2006-06-30 Ralf Angeli + + * 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 * w32console.c (syms_of_ntterm) :