Mercurial > emacs
comparison etc/NEWS @ 95906:cf07bd0d6f98
(Info-breadcrumbs-depth): New var.
(Info-insert-breadcrumbs): New function.
(Info-fontify-node): Use it.
(Info-mode-map): Move initialization into declaration.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 13 Jun 2008 20:32:58 +0000 |
parents | 7561b5637b81 |
children | 054335cbee3d |
comparison
equal
deleted
inserted
replaced
95905:6dc2b5331eb0 | 95906:cf07bd0d6f98 |
---|---|
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 ** Info displays breadcrumbs in the header of the page. | |
68 See Info-breadcrumbs-depth to control it. | |
66 | 69 |
67 ** Emacs now supports serial port access on GNU/Linux, Unix, and | 70 ** Emacs now supports serial port access on GNU/Linux, Unix, and |
68 Windows. `serial-term' starts an interactive terminal, | 71 Windows. `serial-term' starts an interactive terminal, |
69 `make-serial-process' and `serial-process-configure' provide a Lisp | 72 `make-serial-process' and `serial-process-configure' provide a Lisp |
70 interface. The serial port can be configured at runtime with the | 73 interface. The serial port can be configured at runtime with the |