Author: [email protected]
Date: Mon Jul 13 13:26:53 2009
New Revision: 5724
Modified:
branches/snapshot-2009.07.07-r5687/branch-info.txt
branches/snapshot-2009.07.07-r5687/user/src/com/google/gwt/user/client/ui/RichTextArea.java
Log:
Merged /tr...@r5723 into snapshot-2009.07.07 branch.
Removes some API additions from RichTextArea#ExtendedFormatter because the
additions were breaking changes.
Patch by: jlabanca
Review by: kprobst (desk)
Modified: branches/snapshot-2009.07.07-r5687/branch-info.txt
==============================================================================
--- branches/snapshot-2009.07.07-r5687/branch-info.txt (original)
+++ branches/snapshot-2009.07.07-r5687/branch-info.txt Mon Jul 13 13:26:53
2009
@@ -9,4 +9,6 @@
/trunk 5691, 5696 was merged (r5697) into snapshot
$ svn merge -c5691 https://google-web-toolkit.googlecode.com/svn/trunk
$ svn merge -c5696 https://google-web-toolkit.googlecode.com/svn/trunk
+/trunk 5723 was merged (r5724) into snapshot
+ $ svn merge -r5722:5723
https://google-web-toolkit.googlecode.com/svn/trunk .
Modified:
branches/snapshot-2009.07.07-r5687/user/src/com/google/gwt/user/client/ui/RichTextArea.java
==============================================================================
---
branches/snapshot-2009.07.07-r5687/user/src/com/google/gwt/user/client/ui/RichTextArea.java
(original)
+++
branches/snapshot-2009.07.07-r5687/user/src/com/google/gwt/user/client/ui/RichTextArea.java
Mon Jul 13 13:26:53 2009
@@ -210,13 +210,6 @@
void insertHorizontalRule();
/**
- * Inserts generic html.
- *
- * @param html the HTML to insert
- */
- void insertHTML(String html);
-
- /**
* Inserts an image element.
*
* @param url the url of the image to be inserted
@@ -246,11 +239,6 @@
void leftIndent();
/**
- * Redo an action that was just undone.
- */
- void redo();
-
- /**
* Removes all formatting on the selected text.
*/
void removeFormat();
@@ -269,11 +257,6 @@
* Toggles strikethrough.
*/
void toggleStrikethrough();
-
- /**
- * Undo the last action.
- */
- void undo();
}
/**
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---