aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-01-19 20:28:51 -0800
committerPaul Eggert2015-01-19 20:29:26 -0800
commit97bf923892a781b71442562510c9ef8492eb1dfe (patch)
tree26b7237240c3cd002389809841dce2642c5f0fe3 /src/ChangeLog
parent3ca37be9e754ca7e593736a31f0124722011d900 (diff)
downloademacs-97bf923892a781b71442562510c9ef8492eb1dfe.tar.gz
emacs-97bf923892a781b71442562510c9ef8492eb1dfe.zip
Fix minor bugs with printing null bytes
* minibuf.c (read_minibuf_noninteractive): * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: Work even if the Lisp string contains a null byte.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b77f00c21c5..ad7780fbca7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12015-01-20 Paul Eggert <eggert@cs.ucla.edu> 12015-01-20 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix minor bugs with printing null bytes
4 * minibuf.c (read_minibuf_noninteractive):
5 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]:
6 Work even if the Lisp string contains a null byte.
7
3 Port to hypothetical case where Qnil is nonzero 8 Port to hypothetical case where Qnil is nonzero
4 * alloc.c (allocate_pseudovector): 9 * alloc.c (allocate_pseudovector):
5 * callint.c (Fcall_interactively): 10 * callint.c (Fcall_interactively):