summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * (speedbar-frame-reposition-smartly)Richard M. Stallman2007-08-301-6/+6
| | | | | | | | | | (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps) (speedbar-check-vc): Don't use dframe-xemacsp.
* | Typo fix.Eric S. Raymond2007-12-281-1/+1
| |
* | * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.elEric S. Raymond2007-12-281-34/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | (speedbar-frame-mode)Dan Nicolaescu2007-09-221-6/+6
|/ | | | | | | (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.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (speedbar-handle-delete-frame): Don't try to delete the speedbar frame if nil;Juanma Barranquero2007-06-281-20/+20
| | | | that deletes the current frame or causes an error if it is the only frame.
* (speedbar-frame-mode, speedbar-frame-width, speedbar-show-unknown-files,Juanma Barranquero2007-02-191-6/+6
| | | | speedbar-item-info-file-helper, speedbar-item-info-tag-helper): Doc fixes.
* (speedbar-make-specialized-keymap): Doc fix.Eli Zaretskii2007-01-281-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (speedbar-timer-fn): Revert to old behaviour when notNick Roberts2006-11-261-1/+9
| | | | in GUD mode.
* (speedbar-generic-list-tag-p): Use "non-nil" in docstrings.Juanma Barranquero2006-11-031-1/+1
|
* *** empty log message ***Nick Roberts2006-05-301-22/+2
|
* (speedbar-timer-fn): Remove save-window-excursion.Nick Roberts2006-05-071-13/+4
| | | | Update localized contents for all buffers except ignored modes.
* (speedbar-after-create-hook): Doc fix.Eli Zaretskii2006-04-011-1/+1
|
* (speedbar-update-localized-contents): Try toNick Roberts2006-02-281-18/+20
| | | | | | | | 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.
* Re-instate comments about developing for speedbarNick Roberts2006-02-281-0/+67
| | | | [this is what info and gdb-ui use even if better methods exist now].
* (speedbar-make-button): Keep text propertiesNick Roberts2006-02-201-2/+6
| | | | of string arguments if desired.
* (speedbar-frame-width): Make an inline functionNick Roberts2006-02-171-14/+13
| | | | | | | 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.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* (speedbar-default-position): New defcustom.Romain Francoise2005-11-301-1/+11
| | | | (speedbar-frame-reposition-smartly): Use it.
* (speedbar-set-mode-line-format): Indent properly.Nick Roberts2005-10-171-21/+17
| | | | | | | | | (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.
* * speedbar.el (speedbar-file-key-map): Fix typo.Chong Yidong2005-10-091-1/+1
|
* * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)Chong Yidong2005-10-031-1/+25
| | | | | | | | | | | (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.
* * speedbar.el: Remove RCS tag.Chong Yidong2005-10-021-9/+11
| | | | | | | | | (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.
* * speedbar.el: Re-apply arch tag.Chong Yidong2005-10-011-6/+10
| | | | | | | | | | (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.
* * speedbar.el: New version 1.0pre3.Chong Yidong2005-09-301-1511/+1240
| | | | | | | * ezimage.el, sb-image.el: New files. * sb-*.xpm: Files removed. New image files installed into etc/images/ezimage.
* (ange-ftp-path-format, efs-path-regexp, font-lock-keywords, x-pointer-hand2,Juanma Barranquero2005-08-311-0/+6
| | | | x-pointer-top-left-arrow): Add defvar.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (speedbar-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* (speedbar-update-flag): Doc fix.Nick Roberts2005-02-281-6/+4
| | | | | (speedbar-show-info-under-mouse): Give set-mouse-position the right argument.
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* Avoid unnecessary use of locate-library.Stefan Monnier2005-01-281-5/+7
|
* (speedbar-frame-parameters): Improve customize type.Andreas Schwab2004-10-291-1/+3
|
* Minor comment change.Luc Teirlinck2004-08-231-1/+1
|
* (speedbar-file-regexp): Give it a phony defvar before and a realLuc Teirlinck2004-08-221-6/+8
| | | | | defvar after `speedbar-supported-extension-expressions'. This is to silence the compiler without breaking bootstrapping.
* (speedbar-file-regexp): Definition moved up.Richard M. Stallman2004-08-221-12/+13
| | | | | (speedbar-mode, speedbar-set-mode-line-format): Use with-no-warnings. (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
* Update AUCTeX information.David Kastrup2004-08-221-1/+1
|
* (speedbar-scan-subdirs): New option.Daniel Pfeiffer2004-08-111-36/+49
| | | | | | | (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.
* (speedbar-edit-line): Change regexp to positionRichard M. Stallman2004-01-031-1/+3
| | | | the cursor on the first character of this line's button.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-8/+8
|
* (speedbar-directory-buttons-follow): Don't use directory-sep-char.Richard M. Stallman2002-12-071-1/+1
|
* (speedbar-highlight-face): Fix face spec.Andreas Schwab2002-12-051-2/+2
|
* (defgroup speedbar): Use group 'etags instead of nonexisting groupMarkus Rost2002-11-171-1/+1
| | | | 'tags.
* (speedbar-refresh): Simply bind deactivate-mark.Richard M. Stallman2002-09-261-3/+2
|
* (speedbar-mode): Fix typos.Juanma Barranquero2002-09-061-2/+2
|
* (speedbar-mode): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|