Peter Stephenson
22899d3788
28285: zle-isearch-update and zle-isearch-exit
2010-10-06 08:25:28 +00:00
Peter Stephenson
66f32a80dc
28308/28310: HIST_LEX_WORDS, check for quick history read
2010-10-02 21:03:03 +00:00
Peter Stephenson
dcaaf02856
Mikael: 28301: fix missing item line in doc
2010-10-02 18:23:37 +00:00
Peter Stephenson
b48a2b61e9
unposted: update address of HTML manual
2010-09-23 09:59:22 +00:00
Peter Stephenson
ed7798ed07
unposted: note exit trap runs before exit hook
2010-09-12 19:01:39 +00:00
Peter Stephenson
ade705cf5b
28253: document -h argument to atribute commands
2010-09-12 18:56:40 +00:00
Peter Stephenson
7e5a7a9135
28237: new parameter ZLE_LINE_ABORTED
...
28241: don't list .safe with bindkey -lL
2010-09-08 12:32:32 +00:00
Peter Stephenson
5ae3e384f5
unposted: small typo in bindkey -lL documentation
2010-09-06 08:50:02 +00:00
Peter Stephenson
ff955f61b4
28229: can list individual keymaps
2010-09-05 20:39:08 +00:00
Peter Stephenson
17dee17e4e
28227: improved documentation on keymaps
...
28226: improve bindkey -lL for aliased keymaps
2010-09-05 19:24:44 +00:00
Peter Stephenson
aa24f1a703
users/15350: explain rounding rules for size glob qualifier
2010-09-02 08:46:27 +00:00
Peter Stephenson
7fe494f27a
28188: better doc for limitations in overlap key maps
2010-09-01 16:39:31 +00:00
Peter Stephenson
7311839683
Mikael: 28190: fix reference to wrong manual page
2010-08-23 13:40:43 +00:00
Peter Stephenson
c7ff1b79dd
28179, users/15314, users/15310, users/15200:
...
various job and process control fixes
2010-08-22 20:08:57 +00:00
Frank Terbeck
a7551af424
Mikael Magnusson: 28181: Remove a stray `)' that caused a ".RE" string to be output
2010-08-21 09:35:49 +00:00
Peter Stephenson
80eee3a4a3
28122 (Frank) / 28139: add ZLE_STATE
2010-08-11 12:48:19 +00:00
Frank Terbeck
1682d0cc10
Mikael Magnusson: 28110: Fix yodl warning.
2010-07-30 17:32:41 +00:00
Peter Stephenson
c42ae31a19
28081: cdr tweaks
2010-07-20 18:59:15 +00:00
Peter Stephenson
e9561d771f
28068: contrib texinfo declaration messed up
2010-07-12 09:57:13 +00:00
Frank Terbeck
ddb8104d4f
users/15165: Fix a warning about a missing macro in `contrib.yo'
2010-07-12 09:50:54 +00:00
Peter Stephenson
5da6530d83
28065 plus unposted zsh.mdd:
...
add cdr and related functions and docs
2010-07-09 14:47:48 +00:00
Frank Terbeck
9611513a89
Holger Weiss: Doc/Zsh/compsys.yo: Fix a typo.
2010-06-17 12:23:26 +00:00
Peter Stephenson
091cbd9d58
28042: transpose-lines widget
2010-06-16 21:50:39 +00:00
Peter Stephenson
14dde08475
28038: improved handling of recurring events in calendar system
2010-06-14 13:01:41 +00:00
Peter Stephenson
4c1a3a89f0
unposted: extra note on ZSH_EVAL_CONTEXT
2010-06-14 11:58:26 +00:00
Peter Stephenson
27254b788f
Mikael: 28027: typo
2010-06-13 15:59:59 +00:00
Peter Stephenson
92233c8029
28026: use "zsh_directory_name c" for completion of dynamic directory names
2010-06-11 22:28:21 +00:00
Peter Stephenson
64d431d98b
28025: (D) parameter flag
2010-06-11 20:08:01 +00:00
Peter Stephenson
43ee0cd4fd
27976: more parameter substitution order description
2010-05-27 18:52:30 +00:00
Peter Stephenson
35d3418aeb
users/15078: completion for zsh-mime-handler
2010-05-23 19:54:03 +00:00
Clint Adams
b7d9912f8b
27964: add back missing enditem().
2010-05-22 17:39:58 +00:00
Frank Terbeck
88ea63adf2
Simon Ruderich: 27953: vcs_info: changed default formats and actionformats.
2010-05-14 07:58:37 +00:00
Frank Terbeck
9773e56418
Simon Ruderich: 27954: vcs_info: more minor documentation fixes.
2010-05-14 07:55:38 +00:00
Peter Stephenson
9ecfa0842b
unposted: fix typo in previous commit
2010-05-12 10:17:58 +00:00
Peter Stephenson
09960dc5b9
27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt
2010-05-12 10:06:59 +00:00
Frank Terbeck
0501efc54a
Seth House, Simon Ruderich and myself: 27948: various vcs_info changes
...
Here's a diff-stat:
Doc/Zsh/contrib.yo | 506 ++++++++++++++-------
Functions/VCS_Info/.distfiles | 1 +
Functions/VCS_Info/Backends/VCS_INFO_detect_hg | 14 +-
Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 35 +-
Functions/VCS_Info/Backends/VCS_INFO_get_data_hg | 295 +++++++++----
Functions/VCS_Info/VCS_INFO_formats | 26 +-
Functions/VCS_Info/VCS_INFO_hook | 10 +-
Functions/VCS_Info/VCS_INFO_quilt | 190 ++++++++
Functions/VCS_Info/vcs_info | 30 +-
Misc/.distfiles | 1 +
Misc/vcs_info-examples | 496 ++++++++++++++++++++
11 files changed, 1303 insertions(+), 301 deletions(-)
The major changes are vast improvements for the mercurial (hg) backend
(which was done almost entirely by Seth); improved documentation (mostly
done by Simon and again Seth); quilt support (as an addon and stand
alone, see the manual for details); a number of new hooks and a fair
share of bugfixes.
2010-05-10 10:46:48 +00:00
Peter Stephenson
edc01c0455
Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE
2010-04-28 08:55:35 +00:00
Peter Stephenson
a16f04d1c7
unposted: add kindex entry for path-completion style
2010-04-14 10:26:16 +00:00
Peter Stephenson
047ee6aaf3
unposted: slightly rephrase path-completion doc
2010-04-14 09:59:39 +00:00
Peter Stephenson
e694590b37
users/15011: add path-completion style
2010-04-14 09:57:47 +00:00
Peter Stephenson
70cc1b3da0
Simon Ruderich: 27856 (tweaked): Git availability
2010-04-09 20:49:51 +00:00
Peter Stephenson
78d461126f
27843: fix description of extended history format
2010-03-29 09:42:29 +00:00
Peter Stephenson
815cc9fc0d
rationalise widths of non-printing characters to zero.
2010-03-27 19:04:35 +00:00
Peter Stephenson
b16923b096
27812: display invalid bytes in multibyte characters specially
2010-03-22 19:46:53 +00:00
Peter Stephenson
c977b0125d
unposted: document that age functions uses zstat, not stat
2010-03-16 22:53:32 +00:00
Peter Stephenson
53745d8df0
27793 and follow ups: add PATH_SCRIPT option to find script using $PATH
2010-03-16 09:43:51 +00:00
Peter Stephenson
43df0a21c0
27785: IFS doesn't have a null in it in POSIX
...
unposted: note & needs quoting in :s in glob qualifier
2010-03-11 22:38:58 +00:00
Frank Terbeck
ff22b24f1b
Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation.
2010-03-11 12:39:38 +00:00
Peter Stephenson
00e507fc0e
unposted: fix calendar bug updating repeating events
...
allow calendar_edit to take arguments for editor
2010-03-09 11:01:20 +00:00
Peter Stephenson
21193d7f01
users/14905 + 14906: problems with :s in parameter expansion
2010-02-27 00:18:13 +00:00