diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5b406a7bc46..04e58e4742f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2011-11-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926). | ||
| 4 | |||
| 5 | 2011-11-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 6 | |||
| 7 | Avoid some portability problems by eschewing 'extern inline' functions. | ||
| 8 | The trivial performance wins aren't worth the portability hassles; see | ||
| 9 | <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html> | ||
| 10 | et seq. | ||
| 11 | * dispextern.h (window_box, window_box_height, window_text_bottom_y) | ||
| 12 | (window_box_width, window_box_left, window_box_left_offset) | ||
| 13 | (window_box_right, window_box_right_offset): Undo previous change, | ||
| 14 | by removing the "extern"s. | ||
| 15 | * intervals.c (adjust_intervals_for_insertion) | ||
| 16 | (adjust_intervals_for_deletion): Undo previous change, | ||
| 17 | making these static again. | ||
| 18 | (offset_intervals, temp_set_point_both, temp_set_point) | ||
| 19 | (copy_intervals_to_string): No longer inline. | ||
| 20 | * xdisp.c (window_text_bottom_y, window_box_width) | ||
| 21 | (window_box_height, window_box_left_offset) | ||
| 22 | (window_box_right_offset, window_box_left, window_box_right) | ||
| 23 | (window_box): No longer inline. | ||
| 24 | |||
| 25 | 2011-11-08 Chong Yidong <cyd@gnu.org> | ||
| 26 | |||
| 27 | * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix. | ||
| 28 | (Fwindow_body_height, Fwindow_body_width): Move from Lisp. Signal | ||
| 29 | an error if not a live window. | ||
| 30 | (Fwindow_total_width, Fwindow_total_height): Move from Lisp. | ||
| 31 | (Fwindow_total_size, Fwindow_body_size): Move to Lisp. | ||
| 32 | |||
| 33 | 2011-11-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 34 | |||
| 35 | * lisp.h (syms_of_abbrev): Remove declaration. | ||
| 36 | Reported by CHENG Gao <chenggao@royau.me>. | ||
| 37 | |||
| 38 | 2011-11-07 Eli Zaretskii <eliz@gnu.org> | ||
| 39 | |||
| 40 | * w32.c (check_windows_init_file): Don't look for term/w32-win.el | ||
| 41 | if Vpurify_flag is non-nil. Fixes a crash when running w32 build | ||
| 42 | of temacs in GUI mode. | ||
| 43 | |||
| 1 | 2011-11-07 Martin Rudalics <rudalics@gmx.at> | 44 | 2011-11-07 Martin Rudalics <rudalics@gmx.at> |
| 2 | 45 | ||
| 3 | * window.h: Declare delete_all_child_windows instead of | 46 | * window.h: Declare delete_all_child_windows instead of |