diff options
| author | Dmitry Antipov | 2014-10-15 17:37:10 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-10-15 17:37:10 +0400 |
| commit | 0b4d6d30be2822df7d6b086bbab32b8ff419ed5d (patch) | |
| tree | bb4d69129f2dc53af8736945bfdaf8bd22dbf966 /src/ChangeLog | |
| parent | 73d4c39e1519a5fec742686e3c81941113d41448 (diff) | |
| download | emacs-0b4d6d30be2822df7d6b086bbab32b8ff419ed5d.tar.gz emacs-0b4d6d30be2822df7d6b086bbab32b8ff419ed5d.zip | |
Avoid unwanted point motion in Fline_beginning_position.
* lisp.h (scan_newline_from_point): Add prototype.
* search.c (scan_newline_from_point): New function, refactored from...
* cmds.c (Fforward_line): ...adjusted user.
* editfns.c (Fline_beginning_position): Use scan_newline_from_point
and simplify the former since the latter doesn't move point.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c1b7c6cc8c3..6823f6d3127 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-10-15 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Avoid unwanted point motion in Fline_beginning_position. | ||
| 4 | * lisp.h (scan_newline_from_point): Add prototype. | ||
| 5 | * search.c (scan_newline_from_point): New function, refactored from... | ||
| 6 | * cmds.c (Fforward_line): ...adjusted user. | ||
| 7 | * editfns.c (Fline_beginning_position): Use scan_newline_from_point | ||
| 8 | and simplify the former since the latter doesn't move point. | ||
| 9 | |||
| 1 | 2014-10-14 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2014-10-14 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 11 | ||
| 3 | Cleanup terminal handling code. | 12 | Cleanup terminal handling code. |