Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Jul 15, 2018
1 parent c3fefb8 commit 7faa172
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
v1.4:
## v1.4

Fixed an issue when running elisp-refs on Emacs master, which renamed
`format-proper-list-p` to `proper-list-p` (and moved it to subr.el).

v1.3:
## v1.3

* Refs buffers now have names of the form `*refs: foo*`.
* Fixed an issue with a dependency on a loop.el version that doesn't
exist.

v1.2:
## v1.2

* You can now filter search results to a directory. This is useful
when working on large elisp codebases, and it's faster too.
* Results buffers now include a link to describe the thing being
searched for.

v1.1:
## v1.1

* Rebranded to elisp-refs.
* Commands are now autoloaded.
Expand All @@ -26,5 +26,7 @@ v1.1:
files.
* Searches now default to the symbol at point.

v1.0: Initial release.
## v1.0

Initial release.

0 comments on commit 7faa172

Please sign in to comment.