diff options
| author | Jan Djärv | 2012-09-08 14:48:33 +0200 |
|---|---|---|
| committer | Jan Djärv | 2012-09-08 14:48:33 +0200 |
| commit | aa7d57c5079024458c5e25cd5f304d1b967bcbe6 (patch) | |
| tree | 993f2b96f8ab28bac99660b97613930c1beaa4d2 /src/ChangeLog | |
| parent | a30cb5dd2cc88d0c38566ee256ac81856a904150 (diff) | |
| download | emacs-aa7d57c5079024458c5e25cd5f304d1b967bcbe6.tar.gz emacs-aa7d57c5079024458c5e25cd5f304d1b967bcbe6.zip | |
* nsterm.h (EmacsView): Add updateFrameSize.
* nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
in the internal border.
(x_set_window_size): Remove static variables and their usage.
(ns_redraw_scroll_bars): Fix NSTRACE arg.
(ns_after_update_window_line, ns_draw_fringe_bitmap): Remove
fringe/internal border adjustment.
(ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
(ns_draw_window_cursor): Remove fringe/internal border adjustment.
(ns_fix_rect_ibw): Remove.
(ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
(ns_dumpglyphs_box_or_relief): Ditto.
(ns_maybe_dumpglyphs_background): Remove fringe/internal border
adjustment.
(ns_dumpglyphs_image): Ditto.
(ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
border adjustment.
(ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
their usage. Add fringe_extended_p and its use as in other terms.
(ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
scroll bar was removed.
(updateFrameSize): New function.
(windowDidResize): Move code to updateFrameSize and call it.
Fixes: debbugs:11052
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-09-07 Chong Yidong <cyd@gnu.org> | 28 | 2012-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). |