1 patch for repository ham...@code.haskell.org:/srv/code/yi:

Mon Apr 12 18:34:04 NZST 2010  Hamish Mackenzie 
<hamish.k.macken...@googlemail.com>
  * Export some CUA functions and fix Gtk imports issue
-- 
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel

To unsubscribe, reply using "remove me" as the subject.
New patches:

[Export some CUA functions and fix Gtk imports issue
Hamish Mackenzie <hamish.k.macken...@googlemail.com>**20100412063404
 Ignore-this: ca47d5d9e15e04b98b40d2f0075529db
] hunk ./src/Yi/Keymap/Cua.hs 3
 -- Copyright (c) 2008 Jean-Philippe Bernardy
 
-module Yi.Keymap.Cua (keymap, portableKeymap) where
+module Yi.Keymap.Cua (keymap, portableKeymap, cut, paste, copy, del) where
 
 import Prelude (length, take, drop)
 import Yi.Core
hunk ./src/Yi/UI/Pango/Control.hs 52
 import Yi.Monad
 import Yi.Style
 import Yi.UI.Utils
-import Graphics.UI.Gtk as Gtk hiding(Action, Point, Region, get)
+import Graphics.UI.Gtk as Gtk
+       (Color(..), PangoRectangle(..), Rectangle(..), selectionDataSetText,
+        targetString, clipboardSetWithData, clipboardRequestText,
+        selectionPrimary, clipboardGetForDisplay, widgetGetDisplay,
+        onMotionNotify, drawRectangle, drawLine, newGCValues, gcSetValues,
+        layoutIndexToPos, layoutGetCursorPos, drawLayout, gcNew,
+        widgetGetDrawWindow, layoutSetAttributes, widgetGrabFocus,
+        scrolledWindowSetPolicy, scrolledWindowAddWithViewport,
+        scrolledWindowNew, contextGetMetrics, contextGetLanguage,
+        layoutSetFontDescription, layoutEmpty, widgetCreatePangoContext,
+        widgetModifyBg, drawingAreaNew, FontDescription, ScrolledWindow,
+        FontMetrics, Language, DrawingArea, layoutXYToIndex, layoutSetText,
+        layoutGetText, widgetSetSizeRequest, layoutGetPixelExtents,
+        layoutSetWidth, layoutGetWidth, layoutGetFontDescription,
+        PangoLayout, descent, ascent, widgetGetSize, widgetQueueDraw,
+        mainQuit, signalDisconnect, ConnectId(..), PolicyType(..),
+        StateType(..), EventMask(..), AttrOp(..), Weight(..),
+        PangoAttribute(..), Underline(..), FontStyle(..))
+import qualified Graphics.UI.Gtk as Gtk
 import qualified Graphics.UI.Gtk.Gdk.Events as Gdk.Events
 import System.Glib.GError
 import Control.Monad.Reader (liftIO, ask, asks, MonadReader(..))

Context:

[More progress on Yi.UI.Pango.Control
Hamish Mackenzie <hamish.k.macken...@googlemail.com>**20100404103555
 Ignore-this: 212c8aec438a6a0742f2690242f352a4
] 
[IReader.hs: switch M-Del to M-0
gwe...@gmail.com**20100325154110
 Ignore-this: 8a220d97977e5db509d7b6b344611ea
 M-Del doesn't work with urxvt, it seems, and I am doubtful it works in general.
 But M-0 will work or fail with the other bindings.
] 
[Cleanup syntax files
jeffwhee...@gmail.com**20100326043211
 Ignore-this: 714d6df1f570a4de23fb052b04e93944
] 
[Significant cleanup, -Wall to Yi.Syntax.Tree
jeffwhee...@gmail.com**20100325075221
 Ignore-this: a106e842ae56b004edab83cf7dea5f0f
] 
[Cleanup Yi.Syntax.Tree (replace local function with Control.Arrow's `first`)
jeffwhee...@gmail.com**20100325063218
 Ignore-this: 1819a1e305d5d52b0fef28b048141dfb
] 
[Fix documentation formatting (remove broken linkification)
jeffwhee...@gmail.com**20100325063013
 Ignore-this: 7bcc3f61408f4c6df696f76445aaeee3
] 
[-Wall (RecursiveDo -> DoRec, requires 6.12)
jeffwhee...@gmail.com**20100325053035
 Ignore-this: 36c0c99feadf155016ce86219f5f5580
] 
[Display errors in configuration in both cold boot and reload
jeffwhee...@gmail.com**20100325031845
 Ignore-this: 11b26dd4e1ab79736610723afe8b2cb0
] 
[TAG 0.6.2.2
jeffwhee...@gmail.com**20100324171312
 Ignore-this: 729a069566b7090ea9de3d2a9038f4c7
] 
Patch bundle hash:
565871c7bd1289c5ede250d32e953b666533610c

Reply via email to