Skip to content

Releases: DamienCassou/beginend

v2.4.0

03 Mar 07:58
v2.4.0
61f1eb2
Compare
Choose a tag to compare
  • Silence Emacs 29 warnings (#71)
  • Add support for elfeed-show-mode (#72)
  • Prevent trampoline optimisation of primitive message (#73)
  • Prevent trampoline optimisation of primitive message (#75)

v2.3.0

09 Apr 08:55
62c7580
Compare
Choose a tag to compare
  • Add support for isearch-allow-motion in Emacs 28
  • Fix support for elfeed
  • Add support nroam-mode
  • Switch to GitHub Actions
  • Improve README

v2.2.0

16 Sep 09:05
9c7a927
Compare
Choose a tag to compare

v2.1.0

16 Sep 09:05
v2.1.0
Compare
Choose a tag to compare
Release 2.1.0

Release 2.0.0

14 Jul 14:28
Compare
Choose a tag to compare

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:

Authors: Matus Goljer and Damien Cassou