diff options
| author | Eli Zaretskii | 2014-07-01 20:07:24 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-01 20:07:24 +0300 |
| commit | ff6e6a42fcf9a3c7d42bd305d6a1f5c9079764ee (patch) | |
| tree | f9ceafce034b2309a680b211c82f8efbbf5ab4c3 /src/ChangeLog | |
| parent | 3737a8efcf3a705c99a807e9c8574a89036dc3f3 (diff) | |
| download | emacs-ff6e6a42fcf9a3c7d42bd305d6a1f5c9079764ee.tar.gz emacs-ff6e6a42fcf9a3c7d42bd305d6a1f5c9079764ee.zip | |
Fix bug #17892 with mode/header line and display margins.
src/dispnew.c (prepare_desired_row): Accept 2 additional arguments:
the window whose glyph row is being prepared and a flag whether it
is for mode/header line. Make sure the glyph row's marginal areas
are in sync with what the window wants.
src/xdisp.c (display_line, display_mode_line): Call
prepare_desired_row with additional arguments, as appropriate.
src/dispextern.h (prepare_desired_row): Adjust prototype.
src/window.h: Improve commentary of the marginal columns.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4d3037d683c..f84fe133c7e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-07-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (prepare_desired_row): Accept 2 additional arguments: | ||
| 4 | the window whose glyph row is being prepared and a flag whether it | ||
| 5 | is for mode/header line. Make sure the glyph row's marginal areas | ||
| 6 | are in sync with what the window wants. | ||
| 7 | (Bug#17892) | ||
| 8 | |||
| 9 | * xdisp.c (display_line, display_mode_line): Call | ||
| 10 | prepare_desired_row with additional arguments, as appropriate. | ||
| 11 | |||
| 12 | * dispextern.h (prepare_desired_row): Adjust prototype. | ||
| 13 | |||
| 1 | 2014-07-01 Dmitry Antipov <dmantipov@yandex.ru> | 14 | 2014-07-01 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 15 | ||
| 3 | * xfaces.c (init_frame_faces): Always realize basic faces (Bug#17889). | 16 | * xfaces.c (init_frame_faces): Always realize basic faces (Bug#17889). |