]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
(get_scrap_target_type_list, defer_apple_events)
[gnu-emacs] / src / ChangeLog
index 553bc708774dcbc46610f1ddf9881db76267ddde..2c96a985d8fb52e20856c3111854298295ff660e 100644 (file)
@@ -1,3 +1,62 @@
+2006-04-17  Kim F. Storm  <storm@cua.dk>
+
+       * window.c (coordinates_in_window): On the vertical border,
+       calculate the row number measured from the top of the window, not
+       the top of the frame.
+       (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
+       (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
+
+2006-04-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
+
+2006-04-16  Romain Francoise  <romain@orebokech.com>
+
+       * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
+
+2006-04-16  Andreas Schwab  <schwab@suse.de>
+
+       * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
+
+2006-04-15  Romain Francoise  <romain@orebokech.com>
+
+       * puresize.h (BASE_PURESIZE): Increment to 1210000.
+
+2006-04-13  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
+
+       * print.c (Fprin1_to_string): Mention in the `doc' that the
+       behavior is modified by `print-level' and `print-length'.
+
+2006-04-13  Kenichi Handa  <handa@m17n.org>
+
+       * coding.c (setup_coding_system): If eol-type is not yet decided
+       and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
+       If coding_system is nil, return 0.
+       (code_convert_region1): Even if coding_system is nil, don't skip
+       conversion if system_eol_type is not LF.
+       (code_convert_string1): Likewise.
+       (code_convert_string_norecord): Likewise.
+
+2006-04-13  Kenichi Handa  <handa@m17n.org>
+
+       * coding.c (setup_coding_system): Fix previous change.
+       (encode_coding): If eol_type is not yet decided, use
+       system_eol_type.
+       (shrink_encoding_region): If eol_type is not yet decided and
+       system_eol_type is not LF, don't shrink.
+
+2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
+       line.
+
+2006-04-12  Richard Stallman  <rms@gnu.org>
+
+       * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
+
+       * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
+       (Fprocess_send_eof): Abort if fail to open null device.
+
 2006-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
        * xfaces.c (Finternal_merge_in_global_face, try_font_list): Add
        explicit braces to avoid ambiguous `else'.
 
-2006-04-11  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org> (tiny change)
+2006-04-11  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
 
        * dispnew.c (init_display): Don't init X display if the user asked
        for a non-X display.
-       
+
 2006-04-12  Kenichi Handa  <handa@m17n.org>
 
        * coding.c (setup_coding_system): Use system_eol_type for default