diff options
| author | Jason Rumney | 2008-07-29 16:24:24 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-07-29 16:24:24 +0000 |
| commit | c320e90a79d4b7e92aa091b1ed02d65dd388e54c (patch) | |
| tree | 1ae24c4773cef65fea5fda79402898b10500e9d9 /src/ChangeLog | |
| parent | 838d78d411955dbe3ef5d75ff404ced8ca832c5a (diff) | |
| download | emacs-c320e90a79d4b7e92aa091b1ed02d65dd388e54c.tar.gz emacs-c320e90a79d4b7e92aa091b1ed02d65dd388e54c.zip | |
(uniscribe_shape): Avoid using context if cache
is populated.
(uniscribe_encode_char): Always use uniscribe.
Avoid using context if cache is populated.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ad37435c1d5..a0ba987005e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-07-29 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32uniscribe.c (uniscribe_shape): Avoid using context if cache | ||
| 4 | is populated. | ||
| 5 | (uniscribe_encode_char): Always use uniscribe. | ||
| 6 | Avoid using context if cache is populated. | ||
| 7 | |||
| 1 | 2008-07-29 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2008-07-29 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 9 | ||
| 3 | * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to | 10 | * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to |