log lisp/help-fns.el @ 71654:4dfa603c6500

age author description
2006-05-11 Reiner Steib Remove bogus \n\n from last commit.
2006-05-11 Reiner Steib (describe-variable): Don't print safe-var if it is
2006-04-29 Dan Nicolaescu * help-fns.el (describe-variable): Add info about safe local variables.
2006-02-18 Juanma Barranquero (help-do-arg-highlight): Recognize also ARG- followed by the opening bracket of
2006-01-26 Richard M. Stallman (describe-function): Don't pass `nil' as default.
2006-01-12 John Paul Wallington Update copyright year.
2006-01-12 John Paul Wallington (describe-variable): Remove newlines from void variable output.
2005-11-30 Stefan Monnier (help-argument-name): Don't autoload.
2005-11-30 John Paul Wallington (describe-function-1): Fill arglist.
2005-11-10 Alan Mackenzie 2005-11-10 Alan Mackenzie <acm@muc.de>
2005-10-31 Romain Francoise (describe-simplify-lib-file-name): Add autoload cookie.
2005-10-29 Romain Francoise (describe-simplify-lib-file-name): Fix regexp.
2005-10-28 Romain Francoise * subr.el (locate-library): Move from help-fns.el.
2005-10-23 Richard M. Stallman (describe-simplify-lib-file-name): New function.
2005-09-13 Juanma Barranquero (describe-categories): "?\ " -> "?\s".
2005-09-12 Richard M. Stallman (describe-variable): Rearrange to put source link in a predictable place.
2005-08-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-14 Stefan Monnier Fix up commenting style.
2005-07-04 Lute Kamstra Update FSF's address.
2005-07-01 Richard M. Stallman (help-do-arg-highlight): Regexp-quote argument names.
2005-06-30 Juanma Barranquero (help-do-arg-highlight): Highlight also -ARG (for example, -NLINES on the
2005-05-30 Masatake YAMATO * emacs-lisp/find-func.el (find-function-noselect): Handle
2005-05-19 Nick Roberts (describe-variable): Remove hyperlinks in a
2005-03-30 Thien-Thi Nguyen (help-with-tutorial): Revert last change.
2005-03-30 Thien-Thi Nguyen (help-with-tutorial): Delete title line.
2005-02-03 Lute Kamstra (help-with-tutorial): Make sure that users cannot remove the entire
2005-01-07 Richard M. Stallman Whitespace/comment change.
2005-01-05 Richard M. Stallman (variable-at-point): New arg ANY-SYMBOL.
2004-12-27 Richard M. Stallman (describe-function-1): Call symbol-file with `defun'.
2004-12-17 Kim F. Storm (describe-variable): Add follow-link property to "below" button.
2004-12-16 Juri Linkov * help-fns.el (variable-at-point):
2004-11-09 Jan Djärv * help-fns.el (help-C-file-name): File name must be in build-files
2004-10-30 Juri Linkov (variable-at-point): read -> intern.
2004-10-13 Daniel Pfeiffer (describe-variable): Use it to make "below" a hyperlink.
2004-09-02 Juri Linkov (variable-at-point): Try `find-tag-default' when other methods failed.
2004-06-06 Juanma Barranquero (help-argument-name): Inherit from italic face only if the frame
2004-06-06 Juri Linkov (help-argument-name): Add :group 'help.
2004-06-05 Juanma Barranquero (help-argument-name): Unconditionally inherit from 'italic (pending
2004-06-04 Juanma Barranquero (help-argument-name): Reintroduce face.
2004-05-22 Juanma Barranquero (help-add-fundoc-usage): Use %S only for output of `help-make-usage'.
2004-05-13 Juanma Barranquero (help-arg-highlighting-function, help-argument-name): Delete.
2004-05-11 Juanma Barranquero (help-split-fundoc, help-add-fundoc-usage): Make arguments match their use in
2004-05-09 Juanma Barranquero (help-argument-name): Default to italic.
2004-05-09 Juanma Barranquero (help-highlight-arguments): Fix braino.
2004-05-09 Juanma Barranquero (help-highlight-arguments): Don't try to highlight missing or autoloaded
2004-05-07 Juanma Barranquero (help-do-arg-highlight): Temporarily set ?\- to be a word constituent so
2004-05-06 Juanma Barranquero (help-argument-name): Default to bold; don't inherit from
2004-05-04 Juanma Barranquero (help-argument-name): New face, inheriting from
2004-05-01 Juanma Barranquero (help-add-fundoc-usage): Use %S instead of %s to format arglist so default
2004-04-29 Stefan Monnier (help-C-file-name): Use new subr-name.
2004-04-20 Richard M. Stallman (describe-function-1): If many non-control non-meta
2004-04-18 Juri Linkov (help-with-tutorial): Call `hack-local-variables'
2004-04-07 Stefan Monnier (help-C-source-directory): New var.
2004-02-20 Luc Teirlinck (describe-categories): Doc fix.
2003-09-01 Miles Bader Add arch taglines
2003-05-13 Stefan Monnier (describe-variable): Mention permanent local status.
2003-05-06 Stefan Monnier (help-add-fundoc-usage): Use t for "no arglist".
2003-05-04 Stefan Monnier (help-add-fundoc-usage): Allow arglist to be a string.
2003-04-12 John Paul Wallington (help-add-fundoc-usage): Pass an empty string to `format' if
2003-02-12 Kim F. Storm Renamed remap-command to command-remapping. All uses changed.