aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-01-09 17:50:22 +0400
committerDmitry Antipov2013-01-09 17:50:22 +0400
commiteefd727851555237c7bc205b7ad255c50ba3fff9 (patch)
tree5009d8d2c8773c64504252c8e8738f14b84d2547 /src/ChangeLog
parentccd04887a3f15ce0e52af801d8a70c91d695f78c (diff)
downloademacs-eefd727851555237c7bc205b7ad255c50ba3fff9.tar.gz
emacs-eefd727851555237c7bc205b7ad255c50ba3fff9.zip
* lisp.h (make_gap_1): New prototype.
* buffer.h (GAP_BYTES_DFL, GAP_BYTES_MIN): New macros for the special gap size values. * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common naming convention. (syms_of_editfns): Adjust defsubr. Drop commented-out obsolete code. * insdel.c (make_gap_larger): Use GAP_BYTES_DFL. (make_gap_smaller): Use GAP_BYTES_MIN. Adjust comment. (make_gap_1): New function to adjust the gap of any buffer. * coding.c (coding_alloc_by_making_gap): Use it. * buffer.c (compact_buffer): Likewise. Use BUF_Z_BYTE, BUF_GAP_SIZE, GAP_BYTES_DFL and GAP_BYTES_MIN. Adjust comment.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c60fa701385..b2a4845c336 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12013-01-09 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * lisp.h (make_gap_1): New prototype.
4 * buffer.h (GAP_BYTES_DFL, GAP_BYTES_MIN): New macros for the special
5 gap size values.
6 * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common
7 naming convention.
8 (syms_of_editfns): Adjust defsubr. Drop commented-out obsolete code.
9 * insdel.c (make_gap_larger): Use GAP_BYTES_DFL.
10 (make_gap_smaller): Use GAP_BYTES_MIN. Adjust comment.
11 (make_gap_1): New function to adjust the gap of any buffer.
12 * coding.c (coding_alloc_by_making_gap): Use it.
13 * buffer.c (compact_buffer): Likewise. Use BUF_Z_BYTE, BUF_GAP_SIZE,
14 GAP_BYTES_DFL and GAP_BYTES_MIN. Adjust comment.
15
12013-01-08 Juri Linkov <juri@jurta.org> 162013-01-08 Juri Linkov <juri@jurta.org>
2 17
3 * xfaces.c (tty_supports_face_attributes_p): Return 0 for the case 18 * xfaces.c (tty_supports_face_attributes_p): Return 0 for the case