emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 12 Sep 2005 06:22:54 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4587 emacs/src/ChangeLog:1.4588
*** emacs/src/ChangeLog:1.4587  Sun Sep 11 20:34:04 2005
--- emacs/src/ChangeLog Mon Sep 12 10:22:53 2005
***************
*** 1,3 ****
--- 1,23 ----
+ 2005-09-12  Kim F. Storm  <address@hidden>
+ 
+       * 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  <address@hidden>  (tiny change)
  
        * w32term.c (x_bitmap_icon): Load small icons too.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]