Skip to content

Releases: publicimageltd/lister

0.9.6.

02 Jan 15:02
Compare
Choose a tag to compare

This release fixes a single nasty bug

0.9.5

08 Dec 15:00
Compare
Choose a tag to compare

Maintenance release

0.9.4

24 Nov 18:46
Compare
Choose a tag to compare

This release adds the possibility to use several sorting predicates; e.g. for sorting first by filename, then by size.

0.9.3

06 Nov 21:53
Compare
Choose a tag to compare

This is a quick release with only one new tiny feature, in order that Delve can depend on it.

New feature: "modified flag". Set the modified flag to =t= each time the list is edited.

0.9.2

06 Nov 19:03
Compare
Choose a tag to compare

Changelog:

  • New feature: header or footer can now also be a function.
  • New feature: item strings with text properties button or field set will not be intangible and can be reached with normal cursor motion, while the rest of the item remains inaccessible. This basically means we can have buttons within the items.
  • Add lister-save-current-node to keep point when changing item display
  • Add marking predicate which limits marking to some items (thanks to Nathanael kinfe)
  • Add function to get the buffer local ewoc (thanks to Nathanael kinfe)
  • Add convenience functions to 'reorder' sublists (thanks to Nathanael kinfe)
  • Add mapping function.
  • Add new public functions lister-items-marked-p, lister-eolp.
  • Bugfixes, internal refactoring.

Bugfixes and some new features

20 Sep 17:15
Compare
Choose a tag to compare

This update fixes some bugs and introduces some new functionality to "edit" lists interactively. There is now also a minor mode which provides some keybindings.

Complete rewrite 0.9

16 Sep 09:00
Compare
Choose a tag to compare

This release is a complete rewrite, basing Lister on the internal library Ewoc. Even though the basic functions are mostly retained, this release breaks all previous code, mostly since most functions now require as its first argument an Ewoc object rather than a buffer.

There is a backup branch called archive-version-0.7.2 which keeps a copy of the old Lister version.

Internal cleanup and new generic functions.

08 Apr 20:45
Compare
Choose a tag to compare

This release features an abstracted function for "reordering" items and some internal refactoring for more consistent behaviour.

0.6

19 Mar 18:06
Compare
Choose a tag to compare
0.6

Stability release and new feature "sorting".

First official release

16 Feb 19:15
Compare
Choose a tag to compare

While this version is mainly a bugfix and stability release, it is created to make dependencies trackable. In particular, delve v0.5 depends on this release.