From: Daniel Colascione Date: Wed, 20 Feb 2013 05:56:28 +0000 (-0800) Subject: * sheap.c (report_sheap_usage): Use message, not message1, so X-Git-Tag: emacs-24.3.90~173^2~6^2~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=618185046817f98751c558d19bc1396b1eba612b;p=emacs.git * sheap.c (report_sheap_usage): Use message, not message1, so that we don't try to create a buffer while we're in the middle of dumping Emacs. Explain why. --- 618185046817f98751c558d19bc1396b1eba612b diff --cc src/ChangeLog index 7396ccb3759,720f3f28943..b04b344edf2 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,17 -1,8 +1,20 @@@ + 2013-02-19 Daniel Colascione - + * sheap.c (report_sheap_usage): Use message, not message1, so + that we don't try to create a buffer while we're in the middle + of dumping Emacs. Explain why. +2013-02-20 Dmitry Antipov - + * search.c (find_newline): Return byte position in bytepos. + Adjust comment. + (find_next_newline_no_quit, find_before_next_newline): Add + bytepos argument. + * lisp.h (find_newline, find_next_newline_no_quit) + (find_before_next_newline): Adjust prototypes. + * bidi.c (bidi_find_paragraph_start): + * editfns.c (Fconstrain_to_field, Fline_end_position): + * indent.c (compute_motion, vmotion): + * xdisp.c (back_to_previous_line_start, forward_to_next_line_start): + (get_visually_first_element, move_it_vertically_backward): + Adjust users and avoid calls to CHAR_TO_BYTE where appropriate. 2013-02-19 Eli Zaretskii