Initial Commit
[packages] / xemacs-packages / oo-browser / MANIFEST
1 --- INTRODUCTION ---
2
3 BR-COPY                   - Copyright notice and license for the OO-Browser
4 BR-FEATURES               - Summary of the OO-Browser features
5 BR-README                 - OO-Browser overview and installation notes
6 BR-RELEASE                - What's new in this version of the OO-Browser?
7
8 --- BUILDS ---
9
10 GNUmakefile.id            - Used for InfoDock builds of the OO-Browser.
11 Makefile                  - Build OO-Browser directories and distributions.
12 Make-Env                  - Build OO-Browser Environments in batch/background modes.
13
14 --- DOCUMENTATION ---
15
16 man/oo-browser.texi       - The OO-Browser Manual  (source format).
17 man/oo-browser.info       - The OO-Browser Manual  (Info online reader version).
18
19 Visit www.beopen.com to read an HTML version of the manual.
20
21 --- GRAPHICAL BROWSER ---
22
23 tree-w32/                 - Source and executable for the Windows system
24                             OO-Browser interface. (Not included with UNIX
25                             distributions of the OO-Browser.)
26
27 tree-x/                   - Source and executable for the X window system
28                             OO-Browser interface. (Not included as part of the
29                             MS Windows OO-Browser.)
30
31 --- SOURCE & EXECUTABLE CODE ---
32
33 br-c-ft.el                - OO-Browser C construct handling.
34 br-c-tags                 - Build feature tags for default C construct classes.
35 br-c++-ft.el              - C++ OO-Browser class and member functions.
36 br-c++.el                 - Support routines for C++ inheritance browsing.
37 br-clos-ft.el             - CLOS OO-Browser class and element functions.
38 br-clos.el                - Support routines for CLOS inheritance browsing.
39 br-compl.el               - Most functions for performing completion on OO constructs.
40 br-eif-ft.el              - Eiffel OO-Browser class and feature related functions.
41 br-eif.el                 - Support routines for Eiffel inheritance browsing and error parsing.
42 br-env.el                 - OO-Browser Environment support functions.
43 br-ftr.el                 - OO-Browser feature browsing support.
44 br-info.el                - Support routines for Info file hierarchy browsing.
45 br-init.el                - OO-Browser per Emacs session initialization.
46 br-java-ft.el             - Java OO-Browser class and member functions.
47 br-java.el                - Support routines for Java inheritance browsing.
48 br-lib.el                 - OO-Browser support functions.
49 br-menu.el                - Pulldown and popup menus for the OO-Browser.
50 br-name.el                - Maintain a user-specific set of names associated with OO-Browser Environments.
51 br-objc-ft.el             - Objective-C OO-Browser class and feature functions.
52 br-objc.el                - Support routines for Objective-C inheritance browsing.
53 br-python-ft.el           - Python OO-Browser class and member functions.
54 br-python.el              - Support routines for Python inheritance browsing.
55 br-site.el                - Site OO-Browser per Emacs session initialization.
56 br-smt.el                 - Support routines for Smalltalk inheritance browsing and error parsing.
57 br-start.el               - Select language and invoke OO-Browser.
58 br-tree.el                - Interface between textual and graphical OO-Browsers.
59 br-vers.el                - OO-Browser revision number as 'br-version' variable.
60 br.el                     - Browse object-oriented-code.
61 c++-browse.el             - C++ source code browser.
62 clos-brows.el             - Common Lisp/CLOS source code browser.
63 eif-browse.el             - Eiffel source code browser.
64 eif-calls.el              - Produce first level static call tree for Eiffel class.
65 eif-ise-er.el             - Parse ISE's Eiffel error messages.
66 hasht.el                  - Create hash tables from lists and operate on them.
67 hash-test.el              - Interactively test functions from hasht.el.
68 hmouse-br.el              - Hyperbole Key control for the OO-Browser.
69 info-brows.el             - Support routines for Info inheritance browsing and error parsing.
70 java-brows.el             - Java source code browser.
71 objc-brows.el             - Objective-C source code browser.
72 ootags.c                  - Specialized tags code for generating C construct entries.
73 pyth-brows.el             - Python source code browser.
74 smt-browse.el             - Smalltalk source code browser.