diff options
| author | Martin Rudalics | 2015-03-25 11:17:30 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2015-03-25 11:17:30 +0100 |
| commit | 13cf575c1d32bbe7cf42e017bce2e8cdc30a2946 (patch) | |
| tree | fc9dd13e250a392d975a2c1a1755495378c3571d /src/ChangeLog | |
| parent | 921dd0de45b955577f39de5f7aab923dab1ff063 (diff) | |
| download | emacs-13cf575c1d32bbe7cf42e017bce2e8cdc30a2946.tar.gz emacs-13cf575c1d32bbe7cf42e017bce2e8cdc30a2946.zip | |
Don't round up scroll bar width with GTK3 (Bug#20182).
* gtkutil.c (update_theme_scrollbar_width): Don't round up
scroll bar width with GTK3 (Bug#20182).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d09b9de34fa..09b4b3f59a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-03-25 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * gtkutil.c (update_theme_scrollbar_width): Don't round up | ||
| 4 | scroll bar width with GTK3 (Bug#20182). | ||
| 5 | |||
| 1 | 2015-03-22 John F Carr <jfc@mit.edu> (tiny change) | 6 | 2015-03-22 John F Carr <jfc@mit.edu> (tiny change) |
| 2 | 7 | ||
| 3 | * fontset.c (fontset_pattern_regexp): Backport: Replace + 1 with | 8 | * fontset.c (fontset_pattern_regexp): Backport: Replace + 1 with |