diff options
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 |