Release 2.0.0
Here are the list of changes since v1.1.0:
-
User visible:
- Add missing space to the mode lighter
- Add support for many major modes (#14)
- Add a global minor mode (#16)
- Push mark when beginend moves point (#15)
- Make sure beginend is reasonable when buffer is narrowed (#22 and #32)
- Update README and include screencasts (#26)
- Make the end position coherent across modes (#34)
-
Build process:
- Add Emacs-25.2 as build target
- Remove compiler warnings
- Add automated linting
-
Implementation:
- Factor out common code into new macro making it easy to support more modes (#7)
-
Testing:
- 84% of the code base is now covered by tests
- Convert tests to buttercup (#20)
Authors: Matus Goljer and Damien Cassou