aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 6ce141331ec..dd22c5388b0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
12013-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
2
3 * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
4 x_last_font_name (Bug#13403).
5
62013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
7
8 Omit buffer_slot_type_mismatch and use generic predicates to enforce
9 the type of per-buffer values where appropriate.
10 * lisp.h (struct Lisp_Buffer_Objfwd): Rename slottype member to
11 predicate, which is how it's really used now. Adjust comment.
12 * buffer.h (buffer_slot_type_mismatch): Remove prototype.
13 * buffer.c (buffer_slot_type_mismatch): Remove.
14 (DEFVAR_PER_BUFFER, defvar_per_buffer): Rename type argument to
15 predicate. Adjust comment.
16 (syms_of_buffer): Use Qsymbolp for major-mode. Use Qintegerp for
17 fill-column, left-margin, tab-width, buffer-saved-size,
18 left-margin-width, right-margin-width, left-fringe-width,
19 right-fringe-width, scroll-bar-width and buffer-display-count.
20 Use Qstringp for default-directory, buffer-file-name,
21 buffer-file-truename and buffer-auto-save-file-name. Use Qfloatp for
22 scroll-up-aggressively and scroll-down-aggressively. Use Qnumberp for
23 line-spacing.
24 * data.c (store_symval_forwarding): Adjust to call the predicate.
25
12013-01-09 Juanma Barranquero <lekktu@gmail.com> 262013-01-09 Juanma Barranquero <lekktu@gmail.com>
2 27
3 * w32.c (get_name_and_id, acl_set_file): 28 * w32.c (get_name_and_id, acl_set_file):