aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAlp Aker2011-07-28 14:29:09 -0400
committerChong Yidong2011-07-28 14:29:09 -0400
commitd8c2fa787973fc6d0d8c3693b97ddbba622ca41f (patch)
treed1316769d33023fb31f55cc71dec6e32fe3e071e /src/ChangeLog
parent4843aac304884a75581bcc27454cb9fc4353f036 (diff)
downloademacs-d8c2fa787973fc6d0d8c3693b97ddbba622ca41f.tar.gz
emacs-d8c2fa787973fc6d0d8c3693b97ddbba622ca41f.zip
Fix image fg and bg colors on NS (Bug#9175).
* nsfns.m (x_set_foreground_color): Set f->foreground_pixel when setting frame foreground color. (x_set_background_color): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 24b36e7ff61..259ccb90cfe 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,10 @@
12011-07-26 Alp Aker <alp.tekin.aker@gmail.com> 12011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
2
3 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
4 setting frame foreground color (Bug#9175).
5 (x_set_background_color): Likewise.
6
72011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
2 8
3 Implement strike-through and overline on NextStep (Bug#8863). 9 Implement strike-through and overline on NextStep (Bug#8863).
4 10