| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-20 | Change "compiled" to "byte-compiled" | Daniel Nagy | |
| With the introduction of native compilation, this change makes the distinction between it and byte-compilation clearer. https://akrl.sdf.org/gccemacs.html | |||
| 2021-03-19 | Prevent error in helpful-variable if sexp at point can't be read | Dario Gjorgjevski | |
| How to reproduce from emacs -Q in the *scratch* buffer: 0. If needed, do `(package-initialize)` and `(require 'helpful)`. 1. Type `(something some-undefined-variable|` where | represents point. (Note that there is no closing parenthesis!) 2. Call helpful-variable. This will give you an `End of file during parsing` from `helpful--variable-defined-at-point` because the sexp at point can't be read due to the missing parenthesis. This commit suppresses the error Fix #251 Close #254 | |||
| 2021-03-19 | Merge pull request #266 from nbfalcon/bugfix/keyboard-macro-space-dot | Wilfred Hughes | |
| Keyboard macros: fix space before "." | |||
| 2021-03-14 | Keyboard macros: fix space before "." | Nikita Bloshchanevich | |
| 2021-03-06 | Tweak UI wording | Wilfred Hughes | |
| 2021-03-06 | Capitalise package description to match emacs convention | Wilfred Hughes | |
| 2021-02-18 | Merge pull request #259 from jcs-PR/df | Wilfred Hughes | |
| Remove dash-functional as dependency | |||
| 2021-02-17 | Remove dash-function as dependency: | JenChieh | |
| 2021-02-14 | Merge pull request #257 from iwahbe/fix-circular-structure-pprint | Wilfred Hughes | |
| Fix helpful--pretty-print on circular structures | |||
| 2021-02-14 | Remove travis configuration | Wilfred Hughes | |
| 2021-02-14 | Download emacs source during tests, and split steps | Wilfred Hughes | |
| 2021-02-14 | Set up tests on GitHub actions | Wilfred Hughes | |
| 2021-02-12 | Fix helpful--pretty-print on circular structures | Ian Wahbe | |
| 2020-10-11 | Fix hang on autoload functions with advice | Wilfred Hughes | |
| Fixes #179. Fixes #191. | |||
| 2020-10-11 | Correct docstring on predicate helper | Wilfred Hughes | |
| 2020-09-30 | Roll version | Wilfred Hughes | |
| 2020-09-30 | Choose the default symbol more intelligently0.18 | Wilfred Hughes | |
| Fixes #163 Closes #245 Particular thanks to @matzebond for the first implementation of this feature! | |||
| 2020-09-30 | Cross-reference the different functions for callables | Wilfred Hughes | |
| 2020-09-22 | Detect docstring symbol references that are unambiguous | Wilfred Hughes | |
| If we see "function `foo'" or "variable `foo'", it's clear what we should link to. Fixes #243 | |||
| 2020-09-17 | Fix docstring extraction in Emacs 27 | Wilfred Hughes | |
| Fixes #248 | |||
| 2020-05-06 | Merge pull request #240 from xeals/master | Wilfred Hughes | |
| Add support for natively-compiled functions | |||
| 2020-05-04 | Add "natively compiled" info to summary | xeals | |
| 2020-05-04 | Check callables aren't native-compiled before calling them primitive | xeals | |
| 2020-02-02 | Disable test that fails when we byte-compile | Wilfred Hughes | |
| Fixes #225 | |||
| 2020-01-11 | Add support for CL generic methods | Damien Cassou | |
| 2020-01-01 | Improve link creation from Info manual references | Daniel MartÃn | |
| * helpful.el (helpful--propertize-info): Follow Emacs convention for function documentation. Consider lowercase "info" and angular quotation marks in docstrings. Default to the Emacs manual if there's no manual reference (ie. see the `blink-cursor-mode' variable). * test/helpful-unit-test.el (helpful--format-docstring--info): Add new testcases for the now covered cases. | |||
| 2019-11-27 | Fix typos | Damien Cassou | |
| Typos found with codespell. | |||
| 2019-10-01 | Handle byte-compiled functions bound to keys | Wilfred Hughes | |
| Fixes #212 | |||
| 2019-10-01 | Adding TODO | Wilfred Hughes | |
| 2019-08-14 | Ensure ? in symbols isn't needlessly escaped | Wilfred Hughes | |
| 2019-08-14 | Use "and" in summaries | Wilfred Hughes | |
| For example, say "ace-window is an autoloaded, interactive and compiled function" rather than comma-separating everywhere. Also simplify button logic and add a test for "an" in descriptions. | |||
| 2019-08-07 | Fix helpful--convert-c-name calls | Nick Drozd | |
| I don't know how these got mixed up, but they did. | |||
| 2019-08-07 | Use trusty to fix Emacs 26.x | Wilfred Hughes | |
| 2019-07-24 | Remove another used function | Wilfred Hughes | |
| Found with M-x emr-el-find-unused-definitions | |||
| 2019-07-24 | Remove unused function | Wilfred Hughes | |
| Fixes #210 | |||
| 2019-07-24 | Report package/emacs version for custom variables | Wilfred Hughes | |
| Fixes #207 | |||
| 2019-07-11 | Show the original value for defcustom variables | Wilfred Hughes | |
| Fixes #199 | |||
| 2019-07-11 | Roll version | Wilfred Hughes | |
| 2019-07-11 | Add bookmark support0.17 | Wilfred Hughes | |
| Fixes #203 | |||
| 2019-07-10 | Show how to configure Helpful with counsel | Wilfred Hughes | |
| See discussion in #156 | |||
| 2019-06-22 | Test in Emacs 26.2, and test both before and after compilation | Wilfred Hughes | |
| 2019-06-22 | Show if a function is compiled | Erik Arvstedt | |
| Include this info like in `describe-function` | |||
| 2019-06-20 | Relax minimum Emacs version | Wilfred Hughes | |
| Helpful relies on several 24.x Emacs features (defvar-local, nadvice, lexical binding), but the only 25.x feature is macroexpand-1. `M-x package-lint-current-buffer` is happy with this change. Fixes #205 | |||
| 2019-05-28 | Do not require shut-up package | Jonas Bernoulli | |
| 2019-05-16 | Disable major mode change hooks when finding definitions | Wilfred Hughes | |
| Fixes #208 | |||
| 2019-04-07 | Prefer displaying string values as literals | Wilfred Hughes | |
| Fixes #200 | |||
| 2019-04-07 | Don't show the Source Code heading if we don't have any source | Wilfred Hughes | |
| 2019-04-07 | Render keyboard maros in keymap pretty view | Wilfred Hughes | |
| Fixes #202 | |||
| 2019-03-16 | Ensure backslashes in string literals are escaped | Wilfred Hughes | |
| Fixes #197 | |||
| 2019-03-16 | Unused variable | Wilfred Hughes | |
