# HG changeset patch # User Adam Chlipala # Date 1432139605 14400 # Node ID 58f71898cd9d262ab547155ebd8afb454e195aaf # Parent 5a010f408f369f09bbc01602bcdfe6bc5754306c New release diff -r 5a010f408f36 -r 58f71898cd9d CHANGELOG --- a/CHANGELOG Thu May 07 09:50:37 2015 -0400 +++ b/CHANGELOG Wed May 20 12:33:25 2015 -0400 @@ -1,3 +1,17 @@ +======== +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:
, +- New urweb-mode Emacs command: 'urweb-close-matching-tag' +- Bug fixes + ======== 20150412 ======== diff -r 5a010f408f36 -r 58f71898cd9d configure.ac --- a/configure.ac Thu May 07 09:50:37 2015 -0400 +++ b/configure.ac Wed May 20 12:33:25 2015 -0400 @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20150412]) -WORKING_VERSION=1 +AC_INIT([urweb], [20150520]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it