Mercurial > hg > xemacs-beta
comparison lisp/oobr/BR-RELEASE @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 4103f0995bd7 |
children | 4be1180a9e89 |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
1 # | 1 # |
2 # SUMMARY: What's new in this version of the OO-Browser? | 2 # SUMMARY: What's new in this version of the OO-Browser? |
3 # | 3 # |
4 # AUTHOR: Bob Weiner | 4 # AUTHOR: Bob Weiner |
5 # | 5 # |
6 # ORG: InfoDock Associates. We sell corporate support and development | |
7 # contracts for InfoDock, Emacs and XEmacs. | |
8 # E-mail: <info@infodock.com> Web: http://www.infodock.com | |
9 # Tel: +1 408-243-3300 | |
10 # | |
11 # ORIG-DATE: 15-Oct-90 | 6 # ORIG-DATE: 15-Oct-90 |
12 # LAST-MOD: 21-Feb-97 at 16:33:20 by Bob Weiner | 7 # LAST-MOD: 3-May-96 at 21:25:00 by Harri Pasanen |
13 # | 8 # |
14 # Copyright (C) 1990-1997 Free Software Foundation, Inc. | 9 # Copyright (C) 1990-1995 Free Software Foundation, Inc. |
15 # See the file BR-COPY for license information. | 10 # See the file BR-COPY for license information. |
16 # | 11 # |
17 # This file is part of the OO-Browser. | 12 # This file is part of the OO-Browser. |
18 | 13 |
19 --------------------------------------------------------------------------- | 14 --------------------------------------------------------------------------- |
20 VERSION 2.10 | 15 VERSION 2.9.12 |
21 | 16 |
22 * OO-Browser Multi-language Changes | 17 * Added support for Python language |
23 | |
24 ** Added Show-Inherited-Features toggle button to the OO-Browser Options | |
25 menu. This determines whether or not inherited features are shown | |
26 when listing class features. (The default is `on'.) | |
27 | |
28 ** Adding a single class to an Environment with the br-add-class command | |
29 now properly adds its features too. Similarly, the br-delete command | |
30 deletes associated features. | |
31 | |
32 ** X OO-Browser bug on some platforms that blackened the whole window after | |
33 drawing the tree may be eliminated on some platforms, but not all. | |
34 | |
35 ** br-edit-feature is now more flexible, permitting separate specification of | |
36 class and feature name arguments. | |
37 | |
38 ** Fixed br-find-file to never display a file in a browser listing window. | |
39 | |
40 ** Eliminated unnecessary execution of mode-specific hooks when scanning | |
41 class files. For example, invocation of syntax highlighting could | |
42 slow down scanning dramatically. | |
43 | |
44 ** Added InfoDock Associates contact info to version/credit screen that | |
45 appears on startup or when using the {C-c #} command in the browser | |
46 to make it easy for people to get commercial support or custom | |
47 develpment for the OO-Browser. | |
48 | |
49 * C++ OO-Browser | |
50 | |
51 ** Added support for multi-line virtual method declarations. | |
52 | |
53 * Java OO-Browser | |
54 | |
55 ** Attributes are now included as features of a class (you must rebuild | |
56 any existing Environment to have them included). They are prefaced | |
57 with "= " when shown in a browser listing buffer. | |
58 | |
59 ** Array return values from methods are now handled properly by the | |
60 OO-Browser scanner. | |
61 | |
62 ** Feature name completion now works properly, whenever the browser | |
63 prompts for a feature name. | |
64 | |
65 ** Added support for .jav files for 3-character suffix impaired users. | |
66 | |
67 ** Cleaned up a number of areas of the code that were improperly carried | |
68 over from the C++ OO-Browser. | |
69 | |
70 ** Removed support for threadsafe keyword since it has been deleted from | |
71 the language specification. | |
72 | |
73 * Objective-C OO-Browser | |
74 | |
75 ** objc-feature-matches can now take a regular expression and return | |
76 all matching features. | |
77 | |
78 * Python OO-Browser | |
79 | |
80 ** Included support for the Python object-oriented scripting language. | |
81 | 18 |
82 --------------------------------------------------------------------------- | 19 --------------------------------------------------------------------------- |
83 VERSION 2.9.11 | 20 VERSION 2.9.11 |
84 | 21 |
85 * Added man/br-design.texi to document the design rationale of the | 22 * Added man/br-design.texi to document the design rationale of the |