Mon Dec  1 11:40:01 EST 2008  [EMAIL PROTECTED]
  * update to base>=4; replace all Control.Exception with Control.OldException

Mon Dec  1 11:40:33 EST 2008  [EMAIL PROTECTED]
  * Yi.Keymap.Emacs: +standard emacs M-; binding

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512


New patches:

[update to base>=4; replace all Control.Exception with Control.OldException
[EMAIL PROTECTED]
 Ignore-this: 205b7c23a4ffcc16b8612d0b4edc9352
] replace ./HConf.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Shim/SHM.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Yi/Core.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Yi/Keymap.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Yi/Keymap/Emacs/Utils.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Yi/Keymap/Emacs/Utils.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Yi/Keymap/Keys.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Yi/Keymap/Keys.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Yi/Main.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Yi/Main.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Yi/Misc.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
replace ./Yi/MkTemp.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
hunk ./Yi/Process.hs 12
 
 import Control.Concurrent       (forkIO)
 import Control.Monad(liftM)
- -import qualified Control.Exception
+import qualified Control.Exception as Control.Exception
 
 import Foreign.Marshal.Alloc(allocaBytes)
 import Foreign.C.String
replace ./Yi/Process.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
hunk ./Yi/Process.hs 12
 
 import Control.Concurrent       (forkIO)
 import Control.Monad(liftM)
- -import qualified Control.OldException as Control.OldException
+import qualified Control.OldException as Control.Exception
 
 import Foreign.Marshal.Alloc(allocaBytes)
 import Foreign.C.String
replace ./Yi/UI/Vty.hs [A-Za-z_0-9\-\.] Control.Exception Control.OldException
hunk ./yi.cabal 234
         build-depends: Cabal >= 1.6 && < 1.7
         build-depends: Diff >=0.1 && <0.2
         build-depends: array, containers,  directory, mtl, process, old-locale, old-time, random
- -        build-depends: base == 3.*
+        build-depends: base>=4
         build-depends: binary >=0.4.2 && <0.5
         build-depends: bytestring >=0.9.1 && <0.9.2
         -- build-depends: derive >=0.1 && <0.2 
[Yi.Keymap.Emacs: +standard emacs M-; binding
[EMAIL PROTECTED]
 Ignore-this: 5abf2d7154acfdcce44286f34ec238b9
] hunk ./Yi/Keymap/Emacs.hs 145
          , metaCh '<'           ?>>! (repeatingArg topB)
          , metaCh '>'           ?>>! (repeatingArg botB)
          , metaCh '%'           ?>>! queryReplaceE
+         , metaCh ';'           ?>>! withModeB modeToggleCommentSelection
          , metaCh 'a'           ?>>! (repeatingArg $ moveB unitSentence Backward)
          , metaCh 'b'           ?>>! (repeatingArg prevWordB)
          , metaCh 'c'           ?>>! (repeatingArg capitaliseWordB)

Context:

[Main.hs: minor indent
[EMAIL PROTECTED]
 Ignore-this: b53fd55beb556c92b6bba9ee4a49cd61
] 
[added C-w and C-u to ex mode
Aleksandar Dimitrov <[EMAIL PROTECTED]>**20081201103414] 
['ZZ' closes window, not editor, 'ZQ' == ':q!'
Aleksandar Dimitrov <[EMAIL PROTECTED]>**20081201103311] 
[bump version number
[EMAIL PROTECTED] 
[TAG 0.5.2
[EMAIL PROTECTED] 
Patch bundle hash:
44ead83f3b8b34eedfebd811c7941cd949cd96a2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREKAAYFAkk0E6MACgkQvpDo5Pfl1oJqEgCbBrvq4DH7dmapAtb3ur5FdP/k
kx4AnRw+bXz2dgAtgp86VSsAVVFy3hr8
=dbue
-----END PGP SIGNATURE-----

Reply via email to