diff options
| author | Juanma Barranquero | 2014-04-02 17:14:50 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2014-04-02 17:14:50 +0200 |
| commit | 09aba8153a8297e415477dbfa9a8c7e999fb3457 (patch) | |
| tree | 1b15e57f5cb0d6fb4cec8e2ca03747d9e7abf163 /src/ChangeLog | |
| parent | af1a69f4d17a482c359d98c00ef86fac835b5fac (diff) | |
| parent | ffcd5669d6a71dd9450a9c45b2ea67d3ddc7c988 (diff) | |
| download | emacs-09aba8153a8297e415477dbfa9a8c7e999fb3457.tar.gz emacs-09aba8153a8297e415477dbfa9a8c7e999fb3457.zip | |
Merge from emacs-24; up to 2014-03-28T01:39:30Z!rgm@gnu.org
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f028c48247..6638325a434 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2014-04-02 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * xterm.c (x_new_font): Don't calculate non-toolkit scrollbar | ||
| 4 | width from font width (Bug#17163). | ||
| 5 | |||
| 6 | * frame.c (x_set_frame_parameters): Calculate default values of | ||
| 7 | new frame sizes only after all other frame parameters have been | ||
| 8 | processed (Bug#17142). | ||
| 9 | |||
| 10 | 2014-04-02 Ken Brown <kbrown@cornell.edu> | ||
| 11 | |||
| 12 | * conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000. | ||
| 13 | (Bug#17112) | ||
| 14 | |||
| 15 | 2014-04-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 16 | |||
| 17 | * xterm.c (x_draw_image_glyph_string): Adjust image background | ||
| 18 | width accordingly when its x position is adjusted. (Bug#17115) | ||
| 19 | |||
| 1 | 2014-04-02 Dmitry Antipov <dmantipov@yandex.ru> | 20 | 2014-04-02 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 21 | ||
| 3 | * font.c (font_list_entities): Do not add empty vector to font cache. | 22 | * font.c (font_list_entities): Do not add empty vector to font cache. |