aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/buff-menu.el
Commit message (Collapse)AuthorAgeFilesLines
* (Buffer-menu-sort-column): Not a user variable.Richard M. Stallman2005-12-111-1/+1
|
* (Buffer-menu-use-frame-buffer-list): New user option.Luc Teirlinck2005-12-061-1/+14
| | | | (list-buffers-noselect): Use it.
* (list-buffers-noselect): Display the selected frame's buffer list, notKároly Lőrentey2005-11-281-1/+1
| | | | the global one.
* (Buffer-menu-revert-function): Make the selected window's buffer theLuc Teirlinck2005-11-271-1/+6
| | | | | | current buffer around the call to `list-buffers-noselect'. This is necessary to mark that buffer with a `.' in the Buffer Menu when called from Lisp, for instance by Auto Revert Mode.
* (Buffer-menu-buffer): Remove group `font-lock-highlighting-faces'.Juri Linkov2005-09-291-2/+1
|
* *** empty log message ***Chong Yidong2005-09-071-29/+32
|
* (Buffer-menu-make-sort-button): Add docstrings, use non-anonymous functions.Stefan Monnier2005-09-061-26/+29
|
* *** empty log message ***Chong Yidong2005-09-061-18/+17
|
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-151-2/+0
| | | | | | | | | | | | | | | | | | | | | | faces that did not appear in the previous Emacs release. * buff-menu.el: * compare-w.el: * emacs-lisp/testcover.el: * play/gomoku.el: * play/mpuz.el: * progmodes/flymake.el: * progmodes/gdb-ui.el: * progmodes/idlw-help.el: * progmodes/idlw-shell.el: * progmodes/ld-script.el: * progmodes/which-func.el: * ruler-mode.el: * strokes.el: * textmodes/sgml-mode.el: * textmodes/table.el: Do not use face-alias for backward compatibility for faces that did not appear in the previous Emacs release.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* (Buffer-menu-unmark): Doc fix.Juanma Barranquero2005-07-201-14/+14
| | | | | | (Buffer-menu-not-modified, Buffer-menu-execute, Buffer-menu-toggle-read-only, Buffer-menu-buffer+size, list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-408Miles Bader2005-06-141-2/+4
| | | | | | | | | | | | Remove "-face" suffix from Buffer-menu-buffer face 2005-06-14 Miles Bader <[email protected]> * lisp/buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from face name. (Buffer-menu-buffer-face): New backward-compatibility alias for renamed face. (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
* Update copyright years.Luc Teirlinck2005-05-251-1/+1
|
* (Buffer-menu-revert-function): Improve handling of point after reverting.Luc Teirlinck2005-05-251-11/+29
| | | | | (Buffer-menu-make-sort-button): Handle the case where Buffer-menu-use-header-line is nil.
* (Buffer-menu-mode): Use `run-mode-hooks'.Luc Teirlinck2005-05-221-1/+1
|
* (Buffer-menu-buffer-face): In group Buffer-menu.Richard M. Stallman2005-05-191-1/+2
|
* (Buffer-menu-mode-map): Map follow-link toKim F. Storm2005-04-081-0/+1
| | | | mouse-face.
* (Buffer-menu-revert-function): Clear out undo info before revertingLuc Teirlinck2004-12-271-1/+5
| | | | and disable undo recording while reverting.
* (Buffer-menu-switch-other-window): Bind pop-up-windows to t.Juri Linkov2004-12-141-2/+7
| | | | | (Buffer-menu-switch-other-window, Buffer-menu-2-window): Bind same-window-buffer-names and same-window-regexps to nil.
* (list-buffers-noselect): Collect internal infoJuri Linkov2004-12-141-43/+40
| | | | for every buffer in BUFFER-LIST arg too.
* Comment change.Richard M. Stallman2004-11-231-0/+2
|
* (list-buffers-noselect): Use fixed-pitch only in the header-line.Stefan Monnier2004-11-221-7/+18
| | | | | Re-add the leading space in the header-line when needed. Build the underline automatically. Use emdash if available.
* (list-buffers-noselect): Eliminate space at the start of HEADER.Richard M. Stallman2004-11-201-4/+3
| | | | | Compensate for this change in the code to add display properties. Don't make the first line intangible.
* (list-buffers-noselect): Massage to fit in 80 columns.Stefan Monnier2004-11-171-42/+46
| | | | Replace mapcar->dolist, format->string.
* (list-buffers-noselect): New arg BUFFER-LIST.Richard M. Stallman2004-11-161-37/+41
|
* (Buffer-menu-make-sort-button): Preserve point even when clicking from ↵Daniel Pfeiffer2004-11-031-2/+3
| | | | another window.
* (Buffer-menu-make-sort-button) Make sorting by mouse-2 work from a different ↵Daniel Pfeiffer2004-10-181-1/+3
| | | | window.
* (Buffer-menu-revert-function): Emulate save-excursion.Daniel Pfeiffer2004-10-171-12/+45
| | | | | | | (Buffer-menu-beginning): New helper function. (Buffer-menu-execute): Use it. (Buffer-menu-select): Use it. (Buffer-menu-sort): Use it and also keep markers.
* (list-buffers-noselect): Call format-mode-line with the buffer as argument.Richard M. Stallman2004-09-091-8/+5
|
* (list-buffers-noselect): Append the buffer's process status to its mode name.Eli Zaretskii2004-07-161-4/+10
|
* (Buffer-menu-mode): Make the buffer-stale-function return `fast'.Luc Teirlinck2004-04-011-1/+1
|
* (Buffer-menu-revert-function): Make it suitable forLuc Teirlinck2004-03-271-3/+31
| | | | | | | | | | | Auto Revert mode. (Buffer-menu-files-only): New variable. (Buffer-menu-toggle-files-only): New function. (Buffer-menu-mode-map): Bind it to `T'. (Buffer-menu-mode): Mention `T' in docstring. Set buffer-stale-function. (list-buffers-noselect): Mark buffer non-modified and set Buffer-menu-files-only.
* (Buffer-menu-sort, Buffer-menu-make-sort-button): New funs.Stefan Monnier2004-03-261-30/+49
| | | | (list-buffers-noselect): Use them. Adjust :align-to to new style.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (list-buffers-noselect): Use window-inside-edgesRichard M. Stallman2003-06-041-11/+5
| | | | | | to compute the number of offset spaces. (list-buffers-noselect): Use Buffer-menu-buffer+size to indent the dashes properly. Put some in fixed-pitch.
* (list-buffers-noselect): Use the display propertyStefan Monnier2003-03-171-11/+26
| | | | to properly align header-line text with the buffer's contents.
* (Buffer-menu-mode-map): Add docstring.John Paul Wallington2003-03-061-6/+13
| | | | | | (Buffer-menu-buffer): Fix indentation. (list-buffers-noselect): Calculate header-line spacing to take into account width of left fringe and left scrollbar.
* (Buffer-menu-select): Fix for effect of header line.Andreas Schwab2003-01-111-1/+3
|
* (Buffer-menu-execute): Fix for effect of headerDave Love2003-01-051-4/+8
| | | | line.
* (Buffer-menu-buffer+size): Don't clobber buffer name.Andreas Schwab2003-01-051-2/+4
|
* Change default width of Buffer-menu-buffer+size-width to 24Robert J. Chassell2002-12-181-2/+2
| | | | and of Buffer-menu-mode-width to 16.
* (Buffer-menu, Buffer-menu-use-header-line, Buffer-menu-buffer-face,Juanma Barranquero2002-12-161-108/+165
| | | | | | | | | Buffer-menu-buffer+size-width, Buffer-menu-mode-width): New customization. (Buffer-menu-sort-column): New var. (Buffer-menu-no-header): New function for not changing header line and recognizing swapped M&R columns, used by modifying commands in Buffer Menu. (Buffer-menu-buffer+size): New function for variable width buffer name. (list-buffers-noselect): Rewritten for nicer menu.
* (buffer-menu): Doc fix.Richard M. Stallman2001-11-011-6/+15
| | | | | (buffer-menu-other-window): Doc fix. (list-buffers, list-buffers-noselect): Doc fix.
* (list-buffers-noselect): If the buffer's nameEli Zaretskii2001-10-301-1/+1
| | | | | starts with a blank, but it visits a file, do show it (for files whose names start with a blank).
* Add Keywords header.Gerd Moellmann2001-08-291-2/+4
| | | | Doc fix (C-x C-b is bound to list-buffers).
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (list-buffers-noselect): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-1/+3
|
* copyright up-dateDave Love2000-09-121-1/+1
|
* * buff-menu.el (list-buffers-noselect): Use `dolist' instead ofSam Steingold2000-08-161-83/+71
| | | | | `while'; use `with-current-buffer' instead of `save-excursion'. Removed unnecessary kludges now that "*Buffer List*" is excluded.