From 10e03fbd69d9474e71e7646d04e84cae738e521b Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 19 May 2014 21:04:07 -0400 Subject: [PATCH] modify revisions and incorporate additional Python changes --- build/shared/revisions.txt | 3 ++- todo.txt | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 20dd16ad6..4b6516220 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -25,9 +25,10 @@ PDE X and other Modes and Tools. + Make "Archive Sketch" Tool force a .zip file extension https://github.com/processing/processing/issues/2526 -+ Modifications for capture and movie events with Python Mode ++ Event handling modifications in video and serial libraries w/ Python Mode https://github.com/processing/processing/pull/2527 https://github.com/processing/processing/pull/2528 + https://github.com/processing/processing/pull/2529 + Permit mouse PRESS to set mouseX/mouseY https://github.com/processing/processing/pull/2509 diff --git a/todo.txt b/todo.txt index 611491eea..9441fdb50 100644 --- a/todo.txt +++ b/todo.txt @@ -20,6 +20,9 @@ J modifications for captureEvent and Python J https://github.com/processing/processing/pull/2527 J Permit implementing movieEvent without having to link to Movie at build time J https://github.com/processing/processing/pull/2528 +J implement serial events without having to link to Serial at build time +J https://github.com/processing/processing/pull/2529 + medium _ possible to open a sketch multiple times