diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1fb2c7b00a1..a66026fa091 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2014-10-30 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.h (EmacsScroller): Replace Lisp_Object win with | ||
| 4 | struct window* (Bug#18889). | ||
| 5 | Remove getMouseMotionPart. | ||
| 6 | (ns_output): Make icon_top/left int. | ||
| 7 | |||
| 8 | * nsfns.m (x_icon): icon_top/left is int. | ||
| 9 | |||
| 10 | * nsterm.m (ns_mouse_position): Remove unused code. | ||
| 11 | (initFrame:window:, dealloc): Use window instead of win. | ||
| 12 | (getMouseMotionPart:window:x:y:): Remove, unused. | ||
| 13 | (sendScrollEventAtLoc:fromEvent:): Make Lisp_Object win from window. | ||
| 14 | |||
| 1 | 2014-10-30 Samuel Bronson <naesten@gmail.com> | 15 | 2014-10-30 Samuel Bronson <naesten@gmail.com> |
| 2 | 16 | ||
| 3 | * unexmacosx.c (copy_data_segment): Port to GCC 4.6+ (Bug#9927). | 17 | * unexmacosx.c (copy_data_segment): Port to GCC 4.6+ (Bug#9927). |