aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ibuffer.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (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: [email protected]/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 <[email protected]> (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.
* (group ibuffer): Add :version keyword.John Paul Wallington2004-10-311-0/+1
|
* (ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to tJohn Paul Wallington2004-10-231-2/+2
| | | | in interactive spec.
* (ibuffer-default-display-maybe-show-predicates): New customizableJohn Paul Wallington2004-10-171-7/+21
| | | | | | | | | | | | variable; whether to display buffers that match `ibuffer-maybe-show-predicates' by default. (ibuffer-maybe-show-predicates): Mention it in docstring. (ibuffer-display-maybe-show-predicates): New variable. (ibuffer-update): Prefix arg now toggles whether buffers that match `ibuffer-maybe-show-predicates' should be displayed. (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates' locally to heed `ibuffer-default-display-maybe-show-predicates'. (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
* (define-ibuffer-column size): Use string-to-number instead of string-to-int.John Paul Wallington2004-08-081-7/+8
| | | | (define-ibuffer-column mode): Fix indentation.
* Restore updated copyright info that was inadvertently removed.John Paul Wallington2004-07-041-1/+1
|
* 2004-06-02 Romain Francoise <[email protected]>John Paul Wallington2004-06-021-1/+8
| | | | | | | | | | * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter groups: if the user asks for a hidden buffer, open the corresponding filter group to expose it. * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to `ibuffer-jump-to-buffer'. (ibuffer-jump-offer-only-visible-buffers): New user option.
* 2004-05-06 Romain Francoise <[email protected]> (tiny change)John Paul Wallington2004-05-061-1/+2
| | | | | | * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded filter groups from the buffer when rebuilding the Ibuffer buffer and `ibuffer-show-empty-filter-groups' is nil.
* (ibuffer-delete-window-on-quit): Remove.John Paul Wallington2004-04-121-8/+13
| | | | | | | | | (ibuffer-restore-window-config-on-quit): New variable to replace `ibuffer-delete-window-on-quit'. Update all references. (ibuffer-prev-window-config): New variable. (ibuffer-quit): Restore previous window configuration instead of deleting window. (ibuffer): Save window configuration before showing Ibuffer buffer.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (ibuffer-formats): Make name and size columns wider.John Paul Wallington2003-08-241-2/+2
|
* (ibuffer-backward-line, ibuffer-forward-line)John Paul Wallington2003-07-051-32/+79
| | | | | | | | | | (ibuffer-mark-interactive): Use `or' instead of `unless'. (define-ibuffer-column name): Add summarizer. (define-ibuffer-column size): Likewise. (define-ibuffer-column filename): Likewise. (define-ibuffer-column process): Likewise. Change BODY's output too. (define-ibuffer-column filename-and-process): Likewise, likewise. (ibuffer): Remove local vars `already-in' and `need-update'.
* (ibuffer-display-summary): New customizable variable.John Paul Wallington2003-05-181-28/+34
| | | | (ibuffer-update-title-and-summary): Respect it.
* (ibuffer-name-map, ibuffer-mode-name-map)John Paul Wallington2003-04-261-10/+7
| | | | | (ibuffer-mode-filter-group-map): Initialize in `defvar'. (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
* (ibuffer-insert-filter-group): Fix spazz.John Paul Wallington2003-04-051-2/+4
|
* (ibuffer-insert-filter-group): `help-echo' text property dynamicallyJohn Paul Wallington2003-04-041-2/+9
| | | | | respects `tooltip-mode'. (define-ibuffer-column name): Likewise.
* (toplevel): Don't require `font-lock';John Paul Wallington2003-02-111-1/+1
| | | | require `font-core' instead, even though it is dumped.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-16/+16
|
* * ibuffer.el (ibuffer-window-list): Remove.John Paul Wallington2003-01-241-127/+132
| | | | | | | | | | | | | | | | | | | | | | (ibuffer-confirm-operation-on): Use `window-list' instead. (ibuffer-load-hook): New customizable variable. (toplevel): Run it. (ibuffer-customize): New command. (ibuffer-mode-map): Bind it. (ibuffer-mode-map): Add menu seperator in View>Sort menu. (ibuffer-mode): Tidy. (ibuffer-fontification-alist, ibuffer-always-show-last-buffer) (ibuffer-default-directory, ibuffer-default-sorting-mode) (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook) (ibuffer-map-lines): Doc fixes. Update mail address. * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative filenames. Use `kill-new'. Update mail address. * ibuf-macs.el Update mail address.
* * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,John Paul Wallington2002-12-091-1/+4
| | | | | | | | | | | | | | | disable it buffer-locally. (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare `eventpt' and point. * ibuf-ext.el (ibuffer-remove-duplicates): New function. (ibuffer-set-filter-groups-by-mode): Use it instead of `delete-duplicates' so we don't require cl library at runtime. (ibuffer-insert-filter-group-before): Don't use `position' so we don't require cl library at runtime. * chistory.el (command-history-mode): Add interactive spec. Improve doc string.
* (ibuffer-formats): Change default value; bump widthJohn Paul Wallington2002-11-211-1/+1
| | | | of size column in first format to 7.