[dev-list] [GIT] devparrot/devparrot.git branch, master, updated. 54244776263af56159e1454d80b3c858e359b9a9 |
[ Thread Index |
Date Index
| More devparrot.org/dev-list Archives
]
- To: dev-list@xxxxxxxxxxxxx
- Subject: [dev-list] [GIT] devparrot/devparrot.git branch, master, updated. 54244776263af56159e1454d80b3c858e359b9a9
- From: git@xxxxxxxxxxxxx
- Date: Wed, 27 May 2015 17:40:12 +0200
This is an automated email from git. It was enerated because a ref
change was pushed to the repository "devparrot/devparrot.git".
The branch, master has been updated
via 54244776263af56159e1454d80b3c858e359b9a9 (commit)
via 4ea2e5fc1ed487fa815e27e66f794865fc3fa927 (commit)
via b3c9b3c2a3ff3a78d44244bc9b27501fa955e1cb (commit)
via 9e73873229f387b2de251d69bd13dc759649a6df (commit)
via c58fdbb772fb776896ed85a5360366ab13b2c784 (commit)
via 2d6714b56561432f61794f0eed4945dc0139704a (commit)
via 004d8a265d60528a831dce200329e064b98c84f9 (commit)
via a85da3c0b7044eda706cf9d7342a92020a341bc7 (commit)
via 68a02c0445e2a8af3e38722e8d229ae345a54a38 (commit)
via 1e494620c1cab422206b9143f2b37afe36d228ae (commit)
via d31561681ba49142164fd6bfd17ceb924024eb2f (commit)
via 64df1d2be909e85518aa3ffcebee33443ab69b29 (commit)
via 67cd7fb954175d4c576a2a8a25a62d091902d270 (commit)
via fcab418a90e09f3d6cbccda5ca9e5d2c305d82fd (commit)
from b9877ac18cdf086ad040023bd910078a0c8fd2b3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 54244776263af56159e1454d80b3c858e359b9a9
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Wed May 27 17:31:04 2015 +0200
Fix shell command.
- Use pty only for stdout.
- Read and write are "simultanous", not ones after others.
- Properly yield string and write bytes.
commit 4ea2e5fc1ed487fa815e27e66f794865fc3fa927
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Wed May 27 17:25:40 2015 +0200
Be sure that a search do not go after end_search.
commit b3c9b3c2a3ff3a78d44244bc9b27501fa955e1cb
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Wed May 27 17:25:21 2015 +0200
End index and range using end now resolve correctly (instead of line==-1).
commit 9e73873229f387b2de251d69bd13dc759649a6df
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Wed May 27 17:24:14 2015 +0200
Contextualize the get of config stuff in completion.
commit c58fdbb772fb776896ed85a5360366ab13b2c784
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Wed May 27 17:23:46 2015 +0200
The completion_functions option can be directly a function, not only a str.
commit 2d6714b56561432f61794f0eed4945dc0139704a
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Wed May 27 17:22:50 2015 +0200
Spawn a pre-save event before saving a file.
commit 004d8a265d60528a831dce200329e064b98c84f9
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Wed May 27 17:22:16 2015 +0200
Fix typos in "bind del"
commit a85da3c0b7044eda706cf9d7342a92020a341bc7
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Wed May 27 17:21:52 2015 +0200
Do not check ret code as there is no more ret code.
commit 68a02c0445e2a8af3e38722e8d229ae345a54a38
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Wed May 27 17:21:15 2015 +0200
Do not show completion on insert if insert is out of screen.
commit 1e494620c1cab422206b9143f2b37afe36d228ae
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Fri May 15 17:15:32 2015 +0200
No need of pseudo namespace for replace command.
commit d31561681ba49142164fd6bfd17ceb924024eb2f
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Fri May 15 17:14:09 2015 +0200
Add a corresponding config option when loading custom module.
commit 64df1d2be909e85518aa3ffcebee33443ab69b29
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Fri May 15 17:11:43 2015 +0200
Add debug option for profiling devparrot.
commit 67cd7fb954175d4c576a2a8a25a62d091902d270
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Mon Mar 30 17:46:45 2015 +0200
Do not really do the delete if we try to delete an empty range.
commit fcab418a90e09f3d6cbccda5ca9e5d2c305d82fd
Author: Matthieu Gautier <matthieu.gautier@xxxxxxxxxxx>
Date: Mon Mar 30 17:21:37 2015 +0200
Fix comparison of End index with other index.
-----------------------------------------------------------------------
Summary of changes:
devparrot/__init__.py | 23 +++++++++++--
devparrot/commands/core/module.py | 2 ++
devparrot/commands/debug.py | 28 ++++++++++++++-
devparrot/commands/replace.py | 23 +++++--------
devparrot/commands/shell.py | 59 +++++++++++++++++++-------------
devparrot/core/command/bind.py | 4 +--
devparrot/core/completion.py | 12 +++++--
devparrot/core/document.py | 3 +-
devparrot/core/textCompletion.py | 12 +++++--
devparrot/core/utils/posrange/index.py | 11 ++++++
devparrot/core/utils/posrange/tag.py | 2 +-
devparrot/models/sourceBuffer.py | 20 +++++++++--
12 files changed, 144 insertions(+), 55 deletions(-)
hooks/post-receive
--
devparrot/devparrot.git