]> code.delx.au - gnu-emacs/commitdiff
* sheap.c (report_sheap_usage): Use message, not message1, so
authorDaniel Colascione <dancol@dancol.org>
Wed, 20 Feb 2013 05:56:28 +0000 (21:56 -0800)
committerDaniel Colascione <dancol@dancol.org>
Wed, 20 Feb 2013 05:56:28 +0000 (21:56 -0800)
  that we don't try to create a buffer while we're in the middle
  of dumping Emacs.  Explain why.

1  2 
src/ChangeLog

diff --cc src/ChangeLog
index 7396ccb37598b7809751e03deb196d1d4cd517c0,720f3f28943586da2e12f648eefa42bf2e57fb5a..b04b344edf2432d43d7a9df8bb657929fd5b2db7
@@@ -1,17 -1,8 +1,20 @@@
 -
+ 2013-02-19  Daniel Colascione <dancol@dancol.org>
+       * 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  <dmantipov@yandex.ru>
 +      * 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  <eliz@gnu.org>