Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (help-mode): Set view-exit-action to bury the | Martin Rudalics | 2007-11-10 | 1 | -18/+35 |
| | | | | | | | buffer instead of fiddling with windows. Simplify code. (help-mode-finish): When help-window eqs t set it to the selected window and have with-help-window set up view-return-to-alist. (help-buffer): Add autoload cookie. | ||||
* | (help-make-xrefs): Fix previous change. | Glenn Morris | 2007-08-09 | 1 | -2/+4 |
| | |||||
* | (help-make-xrefs): Search for symbol constituents, rather than just `-'. | Glenn Morris | 2007-08-08 | 1 | -4/+4 |
| | |||||
* | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828 | ||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | (help-make-xrefs): Skip spaces too when skipping tabs. | Martin Rudalics | 2007-07-02 | 1 | -1/+1 |
| | | |||||
* | | (help-make-xrefs): Skip spaces too when skipping tabs. | Martin Rudalics | 2007-07-02 | 1 | -1/+1 |
| | | |||||
* | | (help-make-xrefs): Adjust position of new forward | Martin Rudalics | 2007-06-20 | 1 | -4/+7 |
| | | | | | | | | button. | ||||
* | | (help-xref-forward-stack) | Nick Roberts | 2007-06-08 | 1 | -1/+59 |
|/ | | | | | | | | | (help-xref-stack-forward-item, help-forward-label): New variables. (help-forward): New button type. (help-setup-xref): Initialise help-xref-forward-stack. (help-make-xrefs): Add forward button, if appropriate. (help-xref-go-back): Push item on forward stack. (help-xref-go-forward, help-go-forward): New functions. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (help-function-def, help-variable-def) | Nick Roberts | 2006-07-21 | 1 | -6/+9 |
| | | | | (help-face-def): Print a message in the minibuffer. | ||||
* | (help-variable-def): Handle find-variable-noselect returning no position. | Richard M. Stallman | 2006-07-12 | 1 | -3/+6 |
| | | | | | (help-function-def): Likewise for find-function-search-for-symbol. (help-face-def): Likewise. | ||||
* | Add space for clarity. | Kim F. Storm | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | (help-xref-symbol-regexp): Add property as a keyword for ignoring links. | Nick Roberts | 2006-06-28 | 1 | -3/+3 |
| | |||||
* | (help-mode): view-exit-action calls delete-window | Richard M. Stallman | 2006-05-01 | 1 | -1/+4 |
| | | | | only when it is safe and possible. | ||||
* | (help-mode): Set view-exit-action to delete window. | Richard M. Stallman | 2006-04-18 | 1 | -0/+1 |
| | |||||
* | (help-follow-symbol): New function. Essentially identical to the old | Luc Teirlinck | 2006-03-20 | 1 | -29/+32 |
| | | | | | | | | | `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". (help-xref-symbol-regexp): Make no xref for symbol preceded by the word `program'. (From Richard M. Stallman.) (help-follow-mouse, help-follow): Throw error if not on xref. Delete no longer used args. (From Richard M. Stallman.) | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (help-insert-string): New function. Save buffer | Nick Roberts | 2005-12-27 | 1 | -0/+9 |
| | | | | | contents in cases where it is impossible to recompute the old contents. | ||||
* | (help-customize-variable, help-customize-face): | Nick Roberts | 2005-12-20 | 1 | -4/+0 |
| | | | | | Don't pop help-xref-stack as help-follow no longer pushes anything on to it. | ||||
* | (help-make-xrefs, help-xref-on-pp, help-xref-interned, help-follow): | Luc Teirlinck | 2005-11-14 | 1 | -6/+16 |
| | | | | | Make hyperlinks for variables that are unbound, but have a non-nil variable-documentation property. | ||||
* | (help-url): New button type. Calls browse-url. | Bill Wohler | 2005-10-28 | 1 | -1/+15 |
| | | | | | | | (help-xref-url-regexp): New regexp to recognize URLs in docstring. Similar to Info nodes: URL `url'. (help-make-xrefs): Create help-url buttons for help-xref-url-regexp matches. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | (help-xref-interned): Undo last mistaken change. | Stefan Monnier | 2005-07-14 | 1 | -1/+1 |
| | |||||
* | (help-xref-interned): Properly setup xref info. | Stefan Monnier | 2005-07-14 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (help-make-xrefs): If a symbol representing a face name is not followed by the | Juanma Barranquero | 2005-06-22 | 1 | -3/+4 |
| | | | | | word "face", it could still be a function or variable name, so don't bypass other checks. | ||||
* | (help-mode): Use run-mode-hooks. | Lute Kamstra | 2005-05-26 | 1 | -1/+1 |
| | |||||
* | (help-face-def): New button type. | Richard M. Stallman | 2005-05-16 | 1 | -0/+12 |
| | |||||
* | (help-mode-finish): Don't alter the element | Richard M. Stallman | 2005-03-06 | 1 | -2/+6 |
| | | | | in view-return-to-alist if there already is one. | ||||
* | (help-xref): Add follow-link property. | Kim F. Storm | 2004-12-17 | 1 | -0/+1 |
| | |||||
* | (help-go-back): Delete period from end of error message. | John Paul Wallington | 2004-08-01 | 1 | -1/+1 |
| | |||||
* | (help-go-back): Don't depend on position of back button. | Stefan Monnier | 2004-05-19 | 1 | -5/+4 |
| | |||||
* | (help-function-def, help-variable-def): | Stefan Monnier | 2004-04-29 | 1 | -10/+7 |
| | | | | | Use the new find-function-search-for-symbol functionality. Allow FILE to be `C-source'. | ||||
* | (help-mode-finish): Set help-return-alist first | Richard M. Stallman | 2004-04-20 | 1 | -4/+7 |
| | | | | thing, setting only the entry for the selected window. | ||||
* | (help-make-xrefs): Add a final newline to the *Help* buffer. | Juri Linkov | 2004-04-11 | 1 | -2/+4 |
| | |||||
* | (help-function-def, help-variable-def): Handle hyperrefs | Stefan Monnier | 2004-04-07 | 1 | -4/+10 |
| | | | | to C source files specially. | ||||
* | (help-make-xrefs): Recognize aliased variable with | Jesper Harder | 2004-04-05 | 1 | -2/+8 |
| | | | | inherited docstring. | ||||
* | (help-xref-info-regexp): Make hyperlinks to Info documentation if the | Luc Teirlinck | 2003-12-30 | 1 | -3/+3 |
| | | | | | | anchor (or node) name is preceded by `info anchor' or `Info anchor' in addition to earlier `info node' and `Info node'. (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'. | ||||
* | (help-make-xrefs): Make sure that if a symbol is followed by the word | Luc Teirlinck | 2003-10-20 | 1 | -4/+4 |
| | | | | | `face', it gets treated as a face, even if it is also defined as a variable or a function. | ||||
* | (help-make-xrefs): Slight correction to previous change. | Luc Teirlinck | 2003-10-19 | 1 | -1/+1 |
| | |||||
* | (help-xref-symbol-regexp): Treat newlines as whitespace. | Luc Teirlinck | 2003-10-19 | 1 | -12/+20 |
| | | | | | | | (help-make-xrefs): Only make cross-references for faces if preceded or followed by the word `face'. Do not make a cross-reference for variables without variable documentation, unless preceded by the word `variable'. Update doc string accordingly. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (help-make-xrefs): Remove extra paren. | John Paul Wallington | 2003-04-24 | 1 | -2/+2 |
| | |||||
* | (help-make-xrefs): Clean up the loop that scans | Richard M. Stallman | 2003-04-24 | 1 | -13/+17 |
| | | | | over a keymap inserted by \\{...}; it now stops at end of buffer. | ||||
* | (help-xref-on-pp): Only add xref if the text is less than 5K. | Stefan Monnier | 2003-02-10 | 1 | -25/+23 |
| | |||||
* | (view): Always require. | Stefan Monnier | 2002-07-16 | 1 | -18/+23 |
| | | | | | | | | (help-xref-mule-regexp): Don't use defconst for variables. (help-setup-xref): Keep the last 10 elements of the stack. (help-xref-override-view-map): New var. (help-make-xrefs): Use it instead of building a new map each time. (help-function-def): Allow help-fun to take a buffer as arg. | ||||
* | Update copyright date. | Colin Walters | 2002-06-12 | 1 | -1/+1 |
| | |||||
* | (help-mode): Don't set `font-lock-defaults'. | Colin Walters | 2002-06-12 | 1 | -23/+5 |
| | |||||
* | (help-xref-go-back): Restore POSITION in proper buffer and proper window. | Richard M. Stallman | 2002-01-12 | 1 | -2/+4 |
| |