diff options
| author | Jan Djärv | 2013-04-07 12:51:29 +0200 |
|---|---|---|
| committer | Jan Djärv | 2013-04-07 12:51:29 +0200 |
| commit | 95c0e83b2a0995ef774d25163d4f66c23399da36 (patch) | |
| tree | 793e39b19e66097025228f71d3aa2eae68733a48 /src/ChangeLog | |
| parent | 2625668449306fc79588a2e5f3f59ff8052197f7 (diff) | |
| download | emacs-95c0e83b2a0995ef774d25163d4f66c23399da36.tar.gz emacs-95c0e83b2a0995ef774d25163d4f66c23399da36.zip | |
* nsterm.m (ns_mouse_position): Use NS_FRAME_P instead of checking
f->output_data.ns.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 75a7388f2c4..545df8e050f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-03-31 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * nsterm.m (ns_mouse_position): Use NS_FRAME_P instead of checking | ||
| 4 | f->output_data.ns. | ||
| 5 | |||
| 1 | 2013-04-07 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-04-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783). | 8 | Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783). |