1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
Juanma Barranquero
c2699583be (bs--get-mode-name): Fix typo in previous change. 2008-01-04 13:04:00 +00:00
Stefan Monnier
48d33090d0 * erc-ibuffer.el (erc-channel-modes):
* 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.
2008-01-04 06:29:12 +00:00
Miles Bader
fdc9061358 Merge from emacs--rel--22
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
2007-10-27 09:07:17 +00:00
Juanma Barranquero
de302d454b (bs-select, bs-select-other-window): Fix typos in docstrings. 2007-10-24 02:09:45 +00:00
Miles Bader
f76840f36c Merge from emacs--rel--22
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
2007-10-20 02:21:09 +00:00
Juanma Barranquero
3161fb9c7b *** empty log message *** 2007-10-19 15:01:28 +00:00
Juanma Barranquero
5c74246048 (bs-mode): Set mode-class property to special. 2007-10-19 14:51:12 +00:00
Juanma Barranquero
74a6d92788 (bs--track-window-changes): Don't refresh the whole list. 2007-10-19 11:07:17 +00:00
Juanma Barranquero
8db4312651 (bs-mode): Set hooks (accidentally left out in the previous commit). 2007-10-16 10:57:28 +00:00
Juanma Barranquero
e7a4eaadf2 (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--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.
2007-10-16 10:52:09 +00:00
Juanma Barranquero
e749f5762b (bs--make-header-match-string, bs-show-in-buffer, bs--nth-wrapper): Simplify.
(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.
2007-10-16 10:40:02 +00:00
Juanma Barranquero
3d5aef7694 (bs--mark-unmark): New function.
(bs-mark-current, bs-unmark-current): Use it.
2007-10-11 16:10:26 +00:00
Juanma Barranquero
5a25a89581 (bs-mode): Make sure global-font-lock-mode doesn't activate
font-locking in the *buffer-selection* buffer.
(bs-show-sorted): Doc fix.
2007-10-05 15:42:54 +00:00
Juanma Barranquero
462db93c4c (bs--get-marked-string, bs--get-modified-string, bs--get-readonly-string,
bs--get-size-string, bs--get-name, bs--get-mode-name, bs-mode):
Fix typos in docstrings.
(bs--format-aux): Doc fix.
2007-10-05 09:50:37 +00:00
Juanma Barranquero
b75ccc22ae (bs-string-show-normally, bs-sort-functions, bs--get-file-name):
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.
2007-10-03 16:43:10 +00:00
Juanma Barranquero
6af00b6740 (bs-kill): Fix typo in docstring. 2007-10-03 11:43:43 +00:00
Juanma Barranquero
e0d0133a4a Don't defvar `fontlock-verbose'.
(bs-config-clear): Fix typo in docstring.
(bs--show-header): Use `dolist' instead of `mapcar'.
(bs-mode): Set `show-trailing-whitespace' to nil.
2007-10-03 11:12:20 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Chong Yidong
b49bf494d2 (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-06-05 15:59:15 +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