aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-03-08 03:25:26 +0000
committerYAMAMOTO Mitsuharu2006-03-08 03:25:26 +0000
commit4cdffedfae096a34769f29b455ecc3a78f13fa24 (patch)
treeae721e733dbe430f0af2b203dd28bc87218702ee /src/ChangeLog
parent4299d849d878519b010c9a0638674673b2482538 (diff)
downloademacs-4cdffedfae096a34769f29b455ecc3a78f13fa24.tar.gz
emacs-4cdffedfae096a34769f29b455ecc3a78f13fa24.zip
[MAC_OS] (XPutPixel): Set alpha channel bits if pixmap depth is 32.
[MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap depth is 32.
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 1f27fc7a6f9..0bcf392c58c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
4 depth is 32.
5 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
6 depth is 32.
7
12006-03-06 Chong Yidong <cyd@stupidchicken.com> 82006-03-06 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * xdisp.c (handle_invisible_prop): Don't update it->position with 10 * xdisp.c (handle_invisible_prop): Don't update it->position with