diff options
| author | Joakim Verona | 2013-02-09 00:03:39 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-09 00:03:39 +0100 |
| commit | 4df065db6acba3975884b435422773ab97f32a00 (patch) | |
| tree | 37a7fd1db38463d6de1acd0269588bf5a5ba9ded /src/ChangeLog | |
| parent | e38ad9acca0c806654313993728f9fabd1090f4f (diff) | |
| parent | 75a65c7eb471bb7c6a5b7dc14a762ff997a5d354 (diff) | |
| download | emacs-4df065db6acba3975884b435422773ab97f32a00.tar.gz emacs-4df065db6acba3975884b435422773ab97f32a00.zip | |
auto upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 35 |
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 @@ | |||
| 1 | 2013-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 | |||
| 7 | 2013-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 | |||
| 17 | 2013-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 | |||
| 1 | 2013-02-07 Dmitry Antipov <dmantipov@yandex.ru> | 36 | 2013-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 |