aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2012-02-02 09:30:09 +0900
committerKenichi Handa2012-02-02 09:30:09 +0900
commitd2a51fd7a1d5d3c8f661c2068120b60e84eca875 (patch)
treee2bb35b589f1f9948e9fafb64395a96e6f8ec754 /src/ChangeLog
parentfce3fdeb947e51656675129592c8514be32b46bf (diff)
downloademacs-d2a51fd7a1d5d3c8f661c2068120b60e84eca875.tar.gz
emacs-d2a51fd7a1d5d3c8f661c2068120b60e84eca875.zip
Inhibit null-string composition component (Bug#6988).
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 d114f0897eb..c41202bcfee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-02-01 Kenichi Handa <handa@m17n.org>
2
3 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
4 NULL (Bug#6988).
5 (x_produce_glyphs): If the component of a composition is a null
6 string, set it->pixel_width to 1 to avoid zero-width glyph.
7
12012-01-31 Glenn Morris <rgm@gnu.org> 82012-01-31 Glenn Morris <rgm@gnu.org>
2 9
3 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: 10 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: