1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Colin Walters
c12447455e (ibuffer-format-filter-group-data): New function. 2002-05-13 05:59:48 +00:00
Colin Walters
c33cdcc5ef (ibuffer-do-occur): Default to 0 context lines. 2002-05-09 21:29:20 +00:00
Colin Walters
f189891bd4 (ibuffer-pop-filter-group): Doc fix.
(ibuffer-clear-filter-groups): Likewise.
(ibuffer-kill-filter-group): Likewise.
(ibuffer-kill-line): Likewise.
(ibuffer-read-filter-group-name): New function.
(ibuffer-jump-to-filter-group): Use it.
(ibuffer-kill-filter-group): Likewise.
(ibuffer-yank-filter-group): Likewise.
(ibuffer-decompose-filter-group): New function.
2002-05-07 08:13:13 +00:00
Colin Walters
c56a4f1f0a (ibuffer-kill-filter-group): Test for killing "Default" group earlier.
Push killed group on `ibuffer-filter-group-kill-ring'.
(ibuffer-kill-line): Document.  Don't push killed group ourselves.
(ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
(ibuffer-insert-filter-group-before): New function, broken out from
`ibuffer-yank'.
(ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
2002-05-05 00:12:17 +00:00
Colin Walters
b6cee49460 (ibuffer-kill-filter-group): Call `delete' function.
(ibuffer-kill-line): Copy the filter group data structure when killing.
(ibuffer-yank): Handle case where we're yanking on the default group
correctly.
(ibuffer-delete-saved-filter-groups): Doc fix.
2002-04-29 23:12:29 +00:00
Colin Walters
b7f6c47665 (ibuffer-set-filter-groups-by-mode): Don't make an ibuffer-mode filter
group if `ibuffer-view-ibuffer' is nil.
2002-04-28 21:40:57 +00:00
Colin Walters
fece59b88c (ibuffer-saved-filter-groups): Don't include broken defaults.
(ibuffer-yank): Be sure to `setq' after we use `nconc'.
(ibuffer-save-filter-groups): Correctly structure filter groups.
(ibuffer-switch-to-saved-filter-groups): Correctly extract filter
groups.
2002-04-26 03:59:35 +00:00
Colin Walters
052762262a (ibuffer-filtering-groups): Renamed to
`ibuffer-filter-groups'.  All users updated.
(ibuffer-show-empty-filter-groups): New variable.
(ibuffer-saved-filter-groups): New variable.
(ibuffer-maybe-save-stuff): Renamed from
`ibuffer-maybe-save-saved-filters'.  Callers updated.  Handle
`ibuffer-saved-filter-groups'.
(ibuffer-hidden-filtering-groups): Renamed to
`ibuffer-hidden-filter-groups'.
(ibuffer-filter-group-kill-ring): New variable.
(ibuffer-save-with-custom): Doc fix.
(ibuffer-set-filter-groups-by-mode): New function.
(ibuffer-clear-filter-groups): New function.
(ibuffer-current-filter-groups-with-position): Renamed from
`ibuffer-current-filter-groups'.  Callers updated.
(ibuffer-kill-filter-group): New function.
(ibuffer-kill-line): New function.
(ibuffer-yank): New function.
(ibuffer-save-filter-groups): New function.
(ibuffer-delete-saved-filter-groups): New function.
(ibuffer-switch-to-saved-filter-groups): New function.
(ibuffer-mark-on-buffer): Add optional arguments for adding a
specific mark, and marking on a specific group.
2002-04-25 19:03:55 +00:00
Colin Walters
365e1cfbc7 (toplevel): Remove byte-compile-dynamic. Try to set up autoloads manually.
(ibuffer-split-list): New function.
(ibuffer-filtering-groups): New variable.
(ibuffer-hidden-filtering-groups): New variable.
(ibuffer-mouse-toggle-filter-group): New function.
(ibuffer-toggle-filter-group): New function.
(ibuffer-toggle-filter-group-1): New function.
(ibuffer-forward-filter-group): New function.
(ibuffer-backward-filter-group): New funtion.
(ibuffer-generate-filter-groups): New function.
(ibuffer-filters-to-filter-group): New function.
(ibuffer-pop-filter-group): New function.
(ibuffer-jump-to-filter-group): New function.
(ibuffer-do-occur): Just use `occur-read-primary-args'
2002-04-24 23:27:02 +00:00
Colin Walters
c06bd65eac (ibuffer-depropertize-string): Delete.
(ibuffer-occur-match-face): Delete.
(ibuffer-occur-props, ibuffer-occur-mode): Delete.
(ibuffer-occur-mouse-display-occurence): Delete.
(ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence):
Delete.
(ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function):
Delete.
(ibuffer-occur-engine): Moved to replace.el.
(ibuffer-do-occur): Simply call `occur-1'.
2002-04-23 20:35:37 +00:00
Colin Walters
bde5791106 Update callers of `ibuffer-map-lines'. 2002-04-14 05:48:09 +00:00
Colin Walters
193f8525da (operation query-replace): Use new `noerror' arg for
`query-replace-read-args'.
(operation query-replace-regexp): Ditto
2002-03-27 22:38:04 +00:00
Colin Walters
0fcbf8d601 (sorter mode-name): Doc fix.
(ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
2002-03-27 22:19:40 +00:00
Colin Walters
1915493bda (ibuffer-toggle-sorting-mode): Remove `find-if' so we don't require
`cl' at runtime.
(sorting mode mode-name): Don't take the symbol-name of a string.
2002-03-18 21:21:31 +00:00
Colin Walters
6d63dcf565 (ibuffer-filter-format-alist): Add type and group. 2002-03-08 04:06:18 +00:00
Colin Walters
10cf9a4305 (sorter mode-name): New.
(ibuffer-do-occur): Don't quote ibuffer-marked-char.
2002-02-26 19:53:56 +00:00
Colin Walters
2c1bb3d338 (ibuffer-old-time): Change to hours.
(ibuffer-mark-old-buffers): Handle it.
2002-02-23 21:33:49 +00:00
Colin Walters
13e14c5148 (ibuffer-toggle-sorting-mode): Make it work. Patch from John Paul
Wallington <jpw@shootybangbang.com>.
2002-02-17 08:57:24 +00:00
Colin Walters
d98be487f7 (ibuffer-filter-format-alist, ibuffer-cached-filter-formats,
ibuffer-compiled-filter-formats): New variables.
2002-02-04 03:57:19 +00:00
Richard M. Stallman
cea3be93a4 Enable byte-compile-dynamic. 2002-01-17 20:15:52 +00:00
Richard M. Stallman
3c53a3cf83 Delete the autoloads for functions defined with ibuffer-specific commands. 2002-01-17 01:43:18 +00:00
Colin Walters
30c93a6196 (toplevel): Remove X-RCS, URL, Compatibility headers. Update
copyright notice.
2002-01-16 06:35:51 +00:00
Colin Walters
25d2f683b3 Initial revision. 2002-01-13 05:55:24 +00:00