summaryrefslogtreecommitdiff
path: root/lisp/tablist.el
AgeCommit message (Collapse)Author
2016-02-21remove third-party librariesJonas Bernoulli
Remove the bundled third-party libraries `tablist.el` and `tablist-filter.el`. Since the package `tablist` is available from Melpa and therefore easy to install, there is no good reason to bundle these libraries. On the other hand bundling these libraries can cause issues for people who install packages using Git submodules and might then end up your potentially outdated copies instead of those from the `tablist` submodule. Possibly without noticing it.
2015-11-26correct "it's/its" grammar in docstringsMatt Price
2015-11-11Adds autoloads for tablistAndreas Politz
2015-06-02Bumped versionAndreas Politz
2015-03-31Turn macro into a functionAndreas Politz
* lisp/tablist.el (tablist-generate-sorter): This should be a function.
2015-03-30Bumped version added NEWS.Andreas Politz
* lisp/tablist.el: * lisp/pdf-tools.el: * NEWS: * Makefile (PACKAGE_VERSION):
2015-03-30* lisp/pdf-occur.el: New and improved asynchronous, multiple file occur.Andreas Politz
* lisp/pdf-isearch.el:(pdf-isearch-occur): New command. * lisp/tablist.el (tablist-generate-sorter): New macro * lisp/pdf-tools.el (pdf-tools-modes, pdf-tools-enabled-modes): Added occur global mode.
2015-01-27Fix typo in description, and trailing line to satisfy package.elSteve Purcell
2015-01-21Readded tablist package.Andreas Politz
* lisp/tablist.el: * lisp/tablist-filter.el:
2015-01-14Remove tablist package.Andreas Politz
2015-01-11Made Keywords: section standard conform.Andreas Politz
* lisp/*.el: Use standard keywords.
2014-12-06Fixed a bug regarding tablist columns.Andreas Politz
* lisp/tablist.el (tablist-current-column): Compute the current column in a more sane and hopefully correct way. Extended documentation.
2014-11-26*** empty log message ***Andreas Politz
2014-11-26*** empty log message ***Andreas Politz
2014-11-02Updated copyright.Andreas Politz
2014-11-01Fixed warning.Andreas Politz
* lisp/tablist.el (tablist-edit-column-mark-field): Avoid compiler warning.
2013-10-24Some documentation fixes.Andreas Politz
2013-10-24Remove minor-columns feature. Avoid a compiler warning.Andreas Politz
2013-10-24Make savehist hook more robust.Andreas Politz
2013-10-24Fixed some bindings.Andreas Politz
2013-06-13Added tablist package.Andreas Politz