aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-12-11 10:08:53 +0400
committerDmitry Antipov2012-12-11 10:08:53 +0400
commit4c1acb95dffa5948c7534911c07c2c3d8f390b79 (patch)
tree28e63a4c2296b9dfc8d061a658196d60d5376c56 /src/ChangeLog
parent36327e4ffc03cc71d15be5fc381a08ec082bf60c (diff)
downloademacs-4c1acb95dffa5948c7534911c07c2c3d8f390b79.tar.gz
emacs-4c1acb95dffa5948c7534911c07c2c3d8f390b79.zip
Consistently use marker_position and marker_byte_position.
* fringe.c (Ffringe_bitmaps_at_pos): * indent.c (Fvertical_motion): * insdel.c (prepare_to_modify_buffer): * keyboard.c (make_lispy_position): * window.c (Fwindow_end, Fpos_visible_in_window_p, unshow_buffer) (window_scroll_pixel_based, displayed_window_lines) (Fset_window_configuration): * xdisp.c (message_dolog, with_echo_area_buffer_unwind_data) (mark_window_display_accurate_1, redisplay_window, decode_mode_spec): Replace direct access to marker fields with calls to marker_position and/or marker_byte_position.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0474cf67e16..631425552f8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Consistently use marker_position and marker_byte_position.
4 * fringe.c (Ffringe_bitmaps_at_pos):
5 * indent.c (Fvertical_motion):
6 * insdel.c (prepare_to_modify_buffer):
7 * keyboard.c (make_lispy_position):
8 * window.c (Fwindow_end, Fpos_visible_in_window_p, unshow_buffer)
9 (window_scroll_pixel_based, displayed_window_lines)
10 (Fset_window_configuration):
11 * xdisp.c (message_dolog, with_echo_area_buffer_unwind_data)
12 (mark_window_display_accurate_1, redisplay_window, decode_mode_spec):
13 Replace direct access to marker fields with calls
14 to marker_position and/or marker_byte_position.
15
12012-12-11 Juanma Barranquero <lekktu@gmail.com> 162012-12-11 Juanma Barranquero <lekktu@gmail.com>
2 17
3 * makefile.w32-in (SIG2STR_H): New macro. 18 * makefile.w32-in (SIG2STR_H): New macro.