1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Juanma Barranquero
dade3ed8e7 (bs-cycle-previous): Don't modify the cycle list until `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).
2007-05-25 10:14:51 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Michaël Cadilhac
90dd8ef0a8 (bs--up): Remove interactive spec. 2006-12-24 17:31:20 +00:00
Juanma Barranquero
edf6fbc5f7 (bs--window-for-buffer): Remove.
(bs--show-with-configuration): Use `get-window-with-predicate' instead of
`bs--window-for-buffer'.
2006-11-10 01:36:05 +00:00
Juanma Barranquero
ce3ba12c88 (bs--redisplay): Fix typo in docstring.
(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.
2006-11-09 16:35:48 +00:00
Juanma Barranquero
aaf08d6bb1 (bs--show-all, bs--redisplay): Use "non-nil" in docstrings. 2006-11-03 15:05:44 +00:00
Juanma Barranquero
310a26be62 (bs-mode): Use `buffer-disable-undo'.
(bs--get-file-name): Simplify.
(bs-show-in-buffer): Mark the buffer as not modified.
2006-02-15 11:10:56 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Juanma Barranquero
ca6b8248f7 Allow non-default values of `bs-header-lines-length'.
(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'.
2006-01-31 16:32:00 +00:00
Juanma Barranquero
635ed24267 (bs--format-aux): Implement `middle' alignment as described in the docstring for
`bs-attributes-list'.
(bs--get-name): Simplify.  Don't pad the buffer name.
2006-01-29 02:49:03 +00:00
Juanma Barranquero
e47a90e571 (font-lock-verbose): Add defvar. 2005-08-31 13:47:26 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Juanma Barranquero
91b69101e0 (bs-attributes-list): Doc fix.
(bs): Update url-link.
2005-07-29 14:06:47 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Lute Kamstra
2a16b26c42 (bs-mode): Use run-mode-hooks. 2005-05-26 12:30:34 +00:00
Thien-Thi Nguyen
e148f7267a (bs-mode): Doc fix. 2004-09-08 10:47:13 +00:00
Stefan Monnier
e64dbd8bb1 (bs-buffer-list): Use buffer-local-value.
(bs--set-toggle-to-show): Use with-current-buffer.
2004-03-26 15:25:34 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Alex Schroeder
e6e76838b6 ChangeLog 2003-08-18 18:07:27 +00:00
Juanma Barranquero
a1d5a11bc2 (bs-message-without-log): Fix typo. 2002-08-30 11:00:27 +00:00
Eli Zaretskii
706e6a5286 (bs-delete): Signal an error if the buffer cannot be deleted. 2001-11-20 18:17:24 +00:00
Gerd Moellmann
d8754ce528 Change ;;; to ;; for outline-minor-mode. 2001-10-05 09:36:02 +00:00
Eli Zaretskii
855eca564c (bs--get-name, bs--get-file-name): Add help-echo to
mouse-highlighted text.
2001-06-18 10:21:59 +00:00
Gerd Moellmann
038e04cbd2 (bs-cycle-next, bs-cycle-previous): Fix handling of
bs-cycle-configuration-name.  From Juanma Barranquero
<lektu@uol.com.br>.
2001-03-21 14:03:30 +00:00
Gerd Moellmann
c0cb1027c5 (bs-attributes-list): Doc fix. 2001-02-27 13:24:54 +00:00
Gerd Moellmann
880ed9f16b Fix typos and spelling errors.
(bs-appearance) <defgroup>: Renamed from bs-appearence.
(bs-configuration): Doc fix.
2000-11-30 13:24:19 +00:00
Gerd Moellmann
9d8397d270 Undo mistaken change of 2000-11-28. Update copyright. 2000-11-30 13:09:23 +00:00
Gerd Moellmann
ae4bf56d61 Update from author. 2000-11-28 10:08:36 +00:00
Dave Love
a5b09d5a75 (bs-mode-font-lock-keywords): Avoid testing for XEmacs. 2000-08-16 21:42:10 +00:00
Dave Love
dc7904f533 Fix indentation.
(bs) <defgroup>: Add :links.
2000-08-15 11:18:38 +00:00
Eli Zaretskii
6968a481f5 (bs-apply-sort-faces): Don't use window-system, since all
types of display support faces now.
2000-08-06 07:32:15 +00:00
Dave Love
00a9f6a55b (bs): Add :version to defgroup. 2000-02-02 14:03:26 +00:00
Gerd Moellmann
6448a6b36f *** empty log message *** 1999-12-28 13:05:57 +00:00