aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2015-01-16 22:29:10 +0100
committerJoakim Verona2015-01-16 22:29:10 +0100
commit5e2255017323c54feeaaee220175d7761a3b6ed1 (patch)
tree3f843af60b826b63e12482301ce20745a95ede3e /etc
parentb64675500decba1c707bc5d5c6d57f633934778f (diff)
parent78e6ccc4a5006272b14f352e459a6d3bf52ed07b (diff)
downloademacs-5e2255017323c54feeaaee220175d7761a3b6ed1.tar.gz
emacs-5e2255017323c54feeaaee220175d7761a3b6ed1.zip
merge master
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 20f88bdecc3..681858e5977 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12015-01-15 Eli Zaretskii <eliz@gnu.org>
2
3 * NEWS: Mention 'set-binary-mode'.
4
12015-01-11 Paul Eggert <eggert@cs.ucla.edu> 52015-01-11 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Default to 'configure --enable-silent-rules' 7 Default to 'configure --enable-silent-rules'
diff --git a/etc/NEWS b/etc/NEWS
index f291c0c9ad9..0bfd3fd2a2d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -588,6 +588,10 @@ been obsoleted.
588undocumented integer-pair format. Instead, they return a list of two 588undocumented integer-pair format. Instead, they return a list of two
589integers. 589integers.
590 590
591+++
592** New function `set-binary-mode' allows to switch a standard stream
593of the Emacs process to binary I/O mode.
594
591 595
592* Changes in Frames and Windows Code in Emacs 25.1 596* Changes in Frames and Windows Code in Emacs 25.1
593 597