]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
*** empty log message ***
[gnu-emacs] / src / ChangeLog
index 0bcf392c58c3e21a33010c3a753420d77fcbe110..6cf09be70fdf1573ac73bcf06ba8fb16f37098f2 100644 (file)
@@ -1,3 +1,15 @@
+2006-03-09  Kenichi Handa  <handa@m17n.org>
+
+       * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
+       ASCII component of a composition.
+
+2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * window.c: Declare preserve_y as a static global variable.
+       (window_scroll_pixel_based): No longer declare preserve_y;
+       it is global now.
+       (syms_of_window): Set preserve_y to -1.
+
 2006-03-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
@@ -31,7 +43,7 @@
        (mac_handle_command_event, mac_handle_window_event)
        (mac_handle_mouse_event): Check error code of GetEventParameter.
        (convert_fn_keycode) [MAC_OSX]: Likewise.
-       
+
 2006-03-05  Andreas Schwab  <schwab@suse.de>
 
        * xselect.c (x_catch_errors_unwind): Fix missing return value.