diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1ade4691184..a9dae7f68aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2012-05-27 Ken Brown <kbrown@cornell.edu> | ||
| 2 | |||
| 3 | * callproc.c (Fcall_process): Restore a line that was accidentally | ||
| 4 | commented out in the 2011-02-13 change (bug#11547). | ||
| 5 | |||
| 6 | 2012-05-27 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * lisp.h [REL_ALLOC]: Add prototypes for external functions | ||
| 9 | defined on ralloc.c. | ||
| 10 | |||
| 11 | * buffer.c [REL_ALLOC]: Remove prototypes of | ||
| 12 | r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free, | ||
| 13 | they are now on lisp.h. | ||
| 14 | |||
| 15 | * ralloc.c (r_alloc_inhibit_buffer_relocation): New function. | ||
| 16 | |||
| 17 | * search.c (search_buffer): Use it to inhibit relocation of buffer | ||
| 18 | text while re_search_2 is doing its job, because re_search_2 is | ||
| 19 | passed C pointers to buffer text. (Bug#11519) | ||
| 20 | |||
| 21 | * msdos.c (internal_terminal_init) <Vwindow_system_version>: | ||
| 22 | Update value to 24. | ||
| 23 | |||
| 24 | * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator | ||
| 25 | state after an additional call to move_it_in_display_line_to, keep | ||
| 26 | the values of it->max_ascent and it->max_descent found for the | ||
| 27 | entire line. | ||
| 28 | (pos_visible_p): Revert the comparison against bottom_y to what it | ||
| 29 | was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb. | ||
| 30 | (Bug#11464) | ||
| 31 | |||
| 1 | 2012-05-26 Paul Eggert <eggert@cs.ucla.edu> | 32 | 2012-05-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 33 | ||
| 3 | Fix coding-related core dumps with gcc -ftrapv. | 34 | Fix coding-related core dumps with gcc -ftrapv. |