summaryrefslogtreecommitdiff
path: root/lisp/buff-menu.el
Commit message (Expand)AuthorAgeFilesLines
* Abbreviate directory names the same way as file names in C-x C-bLars Ingebrigtsen2019-07-281-1/+2
* Mention columns width variables in the buffer-menu doc stringLars Ingebrigtsen2019-07-131-1/+5
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix UI of Buffer-menuDevon Sean McCullough2019-01-121-4/+4
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/buff-menu.el: Turn on lexical-binding.Mark Oteiza2017-02-121-1/+1
* Treat list-buffers-directory as a stringMark Oteiza2017-02-011-18/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix Bug#24962Tino Calancha2016-12-081-1/+2
* | Buffer-menu-no-header: Detect a fake headerTino Calancha2016-11-221-1/+1
* | buff-menu: Add command to unmark all buffersTino Calancha2016-11-221-3/+41
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Small fixes re toggle-read-only, mainly docGlenn Morris2014-07-211-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)Alp Aker2013-10-301-2/+10
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* * lisp/buff-menu.el (Buffer-menu-multi-occur): Add args and move theJuri Linkov2013-07-041-4/+3
* * lisp/buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" toMatthias Meulien2013-07-041-0/+11
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Buffer Menu doc fixes.Chong Yidong2012-11-281-27/+32
* * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize typeAndreas Schwab2012-11-251-2/+2
* * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width): Doc fixes.Glenn Morris2012-09-241-2/+2
* Convert toggle-read-only calls to read-only-mode.Chong Yidong2012-09-231-1/+1
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-4/+4
* * lisp/ibuffer.el (ibuffer-do-toggle-read-only):Stefan Monnier2012-08-121-4/+4
* Fixes: debbugs:12108Andreas Schwab2012-08-011-1/+2
* Don't warn on toggle-read-only calls.Chong Yidong2012-07-131-2/+3
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-271-60/+60
* Move define-obsolete-variable-alias before the var's definition.Stefan Monnier2012-05-121-3/+3
* Fix mouse links in new Buffer Menu.Chong Yidong2012-05-121-1/+17
* * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix.Chong Yidong2012-05-121-1/+5
* * lisp/buff-menu.el (list-buffers--refresh): Mark `size' as right-align.Stefan Monnier2012-05-071-1/+4
* Restore Buffer-menu-use-header-line functionality.Chong Yidong2012-05-071-0/+1
* * lisp/buff-menu.el: Convert to Tabulated List mode.Chong Yidong2012-05-071-635/+331
* Some cleanups for the buffer menu and electric buffer menu.Chong Yidong2012-05-061-3/+0
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Capitalize non-function content words in menu item strings.Juri Linkov2011-09-181-12/+12
* Fix various uses of display-buffer and pop-to-bufferChong Yidong2011-09-101-9/+3
* Handle `(space ...)' display spec as paragraph separator.Eli Zaretskii2011-08-251-2/+2
* Add L and R categories to standard category table, and use them.Chong Yidong2011-08-181-2/+2
* New function `string-mark-left-to-right' for handling LRMs.Chong Yidong2011-08-101-13/+4
* Support bidi reordering of overlay and display strings.Eli Zaretskii2011-07-141-5/+21
|\
| * Fix typos in comments. Use xassert.Eli Zaretskii2011-07-011-2/+2
| * Fix display of R2L buffer names in Buffer-menu.Eli Zaretskii2011-06-191-4/+13