1 | 2005-06-21 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
2 |
|
---|
3 | * htmlhelp-common.xsl: Fixed bug #1223236. Mode attribute was removed from named templates.
|
---|
4 |
|
---|
5 | 2005-05-24 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
6 |
|
---|
7 | * htmlhelp-common.xsl: Classical HTML index is suppressed in a cleaner way as suggested by David Cramer
|
---|
8 |
|
---|
9 | 2005-05-13 Michael Smith <xmldoc@users.sourceforge.net>
|
---|
10 |
|
---|
11 | * Makefile: clean target added
|
---|
12 |
|
---|
13 | * Makefile: revert to MAIN
|
---|
14 |
|
---|
15 | 2004-12-02 Michael Smith <xmldoc@users.sourceforge.net>
|
---|
16 |
|
---|
17 | * Makefile: New file.
|
---|
18 |
|
---|
19 | 2004-11-17 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
20 |
|
---|
21 | * htmlhelp-common.xsl: Removed reference to index HTML pages from manifest if the output format is HTML Help
|
---|
22 |
|
---|
23 | 2004-08-19 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
24 |
|
---|
25 | * htmlhelp-common.xsl: Added several patches from W. Borgert
|
---|
26 |
|
---|
27 | 2004-02-19 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
28 |
|
---|
29 | * htmlhelp-common.xsl: Added anchors to bibliodivs
|
---|
30 |
|
---|
31 | 2003-12-10 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
32 |
|
---|
33 | * htmlhelp-common.xsl: Fixed parameter name collision
|
---|
34 |
|
---|
35 | 2003-11-29 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
36 |
|
---|
37 | * htmlhelp-common.xsl: Added new HTML Help parameters from patches by W. Borgert
|
---|
38 |
|
---|
39 | 2003-10-27 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
40 |
|
---|
41 | * htmlhelp-common.xsl: Handle setindex in a proper way
|
---|
42 |
|
---|
43 | 2003-09-23 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
44 |
|
---|
45 | * htmlhelp-common.xsl: Added new parameter manifest.in.base.dir which can be used to place manifest file and also project files for HTML Help and Eclipse Help into base.dir. This improvement also fixes bug (feature) #662955.
|
---|
46 |
|
---|
47 | 2003-08-12 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
48 |
|
---|
49 | * htmlhelp-common.xsl: It seems that HH can handle fragments identifiers in context help, so I changed
|
---|
50 | stylesheets back to emit filename with fragment identifier.
|
---|
51 |
|
---|
52 | 2003-07-22 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
53 |
|
---|
54 | * htmlhelp-common.xsl: Moving template to place where it can be reused
|
---|
55 |
|
---|
56 | 2003-05-25 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
57 |
|
---|
58 | * htmlhelp-common.xsl, langcodes.xml: HTML Help language codes were moved to localization files.
|
---|
59 |
|
---|
60 | 2003-01-31 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
61 |
|
---|
62 | * htmlhelp-common.xsl: Xalan workaround for HHK files.
|
---|
63 |
|
---|
64 | 2002-10-15 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
65 |
|
---|
66 | * htmlhelp-common.xsl: HTML sensitive characters are manually escaped in attribute values (we must do it, as we don't use HTML/XML output method).
|
---|
67 |
|
---|
68 | 2002-10-14 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
69 |
|
---|
70 | * htmlhelp-common.xsl: Options->Home command works also when base.dir parameter is used and home button is disabled
|
---|
71 |
|
---|
72 | 2002-08-22 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
73 |
|
---|
74 | * htmlhelp-common.xsl: Index can be alternatively created using HHK file from now. This allows see-also processing and index terms also points to their exact location.
|
---|
75 |
|
---|
76 | 2002-06-13 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
77 |
|
---|
78 | * .cvsignore: Reflect changes in HTML Help stylesheet organization.
|
---|
79 |
|
---|
80 | * htmlhelp-common.xsl: Added parameter for disabling HTML output when testing various HTML Help features.
|
---|
81 |
|
---|
82 | * htmlhelp-common.xsl: New features. A lot of new features. For HTML Help.
|
---|
83 |
|
---|
84 | * htmlhelp-common.xsl: Turn on more verbose messages during compilation to CHM
|
---|
85 |
|
---|
86 | 2002-06-12 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
87 |
|
---|
88 | * Makefile: branches: 1.3.2;
|
---|
89 | Rearranged code so HTML Help can be easily combined with custom chunking schemes. This is needed for TDG processing.
|
---|
90 |
|
---|
91 | * htmlhelp-common.xsl, htmlhelp.xsl, profile-htmlhelp.xsl:
|
---|
92 | Rearranged code so HTML Help can be easily combined with custom chunking schemes. This is needed for TDG processing.
|
---|
93 |
|
---|
94 | 2002-06-09 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
95 |
|
---|
96 | * htmlhelp.xsl: Fixed bug #438793. HTML Help stylesheet works also in Xalan from now.
|
---|
97 |
|
---|
98 | 2002-06-03 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
99 |
|
---|
100 | * Makefile: Added dependencies for profiling stylesheets
|
---|
101 |
|
---|
102 | 2002-05-10 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
103 |
|
---|
104 | * htmlhelp.xsl: Updated to use shared manifest code.
|
---|
105 |
|
---|
106 | 2002-04-11 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
107 |
|
---|
108 | * htmlhelp.xsl: Updated to support new generate.toc parameter.
|
---|
109 |
|
---|
110 | 2002-03-14 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
111 |
|
---|
112 | * .cvsignore: New file.
|
---|
113 |
|
---|
114 | * htmlhelp.xsl: Whitespace changes only: use PC-style CR/LF because Unix clients choke on this far less often than PC clients choke on the reverse. Grrr.
|
---|
115 |
|
---|
116 | * htmlhelp.xsl, langcodes.xml: Whitespace only: change CR/LF back to LF. Norm was a total moron.
|
---|
117 |
|
---|
118 | 2002-03-01 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
119 |
|
---|
120 | * Makefile: First portion of new profiling code. New stylesheet parameters will come later.
|
---|
121 |
|
---|
122 | 2002-02-16 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
123 |
|
---|
124 | * htmlhelp.xsl: Added missing support for refentries inside sections and for glossaries.
|
---|
125 |
|
---|
126 | * htmlhelp.xsl: Fixed bug #514883. Added missing colophon.
|
---|
127 |
|
---|
128 | 2002-02-10 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
129 |
|
---|
130 | * htmlhelp.xsl: Added parameter htmlhelp.default.topic for overriding default topic to display.
|
---|
131 |
|
---|
132 | * htmlhelp.xsl: Entry with link to page with Table of Contents is put into HTML Help ToC when htmlhelp.hhc.show.root=0 and generate.{set|book}.toc=1
|
---|
133 |
|
---|
134 | 2002-02-09 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
135 |
|
---|
136 | * htmlhelp.xsl: Added parameter which controls appearance of root element in HTML Help ToC.
|
---|
137 |
|
---|
138 | 2002-02-07 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
139 |
|
---|
140 | * htmlhelp.xsl: Duplicate image filenames from [FILES] section are now automatically removed in EXSLT friendly processors.
|
---|
141 |
|
---|
142 | 2002-02-05 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
143 |
|
---|
144 | * htmlhelp.xsl: Removed fragment identifiers from hrefs in alias.h file.
|
---|
145 |
|
---|
146 | 2002-02-03 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
147 |
|
---|
148 | * htmlhelp.xsl: Added parameter htmlhelp.title for manual control over HTML Help title. Improved code for automatic extraction of title from document.
|
---|
149 |
|
---|
150 | 2002-01-24 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
151 |
|
---|
152 | * htmlhelp.xsl: Fixed bug in alias.h when base.dir parameter was used.
|
---|
153 |
|
---|
154 | 2002-01-22 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
155 |
|
---|
156 | * htmlhelp.xsl: Feature request #507087. Added parameter for controling appearance of icons in HTML Help ToC.
|
---|
157 |
|
---|
158 | 2001-12-06 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
159 |
|
---|
160 | * htmlhelp.xsl: Template write.text.chunk moved to common place.
|
---|
161 |
|
---|
162 | 2001-12-04 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
163 |
|
---|
164 | * htmlhelp.xsl: Make compatible with last changes in chunking code.
|
---|
165 |
|
---|
166 | 2001-11-28 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
167 |
|
---|
168 | * htmlhelp.xsl: Use common pi-attribute template
|
---|
169 |
|
---|
170 | * htmlhelp.xsl: Added parameter htmlhelp.hhc.section.depth for controlling depth of sections in a TOC in a left pane of HTML Help viewer.
|
---|
171 |
|
---|
172 | * htmlhelp.xsl: Added support for automatic generation of map and context files for HTML Help. Topic names and IDs are marked by special PI <?dbhh topicname="..." topicid="..."?>.
|
---|
173 |
|
---|
174 | 2001-11-27 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
175 |
|
---|
176 | * htmlhelp-common.xsl, htmlhelp.xsl: Removed obsolete XT support; added support for rootid parameter
|
---|
177 |
|
---|
178 | * htmlhelp.xsl: Fixed simple select typo
|
---|
179 |
|
---|
180 | 2001-11-27 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
181 |
|
---|
182 | * htmlhelp.xsl: Added $rootid support also for title of HTML Help window
|
---|
183 |
|
---|
184 | 2001-11-27 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
185 |
|
---|
186 | * xthtmlhelp.xsl: Removed obsolete XT support; added support for rootid parameter
|
---|
187 |
|
---|
188 | 2001-11-05 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
189 |
|
---|
190 | * htmlhelp-common.xsl: Parameters moved to params subdirectory.
|
---|
191 |
|
---|
192 | 2001-11-04 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
193 |
|
---|
194 | * htmlhelp-common.xsl: Added parameter htmlhelp.enumerate.images which controls inclusion of image filenames list
|
---|
195 | in project file. This is necessary when images are inserted as external binary entities.
|
---|
196 |
|
---|
197 | 2001-08-23 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
198 |
|
---|
199 | * htmlhelp-common.xsl: Synchronized puncation generation in ToC with rest of stylesheets.
|
---|
200 |
|
---|
201 | 2001-08-21 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
202 |
|
---|
203 | * htmlhelp-common.xsl: Fixed presentation of secondary indexterms in index pane
|
---|
204 |
|
---|
205 | 2001-08-13 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
206 |
|
---|
207 | * htmlhelp-common.xsl: Fixed problems with new lines in titles for TOC
|
---|
208 |
|
---|
209 | 2001-08-08 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
210 |
|
---|
211 | * htmlhelp-common.xsl: Added new parameters for controling filenames of project and output files.
|
---|
212 | New parameter htmlhelp.hhp.tail for specifying user content for project file.
|
---|
213 |
|
---|
214 | 2001-07-23 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
215 |
|
---|
216 | * htmlhelp-common.xsl: Fixed bug #442162 - bibliography element is included in ToC in the left pane, index is not generated because it has own dialog also in the left pane of HTML Help viewer
|
---|
217 |
|
---|
218 | 2001-06-25 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
219 |
|
---|
220 | * htmlhelp-common.xsl: Added htmlhelp.autolabel parameter to control inclusion of component and section labels into tree-like ToC.
|
---|
221 |
|
---|
222 | 2001-05-05 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
223 |
|
---|
224 | * htmlhelp-common.xsl: Colophon is now included in toc.hhc
|
---|
225 |
|
---|
226 | 2001-04-21 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
227 |
|
---|
228 | * README: Removed obsolete file
|
---|
229 |
|
---|
230 | 2001-04-04 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
231 |
|
---|
232 | * README, htmlhelp-common.xsl, htmlhelp.xsl, langcodes.xml, xthtmlhelp.xsl:
|
---|
233 | New file.
|
---|
234 |
|
---|