diff options
| author | Glenn Morris | 2014-07-02 23:00:53 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-07-02 23:00:53 -0700 |
| commit | 2d3c9015c70fd05ac1bec42cc59d57c3fb6b82b5 (patch) | |
| tree | 572bc2de8c74eee49d8c49eb84a618b55fa3abf7 /src/ChangeLog | |
| parent | e993f8d5d39431545ac0071655071a740534917b (diff) | |
| parent | cbb6a7aeff3b901645ee8e4f2c4abeceafdfc073 (diff) | |
| download | emacs-2d3c9015c70fd05ac1bec42cc59d57c3fb6b82b5.tar.gz emacs-2d3c9015c70fd05ac1bec42cc59d57c3fb6b82b5.zip | |
Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.org
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bb514753bdb..0f9b7431462 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2014-07-03 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 | |||
| 14 | 2014-07-03 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 15 | |||
| 16 | * xfaces.c (init_frame_faces): Always realize basic faces (Bug#17889). | ||
| 17 | * menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crash | ||
| 18 | caused by xw_popup_dialog in daemon mode (Bug#17891). | ||
| 19 | |||
| 20 | 2014-07-03 Eli Zaretskii <eliz@gnu.org> | ||
| 21 | |||
| 22 | * frame.c (do_switch_frame): When switching to another TTY frame, | ||
| 23 | make sure FrameCols and FrameRows are in sync with the new frame's | ||
| 24 | data. (Bug#17875) | ||
| 25 | |||
| 1 | 2014-07-02 Dmitry Antipov <dmantipov@yandex.ru> | 26 | 2014-07-02 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 27 | ||
| 3 | Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects. | 28 | Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects. |