comparison lisp/ChangeLog @ 28903:b4c050c78f75

*** empty log message ***
author Eric M. Ludlam <zappo@gnu.org>
date Sat, 13 May 2000 23:24:25 +0000
parents 8acc94b96cbb
children e96880caf4e5
comparison
equal deleted inserted replaced
28902:5292e9f1f2ca 28903:b4c050c78f75
1 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
2
3 * speedbar.el: Updated the commentary section.
4 xemacs20p now uses >= when detecting.
5 require `defimage' safely.
6 (speedbar-easymenu-definition-base): Add toggle for images.
7 (speedbar-easymenu-definition-special): Add flush cache & expand.
8 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9 (speedbar-reconfigure-keymaps-hook): New variable.
10 (speedbar-frame-parameters): Updated documentation.
11 (speedbar-use-imenu-flag): Updated custom tag
12 (speedbar-dynamic-tags-function-list): New variable.
13 (speedbar-tag-hierarchy-method): Updated doc & custom.
14 (speedbar-indentation-width, speedbar-indentation-width)
15 new variables.
16 (speedbar-hide-button-brackets-flag): customizable.
17 (speedbar-vc-indicator): Doc update.
18 (speedbar-ignored-path-expressions): Updated default value.
19 (speedbar-supported-extension-expressions): Updated default value.
20 (speedbar-syntax-table): Remove {} paren status.
21 (speedbar-file-key-map, speedbar-buffers-key-map):
22 Add "=" to act as "+".
23 Added overlay aliases.
24 (speedbar-mode):
25 Use `speedbar-mode-line-update' instead of `force-mode-line-update'.
26 (speedbar-mode, speedbar-quick-mouse, speedbar-click,
27 speedbar-double-click):
28 Use `speedbar-mouse-set-point' instead of `mouse-set-point'
29 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
30 (speedbar-item-info-tag-helper): Revamped to handle a wider
31 range of arbitrary text, and new helper functions.
32 (speedbar-item-copy, speedbar-item-rename):
33 Fixed trailing \ in filename finder.
34 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
35 (speedbar-directory-buttons): Update path search/expansion.
36 (speedbar-make-tag-line): Pay attention to
37 `speedbar-indentation-width'. Use more care w/ invisible properties.
38 (speedbar-change-expand-button-char): Call
39 `speedbar-insert-image-button-maybe'.
40 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
41 (speedbar-sort-tag-hierarchy,
42 speedbar-prefix-group-tag-hierarchy,
43 speedbar-trim-words-tag-hierarchy,
44 speedbar-simple-group-tag-hierarchy): New functions
45 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
46 (speedbar-insert-imenu-list, speedbar-insert-etags-list):
47 New functions.
48 (speedbar-mouse-set-point): New function
49 (speedbar-power-click): Updated documentation.
50 (speedbar-line-token, speedbar-goto-this-file):
51 Handle more types of tag prefix text.
52 (speedbar-expand-line, speedbar-contract-line):
53 Make more robust to strange text.
54 (speedbar-expand-line): Takes universal argument to flush the cache.
55 (speedbar-flush-expand-line): New function.
56 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
57 Use new generator insertion method.
58 (speedbar-fetch-dynamic-tags): New function.
59 (speedbar-fetch-dynamic-imenu): Removed code now handled in
60 `speedbar-fetch-dynamic-imenu'.
61 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
62 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
63 "Revert Buffer" menu items.
64 (speedbar-buffer-buttons-engine): Be smarter when creating a
65 filename tag (for expansion purposes.).
66 (speedbar-highlight-one-tag-line, speedbar-unhighlight-one-tag-line,
67 speedbar-recenter-to-top, speedbar-recenter): New functions.
68 (defimage-speedbar): Image loading abstraction.
69 (speedbar-directory-+, speedbar-directory--,
70 speedbar-file-+, speedbar-file--, speedbar-file-,
71 speedbar-tag-, speedbar-tag-+, speedbar-tag--, speedbar-tag-gt,
72 speedbar-tag-v, speedbar-tag-type, speedbar-tag-mail):
73 New images.
74 (speedbar-expand-image-button-alist): New variable.
75 (speedbar-insert-image-button-maybe): Insert an image over some
76 buttons.
77
1 2000-05-13 Kenichi Handa <handa@etl.go.jp> 78 2000-05-13 Kenichi Handa <handa@etl.go.jp>
2 79
3 * international/mule-cmds.el (encode-coding-char): An ASCII 80 * international/mule-cmds.el (encode-coding-char): An ASCII
4 character is always encodable. 81 character is always encodable.
5 82