comparison src/ChangeLog @ 65454:619498265e53

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 12 Sep 2005 10:22:53 +0000
parents e4fa4fb219eb
children baaeed4bd45f
comparison
equal deleted inserted replaced
65453:f11497b2dec5 65454:619498265e53
1 2005-09-12 Kim F. Storm <storm@cua.dk>
2
3 * editfns.c (Ftranslate_region_internal): Reload `tt' after
4 signal_after_change that may have GC'ed.
5 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
6
7 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
8 after insert while runs signal_after_change.
9
10 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
11 declaration to where it is used.
12
13 * w32.c (check_windows_init_file): Fix allocation of error buffer.
14
15 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
16 (x_set_name_internal): Call x_encode_text with new FREEP arg to
17 know if xfree is needed instead of guessing.
18
19 * xterm.h (x_encode_text): Remove prototype.
20
1 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change) 21 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
2 22
3 * w32term.c (x_bitmap_icon): Load small icons too. 23 * w32term.c (x_bitmap_icon): Load small icons too.
4 24
5 2005-09-10 Romain Francoise <romain@orebokech.com> 25 2005-09-10 Romain Francoise <romain@orebokech.com>