Beginend Versions Save

Emacs package to redefine M-< and M-> for some modes

v2.4.0

1 year ago
  • 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

2 years ago
  • 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

3 years ago
  • Add Support LaTeX and AUCTeX (made by @oantolin in #55)
  • Add support for rg-mode, aka. rg.el (made by @protesilaos in #58)
  • Add support for epa key list (fixes #59)
  • Fix org-mode support (fixes #56)
  • Improve README (made by @DivineDominion in #61)

v2.1.0

3 years ago

v2.0.0

6 years ago

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