diff options
| author | Dmitry Antipov | 2012-07-17 08:29:50 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-17 08:29:50 +0400 |
| commit | 22657b40985ec990ea20df878bde97af76b19ed1 (patch) | |
| tree | f8c3c15fe86a512d499446fe1f106c8fd5f594dd /src/ChangeLog | |
| parent | ddfc8813451b43f1cdb06fd07a47123b9f92bd70 (diff) | |
| download | emacs-22657b40985ec990ea20df878bde97af76b19ed1.tar.gz emacs-22657b40985ec990ea20df878bde97af76b19ed1.zip | |
Cleanup overlays checking.
* buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
* buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
eassert and OVERLAYP.
(sort_overlays): Change to use OVERLAYP.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4a77507e557..d5d6b30a069 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Cleanup overlays checking. | ||
| 4 | * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP. | ||
| 5 | * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to | ||
| 6 | eassert and OVERLAYP. | ||
| 7 | (sort_overlays): Change to use OVERLAYP. | ||
| 8 | |||
| 1 | 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change) | 9 | 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change) |
| 2 | 10 | ||
| 3 | * editfns.c (Finsert_char): Make it interactive, and make the | 11 | * editfns.c (Finsert_char): Make it interactive, and make the |