diff options
| author | Dmitry Antipov | 2013-02-11 14:21:52 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-02-11 14:21:52 +0400 |
| commit | f74de3451c2cb3033f6d17f9c479150d00e4caa8 (patch) | |
| tree | 71ae407b470ab3dfa954abd0279d363808618bd0 /src/ChangeLog | |
| parent | 5109429f09110cd817d87e1c361ac66aaee28431 (diff) | |
| download | emacs-f74de3451c2cb3033f6d17f9c479150d00e4caa8.tar.gz emacs-f74de3451c2cb3033f6d17f9c479150d00e4caa8.zip | |
* marker.c (set_marker_internal): If desired position is passed
as a marker, avoid call to buf_charpos_to_bytepos.
* window.c (Fset_window_point): Omit redundant type checking.
(Fset_window_start): Likewise. Format comment.
(window_scroll_pixel_based): Use set_marker_restricted_both
with character and byte positions obtained from an iterator.
(Fset_window_configuration): Use set_marker_restricted_both.
* xdisp.c (message_dolog): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9d8540075de..163f2e164f4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2013-02-11 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * marker.c (set_marker_internal): If desired position is passed | ||
| 4 | as a marker, avoid call to buf_charpos_to_bytepos. | ||
| 5 | * window.c (Fset_window_point): Omit redundant type checking. | ||
| 6 | (Fset_window_start): Likewise. Format comment. | ||
| 7 | (window_scroll_pixel_based): Use set_marker_restricted_both | ||
| 8 | with character and byte positions obtained from an iterator. | ||
| 9 | (Fset_window_configuration): Use set_marker_restricted_both. | ||
| 10 | * xdisp.c (message_dolog): Likewise. | ||
| 11 | |||
| 1 | 2013-02-10 Eli Zaretskii <eliz@gnu.org> | 12 | 2013-02-10 Eli Zaretskii <eliz@gnu.org> |
| 2 | 13 | ||
| 3 | * xdisp.c (move_it_vertically_backward, move_it_by_lines): When | 14 | * xdisp.c (move_it_vertically_backward, move_it_by_lines): When |