diff options
| -rw-r--r-- | lisp/ChangeLog | 17 | ||||
| -rw-r--r-- | lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
3 files changed, 22 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1384348b7b8..837f7663841 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2006-03-19 Luc Teirlinck <teirllm@auburn.edu> + + * help-mode.el (help-follow-symbol): New function. Essentially + identical to the old `help-follow', but do not let `push-button' + do the work when on an xref. + (help-mode-map): Bind `help-follow-symbol' to "C-c C-c". + + * emacs-lisp/debug.el (debug-help-follow): Adapt comment to above + change. + +2006-03-19 Richard Stallman <rms@gnu.org> + + * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol + preceded by the word `program'. + (help-follow-mouse, help-follow): Throw error if not on xref. + Delete no longer used args. + 2006-03-20 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 52c27ba2d9b..ae11c497b1d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,6 +1,6 @@ 2006-03-19 Luc Teirlinck <teirllm@auburn.edu> - * tips.texi (Documentation Tips): One can now also write `command' + * tips.texi (Documentation Tips): One can now also write `program' in front of a quoted symbol in a docstring to prevent making a hyperlink. diff --git a/man/ChangeLog b/man/ChangeLog index 3c7ad90a978..228fd5be616 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-03-19 Luc Teirlinck <teirllm@auburn.edu> + + * help.texi (Help Mode): Document "C-c C-c". + 2006-03-19 Bill Wohler <wohler@newt.com> * mh-e.texi (Replying): Document Mail-Followup-To. Change |
