diff options
| author | Glenn Morris | 2014-11-01 11:05:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-11-01 11:05:30 -0700 |
| commit | d5d8ca30e5f481a32414c42bcc3b5a042061ff07 (patch) | |
| tree | febc223f19801e8e01b9498c5ba9d6c7bfcfa091 /src/ChangeLog | |
| parent | e54c5e4e25098be9df9d9c46d32165887b0ff9d3 (diff) | |
| parent | b99e8f833671a2b52be654eb477830294c624a97 (diff) | |
| download | emacs-d5d8ca30e5f481a32414c42bcc3b5a042061ff07.tar.gz emacs-d5d8ca30e5f481a32414c42bcc3b5a042061ff07.zip | |
Merge from emacs-24; up to 117656
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 30 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-11-01 Eli Zaretskii <eliz@gnu.org> | 31 | 2014-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 |