index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
ibuffer.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add key bindings for ibuffer filter commands
Stefan Kangas
2019-09-26
1
-0
/
+2
*
Separate out the "/" prefix into a named keymap in ibuffer
Lars Ingebrigtsen
2019-07-26
1
-39
/
+45
*
Document normal usage in ibuffer.el
Stefan Kangas
2019-07-22
1
-73
/
+51
*
Fix TODO to remove leading '*' from defcustom
Stefan Kangas
2019-06-09
1
-1
/
+1
*
Merge from origin/emacs-26
Glenn Morris
2019-05-08
1
-12
/
+11
|
\
|
*
Fix ibuffer-unmark-backward synopsis (bug#35572)
Basil L. Contovounesios
2019-05-07
1
-12
/
+11
*
|
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-6
/
+6
*
|
Merge from origin/emacs-26
Glenn Morris
2018-08-14
1
-6
/
+21
|
\
|
|
*
Ibuffer: Add toggle ibuffer-do-toggle-lock
Tino Calancha
2018-08-13
1
-0
/
+16
|
*
Ibuffer: Detect correctly the buffers running a process
Tino Calancha
2018-08-13
1
-6
/
+5
*
|
Remove many items obsolete since Emacs 22.1
Glenn Morris
2018-03-10
1
-20
/
+2
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
ibuffer: new filter to list buffers running a process
Tino Calancha
2017-10-20
1
-0
/
+1
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Fix a small incompatibility in ibuffer
John Mastro
2017-03-30
1
-1
/
+1
*
Show Ibuffer and jump to line listing current buffer
Tino Calancha
2017-02-28
1
-0
/
+9
*
Ibuffer: Update mode documentation
Tino Calancha
2017-02-09
1
-1
/
+9
*
Treat list-buffers-directory as a string
Mark Oteiza
2017-02-01
1
-7
/
+8
*
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
|
*
Revert "* lisp/ibuffer.el (ibuffer): Improve 'other-window' case. (Bug#23617)"
Eli Zaretskii
2016-10-23
1
-2
/
+1
|
*
* lisp/ibuffer.el (ibuffer): Improve 'other-window' case. (Bug#23617)
Tino Calancha
2016-10-16
1
-1
/
+2
|
*
; Auto-commit of loaddefs files.
Glenn Morris
2016-01-01
1
-1
/
+1
*
|
ibuffer: New filters and commands
Christopher Genovese
2016-12-20
1
-4
/
+51
*
|
ibuffer-map-deletion-lines: Re-included it
Tino Calancha
2016-12-07
1
-0
/
+3
*
|
ibuffer-unmark-all: simplify code
Tino Calancha
2016-12-07
1
-26
/
+6
*
|
ibuffer-unmark-backward: Unmark the region when is active
Tino Calancha
2016-12-07
1
-4
/
+4
*
|
ibuffer: compare marks with EQ
Tino Calancha
2016-12-07
1
-14
/
+14
*
|
Don't try to split side windows in ibuffer (Bug#25115)
Martin Rudalics
2016-12-05
1
-1
/
+5
*
|
; Fix previous change
Mark Oteiza
2016-11-22
1
-1
/
+1
*
|
Make sure elided long buffer names have ellipses added (Bug#24972)
Mark Oteiza
2016-11-22
1
-5
/
+9
*
|
Add further consideration to string-width (Bug#24972)
Mark Oteiza
2016-11-21
1
-6
/
+5
*
|
* lisp/ibuffer.el (ibuffer-compile-format): Use string-width instead of length
Mark Oteiza
2016-11-20
1
-2
/
+2
*
|
* lisp/ibuffer.el (ibuffer-formats): Mention locked column in doc string.
Tino Calancha
2016-11-20
1
-1
/
+1
*
|
Update parameter :version to 26.1 in several defcustom
Tino Calancha
2016-11-17
1
-3
/
+3
*
|
Ibuffer: 'w' and 'B' default to buffer at current line
Tino Calancha
2016-10-03
1
-0
/
+10
*
|
ibuffer-do-view-other-frame: Display each buffer in a new frame
Tino Calancha
2016-09-23
1
-6
/
+6
*
|
ibuffer-do-toggle-read-only: Fix unused argument
Tino Calancha
2016-09-17
1
-3
/
+5
*
|
Avoid 'unused var' 'not left unused var' warnings
Tino Calancha
2016-07-11
1
-2
/
+2
*
|
Copy buffer names to kill ring
Tino Calancha
2016-07-08
1
-0
/
+1
*
|
Remove just input mark
Tino Calancha
2016-07-08
1
-0
/
+6
*
|
Ibuffer change marks
Tino Calancha
2016-07-08
1
-0
/
+23
*
|
Ibuffer: Mark locked buffers
Tino Calancha
2016-07-08
1
-0
/
+5
*
|
* lisp/ibuffer.el: Add face for locked buffers
Tino Calancha
2016-07-08
1
-2
/
+13
*
|
* lisp/ibuffer.el: Add mark for locked buffers
Tino Calancha
2016-07-08
1
-1
/
+14
*
|
Remove duplicate binding
Tino Calancha
2016-07-07
1
-1
/
+0
[next]