Branch: refs/heads/bootstrap-dev
  Home:   https://github.com/yi-editor/yi
  Commit: a1807e95beccfb90a18b64a6042222f768679e94
      
https://github.com/yi-editor/yi/commit/a1807e95beccfb90a18b64a6042222f768679e94
  Author: Dominique Devriese <dominique.devri...@cs.kuleuven.be>
  Date:   2011-12-25 (Sun, 25 Dec 2011)

  Changed paths:
    M yi/src/library/System/CanonicalizePath.hs
    M yi/src/library/Yi/Misc.hs

  Log Message:
  -----------
  Implement two shorthands that Emacs allows in file prompt
minibuffers, which I find very useful: "somedir//someotherdir" is
taken to mean "/someotherdir", "somedir/~/someotherdir" is taken to
mean "~/someotherdir".


  Commit: cc5e11e38c89255bccffef76279f10e4166c15d0
      
https://github.com/yi-editor/yi/commit/cc5e11e38c89255bccffef76279f10e4166c15d0
  Author: Dominique Devriese <dominique.devri...@cs.kuleuven.be>
  Date:   2011-12-27 (Tue, 27 Dec 2011)

  Changed paths:
    M yi/src/library/System/CanonicalizePath.hs
    M yi/src/library/Yi/Misc.hs

  Log Message:
  -----------
  Make file path shorthands complete properly.


  Commit: 45267e0b01a01c560623ec1ddb633724b075dd5e
      
https://github.com/yi-editor/yi/commit/45267e0b01a01c560623ec1ddb633724b075dd5e
  Author: Dominique Devriese <dominique.devri...@cs.kuleuven.be>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M AUTHORS
    M yi-contrib/yi-contrib.cabal
    M yi/src/library/Yi/Boot.hs
    M yi/src/library/Yi/Buffer/Misc.hs
    M yi/src/library/Yi/Editor.hs
    M yi/src/library/Yi/Prelude.hs
    M yi/src/library/Yi/Syntax/Latex.hs
    M yi/src/library/Yi/Syntax/OnlineTree.hs
    M yi/src/library/Yi/Syntax/Paren.hs
    M yi/src/library/Yi/Syntax/Strokes/Haskell.hs
    M yi/src/library/Yi/Syntax/Tree.hs
    M yi/yi.cabal

  Log Message:
  -----------
  Merge ../yi


  Commit: a9b93883a9e4ac04f63e2767f98e0b35b5aec256
      
https://github.com/yi-editor/yi/commit/a9b93883a9e4ac04f63e2767f98e0b35b5aec256
  Author: Dominique Devriese <dominique.devri...@cs.kuleuven.be>
  Date:   2012-07-11 (Wed, 11 Jul 2012)

  Changed paths:
    A yi/src/library/Control/Exc.hs
    M yi/src/library/Shim/CabalInfo.hs
    M yi/src/library/System/CanonicalizePath.hs
    M yi/src/library/System/FriendlyPath.hs
    M yi/src/library/Yi/Buffer/HighLevel.hs
    M yi/src/library/Yi/Buffer/Misc.hs
    M yi/src/library/Yi/Command.hs
    M yi/src/library/Yi/Completion.hs
    M yi/src/library/Yi/Config/Default.hs
    M yi/src/library/Yi/Core.hs
    M yi/src/library/Yi/Dired.hs
    M yi/src/library/Yi/IReader.hs
    M yi/src/library/Yi/Keymap.hs
    M yi/src/library/Yi/Keymap/Vim.hs
    M yi/src/library/Yi/Lexer/ObjectiveC.x
    M yi/src/library/Yi/Main.hs
    M yi/src/library/Yi/Misc.hs
    M yi/src/library/Yi/Modes.hs
    M yi/src/library/Yi/Process.hs
    M yi/src/library/Yi/Search.hs
    M yi/yi.cabal

  Log Message:
  -----------
  merge path shorthand changes with HEAD


  Commit: 6d555d9b855b22aaf99d38918b85c29e1fc74140
      
