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 ff059cf1a3c..7396ccb3759 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2013-02-20 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * search.c (find_newline): Return byte position in bytepos. | ||
| 4 | Adjust comment. | ||
| 5 | (find_next_newline_no_quit, find_before_next_newline): Add | ||
| 6 | bytepos argument. | ||
| 7 | * lisp.h (find_newline, find_next_newline_no_quit) | ||
| 8 | (find_before_next_newline): Adjust prototypes. | ||
| 9 | * bidi.c (bidi_find_paragraph_start): | ||
| 10 | * editfns.c (Fconstrain_to_field, Fline_end_position): | ||
| 11 | * indent.c (compute_motion, vmotion): | ||
| 12 | * xdisp.c (back_to_previous_line_start, forward_to_next_line_start): | ||
| 13 | (get_visually_first_element, move_it_vertically_backward): | ||
| 14 | Adjust users and avoid calls to CHAR_TO_BYTE where appropriate. | ||
| 15 | |||
| 1 | 2013-02-19 Eli Zaretskii <eliz@gnu.org> | 16 | 2013-02-19 Eli Zaretskii <eliz@gnu.org> |
| 2 | 17 | ||
| 3 | * w32proc.c (new_child): Avoid leaking handles if the subprocess | 18 | * w32proc.c (new_child): Avoid leaking handles if the subprocess |