Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@DamienCassou DamienCassou released this 14 Jul 14:28
· 85 commits to master since this release

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