diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9e62a8e08a4..2105391755b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-08-29 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Hook scanning and indentation functions to find_newline. This helps | ||
| 4 | to avoid duplicated code and renders more respect to newline cache. | ||
| 5 | * lisp.h (scan_newline): Prefer ptrdiff_t to EMACS_INT. | ||
| 6 | * cmds.c (Fforward_line): | ||
| 7 | * indent.c (scan_for_column, Fcurrent_indentation, indented_beyond_p): | ||
| 8 | Use find_newline and avoid unnecessary point movements. | ||
| 9 | * search.c (scan_newline): Implement on top of find_newline. | ||
| 10 | |||
| 1 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexically | 13 | * eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexically |