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/ChangeLog | |
| parent | 110490118ed91082753d0f9e15d1774b6002caa2 (diff) | |
| download | emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.zip | |
Fix typos.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 7 insertions, 3 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 |