<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Functions, branch zsh-5.0.3</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Functions?h=zsh-5.0.3</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Functions?h=zsh-5.0.3'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2013-12-05T20:06:34Z</updated>
<entry>
<title>32089: tweak to detect Subversion repository</title>
<updated>2013-12-05T20:06:34Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2013-12-03T21:06:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c1a15fb1522b85a0780ce3f67ec1254115b18501'/>
<id>urn:sha1:c1a15fb1522b85a0780ce3f67ec1254115b18501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>32066: fix %r and %S in vcs_info formats when a repository subdirectory is accessed via a symlink</title>
<updated>2013-11-29T20:32:36Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2013-11-29T20:32:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9972fdeead12204192cd40e4331ff8f89434df04'/>
<id>urn:sha1:9972fdeead12204192cd40e4331ff8f89434df04</id>
<content type='text'>
31985 Clemens Hammacher and 32064 Hong Xu
</content>
</entry>
<entry>
<title>32031 plus missed _run_help: get helpfiles install path corect in functions</title>
<updated>2013-11-23T17:44:12Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2013-11-23T17:44:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9503b161ab893a5d5c6ac6f9fdd9e938aee7045c'/>
<id>urn:sha1:9503b161ab893a5d5c6ac6f9fdd9e938aee7045c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31940: zcalc -e uses arguments as input</title>
<updated>2013-11-08T11:34:37Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-11-08T11:34:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=12251d65ffd6fe150f538cee819336228d8bcc31'/>
<id>urn:sha1:12251d65ffd6fe150f538cee819336228d8bcc31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some syntax adjustments in _expand_word_and_keep.  Add a working URL.</title>
<updated>2013-10-27T21:12:54Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2013-10-27T21:12:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4748eff7d2e97ff652f5d75d33b9aad12d7d917f'/>
<id>urn:sha1:4748eff7d2e97ff652f5d75d33b9aad12d7d917f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31711: add execute-never style for MIME function system.</title>
<updated>2013-09-08T20:12:13Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2013-09-08T20:12:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=061e80950223501fbcb77e987a9a0dafedf6f229'/>
<id>urn:sha1:061e80950223501fbcb77e987a9a0dafedf6f229</id>
<content type='text'>
Allows alien file systems to be marked as not having executable fiels
</content>
</entry>
<entry>
<title>users/17955: new "disown" style for MIME handlers.</title>
<updated>2013-08-29T09:48:49Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-08-29T09:48:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1c9931cc7d37cac9aebb034444fb87e0901e914a'/>
<id>urn:sha1:1c9931cc7d37cac9aebb034444fb87e0901e914a</id>
<content type='text'>
Makes handlers put into the background run without job control.
</content>
</entry>
<entry>
<title>31634: run-help compat with alias to noglob/nocorrect</title>
<updated>2013-08-07T08:11:56Z</updated>
<author>
<name>Phil Pennock</name>
<email>pdpennock@users.sourceforge.net</email>
</author>
<published>2013-08-07T07:50:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=180c4c049c60c963378da8f9582937eb1682870e'/>
<id>urn:sha1:180c4c049c60c963378da8f9582937eb1682870e</id>
<content type='text'>
Given `alias fetch='noglob fetch'`, without this change `run-help fetch`
recurses to invoke itself on the noglob command, bringing up the help
for noglob.  Similarly for nocorrect.  Thus the user would have to quit
out of the pager, then avoid quitting out of the loop, so that they can
go into the second iteration and see the help for the second instance
found by `whence -a`, which happens to be the target of the alias.
With common pagers, that's thus 'q', 'not-q'.  Somewhat frustrating.

Without this change, `alias foo='noglob bar'` where `foo` is not
otherwise a command would _never_ show the help for `bar`, since it only
showed the help for `noglob` and there was no second line of whence
output to trigger the second pass.

With this change, aliases to `noglob|nocorrect` of a command somewhat
ignore the presence of that precommand modifier; if a command is aliased
to `noglob $itself`, then the result is that the first line of whence
output is shown, no pager is used, the user can immediately see a prompt
to continue and press something other-than-q to see the help for the
command.

If given `alias foo='noglob bar'` then `run-help foo` will immediately
show the help for bar.

