diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 100 |
1 files changed, 97 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 04e58e4742f..e1854d7ffcd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,97 @@ | |||
| 1 | 2011-11-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * window.c (syms_of_window) <window-combination-resize>: Fix typo. | ||
| 4 | |||
| 5 | 2011-11-17 Martin Rudalics <rudalics@gmx.at> | ||
| 6 | |||
| 7 | * window.c (Vwindow_splits): Rename to | ||
| 8 | Vwindow_combination_resize. Suggested by Juri Linkov. | ||
| 9 | (Fsplit_window_internal): Use Vwindow_combination_resize instead | ||
| 10 | of Vwindow_splits. | ||
| 11 | |||
| 12 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 13 | |||
| 14 | * nsfns.m (Fns_font_name): | ||
| 15 | * window.c (syms_of_window) <window-combination-limit>: Fix typos. | ||
| 16 | |||
| 17 | 2011-11-16 Martin Rudalics <rudalics@gmx.at> | ||
| 18 | |||
| 19 | * window.h (window): Rename slot "nest" to "combination_limit". | ||
| 20 | * window.c (Fwindow_nest): Rename to Fwindow_combination_limit. | ||
| 21 | (Fset_window_nest): Rename to Fset_window_combination_limit. | ||
| 22 | (Vwindow_nest): Rename to Vwindow_combination_limit. | ||
| 23 | (recombine_windows, make_parent_window, make_window) | ||
| 24 | (Fsplit_window_internal, saved_window) | ||
| 25 | (Fset_window_configuration, save_window_save): Rename all | ||
| 26 | occurrences of window_nest to window_combination_limit. | ||
| 27 | |||
| 28 | 2011-11-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 29 | |||
| 30 | * image.c (imagemagick_load_image): Fix typo. | ||
| 31 | |||
| 32 | 2011-11-14 Eli Zaretskii <eliz@gnu.org> | ||
| 33 | |||
| 34 | * xdisp.c (display_line): Move the call to | ||
| 35 | highlight_trailing_whitespace before the call to | ||
| 36 | compute_line_metrics, since the latter needs to see the final | ||
| 37 | faces of all the glyphs to compute ROW's hash value. Fixes | ||
| 38 | assertion violations in row_equal_p. (Bug#10035) | ||
| 39 | |||
| 40 | 2011-11-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 41 | |||
| 42 | * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0, | ||
| 43 | just return (bug#10044). | ||
| 44 | |||
| 45 | 2011-11-12 Eli Zaretskii <eliz@gnu.org> | ||
| 46 | |||
| 47 | * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs | ||
| 48 | with user-defined heap size. Bump the default size of the temacs | ||
| 49 | heap to 27MB, to avoid memory warning when running temacs. | ||
| 50 | ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value. | ||
| 51 | |||
| 52 | * dispnew.c (scrolling_window): Fix incorrect indices in accessing | ||
| 53 | current_matrix and desired_matrix. (Bug#9990) | ||
| 54 | (verify_row_hash) [XASSERTS]: New function. | ||
| 55 | (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify | ||
| 56 | that the hash value of glyph rows is correct. | ||
| 57 | |||
| 58 | 2011-11-12 Martin Rudalics <rudalics@gmx.at> | ||
| 59 | |||
| 60 | * window.h (window): Remove splits slot. | ||
| 61 | * window.c (Fwindow_splits, Fset_window_splits): Remove. | ||
| 62 | (Fdelete_other_windows_internal, make_parent_window) | ||
| 63 | (make_window, Fsplit_window_internal, Fdelete_window_internal) | ||
| 64 | (Fset_window_configuration, save_window_save): Don't deal with | ||
| 65 | split status of windows. | ||
| 66 | (saved_window): Remove splits slot. | ||
| 67 | (Vwindow_splits): Rewrite doc-string. | ||
| 68 | |||
| 69 | 2011-11-11 Jan Djärv <jan.h.d@swipnet.se> | ||
| 70 | |||
| 71 | * xfns.c (unwind_create_frame): | ||
| 72 | * nsfns.m (unwind_create_frame): | ||
| 73 | * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in | ||
| 74 | Vframe_list (Bug#9999). | ||
| 75 | |||
| 76 | 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 77 | |||
| 78 | * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext. | ||
| 79 | |||
| 80 | 2011-11-11 Kenichi Handa <handa@m17n.org> | ||
| 81 | |||
| 82 | * callproc.c (Fcall_process): Set the member dst_multibyte of | ||
| 83 | process_coding. | ||
| 84 | |||
| 85 | 2011-11-11 Johan Bockgård <bojohan@gnu.org> | ||
| 86 | |||
| 87 | * xdisp.c (fill_composite_glyph_string): Always set s->face, to | ||
| 88 | avoid a crash (bug#9496). | ||
| 89 | |||
| 90 | 2011-11-09 Chong Yidong <cyd@gnu.org> | ||
| 91 | |||
| 92 | * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges) | ||
| 93 | (Fwindow_inside_absolute_pixel_edges): Only allow live windows. | ||
| 94 | |||
| 1 | 2011-11-08 Paul Eggert <eggert@cs.ucla.edu> | 95 | 2011-11-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 96 | ||
| 3 | * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926). | 97 | * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926). |
| @@ -181,7 +275,7 @@ | |||
| 181 | 275 | ||
| 182 | * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version. | 276 | * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version. |
| 183 | 277 | ||
| 184 | 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) | 278 | 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) |
| 185 | 279 | ||
| 186 | Support MSVC build with newer versions of Visual Studio. | 280 | Support MSVC build with newer versions of Visual Studio. |
| 187 | * w32.c: Don't include w32api.h for MSVC. | 281 | * w32.c: Don't include w32api.h for MSVC. |
| @@ -243,7 +337,7 @@ | |||
| 243 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented | 337 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented |
| 244 | past the beginning of the current glyph matrix. | 338 | past the beginning of the current glyph matrix. |
| 245 | 339 | ||
| 246 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) | 340 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) |
| 247 | 341 | ||
| 248 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. | 342 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. |
| 249 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for | 343 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for |
| @@ -2971,7 +3065,7 @@ | |||
| 2971 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods | 3065 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods |
| 2972 | cString and lossyCString on OSX >= 10.4 | 3066 | cString and lossyCString on OSX >= 10.4 |
| 2973 | 3067 | ||
| 2974 | * nsmenu.m (fillWithWidgetValue): Don't use depercated method | 3068 | * nsmenu.m (fillWithWidgetValue): Don't use deprecated method |
| 2975 | sizeToFit on OSX >= 10.2. | 3069 | sizeToFit on OSX >= 10.2. |
| 2976 | 3070 | ||
| 2977 | * nsimage.m (allocInitFromFile): Don't use deprecated method | 3071 | * nsimage.m (allocInitFromFile): Don't use deprecated method |