| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-19 | Mention when manual links were implemented0.11 | Wilfred Hughes | |
| This was done in 2053fd42b39bb. | |||
| 2018-06-19 | Handle another docstring URL syntax | Wilfred Hughes | |
| 2018-06-18 | Better handling of syntax highlight on large code snippets | Wilfred Hughes | |
| I've only seen performance issues on C code, so only apply helpful-max-highlight on C code snippets. If we do hit this limit, add a comment saying so, with a link to helpful-max-highlight. Fixes #116 | |||
| 2018-06-18 | Abbreviate source paths where possible | Wilfred Hughes | |
| 2018-06-18 | Handle references to non-existent keymaps in docstrings | Wilfred Hughes | |
| Fixes #110. | |||
| 2018-06-18 | Disable testing on Emacs trunk | Wilfred Hughes | |
| It's currently not running tests (unsure why), causing the build to error even though we allow failures on this version. | |||
| 2018-06-18 | Formatting pedantry | Wilfred Hughes | |
| 2018-06-18 | Remove completed TODO | Wilfred Hughes | |
| 2018-06-18 | Update changelog and tweak comment to match | Wilfred Hughes | |
| Don't confuse buffer-local variables in general with specific file variables. | |||
| 2018-06-18 | Ensure enable-local-variables is always nil | Wilfred Hughes | |
| Fixes #123. | |||
| 2018-06-17 | Test on Emacs 26.1 | Wilfred Hughes | |
| 2018-06-07 | Handle non-keymaps in minor-mode-map-alist robustly | Wilfred Hughes | |
| Fixes #114 | |||
| 2018-05-30 | Whitespace pedantry | Wilfred Hughes | |
| 2018-05-30 | Fix test that relied on ido-mode being loaded | Wilfred Hughes | |
| 2018-05-30 | Extract keybindings from minor-mode-map-alist too | Wilfred Hughes | |
| Fixes #112. | |||
| 2018-05-22 | Roll version | Wilfred Hughes | |
| 2018-05-22 | Show preceding comments and autoload cookies in source0.10 | Wilfred Hughes | |
| 2018-05-22 | Silence warning about undefined imenu variable | Wilfred Hughes | |
| 2018-05-10 | Don't highlight very large code snippets | Wilfred Hughes | |
| This stops big code excerpts hanging Emacs when using helpful. Fixes #107. | |||
| 2018-04-29 | When navigating to a reference, scroll to put it at the top | Wilfred Hughes | |
| For big functions, the part of the code that actually has the reference might be later. By putting the function at the top, we maximise the chance that it's visible. | |||
| 2018-04-28 | Updated screenshot with more features shown | Wilfred Hughes | |
| 2018-04-28 | Ignore widget-global-map | Wilfred Hughes | |
| 2018-04-28 | When visiting a reference, temporarily highlight the symbol | Wilfred Hughes | |
| 2018-04-28 | Smoke test for helpful-visit-reference | Wilfred Hughes | |
| 2018-04-28 | Ensure we don't linkify escaped backticks | Wilfred Hughes | |
| Fixes #93 | |||
| 2018-04-28 | Restoring undercover | Wilfred Hughes | |
| This was removed in 4c229bed9d0944f. | |||
| 2018-04-28 | Add unit tests for helpful--bound-p | Wilfred Hughes | |
| 2018-04-28 | Load signature from functions that (declare ...) the signature | Wilfred Hughes | |
| Fixes #104. | |||
| 2018-04-28 | It is now 2018 | Wilfred Hughes | |
| 2018-04-07 | Merge branch 'linkify' | Wilfred Hughes | |
| Closes #91. | |||
| 2018-04-07 | Also linkify bare URLs | Wilfred Hughes | |
| 2018-04-07 | Add unit test for linkifying URLs | Wilfred Hughes | |
| 2018-04-07 | Linkify URLs in documentation strings | Sean Allred | |
| URLs written as URL `some-url' is transformed into a button URL some-url with `some-url' being the button. The URL "some-url" is passed to `browse-url' as the action (i.e., `(browse-url "some-url")'). The positioning of `helpful--propertize-links' inside `helpful--format-docstring' is of some importance; the call to `helpful--propertize-quoted' presently catches `some-url' as a symbol and deals with it as such. We need to look for URLs before symbols. | |||
| 2018-03-31 | Roll version | Wilfred Hughes | |
| 2018-03-31 | Use the default Emacs pretty-printer0.9 | Wilfred Hughes | |
| This is generally more robust, faster, with more attractive results. Also gracefully handle the user quitting during pretty-printing (common for large lists like load-history). | |||
| 2018-03-31 | Ensure we can find the definitions of interactively defined functions | Wilfred Hughes | |
| 2018-03-29 | Handle 'info anchor' references too | Wilfred Hughes | |
| 2018-03-29 | Better wording of references when dealing with primitives | Wilfred Hughes | |
| 2018-03-16 | Fix keymap rendering with prefix keys | Wilfred Hughes | |
| See projectile-mode for an example. | |||
| 2018-03-16 | Handle aliases separately | Wilfred Hughes | |
| If a symbol is a variable or function alias, say so, and provide a link to the underlying symbol. Ensure the source code is the alias definition, not the definition of the underlying function/variable. Fixes #98 | |||
| 2018-03-12 | Mark new variable buffers as opened | Wilfred Hughes | |
| Fixes #101 | |||
| 2018-03-12 | Split helpful--definition test into two distinct tests | Wilfred Hughes | |
| 2018-03-03 | Roll version | Wilfred Hughes | |
| 2018-03-02 | Allow users to specify the function used to display the buffer0.8 | Wilfred Hughes | |
| Fixes #90 Closes #92 | |||
| 2018-03-02 | Fix references to top-level forms | Wilfred Hughes | |
| Previoiusly helpful--outer-sexp assumed point was inside a form, so returned the wrong sexp for top-level forms. | |||
| 2018-02-20 | Don't show a version if no version has been specified | Wilfred Hughes | |
| If a symbol is obsolete but we don't know when, just say obsolete. | |||
| 2018-02-20 | Update changelog | Wilfred Hughes | |
| 2018-02-20 | Improve wording | Wilfred Hughes | |
| "without source code" is confusing when we have the raw function object. We show that, so users do see some source code. However, we don't have the source file, so we don't have the source code with the original macros and comments. Clarify that we're just showing the function object itself. Fixes #97. | |||
| 2018-02-20 | Navigate to the position too | Wilfred Hughes | |
| 2018-02-20 | Support functions defined in non-file buffers | Wilfred Hughes | |
