Mercurial > urweb
comparison CHANGELOG @ 1261:04e9885cbe56
Add thunking to CHANGELOG
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 22 May 2010 14:14:02 -0400 |
parents | 83b1853d1e58 |
children | 7d0254d15b21 |
comparison
equal
deleted
inserted
replaced
1260:25ebd8c4fafb | 1261:04e9885cbe56 |
---|---|
2 Next | 2 Next |
3 ======== | 3 ======== |
4 | 4 |
5 - Changed URL escaping convention, to avoid confusing proxies. | 5 - Changed URL escaping convention, to avoid confusing proxies. |
6 The new convention is like the normal one, but with '.' instead of '%'. | 6 The new convention is like the normal one, but with '.' instead of '%'. |
7 - Changed JavaScript compilation of recursive functions to use thunks. | |
8 This change avoids most costs of functions not referenced on particular | |
9 pages, reducing loading time dramatically. | |
7 | 10 |
8 ======== | 11 ======== |
9 20100506 | 12 20100506 |
10 ======== | 13 ======== |
11 | 14 |