annotate lisp/oobr/ChangeLog @ 7:c153ca296910

Added tag r19-15b4 for changeset 27bc7f280385
author cvs
date Mon, 13 Aug 2007 08:47:16 +0200
parents 376386a54a3c
children 4103f0995bd7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 Sat May 3 22:00:00 1996 Harri Pasanen <pa@tekla.fi>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 * added python-browse.el, br-python.el, br-python-ft.el, plus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 modified the documentation in various places to reflect that addition.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 Wed Oct 25 04:49:51 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 * BR-README: Reformatted with a table of contents for easy viewing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 Rewrote Installation / Configuration section.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 Sun Oct 22 00:41:50 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 * br-menu.el (br-menubar-menu): Fixed bug when current-menubar was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 nil, would not display menubar entry under Emacs 19 even though it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 should.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 Sat Oct 21 02:02:27 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 * br-c-tags (tags_file): Fixed bug that erased first comma in a structure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 or enum entries, preventing the browser from displaying the source for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 such entries.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 * br-init.el (br-after-term-init): Changed call of 'hmouse-setup' to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 'hmouse-shift-buttons' which fixes bug of mouse keys not being
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 initialized properly and hmouse-setup function being undefined when a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 full Hyperbole distribution is not available.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 Wed Oct 4 13:41:52 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 * br-java-ft.el (java-feature-parens-grpn):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 (java-feature-decl-or-def): Added support for new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 function exception name declarations such as:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 public Connection(String host, int port)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 throws UnknownHostException, InputOutputException {}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 Wed Sep 27 15:39:51 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 * hasht.el (hash-delete): Modified to deal with XEmacs different handling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 of initially unbound symbols.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 * man/br-design.texi: Added to document design rationale of the OO-Browser.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 * V2.9.11 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 Fri Sep 22 10:12:26 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 * br-java.el (java-get-package-name): Fixed problem with nil package name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 being used as hash table key.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 Thu Sep 21 12:16:48 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 * br.el (br-add-class-file): Signal error if file is not readable.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 * br-lib.el (br-real-add-class):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 (br-real-build-parents-alist):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 (br-show-parents): Don't try to scan file if it is unreadable.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 (br-search-directory): Fixed problem that caused scanning to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 stop if encountered an unreadable file or invalid link. Now just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 displays a message.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 Wed Sep 20 12:30:37 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 * br.el (br-report-bug): Added to send a message to oo-browser discussion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 list and bound to {C-c C-b}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 * br-init.el (br-init-autoloads): Added an autoload for hmail:compose.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 * Makefile (HYPB_EL/C): Added hypb/hmail.{el,elc} to list for OO-Browser
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 bug reporting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 * br-env.el (br-env-rebuild):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 (br-env-cond-build): Prompt for background building.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 (br-env-build): Modified to prompt for whether or not to build
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 in background when background flag is not t or nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 * smt-browse.el (smt-browse):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 * info-brows.el (info-browse):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 * objc-brows.el (objc-browse):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 * eif-browse.el (eif-browse):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 * clos-brows.el (clos-browse):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 * c++-browse.el (c++-browse):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 * java-brows.el (java-browse): Rewrote to quit if user chooses not to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 build an Environment which has been specified but not built and to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 alert him with a message that the Environment must be built before
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 browsing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 * br-env.el (br-env-create): Modified to allow background builds when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 re-specify current Environment and to only build the Environment if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 called interactively.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 (br-env-try-load): Renamed from br-env-force-load and rewrote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 to just try to load Environment once, instead of looping, so user can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 easily quit.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 (br-env-init): Modified to return Env file name loaded or nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 if load fails.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 * br-c++.el (c++-src-file-regexp): Ellemtel C++ recommendations specify
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 that inline definition files should use the suffix ".icc" and other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 people use ".I" for such files, so those suffixes are included here.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 * br-java.el (java-get-package-name): Simplified and fixed bug that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 triggered error if search failed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 (java-get-classes-from-source): Save return value from call
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 of java-get-package-name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 * V2.9.10 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 Thu Sep 14 11:37:40 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 * br-env.el (br-env-browse): Modified to specify non-existing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 Environments, so can be called by {M-x oo-browser}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 * BR-README: Clarified build and install instructions for the X OO-Browser.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 * br-start.el (oo-browser): Added as alias for the oobr function to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 encourage people to recognize the real name of the package. Also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 reversed meaning of the prefix argument so that by default, it always
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 prompts for the Environment to browse, thereby removing a common
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 problem new users have of not being able to specify the Environment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 location. Immediately hitting {RET} when prompted browses the most
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 recently browsed Environment, if any.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 Wed Sep 13 11:21:17 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 * man/oo-browser.texi (Customization): Documented br-skip-dir-regexps and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 br-file-dir-regexp variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 * br-lib.el (br-file-dir-regexp): Made this a global variable rather than
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 a language-specific one, since all languages had the same value. Also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 modified value to handle one character directory names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 Tue Sep 12 16:05:26 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 * br.el (br-interrupt): Fixed bug that prevented burying of browser
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 buffers when {q} is invoked.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 (br-ancestors):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 (br-descendants): Made these functions return nil when nothing to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 show and t otherwise.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 * V2.9.9 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 Mon Aug 28 18:16:57 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 * tree-x/tree.c (MakeNode): Use memset when SYSV is defined instead of BSD
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 bzero call.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 Sat Aug 26 15:19:41 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 * man/oo-browser.texi (Java Specifics): Added this section.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 * br-java.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 * br-java-ft.el: Fixed comment handling for many routines, identifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 regexp definition, and handling of / native method listing prefix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 Fri Aug 25 19:35:03 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 * br-java-ft.el: Removed wrong references to :: scoping modifier left
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 over from C++ code.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 * V2.9.8 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 Thu Aug 24 17:10:46 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 * br-lib.el (br-delete-space): Fixed bug in handling multi-line strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 Wed Aug 23 11:41:25 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 * MANIFEST:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 Makefile:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 br-java.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 br-java-ft.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 java-brows.el: Added to support Java code browsing, a single
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 inheritance, byte-code interpreted language descended in part from C++
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 and developed by Sun. People are using it in WWW applications along
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 with Sun's Hot Java browser which interprets Java code in web pages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 Thanks to Jeff Sparkes for working on the Java-specific regexps.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 * br-menu.el (br-menubar-menu): Fixed bug that would add menu if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 menubar was nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 * V2.9.7 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 Fri Jul 14 15:28:17 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 * Makefile (distclean): Modified to remove unneeded object and binary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 files from tree-x and tree-nx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 Thu Jul 13 11:30:57 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 * br-lib.el (br-add-to-paths-htable): Don't add class if already in the table.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 Wed Jul 12 14:33:44 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 * br.el (br-add-class-file): Simplified and corrected errors when class
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 already existed in Environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 Tue Jul 11 14:18:23 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 * tree-x/intf.c (NewTree_CB): Allocated an extra char for string terminator.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 Fri Jun 2 10:14:19 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 * br-c++.el (c++-identifier): Fixed to match to "class< template<T> >"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 expressions, i.e. nested <<>>. Only handles a single template
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 parameter, however.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 Thu Jun 1 10:26:38 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 * tree-x/Makefile: Rewrote for increased configurability.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 * V2.9.6 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 Fri May 19 08:59:14 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 * eif-calls.el (eif-reserved-words): Added new Eiffel V3 keywords.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 * br-env.el: Rewrote to avoid deletion of feature tags file; erase its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 contents instead and then rebuild.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 * br-menu.el (id-menubar-br):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 (id-popup-br-menu): Added Compose-Mail-to-List and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 Mail-List-Request entries.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 * BR-README: Added section on the new oo-browser mail list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 * br-env.el (br-env-build): Added explicit setting of EMACS path
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 executable path when build in the background and path is known.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 * V2.9.5 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 Tue May 16 11:54:33 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 * br-env.el (br-env-lang-avector): Changed "CLOS" to "Lisp" since the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 browser can browse non-OO Lisp, too.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 * V2.9.4 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 Fri May 12 13:44:21 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 * br-env.el (br-env-stats):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 (br-env-save):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 (br-env-lang-var):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 (br-env-version): Added this variable to record the OO-Browser
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 version used to build each Environment. This allows us to prompt the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 user if an Environment format changes, necessitating a rebuild of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 (br-env-load): Prompt to rebuild obsolete C++, Objective-C and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 Eiffel environments which do not have version numbers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 Thu May 11 11:11:04 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 * br-c-ft.el (c-build-element-tags): Fixed to handle an empty buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 * br-env.el (br-env-save): Added save of feature tags file if save-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 name is different than current br-env-file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 * br-ftr.el (br-feature-tags-file-name): Added to centralize naming of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 feature files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 (br-feature-tags-init): Called this new function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 * br-env.el (br-env-select-lang): Tightened check for use of dialog box so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 won't be even if popup-dialog-box is defined by lmenu.el under GNU Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 * br.el (br-window-setup): Fixed to clear frame 'unsplittable' property if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 set.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 * br-eif-ft.el (eif-feature-signature-to-regexp): Fixed bug which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 failed to remove class from regexp used to find feature definition.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 * V2.9.3 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 Tue May 9 22:32:15 1995 Bob Weiner <weiner@mot.com (Bob Weiner)>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 * Makefile (install): Changed to install documentation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 Mon May 8 18:21:33 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 * man/oo-browser.texi (Using the Mouse):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 * br-init.el (br-after-term-init):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 * br-menu.el (br-menubar-menu): Added support for pulldown and popup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 menus under Emacs19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 * V2.9.2 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 Fri May 5 12:30:08 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 * Makefile: Removed building of Info and Postscript versions of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 OO-Browser manual from default 'make'. Use 'make info' and 'make ps',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 respectively.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 * br.el (br-toggle-c-tags):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 (br-c-tags-flag): Added to control whether C tags are built for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 C-based language Environments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 * br-objc-ft.el: Redid tags format for compatibility with C++ tags and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 increased speed of feature listing by including feature name in tag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 lines. Also added in C element browsing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 Thu May 4 13:32:38 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 * br-c++-ft.el (c++-feature-def-pat):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 * br-compl.el (br-class-completions):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 * br-ftr.el (br-feature-completions): Fixed bugs in these functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 * br-c++-ft.el (c++-type-def-modifier):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 (c++-member-modifier-keyword):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 (c++-type-modifier-keyword): Added 'mutable' keyword, for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 objects which are never const.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 (c++-type-modifier-keyword): Added 'explicit' keyword, for new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 constructors and operators which do not allow implicit argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 conversions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 Wed May 3 11:06:13 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 * br-lib.el (br-setup-constants): Added "type-tag-separator" so could be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 referenced outside of language-specific files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 * br-objc-ft.el (objc-type-tag-separator): Changed from "," to "@" so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 would be the same as in C++.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 * br-smt.el (smt-type-tag-separator): Added.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 * br-c-ft.el: Added to handle C construct browsing for any C-based language.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 * Makefile: Added br-c-ft.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 * br-c++-ft.el (c++-element-type-alist): Renamed to c-default-classes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 (c++-build-c-tags): Renamed to c-build-element-tags.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 br-c++.el: (c++-in-c-comment-p): Renamed to c-within-comment-p.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 Moved all of these to br-c-ft.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 * br.el (br-version): Automatically insert current version number when called.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 * br.el (br-mode-map): Removed key binding for little used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 br-toggle-keep-viewed function in order to move br-view-friend from {M-v}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 to {V}, since it stupidly conflicted with a basic scrolling command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 * man/oo-browser.texi (C++ Element Selection): Updated doc to reflect this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 change.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 * br-c-tags: Added to build feature tags for default C construct classes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 Tue May 2 11:08:53 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 * br-c++-ft.el (c++-operator-identifier): Added support for new C++
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 'delete' and 'new' array operators which end with [].
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 * br-lib.el (br-get-htable):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 * br-env.el (br-build-parents-htable):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 (br-build-paths-htable):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 (br-env-set-htables): Modified to make System entries override
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 Library entries.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 * tree-x/help.h: Rewrote to use ANSI C string concatenation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 * tree-x/usleep.c: Added to support building on systems without usleep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 system call.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 * br-lib.el (br-undefined-classes): Added.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 * br-env.el (br-env-stats): Added display of undefined classes which are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 referenced in the Environment to help detect class definition omissions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 (br-env-totals): Modified to show the names of duplicate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 classes to simplify eliminating them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 * Makefile (tags): Replaced all - with underscore in variable names to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 satisfy the AIX sh.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 Fri Apr 28 12:02:01 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 * br-c++-ft.el (c++-list-features): Rewrote to accomodate C construct browsing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 (c++-element-type-alist): Added.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 * br-ftr.el (br-tags-file): Added this variable to point to an Emacs TAGS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 file temporarily build for use with the current Environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 (br-feature-tags-init): Set br-tags-file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 * V2.9.1 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 * br-menu.el (br-menubar-menu): Fixed bug that prevented OO-Browser popup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 from coming up under XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 Thu Apr 27 17:36:06 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 * br-c++-ft.el (c++-return-type-identifier): Allowed spaces between
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 template parameters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 * br.el (br-features): Fixed bug that did not alert user when a class has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 no features.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 * br-c++-ft.el (c++-feature-decl-or-def): Updated to avoid undesired
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 matches to 'enum var {};' and related sorts of constructs for now
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 since we don't deal with them and they would end up in the default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 [function] class improperly.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 Wed Apr 26 11:32:07 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 * br-lib.el (br-setup-functions):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 * br.el (br-mode-map): Added br-view-friend bound to {M-v}. For now, just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 displays the definition of a C++ friend entry at point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 * br-c++-ft.el (c++-view-friend): Added to jump to friend definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 * br-ftr.el (br-feature-get-signature): Made line-num-minus-one arg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 optional. Default is to return feature tag for current entry.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 * br.el (br-inherited-features): Modified call to br-list-features to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 include indent value so that C++ can eliminate friend declarations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 from inherited feature listings, since friends are not inherited.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 * br-c++-ft.el: (c++-scan-features):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 (c++-scan-features-in-class): Modified to leave { or ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 terminator in feature tags, so can distinguish declarations from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 (c++-feature-add-prefix):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 (c++-feature-normalize):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 (c++-scan-features-in-class): Included friend declarations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 in feature listings, prefixed by "% ". Prefixed object creation and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 deletion features with "+ ".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 * br-c++-ft.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 br-c++.el: Rewrote to handle a wider variety of template-based
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 Tue Apr 25 14:35:54 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 * br-c++-ft.el (c++-operator-identifier): Fixed to support overloading of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 operators [] and ().
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 Mon Apr 24 14:52:11 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 * br-c++-ft.el: Rewrote to cache feature name within each tag entry, to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 speed up feature entry listings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 br-c++-ft.el (c++-scan-features-in-class): Fixed to list this feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 'operator int() { return i; }', as 'operator int' instead of just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 'int'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 * br-eif-ft.el (eif-type-tag-separator):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 br-objc-ft.el (objc-type-tag-separator):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 br-c++-ft.el (c++-type-tag-separator): Changed from "|" to "," or "@" to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 support inclusion of more information in feature tag entries. | could
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 interfere with this in some languages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 Mon Apr 17 17:23:33 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 * br-ftr.el (br-feature-clear-signatures): Fixed V19 version to use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 optional buf-nm parameter when given.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 (br-feature-type-regexp): Added '>' character used by Eiffel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 deferred features.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 * br-eif.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 eif-calls.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 br-eif-ft.el: Added full OO-Browser feature browsing capability for Eiffel.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 * br-lib.el (br-real-build-alists): Renamed from br-real-build-alists-br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 and eliminated per-language setting of this function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 * V2.9 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 Fri Apr 14 15:31:17 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 * man/oo-browser.ps: Removed from the distribution. Too large; users who
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 need it can build it themselves.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 * *.el: Added KEYWORDS: header.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 Thu Apr 13 14:30:30 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 * br-c++.el (c++-get-classes-from-source): Made the scanner tolerate class
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 definitions that don't end with a semicolon.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 * br-ftr.el (br-feature-get-tags): Fixed bug in Emacs 19 version which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 failed to set tags list, causing an error when {C-u F} was invoked.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 * man/oo-browser.texi (C++ Element Selection):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 br-c++-ft.el (c++-scan-features):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 (c++-scan-features-in-class):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 (c++-feature-implementors):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 (c++-feature-locate-p):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 (c++-feature-name-to-regexp):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 (c++-feature-signature-to-name):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 (c++-pure-virtual-function-regexp): Added support for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 including pure virtual functions in class member listings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 Wed Apr 12 17:07:38 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 * br-c++-ft.el (c++-type-identifier-group):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 (c++-feature-decl-or-def): Fixed bug in regexp that could
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 cause a definition of "main()" to show up as "- n" in a listing buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 since the wrong group would grab "mai".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 Tue Apr 11 12:55:11 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 * br-clos-ft.el (clos-element-tag-list): Fixed to ignore any parameters
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 following an &keyword since these cannot be specialized (given a specific
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 type). Also assigned all methods which are not specialized to CLOS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 default class 't'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 * BR-README: Clarified autoload directions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 * br-c++-ft.el (c++-feature-decl-or-def): Allowed for whitespace following
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 the :: scoping operator. Some people actually use it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 * br.el (br-feature-signature-regexp): Added a ':' to this expression
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 since this is used by C++ feature completions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 * hmouse-br.el (smart-br):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 (smart-br-assist): Modified to invoke the OO-Browser, if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 not in it. This can occur if an Action/Assist key press occurs in a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 browser listing buffer when the browser user interface is not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 displayed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 * br.el (br-browse): Modified to do nothing if already in the OO-Browser.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 * V2.8.6 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 Sat Apr 8 13:53:43 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 * man/oo-browser.texi (Top): Added credits.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 Fri Apr 7 11:57:20 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 * man/oo-browser.texi: Changed name from oobr.texi so that filename need
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 not be included in Info directory listings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 Thu Apr 6 10:20:07 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 * man/oobr.texi (Using the Mouse): Added a paragraph on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 InfoDock/XEmacs menus.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 * br-objc-ft.el (objc-scan-features): Skip past body of method after
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 scanning it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 * Makefile (PRELOADS): Added ref to $(SITE-PRELOADS) for customization of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 the Lisp libraries loaded before byte-compiling any files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 (BATCHFLAGS): Removed -no-site-file so addition of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 OO-Browser directory to load-path may be done in site-start.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 Wed Apr 5 17:11:31 1995 Bob Weiner (weiner@mot.com)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 * br-c++.el (c++-parent-regexp): Added an extra c++-comment-regexp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 so that class parents with following C++ comments are found:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 class cl : public parent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 // This is a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 // silly set of comments
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 {}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 Wed Apr 5 09:07:35 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 * br-tree.el (br-tree-x-load-tree-file): Coerced string to int for concat.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 * V2.8.5 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 Mon Apr 3 18:16:35 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 * br.el (br-inherited-features): Added this command to show all features
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 of a class.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 (br-inherited-features-flag): Added to control whether
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 'br-features' displays all inherited features or just lexically
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 included ones. Default is t, all inherited features.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 Sun Apr 2 18:08:23 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 * br-menu.el: Added this file of menus for the OO-Browser from InfoDock
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 and adapted for use under standard XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 Sat Apr 1 14:43:00 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 * br-c++-ft.el (c++-func-args-regexp):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 (c++-func-args-string): Modified to add optional spaces
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 between a C++ type and '*' or '&' characters since the spacing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 sometimes varies between declaration and definition, e.g. declaration
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 is "func(const List<T>&);" and def is "func(const List<T> &id) {}".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 * br-ftr.el (br-edit-feature): Added to jump to feature when tag-entry and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 file of feature def have already been computed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 * br-ftr.el (br-find-feature):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 br-c++-ft.el (c++-feature-tags-lookup): Modified to call br-edit-feature.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 Fri Mar 31 13:44:57 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 * br-c++-ft.el (c++-class-decl-p): Fixed to properly match to template classes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 * br-c++.el (c++-get-parent-name): Fixed to handle class definitions whose
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 parent is an instantiation of a template class.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 * br-c++-ft.el (c++-feature-signature-to-regexp): Rewrote to ignore the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 template parameter names when matching to a class template method.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 * V2.8.4 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 Tue Mar 28 15:13:51 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 * br-c++-ft.el (c++-type-identifier):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 br-c++.el (c++-identifier): Updated to handle C++ names with multiple
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 template parameters, e.g. class<T1,T2,T3>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 * tree-x: New release that redraws whole canvas when a tree is collapsed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 as a stopgap measure to fix improper tree display after collapse (trees
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 collide and overwrite one another).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 Added a separate resource file for color displays.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 Renamed sample TREE to TREE.objc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 Added sample TREE.c++ file as example of browsing C++ template classes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 Mon Mar 27 01:07:18 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 * br-start.el (br-member): Use builtin member function when available.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 * br-c++.el (c++-get-classes-from-source): Added support for new style
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 "template <T> class name<T> {}" definitions along with template
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 method definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 * br-c++.el (c++-get-class-name):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 (c++-class-definition-name):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 (c++-scan-parents):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 (c++-get-parent-name): Added for template support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 * br-c++-ft.el (c++-scan-features-in-class): Added for template support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 Sun Mar 26 14:06:10 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 * br-c++-ft.el (c++-add-default-classes): Added.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636 * c++-browse.el (c++-browse-setup): Added hook which calls
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 c++-add-default-classes, so can browse global C++ functions and C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 (c++-scan-features): Improved handling of non-class member
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 functions and eliminated false matches to class definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 * br.el (br-unique): Rewrote to handle all entry types.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 (br-order): Rewrote both of these functions to maintain element
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 tags under Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 * br-ftr.el (br-feature-clear-signatures):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 (br-feature-get-signature):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 (br-feature-get-tags):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 (br-feature-put-signatures): Added Emacs 19 versions that use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 text-properties so that tag associations stay with entry lines after a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 buffer is filtered, e.g. by br-match-entries.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 Sun Mar 26 01:03:38 1995 Bob Weiner <weiner@meltdown.valhalla (Bob Weiner)>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 * br.el (br-match-entries): Replaced invalid call to br-filter with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 br-match-entries.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 Sat Mar 25 16:15:20 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 * Makefile (elc): Cleaned up user output produced by this target.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 * br.el (br-next-buffer): Clear out any feature tags that may have been
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 associated with this buffer, so we don't mistakenly reference them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 * V2.8.3 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 Fri Mar 24 10:42:11 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 * br-c++-ft.el (c++-scan-features): Fixed so skips to end of a feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 definition before looking for another. This prevents matches to things
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 that look like feature definitions, e.g. if(flag) {}, inside feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 bodies.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 * br.el (br-this-level-entries): Added. Returns list of entry names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 from current listing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 (br-match-entries): Added to filter current entry listing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 * Makefile (elc): Rewrote in a portable manner so that one emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 invocation builds all elc files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 Thu Mar 23 17:32:50 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 * br.el (br-browse): Fixed so br-mode-hook and language-specific hook is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 run each time the browser is invoked, not just the first time in an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 Emacs session.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 * br-lib.el (br-real-delete-class): Stopped trying to replace a hash table
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 key which did not exist.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 * br-c++-ft.el (c++-scan-features): Fixed bug that generated improper
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 feature tags for global functions and destructors, keeping them from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 showing up properly in listings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 * br.el (br-view-full-frame): Fixed bug in displaying the command to use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 to return to the OO-Browser, if said command is not bound to a key.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 Also fixed bug that failed to bury browser buffers when using this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 Wed Mar 22 03:20:39 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 * Makefile (EMACS): Changed default setting of this variable to XEMACS.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 * hmouse-br.el: Renamed a bunch of Hyperbole functions and variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 Tue Mar 21 01:05:28 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 * hasht.el (hash-replace): Fixed omission of argument to (error) call.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 This was causing {C-c C-d}, br-delete to fail.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 * Makefile: Fixed problems in a number of areas with different versions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 of make.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 * br-c++-ft.el (c++-feature-signature-to-name): Fixed recently added
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 problem of deleting space and [] from names such as "operator []".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 * Makefile (oobr-env): Added this target for use with batch environment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 building. Uses envir variable OOBR_ENV as environment to build.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 * br-env.el (br-env-batch-build-browse): Added to enable browsing an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 Environment after it has finished building in the background.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 (br-env-batch-build): Modified to only load needed browser
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723 libraries once, rather than once per environment built.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 (br-env-build): Added ability to build environments in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 background using optional parameter BACKGROUND-FLAG.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 (br-env-rebuild): Added prompt to build in background when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 called interactively.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 Mon Mar 20 00:16:46 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 * br-eif.el (eif-get-parents-from-source): Rewrote to support Eiffel 3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 inheritance clauses.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 * V2.8.2 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 * br-c++-ft.el: Added class name at the front of feature tags as in other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 languages to speed tag lookups which can now often use string lookups
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 rather than regexp lookups.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 * br-lib.el (br-delete-space): Added this function and used in br-c++-ft.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 * br.el (br-where): Rewrote to handle entities in addition to classes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 * br-clos-ft.el (clos-element-tag-list): Fixed bug that added nil values
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 to constant and variable definition tags, preventing the browser from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 finding them when trying to view their definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 (clos-feature-name-to-regexp): Rewrote to work properly.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 Sun Mar 19 23:46:34 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 * br-clos.el (clos-type-identifier-chars): Added back [] characters so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 that default class features will be shown properly in listing buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 Fri Mar 17 12:46:06 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 * Makefile (elc): Rewrote to compile all out of date .elc files with one
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 invocation of Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 Thu Mar 16 12:33:24 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 * br-init.el (br-after-term-init): Eliminated need to load set.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 Provides faster startup.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 * br-vers.el: Added this file and 'br-version' variable so can get OO-Browser
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 version number programmatically.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 Wed Mar 15 14:13:19 1995 Bob Weiner <weiner@mot.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772 * br-init.el (br-after-term-init): Renamed all 'smart-*-meta*' functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 to 'smart-*-assist*'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 * V2.8.1 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 Fri Mar 10 14:40:55 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 * OO-Browser V2.8 is released.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 * man/oobr.texi: Rearranged and renamed many sections for clarity.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 (Browsing Categories):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 (Browsing Protocols): Added these two sections.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 * br-compl.el (br-complete-type): Generalized for languages other than C++.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 * br.el (br-next-class):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 (br-prev-class): Renamed to br-*-entry.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 (br-next-class-window):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 (br-prev-class-window): Renamed to br-*-listing-window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 Mon Mar 6 12:04:30 1995 Bob Weiner (weiner@footloose)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 * br-lib.el (br-setup-constants): Removed br-show-features setting from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 here so that it is a global setting that applies to all languages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 Otherwise, it would typically be set to nil each time you browsed an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 Environment using a different language. This is not what most users
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 would want.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 * br-tree.el (br-tree-filter): Rewrote for improved efficiency. Also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 display an invalid command message and beep if graphical browser sends
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 an invalid command. Also fixed bug in handling long feature signatures
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 which come in as multiple output strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 Sun Mar 5 12:24:28 1995 Bob Weiner <weiner@avatar>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 * Makefile (tags): Added tree-x and tree-nx source tags into TAGS build.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 * tree-x: Replaced the old Motif X OO-Browser with the new Xt-based one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 * br-tree.el (br-tree-do-cmd): Fixed bug that could cause
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 br-feature-tree-command-p to be invoked in languages for which it is not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 defined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 * br-objc-ft.el (objc-feature-locate-p): Fixed so if try to browse method2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818 from class2 which is defined after method1 of class1 in the same file,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 and method1 and method2 have the same name, it works. Previously, the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 class in which the method was defined was ignored under Objective-C.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 * br.el (br-children):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 (br-parents):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 (br-ancestors)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 (br-descendants): When applied to a single class, eliminated narrow
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826 of listing to that class. Instead insert class in output listing, just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 like when applied to a whole listing. This also makes producing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 graphical displays of a listing simpler.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 Sat Mar 4 14:38:45 1995 Bob Weiner <weiner@avatar>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 * br-objc-ft.el (objc-list-categories):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 (objc-list-protocols): Added to support category and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 protocol browsing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 * br-lib.el (br-setup-functions): Added per-language "list-features" and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 "list-protocols" functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 Fri Mar 3 14:00:24 1995 Bob Weiner <weiner@avatar>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 * br.el (br-mode-map): Added {C} = br-categories and {P} = br-protocols.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 (br-categories): Added to show class categories.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 (br-protocols): Added to show protocols to which a class conforms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 * br-lib.el (br-real-add-class): Trigger error if class-name is nil or if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 replace is attempted on a non-existent class.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 * br.el (br-features): Modified so if no feature definitions for the class
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 in the Environment, then browse feature declarations by displaying the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 class definition.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 * br-compl.el (br-class-completions):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 br.el (br-show-top-classes):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853 (br-match): Added (br-class-list-filter classes) so each language
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 can filter the set of classes listed when showing top classes or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 matching to class names. Set this language-specific function to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 'identity for all languages except Objective-C where protocols and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 class categories are filtered out.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 Fri Mar 3 02:03:42 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861 * br-lib.el (br-real-build-al)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 (br-search-directory): Modified scanning message to lead with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 last path component in case long paths in the minibuffer would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 otherwise obscure it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 * br-objc-ft.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 br-objc.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 objc-brows.el: Numerous changes to support category and protocol browsing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870 Thu Mar 2 00:16:49 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872 * br.el (br-interrupt):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 (br-quit): Added test to ensure that are in the OO-Browser
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 within the selected frame before interrupting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 * br-c++-ft.el (c++-list-features):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877 br-objc-ft.el (objc-list-features): Fixed bug where 2nd and 3rd search
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 args were reversed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 * br-ftr.el (br-feature-type-regexp): Added this constant to match to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 leading character of an OO-Browser feature listing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 * br-ftr.el (br-feature-entry):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 br-compl.el (br-find-class-name):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 br-objc-ft.el (objc-feature-signature-to-regexp):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 Used this new constant.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887 * br.el (br-sort-options): Added to control the way listing buffers are sorted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889 Wed Mar 1 10:40:54 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 * br-compl.el (br-all-classes): Rewrote to omit sort in most cases, since
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892 many functions that call this will do their own sorting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 * br-lib.el (br-class-path): Made this return nil if class-path is equal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 to br-null-path.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897 * br.el: Redefined and rebound these commands to be more representative of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 what they now do, considering that class features may now be other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899 things than just routines and that {f} and {F} will now list feature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900 names and feature tags respectively.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 OLD-NAME NEW-NAME OLD-KEY NEW-KEY
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902 =========================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
903 br-find Use br-edit-entry instead. {C-u e}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904 br-routines br-features r f
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906 Tue Feb 28 10:11:04 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908 * hasht.el (hash-length):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 (hash-size): Changed these 2 functions to return size of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910 hash-table structure rather than number of elements.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 (hash-count): Added this to return number of elements in hash-table.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913 * br-clos-ft.el (clos-element-tag-list): Renamed from 'clos-element-tag' and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 changed to return a list of tags since one method definition may
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 generate features in many classes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 * hasht.el (hash-copy): Added to copy first level of a hash table.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918 (hash-deep-copy): Added to copy all levels of a hash table.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919 Redesigned internal data structure so can tell hash tables from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 vectors, so that copy routines know how to copy symbol values from the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 hash table obarray.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 Sun Feb 26 17:03:37 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925 * man/oobr.texi (Browsing Implementors):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 (Browsing Elements): Added these two sections.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 Sat Feb 25 12:10:29 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 * br.el (br-find): Added support for CLOS element lookup.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 * br-objc-ft.el (objc-feature-signature-to-name): Fixed bug that prevented
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 class name from being included when with-class option is given.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935 * br-init.el (br-skip-dir-regexps): Added skip of SCCS subdirectories and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 made this a user variable.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 * Makefile: Changed so that elc target just rebuilds out of date elc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 files, not all elc files. all-elc now does that.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 Fri Feb 24 17:19:37 1995 Bob Weiner (weiner@footloose)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 * br-compl.el (br-buffer-menu): Rewrote to handle case where filename is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944 stripped from path listed under File section in Buffer-menu. Use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 buffer names instead. Slower, but correct in more cases.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 Thu Feb 23 10:51:53 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949 * man/oobr.texi (Glossary): Added a number of OO terms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951 * br-ftr.el (br-feature-get-signature): Changed to return nil when no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 feature signature is found, instead of "".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 * br.el (br-this-level-features): Modified to list features only, not classes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 * br.el (br-implementors):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 br-c++-ft.el (c++-feature-implementors):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958 br-clos-ft.el (clos-feature-implementors):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959 br-objc-ft.el (objc-feature-implementors): Changed to support browsing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 implementor feature from each class.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 * br-objc-ft.el (objc-feature-implementors):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 (objc-feature-matches): Fixed these functions so that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964 br-implementors works properly for Objective-C.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966 Wed Feb 22 14:31:55 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 * br-lib.el (br-build-lib-htable): Added (run-hooks 'br-after-build-lib-hook).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 (br-build-sys-htable): Added (run-hooks 'br-after-build-sys-hook).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970 This allows language-specific actions which add to library and system
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971 classes after the source code has been scanned, e.g. to add categories
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 as classes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 br-clos-ft.el: Used above hook to add element category classes to system
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974 classes, since the elements in these classes change as the system
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 evolves.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977 Tue Feb 21 14:38:47 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 * br-tree.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980 man/oobr.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 br-help
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 br.el (br-mode-map): Renamed 'br-tree-routines-toggle' to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983 'br-tree-features-toggle' and moved key binding from {M-r} to {M-f}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 Renamed 'br-show-routines' to 'br-show-features'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 * *.el: Changed all -ftr- to -feature-.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 * br*[fr]t.el: Clarified many symbol names within these files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 * br-clos-ft.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 br-clos-rt.el: Added these 2 files to support feature browsing in CLOS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 and BWlib, my own object system which looks like CLOS.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 Fri Feb 17 00:12:37 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995 * br-objc-rt.el (objc-scan-routines-in-class):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 * br-c++-rt.el (c++-scan-routines-in-class): Fixed bug that failed to save
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997 normalized form of routine for return.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999 Mon Feb 13 11:18:46 1995 Bob Weiner (weiner@footloose)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001 * br-init.el (br-after-term-init): Don't load menus-oobr under tty InfoDock.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003 Sun Feb 12 16:09:29 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 * br-clos.el (clos-src-file-regexp): Updated to scan .el files, so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006 will-read CLOS-like definitions in Emacs Lisp code. Normal CLOS code
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007 directories will not contain any such code, so will not be affected.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 Thu Feb 9 13:19:38 1995 Bob Weiner <weiner@footloose>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011 * hasht.el (hash-make): Modified to accept an integer as the first
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 argument, meaning create an empty hash table with that minimum size.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 Mon Jan 9 12:00:40 1995 Bob Weiner <weiner@meltdown>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016 * br-c++.el (c++-in-c-comment-p):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017 (c++-to-comments-begin): Fixed to avoid treating //*** comments
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 as multi-line comments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 * br-env.el (br-env-copy): Changed 'intern-soft' to 'intern' to avert bug
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021 that appears when try to set an as yet undefined symbol.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 Tue Jan 3 16:49:44 1995 Bob Weiner (weiner@meltdown)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 * br-c++.el (c++-src-file-regexp): Modified to handle .cpp and .hpp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 suffixes used by someone on OS/2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 Wed Dec 21 16:30:27 1994 Bob Weiner <bweiner@sun29>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1029
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1030 * br-mouse.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1031 MAKE-DIST
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1032 br-load.lsp: Removed these files which are no longer needed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034 * BR-README: Added install directive which autoloads br-env-browse, so can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035 be used to initialize the OO-Browser.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 * br-init.el (br-after-term-init2): Added autoload of br-env-browse and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037 add of oobr/hypb/ directory to load-path when full Hyperbole system is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1038 not available.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040 Fri Dec 16 19:15:51 1994 Bob Weiner (weiner@meltdown)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042 * br-env.el (br-env-browse): Added this function to invoke the appropriate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1043 language OO-Browser given an Environment as an argument. This can be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1044 used to support OO-Browser invocation by mouse clicking on Env file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 Fri Dec 16 19:58:24 1994 Bob Weiner <bweiner@sun29>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049 * br-init.el (br-after-term-init2): Changed so menus are only loaded under
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1050 XEmacs-based InfoDock.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1051
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1052 Thu Dec 15 22:26:15 1994 Bob Weiner <bweiner@sun29>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1053
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1054 * tree-x/intf.c: Added (XtPointer) coercions for 4th arg of XtAddCallback
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1055 calls to suppress compiler warnings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057 * br-objc-ft.el (objc-func-args-regexp):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058 (objc-func-args-string):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059 br-c++-ft.el (c++-func-args-regexp):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 (c++-func-args-string): Fixed replacement of spaces so that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061 clicking on a declaration in a .h file jumps to the associated
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1062 definition in a source file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064 Thu Dec 15 12:37:31 1994 Bob Weiner (bweiner@sun29)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066 * tree-x/intf.c: Rewrote to handle X displays of varying sizes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1067
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1068 * br-objc-ft.el (objc-feature-def-pat):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1069 br-c++-ft.el (c++-feature-def-pat): Rewrote to simplify and to eliminate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1070 call to read-from-string, which may be unreliable in this usage.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1071
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1072 * tree-x/input.c (GetNextToken): Changed 'char c' to 'int c', otherwise,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073 cannot detect EOF and all possible chars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075 Fri Dec 9 18:05:50 1994 Bob Weiner (bweiner@sun29)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1076
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1077 * br-objc-rt.el (objc-routine-normalize): Rewrote to reduce strings of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078 spaces to one space.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079 (objc-ftr-def-pat): For each space, match to 0 or more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080 spaces.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082 * br-c++-rt.el (c++-routine-normalize): Rewrote to reduce strings of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 spaces to one space.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084 (c++-ftr-def-pat): For each space, match to 0 or more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1085 spaces. Also modified to match to routines which have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1086 a // comment following each argument, e.g.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1087 UI_EnmField::Fill_internal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1088 (
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1089 Field_value__front_end_internal * field_msg, // Data area to read from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1090 int & amount_taken // Amount we read
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1091 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1092 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1093 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1094
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1095 * br-env.el (br-env-force-load): Fixed paren bug which caused use of wrong
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1096 file name for Envir when default was accepted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1097
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1098 Thu Dec 1 13:44:25 1994 Bob Weiner (bweiner@sun468)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1100 * br.el: br-listing-window-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101 br-non-listing-window-p - Added these predicate macros to centralize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1102 testing for browser window types.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104 * br.el: Modified handling of br-in-browser variable to account for FSF Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1105 19 and XEmacs multi-frame capabilities.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 * br-init.el: Added conditional definition for selected-frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1108 * BR-README: Updated installation and build directions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109 * Makefile: Added HYPERBOLE mouse support file dependencies and changed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1110 'dist' target so it actually produces a standalone tar file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1111 distribution of the OO-Browser.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1113 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1114 * V2.8 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1115 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1116
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1117 Mon Oct 24 21:28:09 1994 Bob Weiner (bweiner@sun285)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1118
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 * Makefile: Added for automated building of the OO-Browser. See the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 documentation at the top of this file for instructions on usage.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122 Sun Oct 23 20:28:37 1994 Bob Weiner (weiner@sun166)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1123
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1124 * br-lib.el (br-relative-path): Added so that relative pathnames do not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125 come out longer than absolute ones.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127 Sun Oct 23 15:45:28 1994 Bob Weiner (bweiner@sun285)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129 * man/br-user.texi: Renamed to oobr.texi, along with oobr.info.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131 Thu Oct 20 15:47:15 1994 Bob Weiner (bweiner@sun285)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1132
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 * br-env.el (br-env-select-lang): Added popup-dialog box for language
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134 selection under XEmacs when command is invoked via the mouse.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136 Wed Oct 19 18:21:45 1994 Bob Weiner (bweiner@sun285)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1137
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138 * br-env.el (br-env-lang-var): Changed Environment file name from:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 (concat br-env-dir ".br-" lang-prefix "env")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1140 to "OOBR".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141 (br-env-default-file): Added to compute default Env file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1142 Modified other br-env.el functions to use this function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144 * br-ftr.el (br-ftr-tags-init): Changed br-ftr-tags-file from using "-m"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145 suffix to using "-FTR" suffix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1147 Wed Sep 21 14:52:39 1994 Bob Weiner (weiner@sun166)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149 * br-ftr.el (br-ftr-found-p): Fixed bug that could cause return value of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1150 nil when feature was found and source file of feature definition was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1151 read from disk the first time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1152
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1153 Wed Sep 21 11:45:26 1994 Bob Weiner (bweiner@sun1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1154
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1155 * br.el (br-mode): Added (run-hooks 'br-mode-hook).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1156
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1157 Wed Mar 30 21:07:37 1994 Bob Weiner (weiner@sun285)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1158
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159 * br.el (br-feature): Fixed to trigger an error if can't find match within
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1160 source code for a feature declaration tag.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1161
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162 * br.el (br-to-view-window): Fixed to set *br-prev-class-window*.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1163 (br-to-from-viewer): Fixed to move to some other window even if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 *br-prev-class-window* is not set.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166 * br-ftr.el (br-ftr-current): Fixed bug that removed routine signature
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167 information which followed the parameter list, e.g. function() const.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1168
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1169 * br-lib.el (br-real-delete-class): Fixed bug in call to hash-replace.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1170 (br-major-mode): Added and replaced calls to br-lang-mode with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1171 this, which only sets the mode if it is not set already.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1173 * c++-browse.el (c++-browse-setup): Added conditional for cc-mode, new
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1174 name for C++ mode under Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1175
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1176 Thu Aug 19 21:05:00 1993 Bob Weiner (weiner@info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1177
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178 * br-lib.el: Fixed 'br-real-build-alists-br' to not erase routine tags file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1179 when called. This would lead to an empty routine file if sys paths had
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180 methods but lib paths was built after and it did not have methods.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1181 br-env.el: Updated 'br-env-build' to delete br-ftr-tags-file and its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1182 buffer before doing build since is no longer done in 'br-real-build-alist-br'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1184 Sat Apr 24 15:29:46 1993 Bob Weiner (weiner at localhost)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1185
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1186 * br-xbr.el: Renamed to br-tree.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1187 xbr: Renamed to tree-x
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 tree-nx: Added for NEXTSTEP graphical browsing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1189
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1190 Fri Apr 23 12:34:32 1993 Bob Weiner (weiner@info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192 * br-init.el, br-lib.el: Added 'br-skip-dir-regexps' to make list of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1193 directories skipped by browser file scans programmable.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1194
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1195 Sat May 4 07:02:58 1991 Bob Weiner (rsw at barney)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1196
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1197 * br-lib.el, br-eif.el: Added
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1198 (let ((inhibit-local-variables nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1199 to prevent setting from prompting user when files are read in.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1200
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1201 Mon Dec 24 07:21:37 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1203 * br.el: Modified (br-help) to remove local keymap so normal movement
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 commands work within help buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1205
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1206 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207 V2.6 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1208 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1209
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210 Thu Dec 20 19:04:32 1990 Bob Weiner (rsw at slate)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1211
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212 ** br.el, br-lib.el, br-init.el: Added full support for use of non-Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213 browser viewers and editors. All such tools are handled as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1214 sub-processes, so they can be kill off through the Emacs interface if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 desired.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217 ** br.el: Added (br-toggle-keep-viewed) bound to {C-c v} to keep/not keep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218 all viewed buffers in memory. Default is to keep only last one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1219
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220 ** br.el: Modified (br-match) so it allows repeated filtering of class lists to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221 hone in on desired classes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 ** br-xtree.el: Renamed to br-xbr.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1224
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1225 Wed Dec 19 15:24:55 1990 Bob Weiner (rsw at delay)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1226
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1227 ** br-xtree.el: Added support for multiple simultaneous xtree browsing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 sessions and optimized context time maximally when outside of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1229 OO-Browser UI and pretty well when in UI (just have to sort
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1230 classes in order to display).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1231
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232 Mon Dec 17 01:16:49 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1233
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1234 ** br.el: Added {H} (br-help-ms) command to display mouse help.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1235 br-lib.el: Added 'br-keep-viewed-classes' flag which if nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1236 deletes each class file as a new one is viewed. By default, is nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1237 t value leaves viewed classes around for further manipulation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1238
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1239 Wed Oct 17 22:12:00 1990 Bob Weiner (rsw at slate)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241 ** br.el: Improved ordering of large class lists by using UNIX "sort".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243 Mon Oct 15 01:26:56 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245 ** eif-calls.el: br-info-class did not work since 'eif-try-for-routine-call'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246 used the wrong parameters for string matching. Fixed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1248 Sat Oct 6 15:12:36 1990 Bob Weiner (rsw at betty)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 ** br-eif-ft.el: Created this file. Allows selection of a feature name in a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251 class export clause and moves point to feature definition if within the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252 same source file. Also goes to class def when class name is selected.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1253
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1254 Mon Oct 1 18:13:46 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1255
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 ** hash.el: Removed sorting of value elements in 'hash-make' function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1257 br-eif.el: Sorted class list elements in 'eif-real-build-paths-alist'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1258 br-lib.el: Removed list reversal from 'br-real-build-parents-alist'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1259 and 'br-real-build-alists-br'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1260 Sorted each set of classes in path list construction in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1261 'br-real-build-al'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1262 These changes fixed display of parents so that they are listed in the same
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1263 order as they are in the source file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1265 ** br-env.el: Eliminated use of 'br-use-children-htable'; now assume always
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1266 true. This option added virtually no value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1267
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1268 Wed Sep 26 14:07:34 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1269
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1270 ** br.el: Fixed 'br-narrow-to-class' to work with info-browse class names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1271 Added error handling into 'br-view' for when class which is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1272 referenced but not defined in environment is selected.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1273
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1274 ** br-env.el: Modified 'br-env-set-htables' function to add class
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1275 names that are referenced but not defined into the library part of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1276 environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1277
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1278 Tue Sep 25 13:22:57 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1279
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1280 ** br-c++-ft.el: Added 'c++-include-dirs' variable used to set extra include
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1281 directories to search.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1282
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1283 ** br-c++-ft.el: Created this file. Allows selection of a class declaration
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1284 within a class definition and moves point to member definition if within a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1285 file in the same directory. Handles overloading but not inherited members
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1286 yet. Also goes to class def when class name is selected.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1287
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1288 ** br-info.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1289 info-brows.el: Added these two files, allows hierarchical browsing,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1290 searching of sets of Info manuals.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1291
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1292 ** br-lib.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1293 br.el: Modified 'br-view' and 'br-find-class' slightly to accomodate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1294 special needs of the Info browser.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1295
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1296 ** br-clos.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1297 clos-brows.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1298 br-smt.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1299 smt-browse.el: Tested and added CLOS and Smalltalk browser support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1300
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1301 Fri Sep 21 00:26:17 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1302
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1303 ** br.el: Stored current window line in '*br-level-hist*' in order to make
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1304 'br-exit-level' position all lines in buffer exited to, exactly as they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1305 were before.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1306
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1307 ** br.el: Switched default at browser startup 'br-browse' and when refresh
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1308 screen 'br-refresh' or rebuild environments 'br-sys-rebuild' and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1309 'br-lib-rebuild' to display all classes rather than just the top-level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1310 classes as they did before. This prevents novice confusion over where his
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1311 classes are and allows easier access to all users.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1312
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1313 Tue Sep 18 16:37:59 1990 Bob Weiner (rsw at delay)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1314
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1315 ** br-c++.el: Fixed def of 'c++-identifier' to allow '~' as first identifier
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1316 character to account for destructor functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1317
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1318 ** br.el: Added 'br-interrupt' function. Is used by 'br-quit' and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1319 'br-view-full-screen' to bury all browser buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1320
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1321 Fri Sep 14 03:04:31 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1322
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1323 ** br-c++.el: Kept from matching translated C source files that end in ..[cC].
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1324
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1325 ** br-init.el: Made browser Lisp files autoload when needed, so eliminated
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1326 conditional flags which enabled each language, e.g. 'br-use-eif'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1327 Put browser invocation key bindings at top of file so user can easily
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1328 change them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1330 Mon Sep 3 16:32:16 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1331
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1332 ** br-mouse.el: Modified 'smart-br' to display browser help when a blank class
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1333 listing buffer is clicked in.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1334 Added 'smart-br-cmd-select' function. Make note in user manual that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1335 messages will disappear from minibuffer once release the mouse button
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1336 under some window systems, to see message, simply hold the button down
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1337 until you have read the message.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1338
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1339 ** br-init.el: Changed 'br-mouse-setup' to use 'smart-key-mouse' rather than
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1340 'smart-key' under SunView and Apollo DM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1341
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1342 ** br.el: Changed 'br-help' function so that it uses 'br-mode' as the major
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1343 mode for the browser help buffer. This is necessary to support the direct
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1344 selection of commands from the help buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1345
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1346 Sat Sep 1 19:49:25 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1347
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1348 ** br.el: Made 'br-mode' function interactive.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1349
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1350 Thu Aug 30 23:41:02 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1351
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1352 ** br-mouse.el: Fixed so would work properly with X windows. Changed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1353 'smart-key' and 'smart-key-meta' so they take a single optional arg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1354 list rather than individual args that end up grouped into a list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1355 This works better for X and is unused by most other window systems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1356
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1357 ** br-init.el: Made setup of mouse control of browser automatic for X,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1358 SunView and Apollo DM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1359
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1360
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1361
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1362 * Changes for version 1.2.4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1363
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1364 Wed Aug 29 18:03:12 1990 Bob Weiner (rsw at tahiti))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1365
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1366 ** Fixed problem with 'br-add-class-file' in "br.el" that set
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1367 children-htable values improperly.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1368
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1369
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1370 Thu Aug 16 03:31:54 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1371
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1372 ** Modified 'br-find-class' in "br-lib.el" in the case when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1373 'br-narrow-view-to-class' is set to nil. Previously, it just moved
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1374 point to the beginning of the file in which the desired class was found.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1375 Now places point at the start of the class.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1376
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1377 ** Changed default value of '<lang>-narrow-view-to-class' to nil for all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1378 languages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1379
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1380
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1381 * Changes for version 1.2.3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1382
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1383 Mon Aug 6 00:58:29 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1384
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1385 ** Changed all filenames to be 14 or fewer chars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1387
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1388 * Changes for version 1.2.2, from 1.2.1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1389
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1390 Wed Jul 25 1990 Bob Weiner (rsw at tahiti)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1391
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1392 ** Fixed 'br-where' bound to {w} in "br.el" so when called with a prefix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1393 argument, displays class path properly.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1394
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1395 ** Added (require 'compile) to "eif-ise-er.el" so that key definition in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1396 compile would not override eif-ise-er definition of {C-x `} when library
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1397 was autoloaded. Without this change, error parsing failed the first time
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1398 it was invoked in each Emacs session.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1399
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1400 ** Added 'eiffel-find-feature' and 'eif-find-feature' to "br-eif.el". Not yet
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1401 bound to keys, more work must be done in order to do this.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1402
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1403 ** Changed get parents code in Eiffel to support comments between class
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1404 names in 'inherit' clause (also changed 'eif-parent-regexp' for same
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1405 reason).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1406
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1407