aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2012-10-07 13:09:04 +0200
committerJan Djärv2012-10-07 13:09:04 +0200
commit493b5b1c4a7e8b27a0e57c596a83e8b4acad591c (patch)
tree2563eed0bc77cb8a6a85bacfd78a75ac7226639d /src/ChangeLog
parent817330b512a1453571c619e01114a02fd6d9aba9 (diff)
downloademacs-493b5b1c4a7e8b27a0e57c596a83e8b4acad591c.tar.gz
emacs-493b5b1c4a7e8b27a0e57c596a83e8b4acad591c.zip
* nsterm.m (ns_dumpglyphs_image): Only draw slize of image (Bug#12506).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 45e3c8a8a57..492b966a256 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,10 @@
12012-10-07 Jan Djärv <jan.h.d@swipnet.se> 12012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * nsterm.m (ns_dumpglyphs_image): Only draw slize of image (Bug#12506).
4
3 * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of 5 * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of
4 MAC_OS_X_VERSION_10_6. 6 MAC_OS_X_VERSION_10_6.
5 (syms_of_nsterm): Remove comment about Panther and above for ns-antialias-text. 7 (syms_of_nsterm): Remove comment about Panther and above for ns-antialias-text.
6
7 * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove. 8 * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
8 (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4. 9 (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
9 (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3. 10 (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.