aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a66026fa091..584207802b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12014-10-30 Jan Djärv <jan.h.d@swipnet.se> 12014-10-30 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * nsterm.h (ns_set_doc_edited): Declare taking no args.
4
5 * nsfns.m (ns_set_doc_edited): Do all logic (check frames) here
6 instead of in xdisp.c, function now takes void. (Bug#18884).
7
8 * xdisp.c (prepare_menu_bars): Remove HAVE_NS code.
9 (redisplay_internal): Call ns_set_doc_edited if HAVE_NS (Bug#18884).
10
3 * nsterm.h (EmacsScroller): Replace Lisp_Object win with 11 * nsterm.h (EmacsScroller): Replace Lisp_Object win with
4 struct window* (Bug#18889). 12 struct window* (Bug#18889).
5 Remove getMouseMotionPart. 13 Remove getMouseMotionPart.