aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c8a9b3f8b0c..460bdaa198c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,18 @@
12012-07-06 Dmitry Antipov <dmantipov@yandex.ru> 12012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Introduce fast path for the widely used marker operation.
4 * alloc.c (build_marker): New function.
5 * lisp.h (build_marker): New prototype.
6 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
7 * composite.c (autocmp_chars): Likewise.
8 * editfns.c (buildmark): Remove.
9 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
10 (save_restriction_save): Use build_marker.
11 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
12 * window.c (save_window_save): Likewise.
13
142012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
15
3 Do not use Fdelete_overlay in delete_all_overlays 16 Do not use Fdelete_overlay in delete_all_overlays
4 to avoid redundant calls to unchain_overlay. 17 to avoid redundant calls to unchain_overlay.
5 * buffer.c (drop_overlay): New function. 18 * buffer.c (drop_overlay): New function.