log lisp/help.el @ 85708:b3d833f18a3f

age author description
2007-09-25 Juanma Barranquero (view-emacs-news): Use `mapc' rather than `mapcar'.
2008-03-06 Kim F. Storm (view-emacs-todo): Rename from view-todo. Change users.
2008-01-07 Glenn Morris Add 2008 to copyright years.
2007-11-10 Juri Linkov (help-map, help-for-help-internal): Add `C-h C-a'.
2007-08-06 Martin Rudalics (resize-temp-buffer-window): Use window-full-width-p
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-03-21 Chong Yidong Fix typo in comment.
2007-02-28 Juanma Barranquero (where-is): Fail gracefully when not passed a command.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-11-27 Juanma Barranquero (describe-minor-mode-completion-table-for-indicator,
2006-11-06 Juanma Barranquero (view-emacs-news): Fix typo in error message.
2006-10-03 David Kastrup * help.el (describe-mode): For clicks on mode-line, use "@"
2006-09-24 Richard M. Stallman (describe-key, describe-key-briefly): Test last event for being a down-event.
2006-09-23 Chong Yidong * help.el (describe-key-briefly, describe-key): Don't expect an
2006-09-19 Kim F. Storm (describe-key-briefly, describe-key): Simplify printing
2006-09-16 Eli Zaretskii (describe-prefix-bindings): Use let, not let*.
2006-09-15 Kim F. Storm (describe-key): Handle C-h k in *Help* buffer; collect
2006-09-15 David Kastrup * mouse-sel.el (mouse-sel-follow-link-p): Use event position
2006-09-11 David Kastrup * help.el (string-key-binding, describe-key-briefly)
2006-08-08 Richard M. Stallman Whitespace change.
2006-08-06 Richard M. Stallman (describe-mode): Make minor mode list more concise.
2006-06-25 Kim F. Storm (view-emacs-news): Declare `res' in the right let* form.
2006-06-10 Richard M. Stallman (help-for-help-internal): Clean up help text.
2006-06-04 Kim F. Storm (view-emacs-news): Rewrite to support new NEWS,
2006-05-30 Richard M. Stallman (temp-buffer-max-height): Doc fix.
2006-03-25 Eli Zaretskii (print-help-return-message): Suggest to use display-buffer instead of
2006-03-08 Juanma Barranquero (view-lossage): Remove trailing whitespace before inserting "\n".
2006-03-07 Chong Yidong * help.el (describe-key-briefly): If KEY is a down event, read and
2006-03-07 Juanma Barranquero (describe-key): Remove leftover test code.
2006-03-06 Chong Yidong * help.el (describe-key): Handle string and vector `follow-link' values.
2006-03-06 Chong Yidong * help.el (describe-key): Properly handle the return value of
2006-02-23 Juanma Barranquero (help): Revert last part of 2006-02-23 change (deletion of the `provide' call).
2006-02-23 Stefan Monnier (describe-mode): Pass `mode-name' to format-mode-line.
2006-02-21 Richard M. Stallman (describe-key-briefly): Compute interactive args
2006-02-14 Juanma Barranquero (where-is): Fix displaying of remappings.
2006-02-13 Richard M. Stallman (describe-key-briefly, describe-key):
2006-02-11 Eli Zaretskii (describe-key-briefly, describe-key): Populate yank-menu if empty.
2006-02-11 Eli Zaretskii (describe-key-briefly): Now a wrapper for describe-key-briefly-internal.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-12-12 Richard M. Stallman (help-for-help-internal): Simplify entry for `a'.
2005-12-10 Romain Francoise (help-for-help-internal): Add `r' in doc string.
2005-12-03 Eli Zaretskii (print-help-return-message): If pop-up-frames is non-nil, don't display
2005-12-03 Eli Zaretskii (print-help-return-message): If pop-up-frames is non-nil, set up
2005-11-30 Stefan Monnier (help-map): Move initialization into declaration.
2005-11-29 Chong Yidong * help.el (describe-key-briefly, describe-key): Recognize default
2005-11-29 Chong Yidong Typo.
2005-11-14 Richard M. Stallman (help-for-help-internal): Improve doc of C-h a.
2005-11-13 Kim F. Storm (help-for-help-internal): Fix `a' entry. Add `d' entry.
2005-11-12 Kim F. Storm (help-map): Bind C-h d to apropos-documentation.
2005-08-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-05-22 Richard M. Stallman (describe-key): Move print-help-return-message call out of conditional.
2005-05-04 Richard M. Stallman (describe-key): No error when UNTRANSLATED is nil.
2005-04-13 Lute Kamstra (describe-key-briefly): UNTRANSLATED can be nil when called from lisp.
2005-04-10 Richard M. Stallman (describe-key-briefly, describe-key): Replace
2005-03-21 Richard M. Stallman (where-is): Don't mention aliases with no key bindings.
2005-03-16 Stefan Monnier (describe-mode): Allow minor mode toggles to use a different
2005-03-10 Stefan Monnier (describe-mode): Properly handle non-trivial lighters.
2005-02-10 Richard M. Stallman (help-for-help-internal): Renamed from help-for-help.
2005-02-05 Eli Zaretskii (help-for-help): Doc fix.