Index: third_party/undoview/README.chromium |
diff --git a/third_party/undoview/README.chromium b/third_party/undoview/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..260d8e34309fc8b4ba51d5d267e1a48646963ae5 |
--- /dev/null |
+++ b/third_party/undoview/README.chromium |
@@ -0,0 +1,9 @@ |
+Name: undoview |
+URL: http://projects.gnome.org/gtksourceview/ |
+ |
+This contains GtkUndoView, which is GtkTextView with undo/redo |
+support. The code to add the support is borrowed from GtkSourceView. |
+However since SV has a lot of other stuff we don't want, we borrow |
+only the undo support and add it to GtkTextView to create a |
+GtkUndoView. |
+ |