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