aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-06-13 20:34:26 +0000
committerStefan Monnier2008-06-13 20:34:26 +0000
commitfdeb777a1d88efa9112d2b75aa4415c7659ba522 (patch)
tree9767ad26a776584583fa222e8a3a505c934c0fed /etc
parentee128870d861ef4fc8fd47dfe60667a3ff9b854e (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f06adf69f5d..db7835884ac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
68See 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
68Windows. `serial-term' starts an interactive terminal, 71Windows. `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