diff options
| author | Chong Yidong | 2007-01-21 23:29:00 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-01-21 23:29:00 +0000 |
| commit | 64401adc71a0a289e9190e63459c8334b7063288 (patch) | |
| tree | 04bfd62f80f18eeef11083109aa5c6bee6d246ad /src | |
| parent | 724b824a774f0f57aa73c2adc619b03fa352db38 (diff) | |
| download | emacs-64401adc71a0a289e9190e63459c8334b7063288.tar.gz emacs-64401adc71a0a289e9190e63459c8334b7063288.zip | |
* xdisp.c (try_window): Revert previous change.
* dispnew.c (update_text_area): Revert 2006-09-17 change.
Always redraw non-mode-line rows with mouse-face.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0897285121b..a936f0345c1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-01-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xdisp.c (try_window): Revert previous change. | ||
| 4 | |||
| 5 | * dispnew.c (update_text_area): Revert 2006-09-17 change. | ||
| 6 | Always redraw non-mode-line rows with mouse-face. | ||
| 7 | |||
| 1 | 2007-01-20 Chong Yidong <cyd@stupidchicken.com> | 8 | 2007-01-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * xdisp.c (try_window): Clear mouse-face highlights first. | 10 | * xdisp.c (try_window): Clear mouse-face highlights first. |