Tue Jul 28 01:12:41 BST 2009 Robin Green <gree...@greenrd.org> * Preserve permissions Fixes bug 281
--~--~---------~--~----~------------~-------~--~----~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
New patches: [Preserve permissions Robin Green <gree...@greenrd.org>**20090728001241 Ignore-this: a11043e7cd39b82fb8a0435558fbdf Fixes bug 281 ] hunk ./yi.cabal 344 build-depends: utf8-string >= 0.3.1 build-depends: uniplate build-depends: unix-compat >=0.1 && <0.2 - build-depends: cautious-file >= 0.1.3 && <0.2 + build-depends: cautious-file >= 0.1.4 && <0.2 ghc-options: -Wall -fno-warn-orphans -threaded -- orphans are a performance warning, but Context: [improved rule for "let" jeanphilippe.berna...@gmail.com**20090727122849 Ignore-this: 4a6629914f28a1d6f7fdb31fa116120c ] [style jeanphilippe.berna...@gmail.com**20090727122840 Ignore-this: d415bc6bea1c5abbf8e2e93bcb31fd5a ] [comments jeanphilippe.berna...@gmail.com**20090727115657 Ignore-this: 85eddc0ce96eac04f50d4f9171373495 ] [one more test case jeanphilippe.berna...@gmail.com**20090727101357 Ignore-this: dca46467ad8eb3fe643969ec45434bd7 ] [More style jeanphilippe.berna...@gmail.com**20090727101347 Ignore-this: 2c8acb5ff408eef4c5524bcd1fb5292f ] [properly handle set of extra recognized symbols jeanphilippe.berna...@gmail.com**20090727101202 Ignore-this: 4bbeed8fa89060d8222cc79aaf9cc366 ] [style jeanphilippe.berna...@gmail.com**20090727094938 Ignore-this: 14d2c01497e0d9f595f01183c9fc9c02 ] [In is always properly recognized jeanphilippe.berna...@gmail.com**20090727094912 Ignore-this: 4d024aa05b07ab95a149091b0d9bf7a4 ] [Move tests to where they should be; add new test case jeanphilippe.berna...@gmail.com**20090727094404 Ignore-this: e093d34bb29fd75a51d66ef6068ea8bb ] [The set of "added recognized symbols" can be used in isNoiseErr too jeanphilippe.berna...@gmail.com**20090726201542 Ignore-this: a6168a9b0ad0ee0d9474bd1b1bffbc02 ] [Equal is not properly recognized in record declarations jeanphilippe.berna...@gmail.com**20090726201226 Ignore-this: cd6ca20d67e831ec576ba819b35e01dc As of this patch, there is an error in parsing OnlineTree.hs ] [Pipe is normally not a recoverable symbol jeanphilippe.berna...@gmail.com**20090726195627 Ignore-this: f5d115de9ce5dce1b937710fdf4cd25a ] [simplify isNoiseErr jeanphilippe.berna...@gmail.com**20090726195326 Ignore-this: e64e896c3401adb2feb2b18e108d4280 ] ['{' is not noise jeanphilippe.berna...@gmail.com**20090726195108 Ignore-this: 50ad62a8cabe23d7032800079dff5119 ] [renamings jeanphilippe.berna...@gmail.com**20090726194951 Ignore-this: cb58110c4c77afc9a5940d861edc413d ] [comment jeanphilippe.berna...@gmail.com**20090726194648 Ignore-this: f435323a3a956b5d2f3560a8e2f39352 ] [use the endBlock name if possible jeanphilippe.berna...@gmail.com**20090726194412 Ignore-this: 1e586405922ba85141869025777ebf3d ] [Syntax/Haskell.hs: Removed the error lists that was sent around ande...@student.chalmers.se**20090726162902 Ignore-this: a1ca2964c2c4ca7aca6b4f6102f9fa76 ] [comment left-factorisation of type and equation jeanphilippe.berna...@gmail.com**20090726152954 Ignore-this: e20e8f2d4828128de7779635e5dc476 ] [Properly classify all reserved operators jeanphilippe.berna...@gmail.com**20090726152917 Ignore-this: d860f37687bc82817a67bbb7a8bab974 ] [Syntax/Haskell.hs: pFunLHS is now called pFunDecl ande...@student.chalmers.se**20090726124315 Ignore-this: b86a96e804a054bcc63251db700f125a ] [Fix copyright notice and add comments jeanphilippe.berna...@gmail.com**20090726122521 Ignore-this: ad993e80c48321e8a1f52e97fd8a974 ] [remove dead duplicated code jeanphilippe.berna...@gmail.com**20090726120848 Ignore-this: c1533705de6aae1aef141902ffde470f ] [update pointedlist minimum version jfo...@gmail.com**20090722145832] [Syntax/Haskell.hs: cleanup ande...@student.chalmers.se**20090716171425 Ignore-this: f92dc85a1dd3fe46835e4f87dbff9a6d ] [Yi.Scion -Wall Jeff Wheeler <jeffwhee...@gmail.com>**20090720220649 Ignore-this: 40bc67b9009310e78a7247219c3f8288 ] [Use cautious-file to save files Robin Green <gree...@greenrd.org>**20090720054854 Ignore-this: b05a76ae0e4384df5f0cd05b19c6f2a0 The cautious-file package tries to reduce the risk of data loss ] [scion: experiments jeanphilippe.berna...@gmail.com**20090719094610 * Copied stuff from the Server to find things; the functionality to get info about the stuff on the cursor is better. * Tried cabal load; failed. ] [Makefile: add ghc package to interactive rule jeanphilippe.berna...@gmail.com**20090719094544] [cleanup published actions jeanphilippe.berna...@gmail.com**20090719094502] [expose Scion stuff if available jeanphilippe.berna...@gmail.com**20090719094417] [Don't show mini buffer titles for tabs or windows Jeff Wheeler <jeffwhee...@gmail.com>**20090719025509 Ignore-this: f13b34599c9545d22e5e9d60f47b9e09 ] [Use a proper Gtk Statusbar, rather than just a label Jeff Wheeler <jeffwhee...@gmail.com>**20090718223540 Ignore-this: 434a6f538c2035aca2d16995ef609692 ] [Add doc/monads.html, which documents how to run actions in different contexts Jeff Wheeler <jeffwhee...@gmail.com>**20090718221618 Ignore-this: 75b3a6f0a2b1349f6e2c4129c17339fa I'd love if somebody with a better understanding of these monads could mark out which cases are impossible. ] [Char.Unicode: add superscripts Nicolas Pouillard <nicolas.pouill...@gmail.com>**20090718175401 Ignore-this: 5d6b5ce01b91364604bd02b27231e191 ] [Move haskell source files into src/ Jeff Wheeler <jeffwhee...@gmail.com>**20090718151803 Ignore-this: 397bcfe14a6774159d408b76ed67f74c I think this greatly simplifies the structure of the base directory, since we had so many source directories in the root. ] [Store "inserting" attribute in buffer's Attributes Jeff Wheeler <jeffwhee...@gmail.com>**20090718074250 Ignore-this: cb3a7bef598aff38f408bda712863b85 ] [Small -Wall Jeff Wheeler <jeffwhee...@gmail.com>**20090718074226 Ignore-this: a4db1393555aeb3d87a84e7c137d1db6 ] [Support tab abbreviation in Pango Jeff Wheeler <jeffwhee...@gmail.com>**20090718055856 Ignore-this: 4c71ae4cedff8d2e8b35de2d05e43390 ] [Add brief documentation for Yi.Scion.functionType Jeff Wheeler <jeffwhee...@gmail.com>**20090718055821 Ignore-this: af358fe0b3156e7fd0503af23133ac53 ] [Hide left pane entirely until Scion integration is possible Jeff Wheeler <jeffwhee...@gmail.com>**20090718053340 Ignore-this: 943257258e7ed7c0c128aa072c050067 ] [Respect configs to not line-wrap in Pango (adds horizontal scrollbar support) Jeff Wheeler <jeffwhee...@gmail.com>**20090718043917 Ignore-this: f85d431996d7941c0eedcc89401f02ab ] [Correctly show modeline in Pango (and small -Wall) Jeff Wheeler <jeffwhee...@gmail.com>**20090718030411 Ignore-this: 14c66d8a1d6246ea80600970f0e4dedc ] [Show modeline in Pango Jeff Wheeler <jeffwhee...@gmail.com>**20090718022849 Ignore-this: b73c2b34b677ded1c77a60908e28a58d ] [Fix Yi.Config.Default to use functionType scion action by default Jeff Wheeler <jeffwhee...@gmail.com>**20090718012444 Ignore-this: d36a0c838d0b0ed9ee1c9fba40a50c4f ] [Cleanup in Yi.Scion (and yi.cabal) Jeff Wheeler <jeffwhee...@gmail.com>**20090717234111 Ignore-this: ebc69031d112f37be61ab771c597da2a ] [Begin Yi.Snippets.Haskell Jeff Wheeler <jeffwhee...@gmail.com>**20090717223905 Ignore-this: df637f5aa30b6b11d2af9aecd42484d7 As far as I can tell, dependent bits don't currently work. Is this correct? ] [Update my config, based on Yi.Scion Jeff Wheeler <jeffwhee...@gmail.com>**20090717223116 Ignore-this: c5aa2626985e47b3b92ecc85d0c5ed25 ] [Integrate Jeff's scion bindings jeanphilippe.berna...@gmail.com**20090717210028 Ignore-this: 846107b07de052d21fea418291d62af7 ] [add Jeff's config jeanphilippe.berna...@gmail.com**20090717202115 Ignore-this: 156fbfba29496d7efc760aed13ce1c4c ] [grepFind: fix argument order jeanphilippe.berna...@gmail.com**20090716094545 Ignore-this: 43614cb6a300dec516482cd39306ec6a ] [Syntax/Haskell.hs: Small improvements ande...@student.chalmers.se**20090715095310 Ignore-this: a6846c241b670efb5cc3cc3b0779aa8f ] [TAG 0.6.1 Jeff Wheeler <jeffwhee...@gmail.com>**20090714203551 Ignore-this: 3a5417411f2772b433887f3c80c44627 ] Patch bundle hash: 7997a1306babe214086830a4bcac999b4d97e633