diff options
| author | Dmitry Antipov | 2013-02-20 09:18:20 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-02-20 09:18:20 +0400 |
| commit | 2a14a4f13cdb22f5b6b0840081d977c8d38a91e6 (patch) | |
| tree | 06dd7c36007f50d291a9443aa0f6901c65c2f4b8 /src/ChangeLog | |
| parent | 1dfcc79e83d3db031b45e9f6b9314dc1f0697b1d (diff) | |
| download | emacs-2a14a4f13cdb22f5b6b0840081d977c8d38a91e6.tar.gz emacs-2a14a4f13cdb22f5b6b0840081d977c8d38a91e6.zip | |
* search.c (find_newline): Return byte position in bytepos.
Adjust comment.
(find_next_newline_no_quit, find_before_next_newline): Add
bytepos argument.
* lisp.h (find_newline, find_next_newline_no_quit)
(find_before_next_newline): Adjust prototypes.
* bidi.c (bidi_find_paragraph_start):
* editfns.c (Fconstrain_to_field, Fline_end_position):
* indent.c (compute_motion, vmotion):
* xdisp.c (back_to_previous_line_start, forward_to_next_line_start):
(get_visually_first_element, move_it_vertically_backward):
Adjust users and avoid calls to CHAR_TO_BYTE where appropriate.
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 |