aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-12Rename file to avoid confusion with other projects' unit tests0.13Wilfred Hughes
2018-08-06Show the default value in the minibuffer promptWilfred Hughes
2018-08-02Correct the license version numberWilfred Hughes
2018-08-02Extract source code for advised primitivesWilfred Hughes
2018-08-02Add failing helpful--primitive-p testNick Drozd
2018-08-02Fix hard-coded symbol in helpful--keymaps-containing-aliasesWilfred Hughes
2018-08-02Clarify commentWilfred Hughes
2018-08-02Use normal let where we don't have destructuringWilfred Hughes
2018-08-02Add legal disclaimerWilfred Hughes
2018-07-28Fix an issue with detecting autoloaded core Emacs functionsWilfred Hughes
2018-07-28Show keybindings for command aliases tooWilfred Hughes
2018-07-28Merge pull request #137 from nickdrozd/key-sequencesWilfred Hughes
2018-07-25Simplify headingsWilfred Hughes
2018-07-24Syntax-highlight variable valueNick Drozd
2018-07-24Merge pull request #145 from nickdrozd/lambda-calleesWilfred Hughes
2018-07-23Don't describe special forms as functionsWilfred Hughes
2018-07-23Fix helpful--show-callees to handle anonymous functionsNick Drozd
2018-07-23Add callees button smoke testsNick Drozd
2018-07-23Add helpful--make-callees-buttonNick Drozd
2018-07-22Allow users to view all the buffer-local valuesWilfred Hughes
2018-07-22Another TODOWilfred Hughes
2018-07-22Say when variables are buffer-localWilfred Hughes
2018-07-22Show the variable value before the docstringWilfred Hughes
2018-07-16Add ido remapping test caseNick Drozd
2018-07-16Look up global-keycodes just onceNick Drozd
2018-07-16Check against global-keycodes before parent-keycodesNick Drozd
2018-07-08Roll versionWilfred Hughes
2018-07-08Add n and p as movement keybindings0.12Wilfred Hughes
2018-07-08Adding todoWilfred Hughes
2018-07-07Consider mapconcat tooWilfred Hughes
2018-07-07Detect more forms of function callsWilfred Hughes
2018-07-07Skip running find-file-hook (#135)Jonathan Hayase
2018-07-06Mention perf in changelogWilfred Hughes
2018-07-06Merge pull request #134 from Wilfred/fix_repeated_callsWilfred Hughes
2018-07-06Don't try to find definitions for primitives if we don't have a source pathWilfred Hughes
2018-07-06Only kill the buffer once, at the endWilfred Hughes
2018-07-06Cut repeated calls to helpful--definitionNick Drozd
2018-07-06Minor refactor in -can-edebug-pNick Drozd
2018-07-06Handle anonymous functions in keymapsWilfred Hughes
2018-07-06Allow viewing callees from a function tooWilfred Hughes
2018-06-30Fix helpful--keymap-keys to handle smerge-mode-map (#131)Nick Drozd
2018-06-29Support pretty view of hook values tooWilfred Hughes
2018-06-29Offer a prettier view for strings and keymapsWilfred Hughes
2018-06-27Improve the helpful group definitionWilfred Hughes
2018-06-19Roll versionWilfred Hughes
2018-06-19Mention when manual links were implemented0.11Wilfred Hughes
2018-06-19Handle another docstring URL syntaxWilfred Hughes
2018-06-18Better handling of syntax highlight on large code snippetsWilfred Hughes
2018-06-18Abbreviate source paths where possibleWilfred Hughes
2018-06-18Handle references to non-existent keymaps in docstringsWilfred Hughes