diff options
| author | YAMAMOTO Mitsuharu | 2009-05-11 09:30:34 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2009-05-11 09:30:34 +0000 |
| commit | 9cb363dbdae22fb8e00a400516da140d62434a3d (patch) | |
| tree | 592865a3779979ae9cf0196b43c8b4364230f600 /src/ChangeLog | |
| parent | 47a6002f34c4ae913fc696cfeb7d09c645040492 (diff) | |
| download | emacs-9cb363dbdae22fb8e00a400516da140d62434a3d.tar.gz emacs-9cb363dbdae22fb8e00a400516da140d62434a3d.zip | |
(xftfont_open): Make sure that Xrender extension is added
before Xft one (Bug#1696).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4e774d027f0..e4afbc9298a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,9 @@ | |||
| 3 | * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to | 3 | * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to |
| 4 | what we expect to get in the next ConfigureNotify event. | 4 | what we expect to get in the next ConfigureNotify event. |
| 5 | 5 | ||
| 6 | * xftfont.c (xftfont_open): Make sure that Xrender extension is added | ||
| 7 | before Xft one (Bug#1696). | ||
| 8 | |||
| 6 | 2009-05-07 David Reitter <david.reitter@gmail.com> | 9 | 2009-05-07 David Reitter <david.reitter@gmail.com> |
| 7 | 10 | ||
| 8 | * nsfns.m (Fx_display_planes): Compute bitplanes using | 11 | * nsfns.m (Fx_display_planes): Compute bitplanes using |