aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d2cfa0dbfc3..4fb50118444 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,33 @@
12014-11-01 Jan Djärv <jan.h.d@swipnet.se>
2
3 * macfont.m (macfont_glyph_extents): Turn off synthetic bold
4 if force_integral_p (i.e. no antialias).
5 (macfont_draw): Check ns_antialias_text, also turn off synthetic
6 bold if no antialias (Bug#18876).
7
8 * emacs.c (main): Don't chdir to $HOME on Cocoa if --chdir
9 was given (Bug#18846).
10
11 * nsterm.h (ns_set_doc_edited): Declare taking no args.
12
13 * nsfns.m (ns_set_doc_edited): Do all logic (check frames) here
14 instead of in xdisp.c, function now takes void. (Bug#18884).
15
16 * xdisp.c (prepare_menu_bars): Remove HAVE_NS code.
17 (redisplay_internal): Call ns_set_doc_edited if HAVE_NS (Bug#18884).
18
19 * nsterm.h (EmacsScroller): Replace Lisp_Object win with
20 struct window* (Bug#18889).
21 Remove getMouseMotionPart.
22 (ns_output): Make icon_top/left int.
23
24 * nsfns.m (x_icon): icon_top/left is int.
25
26 * nsterm.m (ns_mouse_position): Remove unused code.
27 (initFrame:window:, dealloc): Use window instead of win.
28 (getMouseMotionPart:window:x:y:): Remove, unused.
29 (sendScrollEventAtLoc:fromEvent:): Make Lisp_Object win from window.
30
12014-11-01 Eli Zaretskii <eliz@gnu.org> 312014-11-01 Eli Zaretskii <eliz@gnu.org>
2 32
3 * keyboard.c (readable_events): When FLAGS include 33 * keyboard.c (readable_events): When FLAGS include