diff options
| author | Gerd Moellmann | 2000-12-06 15:53:27 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-06 15:53:27 +0000 |
| commit | d4b72d58bccd897cf21261c4b89b850317c42d98 (patch) | |
| tree | df7ade104b06622c241d56f3de09209cbb8eded8 /src | |
| parent | b6097c15046692c3c7dde23bdfcfb13bfa331d8d (diff) | |
| download | emacs-d4b72d58bccd897cf21261c4b89b850317c42d98.tar.gz emacs-d4b72d58bccd897cf21261c4b89b850317c42d98.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 449ef0402fc..ad6d99a593d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-12-06 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-06 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current | ||
| 4 | matrix if the window's left position has changed; we need to | ||
| 5 | redraw it in this case. | ||
| 6 | |||
| 7 | * dispextern.h (struct glyph_matrix): Add member window_left_x. | ||
| 8 | |||
| 3 | * window.c (coordinates_in_window): Check mouse on mode-line or | 9 | * window.c (coordinates_in_window): Check mouse on mode-line or |
| 4 | header-line first. | 10 | header-line first. |
| 5 | 11 | ||