comparison etc/NEWS @ 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 59bdaf146c68
children 7561b5637b81
comparison
equal deleted inserted replaced
95882:6ecce57aa149 95883:37aeb92752e7
61 61
62 ** The configure option `--with-gtk' has been removed. Gtk is now the 62 ** The configure option `--with-gtk' has been removed. Gtk is now the
63 default toolkit, but you can use --with-x-toolkit=gtk if necessary. 63 default toolkit, but you can use --with-x-toolkit=gtk if necessary.
64 64
65 * Changes in Emacs 23.1 65 * Changes in Emacs 23.1
66
67 ** Emacs now supports serial port access on GNU/Linux, Unix, and
68 Windows. `serial-term' starts an interactive terminal,
69 `make-serial-process' and `serial-process-configure' provide a Lisp
70 interface. The serial port can be configured at runtime with the
71 mode-line mouse menu.
66 72
67 ** Apropos 73 ** Apropos
68 *** `apropos-library' describes the elements defined in a given library. 74 *** `apropos-library' describes the elements defined in a given library.
69 *** Set `apropos-compact-layout' is you want a more compact (but wider) layout. 75 *** Set `apropos-compact-layout' is you want a more compact (but wider) layout.
70 76