diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 50 |
1 files changed, 42 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ef57223b9ca..1ec148b30c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 1 | 2012-03-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * buffer.c (compare_overlays): Don't assume args differ (Bug#6830). | ||
| 4 | |||
| 5 | 2012-03-12 Chong Yidong <cyd@gnu.org> | ||
| 6 | |||
| 7 | * eval.c (inhibit_lisp_code): Rename from | ||
| 8 | inhibit_window_configuration_change_hook; move from window.c. | ||
| 9 | |||
| 10 | * xfns.c (unwind_create_frame_1, Fx_create_frame): | ||
| 11 | * window.c (run_window_configuration_change_hook) | ||
| 12 | (syms_of_window): Callers changed. | ||
| 13 | |||
| 14 | 2012-03-11 Chong Yidong <cyd@gnu.org> | ||
| 15 | |||
| 16 | * keymap.c (Fkey_description): Doc fix (Bug#9700). | ||
| 17 | |||
| 18 | * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452). | ||
| 19 | |||
| 20 | 2012-03-10 Chong Yidong <cyd@gnu.org> | ||
| 21 | |||
| 22 | * frame.c (other_visible_frames): Don't assume the selected frame | ||
| 23 | is visible (Bug#10955). | ||
| 24 | |||
| 25 | 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 26 | |||
| 27 | * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830). | ||
| 28 | |||
| 29 | 2012-03-08 Jan Djärv <jan.h.d@swipnet.se> | ||
| 30 | |||
| 31 | * gtkutil.c (x_wm_set_size_hint): Use one row in call to | ||
| 32 | FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than | ||
| 33 | zero (Bug#10954). | ||
| 34 | |||
| 1 | 2012-03-03 Glenn Morris <rgm@gnu.org> | 35 | 2012-03-03 Glenn Morris <rgm@gnu.org> |
| 2 | 36 | ||
| 3 | * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes. | 37 | * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes. |
| @@ -195,8 +229,8 @@ | |||
| 195 | 229 | ||
| 196 | 2012-02-04 Eli Zaretskii <eliz@gnu.org> | 230 | 2012-02-04 Eli Zaretskii <eliz@gnu.org> |
| 197 | 231 | ||
| 198 | * w32.c (get_emacs_configuration_options): Include | 232 | * w32.c (get_emacs_configuration_options): |
| 199 | --enable-checking, if specified, in the return value. | 233 | Include --enable-checking, if specified, in the return value. |
| 200 | 234 | ||
| 201 | 2012-02-04 Martin Rudalics <rudalics@gmx.at> | 235 | 2012-02-04 Martin Rudalics <rudalics@gmx.at> |
| 202 | 236 | ||
| @@ -302,8 +336,8 @@ | |||
| 302 | 2012-01-19 Martin Rudalics <rudalics@gmx.at> | 336 | 2012-01-19 Martin Rudalics <rudalics@gmx.at> |
| 303 | 337 | ||
| 304 | * window.c (save_window_save, Fcurrent_window_configuration) | 338 | * window.c (save_window_save, Fcurrent_window_configuration) |
| 305 | (Vwindow_persistent_parameters): Do not use Qstate. Rewrite | 339 | (Vwindow_persistent_parameters): Do not use Qstate. |
| 306 | doc-strings. | 340 | Rewrite doc-strings. |
| 307 | 341 | ||
| 308 | 2012-01-19 Kenichi Handa <handa@m17n.org> | 342 | 2012-01-19 Kenichi Handa <handa@m17n.org> |
| 309 | 343 | ||
| @@ -477,9 +511,9 @@ | |||
| 477 | * nsselect.m (CUT_BUFFER_SUPPORT): Remove define. | 511 | * nsselect.m (CUT_BUFFER_SUPPORT): Remove define. |
| 478 | (symbol_to_nsstring): Fix indentation. | 512 | (symbol_to_nsstring): Fix indentation. |
| 479 | (ns_symbol_to_pb): New function. | 513 | (ns_symbol_to_pb): New function. |
| 480 | (Fns_get_selection_internal): Renamed from Fns_get_cut_buffer_internal. | 514 | (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal. |
| 481 | (Fns_rotate_cut_buffers_internal): Removed. | 515 | (Fns_rotate_cut_buffers_internal): Remove. |
| 482 | (Fns_store_selection_internal): Renamed from | 516 | (Fns_store_selection_internal): Rename from |
| 483 | Fns_store_cut_buffer_internal. | 517 | Fns_store_cut_buffer_internal. |
| 484 | (ns_get_foreign_selection, Fx_own_selection_internal) | 518 | (ns_get_foreign_selection, Fx_own_selection_internal) |
| 485 | (Fx_disown_selection_internal, Fx_selection_exists_p) | 519 | (Fx_disown_selection_internal, Fx_selection_exists_p) |
| @@ -620,7 +654,7 @@ | |||
| 620 | (coding_set_destination): Return how many bytes | 654 | (coding_set_destination): Return how many bytes |
| 621 | coding->destination was relocated. | 655 | coding->destination was relocated. |
| 622 | (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET) | 656 | (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET) |
| 623 | (CODING_CHAR_CHARSET_P): Adjusted for the avove changes. | 657 | (CODING_CHAR_CHARSET_P): Adjust for the avove changes. |
| 624 | 658 | ||
| 625 | 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) | 659 | 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) |
| 626 | 660 | ||