]> git.eshelyaron.com Git - emacs.git/commitdiff
merge trunk
authorKenichi Handa <handa@gnu.org>
Wed, 20 Mar 2013 08:08:34 +0000 (17:08 +0900)
committerKenichi Handa <handa@gnu.org>
Wed, 20 Mar 2013 08:08:34 +0000 (17:08 +0900)
1  2 
src/ChangeLog
src/coding.c

diff --cc src/ChangeLog
index 6de0212109a8230bc7fe09bde6b6e2300a81b42b,a0a0cd81ed2b15ad7a6aa048aefd1f9ea9c56c38..2779e5a6ea8095aa2d03033dcfef095ac99f47e8
@@@ -1,9 -1,14 +1,20 @@@
 +2013-03-20  Kenichi Handa  <handa@gnu.org>
 +
 +      * coding.c (syms_of_coding): Initialize disable_ascii_optimization
 +      to 1 (temporary workaround until a bug related to ASCII
 +      optimization is fixed).
 +
+ 2013-03-19  Dmitry Antipov  <dmantipov@yandex.ru>
+       * window.c (Fwindow_combination_limit, Fset_window_combination_limit):
+       Signal error if window is not internal.  Adjust docstring.
+       (delete_all_child_windows): Use combination_limit to save the buffer.
+       (Fset_window_configuration): Adjust accordingly.
+       * print.c (syms_of_print): Initialize debugging output not here...
+       (init_print_once): ...but in a new function here.
+       * lisp.h (init_print_once): Add prototype.
+       * emacs.c (main): Add call to init_print_once.  Adjust comments.
  2013-03-18  Dmitry Antipov  <dmantipov@yandex.ru>
  
        * window.c (window_resize_check, window_resize_apply)
diff --cc src/coding.c
Simple merge