aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-07-29 16:24:24 +0000
committerJason Rumney2008-07-29 16:24:24 +0000
commitc320e90a79d4b7e92aa091b1ed02d65dd388e54c (patch)
tree1ae24c4773cef65fea5fda79402898b10500e9d9 /src/ChangeLog
parent838d78d411955dbe3ef5d75ff404ced8ca832c5a (diff)
downloademacs-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/ChangeLog7
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 @@
12008-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
12008-07-29 Jan Djärv <jan.h.d@swipnet.se> 82008-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