Initial Commit
[packages] / xemacs-packages / hyperbole / kotl / MANIFEST
1 --- HYPERBOLE OUTLINER ---
2 EXAMPLE.kotl              - Example outline document explaining outliner features.
3 kfile.el                  - Save and restore koutlines from files.
4 kfill.el                  - Fill and justify koutline cells (adapted from Kyle Jones' filladapt).
5 kexport.el                - Exporting koutline to other formats (Not supported yet)
6 kimport.el                - Convert and insert other outline file formats into koutlines.
7 klabel.el                 - Display label handling for koutlines.
8 klink.el                  - Implicit reference to a kcell action type, for use in koutlines.
9 kmenu.el                  - Pulldown and popup menus for kotl-mode, the Hyperbole Outliner.
10 knode.el                  - Generic nodes for use as elements in data structures.
11 kotl-mode.el              - Major mode for editing koutlines and associated commands.
12 kotl.el                   - Internal representation of outline kcells used by kviews.
13 kproperty.el              - Wrapper for koutline text property implementations.
14 kprop-em.el               - Koutline text property handling under Emacs 19.
15 kprop-xe.el               - Koutline text property handling under XEmacs.
16 kview.el                  - Display handling of koutlines.
17 kvspec.el                 - Koutline view specification.