aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
AgeCommit message (Expand)Author
2018-05-22Show preceding comments and autoload cookies in source0.10Wilfred Hughes
2018-05-22Silence warning about undefined imenu variableWilfred Hughes
2018-05-10Don't highlight very large code snippetsWilfred Hughes
2018-04-29When navigating to a reference, scroll to put it at the topWilfred Hughes
2018-04-28Ignore widget-global-mapWilfred Hughes
2018-04-28When visiting a reference, temporarily highlight the symbolWilfred Hughes
2018-04-28Ensure we don't linkify escaped backticksWilfred Hughes
2018-04-28Load signature from functions that (declare ...) the signatureWilfred Hughes
2018-04-28It is now 2018Wilfred Hughes
2018-04-07Also linkify bare URLsWilfred Hughes
2018-04-07Linkify URLs in documentation stringsSean Allred
2018-03-31Roll versionWilfred Hughes
2018-03-31Use the default Emacs pretty-printer0.9Wilfred Hughes
2018-03-31Ensure we can find the definitions of interactively defined functionsWilfred Hughes
2018-03-29Handle 'info anchor' references tooWilfred Hughes
2018-03-29Better wording of references when dealing with primitivesWilfred Hughes
2018-03-16Fix keymap rendering with prefix keysWilfred Hughes
2018-03-16Handle aliases separatelyWilfred Hughes
2018-03-12Mark new variable buffers as openedWilfred Hughes
2018-03-03Roll versionWilfred Hughes
2018-03-02Allow users to specify the function used to display the buffer0.8Wilfred Hughes
2018-03-02Fix references to top-level formsWilfred Hughes
2018-02-20Don't show a version if no version has been specifiedWilfred Hughes
2018-02-20Improve wordingWilfred Hughes
2018-02-20Navigate to the position tooWilfred Hughes
2018-02-20Support functions defined in non-file buffersWilfred Hughes
2018-02-18Ensure we still show the source code of the functionWilfred Hughes
2018-02-17Handle unnamed functions bound to keysWilfred Hughes
2018-02-15Only call indirect-function for functionsWilfred Hughes
2018-02-14Fix a crash for functions whose body ends with a symbolWilfred Hughes
2018-02-10Roll versionWilfred Hughes
2018-02-10Display keymap references in docstringsWilfred Hughes
2018-02-04Require f.el (#95)Sean Allred
2018-01-20Show a summary of the function/macro or variableWilfred Hughes
2018-01-20Ensure we handle edebug info correctlyWilfred Hughes
2018-01-20Be defensive against missing primitive source codeWilfred Hughes
2018-01-20More robust `foo' handling in docstring highlightingWilfred Hughes
2018-01-15Don't error if a symbol is only defined in a .elc fileWilfred Hughes
2018-01-11Roll versionWilfred Hughes
2018-01-11Don't prompt the user about unsafe buffer-local variables0.6Wilfred Hughes
2018-01-11Ensure we link command references in variable docstrings tooWilfred Hughes
2018-01-07Allow running ERT tests found in property listsWilfred Hughes
2018-01-07Fix buffer cleanupWilfred Hughes
2018-01-07Error on unbound symbolsWilfred Hughes
2018-01-07Fix unused argumentWilfred Hughes
2018-01-07Stricter regexps for highlighting `foo' in docstringsWilfred Hughes
2018-01-02Kill old buffers according to recency of useWilfred Hughes
2018-01-02Silence byte-compiler warningWilfred Hughes
2018-01-01Add make-button functionsNick Drozd
2018-01-01Use sym-type in advice stringNick Drozd