aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAlp Aker2011-07-28 14:26:29 -0400
committerChong Yidong2011-07-28 14:26:29 -0400
commit4843aac304884a75581bcc27454cb9fc4353f036 (patch)
tree07866fa7e7fbf056ba614ca67d7d97ced8c12bd7 /src/ChangeLog
parentbc7ece8713dd2e9f6f6497c62b300f7d07cdcc6e (diff)
downloademacs-4843aac304884a75581bcc27454cb9fc4353f036.tar.gz
emacs-4843aac304884a75581bcc27454cb9fc4353f036.zip
Implement strike-through and overline on NextStep (Bug#8863).
* src/nsfont.m (nsfont_open): Use underline position provided by font, instead of hard-coded value of 2. (nsfont_draw): Call ns_draw_text_decoration instead. * src/nsterm.h: Add declaration for ns_draw_text_decoration. * src/nsterm.m (ns_draw_text_decoration): New function for drawing underline, overline, and strike-through. (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to ns_draw_text_decoration. Change treatment of cursor drawing to accomodate underlining, etc.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e821b75f4c8..24b36e7ff61 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12011-07-26 Alp Aker <alp.tekin.aker@gmail.com>
2
3 Implement strike-through and overline on NextStep (Bug#8863).
4
5 * nsfont.m (nsfont_open): Use underline position provided by font,
6 instead of hard-coded value of 2.
7 (nsfont_draw): Call ns_draw_text_decoration instead.
8
9 * nsterm.h: Add declaration for ns_draw_text_decoration.
10
11 * nsterm.m (ns_draw_text_decoration): New function for drawing
12 underline, overline, and strike-through.
13 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
14 ns_draw_text_decoration. Change treatment of cursor drawing to
15 accomodate underlining, etc.
16
12011-07-28 Eli Zaretskii <eliz@gnu.org> 172011-07-28 Eli Zaretskii <eliz@gnu.org>
2 18
3 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by 19 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by