diff options
| author | Kim F. Storm | 2006-04-17 21:50:43 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-04-17 21:50:43 +0000 |
| commit | 39d7883583b8d6bb93bcaf61d5a1a81f8c1876ae (patch) | |
| tree | 25ed255029de3a562f22b571a852b099b52856d4 /src | |
| parent | 58dfccb32d08688ae4e0688d8d2aed59c0ac09d2 (diff) | |
| download | emacs-39d7883583b8d6bb93bcaf61d5a1a81f8c1876ae.tar.gz emacs-39d7883583b8d6bb93bcaf61d5a1a81f8c1876ae.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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 @@ | |||
| 3 | * window.c (coordinates_in_window): On the vertical border, | 3 | * window.c (coordinates_in_window): On the vertical border, |
| 4 | calculate the row number measured from the top of the window, not | 4 | calculate the row number measured from the top of the window, not |
| 5 | the top of the frame. | 5 | the top of the frame. |
| 6 | (window_loop): Test w->dedicated with !NILP instead of EQ Qt. | ||
| 7 | (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change. | ||
| 6 | 8 | ||
| 7 | 2006-04-16 Eli Zaretskii <eliz@gnu.org> | 9 | 2006-04-16 Eli Zaretskii <eliz@gnu.org> |
| 8 | 10 | ||