aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2009-01-23 14:32:47 +0000
committerAdrian Robert2009-01-23 14:32:47 +0000
commit27521ca69b159cd00f362b315f9351b72195cd5a (patch)
treec2d7ff66f99fd0777add1940c72ffe19451d80da /src/ChangeLog
parente0d2e69ae3d9ad1931013626268a712bdb609cd8 (diff)
downloademacs-27521ca69b159cd00f362b315f9351b72195cd5a.tar.gz
emacs-27521ca69b159cd00f362b315f9351b72195cd5a.zip
* nsterm.m (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change of 2008-11-15 to other terms. (Bug#615)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb7ff70f29b..9b934db7fc2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -13,6 +13,9 @@
13 (EmacsView-readSelectionFromPasteboard:) 13 (EmacsView-readSelectionFromPasteboard:)
14 (writeSelectionToPasteboard:types:): New stubbed-out methods for 14 (writeSelectionToPasteboard:types:): New stubbed-out methods for
15 NSServicesRequests protocol. (Bug#1435) 15 NSServicesRequests protocol. (Bug#1435)
16 (ns_dumpglyphs_stretch): New function.
17 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
18 of 2008-11-15 to other terms. (Bug#615)
16 19
17 * nsimage.m (setPixmapData:): Set to ignore image DPI. 20 * nsimage.m (setPixmapData:): Set to ignore image DPI.
18 21