Mercurial > urweb
comparison CHANGELOG @ 1561:3b57a6ddef1a
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 17 Sep 2011 13:03:17 -0400 |
parents | 52fbd8534ef3 |
children | 3a33cd0b61d9 |
comparison
equal
deleted
inserted
replaced
1560:63311c13d9f7 | 1561:3b57a6ddef1a |
---|---|
1 ======== | 1 ======== |
2 Next | 2 20110917 |
3 ======== | 3 ======== |
4 | 4 |
5 - Start of official tutorial | 5 - Start of official tutorial |
6 - Compiler support for generating nice tutorial HTML from literate source files | 6 - Compiler support for generating nice tutorial HTML from literate source files |
7 - New protocol 'static' for generating static pages | 7 - New protocol 'static' for generating static pages |
8 - Replace GCCARGS configure variable with CCARGS | 8 - Replace GCCARGS 'configure' variable with CCARGS |
9 - Better support for compilation with Clang (including on OS X) | |
10 - Fancier 'configure' script with versioning | |
9 - Applications consult URWEB_STACK_SIZE environment variable to determine thread | 11 - Applications consult URWEB_STACK_SIZE environment variable to determine thread |
10 stack size | 12 stack size |
11 - Bug fixes | 13 - HTML tag IDs now drawn from an abstract type |
14 - New Basis functions: diffInSeconds, mkMonad, onClick, onDblclick, onKeydown, | |
15 onKeypress, onKeyup, onMousedown, onMouseup, preventDefault, stopPropagation, | |
16 toSeconds | |
17 - Add <image> tag | |
18 - Add 'target' attribute for <a> | |
19 - New compiler command-line option: -dumpTypes | |
20 - New syntactic sugar for computed ORDER BY clauses | |
21 - Bug fixes and optimization improvements | |
12 | 22 |
13 ======== | 23 ======== |
14 20110715 | 24 20110715 |
15 ======== | 25 ======== |
16 | 26 |