diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-12-11 Juanma Barranquero <lekktu@gmail.com> | 16 | 2012-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. |