diff options
author | Kim F. Storm <storm@cua.dk> | 2006-04-17 21:50:43 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-04-17 21:50:43 +0000 |
commit | 39d7883583b8d6bb93bcaf61d5a1a81f8c1876ae (patch) | |
tree | 25ed255029de3a562f22b571a852b099b52856d4 | |
parent | 58dfccb32d08688ae4e0688d8d2aed59c0ac09d2 (diff) | |
download | emacs-39d7883583b8d6bb93bcaf61d5a1a81f8c1876ae.tar.gz |
*** empty log message ***
-rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index efd1f1ff38e..2c96a985d8f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,6 +3,8 @@ * window.c (coordinates_in_window): On the vertical border, calculate the row number measured from the top of the window, not the top of the frame. + (window_loop): Test w->dedicated with !NILP instead of EQ Qt. + (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change. 2006-04-16 Eli Zaretskii <eliz@gnu.org> |