Releases: publicimageltd/lister
0.9.6.
0.9.5
Maintenance release
0.9.4
This release adds the possibility to use several sorting predicates; e.g. for sorting first by filename, then by size.
0.9.3
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
Changelog:
- New feature: header or footer can now also be a function.
- New feature: item strings with text properties
button
orfield
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
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
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.
This release features an abstracted function for "reordering" items and some internal refactoring for more consistent behaviour.
0.6
Stability release and new feature "sorting".
First official release
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.