aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-06-30 13:41:54 +0000
committerEli Zaretskii2006-06-30 13:41:54 +0000
commit6407e67c1be1373fbf584db83229815c07a9786b (patch)
treefd22fbcd2420aabe5756ba3a04f5814ce0a1c4b0
parent8958048c293369ded3b309fe664ba7ea84b4ade2 (diff)
downloademacs-6407e67c1be1373fbf584db83229815c07a9786b.tar.gz
emacs-6407e67c1be1373fbf584db83229815c07a9786b.zip
*** empty log message ***
-rw-r--r--man/ChangeLog6
-rw-r--r--src/ChangeLog12
2 files changed, 18 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 3bcf31803b2..70a024ccade 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12006-06-30 Eli Zaretskii <eliz@gnu.org>
2
3 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4 (Windows Processes, Windows Misc): Shorten the printed version by
5 selectively conditioning less important portions by @ifnottex.
6
12006-06-30 Ralf Angeli <angeli@caeruleus.net> 72006-06-30 Ralf Angeli <angeli@caeruleus.net>
2 8
3 * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face 9 * 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 @@
12006-06-30 Ralf Angeli <angeli@caeruleus.net>
2
3 * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
4 SPI_GETWORKAREA to find the dimensions of the screen work area,
5 and adjust vertical position of the frame in order to avoid being
6 covered by the task bar.
7
8 * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
9 f->left_pos and SH_SHOW instead of f->top_pos in the call to
10 CreateWindow. Record the actual position in f->left_pos and
11 f->top_pos.
12
12006-06-30 John Paul Wallington <jpw@pobox.com> 132006-06-30 John Paul Wallington <jpw@pobox.com>
2 14
3 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>: 15 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>: