-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.xml
311 lines (274 loc) · 9.11 KB
/
changelog.xml
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<?xml version='1.0' encoding='utf-8'?>
<changelog>
<release n="13" date="2017.12.08"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="2.4">
<added>
<i file="cheatsheet.css">Deleted the CSS directives from the xsl
stylesheet and created an external CSS file.</i>
<i file="cheatsheet.css">Google fonts for serif and
monospace.</i>
<i file="README.md">A note about new features.</i>
</added>
<changed>
<i file="README.md">Minor changes</i>
<i file="cheatsheet.dtd">Replaced the 'b' element name with
'strong'</i>
</changed>
<fixed>
<i file="tohtml.xsl">The CSS listing now is more
'cascading'.</i>
</fixed>
</release>
<release n="12" date="2017.12.02"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="2.3">
<added>
<i file="emacs-cs.xml">Some minor addings.</i>
</added>
<changed>
<i file="emacs-cs.xml">Minor changes.</i>
<i file="emacs-cs.pdf">Printed smaller, on six pages.</i>
</changed>
</release>
<release n="11" date="2017.11.26"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="2.2">
<added>
<i file="emacs-cs.xml">A paragraph about the "re-builder" minor
mode. Closed task #17.</i>
</added>
<changed>
<i file="README.md">Minor changes.</i>
<i file="tohtml.xsl">A better formatting for paragraphs about
regular expressions. Closed task #13.</i>
</changed>
<fixed>
<i file="emacs-cs.xml">Minor bugs.</i>
</fixed>
</release>
<release n="10" date="2017.11.25"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="2.1">
<added>
<i file="README.md">Some aknowledgements.</i>
<i file="emacs-cs.xml">Two paragraphs about regular
expressions. Closed task #11.</i>
<i file="eacs-cs.xml">A paragraph about highlighting.</i>
<i file="emacs-cs.xml">Instruction "save as" C-x C-w</i>
<i file="cheatsheet.dtd">Added formatting features to the "d"
element. Closed task #9.</i>
<i file="cheatsheet.dtd">Commented the DTD instructions.</i>
</added>
<changed>
<i file="emacs-cs.xml">Shortened some items in the "nXML mode"
paragraph. Closed task #3.</i>
<i file="emacs-cs.xml">Some strings changed.</i>
<i file="emacs-cs.xml">Tags "k", "f" and "d" changed
respectively in "key>, "func" and "descr".</i>
<i file="emacs-cs.xml">Reordered some paragraphs
location. Closed task #12.</i>
<i file="todo.xml">The attribute "resolved" now is "closed".</i>
<i file="tohtml.xsl">Better formatting.</i>
<i file="tohtml.xsl">Formatting of "k" and "f" elements now is
more "elastic".</i>
<i file="tohtml.xsl">New names of tags according to
"cheatsheet.dtd". Closed task #15.</i>
<i file="tohtml.xsl">New title of the resulting HTML
document.</i>
<i file="tohtml.xsl">Rewritten the logic of the "page-brake"
directives. Generalized the formatting with some more CSS
directives. Closed task #10.</i>
<i file="cheatsheet.dtd">More explicit names for tags "k", "f"
and "d": "key", "func" and "descr". Closed task #14.</i>
<i file="emacs-cs.pdf">Updated with the new features.</i>
<i>Renamed some tags into the repo.</i>
</changed>
<fixed>
<i file="emacs-cs.xml">Deleted some minor bugs with xmllint.</i>
</fixed>
</release>
<release n="9" date="2017.11.18"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="2.0">
<added>
<i file="cheatsheet.dtd">Formalized the structure of
"emacs-cs.xml".</i>
<i file="emacs-cs.xml">New "Abbreviations" chapter. Solved
task #8.</i>
<i file="README.md">A new aknowledgement.</i>
</added>
<changed>
<i file="tohtml.xsl">Deleted many "page-break" directives.</i>
<i file="emacs-cs.pdf">Updated the sample file with the new
addings.</i>
</changed>
</release>
<release n="8" date="2017.11.14"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="1.1">
<added>
<i file="emacs-cs.pdf">Added this pdf to the repo as a
dowloadable example.</i>
<i file="README.md">Some lines about the newly added
file "emacs-cs.pdf"</i>
</added>
<changed>
<i file="emcsh.xml">Now the name of the file is
"emacs-cs.xml"</i>
<i file="tohtml.xsl">Field "description" (<d>) now setted
with "page-break-inside: auto".</i>
<i file="tohtml.xsl">Field "function" (<f>) now is
right-justifyed.</i>
<i file="tohtml.xsl">The tag <kbd> now now is formatted
with the MathJax_Typewriter font. Solved task #5.</i>
</changed>
<fixed>
<i file="emacs-cs.xml">Fixed the indentation.</i>
</fixed>
</release>
<release n="7" date="2017.11.12"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="1.0">
<added>
<i file="emcsh.xml">Matching parentheses and shell
commands. Solved tasks #6 and #7</i>
<i file="README.md">New aknowledgments".</i>
</added>
</release>
<release n="6" date="2017.11.11"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="0.5">
<added>
<i file="emcsh.xml">Sixth installement.</i>
<i file="emcsh.xml">Seventh (last) installement.</i>
<i file="README.md">A subtitle; section "Aknowledgments".</i>
<i file="todo.xml">Added the attribute "n" (number) to the tag
"task".</i>
</added>
<changed>
<i file="emcsh.xml">Rewritten the section about the Emacs
games. Solved task #4</i>
<i file="changelog.xml">Deleted the tag "version", replaced by
the attribute "ver".</i>
</changed>
</release>
<release n="5" date="2017.11.11"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="0.4">
<added>
<i file="emcsh.xml">A better dictionary.</i>
<i file="README.md">Better explanations.</i>
</added>
<changed>
<i file="TODO.xsl">Now the name is "todo.xml".</i>
</changed>
<fixed>
<i file="tohtml.xsl">HTML code into the "d" tag now transforms
properly.</i>
<i file="emcsh.xml">Enclosed keyboard commands into "d" tags
between "kbd" tags.</i>
<i file="emcsh.xml">Minor changes.</i>
</fixed>
</release>
<release n="4" date="2017.11.05"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="0.3">
<added>
<i file="emcsh.xml">IBM course, 5th module.</i>
<i file="changelog.xml">Attribute "email" into the tag
"release"</i>
<i file="README.md">Added the readme file.</i>
</added>
<changed>
<i file="tohtml.xsl">"@font-face" now uses only local files.</i>
</changed>
</release>
<release n="3" date="2017.11.04"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="0.2">
<added>
<i file="TODO.xml">Attribute "file" into the "i" tag.</i>
<i file="emcsh.xml">"Things you shuld never know about", a good
idea from another cheatsheet.</i>
<i file="emcsh.xml">IBM course, 3rd and 4th module.</i>
</added>
<changed>
<i file="TODO.xml">Modified the structure.</i>
<i file="tohtml.xsl">Implemented the footer with
"padding-bottom"</i>
</changed>
</release>
<release n="2" date="2017.10.31"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="0.1">
<added>
<i>Added the footer;</i>
<i>Added the Caslon fonts;</i>
<i>Added this changelog;</i>
<i>Added CSS instructions for the printing pagination;</i>
<i>Added a TODO list file;</i>
<i>Added some content.</i>
</added>
<changed>
<i>Deleted the empty lines between the paragraphs; replaced with
"padding-bottom" values in the CSS.</i>
<i>Some minor changes.</i>
</changed>
</release>
<release n="1" date="2017.10.29"
author="Pete Za Sayari" email="petezasayari@gmail.com"
ver="0.0">
<added>
<i>Created the project;</i>
</added>
</release>
</changelog>
<!--
== Template ===
<changelog>
<release [+]
n [ ] [INCREMENTAL NUM]
date [ ] [YYYY.MM.DD]
author [ ] [CDATA]
email [ ] [CDATA]
ver [?] [NUM.NUM]>
// new features
<added [?]>
// 'i' means 'item'
<i [+]
file [?] [CDATA]>
[PCDATA]
</i>
</added>
// changes in existing functionality
<changed [?]>
<i [+]
file [?] [CDATA]>
[PCDATA]
</i>
</changed>
// once-stable features removed in upcoming releases
<deprecated [?]>
<i [+]
file [?] [CDATA]>
[PCDATA]
</i>
</deprecated>
// deprecated features removed in this release
<removed [?]>
<i [+]
file [?] [CDATA]>
[PCDATA]
</i>
</removed>
// any bug fixes
<fixed [?]>
<i [+]
file [?] [CDATA]>
[PCDATA]
</i>
</fixed>
</release>
</changelog>
-->