aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bdbc97fdb1c..40647d79589 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,30 @@
12012-09-08 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
4 in the internal border.
5 (x_set_window_size): Remove static variables and their usage.
6 (ns_redraw_scroll_bars): Fix NSTRACE arg.
7 (ns_after_update_window_line, ns_draw_fringe_bitmap): Remove
8 fringe/internal border adjustment (Bug#11052).
9 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
10 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
11 (ns_fix_rect_ibw): Remove.
12 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
13 (ns_dumpglyphs_box_or_relief): Ditto.
14 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
15 adjustment.
16 (ns_dumpglyphs_image): Ditto.
17 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
18 border adjustment.
19 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
20 their usage. Add fringe_extended_p and its use as in other terms.
21 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
22 scroll bar was removed.
23 (updateFrameSize): New function.
24 (windowDidResize): Move code to updateFrameSize and call it.
25
26 * nsterm.h (EmacsView): Add updateFrameSize.
27
12012-09-07 Chong Yidong <cyd@gnu.org> 282012-09-07 Chong Yidong <cyd@gnu.org>
2 29
3 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323). 30 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).