diff options
| author | Dmitry Antipov | 2012-08-08 16:12:40 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-08 16:12:40 +0400 |
| commit | 8707c1e56ca83a0a34785e451dcef428c60242fe (patch) | |
| tree | f404532e675b2870620faafa8d94dacf618c1a22 /src/ChangeLog | |
| parent | ad8c997f72c95b7351eab4c8ea2ac8c667545e6f (diff) | |
| download | emacs-8707c1e56ca83a0a34785e451dcef428c60242fe.tar.gz emacs-8707c1e56ca83a0a34785e451dcef428c60242fe.zip | |
Inline functions to examine and change buffer intervals.
* alloc.c (mark_interval_tree): Remove.
(MARK_INTERVAL_TREE): Simplify.
(UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
* intervals.c (buffer_balance_intervals): New function.
(graft_intervals_into_buffer): Adjust indentation.
(set_intervals_multibyte): Simplify.
* buffer.h (BUF_INTERVALS): Remove.
(buffer_get_intervals, buffer_set_intervals): New function.
* alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
* intervals.c, textprop.c: Adjust users.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 20bb917f1a1..9c6d4b4458d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Inline functions to examine and change buffer intervals. | ||
| 4 | * alloc.c (mark_interval_tree): Remove. | ||
| 5 | (MARK_INTERVAL_TREE): Simplify. | ||
| 6 | (UNMARK_BALANCE_INTERVALS): Remove. Adjust users. | ||
| 7 | * intervals.c (buffer_balance_intervals): New function. | ||
| 8 | (graft_intervals_into_buffer): Adjust indentation. | ||
| 9 | (set_intervals_multibyte): Simplify. | ||
| 10 | * buffer.h (BUF_INTERVALS): Remove. | ||
| 11 | (buffer_get_intervals, buffer_set_intervals): New function. | ||
| 12 | * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c: | ||
| 13 | * intervals.c, textprop.c: Adjust users. | ||
| 14 | |||
| 15 | 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 16 | |||
| 3 | Inline functions to examine and change string intervals. | 17 | Inline functions to examine and change string intervals. |
| 4 | * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove. | 18 | * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove. |
| 5 | (string_get_intervals, string_set_intervals): New function. | 19 | (string_get_intervals, string_set_intervals): New function. |