1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
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
Andreas Schwab
f8532c555a (speedbar-highlight-face): Fix face spec. 2002-12-05 23:02:40 +00:00
Markus Rost
40bf436d25 (defgroup speedbar): Use group 'etags instead of nonexisting group
'tags.
2002-11-17 22:49:07 +00:00
Richard M. Stallman
fe80eaef30 (speedbar-refresh): Simply bind deactivate-mark. 2002-09-26 21:57:00 +00:00
Juanma Barranquero
fa6cd5c784 (speedbar-mode): Fix typos. 2002-09-06 10:11:30 +00:00
Juanma Barranquero
e8a1df89cb (speedbar-mode): Fix spacing. 2002-09-06 07:18:04 +00:00
Juanma Barranquero
bd6406004f (speedbar-obj-do-check): Fix typo. 2002-07-10 09:45:18 +00:00
Juanma Barranquero
85671b819b (speedbar-tag-hierarchy-method): Fix typos.
(speedbar-vc-do-check): Likewise.
(speedbar-obj-do-check): Likewise.
(speedbar-mouse-hscroll): Likewise.
(speedbar-file-lists): Likewise.
2002-07-10 09:26:03 +00:00
Juanma Barranquero
5502266e13 (speedbar-make-specialized-keymap): Fix docstring.
(speedbar-desired-buffer): Likewise.
(speedbar-line-file): Likewise.
(speedbar-special-mode-key-map): Fix typo.
(speedbar-dynamic-tags-function-list): Likewise.
(speedbar-use-images): Likewise.
(speedbar-up-directory): Likewise.
(speedbar-item-info): Likewise.
(speedbar-set-timer): Likewise.
(speedbar-insert-button): Likewise.
(speedbar-make-button): Likewise.
(speedbar-make-tag-line): Likewise.
(speedbar-insert-files-at-point): Likewise.
(speedbar-update-special-contents): Likewise.
(speedbar-find-selected-file): Likewise.
(speedbar-add-indicator): Likewise.
(speedbar-do-function-pointer): Likewise.
(speedbar-goto-this-file): Likewise.
(speedbar-line-path): Likewise.
(speedbar-mouse-event-p): Likewise.
(speedbar-dir-follow): Likewise.
(speedbar-tag-find): Likewise.
(speedbar-fetch-etags-command): Likewise.
(speedbar-fetch-etags-arguments): Likewise.
(speedbar-toggle-etags): Likewise.
(speedbar-extract-one-symbol): Likewise.
(speedbar-parse-c-or-c++tag): Likewise.
(speedbar-unhighlight-one-tag-line): Likewise.
(speedbar-directory-face): Likewise.
(defimage-speedbar): Likewise.
(speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
(defimage-speedbar): Likewise.
2002-07-10 08:21:49 +00:00
Pavel Janík
5e55c9ebe5 (speedbar-tag-hierarchy-method)
(speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
2002-04-14 16:22:57 +00:00
Pavel Janík
e637a73dda (speedbar-generic-item-info)
(speedbar-sort-tags): Doc fix.
(speedbar-add-supported-extension): Fix typo in interactive spec.
2002-04-14 08:11:22 +00:00
Richard M. Stallman
6b52944ef5 (speedbar-default-directory-list): Made robust against deleted directories. 2002-03-29 12:46:02 +00:00
Richard M. Stallman
1fd714a410 (various face definitions): Use :weight, not :bold. 2001-12-31 20:44:44 +00:00
Pavel Janík
a2b3d59a62 (speedbar-mode): Remove make-local-hook. 2001-11-26 16:28:30 +00:00