| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-06 | Update changelog0.3 | Wilfred Hughes | |
| 2017-12-06 | Allow moving with TAB and S-TAB | Wilfred Hughes | |
| Fixes #5 | |||
| 2017-12-06 | Silence info lookups | Wilfred Hughes | |
| 2017-12-06 | Improve buffer name | Wilfred Hughes | |
| Buffer names now take the form *helpful function: foo* or *helpful variable: foo* so we can distinguish the different namespaces more clearly. Closes #55 | |||
| 2017-12-06 | Document usage | Wilfred Hughes | |
| Show how to set up keybindings, and stress the difference between describe-function, helpful-function, and helpful-callable. Closes #39 Closes #60 | |||
| 2017-11-29 | Fix byte compiler warning | Wilfred Hughes | |
| 2017-11-29 | Fix typo | Wilfred Hughes | |
| 2017-11-20 | Go to the source when pressing RET on the code excerpt | Wilfred Hughes | |
| 2017-11-16 | Cleanup temporary info buffer | Wilfred Hughes | |
| I can't reproduce this in a live Emacs instance, but it's failing in the ERT CLI runner. | |||
| 2017-11-16 | Update tests broken in 3e10f70 | Wilfred Hughes | |
| 2017-11-16 | Disable undercover until we've fixed tests | Wilfred Hughes | |
| 2017-11-16 | Merge pull request #53 from narendraj9/master | Wilfred Hughes | |
| Fix helpful-find-var for variables defined in C-Source | |||
| 2017-11-12 | Add autoload for helpful-callable | Wilfred Hughes | |
| Fixes #52 | |||
| 2017-11-12 | Fix helpful-find-var for variables defined in C-Source | Narendra Joshi | |
| 2017-11-03 | Show the value of buffer-local values | Wilfred Hughes | |
| When creating a helpful buffer, associate it with an underlying buffer, and look up the variable in that context. This ensures that we show the correct value for buffer-local variables. Fixes #50 | |||
| 2017-10-16 | Simplify and rename helpful--position-head | Wilfred Hughes | |
| helpful--outer-sexp more closely reflects the purpose of the function, which is to summarise the outer sexp. Use beginning-of-defun rather than walking the sexp ourself. Hopefully this will help with #46. | |||
| 2017-10-16 | Strip extra newline when we can't load a docstring | Wilfred Hughes | |
| 2017-10-15 | Require a match when choosing a symbol | Wilfred Hughes | |
| The code is not defensive against arbitrary symbols that do not exist. | |||
| 2017-10-14 | Ensure that we don't leave any temporary buffers lying about | Wilfred Hughes | |
| Ensures that #33 stays fixed. | |||
| 2017-10-14 | Fix typo | Wilfred Hughes | |
| 2017-10-08 | Update changelog | Wilfred Hughes | |
| 2017-10-08 | Don't open extra buffers when finding source code | Wilfred Hughes | |
| Fixes #33. | |||
| 2017-10-05 | Merge pull request #45 from Alexander-Miller/var-at-point | Wilfred Hughes | |
| helpful-at-point eldoc fixup. | |||
| 2017-10-05 | helpful-at-point eldoc fixup. | Alexander Miller | |
| 2017-10-05 | Merge pull request #44 from Alexander-Miller/var-at-point | Wilfred Hughes | |
| Also handle variables in helpful-at-point. | |||
| 2017-10-05 | Also handle variables in helpful-at-point. | Alexander Miller | |
| 2017-10-02 | Merge pull request #43 from narendraj9/master | Wilfred Hughes | |
| Guard helpful-update against keys bound to undefined commands | |||
| 2017-10-02 | Fix grammar of logged line | Narendra Joshi | |
| 2017-09-30 | Add symbol information to error message | Narendra Joshi | |
| 2017-09-29 | Guard helpful-update against keys bound to undefined commands | Narendra Joshi | |
| 2017-09-29 | Merge pull request #42 from narendraj9/master | Wilfred Hughes | |
| Handle functions not yet loaded, gracefully | |||
| 2017-09-28 | Use indirect-function rather than our own loop | Wilfred Hughes | |
| 2017-09-28 | Test against more emacs versions | Wilfred Hughes | |
| 2017-09-27 | Handle not yet loaded functions gracefully | Narendra Joshi | |
| 2017-09-24 | Roll version | Wilfred Hughes | |
| 2017-09-24 | Define a helpful-symbol command0.2 | Wilfred Hughes | |
| 2017-09-24 | Clarify whether we're looking at a variable, function or macro | Wilfred Hughes | |
| 2017-09-10 | Ensure we handle aliased primitive functions | Wilfred Hughes | |
| Fixes #34 | |||
| 2017-09-07 | Merge pull request #35 from Alexander-Miller/poptobuffer | Wilfred Hughes | |
| Use pop-to-buffer instead of switch-to-buffer. | |||
| 2017-09-07 | Use pop-to-buffer instead of switch-to-buffer. | Alexander Miller | |
| 2017-09-05 | Add a link to the manual, if this symbol is documented | Wilfred Hughes | |
| Fixes #7 | |||
| 2017-09-05 | Use helpful-variable when propertizing cross-references | Wilfred Hughes | |
| 2017-09-05 | Don't talk about C code unless function is a primitive | Wilfred Hughes | |
| 2017-09-04 | Add a helpful-key command | Wilfred Hughes | |
| Fixes #14 | |||
| 2017-09-04 | Syntax highlight function signatures | Wilfred Hughes | |
| This is useful when they contain &optional. | |||
| 2017-09-02 | Adding a helpful-callable command | Wilfred Hughes | |
| We already have helpful-function, helpful-macro and helpful-command, which are specific. However, describe-function offers both macros and functions, which is useful when reading new code. Provide a clearly named command with this ability. Closes #13 | |||
| 2017-09-02 | Update changelog | Wilfred Hughes | |
| 2017-09-02 | Also show the value of variables | Wilfred Hughes | |
| Closes #15 | |||
| 2017-09-01 | Merge pull request #20 from xuchunyang/patch-1 | Wilfred Hughes | |
| Add the project URL to the package header | |||
| 2017-09-02 | Add the project URL to the package header | Chunyang Xu | |
