aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-01-10 00:04:21 +0100
committerJoakim Verona2013-01-10 00:04:21 +0100
commit09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3 (patch)
tree9376433d772aa4a302b231af1c601bcb4440c9f1 /src/ChangeLog
parent0f9ee7aa0e6b57e28b31699a912356c24b959b01 (diff)
parent51fb5578777d1041feaab31651b65e09e1731d33 (diff)
downloademacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.tar.gz
emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
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 @@
12013-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
62013-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
212013-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
12013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com> 262013-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.