diff options
| author | Juanma Barranquero | 2011-11-16 13:34:47 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-16 13:34:47 +0100 |
| commit | 58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch) | |
| tree | b5c96cf9f1cc1c0c78ed998040e40ab126da95bb /src | |
| parent | 110490118ed91082753d0f9e15d1774b6002caa2 (diff) | |
| download | emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 | ||||
| -rw-r--r-- | src/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | src/frame.c | 2 | ||||
| -rw-r--r-- | src/window.c | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0cbf2274ff9..0a3758d6bfd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * window.c (syms_of_window) <window-combination-limit>: Fix typo. | ||
| 4 | |||
| 1 | 2011-11-16 Martin Rudalics <rudalics@gmx.at> | 5 | 2011-11-16 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * window.h (window): Rename slot "nest" to "combination_limit". | 7 | * window.h (window): Rename slot "nest" to "combination_limit". |
| @@ -259,7 +263,7 @@ | |||
| 259 | 263 | ||
| 260 | * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version. | 264 | * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version. |
| 261 | 265 | ||
| 262 | 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) | 266 | 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) |
| 263 | 267 | ||
| 264 | Support MSVC build with newer versions of Visual Studio. | 268 | Support MSVC build with newer versions of Visual Studio. |
| 265 | * w32.c: Don't include w32api.h for MSVC. | 269 | * w32.c: Don't include w32api.h for MSVC. |
| @@ -321,7 +325,7 @@ | |||
| 321 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented | 325 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented |
| 322 | past the beginning of the current glyph matrix. | 326 | past the beginning of the current glyph matrix. |
| 323 | 327 | ||
| 324 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) | 328 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) |
| 325 | 329 | ||
| 326 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. | 330 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. |
| 327 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for | 331 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for |
| @@ -3049,7 +3053,7 @@ | |||
| 3049 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods | 3053 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods |
| 3050 | cString and lossyCString on OSX >= 10.4 | 3054 | cString and lossyCString on OSX >= 10.4 |
| 3051 | 3055 | ||
| 3052 | * nsmenu.m (fillWithWidgetValue): Don't use depercated method | 3056 | * nsmenu.m (fillWithWidgetValue): Don't use deprecated method |
| 3053 | sizeToFit on OSX >= 10.2. | 3057 | sizeToFit on OSX >= 10.2. |
| 3054 | 3058 | ||
| 3055 | * nsimage.m (allocInitFromFile): Don't use deprecated method | 3059 | * nsimage.m (allocInitFromFile): Don't use deprecated method |
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index 830905cd0b5..efe77648458 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 | |||
| @@ -405,7 +405,7 @@ | |||
| 405 | Copy their own header field a_scovfrl from ohdr. | 405 | Copy their own header field a_scovfrl from ohdr. |
| 406 | 406 | ||
| 407 | * unexec.c [COFF]: | 407 | * unexec.c [COFF]: |
| 408 | Round positions of text and and data sections in output file | 408 | Round positions of text and data sections in output file |
| 409 | to page boundaries. | 409 | to page boundaries. |
| 410 | 410 | ||
| 411 | * crt0.c: Install version for Encore machines. | 411 | * crt0.c: Install version for Encore machines. |
diff --git a/src/frame.c b/src/frame.c index d56a2efb17f..ab60fd5b808 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1237,7 +1237,7 @@ delete_frame (Lisp_Object frame, Lisp_Object force) | |||
| 1237 | else | 1237 | else |
| 1238 | { | 1238 | { |
| 1239 | #ifdef HAVE_X_WINDOWS | 1239 | #ifdef HAVE_X_WINDOWS |
| 1240 | /* Also, save clipboard to the the clipboard manager. */ | 1240 | /* Also, save clipboard to the clipboard manager. */ |
| 1241 | x_clipboard_manager_save_frame (frame); | 1241 | x_clipboard_manager_save_frame (frame); |
| 1242 | #endif | 1242 | #endif |
| 1243 | 1243 | ||
diff --git a/src/window.c b/src/window.c index 1b344773b1a..b34101c2f91 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6506,7 +6506,7 @@ This variable takes no effect if `window-combination-limit' is non-nil. */); | |||
| 6506 | doc: /* Non-nil means splitting a window makes a new parent window. | 6506 | doc: /* Non-nil means splitting a window makes a new parent window. |
| 6507 | If this variable is nil, splitting a window will create a new parent | 6507 | If this variable is nil, splitting a window will create a new parent |
| 6508 | window only if the window has no parent window or the window shall | 6508 | window only if the window has no parent window or the window shall |
| 6509 | become a combination orthogonal to the one it it is part of. | 6509 | become a combination orthogonal to the one it is part of. |
| 6510 | 6510 | ||
| 6511 | If this variable is t, splitting a window always creates a new parent | 6511 | If this variable is t, splitting a window always creates a new parent |
| 6512 | window. If all splits behave this way, each frame's window tree is a | 6512 | window. If all splits behave this way, each frame's window tree is a |
| @@ -6515,7 +6515,7 @@ sibling. | |||
| 6515 | 6515 | ||
| 6516 | Other values are reserved for future use. | 6516 | Other values are reserved for future use. |
| 6517 | 6517 | ||
| 6518 | The value of this variable is also assigned to the combination_limit | 6518 | The value of this variable is also assigned to the combination-limit |
| 6519 | status of the new parent window. The combination-limit status of a | 6519 | status of the new parent window. The combination-limit status of a |
| 6520 | window can be retrieved via the function `window-combination-limit' and | 6520 | window can be retrieved via the function `window-combination-limit' and |
| 6521 | altered by the function `set-window-combination-limit'. */); | 6521 | altered by the function `set-window-combination-limit'. */); |