]> git.eshelyaron.com Git - emacs.git/commitdiff
Daniel Engeler <engeler at gmail.com>
authorGlenn Morris <rgm@gnu.org>
Fri, 13 Jun 2008 08:07:04 +0000 (08:07 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 13 Jun 2008 08:07:04 +0000 (08:07 +0000)
Add documentation about serial port access.

etc/NEWS

index f1781b9a05bbbfe0254c6eb97c8ac435abc6f625..8ffe8613ba48502775317addaa4b69ed5b177048 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -64,6 +64,12 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary.
 \f
 * 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.