diff options
| author | Paul Eggert | 2011-11-19 19:07:02 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-19 19:07:02 -0800 |
| commit | 615a3b8d0d2c88cd664f1e0beb5a32b5b8e08f90 (patch) | |
| tree | e0458a9eac443c36a3a4bfa117fde01bbd6e4140 /src/ChangeLog | |
| parent | c3ca24d48c10fb771ee02eb58f7d49bd82d6306e (diff) | |
| parent | e1dbe924b53c541fdf238a5a722b7177d5c8760b (diff) | |
| download | emacs-615a3b8d0d2c88cd664f1e0beb5a32b5b8e08f90.tar.gz emacs-615a3b8d0d2c88cd664f1e0beb5a32b5b8e08f90.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 105 |
1 files changed, 99 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 533f5cf4327..17c27bc3048 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-11-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-11-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrind | 3 | Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrind |
| 4 | does not work on some platforms. Problem reported by Andreas Schwab in | 4 | does not work on some platforms. Problem reported by Andreas Schwab in |
| @@ -17,6 +17,99 @@ | |||
| 17 | * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h: | 17 | * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h: |
| 18 | Remove VIRT_ADDR_VARIES no longer needed. | 18 | Remove VIRT_ADDR_VARIES no longer needed. |
| 19 | 19 | ||
| 20 | 2011-11-19 Eli Zaretskii <eliz@gnu.org> | ||
| 21 | |||
| 22 | * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph) | ||
| 23 | (erase_phys_cursor, update_window_cursor, show_mouse_face) | ||
| 24 | (cursor_in_mouse_face_p): If the cursor position is out of bounds, | ||
| 25 | behave as if the cursor position were at the window margin. | ||
| 26 | |||
| 27 | * window.c (get_phys_cursor_glyph): If the window is hscrolled, | ||
| 28 | and the cursor position is out of bounds, behave as if the cursor | ||
| 29 | position were at the window margin. (Bug#10075) | ||
| 30 | |||
| 31 | 2011-11-18 Chong Yidong <cyd@gnu.org> | ||
| 32 | |||
| 33 | * window.c (Fwindow_combination_limit): Make first argument | ||
| 34 | non-optional, since it is meaningless for live windows like the | ||
| 35 | selected window. | ||
| 36 | |||
| 37 | 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 38 | |||
| 39 | * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs. | ||
| 40 | |||
| 41 | 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 42 | |||
| 43 | * intervals.c: Fix grafting over the whole buffer (bug#10071). | ||
| 44 | (graft_intervals_into_buffer): Simplify. | ||
| 45 | |||
| 46 | 2011-11-18 Eli Zaretskii <eliz@gnu.org> | ||
| 47 | |||
| 48 | * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the | ||
| 49 | hash values of the two rows. | ||
| 50 | (copy_row_except_pointers): Preserve the used[] arrays and the | ||
| 51 | hash values of the two rows. (Bug#10035) | ||
| 52 | (add_row_entry): Add xassert to verify that ROW's hash code is valid. | ||
| 53 | |||
| 54 | * xdisp.c (row_hash): New function, body extracted from | ||
| 55 | compute_line_metrics. | ||
| 56 | (compute_line_metrics): Call row_hash, instead of computing the | ||
| 57 | hash code inline. | ||
| 58 | |||
| 59 | * dispnew.c (verify_row_hash): Call row_hash for computing the | ||
| 60 | hash code of a row, instead of duplicating code from xdisp.c. | ||
| 61 | |||
| 62 | * dispextern.h (row_hash): Add prototype. | ||
| 63 | |||
| 64 | 2011-11-18 Tassilo Horn <tassilo@member.fsf.org> | ||
| 65 | |||
| 66 | * frame.c (delete_frame): Don't delete the terminal when the last | ||
| 67 | X frame is closed if emacs is built with GTK toolkit. | ||
| 68 | |||
| 69 | 2011-11-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 70 | |||
| 71 | * window.c (syms_of_window) <window-combination-resize>: Fix typo. | ||
| 72 | |||
| 73 | 2011-11-17 Martin Rudalics <rudalics@gmx.at> | ||
| 74 | |||
| 75 | * window.c (Vwindow_splits): Rename to | ||
| 76 | Vwindow_combination_resize. Suggested by Juri Linkov. | ||
| 77 | (Fsplit_window_internal): Use Vwindow_combination_resize instead | ||
| 78 | of Vwindow_splits. | ||
| 79 | |||
| 80 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 81 | |||
| 82 | * nsfns.m (Fns_font_name): | ||
| 83 | * window.c (syms_of_window) <window-combination-limit>: Fix typos. | ||
| 84 | |||
| 85 | 2011-11-16 Martin Rudalics <rudalics@gmx.at> | ||
| 86 | |||
| 87 | * window.h (window): Rename slot "nest" to "combination_limit". | ||
| 88 | * window.c (Fwindow_nest): Rename to Fwindow_combination_limit. | ||
| 89 | (Fset_window_nest): Rename to Fset_window_combination_limit. | ||
| 90 | (Vwindow_nest): Rename to Vwindow_combination_limit. | ||
| 91 | (recombine_windows, make_parent_window, make_window) | ||
| 92 | (Fsplit_window_internal, saved_window) | ||
| 93 | (Fset_window_configuration, save_window_save): Rename all | ||
| 94 | occurrences of window_nest to window_combination_limit. | ||
| 95 | |||
| 96 | 2011-11-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 97 | |||
| 98 | * image.c (imagemagick_load_image): Fix typo. | ||
| 99 | |||
| 100 | 2011-11-14 Eli Zaretskii <eliz@gnu.org> | ||
| 101 | |||
| 102 | * xdisp.c (display_line): Move the call to | ||
| 103 | highlight_trailing_whitespace before the call to | ||
| 104 | compute_line_metrics, since the latter needs to see the final | ||
| 105 | faces of all the glyphs to compute ROW's hash value. Fixes | ||
| 106 | assertion violations in row_equal_p. (Bug#10035) | ||
| 107 | |||
| 108 | 2011-11-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 109 | |||
| 110 | * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0, | ||
| 111 | just return (bug#10044). | ||
| 112 | |||
| 20 | 2011-11-12 Eli Zaretskii <eliz@gnu.org> | 113 | 2011-11-12 Eli Zaretskii <eliz@gnu.org> |
| 21 | 114 | ||
| 22 | * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs | 115 | * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs |
| @@ -50,7 +143,7 @@ | |||
| 50 | 143 | ||
| 51 | 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru> | 144 | 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru> |
| 52 | 145 | ||
| 53 | * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext. | 146 | * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext. |
| 54 | 147 | ||
| 55 | 2011-11-11 Kenichi Handa <handa@m17n.org> | 148 | 2011-11-11 Kenichi Handa <handa@m17n.org> |
| 56 | 149 | ||
| @@ -250,7 +343,7 @@ | |||
| 250 | 343 | ||
| 251 | * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version. | 344 | * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version. |
| 252 | 345 | ||
| 253 | 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) | 346 | 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change) |
| 254 | 347 | ||
| 255 | Support MSVC build with newer versions of Visual Studio. | 348 | Support MSVC build with newer versions of Visual Studio. |
| 256 | * w32.c: Don't include w32api.h for MSVC. | 349 | * w32.c: Don't include w32api.h for MSVC. |
| @@ -312,7 +405,7 @@ | |||
| 312 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented | 405 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented |
| 313 | past the beginning of the current glyph matrix. | 406 | past the beginning of the current glyph matrix. |
| 314 | 407 | ||
| 315 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) | 408 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) |
| 316 | 409 | ||
| 317 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. | 410 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. |
| 318 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for | 411 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for |
| @@ -346,7 +439,7 @@ | |||
| 346 | 439 | ||
| 347 | Fix the `xbytecode' command. | 440 | Fix the `xbytecode' command. |
| 348 | * .gdbinit (xprintbytestr): New command. | 441 | * .gdbinit (xprintbytestr): New command. |
| 349 | (xwhichsymbols): Renamed from `which'; all callers changed. | 442 | (xwhichsymbols): Rename from `which'; all callers changed. |
| 350 | (xbytecode): Print the byte-code string as well. | 443 | (xbytecode): Print the byte-code string as well. |
| 351 | 444 | ||
| 352 | 2011-10-29 Kim Storm <storm@cua.dk> | 445 | 2011-10-29 Kim Storm <storm@cua.dk> |
| @@ -3040,7 +3133,7 @@ | |||
| 3040 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods | 3133 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods |
| 3041 | cString and lossyCString on OSX >= 10.4 | 3134 | cString and lossyCString on OSX >= 10.4 |
| 3042 | 3135 | ||
| 3043 | * nsmenu.m (fillWithWidgetValue): Don't use depercated method | 3136 | * nsmenu.m (fillWithWidgetValue): Don't use deprecated method |
| 3044 | sizeToFit on OSX >= 10.2. | 3137 | sizeToFit on OSX >= 10.2. |
| 3045 | 3138 | ||
| 3046 | * nsimage.m (allocInitFromFile): Don't use deprecated method | 3139 | * nsimage.m (allocInitFromFile): Don't use deprecated method |