diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-05-20 13:50:49 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-05-20 13:50:49 -0400 |
commit | 7ea9d17bad72cf2829c75d8d241fafa70b2c9b94 (patch) | |
tree | 170320af7177fe9e033d376d3b70e45a8dccb942 /CHANGELOG | |
parent | 2721267f40e35a3a2acfa8ee332bda454823ef83 (diff) | |
parent | 5c118b9e9a58e0ae09ddd74bea2a9823badb9ba5 (diff) |
Merge branch 'upstream' into dfsg_clean20150520+dfsg
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,4 +1,18 @@ ======== +20150520 +======== + +- Change default behavior of client-side GUI event handlers: + By default, events are now passed to handlers on parent DOM nodes as well, + just like in normal JavaScript. + Call [preventDefault] or [stopPropagation] to tweak that behavior. + WARNING: This change may break backward compatibility! +- URIs specified with 'file' .urp directive are implicitly allowed to be referenced. +- New HTML tags: <fieldset>, <legend> +- New urweb-mode Emacs command: 'urweb-close-matching-tag' +- Bug fixes + +======== 20150412 ======== |