diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc33e417ef4..1692c3f6f70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2015-02-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Prefer 'Qfoo' to 'intern ("foo")' | ||
| 4 | * buffer.c (syms_of_buffer): | ||
| 5 | * bytecode.c (exec_byte_code): | ||
| 6 | * callint.c (Fcall_interactively): | ||
| 7 | * callproc.c (create_temp_file): | ||
| 8 | * charset.c (define_charset_internal): | ||
| 9 | * coding.c (syms_of_coding): | ||
| 10 | * editfns.c (syms_of_editfns): | ||
| 11 | * emacs.c (main): | ||
| 12 | * fns.c (syms_of_fns): | ||
| 13 | * frame.c (delete_frame, Fframe_parameters): | ||
| 14 | * keyboard.c (syms_of_keyboard): | ||
| 15 | * keymap.c (syms_of_keymap): | ||
| 16 | * minibuf.c (read_minibuf, syms_of_minibuf): | ||
| 17 | * nsfns.m (ns_cursor_type_to_lisp): | ||
| 18 | * textprop.c (syms_of_textprop): | ||
| 19 | * xdisp.c (Fformat_mode_line, syms_of_xdisp): | ||
| 20 | * xfns.c (x_create_tip_frame, Fx_select_font): | ||
| 21 | * xml.c (parse_region): | ||
| 22 | Prefer constants like 'Qfoo' to calls like 'intern ("foo")'. | ||
| 23 | * buffer.c (syms_of_buffer): OK to do (put 'erase-buffer 'disabled | ||
| 24 | t) here now ... | ||
| 25 | (keys_of_buffer): ... instead of here. | ||
| 26 | * ftfont.c (syms_of_ftfont): Move DEFSYM of Qmono from here ... | ||
| 27 | * xfns.c (syms_of_xfns): ... to here, since ftfont.c is more | ||
| 28 | optional than xfns.c. | ||
| 29 | |||
| 1 | 2015-02-20 Jan Djärv <jan.h.d@swipnet.se> | 30 | 2015-02-20 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 31 | ||
| 3 | * emacs.c (terminate_due_to_signal): Move totally_unblock_input after | 32 | * emacs.c (terminate_due_to_signal): Move totally_unblock_input after |