diff options
| author | Kim F. Storm | 2005-09-12 10:22:53 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-09-12 10:22:53 +0000 |
| commit | 18bb66c7bc062d02354eff1e05f5e09a72696810 (patch) | |
| tree | 8ae428bc3961b59e67c575a34bf52e2cdfc07587 /src | |
| parent | cacb2615f8ddb8947800fc111c278c63eed75cbf (diff) | |
| download | emacs-18bb66c7bc062d02354eff1e05f5e09a72696810.tar.gz emacs-18bb66c7bc062d02354eff1e05f5e09a72696810.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 13f8c409cde..633d594ed77 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 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. |