aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ff059cf1a3c..d39336f11e6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,32 @@
12013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * sheap.c (report_sheap_usage): Prefer message1_nolog.
4
5 * keyboard.c (Qcommand_execute): New var.
6 (command_loop_1, read_char): Use it.
7 (Fcommand_execute): Remove, replace by an Elisp implementation.
8 (syms_of_keyboard): Adjust accordingly.
9
102013-02-19 Daniel Colascione <dancol@dancol.org>
11
12 * sheap.c (report_sheap_usage): Use message, not message1, so
13 that we don't try to create a buffer while we're in the middle
14 of dumping Emacs. Explain why.
15
162013-02-20 Dmitry Antipov <dmantipov@yandex.ru>
17 * search.c (find_newline): Return byte position in bytepos.
18 Adjust comment.
19 (find_next_newline_no_quit, find_before_next_newline):
20 Add bytepos argument.
21 * lisp.h (find_newline, find_next_newline_no_quit)
22 (find_before_next_newline): Adjust prototypes.
23 * bidi.c (bidi_find_paragraph_start):
24 * editfns.c (Fconstrain_to_field, Fline_end_position):
25 * indent.c (compute_motion, vmotion):
26 * xdisp.c (back_to_previous_line_start, forward_to_next_line_start):
27 (get_visually_first_element, move_it_vertically_backward):
28 Adjust users and avoid calls to CHAR_TO_BYTE where appropriate.
29
12013-02-19 Eli Zaretskii <eliz@gnu.org> 302013-02-19 Eli Zaretskii <eliz@gnu.org>
2 31
3 * w32proc.c (new_child): Avoid leaking handles if the subprocess 32 * w32proc.c (new_child): Avoid leaking handles if the subprocess