aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9ffe133e758..46f872ba29d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,38 @@
12013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lread.c (skip_dyn_bytes): New function (bug#12598).
4 (read1): Use it. Use getc instead of READCHAR to read bytes.
5 (load_each_byte): Remove. Update users.
6
72013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
8
9 * search.c (scan_buffer): Calculate end byte position just once.
10 (scan_newline): Do not recalculate start_byte.
11 (search_command): Use eassert.
12 * syntax.c (struct lisp_parse_state): New member location_byte.
13 (scan_sexps_forward): Record from_byte and avoid redundant
14 character to byte position calculation ...
15 (Fparse_partial_sexp): ... here. Break too long line.
16
172013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
18
19 * lisp.h (make_uninit_vector): New function.
20 * alloc.c (Fvector, Fmake_byte_code):
21 * ccl.c (Fregister_ccl_program):
22 * charset.c (Fdefine_charset_internal, define_charset_internal):
23 * coding.c (make_subsidiaries, Fdefine_coding_system_internal):
24 * composite.c (syms_of_composite):
25 * font.c (Fquery_font, Ffont_info, syms_of_font):
26 * fontset.c (FONT_DEF_NEW, Fset_fontset_font):
27 * ftfont.c (ftfont_shape_by_flt):
28 * indent.c (recompute_width_table):
29 * nsselect.m (clean_local_selection_data):
30 * syntax.c (init_syntax_once):
31 * w32unsubscribe.c (uniscribe_shape):
32 * window.c (Fcurrent_window_configuration):
33 * xfaces.c (Fx_family_fonts):
34 * xselect.c (selection_data_to_lisp_data): Use it.
35
12013-02-07 Dmitry Antipov <dmantipov@yandex.ru> 362013-02-07 Dmitry Antipov <dmantipov@yandex.ru>
2 37
3 * coding.c (Fdefine_coding_system_internal): Use AREF where 38 * coding.c (Fdefine_coding_system_internal): Use AREF where