Mercurial > emacs
comparison lisp/ChangeLog @ 65808:dc8ccc41617e
Add details of Speedbar merge.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 03 Oct 2005 20:45:55 +0000 |
parents | 637dfc9b8d2e |
children | f528ccbc5de9 |
comparison
equal
deleted
inserted
replaced
65807:637dfc9b8d2e | 65808:dc8ccc41617e |
---|---|
107 * toolbar/rescan.*: Move and rename to etc/images/refresh.*. | 107 * toolbar/rescan.*: Move and rename to etc/images/refresh.*. |
108 | 108 |
109 2005-09-30 Eric M. Ludlam <zappo@gnu.org> | 109 2005-09-30 Eric M. Ludlam <zappo@gnu.org> |
110 | 110 |
111 * speedbar.el: New version 1.0pre3. | 111 * speedbar.el: New version 1.0pre3. |
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. | |
112 | 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 |
116 etc/images/ezimage. | 186 etc/images/ezimage. |