diff options
| author | Paul Eggert | 2011-11-13 20:35:22 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-13 20:35:22 -0800 |
| commit | c3ca24d48c10fb771ee02eb58f7d49bd82d6306e (patch) | |
| tree | e707b79a846623490feea39a4dceb86dd218eb4d /src/ChangeLog | |
| parent | 6a0bf43d7c5961297aa5024aec534e5bab73c8af (diff) | |
| parent | 56632ce4cd8616f0613e8734d62ec5e2f833c7dc (diff) | |
| download | emacs-c3ca24d48c10fb771ee02eb58f7d49bd82d6306e.tar.gz emacs-c3ca24d48c10fb771ee02eb58f7d49bd82d6306e.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 47 |
1 files changed, 46 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4e56e3c8499..533f5cf4327 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-11-10 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-11-14 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,51 @@ | |||
| 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-12 Eli Zaretskii <eliz@gnu.org> | ||
| 21 | |||
| 22 | * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs | ||
| 23 | with user-defined heap size. Bump the default size of the temacs | ||
| 24 | heap to 27MB, to avoid memory warning when running temacs. | ||
| 25 | ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value. | ||
| 26 | |||
| 27 | * dispnew.c (scrolling_window): Fix incorrect indices in accessing | ||
| 28 | current_matrix and desired_matrix. (Bug#9990) | ||
| 29 | (verify_row_hash) [XASSERTS]: New function. | ||
| 30 | (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify | ||
| 31 | that the hash value of glyph rows is correct. | ||
| 32 | |||
| 33 | 2011-11-12 Martin Rudalics <rudalics@gmx.at> | ||
| 34 | |||
| 35 | * window.h (window): Remove splits slot. | ||
| 36 | * window.c (Fwindow_splits, Fset_window_splits): Remove. | ||
| 37 | (Fdelete_other_windows_internal, make_parent_window) | ||
| 38 | (make_window, Fsplit_window_internal, Fdelete_window_internal) | ||
| 39 | (Fset_window_configuration, save_window_save): Don't deal with | ||
| 40 | split status of windows. | ||
| 41 | (saved_window): Remove splits slot. | ||
| 42 | (Vwindow_splits): Rewrite doc-string. | ||
| 43 | |||
| 44 | 2011-11-11 Jan Djärv <jan.h.d@swipnet.se> | ||
| 45 | |||
| 46 | * xfns.c (unwind_create_frame): | ||
| 47 | * nsfns.m (unwind_create_frame): | ||
| 48 | * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in | ||
| 49 | Vframe_list (Bug#9999). | ||
| 50 | |||
| 51 | 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 52 | |||
| 53 | * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext. | ||
| 54 | |||
| 55 | 2011-11-11 Kenichi Handa <handa@m17n.org> | ||
| 56 | |||
| 57 | * callproc.c (Fcall_process): Set the member dst_multibyte of | ||
| 58 | process_coding. | ||
| 59 | |||
| 60 | 2011-11-11 Johan Bockgård <bojohan@gnu.org> | ||
| 61 | |||
| 62 | * xdisp.c (fill_composite_glyph_string): Always set s->face, to | ||
| 63 | avoid a crash (bug#9496). | ||
| 64 | |||
| 20 | 2011-11-09 Chong Yidong <cyd@gnu.org> | 65 | 2011-11-09 Chong Yidong <cyd@gnu.org> |
| 21 | 66 | ||
| 22 | * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges) | 67 | * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges) |