aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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