diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9ab201c8be4..6ce141331ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2013-01-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * w32.c (get_name_and_id, acl_set_file): | ||
| 4 | * w32term.c (w32fullscreen_hook): Remove unused local variables. | ||
| 5 | |||
| 6 | 2013-01-09 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 7 | |||
| 8 | * lisp.h (make_gap_1): New prototype. | ||
| 9 | * buffer.h (GAP_BYTES_DFL, GAP_BYTES_MIN): New macros for the special | ||
| 10 | gap size values. | ||
| 11 | * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common | ||
| 12 | naming convention. | ||
| 13 | (syms_of_editfns): Adjust defsubr. Drop commented-out obsolete code. | ||
| 14 | * insdel.c (make_gap_larger): Use GAP_BYTES_DFL. Adjust comment. | ||
| 15 | (make_gap_smaller): Use GAP_BYTES_MIN. Adjust comment. | ||
| 16 | (make_gap_1): New function to adjust the gap of any buffer. | ||
| 17 | * coding.c (coding_alloc_by_making_gap): Use it. | ||
| 18 | * buffer.c (compact_buffer): Likewise. Use BUF_Z_BYTE, BUF_GAP_SIZE, | ||
| 19 | GAP_BYTES_DFL and GAP_BYTES_MIN. Adjust comment. | ||
| 20 | |||
| 21 | 2013-01-08 Juri Linkov <juri@jurta.org> | ||
| 22 | |||
| 23 | * xfaces.c (tty_supports_face_attributes_p): Return 0 for the case | ||
| 24 | of (supports :underline (:style wave)). (Bug#13000) | ||
| 25 | |||
| 1 | 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com> | 26 | 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com> |
| 2 | 27 | ||
| 3 | * undo.c (Fprimitive_undo): Move to simple.el. | 28 | * undo.c (Fprimitive_undo): Move to simple.el. |