From 0bc9380b1b2da2daa2bee7af034cd5371cdd1359 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Mon, 13 Aug 2012 23:27:24 +0200 Subject: [PATCH] Checkin release notes --- Applications/TextMate/resources/ReleaseNotes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Applications/TextMate/resources/ReleaseNotes.md b/Applications/TextMate/resources/ReleaseNotes.md index 9bd178dc..b37bb3b2 100644 --- a/Applications/TextMate/resources/ReleaseNotes.md +++ b/Applications/TextMate/resources/ReleaseNotes.md @@ -1,5 +1,14 @@ # Release Notes +## 2012-08-13 + +* Consecutive deletes extend the yank clipboard. +* Tab triggers are once again rendered in the menu (though presently without the rounded rectangle) and all key equivalents are now shown menu (e.g. `⌃!` would previously not show). Also several legacy APis have been updated to the latest from Apple *[jtbandes]* +* When clearing the “CJK edit buffer” (e.g. via escape) then the following key press would be treated literally, e.g. pressing escape or delete would insert the character code for this key. +* Fixed crash when setting a non-path for `projectDirectory` and then doing a project folder search. +* For users of proxy auto-configuration (PAC) scripts, the actual URL TextMate needs to connect to (for software and bundle updates plus crash reporting) is now given to the PAC script. +* Fix crash for proxy users (introduced in last build). + ## 2012-08-12 * Fix problem with pressing return, tab, or escape after inserting CJK.