aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2014-07-02 00:34:58 +0900
committerKenichi Handa2014-07-02 00:34:58 +0900
commit763a11d0d0dcf543e89a22c98f55ea07c40ceefa (patch)
tree9ecaec1b8a509a799903926ecd961ab905a1b1bd /src/ChangeLog
parent0782685d43f026b2366dbacbebc79021a9df50c6 (diff)
parenta519335cc3a00f3d4d8efac2c08d9b6b17c7fcf0 (diff)
downloademacs-763a11d0d0dcf543e89a22c98f55ea07c40ceefa.tar.gz
emacs-763a11d0d0dcf543e89a22c98f55ea07c40ceefa.zip
merge trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog45
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
72014-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
142014-06-30 Eli Zaretskii <eliz@gnu.org>
15
16 * coding.c (MIN_CHARBUF_SIZE): Enlarge to 32. (Bug#17881)
17
182014-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
312014-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
382014-06-29 Glenn Morris <rgm@gnu.org>
39
40 * Makefile.in (ns-app): Mark as PHONY.
41
422014-06-28 Glenn Morris <rgm@gnu.org>
43
44 * Makefile.in (mostlyclean): There are no libXMenu11.a,
45 liblw.a in this directory.
46
472014-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
72014-06-28 K. Handa <handa@gnu.org> 522014-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.