# HG changeset patch # User Kim F. Storm # Date 1126520573 0 # Node ID 619498265e538b38d998030e9619040217d15df2 # Parent f11497b2dec519361adca74f909a2a0bdf360e4c *** empty log message *** diff -r f11497b2dec5 -r 619498265e53 src/ChangeLog --- a/src/ChangeLog Mon Sep 12 05:53:11 2005 +0000 +++ b/src/ChangeLog Mon Sep 12 10:22:53 2005 +0000 @@ -1,3 +1,23 @@ +2005-09-12 Kim F. Storm + + * editfns.c (Ftranslate_region_internal): Reload `tt' after + signal_after_change that may have GC'ed. + (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix. + + * keymap.c (Fdescribe_buffer_bindings): Reload `translate' + after insert while runs signal_after_change. + + * minibuf.c (Fminibuffer_complete_word): Move `completion_string' + declaration to where it is used. + + * w32.c (check_windows_init_file): Fix allocation of error buffer. + + * xfns.c (x_encode_text): Declare static. Add FREEP arg. + (x_set_name_internal): Call x_encode_text with new FREEP arg to + know if xfree is needed instead of guessing. + + * xterm.h (x_encode_text): Remove prototype. + 2005-09-11 Chris Prince (tiny change) * w32term.c (x_bitmap_icon): Load small icons too.