index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
buff-menu.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert Buffer-menu-mode menu to easymenu
Stefan Kangas
2021-02-27
1
-75
/
+55
*
Make unused `Buffer-menu-sort' alias obsolete
Lars Ingebrigtsen
2021-02-17
1
-1
/
+2
*
Mark up commands in buff-menu.el for modes
Lars Ingebrigtsen
2021-02-17
1
-26
/
+27
*
Prefer defvar-local in preloaded files
Stefan Kangas
2021-01-31
1
-2
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Prefer setq-local in most files
Stefan Kangas
2020-12-09
1
-2
/
+2
*
Remove many items obsolete since Emacs 23.1
Stefan Kangas
2020-08-14
1
-3
/
+0
*
Fix up previous list-buffers patch to work when there's no buffer
Lars Ingebrigtsen
2020-08-08
1
-3
/
+3
*
Make the name column in 'list-buffers' have a dynamic width
Lars Ingebrigtsen
2020-08-08
1
-20
/
+37
*
Buffer-menu-select doc string clarification
Lars Ingebrigtsen
2020-08-07
1
-1
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Make list-buffers--refresh preserve marks
Lars Ingebrigtsen
2019-10-13
1
-10
/
+15
*
Abbreviate directory names the same way as file names in C-x C-b
Lars Ingebrigtsen
2019-07-28
1
-1
/
+2
*
Mention columns width variables in the buffer-menu doc string
Lars Ingebrigtsen
2019-07-13
1
-1
/
+5
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Fix UI of Buffer-menu
Devon Sean McCullough
2019-01-12
1
-4
/
+4
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* lisp/buff-menu.el: Turn on lexical-binding.
Mark Oteiza
2017-02-12
1
-1
/
+1
*
Treat list-buffers-directory as a string
Mark Oteiza
2017-02-01
1
-18
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix Bug#24962
Tino Calancha
2016-12-08
1
-1
/
+2
*
|
Buffer-menu-no-header: Detect a fake header
Tino Calancha
2016-11-22
1
-1
/
+1
*
|
buff-menu: Add command to unmark all buffers
Tino Calancha
2016-11-22
1
-3
/
+41
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Small fixes re toggle-read-only, mainly doc
Glenn Morris
2014-07-21
1
-1
/
+1
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
Alp Aker
2013-10-30
1
-2
/
+10
*
Do not call to `selected-window' where it is assumed by default.
Dmitry Antipov
2013-08-05
1
-1
/
+1
*
* lisp/buff-menu.el (Buffer-menu-multi-occur): Add args and move the
Juri Linkov
2013-07-04
1
-4
/
+3
*
* lisp/buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
Matthias Meulien
2013-07-04
1
-0
/
+11
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-2
/
+2
*
Buffer Menu doc fixes.
Chong Yidong
2012-11-28
1
-27
/
+32
*
* buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
Andreas Schwab
2012-11-25
1
-2
/
+2
*
* buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width): Doc fixes.
Glenn Morris
2012-09-24
1
-2
/
+2
*
Convert toggle-read-only calls to read-only-mode.
Chong Yidong
2012-09-23
1
-1
/
+1
*
Replace version 24.2 with 24.3 where appropriate (hopefully)
Glenn Morris
2012-08-15
1
-4
/
+4
*
* lisp/ibuffer.el (ibuffer-do-toggle-read-only):
Stefan Monnier
2012-08-12
1
-4
/
+4
*
Fixes: debbugs:12108
Andreas Schwab
2012-08-01
1
-1
/
+2
*
Don't warn on toggle-read-only calls.
Chong Yidong
2012-07-13
1
-2
/
+3
*
Get rid of all the manual purecopy calls in menu-bar definitions.
Stefan Monnier
2012-06-27
1
-60
/
+60
*
Move define-obsolete-variable-alias before the var's definition.
Stefan Monnier
2012-05-12
1
-3
/
+3
*
Fix mouse links in new Buffer Menu.
Chong Yidong
2012-05-12
1
-1
/
+17
*
* buff-menu.el (Buffer-menu-buffer+size-width): Doc fix.
Chong Yidong
2012-05-12
1
-1
/
+5
*
* lisp/buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
Stefan Monnier
2012-05-07
1
-1
/
+4
[next]