diff options
| author | YAMAMOTO Mitsuharu | 2010-03-20 12:37:39 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2010-03-20 12:37:39 +0900 |
| commit | ad13a3ee9b9f4ee81b19c6c02da8cc338901304e (patch) | |
| tree | f4da8f93997aa920bbd33965eb8e47e5cac064d6 /src/ChangeLog | |
| parent | 8eae7a421b7c6a2bd010e9f9f580febe04373ccd (diff) | |
| download | emacs-ad13a3ee9b9f4ee81b19c6c02da8cc338901304e.tar.gz emacs-ad13a3ee9b9f4ee81b19c6c02da8cc338901304e.zip | |
xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.
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 2f237de6b93..cf9d0fd9bea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around | ||
| 4 | XLoadQueryFont. | ||
| 5 | |||
| 1 | 2010-03-16 Kenichi Handa <handa@m17n.org> | 6 | 2010-03-16 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * coding.c (decode_coding_ccl): Fix previous change for the | 8 | * coding.c (decode_coding_ccl): Fix previous change for the |