summaryrefslogtreecommitdiff
path: root/lisp/help-mode.el
Commit message (Expand)AuthorAgeFilesLines
* (help-make-xrefs): Skip spaces too when skipping tabs.Martin Rudalics2007-07-021-1/+1
* (help-make-xrefs): Adjust position of new forwardMartin Rudalics2007-06-201-4/+7
* (help-xref-forward-stack)Nick Roberts2007-06-081-1/+59
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (help-function-def, help-variable-def)Nick Roberts2006-07-211-6/+9
* (help-variable-def): Handle find-variable-noselect returning no position.Richard M. Stallman2006-07-121-3/+6
* Add space for clarity.Kim F. Storm2006-07-111-1/+1
* (help-xref-symbol-regexp): Add property as a keyword for ignoring links.Nick Roberts2006-06-281-3/+3
* (help-mode): view-exit-action calls delete-windowRichard M. Stallman2006-05-011-1/+4
* (help-mode): Set view-exit-action to delete window.Richard M. Stallman2006-04-181-0/+1
* (help-follow-symbol): New function. Essentially identical to the oldLuc Teirlinck2006-03-201-29/+32
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (help-insert-string): New function. Save bufferNick Roberts2005-12-271-0/+9
* (help-customize-variable, help-customize-face):Nick Roberts2005-12-201-4/+0
* (help-make-xrefs, help-xref-on-pp, help-xref-interned, help-follow):Luc Teirlinck2005-11-141-6/+16
* (help-url): New button type. Calls browse-url.Bill Wohler2005-10-281-1/+15
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* (help-xref-interned): Undo last mistaken change.Stefan Monnier2005-07-141-1/+1
* (help-xref-interned): Properly setup xref info.Stefan Monnier2005-07-141-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (help-make-xrefs): If a symbol representing a face name is not followed by theJuanma Barranquero2005-06-221-3/+4
* (help-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
* (help-face-def): New button type.Richard M. Stallman2005-05-161-0/+12
* (help-mode-finish): Don't alter the elementRichard M. Stallman2005-03-061-2/+6
* (help-xref): Add follow-link property.Kim F. Storm2004-12-171-0/+1
* (help-go-back): Delete period from end of error message.John Paul Wallington2004-08-011-1/+1
* (help-go-back): Don't depend on position of back button.Stefan Monnier2004-05-191-5/+4
* (help-function-def, help-variable-def):Stefan Monnier2004-04-291-10/+7
* (help-mode-finish): Set help-return-alist firstRichard M. Stallman2004-04-201-4/+7
* (help-make-xrefs): Add a final newline to the *Help* buffer.Juri Linkov2004-04-111-2/+4
* (help-function-def, help-variable-def): Handle hyperrefsStefan Monnier2004-04-071-4/+10
* (help-make-xrefs): Recognize aliased variable withJesper Harder2004-04-051-2/+8
* (help-xref-info-regexp): Make hyperlinks to Info documentation if theLuc Teirlinck2003-12-301-3/+3
* (help-make-xrefs): Make sure that if a symbol is followed by the wordLuc Teirlinck2003-10-201-4/+4
* (help-make-xrefs): Slight correction to previous change.Luc Teirlinck2003-10-191-1/+1
* (help-xref-symbol-regexp): Treat newlines as whitespace.Luc Teirlinck2003-10-191-12/+20
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (help-make-xrefs): Remove extra paren.John Paul Wallington2003-04-241-2/+2
* (help-make-xrefs): Clean up the loop that scansRichard M. Stallman2003-04-241-13/+17
* (help-xref-on-pp): Only add xref if the text is less than 5K.Stefan Monnier2003-02-101-25/+23
* (view): Always require.Stefan Monnier2002-07-161-18/+23
* Update copyright date.Colin Walters2002-06-121-1/+1
* (help-mode): Don't set `font-lock-defaults'.Colin Walters2002-06-121-23/+5
* (help-xref-go-back): Restore POSITION in proper buffer and proper window.Richard M. Stallman2002-01-121-2/+4
* Fix indentation.Richard M. Stallman2002-01-071-3/+3
* (help-xref-on-pp): Catch and ignore errors in scanning the buffer.Richard M. Stallman2001-12-251-15/+17
* Remove empty lines at the end of file.Pavel Janík2001-12-251-2/+0
* (help-function, help-variable, help-face)Richard M. Stallman2001-11-251-7/+33
* (help-mode): Undo 2001-10-07 change.Richard M. Stallman2001-11-201-3/+13
* (help-xref): New button type.Miles Bader2001-11-021-22/+25