viper -- Update and prettify package-info.in provides.
[packages] / xemacs-packages / psgml / README.psgml
1 This is the READ ME file for psgml.el version 1.3.2.       -*- outline -*-
2
3 This is an ALPHA release. 
4
5
6 * User interface changes
7
8 ** Rename sgml-general-dtd-info to sgml-describe-dtd. Keep old name as
9    alias.
10
11 ** Made menus compact, only one top level menu.
12
13 ** Added new function sgml-show-structure (C-c C-s)
14 (May need latest emacs version (22))
15
16 ** Changed C-c C-t to sgml-show-current-element-type
17 New more comprehensive information display.
18
19 ** New mouse menu, sgml-right-menu on S-mouse-3 
20 If invoked on a start-tag will include entries to manipulate the
21 tag/element, including setting attributes. If invoked in content it
22 will be a menu of valid elements.
23
24 ** The <?PSGML> process instruction
25 Not new, but now documented and improved.
26
27 <?PSGML ELEMENT FOO  
28      face=italic
29      nofill=t
30      help-text="marks a foo"
31      attnames=("ID" "STYLE")
32      structure=ignore ?>
33
34 Must be placed in the DTD.
35