comparison CHANGELOG @ 2241:2b1af5dc6dee

Merge.
author Ziv Scully <ziv@mit.edu>
date Sun, 19 Jul 2015 19:05:16 -0700
parents 58f71898cd9d
children a86749aef6eb
comparison
equal deleted inserted replaced
2240:88cc0f44c940 2241:2b1af5dc6dee
1 ========
2 20150520
3 ========
4
5 - Change default behavior of client-side GUI event handlers:
6 By default, events are now passed to handlers on parent DOM nodes as well,
7 just like in normal JavaScript.
8 Call [preventDefault] or [stopPropagation] to tweak that behavior.
9 WARNING: This change may break backward compatibility!
10 - URIs specified with 'file' .urp directive are implicitly allowed to be referenced.
11 - New HTML tags: <fieldset>, <legend>
12 - New urweb-mode Emacs command: 'urweb-close-matching-tag'
13 - Bug fixes
14
1 ======== 15 ========
2 20150412 16 20150412
3 ======== 17 ========
4 18
5 - Several new infix operators for function composition, etc. 19 - Several new infix operators for function composition, etc.