| Commit message (Expand) | Author | Age | Files | Lines |
* | (ibuffer-diff-buffer-with-file-1): Shell quote buffer's filename. | John Paul Wallington | 2008-09-07 | 1 | -1/+1 |
* | (ibuffer-define-filter filename): Use plain old `buffer-file-name' | John Paul Wallington | 2008-08-10 | 1 | -3/+2 |
* | (ibuffer-do-isearch, ibuffer-do-isearch-regexp): New functions. | Juri Linkov | 2008-07-23 | 1 | -0/+18 |
* | * ibuf-ext.el (diff-sentinel): Declare. | Juanma Barranquero | 2008-06-27 | 1 | -0/+2 |
* | (ibuffer-diff-buffer-with-file-1): New function. | John Paul Wallington | 2008-06-26 | 1 | -8/+59 |
* | (ibuffer-interactive-filter-by-mode) | John Paul Wallington | 2008-05-15 | 1 | -30/+16 |
* | (define-ibuffer-filter filename): Use `ibuffer-buffer-file-name'. | John Paul Wallington | 2008-05-13 | 1 | -10/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -13/+11 |
* | (define-ibuffer-filter filename): When the major mode is `vc-dir-mode' | John Paul Wallington | 2008-05-01 | 1 | -2/+4 |
* | * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by | Dan Nicolaescu | 2008-01-25 | 1 | -0/+14 |
* | (ibuffer-save-filter-groups, ibuffer-save-filters): Remove calls to | Glenn Morris | 2008-01-17 | 1 | -4/+2 |
* | (ibuffer-auto-mode): Remove call to deleted ibuffer-update-mode-name. | Glenn Morris | 2008-01-17 | 1 | -2/+1 |
* | (ibuffer-auto-update-changed, ibuffer-auto-mode): Use derived-mode-p. | Stefan Monnier | 2008-01-16 | 1 | -4/+4 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| * | (ibuffer-switch-to-saved-filters, ibuffer-switch-to-saved-filter-groups): | Juanma Barranquero | 2007-10-23 | 1 | -10/+6 |
| * | (ibuffer-saved-filter-groups): Doc fix. | Glenn Morris | 2007-10-18 | 1 | -2/+2 |
* | | * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp): | Stefan Monnier | 2008-01-03 | 1 | -3/+3 |
* | | (ibuffer-auto-update-changed): Use `dolist' rather than `mapcar'; | Juanma Barranquero | 2007-10-23 | 1 | -8/+7 |
* | | (ibuffer-switch-to-saved-filters, ibuffer-switch-to-saved-filter-groups): | Juanma Barranquero | 2007-10-23 | 1 | -10/+6 |
* | | (ibuffer-saved-filter-groups): Doc fix. | Glenn Morris | 2007-10-18 | 1 | -2/+2 |
|/ |
|
* | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
* | Docstring fix | Vinicius Jose Latorre | 2007-08-01 | 1 | -1/+1 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (eval, view-and-eval) <define-ibuffer-op>: Use the interactive spec of | John Paul Wallington | 2006-10-02 | 1 | -2/+10 |
* | (ibuffer-read-filter-group-name): | Romain Francoise | 2006-03-23 | 1 | -12/+24 |
* | (ibuffer-never-show-predicates): Add `require' keyword; require | John Paul Wallington | 2006-03-13 | 1 | -0/+1 |
* | (ibuffer-mark-compressed-file-buffers): New command. | John Paul Wallington | 2006-02-02 | 1 | -1/+12 |
* | (define-ibuffer-filter filename): If `dired-directory' is a list then | John Paul Wallington | 2005-12-08 | 1 | -4/+6 |
* | (ibuffer-interactive-filter-by-mode): Use `posn-set-point' instead of | John Paul Wallington | 2005-11-17 | 1 | -1/+1 |
* | * ibuf-ext.el (ibuffer-do-shell-command-pipe) | Romain Francoise | 2005-10-07 | 1 | -23/+23 |
* | (ibuffer-auto-update-changed): Use `frame-or-buffer-changed-p' to | John Paul Wallington | 2005-08-28 | 1 | -6/+2 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (define-ibuffer-filter filename): If `dired-directory' is a list, use its car. | John Paul Wallington | 2005-05-14 | 1 | -1/+3 |
* | (ibuffer-filter-disable): Move back to the current buffer after | John Paul Wallington | 2005-03-02 | 1 | -3/+9 |
* | (ibuffer-kill-line): Set arg `interactive-p' in interactive spec | John Paul Wallington | 2004-10-23 | 1 | -3/+3 |
* | (ibuffer-jump-to-buffer): Read buffer name in interactive spec rather | John Paul Wallington | 2004-10-23 | 1 | -47/+45 |
* | (define-ibuffer-filter filename): Expand dired-directory since | John Paul Wallington | 2004-09-18 | 1 | -1/+2 |
* | (define-ibuffer-filter filename): Consider `dired-directory' if buffer | John Paul Wallington | 2004-09-14 | 1 | -1/+4 |
* | 2004-06-02 Romain Francoise <romain@orebokech.com> | John Paul Wallington | 2004-06-02 | 1 | -13/+56 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | Don't require `derived' at compile-time. | John Paul Wallington | 2003-07-05 | 1 | -7/+12 |
* | (ibuffer-format-filter-group-data): Don't append "\n". | John Paul Wallington | 2003-04-04 | 1 | -3/+3 |
* | (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide) | John Paul Wallington | 2003-02-11 | 1 | -4/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -5/+5 |
* | (ibuffer-yank-filter-group): Move check for empty | John Paul Wallington | 2003-01-28 | 1 | -5/+4 |
* | * ibuffer.el (ibuffer-window-list): Remove. | John Paul Wallington | 2003-01-24 | 1 | -36/+40 |
* | * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled, | John Paul Wallington | 2002-12-09 | 1 | -7/+25 |