summaryrefslogtreecommitdiff
path: root/lisp/bs.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (bs--get-mode-name): Fix typo in previous change.Juanma Barranquero2008-01-041-1/+1
|
* * erc-ibuffer.el (erc-channel-modes):Stefan Monnier2008-01-041-6/+6
| | | | | | | | | | | | | | | * bs.el (bs--sort-by-mode, bs--get-mode-name): * imenu.el (imenu-add-to-menubar): * makesum.el (make-command-summary): * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu): * msb.el (msb--mode-menu-cond): * calc/calc-embed.el (calc-do-embedded): * emacs-lisp/helper.el (Helper-describe-mode): * mail/emacsbug.el (report-emacs-bug): * progmodes/hideshow.el (hs-grok-mode-type): * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function): * textmodes/table.el (*table--cell-describe-mode): Pass mode-name through format-mode-line.
* Merge from emacs--rel--22Miles Bader2007-10-271-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
| * (bs-select, bs-select-other-window): Fix typos in docstrings.Juanma Barranquero2007-10-241-2/+2
| |
* | Merge from emacs--rel--22Miles Bader2007-10-201-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 129-130) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 259-260) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-900
| * *** empty log message ***Juanma Barranquero2007-10-191-1/+1
| |
| * (bs-mode): Set mode-class property to special.Juanma Barranquero2007-10-191-0/+2
| |
| * (bs--track-window-changes): Don't refresh the whole list.Juanma Barranquero2007-10-191-1/+0
| |
| * (bs-mode): Set hooks (accidentally left out in the previous commit).Juanma Barranquero2007-10-161-1/+4
| |
| * (bs--window-config-coming-from): Revert 2006-11-09 change.Juanma Barranquero2007-10-161-15/+27
| | | | | | | | | | | | | | | | | | | | (bs--restore-window-config): Keep the selected frame. (bs--track-window-changes, bs--remove-hooks): New functions. (bs-mode): Use `define-derived-mode'. Set hook to track window changes. (bs--show-with-configuration): Revert 2006-11-09 change. Don't reuse window unless it is visible on the selected frame. Restore window configuration (possibly in a different frame) before creating any window.
* | (bs--make-header-match-string, bs-show-in-buffer, bs--nth-wrapper): Simplify.Juanma Barranquero2007-10-161-144/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bs-select, bs--insert-one-entry): Simplify. Use `when'. (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'. (bs-sort-buffer-interns-are-last): Use `string-match-p'. (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp, bs-maximal-buffer-name-column, bs-minimal-buffer-name-column, bs-configurations, bs-default-configuration, bs-alternative-configuration, bs-cycle-configuration-name, bs-string-show-always, bs-string-show-never, bs-string-current, bs-string-current-marked, bs-string-marked, bs-string-show-normally, bs-sort-functions, bs-default-sort-name): Remove * in docstrings. (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete, bs-apply-sort-faces, bs-next-config-aux): Use `when'. (bs--window-config-coming-from): Revert 2006-11-09 change. (bs--restore-window-config): Keep the selected frame. (bs--track-window-changes, bs--remove-hooks): New functions. (bs-mode): Use `define-derived-mode'. Set hook to track window changes. (bs--create-header): Remove. (bs--create-header-line): New function, based on `bs--create-header'. (bs--show-header): Use `bs--create-header-line'. (bs--show-with-configuration): Revert 2006-11-09 change. Don't reuse window unless it is visible on the selected frame. Restore window configuration (possibly in a different frame) before creating any window.
* | (bs--mark-unmark): New function.Juanma Barranquero2007-10-111-18/+15
|/ | | | (bs-mark-current, bs-unmark-current): Use it.
* (bs-mode): Make sure global-font-lock-mode doesn't activateJuanma Barranquero2007-10-051-1/+3
| | | | | font-locking in the *buffer-selection* buffer. (bs-show-sorted): Doc fix.
* (bs--get-marked-string, bs--get-modified-string, bs--get-readonly-string,Juanma Barranquero2007-10-051-8/+8
| | | | | | bs--get-size-string, bs--get-name, bs--get-mode-name, bs-mode): Fix typos in docstrings. (bs--format-aux): Doc fix.
* (bs-string-show-normally, bs-sort-functions, bs--get-file-name):Juanma Barranquero2007-10-031-9/+10
| | | | | | Fix typos in docstrings. (bs-buffer-sort-function, bs-mouse-select-other-frame, bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show): Doc fixes.
* (bs-kill): Fix typo in docstring.Juanma Barranquero2007-10-031-1/+1
|
* Don't defvar `fontlock-verbose'.Juanma Barranquero2007-10-031-6/+4
| | | | | | (bs-config-clear): Fix typo in docstring. (bs--show-header): Use `dolist' instead of `mapcar'. (bs-mode): Set `show-trailing-whitespace' to nil.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (bs-cycle-previous): Don't modify the cycle list untilChong Yidong2007-06-051-3/+6
| | | | | | `switch-to-buffer' has returned succesfully. (bs-cycle-next): Ditto. Also, don't bury the buffer when the window is dedicated (it could iconify the frame).
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (bs--up): Remove interactive spec.Michaƫl Cadilhac2006-12-241-1/+0
|
* (bs--window-for-buffer): Remove.Juanma Barranquero2006-11-101-13/+4
| | | | | (bs--show-with-configuration): Use `get-window-with-predicate' instead of `bs--window-for-buffer'.
* (bs--redisplay): Fix typo in docstring.Juanma Barranquero2006-11-091-18/+25
| | | | | | | | | (bs--window-config-coming-from): Make frame-local. (bs--restore-window-config): New function. (bs-kill, bs-select, bs-select-other-window, bs-select-other-frame): Use it. (bs--show-with-configuration): Save the window configuration as a frame local var, and only if *buffer-selection* is not already visible on this frame. (bs--window-for-buffer): Return as soon as a matching buffer is found.
* (bs--show-all, bs--redisplay): Use "non-nil" in docstrings.Juanma Barranquero2006-11-031-2/+2
|
* (bs-mode): Use `buffer-disable-undo'.Juanma Barranquero2006-02-151-11/+8
| | | | | (bs--get-file-name): Simplify. (bs-show-in-buffer): Mark the buffer as not modified.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Allow non-default values of `bs-header-lines-length'.Juanma Barranquero2006-01-311-20/+9
| | | | | | | | (bs--running-in-xemacs): Remove (not used anymore). (bs--set-window-height): Simplify by using `fit-window-to-buffer' instead of `shrink-window', thus avoiding having to compute the height of the window. (bs--up): Wrap around even when there's no header. (bs--down): Use `forward-line' instead of `next-line'.
* (bs--format-aux): Implement `middle' alignment as described in the docstring forJuanma Barranquero2006-01-291-17/+9
| | | | | `bs-attributes-list'. (bs--get-name): Simplify. Don't pad the buffer name.
* (font-lock-verbose): Add defvar.Juanma Barranquero2005-08-311-0/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (bs-attributes-list): Doc fix.Juanma Barranquero2005-07-291-11/+13
| | | | (bs): Update url-link.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (bs-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* (bs-mode): Doc fix.Thien-Thi Nguyen2004-09-081-2/+2
|
* (bs-buffer-list): Use buffer-local-value.Stefan Monnier2004-03-261-7/+3
| | | | (bs--set-toggle-to-show): Use with-current-buffer.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* ChangeLogAlex Schroeder2003-08-181-61/+53
|
* (bs-message-without-log): Fix typo.Juanma Barranquero2002-08-301-1/+1
|
* (bs-delete): Signal an error if the buffer cannot be deleted.Eli Zaretskii2001-11-201-1/+2
|
* Change ;;; to ;; for outline-minor-mode.Gerd Moellmann2001-10-051-2/+2
|
* (bs--get-name, bs--get-file-name): Add help-echo toEli Zaretskii2001-06-181-2/+11
| | | | mouse-highlighted text.
* (bs-cycle-next, bs-cycle-previous): Fix handling ofGerd Moellmann2001-03-211-7/+5
| | | | | bs-cycle-configuration-name. From Juanma Barranquero <lektu@uol.com.br>.
* (bs-attributes-list): Doc fix.Gerd Moellmann2001-02-271-1/+1
|
* Fix typos and spelling errors.Gerd Moellmann2000-11-301-47/+43
| | | | | (bs-appearance) <defgroup>: Renamed from bs-appearence. (bs-configuration): Doc fix.
* Undo mistaken change of 2000-11-28. Update copyright.Gerd Moellmann2000-11-301-43/+47
|
* Update from author.Gerd Moellmann2000-11-281-48/+44
|
* (bs-mode-font-lock-keywords): Avoid testing for XEmacs.Dave Love2000-08-161-6/+5
|
* Fix indentation.Dave Love2000-08-151-302/+305
| | | | (bs) <defgroup>: Add :links.
* (bs-apply-sort-faces): Don't use window-system, since allEli Zaretskii2000-08-061-9/+8
| | | | types of display support faces now.