Mercurial > urweb
changeset 2146:58f71898cd9d
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 20 May 2015 12:33:25 -0400 |
parents | 5a010f408f36 |
children | 265c1aeed71b |
files | CHANGELOG configure.ac |
diffstat | 2 files changed, 16 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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: <fieldset>, <legend> +- New urweb-mode Emacs command: 'urweb-close-matching-tag' +- Bug fixes + ======== 20150412 ========
--- 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