| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos. | Juanma Barranquero | 2011-11-14 | 1 | -1/+1 |
* | Rename split-window-{above-each-other|split-window-side-by-side} | Chong Yidong | 2011-10-30 | 1 | -2/+1 |
* | Adapt 2011-07-05 switch-to-buffer changes to new switch-to-buffer | Chong Yidong | 2011-07-13 | 1 | -4/+2 |
* | Fix some uses of switch-to-buffer. | Stefan Monnier | 2011-07-05 | 1 | -2/+4 |
* | * lisp/bs.el (bs-cycle-next): Complete last change. | Stefan Monnier | 2011-06-26 | 1 | -4/+3 |
* | lisp/bs.el (bs-cycle-next): Pass current buffer to `bury-buffer'. | Juanma Barranquero | 2011-06-26 | 1 | -2/+2 |
* | Silence warning for unused `dotimes' counter variables. | Juanma Barranquero | 2011-06-02 | 1 | -2/+2 |
* | Fix typos in comments. | Juanma Barranquero | 2011-04-08 | 1 | -2/+2 |
* | Convert some .el files to lexical scoping. | Juanma Barranquero | 2011-04-04 | 1 | -18/+18 |
* | Minor commentary fix (Bug#8024). | Chong Yidong | 2011-02-12 | 1 | -7/+3 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Minor bs.el font-lock change. | Yoni Rabkin | 2010-06-23 | 1 | -1/+1 |
* | | Replace Lisp calls to delete-backward-char by delete-char. | Stefan Monnier | 2010-05-24 | 1 | -1/+1 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * bs.el (bs-mode): Fix last change. (`revert-buffer-function' | Juanma Barranquero | 2009-10-13 | 1 | -2/+2 |
* | * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'. | Juanma Barranquero | 2009-10-12 | 1 | -3/+5 |
* | * bs.el (bs--get-file-name): Use `list-buffers-directory' | Juanma Barranquero | 2009-09-25 | 1 | -5/+4 |
* | Use forward-line rather than goto-line. | Glenn Morris | 2009-08-22 | 1 | -4/+5 |
* | * bs.el (bs--down): | Juanma Barranquero | 2009-02-25 | 1 | -1/+1 |
* | * bs.el (bs--down): When wrapping around, use `forward-line', | Juanma Barranquero | 2009-02-23 | 1 | -1/+3 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | * bs.el (bs-unload-function): New function. | Juanma Barranquero | 2008-10-08 | 1 | -0/+15 |
* | Paren typo. | Stefan Monnier | 2008-06-25 | 1 | -2/+2 |
* | * buff-menu.el: Use with-current-buffer and inhibit-read-only. | Stefan Monnier | 2008-06-25 | 1 | -30/+19 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | (bs--get-mode-name): Fix typo in previous change. | Juanma Barranquero | 2008-01-04 | 1 | -1/+1 |
* | * erc-ibuffer.el (erc-channel-modes): | Stefan Monnier | 2008-01-04 | 1 | -6/+6 |
* | Merge from emacs--rel--22 | Miles Bader | 2007-10-27 | 1 | -2/+2 |
|\ |
|
| * | (bs-select, bs-select-other-window): Fix typos in docstrings. | Juanma Barranquero | 2007-10-24 | 1 | -2/+2 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-20 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | *** empty log message *** | Juanma Barranquero | 2007-10-19 | 1 | -1/+1 |
| * | (bs-mode): Set mode-class property to special. | Juanma Barranquero | 2007-10-19 | 1 | -0/+2 |
| * | (bs--track-window-changes): Don't refresh the whole list. | Juanma Barranquero | 2007-10-19 | 1 | -1/+0 |
| * | (bs-mode): Set hooks (accidentally left out in the previous commit). | Juanma Barranquero | 2007-10-16 | 1 | -1/+4 |
| * | (bs--window-config-coming-from): Revert 2006-11-09 change. | Juanma Barranquero | 2007-10-16 | 1 | -15/+27 |
* | | (bs--make-header-match-string, bs-show-in-buffer, bs--nth-wrapper): Simplify. | Juanma Barranquero | 2007-10-16 | 1 | -144/+139 |
* | | (bs--mark-unmark): New function. | Juanma Barranquero | 2007-10-11 | 1 | -18/+15 |
|/ |
|
* | (bs-mode): Make sure global-font-lock-mode doesn't activate | Juanma Barranquero | 2007-10-05 | 1 | -1/+3 |
* | (bs--get-marked-string, bs--get-modified-string, bs--get-readonly-string, | Juanma Barranquero | 2007-10-05 | 1 | -8/+8 |
* | (bs-string-show-normally, bs-sort-functions, bs--get-file-name): | Juanma Barranquero | 2007-10-03 | 1 | -9/+10 |
* | (bs-kill): Fix typo in docstring. | Juanma Barranquero | 2007-10-03 | 1 | -1/+1 |
* | Don't defvar `fontlock-verbose'. | Juanma Barranquero | 2007-10-03 | 1 | -6/+4 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | (bs-cycle-previous): Don't modify the cycle list until | Chong Yidong | 2007-06-05 | 1 | -3/+6 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (bs--up): Remove interactive spec. | Michaƫl Cadilhac | 2006-12-24 | 1 | -1/+0 |