aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ibuffer.el
Commit message (Expand)AuthorAgeFilesLines
...
* (ibuffer-use-other-window, ibuffer-use-header-line)John Paul Wallington2002-11-151-14/+8
* (ibuffer-mouse-popup-menu): Set point before poppingJohn Paul Wallington2002-10-291-5/+8
* John Paul Wallington now maintains ibuffer.Colin Walters2002-10-031-0/+1
* (ibuffer-update): Call `minibufferp' with argumentJohn Paul Wallington2002-09-261-2/+1
* (ibuffer-mode): Add font-lock-defontify to change-major-mode-hook.Richard M. Stallman2002-09-101-0/+1
* (ibuffer-update): Revert expansion of `caddr'.John Paul Wallington2002-08-301-2/+4
* * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.John Paul Wallington2002-08-291-12/+11
* (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.Colin Walters2002-08-061-0/+4
* (ibuffer-hooks): Rename to `ibuffer-hook'; Add defvaralias forColin Walters2002-08-011-2/+4
* (ibuffer-fontification-alist): Use `font-lock-constant-face' insteadColin Walters2002-08-011-1/+1
* (ibuffer-mouse-popup-menu): Allow point to be moved by menu functions.Colin Walters2002-07-251-18/+15
* (ibuffer-movement-cycle): New variable.Colin Walters2002-06-151-7/+15
* (ibuffer-mode): Don't set `font-lock-defaults'.Colin Walters2002-06-121-3/+0
* (ibuffer-mode): Do set `font-lock-defaults', and be sure to setColin Walters2002-06-091-2/+5
* (ibuffer-category-alist): Delete.Colin Walters2002-06-081-55/+13
* (toplevel): Require font-lock, to get the face definitions.Colin Walters2002-05-211-92/+100
* (ibuffer-insert-filter-group): New argument filter-string.Colin Walters2002-05-131-2/+5
* Refine previous change.Colin Walters2002-05-101-3/+5
* (ibuffer-mode-map): Add :enable guards for `ibuffer-filter-disable',Colin Walters2002-05-091-6/+19
* (ibuffer-mode-map): Bind it. Add :enable guard aroundColin Walters2002-05-071-4/+20
* (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)Colin Walters2002-05-051-36/+46
* (ibuffer-mode): Additional documentation on filter groups.Colin Walters2002-04-281-0/+6
* (define column process): Use `ibuffer-aif'.Colin Walters2002-04-261-4/+3
* (ibuffer-formats): Doc fix.Colin Walters2002-04-251-72/+131
* (ibuffer-filter-group-name-face): New.Colin Walters2002-04-241-191/+307
* (ibuffer-accumulate-lines): Moved to replace.el.Colin Walters2002-04-231-19/+0
* (ibuffer-visit-buffer): Optionally allow reducing to one window.Colin Walters2002-04-171-17/+27
* (ibuffer-forward-line): Just skip header if we'reColin Walters2002-04-141-62/+65
* Fix previous change.Colin Walters2002-04-111-2/+2
* (ibuffer-canonicalize-state-list): Delete unused function.Colin Walters2002-04-101-8/+4
* (ibuffer-mark-interactive): Use `ibuffer-forward-line' instead ofColin Walters2002-03-291-11/+7
* (ibuffer-help-buffer-modes): New variable.Colin Walters2002-03-271-19/+23
* (ibuffer): If the user has `ibuffer-use-other-window' non-nil, thenColin Walters2002-03-241-1/+1
* (ibuffer-set-mark): Go back to the beginning of the line after settingColin Walters2002-03-181-3/+4
* (ibuffer-redisplay-current): Don't move point when redisplaying aColin Walters2002-03-131-4/+5
* (ibuffer-update-mode-name): Substitute "view time" instead ofColin Walters2002-03-081-34/+120
* (ibuffer-compile-format): Don't uselessly bind `pt' in generatedColin Walters2002-02-231-2/+1
* (ibuffer-truncate-lines): New option.Colin Walters2002-02-171-1/+6
* (ibuffer-switch-format): Supply required argument forColin Walters2002-02-121-1/+1
* (ibuffer): Remove link; the "home page" for ibuffer is now the EmacsColin Walters2002-02-041-17/+52
* Don't require ibuf-ext at load time.Richard M. Stallman2002-01-211-3/+5
* (toplevel, ibuffer-default-directory): Doc fixes.Colin Walters2002-01-211-2/+2
* (toplevel) Require `ibuf-ext', which is now compiled withColin Walters2002-01-211-0/+3
* (toplevel): Remove X-RCS, URL, Compatibility headers. UpdateColin Walters2002-01-161-4/+1
* Initial revision.Colin Walters2002-01-131-0/+2109