]> code.delx.au - gnu-emacs/commitdiff
from trunk
authorKenichi Handa <handa@m17n.org>
Thu, 14 Jan 2010 03:54:04 +0000 (12:54 +0900)
committerKenichi Handa <handa@m17n.org>
Thu, 14 Jan 2010 03:54:04 +0000 (12:54 +0900)
1  2 
etc/ChangeLog
lisp/ChangeLog
lisp/composite.el
src/ChangeLog
src/composite.c

diff --cc etc/ChangeLog
Simple merge
diff --cc lisp/ChangeLog
index 72e25487320452196e4bd650d7184abce00b1403,a645aa25110c54dbddea0d7f4cc1ebd459ceb758..a23a1edd3e85c01cfc4c9a64762949e14e6ad8a1
@@@ -1,13 -1,6 +1,16 @@@
 +2010-01-14  Kenichi Handa  <handa@m17n.org>
 +
 +      * composite.el (auto-composition-mode): Make it a buffer local
 +      variable (permanent-local).
 +      (auto-composition-function): Set the default value to
 +      auto-compose-chars.
 +      (auto-composition-mode): Make it a simple function, not a minor
 +      mode.
 +      (global-auto-composition-mode): Likewise.
 +      (turn-on-auto-composition-if-enabled): Delete it.
+ 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
+       * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
  
  2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
  
Simple merge
diff --cc src/ChangeLog
index 1b382cb5a53e50671e5319895a367f1fc735250b,0930d06db910a7181e6e58e7816ba1b0572f8208..57dcaa4af6ef1b848119b49017cc6586d503d28d
@@@ -1,15 -1,27 +1,39 @@@
 +2010-01-14  Kenichi Handa  <handa@m17n.org>
 +
 +      Make auto-composition work on all buffers even if they are
 +      fundamental mode.
 +
 +      * composite.c (Vauto_composition_mode): New variable.
 +      (composition_compute_stop_pos): Check Vauto_composition_mode
 +      instead of Vauto_composition_function.
 +      (composition_adjust_point, Ffind_composition_internal): Likewise.
 +      (syms_of_composite): Declare Lisp variable
 +      "auto-composition-mode" here.
 +
+ 2010-01-13  Chong Yidong  <cyd@stupidchicken.com>
+       * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
+       during call to vendor-specific-keysyms (Bug#5365).
+ 2010-01-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+       * keyboard.c (input_available_signal) [SYNC_INPUT]:
+       Call SIGNAL_THREAD_CHECK (Bug#5333).
+       * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
+       Call SIGNAL_THREAD_CHECK.
+ 2010-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+       Try to fix bug#5314.  This is probably not the final word, tho.
+       * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
+       recent-auto-save-p as a side-effect.
+       * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
+       * buffer.c (Fkill_buffer, reset_buffer):
+       * editfns.c (Fsubst_char_in_region):
+       * fileio.c (Finsert_file_contents, Fdo_auto_save)
+       (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
  2010-01-13  Kenichi Handa  <handa@m17n.org>
  
        Display buffer name, etc. in mode line by composing correctly.
diff --cc src/composite.c
Simple merge