changeset 95883:37aeb92752e7

Daniel Engeler <engeler at gmail.com> Add documentation about serial port access.
author Glenn Morris <rgm@gnu.org>
date Fri, 13 Jun 2008 08:07:04 +0000
parents 6ecce57aa149
children d6a4488883dc
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Jun 13 08:06:41 2008 +0000
+++ b/etc/NEWS	Fri Jun 13 08:07:04 2008 +0000
@@ -64,6 +64,12 @@
 
 * Changes in Emacs 23.1
 
+** Emacs now supports serial port access on GNU/Linux, Unix, and
+Windows.  `serial-term' starts an interactive terminal,
+`make-serial-process' and `serial-process-configure' provide a Lisp
+interface.  The serial port can be configured at runtime with the
+mode-line mouse menu.
+
 ** Apropos
 *** `apropos-library' describes the elements defined in a given library.
 *** Set `apropos-compact-layout' is you want a more compact (but wider) layout.