Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright up-date | Dave Love | 2000-09-12 | 1 | -1/+1 |
| | |||||
* | * buff-menu.el (list-buffers-noselect): Use `dolist' instead of | Sam Steingold | 2000-08-16 | 1 | -83/+71 |
| | | | | | `while'; use `with-current-buffer' instead of `save-excursion'. Removed unnecessary kludges now that "*Buffer List*" is excluded. | ||||
* | (list-buffers-noselect): Set `buffer' as well as | Gerd Moellmann | 2000-08-15 | 1 | -5/+10 |
| | | | | | | | | | 'buffer-menu' property. (Buffer-menu-buffer): Use `buffer' property if `buffer-name' fails. (Buffer-menu-execute): When deleting, test `(and buf (buffer-name buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer wasn't killed. | ||||
* | (list-buffers-noselect): Don't display the | Gerd Moellmann | 2000-08-15 | 1 | -0/+1 |
| | | | | *Buffer List* buffer. | ||||
* | (list-buffers-noselect): Use abbreviate-file-name | Gerd Moellmann | 1999-11-12 | 1 | -1/+1 |
| | | | | to display file names. | ||||
* | (Buffer-menu-mode-map): Add V for Buffer-menu-View. | Richard M. Stallman | 1999-08-03 | 1 | -0/+19 |
| | | | | | | (Buffer-menu-mode): Doc fix. (Buffer-menu-view): New command. (Buffer-menu-view-other-window): New command. | ||||
* | (Buffer-menu-quit): Function deleted. | Richard M. Stallman | 1998-03-08 | 1 | -9/+1 |
| | | | | (Buffer-menu-mode-map): Use quit-window for q. | ||||
* | (Buffer-menu-mode-map): Bind e like f. | Richard M. Stallman | 1998-01-17 | 1 | -0/+1 |
| | |||||
* | (Buffer-menu-mode): Doc fix. | Richard M. Stallman | 1997-06-17 | 1 | -2/+14 |
| | | | | (Buffer-menu-bury): Move the line to the end. | ||||
* | (Buffer-menu-bury): New command. | Richard M. Stallman | 1997-06-17 | 1 | -0/+5 |
| | | | | (Buffer-menu-mode-map): Put Buffer-menu-bury on `b'. | ||||
* | (Buffer-menu-revert): New function. | Richard M. Stallman | 1996-10-07 | 1 | -2/+8 |
| | | | | | (Buffer-menu-mode-map): Use Buffer-menu-revert for g. (Buffer-menu-mode): Doc fix. | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (list-buffers-noselect): Don't let space after buf name | Richard M. Stallman | 1995-06-15 | 1 | -5/+6 |
| | | | | inherit the text props from it. | ||||
* | (Buffer-menu-buffer): Give more informative error | Karl Heuer | 1995-05-17 | 1 | -1/+1 |
| | | | | message if user attempts a selection at end of buffer. | ||||
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | |||||
* | (list-buffers-noselect): Put buffer name in a text | Richard M. Stallman | 1995-04-06 | 1 | -29/+26 |
| | | | | | | | | property on the buffer's name. Put in mouse-face prop here too. Set Buffer-menu-buffer-column here. (Buffer-menu-mode): Don't do those things here. (Buffer-menu-buffer): Use text properties. (Buffer-menu-buffer-name-position): Function deleted. | ||||
* | (Buffer-menu-save): Fix the test for header line. | Richard M. Stallman | 1995-02-16 | 1 | -1/+1 |
| | |||||
* | (list-buffers-noselect): Handle read-only properly. | Richard M. Stallman | 1995-01-30 | 1 | -23/+29 |
| | | | | Select each buffer just once to get all necessary info about it. | ||||
* | (list-buffers-noselect): New subroutine. | Richard M. Stallman | 1995-01-30 | 1 | -21/+52 |
| | | | | | | | (list-buffers): Use that. (buffer-menu): Switch to the buffer in the same window. (buffer-menu-other-window): New command. (Buffer-menu-select): Just change the current window. | ||||
* | (list-buffers): Fix previous change. | Richard M. Stallman | 1995-01-13 | 1 | -2/+1 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1995-01-13 | 1 | -8/+9 |
| | |||||
* | (list-buffers): New function. | Richard M. Stallman | 1995-01-13 | 1 | -0/+90 |
| | | | | (ctl-x-map): Define C-x C-b to list-buffers. | ||||
* | (Buffer-menu-mode-map): Bind C-m to Buffer-menu-this-window. | Richard M. Stallman | 1994-12-27 | 1 | -0/+1 |
| | |||||
* | (Buffer-menu-buffer): Clear text properties in STRING. | Richard M. Stallman | 1994-12-20 | 1 | -0/+1 |
| | |||||
* | (Buffer-menu-delete): Handle prefix arg. | Richard M. Stallman | 1994-09-24 | 1 | -13/+24 |
| | | | | (Buffer-menu-delete-backwards): Handle prefix; use Buffer-menu-delete. | ||||
* | (buffer-menu): Undo previous change. | Richard M. Stallman | 1994-07-28 | 1 | -3/+4 |
| | | | | | Instead, save the point value that list-buffers set up and go back there after switching windows. | ||||
* | (buffer-menu): Call pop-to-buffer before | Richard M. Stallman | 1994-07-12 | 1 | -2/+3 |
| | | | | list-buffers. Don't move point afterwards. | ||||
* | (Buffer-menu-not-modified): Make `Buffer-menu-not-modified' handle an | Richard M. Stallman | 1994-07-11 | 1 | -5/+5 |
| | | | | argument like `not-modified'. | ||||
* | (Buffer-menu-revert-function): New function. | Richard M. Stallman | 1994-07-06 | 1 | -0/+6 |
| | | | | | (Buffer-menu-mode): Use it, for revert-buffer-function. (Buffer-menu-mode-map): Bind revert-buffer. | ||||
* | (Buffer-menu-mouse-select): Handle dedicated window. | Richard M. Stallman | 1994-05-23 | 1 | -1/+4 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (Buffer-menu-mode): Highlight only the buffer name, not the whole line. | Karl Heuer | 1994-04-02 | 1 | -23/+19 |
| | | | | (Buffer-menu-buffer-name-position): New function. | ||||
* | (Buffer-menu-mode): Add mouse-face properties. | Karl Heuer | 1994-04-02 | 1 | -2/+9 |
| | |||||
* | (Buffer-menu-mouse-select): New command. | Richard M. Stallman | 1994-03-31 | 1 | -7/+21 |
| | | | | | (Buffer-menu-mode-map): Bind mouse-2. (Buffer-menu-mode): Doc fix. | ||||
* | (Buffer-menu-toggle-read-only): Change toggle-read-only to | Karl Heuer | 1994-02-25 | 1 | -2/+2 |
| | | | | vc-toggle-read-only. | ||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
| | |||||
* | (buffer-menu): Don't save a window config. | Richard M. Stallman | 1993-05-10 | 1 | -20/+22 |
| | | | | | (Buffer-menu-select): Don't call Buffer-menu-execute. Don't restore a window config. | ||||
* | Put back removed years in copyright notice. | Richard M. Stallman | 1993-03-29 | 1 | -1/+1 |
| | |||||
* | Removed author and Adapted-By lines. They're wrong, and they're not | Eric S. Raymond | 1993-03-29 | 1 | -2/+0 |
| | | | | | in the supposedly up-to-date version on my system. What was going on here? | ||||
* | (Buffer-menu-toggle-read-only) Added, per Rob Austein's suggestion | Eric S. Raymond | 1993-03-27 | 1 | -2/+21 |
| | | | | in the LCD package bm-toggle.el. | ||||
* | Incorporated changes from Bob Weiner's enhanced buff-menu from the LCD | Eric S. Raymond | 1993-03-23 | 1 | -15/+68 |
| | | | | archive. | ||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+7 |
| | |||||
* | entered into RCS | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-07-15 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-07-10 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Roland McGrath | 1992-07-02 | 1 | -2/+10 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+4 |
| | |||||
* | Initial revision | Jim Blandy | 1991-02-23 | 1 | -0/+284 |