This behaviour was chosen to be consistent with the existing alias
support, but just working better with the precommand modifier.
</content>
</entry>
<entry>
<title>31503: zmv improvements for user-specified programs.</title>
<updated>2013-07-03T11:46:02Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-07-03T11:46:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=669c070efe06d1820ccb32adaa6b1512279401ab'/>
<id>urn:sha1:669c070efe06d1820ccb32adaa6b1512279401ab</id>
<content type='text'>
-p splits words of commands passed to it.
-P is like -p for when the program doesn't understand the -- convention
</content>
</entry>
<entry>
<title>31485: vcs_info, git: Avoid error messages for `guilt' users</title>
<updated>2013-06-18T07:16:59Z</updated>
<author>
<name>Frank Terbeck</name>
<email>ft@bewatermyfriend.org</email>
</author>
<published>2013-06-18T06:39:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=88599a0508d584c8e899dc74640b5d58d3ec03c6'/>
<id>urn:sha1:88599a0508d584c8e899dc74640b5d58d3ec03c6</id>
<content type='text'>
Guilt uses the same internal directory for keeping state as stgit, but
it doesn't use the same files (not surprisingly). This caused error
messages due to missing files.

This fixes that by making the "stgit-active?" test stricter.

Reported-by: Axel Beckert &lt;abe@debian.org&gt;
</content>
</entry>
<entry>
<title>31422: better heuristic for timestamps in age function</title>
<updated>2013-05-29T18:20:12Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2013-05-29T18:20:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=711c103e77cf362b7222de5062127df2ffe7a1f1'/>
<id>urn:sha1:711c103e77cf362b7222de5062127df2ffe7a1f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31418: improve documentation for "age" function</title>
<updated>2013-05-21T16:11:04Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-05-21T16:11:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=692a15363f1332ad62e3e915a7842fbc343d45b3'/>
<id>urn:sha1:692a15363f1332ad62e3e915a7842fbc343d45b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31417: age function needs protection against file names starting "-"</title>
<updated>2013-05-21T13:45:52Z</updated>
<author>
<name>Stephane Chazelas</name>
<email>stephane.chazelas@gmail.com</email>
</author>
<published>2013-05-21T13:45:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2989e4b66e5efc9a756f59a738f9de32bb4d62cf'/>
<id>urn:sha1:2989e4b66e5efc9a756f59a738f9de32bb4d62cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31222: Stop {up,down}-line-or-beginning-search from triggering warn_create_global</title>
<updated>2013-04-05T19:05:54Z</updated>
<author>
<name>Frank Terbeck</name>
<email>ft@bewatermyfriend.org</email>
</author>
<published>2013-04-05T18:39:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e619a7353ad32934d680140e54358c835276ca2e'/>
<id>urn:sha1:e619a7353ad32934d680140e54358c835276ca2e</id>
<content type='text'>
This is a followup to 30995 taking Peter's suggestions from 30997 into
account.
</content>
</entry>
<entry>
<title>31155: minor extra zcalc features and documentation</title>
<updated>2013-03-17T20:52:55Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2013-03-17T20:52:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ab8fe84a8c179f5990c4fd7cd7e2cfa82ed03cc3'/>
<id>urn:sha1:ab8fe84a8c179f5990c4fd7cd7e2cfa82ed03cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31154: make zcalc understand continuation lines with a backslash</title>
<updated>2013-03-15T20:15:10Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2013-03-15T20:15:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=136cc1e1b79ebc07f5deb630fea9d325276d077c'/>
<id>urn:sha1:136cc1e1b79ebc07f5deb630fea9d325276d077c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>31136: vcs_info: just set parameters instead of passing over a pipe</title>
<updated>2013-03-10T13:18:32Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2013-03-10T13:18:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=44907223ff14d424dbfcec4871e41053a07a1dc7'/>
<id>urn:sha1:44907223ff14d424dbfcec4871e41053a07a1dc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30639: Add support for showing the current action is cherry-pick to vcs_info git backend</title>
<updated>2013-03-10T12:47:39Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2013-03-10T12:47:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0c8625299ae79759ef909c0909b8f7e9b9003d30'/>
<id>urn:sha1:0c8625299ae79759ef909c0909b8f7e9b9003d30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/17666: zcalc -f sets FORCE_FLOAT</title>
<updated>2013-03-05T20:06:59Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2013-03-05T20:06:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=26694406f22f0fe37d0b751066200bf0cfdec165'/>
<id>urn:sha1:26694406f22f0fe37d0b751066200bf0cfdec165</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/17608: use function to modify currrent command line argument</title>
<updated>2013-01-24T20:28:20Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2013-01-24T20:28:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6265394d6bc431b9e972aaeccc29582a5694f842'/>
<id>urn:sha1:6265394d6bc431b9e972aaeccc29582a5694f842</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Baptiste Daroussin: 30703: VCS_INFO_detect_fossil: Fix fossil detection on unix</title>
<updated>2012-09-28T22:11:32Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2012-09-28T22:11:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2e6363ed505157fd09f3f473356912bddf8ba640'/>
<id>urn:sha1:2e6363ed505157fd09f3f473356912bddf8ba640</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag from the hg vcs_info backend</title>
<updated>2012-09-28T22:07:29Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2012-09-28T22:07:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=feb6169bcd8920ccda0ee20b8089d9f3ca8010ba'/>
<id>urn:sha1:feb6169bcd8920ccda0ee20b8089d9f3ca8010ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stepan Koltsov: 30634: use (q-) quoting</title>
<updated>2012-08-20T14:03:04Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-08-20T14:03:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=07fd604718b0b2202808c121f7bbcb4dce5c9ae5'/>
<id>urn:sha1:07fd604718b0b2202808c121f7bbcb4dce5c9ae5</id>
<content type='text'>
for zmv output for clarity.
</content>
</entry>
<entry>
<title>Stepan Koltsov: vcs_info: %a to output number of all patches in (no)?patch-format styles</title>
<updated>2012-08-17T08:22:52Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2012-08-17T08:22:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3aae0ef8fecd69c983e6452a6b4f9c641cac9ab1'/>
<id>urn:sha1:3aae0ef8fecd69c983e6452a6b4f9c641cac9ab1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/17134: avoid bad math error</title>
<updated>2012-06-16T04:30:35Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2012-06-16T04:30:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=38a4364db5ff298558fea28334a49c41f5921e7e'/>
<id>urn:sha1:38a4364db5ff298558fea28334a49c41f5921e7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/17132: skip-whitespace-first style for compatibility with bash etc.</title>
<updated>2012-06-04T16:40:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-06-04T16:40:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5b32dece551b9b71d5704701b1b5dcaf8eea09d2'/>
<id>urn:sha1:5b32dece551b9b71d5704701b1b5dcaf8eea09d2</id>
<content type='text'>
in widgets using forward-word-match
</content>
</entry>
<entry>
<title>Juliano Ravasi: VCS_INFO_get_data_git: Fix initialisation of `$stgit_unapplied'</title>
<updated>2012-05-23T07:39:48Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2012-05-23T07:39:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c45bb3e70c616b359f05e4fac0414375aa93acf1'/>
<id>urn:sha1:c45bb3e70c616b359f05e4fac0414375aa93acf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30468: prompt_fade_setup: add missing $</title>
<updated>2012-05-14T15:24:20Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2012-05-14T15:24:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2a7c994ed47e0e04edf9dc1b905016975094bd60'/>
<id>urn:sha1:2a7c994ed47e0e04edf9dc1b905016975094bd60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30461, 30462 (tweaked): add missing local for match, mbegin and mend</title>
<updated>2012-05-02T13:09:37Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2012-05-02T13:09:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=150dc9021bcf8a03671424142a9ffbfecd516915'/>
<id>urn:sha1:150dc9021bcf8a03671424142a9ffbfecd516915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30388, 30389 (Stephane): zargs: handle zero-length arguments.</title>
<updated>2012-04-12T18:45:59Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-04-12T18:45:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5e2fe3ca18887063f02a677baeb35eb669dec7eb'/>
<id>urn:sha1:5e2fe3ca18887063f02a677baeb35eb669dec7eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/16944: more locals needed in url-quote-magic</title>
<updated>2012-04-01T17:28:31Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-04-01T17:28:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=246a63d9d32e3291ef4993719565d0f087f795a3'/>
<id>urn:sha1:246a63d9d32e3291ef4993719565d0f087f795a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add some braces to avoid compiler warnings</title>
<updated>2012-03-30T11:01:11Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-03-30T11:01:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=791ada572b5c91b17b1b3c71af48c6bf9b1ca111'/>
<id>urn:sha1:791ada572b5c91b17b1b3c71af48c6bf9b1ca111</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/16932: implement $UNDO_CHANGE_NO and argument to undo widget</title>
<updated>2012-03-29T20:31:33Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-03-29T20:31:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=13a45d74eb246894516aa9315622cf99d7f27697'/>
<id>urn:sha1:13a45d74eb246894516aa9315622cf99d7f27697</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted (users/16697): use a better output file name when the DISPLAY</title>
<updated>2012-03-01T03:36:48Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2012-03-01T03:36:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=915766c624880ead34a80796a80f014822db3d96'/>
<id>urn:sha1:915766c624880ead34a80796a80f014822db3d96</id>
<content type='text'>
variable refers to a socket file (MacOS); fix problem with writing the
output file when the user overrides the default value of TERM.
</content>
</entry>
<entry>
<title>unposted (30090): add -h (help) and -L (list extant hooks) options.</title>
<updated>2012-03-01T03:35:49Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2012-03-01T03:35:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f2bf8fa36582e79361a1a961119a8ccb128bbb35'/>
<id>urn:sha1:f2bf8fa36582e79361a1a961119a8ccb128bbb35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/16760: make reply local in url-quote-magic for the benefit of styles</title>
<updated>2012-02-14T15:33:01Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-02-14T15:33:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c3b79e0f69cc56c208573c72f03d229321dea92c'/>
<id>urn:sha1:c3b79e0f69cc56c208573c72f03d229321dea92c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30214: emulate bash's \$ prompt behavior.</title>
<updated>2012-02-14T05:22:01Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2012-02-14T05:22:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a6dbc790651f30984427fe2c7a4b52760fdd8561'/>
<id>urn:sha1:a6dbc790651f30984427fe2c7a4b52760fdd8561</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30214: prompt_redhat_setup: Fix quoting in `redhat' prompt.</title>
<updated>2012-02-13T20:06:49Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2012-02-13T20:06:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6157e2d00b5e92e2682059e090e8b86e1a97b66d'/>
<id>urn:sha1:6157e2d00b5e92e2682059e090e8b86e1a97b66d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30114: VCS_INFO_check_com: Remove a superfluous stat()</title>
<updated>2012-01-19T16:57:40Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2012-01-19T16:57:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0d15215d86737a93a7ee284bc8f25b19ecabbe7f'/>
<id>urn:sha1:0d15215d86737a93a7ee284bc8f25b19ecabbe7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30087: Christian Höltje: remove any hooks with prompt theme</title>
<updated>2012-01-05T20:04:09Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2012-01-05T20:04:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=942fe9d6de40c0dc3028fc1d762b06124bb1a3b8'/>
<id>urn:sha1:942fe9d6de40c0dc3028fc1d762b06124bb1a3b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30046: VCS_INFO_get_data_svn: Fix support for subversion version 1.7</title>
<updated>2011-12-30T13:32:51Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-12-30T13:32:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ee03cac7fea67062eff3340b018b8d38c35f6a95'/>
<id>urn:sha1:ee03cac7fea67062eff3340b018b8d38c35f6a95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>30020: prevent prompt_opts and zle_highlight from leaking out of</title>
<updated>2011-12-13T17:43:55Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2011-12-13T17:43:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c33f3b07478307db0ff6ed7227d82a3454f9d851'/>
<id>urn:sha1:c33f3b07478307db0ff6ed7227d82a3454f9d851</id>
<content type='text'>
prompt_preview_theme
</content>
</entry>
<entry>
<title>Missed file.</title>
<updated>2011-11-20T16:05:12Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-11-20T16:05:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6e29de366cadd79b66b8e8eb1426cff06d407074'/>
<id>urn:sha1:6e29de366cadd79b66b8e8eb1426cff06d407074</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29908: make MIME functions handle stacked suffixes</title>
<updated>2011-11-18T09:52:50Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-11-18T09:52:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7c4a81113448b4177bd9c35fd5b04b60dcaf35a7'/>
<id>urn:sha1:7c4a81113448b4177bd9c35fd5b04b60dcaf35a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Akinori MUSHA: 29900: Backends/VCS_INFO_detect_svn: Adjust detection to support subversion 1.7.</title>
<updated>2011-11-09T17:49:25Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-11-09T17:49:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6ed7fab103836bb4fd716e90eef255630674fffe'/>
<id>urn:sha1:6ed7fab103836bb4fd716e90eef255630674fffe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29894: display and use previous replacement in replace-string</title>
<updated>2011-11-07T11:13:48Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-11-07T11:13:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ec6914b061c652a26078af71a29a3d3402583b52'/>
<id>urn:sha1:ec6914b061c652a26078af71a29a3d3402583b52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29892: fix regular expression replacements in replace-string</title>
<updated>2011-11-04T14:31:23Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-11-04T14:31:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a6e039e12e5b9e480b876971ff644c3180efb2bc'/>
<id>urn:sha1:a6e039e12e5b9e480b876971ff644c3180efb2bc</id>
<content type='text'>
improve variable save and restore in read-from-minibuffer
</content>
</entry>
<entry>
<title>users/16291: prompt_bart_preexec uses history text in the non-"fg" case</title>
<updated>2011-08-29T16:08:28Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2011-08-29T16:08:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=557baa173c6be93e475d6e25d3fb0c80164d6e87'/>
<id>urn:sha1:557baa173c6be93e475d6e25d3fb0c80164d6e87</id>
<content type='text'>
to avoid alias expansion.
</content>
</entry>
<entry>
<title>Belatedly add move-line-in-buffer.</title>
<updated>2011-08-20T18:39:24Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2011-08-20T18:39:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c4beabbc643d5cea4f1a54ecc65fe82d25175d56'/>
<id>urn:sha1:c4beabbc643d5cea4f1a54ecc65fe82d25175d56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use preexec hook to replace "fg" et al. with the jobtext of the resumed job.</title>
<updated>2011-08-18T02:23:31Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2011-08-18T02:23:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fdcabaf507ba1dd41fe1345f15989623c941ba31'/>
<id>urn:sha1:fdcabaf507ba1dd41fe1345f15989623c941ba31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28852: Use syntax that doesn't depend on SHORT_LOOPS being set.</title>
<updated>2011-08-14T13:40:53Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2011-08-14T13:40:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=20c52f622154ed00fac8ed3cf6416e955551d372'/>
<id>urn:sha1:20c52f622154ed00fac8ed3cf6416e955551d372</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29644: work around _describe bug, plus cosmetic tweaks</title>
<updated>2011-08-03T20:57:32Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-08-03T20:57:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4a3ce8ab89c73f88559d9c48fdb4ed459a8aceef'/>
<id>urn:sha1:4a3ce8ab89c73f88559d9c48fdb4ed459a8aceef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29526: vcs_info: Set `max-exports' early after certain `start-up' hooks.</title>
<updated>2011-06-30T07:43:53Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-06-30T07:43:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f028b97e8f0c7906af4a76909436e9a7f5a06d8a'/>
<id>urn:sha1:f028b97e8f0c7906af4a76909436e9a7f5a06d8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Jeremy Sylvestre: 29468: add some ligatures and symbols to composed characters</title>
<updated>2011-06-08T17:19:12Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-06-08T17:19:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=525d0adf1588fd88c3365e626da0bd06a304ef32'/>
<id>urn:sha1:525d0adf1588fd88c3365e626da0bd06a304ef32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix whitespace in Functions/Zle/move-line-in-buffer</title>
<updated>2011-06-05T05:40:53Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2011-06-05T05:40:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c0d2cb5d025290efd0301bce4ddb7ad23c129eae'/>
<id>urn:sha1:c0d2cb5d025290efd0301bce4ddb7ad23c129eae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/16064: example widget for line motion inside multiline buffers</title>
<updated>2011-06-01T15:30:20Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2011-06-01T15:30:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0cc65dba531a792db26592a4e9c1efe5f9f667bd'/>
<id>urn:sha1:0cc65dba531a792db26592a4e9c1efe5f9f667bd</id>
<content type='text'>
without navigating history
</content>
</entry>
<entry>
<title>Jan Pobrislo: 29411: vcs_info: Major bzr backend update.</title>
<updated>2011-05-31T19:07:06Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-05-31T19:07:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5e2a1cf4cc261d9b9c6f9dea5a53983e04afe275'/>
<id>urn:sha1:5e2a1cf4cc261d9b9c6f9dea5a53983e04afe275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29307, 29308 + replies: Fix some doubled words in docs and comments.</title>
<updated>2011-05-19T16:10:46Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2011-05-19T16:10:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0'/>
<id>urn:sha1:72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: Revert change from 28896, which did more evil than good.</title>
<updated>2011-04-25T22:26:18Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-04-25T22:26:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=875f048b8b1d364b7498681eba972b4f07d8010b'/>
<id>urn:sha1:875f048b8b1d364b7498681eba972b4f07d8010b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28959: Make the nvcsformats style be used if vcs_info is disabled.</title>
<updated>2011-03-30T21:24:42Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-03-30T21:24:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=eb46727d3a03f2282e811664eee68c7e581c3277'/>
<id>urn:sha1:eb46727d3a03f2282e811664eee68c7e581c3277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28961: Add `no-vcs' hook.</title>
<updated>2011-03-30T21:19:17Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-03-30T21:19:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7c50fa1262bd106a923f8b7be85d8f23afc4ecc7'/>
<id>urn:sha1:7c50fa1262bd106a923f8b7be85d8f23afc4ecc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28960: Add functions to add/remove static hooks.</title>
<updated>2011-03-30T21:17:07Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-03-30T21:17:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=abe0ee3936c7f4a291666af3a9d70ed2a6d710f4'/>
<id>urn:sha1:abe0ee3936c7f4a291666af3a9d70ed2a6d710f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28958: Support registering hooks independent of the context.</title>
<updated>2011-03-30T21:13:37Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-03-30T21:13:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d7bcf2bb96047aa6a00d59885d1343ef4e0db54f'/>
<id>urn:sha1:d7bcf2bb96047aa6a00d59885d1343ef4e0db54f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new vcs_info backend files to corresponding `.distfiles' file.</title>
<updated>2011-03-30T20:11:17Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-03-30T20:11:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=15779b019d2f68eedb7ef506f96b87e52a9e46ba'/>
<id>urn:sha1:15779b019d2f68eedb7ef506f96b87e52a9e46ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mike Meyer: 28956, 28957: Add fossil support to vcs_info.</title>
<updated>2011-03-30T20:07:05Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-03-30T20:07:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ae6fb299f33e8dcffeb18787b4a041f47f17cab5'/>
<id>urn:sha1:ae6fb299f33e8dcffeb18787b4a041f47f17cab5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28896: unset `monitor' option while the widget is running to avoid accidential data loss.</title>
<updated>2011-03-16T20:53:57Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-03-16T20:53:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=166d91a4809fff831c77084d318d3e4a7a9b6743'/>
<id>urn:sha1:166d91a4809fff831c77084d318d3e4a7a9b6743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/15864: turn zsh_directory_name into a hook</title>
<updated>2011-03-11T16:32:07Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-03-11T16:32:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f2dca9e155f25ee57f15df7dc2dc81489e1abbae'/>
<id>urn:sha1:f2dca9e155f25ee57f15df7dc2dc81489e1abbae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adrian: 28857: Functions/Prompts/prompt_bigfade_setup: use %d instead of $PWD</title>
<updated>2011-03-05T17:34:21Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2011-03-05T17:34:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1a3612f119a6082031203ffb3208eec865adc12f'/>
<id>urn:sha1:1a3612f119a6082031203ffb3208eec865adc12f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28853: Fix typo: preceed -&gt; precede</title>
<updated>2011-03-04T13:25:25Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-03-04T13:25:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2eac10577064b3de18173ba0e2ee07ee55240feb'/>
<id>urn:sha1:2eac10577064b3de18173ba0e2ee07ee55240feb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28776: Let vcs_info detect very old mercurial repositories.</title>
<updated>2011-02-19T11:54:41Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-02-19T11:54:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3c020a9a9c3b0cee6c25e565e001e3bbc0e1c421'/>
<id>urn:sha1:3c020a9a9c3b0cee6c25e565e001e3bbc0e1c421</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28772: Update regions in region highlight dynamically</title>
<updated>2011-02-18T22:08:45Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-02-18T22:08:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=212ca9edf9c2be0499cdce39326abba57b088bcd'/>
<id>urn:sha1:212ca9edf9c2be0499cdce39326abba57b088bcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28758: make `colors' function work with non-default option sets</title>
<updated>2011-02-15T09:28:54Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-02-15T09:28:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9bfc05e3dba10929cf13dd7628bf8adac7d6345a'/>
<id>urn:sha1:9bfc05e3dba10929cf13dd7628bf8adac7d6345a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/15738: better cursor positioning in modify-current-argument</title>
<updated>2011-02-11T19:28:44Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-02-11T19:28:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2c31feef4d7fef24a19e633fbf50b846aeaccb34'/>
<id>urn:sha1:2c31feef4d7fef24a19e633fbf50b846aeaccb34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lennart Weller: 28739: Fix svn detection in vcs_info</title>
<updated>2011-02-11T07:05:09Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2011-02-11T07:05:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f5b07d486868dcfa5c4b2b9a2fddccb70498515e'/>
<id>urn:sha1:f5b07d486868dcfa5c4b2b9a2fddccb70498515e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/15759 for send-invisible</title>
<updated>2011-02-11T04:03:11Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2011-02-11T04:03:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d5e53b0077f649988d38ac33640f81bcbcc56942'/>
<id>urn:sha1:d5e53b0077f649988d38ac33640f81bcbcc56942</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Štěpán Němec: 28533: typos</title>
<updated>2010-12-17T17:10:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-12-17T17:10:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c9a70e18fdfc945affe88516ae014f3e8a81dfea'/>
<id>urn:sha1:c9a70e18fdfc945affe88516ae014f3e8a81dfea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/15583: update with zstyles and for ease of use in zle-line-init.</title>
<updated>2010-11-27T19:47:00Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2010-11-27T19:47:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=828574d953596545ad0d62beb952a6a5978e9244'/>
<id>urn:sha1:828574d953596545ad0d62beb952a6a5978e9244</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/15580: fix MIME handler completion on fallthrough</title>
<updated>2010-11-25T15:43:14Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-11-25T15:43:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2b361ad11671444831fef3b04bd610c26c2e19e9'/>
<id>urn:sha1:2b361ad11671444831fef3b04bd610c26c2e19e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Jérôme Pouiller: 28351: new help functions</title>
<updated>2010-10-18T09:33:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-10-18T09:33:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=76351e9b69812c6757c9b5e1e36f99dba417b98d'/>
<id>urn:sha1:76351e9b69812c6757c9b5e1e36f99dba417b98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28345: make ${(D)...} return a fully usable command line argument</title>
<updated>2010-10-15T18:56:16Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-10-15T18:56:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bdb38058e4bf67d3a473c806bbb5d7eac5187f51'/>
<id>urn:sha1:bdb38058e4bf67d3a473c806bbb5d7eac5187f51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: safety on regexp errors in replace-string-again</title>
<updated>2010-09-08T16:32:44Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-09-08T16:32:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=154b7351f4b246077ef03217f33b11de27c350f9'/>
<id>urn:sha1:154b7351f4b246077ef03217f33b11de27c350f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: tweak newline placement.</title>
<updated>2010-08-10T18:57:43Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2010-08-10T18:57:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0bb608abc417f5dea96d2fc7e65ac125b5153f83'/>
<id>urn:sha1:0bb608abc417f5dea96d2fc7e65ac125b5153f83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28137: zsh-mime-handler typo: $argv[0] should be $argv[1]</title>
<updated>2010-08-08T17:20:54Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-08-08T17:20:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a9e7fd4e757924dd11279fba5c7808aac6c1df59'/>
<id>urn:sha1:a9e7fd4e757924dd11279fba5c7808aac6c1df59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Seth House: 28114: vcs_info, git: Fix revision lookup with packed repositories.</title>
<updated>2010-08-02T21:11:08Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2010-08-02T21:11:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=01b4a673102c7f20c9b6ef43dc2a3784c73a9391'/>
<id>urn:sha1:01b4a673102c7f20c9b6ef43dc2a3784c73a9391</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/15204: in zfinit check for compctl before using</title>
<updated>2010-07-28T15:53:32Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-07-28T15:53:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=93e0bc094fe10cb5b20a53818247d10a2ecdec14'/>
<id>urn:sha1:93e0bc094fe10cb5b20a53818247d10a2ecdec14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>c.f. users/15202: use "autoload -Uz" consistently</title>
<updated>2010-07-28T14:01:12Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-07-28T14:01:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4de3dbac168aa5e89d4f7c278917c8af4b226542'/>
<id>urn:sha1:4de3dbac168aa5e89d4f7c278917c8af4b226542</id>
<content type='text'>
</content>
</entry>
<entry>
<title>c.f. users/15202: use "autoload -Uz" consistently</title>
<updated>2010-07-28T13:33:52Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-07-28T13:33:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1'/>
<id>urn:sha1:10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28096: don't add $OLDPWD to recent dirs as we weren't there</title>
<updated>2010-07-20T21:46:42Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-07-20T21:46:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bdfc1edc899036d0538dd360963cabce0d5e1838'/>
<id>urn:sha1:bdfc1edc899036d0538dd360963cabce0d5e1838</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28081: cdr tweaks</title>
<updated>2010-07-20T18:59:15Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-07-20T18:59:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c42ae31a190834df88af3339465e4ee2429b7592'/>
<id>urn:sha1:c42ae31a190834df88af3339465e4ee2429b7592</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28095: Fix two hard-coded invocations of the "git" command.</title>
<updated>2010-07-19T20:05:22Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2010-07-19T20:05:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bb95aef24fb0228eb5dceb71e13f64de056ccc08'/>
<id>urn:sha1:bb95aef24fb0228eb5dceb71e13f64de056ccc08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28093, based on Michel Lespinasse: 28090: Fix a problem with `check-for-changes' and freshly initialised repositories.</title>
<updated>2010-07-19T19:20:27Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2010-07-19T19:20:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9b2334cf558b7537047d40c239acc07dcecd5232'/>
<id>urn:sha1:9b2334cf558b7537047d40c239acc07dcecd5232</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28065 plus unposted zsh.mdd:</title>
<updated>2010-07-09T14:47:48Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-07-09T14:47:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5da6530d831ea8a00943b39359d535ea59996894'/>
<id>urn:sha1:5da6530d831ea8a00943b39359d535ea59996894</id>
<content type='text'>
add cdr and related functions and docs
</content>
</entry>
<entry>
<title>28062: make the filename even longer</title>
<updated>2010-06-30T13:22:51Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2010-06-30T13:22:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=924f40b772d7c222ffe8db502fb88cc897fd9902'/>
<id>urn:sha1:924f40b772d7c222ffe8db502fb88cc897fd9902</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28061: transpose filename halves, describe action better</title>
<updated>2010-06-30T13:08:14Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2010-06-30T13:08:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6e0d1b57ce09e9bf4851d8be3052501485634689'/>
<id>urn:sha1:6e0d1b57ce09e9bf4851d8be3052501485634689</id>
<content type='text'>
</content>
</entry>
<entry>
<title>27998: add recommended zshrc option.</title>
<updated>2010-06-30T12:49:29Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2010-06-30T12:49:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e1772fd0462b7657220e7edee86ceba8ea1a7fdd'/>
<id>urn:sha1:e1772fd0462b7657220e7edee86ceba8ea1a7fdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28042: transpose-lines widget</title>
<updated>2010-06-16T21:50:39Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-06-16T21:50:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=091cbd9d5864173433c6937dd1dcc7742081ae13'/>
<id>urn:sha1:091cbd9d5864173433c6937dd1dcc7742081ae13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>28038: improved handling of recurring events in calendar system</title>
<updated>2010-06-14T13:01:41Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-06-14T13:01:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=14dde084755a8b15004d59bb6be5cc7a3726a8bf'/>
<id>urn:sha1:14dde084755a8b15004d59bb6be5cc7a3726a8bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Seth House: 27971: vcs_info: Fix a bug that caused the mercurial backend to always return `default' as the branch name.</title>
<updated>2010-05-27T10:06:16Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2010-05-27T10:06:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=17b7471fbc4a129b285ab664cf40fa2e6e806f3b'/>
<id>urn:sha1:17b7471fbc4a129b285ab664cf40fa2e6e806f3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/15078: completion for zsh-mime-handler</title>
<updated>2010-05-23T19:54:03Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-05-23T19:54:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=35d3418aebfb5cc32cada19668fcbafc1b7ad162'/>
<id>urn:sha1:35d3418aebfb5cc32cada19668fcbafc1b7ad162</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simon Ruderich: 27953: vcs_info: changed default formats and actionformats.</title>
<updated>2010-05-14T07:58:37Z</updated>
<author>
<name>Frank Terbeck</name>
<email>bewater@users.sourceforge.net</email>
</author>
<published>2010-05-14T07:58:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=88ea63adf28be522d2341c57e4e049ff04aaf7fd'/>
<id>urn:sha1:88ea63adf28be522d2341c57e4e049ff04aaf7fd</id>
<content type='text'>
</content>
</entry>
</feed>
