summaryrefslogtreecommitdiff
path: root/lisp/ibuffer.el
Commit message (Expand)AuthorAgeFilesLines
* Prefer directed to neutral quotesPaul Eggert2015-08-241-92/+92
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-2/+2
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-101-2/+2
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-051-2/+2
* Auto-commit of loaddefs files.Glenn Morris2015-01-021-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Auto-commit of loaddefs files.Glenn Morris2014-09-231-1/+1
* Use lexical-bindin in Ibuffer.Stefan Monnier2014-09-221-34/+27
* Replace mode-specific quit function in ibuffer.elChristoph Scholtes2014-08-311-27/+1
* ibuffer.el (ibuffer-mode-map): Use toggle button forRĂ¼diger Sonderfeld2014-08-081-1/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-2/+2
* Revert auto-commit loaddefs weirdnessGlenn Morris2013-10-301-371/+0
* Auto-commit of loaddefs files.Glenn Morris2013-10-271-0/+371
* Auto-commit of loaddefs files.Glenn Morris2013-09-151-1/+1
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-101-10/+5
* lisp/*.el: Remove lexical-binding warnings; additional small cleanups.Juanma Barranquero2013-08-101-1/+3
* Auto-commit of loaddefs files.Glenn Morris2013-07-311-23/+1
* * lisp/buff-menu.el (Buffer-menu-multi-occur): Add args and move theJuri Linkov2013-07-041-0/+1
* Auto-commit of loaddefs files.Glenn Morris2013-06-131-2/+2
* Specify utf-8, not iso-8859-1, for ASCII files.Paul Eggert2013-03-061-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Auto-commit of loaddefs files.Glenn Morris2013-01-011-1/+1
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Fix prefix arg handling in ibuffer marking commands.Andreas Politz2012-11-171-9/+16
|/
* Add ibuffer-filter-by-derived-mode to ibuffer menu and docGlenn Morris2012-11-101-2/+6
* Fix ibuffer menu typoGlenn Morris2012-11-101-3/+3
* Auto-commit of loaddefs files.Glenn Morris2012-09-241-1/+1
* Convert toggle-read-only calls to read-only-mode.Chong Yidong2012-09-231-1/+1
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-6/+6
* * lisp/files.el (read-only-mode): New minor mode.Stefan Monnier2012-08-291-1/+1
* * lisp/ibuffer.el (ibuffer-do-toggle-read-only):Stefan Monnier2012-08-121-2/+2
* Don't warn on toggle-read-only calls.Chong Yidong2012-07-131-1/+1
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-46/+42
* Auto-commit of loaddefs files.Glenn Morris2012-05-011-1/+1
* * lisp/ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-modeStefan Monnier2012-04-231-4/+4
* * lisp/ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.Ivan Andrus2012-04-231-1/+2
* Tweaks to Customize interface. Set custom-reset-button-menu to t.Chong Yidong2012-04-221-5/+4
* * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.Christopher Schmidt2012-03-121-5/+4
* * ibuffer.el (ibuffer-redisplay): Remove gratuitous error.Christopher Schmidt2012-03-121-4/+3
* * ibuffer.el (ibuffer-mode): List the bindings in the corrent map.Lars Magne Ingebrigtsen2012-01-071-1/+1
* Auto-commit of loaddefs files.Glenn Morris2012-01-051-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Auto-commit of loaddefs files.Glenn Morris2011-12-121-1/+1
* Spelling fixes.Paul Eggert2011-12-041-2/+2
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-3/+5
* More uses of `error' and `warning' faces.Juri Linkov2011-08-241-2/+2
* Auto-commit of loaddefs files.Glenn Morris2011-08-151-2/+4
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-80/+80
* Move keymap initialization into declaration.Stefan Monnier2011-02-101-141/+151