| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
|
|
|
|
| |
the useful message from `ibuffer-toggle-sorting-mode'. (Bug#2439)
|
| |
|
|
|
|
| |
if the sorting functions are not loaded. (Bug#1432)
|
| |
|
|
|
|
|
| |
no filename.
(define-ibuffer-column filename): Accomodate that change.
|
|
|
|
|
| |
`ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
(ibuffer-mode): Document new commands in docstring.
|
|
|
|
|
| |
special-casing for `cvs-mode' and `vc-dir-mode'.
Suggested by Dan Nicolaescu.
|
|
|
|
|
|
|
|
| |
(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.
|
|
|
|
| |
(define-ibuffer-column filename): Use it.
|
| |
|
|
|
|
|
| |
(ibuffer-do-sort-by-recency): Reverse sorting order if last sorting
mode was recency.
|
|
|
|
| |
show the buffer's default directory.
|
|
|
|
| |
defcustoms not in dumped files before the associated defcustom.
|
| |
|
|
|
|
| |
toggle-read-only.
|
|
|
|
|
| |
(ibuffer-mode): Set it instead of header-line-format.
(ibuffer-update): Use it to set header-line-format.
|
|
|
|
|
|
|
|
|
|
| |
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-update-mode-name): Remove.
(ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
(ibuffer-mode): Use mode-line-process instead.
|
|\
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
|
| | |
|
| |
| |
| |
| | |
* ibuffer.el (mode column): Use format-mode-line.
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
(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.
|
|
|
|
| |
column.
|
| |
|
|
|
|
| |
regexp for readability.
|
|
|
|
| |
change.
|
|
|
|
| |
regexp-opt at run time.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
(ibuffer-fontification-alist): Use it.
(ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers' to "*
z" and the Ibuffer Mark menu.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
From: Daniel Brockman <daniel@brockman.se> (tiny change)
|
|
|
|
| |
Change development version from 21.3.50 to 22.0.50.
|