aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2005-07-27 12:35:51 +0000
committerKenichi Handa <[email protected]>2005-07-27 12:35:51 +0000
commit2f3a9d50b8e495383a2ee0fc7e95728bc81be7ca (patch)
tree3ff51a571546ff017e1e382068f987edc53fbfbf /lisp/ChangeLog
parent3509543ca9141609638018dc7fa91ddaf425037d (diff)
(ps-mule-composition-prologue): Fix for the case that
RelativeCompose is false.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9e7f79c296..0deea9eb61 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,6 +5,8 @@
* ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to
setcharwidth.
+ (ps-mule-composition-prologue): Fix for the case that
+ RelativeCompose is false.
2005-07-26 Stefan Monnier <[email protected]>