From: Glenn Morris Date: Fri, 13 Jun 2008 08:07:04 +0000 (+0000) Subject: Daniel Engeler X-Git-Tag: emacs-pretest-23.0.90~4825 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07d99e7544ffa51339ae1ba1a3785f49247e0c6e;p=emacs.git Daniel Engeler Add documentation about serial port access. --- diff --git a/etc/NEWS b/etc/NEWS index f1781b9a05b..8ffe8613ba4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -64,6 +64,12 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary. * 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.