*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
index bb2f8f3..3c59f64 100644 (file)
@@ -1,3 +1,86 @@
+2000-12-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * lread.c (read1): Recognize end of file after `\\'.
+
+       * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
+       not unwind_create_frame.
+
+2000-12-15  Kenichi Handa  <handa@etl.go.jp>
+
+       * coding.c (setup_coding_system): Clear all members of the struct
+       coding_system at first.
+       (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
+       argument.
+       (code_convert_region): Don't override coding->src_multibyte and
+       coding->dst_multibyte.
+
+       * fns.c (Fmd5): Docstring improved.
+
+2000-12-15  Miles Bader  <miles@gnu.org>
+
+       * xdisp.c (window_box_height): Only use mode-line glyph-rows that
+       are actually marked as mode-lines; otherwise use
+       estimate_mode_line_height.
+
+2000-12-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * editfns.c (Fformat): Prevent a buffer overrun when the format
+       specifies a precision.
+
+2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * msdos.c (Fmsdos_set_mouse_buttons): Signal an error if the
+       argument is outside the range [2..3].
+
+2000-12-14  Andrew Innes  <andrewi@gnu.org>
+
+       * w32fns.c (Fx_hide_tip): Avoid unnecessary work when there's
+       nothing to do.  Bind inhibit-quit.
+       (tip_frame): Make it a Lisp_Object.
+       (x_create_tip_frame): Set tip_frame after it has been added to
+       Vframe_list.
+       (Fx_show_tip): Don't set tip_frame here.
+       (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New
+       variables.
+       (unwind_create_frame, unwind_create_tip_frame): New functions.
+       (Fx_create_frame, x_create_tip_frame): Handle errors signaled
+       while a frame is only partially constructed.
+
+       * w32term.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
+       (x_free_frame_resources): New function.
+       (x_destroy_window): Use it.
+
+2000-12-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * xfns.c (Fx_backspace_delete_keys_p): New function.
+       (syms_of_xfns): Defsubr it.
+
+       * config.in (HAVE_XKBGETKEYBOARD): Add.
+
+2000-12-14  Kenichi Handa  <handa@etl.go.jp>
+
+       * keyboard.c (echo_prompt): Argument type changed to Lisp_Object.
+       Always store string in multibyte representation in echobuf.
+       (echo_char): Always store string in multibyte representation in
+       echobuf.
+       (echo_now): Call message2_nolog with the arg MULTIBYTE 1.
+       (read_key_sequence): Adjusted for the change of echo_prompt.
+
+       * fns.c (Fmd5): Docstring improved.
+
+       * lisp.h (detect_coding_system): Prototype adjusted.
+
+       * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
+       (detect_coding_emacs_mule, detect_coding_iso2022,)
+       (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
+       (detect_coding_utf_16, detect_coding_ccl): Make them static.  New
+       argument MULTIBYTEP.  Callers changed.
+       (detect_coding_mask, detect_coding_system): New argument
+       MULTIBYTEP.  Callers changed.
+       (decode_coding_string): Set coding->src_multibyte and
+       coding->dst_multibyte before calling detect_coding and detect_eol.
+       Update them after some coding system is detected.
+       
 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
 
        * keymap.c (get_keyelt): Only eval the filter if `autoload' is set.
 
 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * msdos.c (fast_find_position): Don't overstep the last window
-       row.
+       * msdos.c (fast_find_position): Don't overstep the last window row.
        (IT_note_mouse_highlight): Initialize portion to -1.  Remove
        unused variable `area'.  When looking for a row under (X,Y), give
        up if some of the previous rows is not enabled.