aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-01-09 00:03:40 +0100
committerJoakim Verona2013-01-09 00:03:40 +0100
commit0f9ee7aa0e6b57e28b31699a912356c24b959b01 (patch)
tree946102a4902881d8f2ac512ef4d3a5d2f8b0fcd3 /src/ChangeLog
parent1c05adeed60d0afbe9439bcc995bcd4b9e40a53b (diff)
parent4bdc352611db6d7e9a11e75693e94dce61377d2e (diff)
downloademacs-0f9ee7aa0e6b57e28b31699a912356c24b959b01.tar.gz
emacs-0f9ee7aa0e6b57e28b31699a912356c24b959b01.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 17 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b0b295e695..9ab201c8be4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2
3 * undo.c (Fprimitive_undo): Move to simple.el.
4 (syms_of_undo): Remove declarations for Sprimitive_undo.
5
62013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * keyboard.c (echo_add_key): Rename from echo_add_char.
9
12013-01-06 Chong Yidong <cyd@gnu.org> 102013-01-06 Chong Yidong <cyd@gnu.org>
2 11
3 * keyboard.c (echo_add_char): New function, factored out from 12 * keyboard.c (echo_add_char): New function, factored out from
@@ -11,8 +20,8 @@
11 20
12 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead 21 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead
13 of a non-portable "t" to print ptrdiff_t values. Allow up to 9 22 of a non-portable "t" to print ptrdiff_t values. Allow up to 9
14 digits for buffer positions, before misalignment starts. Display 23 digits for buffer positions, before misalignment starts.
15 "0" for integer "object" field. 24 Display "0" for integer "object" field.
16 (dump_glyph_row): Adapt the header line to changes in dump_glyph. 25 (dump_glyph_row): Adapt the header line to changes in dump_glyph.
17 Display the newline glyph more unambiguously. 26 Display the newline glyph more unambiguously.
18 27
@@ -53,8 +62,8 @@
532012-12-31 Eli Zaretskii <eliz@gnu.org> 622012-12-31 Eli Zaretskii <eliz@gnu.org>
54 63
55 * w32.c (unsetenv): Set up the string passed to _putenv 64 * w32.c (unsetenv): Set up the string passed to _putenv
56 correctly. See 65 correctly.
57 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html 66 See http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html
58 for the bug this caused. 67 for the bug this caused.
59 68
602012-12-30 Paul Eggert <eggert@cs.ucla.edu> 692012-12-30 Paul Eggert <eggert@cs.ucla.edu>
@@ -126,8 +135,8 @@
126 135
1272012-12-27 Eli Zaretskii <eliz@gnu.org> 1362012-12-27 Eli Zaretskii <eliz@gnu.org>
128 137
129 * fileio.c (file_name_as_directory, directory_file_name): Accept 138 * fileio.c (file_name_as_directory, directory_file_name):
130 an additional argument MULTIBYTE to indicate whether the input C 139 Accept an additional argument MULTIBYTE to indicate whether the input C
131 came from a multibyte or a unibyte Lisp string; all callers 140 came from a multibyte or a unibyte Lisp string; all callers
132 adjusted. Don't assume the input string is always multibyte. 141 adjusted. Don't assume the input string is always multibyte.
133 (Bug#13262) 142 (Bug#13262)
@@ -211,8 +220,8 @@
211 * w32.c (sys_close): Do not call delete_child on a subprocess 220 * w32.c (sys_close): Do not call delete_child on a subprocess
212 whose handle is not yet closed. Instead, set its file descriptor 221 whose handle is not yet closed. Instead, set its file descriptor
213 to a negative value, so that reap_subprocess will call 222 to a negative value, so that reap_subprocess will call
214 delete_child on that subprocess when its SIGCHLD arrives. This 223 delete_child on that subprocess when its SIGCHLD arrives.
215 avoids closing handles used for communications between sys_select 224 This avoids closing handles used for communications between sys_select
216 and reader_thread, which doesn't give sys_select a chance to 225 and reader_thread, which doesn't give sys_select a chance to
217 notice that the process exited and invoke the SIGCHLD handler for 226 notice that the process exited and invoke the SIGCHLD handler for
218 it. 227 it.