diff options
| author | Paul Eggert | 2017-11-01 22:07:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-11-01 22:07:43 -0700 |
| commit | 9d31a970927aae027155778a2ec2782c52ff63c6 (patch) | |
| tree | cc3cd4058ef398900fdea8eedb786b587ab4ae2d /src | |
| parent | 460a25f2127390ace71e7dd7b5f079efa07c99d7 (diff) | |
| download | emacs-9d31a970927aae027155778a2ec2782c52ff63c6.tar.gz emacs-9d31a970927aae027155778a2ec2782c52ff63c6.zip | |
; Spelling fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.13 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index e252acfbdb1..9f3fdee210a 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 | |||
| @@ -16581,7 +16581,7 @@ | |||
| 16581 | (characterIndexForPoint:): Adjust return type depending on GNUstep | 16581 | (characterIndexForPoint:): Adjust return type depending on GNUstep |
| 16582 | version. | 16582 | version. |
| 16583 | (mouseDown:): delta is CGFloat. | 16583 | (mouseDown:): delta is CGFloat. |
| 16584 | (updateFrameSize): Remove unised variable f. | 16584 | (updateFrameSize): Remove unused variable f. |
| 16585 | (initFrameFromEmacs): Move toggleButton inside NS_IMPL_COCOA. | 16585 | (initFrameFromEmacs): Move toggleButton inside NS_IMPL_COCOA. |
| 16586 | Cast float to EmacsCGFloat. | 16586 | Cast float to EmacsCGFloat. |
| 16587 | (windowWillUseStandardFrame:defaultFrame:): Set maximized_height | 16587 | (windowWillUseStandardFrame:defaultFrame:): Set maximized_height |
| @@ -16593,7 +16593,7 @@ | |||
| 16593 | (setPosition:portion:whole:): por is CGFloat. | 16593 | (setPosition:portion:whole:): por is CGFloat. |
| 16594 | (getMouseMotionPart:window:x:y:): Add F suffix to float. | 16594 | (getMouseMotionPart:window:x:y:): Add F suffix to float. |
| 16595 | (mouseDown:): Use CGFloat. | 16595 | (mouseDown:): Use CGFloat. |
| 16596 | (mouseDragged:): Remove unised variable edge. | 16596 | (mouseDragged:): Remove unused variable edge. |
| 16597 | (EmacsDocument): Implement for NS_IMPL_GNUSTEP. | 16597 | (EmacsDocument): Implement for NS_IMPL_GNUSTEP. |
| 16598 | 16598 | ||
| 16599 | * nsterm.h (EmacsCGFloat): Typedef for OSX and GNUstep when the size | 16599 | * nsterm.h (EmacsCGFloat): Typedef for OSX and GNUstep when the size |