https://github.com/yi-editor/yi/commit/6d555d9b855b22aaf99d38918b85c29e1fc74140
  Author: Michal J. Gajda <mjga...@mail.google.com>
  Date:   2012-07-16 (Mon, 16 Jul 2012)

  Changed paths:
    M yi/src/library/Yi/Boot.hs
    M yi/yi.cabal

  Log Message:
  -----------
  Enables convenient profiling with patched Dyre.

Note that one has to use compilation flags and patched Dyre with
rtsOptsHandling configuration parameter.

Compile with:
cabal install --enable-library-profiling    \
        --enable-executable-profiling \
        --flags=profiling

RTS options will be automatically forwarded from main binary by Dyre.


  Commit: 3f82cbf54c461356635aef0470269a4eb92c0314
      
https://github.com/yi-editor/yi/commit/3f82cbf54c461356635aef0470269a4eb92c0314
  Author: Corey O'Connor <coreyocon...@gmail.com>
  Date:   2012-07-18 (Wed, 18 Jul 2012)

  Changed paths:
    M yi/src/library/System/CanonicalizePath.hs
    M yi/src/library/Yi/Misc.hs

  Log Message:
  -----------
  Merge pull request #17 from dominiquedevriese/master

Emacs-like file path shorthands


  Commit: bf1b25f555ecbbedb4645cf2bef1ac602b86c6de
      
https://github.com/yi-editor/yi/commit/bf1b25f555ecbbedb4645cf2bef1ac602b86c6de
  Author: Corey O'Connor <coreyocon...@gmail.com>
  Date:   2012-07-18 (Wed, 18 Jul 2012)

  Changed paths:
    M yi/src/library/Yi/Boot.hs
    M yi/yi.cabal

  Log Message:
  -----------
  Merge pull request #33 from mgajda/master

Convenient yi executable profiling and forwarding of runtime system options


  Commit: cbb4724024dcf6a38ca97ae35c5d66041844d931
      
https://github.com/yi-editor/yi/commit/cbb4724024dcf6a38ca97ae35c5d66041844d931
  Author: Corey O'Connor <coreyocon...@gmail.com>
  Date:   2012-07-20 (Fri, 20 Jul 2012)

  Changed paths:
    M yi-contrib/yi-contrib.cabal
    M yi/yi.cabal

  Log Message:
  -----------
  up version to 0.6.6.0 for release.


  Commit: 195cb8275eefc931b871c42f9e7c6947a8259f86
      
https://github.com/yi-editor/yi/commit/195cb8275eefc931b871c42f9e7c6947a8259f86
  Author: Corey O'Connor <coreyocon...@gmail.com>
  Date:   2012-07-20 (Fri, 20 Jul 2012)

  Changed paths:
    M yi-contrib/yi-contrib.cabal
    M yi/yi.cabal

  Log Message:
  -----------
  up version to 0.6.6.1 for development


  Commit: 15c5a2cbe2c8cd1edcde3b34719363c8da9350c2
      
https://github.com/yi-editor/yi/commit/15c5a2cbe2c8cd1edcde3b34719363c8da9350c2
  Author: Corey O'Connor <coreyocon...@gmail.com>
  Date:   2012-07-20 (Fri, 20 Jul 2012)

  Changed paths:
    M yi/yi.cabal

  Log Message:
  -----------
  remove hacking mode for now. avoids cabal sdist bug?


  Commit: 079fb95f7409cec62f4b5aeb8a402ba61cb00e75
      
https://github.com/yi-editor/yi/commit/079fb95f7409cec62f4b5aeb8a402ba61cb00e75
  Author: Corey O'Connor <coreyocon...@gmail.com>
  Date:   2012-07-21 (Sat, 21 Jul 2012)

  Changed paths:
    M packages/contrib/yi-contrib.cabal
    M src/library/System/CanonicalizePath.hs
    M src/library/Yi/Boot.hs
    M src/library/Yi/Misc.hs
    M yi/yi.cabal

  Log Message:
  -----------
  Merge branch 'master' into bootstrap-dev


Compare: https://github.com/yi-editor/yi/compare/72c70f799c8a...079fb95f7409

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

Reply via email to