diff --git a/ChangeLog.txt b/ChangeLog.txt index 589d9a46..6360e820 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,17 @@ +2014.08.17 Version 1.1.6 + +* Bugfixes + - fix regression in double tap to highlight + - Improved Latex Mode (Daniel Felder) + +* API Changes + - editor.destroy destroys editor.session too (call editor.setSession(null) to prevent that) + +* new language modes + - Praat (José Joaquín Atria) + - Eiffel (Victorien Elvinger) + - G-code (Adam Joseph Cook) + 2014.07.09 Version 1.1.5 * Bugfixes diff --git a/Readme.md b/Readme.md index d621b2a6..2195ceda 100644 --- a/Readme.md +++ b/Readme.md @@ -30,7 +30,7 @@ Take Ace for a spin! Check out the Ace live [demo](http://ace.c9.io/build/kitchen-sink.html) or get a [Cloud9 IDE account](https://c9.io/) to experience Ace while editing one of your own GitHub projects. -If you want, you can use Ace as a textarea replacement thanks to the [Ace Bookmarklet](http://ajaxorg.github.io/ace/build/textarea/editor.html). +If you want, you can use Ace as a textarea replacement thanks to the [Ace Bookmarklet](http://ajaxorg.github.io/ace/build/demo/bookmarklet/index.html). Embedding Ace ------------- diff --git a/build b/build index cbc08e4e..d6da1f20 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit cbc08e4ebc4843eebec8dcd213751cb0d64c955b +Subproject commit d6da1f204327cdebb02a6330ea7a3fa7ba989824