diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 286896be6e3..f4250ec83b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-11-12 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-11-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs | ||
| 4 | with user-defined heap size. Bump the default size of the temacs | ||
| 5 | heap to 27MB, to avoid memory warning when running temacs. | ||
| 6 | ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value. | ||
| 7 | |||
| 3 | * dispnew.c (scrolling_window): Fix incorrect indices in accessing | 8 | * dispnew.c (scrolling_window): Fix incorrect indices in accessing |
| 4 | current_matrix and desired_matrix. (Bug#9990) | 9 | current_matrix and desired_matrix. (Bug#9990) |
| 5 | (verify_row_hash) [XASSERTS]: New function. | 10 | (verify_row_hash) [XASSERTS]: New function. |