diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec9c0ce42fd..1db9e8768e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,51 @@ | |||
| 4 | (MAX_CHARBUF_EXTRA_SIZE): New macro. | 4 | (MAX_CHARBUF_EXTRA_SIZE): New macro. |
| 5 | (ALLOC_CONVERSION_WORK_AREA): Use MAX_CHARBUF_EXTRA_SIZE. | 5 | (ALLOC_CONVERSION_WORK_AREA): Use MAX_CHARBUF_EXTRA_SIZE. |
| 6 | 6 | ||
| 7 | 2014-06-30 Jan Djärv <jan.h.d@swipnet.se> | ||
| 8 | |||
| 9 | * nsterm.m (judge): EmacsScroller: Move dealloc code here. | ||
| 10 | (dealloc): Remove for EmacsScroller. | ||
| 11 | |||
| 12 | * nsterm.h (EmacsScroller): Remove dealloc. | ||
| 13 | |||
| 14 | 2014-06-30 Eli Zaretskii <eliz@gnu.org> | ||
| 15 | |||
| 16 | * coding.c (MIN_CHARBUF_SIZE): Enlarge to 32. (Bug#17881) | ||
| 17 | |||
| 18 | 2014-06-30 Jan Djärv <jan.h.d@swipnet.se> | ||
| 19 | |||
| 20 | * nsmenu.m (update_frame_tool_bar): Set wait_for_tool_bar to NO | ||
| 21 | when setNeedsDisplay is called so we don't trigger redisplay for every | ||
| 22 | tool bar update. | ||
| 23 | |||
| 24 | * nsterm.m (any_help_event_p): New variable. | ||
| 25 | (mouseMoved:): Set any_help_event_p to YES if help event is | ||
| 26 | generated. Remove else with empty help event that triggered redisplay | ||
| 27 | for every mouse move. | ||
| 28 | (windowDidResignKey:): If any_help_event_p, generate empty help | ||
| 29 | event. | ||
| 30 | |||
| 31 | 2014-06-29 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 32 | |||
| 33 | * xfns.c (Qsuppress_icon): Remove; no real users. | ||
| 34 | (syms_of_xfns): Don't DEFSYM it. Remove ancient comments. | ||
| 35 | * w32fns.c (Qsuppress_icon): Remove, for the same reason. | ||
| 36 | (syms_of_w32fns): Don't DEFSYM it. | ||
| 37 | |||
| 38 | 2014-06-29 Glenn Morris <rgm@gnu.org> | ||
| 39 | |||
| 40 | * Makefile.in (ns-app): Mark as PHONY. | ||
| 41 | |||
| 42 | 2014-06-28 Glenn Morris <rgm@gnu.org> | ||
| 43 | |||
| 44 | * Makefile.in (mostlyclean): There are no libXMenu11.a, | ||
| 45 | liblw.a in this directory. | ||
| 46 | |||
| 47 | 2014-06-28 Andreas Schwab <schwab@linux-m68k.org> | ||
| 48 | |||
| 49 | * coding.c (encode_coding_utf_8): Correctly count produced_chars | ||
| 50 | also in unibyte case. (Bug#17865) | ||
| 51 | |||
| 7 | 2014-06-28 K. Handa <handa@gnu.org> | 52 | 2014-06-28 K. Handa <handa@gnu.org> |
| 8 | 53 | ||
| 9 | * coding.c (MAX_CHARBUF_SIZE): Renamed from CHARBUF_SIZE. | 54 | * coding.c (MAX_CHARBUF_SIZE): Renamed from CHARBUF_SIZE. |