forked from edicl/cl-who
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
133 lines (105 loc) · 3.16 KB
/
CHANGELOG
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
Version 1.1.4
2014-11-28
update support info (Hans Huebner)
Version 1.1.3
2013-11-16
Add type check to guard against invalid stream argument (Stas Boukarev)
Version 1.1.2
2013-11-16
Missing comma in macro expansion (Jeff Cunningham)
Fix style-warning
Version 1.1.1
2012-09-04
Bug fixes for broken declaration processing (Stas Boukarev)
Version 1.1.0
2012-09-01
Make declarations work as advertised (Ala'a Mohammad Alawi)
Add :description to .asd file
Fix and improve tests
Add *HTML-NO-INDENT-TAGS* (Nikodemus Siivola)
Documentation fixes
Version 1.0.0
2010-0x-xx
Refactored internals and made STR etc. local macros
Added test suite
todo: replace s-h-texp with walk in docs
Removed deprecated ESCAPE-STRING-ISO-8859 function
Removed SHOW-HTML-EXPANSION
Bugfixes (thanks to Slawek Zak)
Added support for HTML5 (Chaitanya Gupta)
Test portability fixes and improvements (Nikodemus Siivola)
New *HTML-NO-INDENT-TAGS* variable to selectively suppress indentation (Nikodemus Siivola)
Lock package on SBCL (Nikodemus Siivola)
Version 0.11.1
2008-03-28
Replaced T with t to be friendly to AllegroCL's "modern" mode (thanks to John Maraist)
Version 0.11.0
2007-08-24
Replaces *DOWNCASE-TAGS-P* with *DOWNCASE-TOKENS-P* (thanks to Osei Poku)
Version 0.10.0
2007-07-25
Added ESCAPE-CHAR-... functions (based on a patch by Volkan Yazici)
Version 0.9.1
2007-05-28
Fixed bug in CONVERT-TAG-TO-STRING-LIST (thanks to Simon Cusack)
Version 0.9.0
2007-05-08
Changed behaviour of STR and ESC when "argument" is NIL (patch by Mac Chan)
Version 0.8.1
2007-04-27
Removed antiquated installation instructions and files (thanks to a hint by Mac Chan)
Version 0.8.0
2007-04-27
Added *HTML-EMPTY-TAG-AWARE-P* (patch by Mac Chan)
A bit of refactoring
Version 0.7.1
2007-04-05
Made *HTML-MODE* a compile-time flag (patch by Mac Chan)
Version 0.7.0
2007-03-23
Added *DOWNCASE-TAGS-P* (patch by Mac Chan)
Version 0.6.3
2006-12-22
Fixed example for CONVERT-TAG-TO-STRING-LIST (thanks to Daniel Gackle)
Version 0.6.2
2006-10-10
Reintroduced ESCAPE-STRING-ISO-8859-1 for backwards compatibility
Version 0.6.1
2006-07-27
EVAL CONSTANTP forms in attribute position (caught by Erik Enge)
Added WHO nickname to CL-WHO package
Version 0.6.0
2005-08-02
Introduced *ATTRIBUTE-QUOTE-CHAR* and HTML-MODE and adapted code accordingly (patch by Stefan Scholl)
Version 0.5.0
2005-03-01
Enable customization via CONVERT-TAG-TO-STRING-LIST
Version 0.4.4
2005-01-22
Explicitely provide elementy type for +SPACES+ to prevent problems with LW (thanks to Bob Hutchinson)
Version 0.4.3
2004-09-13
ESCAPE-STRING-ISO-8859 wasn't exported
Version 0.4.2
2004-09-08
Fixed bug in docs (caught by Peter Seibel)
Added hyperdoc support
Version 0.4.1
2004-04-15
Added :CL-WHO to *FEATURES* (for TBNL)
Version 0.4.0
2003-12-03
Allow for optional LHTML syntax (patch by Kevin Rosenberg)
Version 0.3.0
2003-08-02
Changed behaviour of attributes (incompatible with 0.2.0 syntax!) due to a question by Jörg-Cyril Höhle
Changed ' back to ' because of IE
Version 0.2.0
2003-07-27
Changed default for :PROLOGUE (I was convinced by Rob Warnock and Eduardo Muñoz)
Version 0.1.1
2003-07-20
Typo in WITH-OUTPUT-TO-STRING
Version 0.1.0
2003-07-17
Initial release