• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangeLogH A D05-Mar-200531.8 KiB928638

INSTALLH A D05-Mar-20057.5 KiB182141

MakefileH A D05-Mar-20051.3 KiB5936

Makefile.inH A D03-May-20221.6 KiB7149

README.psgmlH A D05-Mar-2005911 3623

configureH A D03-May-202233.5 KiB1,026801

configure.inH A D05-Mar-2005497 2218

install-shH A D05-Mar-20054.7 KiB239152

iso88591.mapH A D05-Mar-20052.7 KiB251250

mkinstalldirsH A D05-Mar-2005606 3319

psgml-api.elH A D05-Mar-20053.6 KiB10860

psgml-api.infoH A D05-Mar-200525 KiB772561

psgml-api.texiH A D03-May-202226.8 KiB933690

psgml-charent.elH A D05-Mar-20054.1 KiB12571

psgml-debug.elH A D03-May-202210.4 KiB388318

psgml-dtd.elH A D03-May-202231.1 KiB1,016790

psgml-edit.elH A D03-May-202284.2 KiB2,4812,120

psgml-fs.elH A D05-Mar-200510.8 KiB384280

psgml-ids.elH A D05-Mar-20052.9 KiB9652

psgml-info.elH A D05-Mar-200513.5 KiB471357

psgml-lucid.elH A D03-May-20226.5 KiB244157

psgml-maint.elH A D05-Mar-20053 KiB10150

psgml-other.elH A D03-May-20226.6 KiB217139

psgml-parse.elH A D03-May-2022146 KiB4,6023,509

psgml-sysdep.elH A D05-Mar-2005127 107

psgml.elH A D03-May-202263.9 KiB1,6461,327

psgml.infoH A D05-Mar-200560.8 KiB1,6111,260

psgml.texiH A D03-May-202259.9 KiB1,7801,411

README.psgml

1This is the READ ME file for psgml.el version 1.3.2.       -*- outline -*-
2
3This 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
17New more comprehensive information display.
18
19** New mouse menu, sgml-right-menu on S-mouse-3
20If invoked on a start-tag will include entries to manipulate the
21tag/element, including setting attributes. If invoked in content it
22will be a menu of valid elements.
23
24** The <?PSGML> process instruction
25Not 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
34Must be placed in the DTD.
35
36