summaryrefslogtreecommitdiff
path: root/lisp/ibuffer.el
Commit message (Collapse)AuthorAgeFilesLines
* * bs.el (bs--down):Juanma Barranquero2009-02-251-1/+1
| | | | * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
* * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message clobberingJuanma Barranquero2009-02-231-5/+6
| | | | the useful message from `ibuffer-toggle-sorting-mode'. (Bug#2439)
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-extJuanma Barranquero2008-12-041-0/+3
| | | | if the sorting functions are not loaded. (Bug#1432)
* ibuffer: Fix issue with ERC scroll-to-bottom (Bug #858).Michael Olson2008-10-081-0/+3
|
* (ibuffer-buffer-file-name): Return nil rather than empty string whenJohn Paul Wallington2008-08-101-3/+2
| | | | | no filename. (define-ibuffer-column filename): Accomodate that change.
* (ibuffer-mode-map): Bind "M-s a C-s" toJuri Linkov2008-07-231-0/+4
| | | | | `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'. (ibuffer-mode): Document new commands in docstring.
* (ibuffer-buffer-file-name): Use `list-buffers-directory'. RemoveJohn Paul Wallington2008-07-021-2/+1
| | | | | special-casing for `cvs-mode' and `vc-dir-mode'. Suggested by Dan Nicolaescu.
* (ibuffer-assert-ibuffer-mode): New defsubst.John Paul Wallington2008-05-151-8/+11
| | | | | | | | (ibuffer-mark-interactive, ibuffer-set-mark) (ibuffer-insert-buffer-line, ibuffer-redisplay-current) (ibuffer-map-lines, ibuffer-switch-format) (ibuffer-update-title-and-summary) (ibuffer-redisplay-engine): Use it.
* (ibuffer-buffer-file-name): New function.John Paul Wallington2008-05-131-8/+12
| | | | (define-ibuffer-column filename): Use it.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-11/+9
|
* (ibuffer-last-sorting-mode): New variable.John Paul Wallington2008-05-011-1/+5
| | | | | (ibuffer-do-sort-by-recency): Reverse sorting order if last sorting mode was recency.
* (define-ibuffer-column filename): When the major mode is `vc-dir-mode'John Paul Wallington2008-04-301-0/+2
| | | | show the buffer's default directory.
* Move non-autoloaded define-obsolete-variable-alias calls forGlenn Morris2008-04-121-4/+4
| | | | defcustoms not in dumped files before the associated defcustom.
* (ibuffer-do-toggle-read-only): Don't use `iff' in doc-string.Glenn Morris2008-02-261-1/+1
|
* (ibuffer-do-toggle-read-only): New optional arg as inRoland Winkler2008-02-251-3/+5
| | | | toggle-read-only.
* (ibuffer-header-line-format): New var.Stefan Monnier2008-02-111-9/+17
| | | | | (ibuffer-mode): Set it instead of header-line-format. (ibuffer-update): Use it to set header-line-format.
* * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort byDan Nicolaescu2008-01-251-0/+9
| | | | | | | | | | file name. (ibuffer-mode-map): Add binding to sort by file name. (ibuffer-filename/process-header-map): New variable. (filename-and-process): Add a header that sorts by file name. (ibuffer-mode): Mention sorting by file name. * ibuf-ext.el (filename/process): New sorter.
* (ibuffer-mode): Fix last change.Stefan Monnier2008-01-201-3/+5
|
* (ibuffer-mode): Fix last change.Stefan Monnier2008-01-201-1/+2
|
* (ibuffer-mode): Fix typo in previous change.Glenn Morris2008-01-181-1/+1
|
* (mode): Pass the buffer to format-mode-line.Stefan Monnier2008-01-161-30/+22
| | | | | | (ibuffer-update-mode-name): Remove. (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it. (ibuffer-mode): Use mode-line-process instead.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):Stefan Monnier2008-01-031-1/+1
| | | | | | | | * ibuffer.el (mode column): Use format-mode-line.
* | Fix my previous breakages; improve ChangeLogDeepak Goel2007-12-061-1/+1
| |
* | Fix buggy calls to `error'.Deepak Goel2007-12-061-1/+1
| |
* | * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):Dan Nicolaescu2007-11-191-0/+7
|/ | | | | | | | | | | | | | | | | | | | | | | | * play/yow.el (doctor-ret-or-read): * vc-hooks.el (vc-dired-resynch-file): * vc-hg.el (log-view-get-marked): * smerge-mode.el (ediff-cleanup-mess): * pcvs.el (vc-editable-p, vc-checkout): * pcomplete.el (comint-bol): * informat.el (texinfo-format-refill): * ido.el (tramp-tramp-file-p): * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier) (ibuffer-generate-filter-groups) (ibuffer-format-filter-group-data): * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as functions. * ido.el (ido-file-internal): Move with-no-warnings to include the ffap-string-at-point call. * pcomplete.el (pcomplete-executables): Move defsubst before first use. * vc-hg.el (vc-hg-revision-table): Fix last change.
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-2/+2
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* * woman.el (woman-follow): New function, based on `man-follow'.Chong Yidong2006-08-281-2/+2
| | | | | | | (woman-mode-map): Use it. * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update since ibuffer-do-sort-by-recency does not define a sorter.
* (ibuffer-formats): Use left alignment for the modeDan Nicolaescu2006-07-221-1/+1
| | | | column.
* (ibuffer-mode): Doc fix.John Paul Wallington2006-06-281-1/+4
|
* (ibuffer-compressed-file-name-regexp): Avoid `regexp-opt' and simplifyJohn Paul Wallington2006-05-071-3/+1
| | | | regexp for readability.
* (ibuffer-compressed-file-name-regexp): Undo previousDan Nicolaescu2006-05-051-2/+1
| | | | change.
* (ibuffer-compressed-file-name-regexp): Avoid loadingDan Nicolaescu2006-05-041-4/+5
| | | | regexp-opt at run time.
* * ibuf-macs.el (define-ibuffer-column): Add a new key:Dan Nicolaescu2006-04-021-6/+30
| | | | | | | | | | | header-mouse-map. * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map) (ibuffer-mode-header-map): New keymaps. (ibuffer-update-title-and-summary): Enable mouse face highlighting and keybindings for column headers. (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map property.
* Update copyright years.John Paul Wallington2006-02-021-1/+1
|
* (ibuffer-compressed-file-name-regexp): New defcustom.John Paul Wallington2006-02-021-4/+20
| | | | | | (ibuffer-fontification-alist): Use it. (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers' to "* z" and the Ibuffer Mark menu.
* (ibuffer): Search iconified frames too when getting Ibuffer buffer's window.John Paul Wallington2005-11-071-1/+1
|
* (ibuffer): Search all visible frames when getting Ibuffer buffer's window.John Paul Wallington2005-11-061-1/+1
|
* ibuffer.el: Move the `defvar's to the top level.Juanma Barranquero2005-08-261-9/+14
|
* (ibuffer-compile-make-eliding-form, ibuffer-check-formats): UseJuanma Barranquero2005-08-241-8/+18
| | | | | | | | | | | | | | `with-no-warnings' to hide references to `ibuffer-elide-long-columns' (which is defined on ibuffer.el, so it's silly to get warnings for it). (ibuffer-auto-mode, ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats, ibuffer-filter-format-alist, ibuffer-filter-group-kill-ring, ibuffer-filter-groups, ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups, ibuffer-inline-columns, ibuffer-show-empty-filter-groups, ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps): Defvar at compile time. (ibuffer-compiled-formats, ibuffer-cached-eliding-string, ibuffer-cached-formats, ibuffer-cached-elide-long-columns), eclare them before use.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* (ibuffer-columnize-and-insert-list, ibuffer-mouse-toggle-mark,Juanma Barranquero2005-07-291-42/+46
| | | | | | | | | | | | | ibuffer-count-marked-lines, ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-unmark-forward, ibuffer-unmark-backward, ibuffer-compile-make-format-form, ibuffer-format-column, ibuffer-current-buffers-with-marks, ibuffer-update-title-and-summary): "?\ " -> "?\s". (ibuffer): Doc fix. (ibuffer-mode): Fix typo in docstring. (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare with `define-obsolete-variable-alias'. (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (ibuffer-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* (define-ibuffer-column filename): If `dired-directory' is a list, use its car.John Paul Wallington2005-05-141-1/+3
| | | | From: Daniel Brockman <daniel@brockman.se> (tiny change)
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
| | | | Change development version from 21.3.50 to 22.0.50.