diff options
| author | Stefan Monnier | 2008-06-13 20:34:26 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-13 20:34:26 +0000 |
| commit | fdeb777a1d88efa9112d2b75aa4415c7659ba522 (patch) | |
| tree | 9767ad26a776584583fa222e8a3a505c934c0fed /etc | |
| parent | ee128870d861ef4fc8fd47dfe60667a3ff9b854e (diff) | |
| download | emacs-fdeb777a1d88efa9112d2b75aa4415c7659ba522.tar.gz emacs-fdeb777a1d88efa9112d2b75aa4415c7659ba522.zip | |
(Info-breadcrumbs-depth): New var.
(Info-insert-breadcrumbs): New function.
(Info-fontify-node): Use it.
(Info-mode-map): Move initialization into declaration.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -64,6 +64,9 @@ 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 | 66 | ||
| 67 | ** Info displays breadcrumbs in the header of the page. | ||
| 68 | See Info-breadcrumbs-depth to control it. | ||
| 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 |