summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/tabulated-list.el
Commit message (Expand)AuthorAgeFilesLines
* Don't overly truncate tabulated-list headersLars Ingebrigtsen2021-08-271-23/+35
* tabulated-list-print delete excess linesShitikanth Kashyap2021-08-251-0/+2
* Add commands to move to next/previous column in tabulated-list-modePeter Feigl2021-07-251-0/+24
* Allow restoring the original order in 'tabulated-list-mode'Lars Ingebrigtsen2021-07-151-8/+36
* Don't preserve window-line in tabulated-list-printStefan Kangas2021-04-091-15/+4
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Make text-scale-mode optionally adjust the header lineStefan Kangas2020-11-251-0/+1
* Improve display of tabulated list header line labels (bug#44068)Stephen Berman2020-11-041-13/+19
* Fix some broken conditional formsPaul Eggert2020-01-041-4/+4
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix point position after revert-buffer in tabulated-list modeEli Zaretskii2019-10-271-1/+6
* Use text properties instead of truncating stringsLars Ingebrigtsen2019-10-071-1/+1
* Add new function to clear tags in tabulated listStefan Kangas2019-09-261-0/+13
* Make the reverse tabulated list sort stableJohan Claesson2019-09-211-1/+1
* Move widen/narrow in tabulated lists to } and {Lars Ingebrigtsen2019-06-251-2/+2
* Preserve header lines from derived modes in tabulated listsVaidheeswaran C2019-06-251-2/+7
* Fix up key bindings in previous tabulated-list patchLars Ingebrigtsen2019-06-241-2/+2
* Add new commands to widen/narrow tabulated list columnsLars Ingebrigtsen2019-06-241-0/+35
* Customize tabulated-list sort indicatorsPhilippe Vaucher2019-03-151-9/+56
* Make tabulated-list-mode-map inherit from special-mode-mapAlex Branham2019-01-251-2/+4
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix subtle problems in tabulated-list-mode with line numbersEli Zaretskii2017-11-041-2/+13
* Make :align-to account for display-line-numbersEli Zaretskii2017-10-201-8/+17
* Fix breakage due to recent change in tabulated-list-print-entryEli Zaretskii2017-10-051-19/+13
* Speed up list-packages when 'visual' line numbers are displayedEli Zaretskii2017-10-051-13/+20
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve support of display-line-numbers in package.elEli Zaretskii2017-08-191-5/+7
* ; Fix last changeEli Zaretskii2017-08-191-3/+4
* Improve support of display-line-numbers in tabulated-list-modeEli Zaretskii2017-08-191-2/+13
* Adapt tabulated list when display-line-number is turned onEli Zaretskii2017-08-121-1/+3
* Add new face 'header-line-highlight'Alexander Gramiak2017-08-121-1/+1
* Make header line in some modes be sensitive to display-line-numbersEli Zaretskii2017-08-051-0/+4
* Prevent to use tabulated-list--near-rows unboundTino Calancha2017-01-221-2/+7
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | buff-menu: Add command to unmark all buffersTino Calancha2016-11-221-0/+6
* | tabulated-list: extend truncation into next align-right columnTino Calancha2016-11-141-12/+49
|/
* * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Redundant lineArtur Malabarba2016-01-251-1/+0
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/emacs-lisp/tabulated-list.el (tabulated-list-sort):Artur Malabarba2015-10-071-1/+3
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-4/+0
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-1/+1
* * lisp/emacs-lisp/tabulated-list.el (tabulated-list-print): Fix bugArtur Malabarba2015-07-311-4/+5
* * lisp/emacs-lisp/tabulated-list.el (tabulated-list-print):Artur Malabarba2015-06-291-3/+3
* * lisp/emacs-lisp/tabulated-list.el (tabulated-list-print):Artur Malabarba2015-06-141-1/+1
* * lisp/emacs-lisp/tabulated-list.el: Don't sort without sorterArtur Malabarba2015-05-261-1/+2
* * lisp/emacs-lisp/tabulated-list.el: New optional print methodArtur Malabarba2015-05-241-9/+45
* * lisp/emacs-lisp/tabulated-list.el: Improve printingArtur Malabarba2015-05-241-24/+33