# HG changeset patch # User Glenn Morris # Date 1213344424 0 # Node ID 37aeb92752e7885974a06c3e67034734af66774e # Parent 6ecce57aa1498191fdecc5d32cb4c5d7bff4da8e Daniel Engeler Add documentation about serial port access. diff -r 6ecce57aa149 -r 37aeb92752e7 etc/NEWS --- 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.