aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2014-10-30 20:15:38 +0100
committerJan Djärv2014-10-30 20:15:38 +0100
commitc465f1c27f538c0ef2afa01f179e1f472bd9f097 (patch)
tree319f47fff4397ba4e3909e4ab1b4abcc0397358c /src/ChangeLog
parentb7bf631c809e7dc31ba423ac93bdf30d092f6129 (diff)
downloademacs-c465f1c27f538c0ef2afa01f179e1f472bd9f097.tar.gz
emacs-c465f1c27f538c0ef2afa01f179e1f472bd9f097.zip
* nsfns.m (ns_set_doc_edited): Do all logic (check frames) here
instead of in xdisp.c, function now takes void. * nsterm.h (ns_set_doc_edited): Declare taking no args. * xdisp.c (prepare_menu_bars): Remove HAVE_NS code. (redisplay_internal): Call ns_set_doc_edited if HAVE_NS (Bug#18884).
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.