File: ChangeLog

package info (click to toggle)
docbook-slides 3.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,624 kB
  • ctags: 598
  • sloc: xml: 1,404; sh: 656; makefile: 7
file content (137 lines) | stat: -rw-r--r-- 4,956 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
2005-04-27  Michael Smith <xmldoc@users.sourceforge.net>

	* .cvsignore: added ChangLog to .cvsignore files, so that I can do a "cvstrim"
	without them getting deleted

	* frames.xsl, slides-common.xsl: add meta generator stamp

2005-04-26  Michael Smith <xmldoc@users.sourceforge.net>

	* Makefile: added "clean" targets

2005-04-22  Michael Smith <xmldoc@users.sourceforge.net>

	* frames.xsl: "foilgroup" in filenames instead of "foilgrp" (for clarity and
	because of report that "filegrp" caused some kind of linking problem

	* slides-common.xsl: Added support for dbhtml dir PI (Tracker #1179044). Thanks to
	Mauritz Jeanson for the patch. And to M. Sean Gilligan for
	submitting the original request (on docbook-apps).

2004-09-20  Jirka Kosek <kosek@users.sourceforge.net>

	* slides-common.xsl: Fixed bug #988055. Xrefs are now supported to foil and foilgroup. (You must have the DocBook stylesheets 1.66.2+ to use xrefs.)

2004-03-04  Jirka Kosek <kosek@users.sourceforge.net>

	* frames.xsl, param.xweb, slides-common.xsl: Added new parameter show.foil.number which can enable numbering of slides. Currently works only with frames.xsl and multiframe=0.

	* slides-common.xsl: Added missing class on which CSS stylesheet depends.

2004-01-30  Robert Stayton <bobstayton@users.sourceforge.net>

	* default.xsl: Fixed slides.footer.mode typo.

2003-12-22  Norman Walsh <nwalsh@users.sourceforge.net>

	* slides-common.xsl: Include the VERSION file

2003-12-19  Norman Walsh <nwalsh@users.sourceforge.net>

	* frames.xsl, jscript.xsl: Slides #702026: lots of patches to frames.xsl

	* frames.xsl, vslides.xsl: Slides #692247: xhtml fixes. I applied most of them.

	* slides-common.xsl: Parameterized TOC generation a little bit

	* slides-common.xsl: Slides #701973: patches to slides-common.xsl

	* slides-common.xsl: Slides #862918: improve formatting of multiple othercredits in slideinfo

	* slides-common.xsl, tables.xsl, w3c.xsl: Slides #813038: make sure foilgroup toc is inside foilgroup-body

	* tables.xsl, vslides.xsl: Slides #862846: Make toc.bg.color and body.bg.color conditional

	* w3c.xsl: Slides #701941: patches to w3c.xsl

2003-07-11  Norman Walsh <nwalsh@users.sourceforge.net>

	* css.xsl: Allow stylesheet name to be passed in

	* flat.xsl: New file.

	* jscript.xsl: Added xbLibrary.js template; use 'javascript' as the language name instead of 'JavaScript1.2'.

	* param.xweb: Added xbLibrary.js variable

	* param.xweb: Add fragref for xbLibrary.js

	* param.xweb: Added foilgroup.toc parameter

	* slides-common.xsl: Don't generate a stylesheet link if there's no stylesheet PI

	* slides-common.xsl: Added links to first and last in navigation; support foilgroup.toc; fixed css.stylesheet bug (calls css-file now, correctly)

	* vslides.xsl: Cleanup running headers and footers

2003-06-23  Jirka Kosek <kosek@users.sourceforge.net>

	* css.xsl: Fixed parameter name

2003-06-22  Norman Walsh <nwalsh@users.sourceforge.net>

	* vslides.xsl: Bug #701958: patches for vslides.xsl

2003-06-21  Jirka Kosek <kosek@users.sourceforge.net>

	* css.xsl: Fixed typo -- missing $ before variable name

2003-03-26  Michael Smith <xmldoc@users.sourceforge.net>

	* Makefile: wdocbook.xsl obsoleted by w2docbook.xsl, updated globally

2003-01-25  Norman Walsh <nwalsh@users.sourceforge.net>

	* css.xsl: New file.

	* frames.xsl: Make sure there's at least one space in the content of script tags. Some browsers seem to choke on empty-element syntax script tags in XHTML

	* frames.xsl: Bug #671056: Calculate next slide from titlepage correctly

	* graphics.xsl: Make the web the default graphics location

	* jscript.xsl: Make the web the default script location; make sure there's a space in all script elements

	* param.xweb: Added css.stylesheet.dir

	* plain.xsl: Fix graphic paths now that we have a default location

	* slides-common.xsl: Make CSS processing consistent with graphic and script processing; make sure there's a space in script elements

	* vslides.xsl: Fix graphic paths; add spaces in script tags; make CSS consistent with graphics

2002-12-29  Norman Walsh <nwalsh@users.sourceforge.net>

	* frames.xsl: Fix bug #655245; make div and a lowercase; add /img (necessary for XHTML and harmless for HTML)

	* frames.xsl: Added support for user and system head content

	* plain.xsl: Point to the web for graphics by default

	* slides-common.xsl: Added system.head template; support stylesheet PIs; use role attribute to get body class

	* slides-common.xsl: Support subtitle

	* w3c.xsl: Use graphics-file template to get graphic name

2002-10-19  Norman Walsh <nwalsh@users.sourceforge.net>

	* frames.xsl: Make sure single quotes are escaped in the JavaScript dynamic toc

2002-10-13  Norman Walsh <nwalsh@users.sourceforge.net>

	* .cvsignore, Makefile: New file.

	* default.xsl, frames.xsl, graphics.xsl, jscript.xsl, param.xweb, plain.xsl, slides-common.xsl, tables.xsl, vslides.xsl, w3c.xsl: 
	New file.