diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-01-08 Juri Linkov <juri@jurta.org> | 16 | 2013-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 |