diff options
| author | Chong Yidong | 2005-10-03 20:45:55 +0000 |
|---|---|---|
| committer | Chong Yidong | 2005-10-03 20:45:55 +0000 |
| commit | 56e2a181bf2124a85ce04aaa1638db1c796449c8 (patch) | |
| tree | cf4b912ce9a41fadf425ba2c5f236187b0799d17 | |
| parent | 03714c7f0986a62aeaa1390d3125c064fbcef45e (diff) | |
| download | emacs-56e2a181bf2124a85ce04aaa1638db1c796449c8.tar.gz emacs-56e2a181bf2124a85ce04aaa1638db1c796449c8.zip | |
Add details of Speedbar merge.
| -rw-r--r-- | lisp/ChangeLog | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c9f8ac610ff..b595bb4c8df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -110,6 +110,76 @@ | |||
| 110 | 110 | ||
| 111 | * speedbar.el: New version 1.0pre3. | 111 | * speedbar.el: New version 1.0pre3. |
| 112 | 112 | ||
| 113 | Frame management code (including timer, and mouse click specifics) | ||
| 114 | moved to dframe.el: | ||
| 115 | (speedbar-attached-frame): Removed. Use dframe-attached-frame. | ||
| 116 | (speedbar-timer): Removed. Use dframe-timer. | ||
| 117 | (speedbar-close-frame): Removed. Use dframe-close-frame. | ||
| 118 | (speedbar-activity-change-focus-flag): Removed. Use | ||
| 119 | dframe-activity-change-focus-flag. | ||
| 120 | (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use | ||
| 121 | dframe-update-speed. | ||
| 122 | |||
| 123 | (speedbar-current-frame): New macro. Use this instead of the | ||
| 124 | variable speedbar-frame. | ||
| 125 | |||
| 126 | (speedbar-use-images, speedbar-expand-image-button-alist) | ||
| 127 | (speedbar-insert-image-button-maybe): Moved to sb-image.el. | ||
| 128 | |||
| 129 | (speedbar-find-image-on-load-path): Removed. Replaced by | ||
| 130 | defezimage in ezimage.el. | ||
| 131 | (speedbar-expand-image-button-alist): Removed. Replaced by | ||
| 132 | ezimage-expand-image-button-alist in ezimage.el. | ||
| 133 | |||
| 134 | (speedbar-ignored-directory-regexp) | ||
| 135 | (speedbar-add-ignored-directory-regexp) | ||
| 136 | (speedbar-ignored-directory-expressions) | ||
| 137 | (speedbar-line-directory, speedbar-buffers-line-directory) | ||
| 138 | (speedbar-directory-line, speedbar-buffers-line-directory): | ||
| 139 | Renamed, replacing `path' with `directory'. | ||
| 140 | |||
| 141 | (speedbar-create-directory, speedbar-expand-line-descendants) | ||
| 142 | (speedbar-toggle-line-expansion) | ||
| 143 | (speedbar-contract-line-descendants): New commands. | ||
| 144 | |||
| 145 | (speedbar-query-confirmation-method, speedbar-select-frame-method) | ||
| 146 | (speedbar-use-tool-tips-flag): New options. | ||
| 147 | |||
| 148 | (speedbar-check-read-only, speedbar-require-version) | ||
| 149 | (speedbar-insert-separator, speedbar-buffers-tail-notes) | ||
| 150 | (speedbar-handle-delete-frame, speedbar-try-completion) | ||
| 151 | (speedbar-update-localized-contents): New functions. | ||
| 152 | |||
| 153 | (speedbar-incompatible-version, speedbar-ro-to-do-point) | ||
| 154 | (speedbar-object-read-only-indicator): New variables. | ||
| 155 | |||
| 156 | (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook): | ||
| 157 | New hooks. | ||
| 158 | |||
| 159 | (speedbar-separator-face): New face. | ||
| 160 | |||
| 161 | (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'. | ||
| 162 | (speedbar-ignored-modes): Add fundamental-mode. | ||
| 163 | (speedbar-directory-unshown-regexp): Add . directories. | ||
| 164 | |||
| 165 | (speedbar-key-map): Remove old SPC and DEL page up/down keys. | ||
| 166 | (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and | ||
| 167 | `]' for full expand/close. | ||
| 168 | (speedbar-buffers-key-map): Add SPC to toggle node expansion. | ||
| 169 | |||
| 170 | (speedbar-check-vc): Support hidden files. | ||
| 171 | (speedbar-vc-check-dir-p): Use vc-state if available for CVS. | ||
| 172 | (speedbar-this-file-in-vc): Use vc-state if available. If VC | ||
| 173 | state is nil, it is not checked out. | ||
| 174 | |||
| 175 | (speedbar-line-text, speedbar-line-token): Support expand buttons | ||
| 176 | with no text. | ||
| 177 | (speedbar-refresh): Universal argument acts as power-click. | ||
| 178 | (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to | ||
| 179 | that buffer to get variable values. | ||
| 180 | |||
| 181 | And many other bugfixes. | ||
| 182 | |||
| 113 | * dframe.el, ezimage.el, sb-image.el: New files. | 183 | * dframe.el, ezimage.el, sb-image.el: New files. |
| 114 | 184 | ||
| 115 | * sb-*.xpm: Remove files. New image files installed into | 185 | * sb-*.xpm: Remove files. New image files installed into |