1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

100 Commits

Author SHA1 Message Date
Glenn Morris
eb3fa2cfcf Switch to recommended form of GPLv3 permissions notice. 2008-05-06 08:06:51 +00:00
Glenn Morris
d6ece7c281 Fix some comment typos. 2008-04-24 05:50:41 +00:00
Juanma Barranquero
c5d69a9713 (speedbar-use-tool-tips-flag, speedbar-ignored-directory-regexp,
speedbar-file-unshown-regexp, speedbar-file-regexp, speedbar-message,
speedbar-item-info, speedbar-files-item-info,
speedbar-maybe-add-localized-support, speedbar-insert-files-at-point,
speedbar-dynamic-tags-function-list, speedbar-generic-list-positioned-group-p,
speedbar-insert-generic-list, speedbar-fetch-replacement-function,
speedbar-extract-one-symbol, speedbar-separator-face): Fix typos in docstrings.
(speedbar-stealthy-function-list, speedbar-verbosity-level)
(speedbar-supported-extension-expressions, speedbar-update-current-file)
(speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
(speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
(speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
(speedbar-show-info-under-mouse, speedbar-directory-buttons)
(speedbar-check-vc-this-line, speedbar-files-line-directory)
(speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
(speedbar-buffers-line-directory, speedbar-recenter-to-top)
(speedbar-recenter): Doc fixes.
(speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
declaration and remove redundant info in docstring.
2008-04-23 04:46:10 +00:00
Glenn Morris
e234202b48 (speedbar-use-tool-tips-flag): Check for tooltip-mode, rather than
using an Emacs version test.
2008-04-23 02:58:26 +00:00
Glenn Morris
cd6ef82d85 Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
2008-04-12 03:17:19 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +00:00
Eric S. Raymond
5b7ec6a813 Typo fix. 2007-12-28 15:00:21 +00:00
Eric S. Raymond
9c4b89d5a4 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
to vc-hooks.el so it will be available to other modes, such as
speedbar.el.  Also, teach it to recognize monotine state directories.

* speedbar.el: Remove this mode's fragile assumptions about
version-control systems.  Instead, make it use logic from
vc-hooks.el so it will become smarter whenever VC mode does.

* vc-hooks.el: 'added is a real state, not a future hypothetical
one. Fix the documentation.
2007-12-28 13:29:41 +00:00
Dan Nicolaescu
3e51f30867 (speedbar-frame-mode)
(speedbar-frame-reposition-smartly)
(speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
(speedbar-check-vc): Remove use of non-existent variable
dframe-xemacsp, use (featurep 'xemacs) instead.
2007-09-22 01:50:54 +00:00
Richard M. Stallman
80ba12d7a4 (speedbar-frame-reposition-smartly)
(speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
(speedbar-check-vc): Don't use dframe-xemacsp.
2007-08-30 22:14:51 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Juanma Barranquero
e5d2b9d417 (speedbar-handle-delete-frame): Don't try to delete the speedbar frame if nil;
that deletes the current frame or causes an error if it is the only frame.
2007-06-28 09:03:36 +00:00
Juanma Barranquero
b7f61dfee8 (speedbar-frame-mode, speedbar-frame-width, speedbar-show-unknown-files,
speedbar-item-info-file-helper, speedbar-item-info-tag-helper): Doc fixes.
2007-02-19 13:39:33 +00:00
Eli Zaretskii
98ef9fa49d (speedbar-make-specialized-keymap): Doc fix. 2007-01-28 20:46:53 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Nick Roberts
f2c246e35c (speedbar-timer-fn): Revert to old behaviour when not
in GUD mode.
2006-11-26 23:08:36 +00:00
Juanma Barranquero
8728dbdd32 (speedbar-generic-list-tag-p): Use "non-nil" in docstrings. 2006-11-03 15:07:29 +00:00
Nick Roberts
89f0e7cc36 *** empty log message *** 2006-05-30 08:10:16 +00:00
Nick Roberts
fa115ed725 (speedbar-timer-fn): Remove save-window-excursion.
Update localized contents for all buffers except ignored modes.
2006-05-07 12:09:42 +00:00
Eli Zaretskii
0cc6477b64 (speedbar-after-create-hook): Doc fix. 2006-04-01 21:18:36 +00:00
Nick Roberts
40e9b5d0aa (speedbar-update-localized-contents): Try to
preserve window-start.
(speedbar-update-directory-contents): Try to preserve window-start
and window-point.
(speedbar-update-special-contents): Don't move back to start of
window.
2006-02-28 21:51:39 +00:00
Nick Roberts
5ef215741b Re-instate comments about developing for speedbar
[this is what info and gdb-ui use even if better methods exist now].
2006-02-28 02:52:56 +00:00
Nick Roberts
37eadbacb4 (speedbar-make-button): Keep text properties
of string arguments if desired.
2006-02-20 00:01:10 +00:00
Nick Roberts
160b7d8b86 (speedbar-frame-width): Make an inline function
instead of a macro.  Use frame-width.
(speedbar-try-completion, speedbar-update-contents)
(speedbar-timer-fn): Use consp.
(speedbar-update-localized-contents): Try to preserve point.
2006-02-17 00:26:14 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Romain Francoise
64db3923d3 (speedbar-default-position): New defcustom.
(speedbar-frame-reposition-smartly): Use it.
2005-11-30 21:15:11 +00:00
Nick Roberts
28126f297c (speedbar-set-mode-line-format): Indent properly.
(speedbar-insert-button, speedbar-make-button):
Use add-text-properties.
(speedbar-update-localized-contents)
(speedbar-update-directory-contents)
(speedbar-update-special-contents): Use dolist.
(speedbar-buffer-easymenu-definition): Add a menu separator.
2005-10-17 21:10:48 +00:00
Chong Yidong
74ab090503 * speedbar.el (speedbar-file-key-map): Fix typo. 2005-10-09 15:49:52 +00:00
Chong Yidong
7752250e6b * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
(speedbar-ignored-path-expressions, speedbar-buffers-line-path)
	(speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
	(speedbar-path-line): Define obsolete aliases.
	(speedbar-line-directory): Doc fix.

	* progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
	(vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
	instead of speedbar-line-path.
2005-10-03 20:46:29 +00:00
Chong Yidong
24bbdbefcc * speedbar.el: Remove RCS tag.
(speedbar-check-read-only): Handle non-existent files.

	* dframe.el, ezimage.el, sb-image.el: Remove RCS tags.

	* info.el (Info-speedbar-hierarchy-buttons)
	(Info-speedbar-goto-node): Call speedbar-select-attached-frame.
2005-10-02 03:11:03 +00:00
Chong Yidong
35d884a99e * speedbar.el: Re-apply arch tag.
(speedbar-version): Renamed to version 1.0.  Suggested by Eric
	M. Ludlam.
	Reapply two changes from Emacs CVS' version of speedbar lost
	during the merge:
	(speedbar-use-imenu-flag): Avoid unnecessary use of
	locate-library.
	(speedbar-frame-parameters): Improve customize type.
2005-10-01 03:01:42 +00:00
Chong Yidong
58bd8bf966 * speedbar.el: New version 1.0pre3.
* ezimage.el, sb-image.el: New files.

	* sb-*.xpm: Files removed.  New image files installed into
	etc/images/ezimage.
2005-09-30 13:15:10 +00:00
Juanma Barranquero
e4f054b9c9 (ange-ftp-path-format, efs-path-regexp, font-lock-keywords, x-pointer-hand2,
x-pointer-top-left-arrow): Add defvar.
2005-08-31 13:52:07 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Lute Kamstra
d936d37334 (speedbar-mode): Use run-mode-hooks. 2005-05-26 13:15:33 +00:00
Nick Roberts
2843ef86a5 (speedbar-update-flag): Doc fix.
(speedbar-show-info-under-mouse): Give set-mouse-position the right
argument.
2005-02-28 06:18:37 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Stefan Monnier
b9fbc167a8 Avoid unnecessary use of locate-library. 2005-01-28 02:20:38 +00:00
Andreas Schwab
88aab7b456 (speedbar-frame-parameters): Improve customize type. 2004-10-29 20:59:04 +00:00
Luc Teirlinck
b88892ef44 Minor comment change. 2004-08-23 13:13:19 +00:00
Luc Teirlinck
49eac10f92 (speedbar-file-regexp): Give it a phony defvar before and a real
defvar after `speedbar-supported-extension-expressions'.  This is to
silence the compiler without breaking bootstrapping.
2004-08-22 21:11:43 +00:00
Richard M. Stallman
0ed9d54f71 (speedbar-file-regexp): Definition moved up.
(speedbar-mode, speedbar-set-mode-line-format): Use with-no-warnings.
(speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
2004-08-22 17:03:42 +00:00
David Kastrup
90a02640b4 Update AUCTeX information. 2004-08-22 10:58:41 +00:00
Daniel Pfeiffer
048526bd2d (speedbar-scan-subdirs): New option.
(speedbar-file-lists): Don't ignore file-name case on Unix and use dolist.
(speedbar-insert-files-at-point): Take an extra argument and use it to optionally find out if a subdir is empty.  Also unreadable files don't get expand buttons.
(speedbar-directory-plus): New image (bitmap already existed unused).
(speedbar-expand-image-button-alist): Use it.
2004-08-11 20:00:11 +00:00
Richard M. Stallman
d03aece353 (speedbar-edit-line): Change regexp to position
the cursor on the first character of this line's button.
2004-01-03 21:12:08 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Richard M. Stallman
9ac8c1d349 (speedbar-directory-buttons-follow): Don't use directory-sep-char. 2002-12-07 21:30:22 +00:00