diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7f30f25800..283777cbcdf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2013-12-19 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.h (KEY_NS_DRAG_FILE, KEY_NS_DRAG_COLOR, KEY_NS_DRAG_TEXT): | ||
| 4 | Remove. | ||
| 5 | |||
| 6 | * nsterm.m (Qfile, Qurl): New. | ||
| 7 | (EV_MODIFIERS2): New macro. | ||
| 8 | (EV_MODIFIERS): Use EV_MODIFIERS2. | ||
| 9 | (ns_term_init): Remove font and color from DND, does not work on | ||
| 10 | newer OSX, and other ports don't have them. | ||
| 11 | (performDragOperation:): Handle modifiers used during drag. | ||
| 12 | Use DRAG_N_DROP_EVENT instead of NS specific events (Bug#8051). | ||
| 13 | Remove global Lisp variables used to communicate with ns-win.el. | ||
| 14 | Remove font and color handling. | ||
| 15 | (syms_of_nsterm): Defsym Qfile and Qurl. | ||
| 16 | |||
| 1 | 2013-12-19 Anders Lindgren <andlind@gmail.com> | 17 | 2013-12-19 Anders Lindgren <andlind@gmail.com> |
| 2 | 18 | ||
| 3 | * nsterm.m (NSTRACE_SIZE, NSTRACE_RECT): New macros. | 19 | * nsterm.m (NSTRACE_SIZE, NSTRACE_RECT): New macros. |