Frank Terbeck
82a3591f57
32264: vcs_info, hg: Support detecting repos using ShareExtension
2014-01-17 08:58:52 +01:00
Daniel Shahaf
c1a15fb152
32089: tweak to detect Subversion repository
2013-12-05 20:06:34 +00:00
Barton E. Schaefer
9972fdeead
32066: fix %r and %S in vcs_info formats when a repository subdirectory is accessed via a symlink
...
31985 Clemens Hammacher and 32064 Hong Xu
2013-11-29 12:32:36 -08:00
Peter Stephenson
9503b161ab
32031 plus missed _run_help: get helpfiles install path corect in functions
2013-11-23 17:44:12 +00:00
Peter Stephenson
12251d65ff
31940: zcalc -e uses arguments as input
2013-11-08 11:34:37 +00:00
Barton E. Schaefer
4748eff7d2
Some syntax adjustments in _expand_word_and_keep. Add a working URL.
2013-10-27 14:12:54 -07:00
Peter Stephenson
061e809502
31711: add execute-never style for MIME function system.
...
Allows alien file systems to be marked as not having executable fiels
2013-09-08 21:12:13 +01:00
Peter Stephenson
1c9931cc7d
users/17955: new "disown" style for MIME handlers.
...
Makes handlers put into the background run without job control.
2013-08-29 10:48:49 +01:00
Phil Pennock
180c4c049c
31634: run-help compat with alias to noglob/nocorrect
...
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.
2013-08-07 04:11:56 -04:00
Peter Stephenson
669c070efe
31503: zmv improvements for user-specified programs.
...
-p splits words of commands passed to it.
-P is like -p for when the program doesn't understand the -- convention
2013-07-03 12:46:02 +01:00
Frank Terbeck
88599a0508
31485: vcs_info, git: Avoid error messages for `guilt' users
...
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 <abe@debian.org>
2013-06-18 09:16:59 +02:00
Peter Stephenson
711c103e77
31422: better heuristic for timestamps in age function
2013-05-29 19:20:12 +01:00
Peter Stephenson
692a15363f
31418: improve documentation for "age" function
2013-05-21 17:11:04 +01:00
Stephane Chazelas
2989e4b66e
31417: age function needs protection against file names starting "-"
2013-05-21 14:45:52 +01:00
Frank Terbeck
e619a7353a
31222: Stop {up,down}-line-or-beginning-search from triggering warn_create_global
...
This is a followup to 30995 taking Peter's suggestions from 30997 into
account.
2013-04-05 21:05:54 +02:00
Peter Stephenson
ab8fe84a8c
31155: minor extra zcalc features and documentation
2013-03-17 20:52:55 +00:00
Peter Stephenson
136cc1e1b7
31154: make zcalc understand continuation lines with a backslash
2013-03-15 20:15:10 +00:00
Mikael Magnusson
44907223ff
31136: vcs_info: just set parameters instead of passing over a pipe
2013-03-10 13:18:32 +00:00
Mikael Magnusson
0c8625299a
30639: Add support for showing the current action is cherry-pick to vcs_info git backend
2013-03-10 12:47:39 +00:00
Peter Stephenson
26694406f2
users/17666: zcalc -f sets FORCE_FLOAT
2013-03-05 20:06:59 +00:00
Peter Stephenson
6265394d6b
users/17608: use function to modify currrent command line argument
2013-01-24 20:28:20 +00:00
Frank Terbeck
2e6363ed50
Baptiste Daroussin: 30703: VCS_INFO_detect_fossil: Fix fossil detection on unix
2012-09-28 22:11:32 +00:00
Frank Terbeck
feb6169bcd
Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag from the hg vcs_info backend
2012-09-28 22:07:29 +00:00
Peter Stephenson
07fd604718
Stepan Koltsov: 30634: use (q-) quoting
...
for zmv output for clarity.
2012-08-20 14:03:04 +00:00
Frank Terbeck
3aae0ef8fe
Stepan Koltsov: vcs_info: %a to output number of all patches in (no)?patch-format styles
2012-08-17 08:22:52 +00:00
Bart Schaefer
38a4364db5
users/17134: avoid bad math error
2012-06-16 04:30:35 +00:00
Peter Stephenson
5b32dece55
users/17132: skip-whitespace-first style for compatibility with bash etc.
...
in widgets using forward-word-match
2012-06-04 16:40:42 +00:00
Frank Terbeck
c45bb3e70c
Juliano Ravasi: VCS_INFO_get_data_git: Fix initialisation of `$stgit_unapplied'
2012-05-23 07:39:48 +00:00
Mikael Magnusson
2a7c994ed4
30468: prompt_fade_setup: add missing $
2012-05-14 15:24:20 +00:00
Mikael Magnusson
150dc9021b
30461, 30462 (tweaked): add missing local for match, mbegin and mend
2012-05-02 13:09:37 +00:00
Peter Stephenson
5e2fe3ca18
30388, 30389 (Stephane): zargs: handle zero-length arguments.
2012-04-12 18:45:59 +00:00
Peter Stephenson
246a63d9d3
users/16944: more locals needed in url-quote-magic
2012-04-01 17:28:31 +00:00
Peter Stephenson
791ada572b
add some braces to avoid compiler warnings
2012-03-30 11:01:11 +00:00
Peter Stephenson
13a45d74eb
users/16932: implement $UNDO_CHANGE_NO and argument to undo widget
2012-03-29 20:31:33 +00:00
Bart Schaefer
915766c624
unposted (users/16697): use a better output file name when the DISPLAY
...
variable refers to a socket file (MacOS); fix problem with writing the
output file when the user overrides the default value of TERM.
2012-03-01 03:36:48 +00:00
Bart Schaefer
f2bf8fa365
unposted (30090): add -h (help) and -L (list extant hooks) options.
2012-03-01 03:35:49 +00:00
Peter Stephenson
c3b79e0f69
users/16760: make reply local in url-quote-magic for the benefit of styles
2012-02-14 15:33:01 +00:00
Wayne Davison
a6dbc79065
30214: emulate bash's \$ prompt behavior.
2012-02-14 05:22:01 +00:00
Frank Terbeck
6157e2d00b
30214: prompt_redhat_setup: Fix quoting in `redhat' prompt.
2012-02-13 20:06:49 +00:00
Frank Terbeck
0d15215d86
30114: VCS_INFO_check_com: Remove a superfluous stat()
2012-01-19 16:57:40 +00:00
Peter Stephenson
942fe9d6de
30087: Christian Höltje: remove any hooks with prompt theme
2012-01-05 20:04:09 +00:00
Frank Terbeck
ee03cac7fe
30046: VCS_INFO_get_data_svn: Fix support for subversion version 1.7
2011-12-30 13:32:51 +00:00
Bart Schaefer
c33f3b0747
30020: prevent prompt_opts and zle_highlight from leaking out of
...
prompt_preview_theme
2011-12-13 17:43:55 +00:00
Peter Stephenson
6e29de366c
Missed file.
2011-11-20 16:05:12 +00:00
Peter Stephenson
7c4a811134
29908: make MIME functions handle stacked suffixes
2011-11-18 09:52:50 +00:00
Frank Terbeck
6ed7fab103
Akinori MUSHA: 29900: Backends/VCS_INFO_detect_svn: Adjust detection to support subversion 1.7.
2011-11-09 17:49:25 +00:00
Peter Stephenson
ec6914b061
29894: display and use previous replacement in replace-string
2011-11-07 11:13:48 +00:00
Peter Stephenson
a6e039e12e
29892: fix regular expression replacements in replace-string
...
improve variable save and restore in read-from-minibuffer
2011-11-04 14:31:23 +00:00
Bart Schaefer
557baa173c
users/16291: prompt_bart_preexec uses history text in the non-"fg" case
...
to avoid alias expansion.
2011-08-29 16:08:28 +00:00
Bart Schaefer
c4beabbc64
Belatedly add move-line-in-buffer.
2011-08-20 18:39:24 +00:00
Bart Schaefer
fdcabaf507
Use preexec hook to replace "fg" et al. with the jobtext of the resumed job.
2011-08-18 02:23:31 +00:00
Mikael Magnusson
20c52f6221
28852: Use syntax that doesn't depend on SHORT_LOOPS being set.
2011-08-14 13:40:53 +00:00
Peter Stephenson
4a3ce8ab89
29644: work around _describe bug, plus cosmetic tweaks
2011-08-03 20:57:32 +00:00
Frank Terbeck
f028b97e8f
29526: vcs_info: Set max-exports' early after certain
start-up' hooks.
2011-06-30 07:43:53 +00:00
Peter Stephenson
525d0adf15
Jeremy Sylvestre: 29468: add some ligatures and symbols to composed characters
2011-06-08 17:19:12 +00:00
Clint Adams
c0d2cb5d02
fix whitespace in Functions/Zle/move-line-in-buffer
2011-06-05 05:40:53 +00:00
Bart Schaefer
0cc65dba53
users/16064: example widget for line motion inside multiline buffers
...
without navigating history
2011-06-01 15:30:20 +00:00
Frank Terbeck
5e2a1cf4cc
Jan Pobrislo: 29411: vcs_info: Major bzr backend update.
2011-05-31 19:07:06 +00:00
Mikael Magnusson
72cb7cfc6f
29307, 29308 + replies: Fix some doubled words in docs and comments.
2011-05-19 16:10:46 +00:00
Frank Terbeck
875f048b8b
unposted: Revert change from 28896, which did more evil than good.
2011-04-25 22:26:18 +00:00
Frank Terbeck
eb46727d3a
28959: Make the nvcsformats style be used if vcs_info is disabled.
2011-03-30 21:24:42 +00:00
Frank Terbeck
7c50fa1262
28961: Add `no-vcs' hook.
2011-03-30 21:19:17 +00:00
Frank Terbeck
abe0ee3936
28960: Add functions to add/remove static hooks.
2011-03-30 21:17:07 +00:00
Frank Terbeck
d7bcf2bb96
28958: Support registering hooks independent of the context.
2011-03-30 21:13:37 +00:00
Frank Terbeck
15779b019d
Add new vcs_info backend files to corresponding `.distfiles' file.
2011-03-30 20:11:17 +00:00
Frank Terbeck
ae6fb299f3
Mike Meyer: 28956, 28957: Add fossil support to vcs_info.
2011-03-30 20:07:05 +00:00
Frank Terbeck
166d91a480
28896: unset `monitor' option while the widget is running to avoid accidential data loss.
2011-03-16 20:53:57 +00:00
Peter Stephenson
f2dca9e155
users/15864: turn zsh_directory_name into a hook
2011-03-11 16:32:07 +00:00
Bart Schaefer
1a3612f119
Adrian: 28857: Functions/Prompts/prompt_bigfade_setup: use %d instead of $PWD
2011-03-05 17:34:21 +00:00
Frank Terbeck
2eac105770
28853: Fix typo: preceed -> precede
2011-03-04 13:25:25 +00:00
Frank Terbeck
3c020a9a9c
28776: Let vcs_info detect very old mercurial repositories.
2011-02-19 11:54:41 +00:00
Peter Stephenson
212ca9edf9
28772: Update regions in region highlight dynamically
2011-02-18 22:08:45 +00:00
Frank Terbeck
9bfc05e3db
28758: make `colors' function work with non-default option sets
2011-02-15 09:28:54 +00:00
Peter Stephenson
2c31feef4d
users/15738: better cursor positioning in modify-current-argument
2011-02-11 19:28:44 +00:00
Frank Terbeck
f5b07d4868
Lennart Weller: 28739: Fix svn detection in vcs_info
2011-02-11 07:05:09 +00:00
Bart Schaefer
d5e53b0077
users/15759 for send-invisible
2011-02-11 04:03:11 +00:00
Peter Stephenson
c9a70e18fd
Štěpán Němec: 28533: typos
2010-12-17 17:10:47 +00:00
Bart Schaefer
828574d953
users/15583: update with zstyles and for ease of use in zle-line-init.
2010-11-27 19:47:00 +00:00
Peter Stephenson
2b361ad116
users/15580: fix MIME handler completion on fallthrough
2010-11-25 15:43:14 +00:00
Peter Stephenson
76351e9b69
Jérôme Pouiller: 28351: new help functions
2010-10-18 09:33:42 +00:00
Peter Stephenson
bdb38058e4
28345: make ${(D)...} return a fully usable command line argument
2010-10-15 18:56:16 +00:00
Peter Stephenson
154b7351f4
unposted: safety on regexp errors in replace-string-again
2010-09-08 16:32:44 +00:00
Clint Adams
0bb608abc4
unposted: tweak newline placement.
2010-08-10 18:57:43 +00:00
Peter Stephenson
a9e7fd4e75
28137: zsh-mime-handler typo: $argv[0] should be $argv[1]
2010-08-08 17:20:54 +00:00
Frank Terbeck
01b4a67310
Seth House: 28114: vcs_info, git: Fix revision lookup with packed repositories.
2010-08-02 21:11:08 +00:00
Peter Stephenson
93e0bc094f
users/15204: in zfinit check for compctl before using
2010-07-28 15:53:32 +00:00
Peter Stephenson
4de3dbac16
c.f. users/15202: use "autoload -Uz" consistently
2010-07-28 14:01:12 +00:00
Peter Stephenson
10c2f225fd
c.f. users/15202: use "autoload -Uz" consistently
2010-07-28 13:33:52 +00:00
Peter Stephenson
bdfc1edc89
28096: don't add $OLDPWD to recent dirs as we weren't there
2010-07-20 21:46:42 +00:00
Peter Stephenson
c42ae31a19
28081: cdr tweaks
2010-07-20 18:59:15 +00:00
Frank Terbeck
bb95aef24f
28095: Fix two hard-coded invocations of the "git" command.
2010-07-19 20:05:22 +00:00
Frank Terbeck
9b2334cf55
28093, based on Michel Lespinasse: 28090: Fix a problem with `check-for-changes' and freshly initialised repositories.
2010-07-19 19:20:27 +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
Clint Adams
924f40b772
28062: make the filename even longer
2010-06-30 13:22:51 +00:00
Clint Adams
6e0d1b57ce
28061: transpose filename halves, describe action better
2010-06-30 13:08:14 +00:00
Clint Adams
e1772fd046
27998: add recommended zshrc option.
2010-06-30 12:49:29 +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
Frank Terbeck
17b7471fbc
Seth House: 27971: vcs_info: Fix a bug that caused the mercurial backend to always return `default' as the branch name.
2010-05-27 10:06:16 +00:00
Peter Stephenson
35d3418aeb
users/15078: completion for zsh-mime-handler
2010-05-23 19:54:03 +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
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
Frank Terbeck
4277121662
27908: Functions/VCS_Info/vcs_info: Avoid locale related problems
2010-04-26 18:58:33 +00:00
Peter Stephenson
c30b038a42
unposted: calendar system updates:
...
allow file locking to fall back; don't need dcop for kdialog
2010-04-13 16:28:21 +00:00
Peter Stephenson
5e629a4565
update calendar to run calendar_show in current shell
2010-03-19 16:39:36 +00:00
Peter Stephenson
9cfc991811
unposted: calendar -s was broken by file locking change
2010-03-17 16:55:04 +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
de3159d73a
Frank: 27768: shut up cd some more
2010-03-04 10:03:00 +00:00
Peter Stephenson
07b6256d8e
27756: add OS file locking to calendar
...
add errflag test to loop over fcntl()
2010-02-26 12:09:20 +00:00
Peter Stephenson
8a0629c12b
27731: Frank: turn off WARN_CREATE_GLOBAL in VCS_INFO
2010-02-21 18:41:41 +00:00
Peter Stephenson
1c7075f8b9
Frank: 27717: option terminators in VCS Info
2010-02-17 11:16:13 +00:00
Peter Stephenson
4523ff9383
Frank Terbeck, Seth House: 27712, 22713, 27714:
...
VCS Info hooks and Mercurial improvements
2010-02-16 10:47:06 +00:00
Peter Stephenson
94777f64e8
Frank Terbeck, Seth House: 27712, 22713, 27714:
...
VCS Info hooks and Mercurial improvements
2010-02-16 10:09:15 +00:00
Peter Stephenson
4a0ddedf0a
unposted: a couple of typeset -g's and a comment
2010-02-08 11:49:28 +00:00
Peter Stephenson
f8e05427db
Frank: 27679: better logic in VCS_INFO_get_data_git
2010-02-07 18:50:54 +00:00
Peter Stephenson
0d8a580951
users/14752: add #! line to zed
...
allow script run with -i to exit on return
2010-01-29 21:44:54 +00:00
Peter Stephenson
1d31834223
Julien Jehannet: users/14751: typo in variable name in zed
2010-01-29 20:58:43 +00:00
Peter Stephenson
1c71dfd735
unposted: return status 1 if no replacement
2010-01-19 13:13:56 +00:00
Peter Stephenson
c508c6e368
27604: substitution using regular expressions
2010-01-18 12:47:09 +00:00
Peter Stephenson
8c60540ce6
27577: sergio: (%) is not needed in zcalc prompt since PROMPTPERCENT is obeyed
2010-01-08 09:30:43 +00:00
Peter Stephenson
3b289b32a7
unposted: new run-help-p4
2009-12-16 12:11:56 +00:00
Peter Stephenson
46bad169a8
27492 based on Jörg Sommer: 27473: fix run-help alias problem.
2009-12-16 11:07:09 +00:00
Peter Stephenson
b7e76da2ef
Alexey: users/14588: ztodo function and completion
2009-11-22 19:17:32 +00:00
Peter Stephenson
3d8115275f
Alexey: users/14588: ztodo function and completion
2009-11-22 19:06:54 +00:00
Clint Adams
2746eec722
unposted: change bracket colors default to yellow when in an ssh session.
2009-11-20 03:05:54 +00:00
Peter Stephenson
d6c4e4c692
Frank Terbeck: 27353: more VCS_Info sanity checks
2009-11-06 14:35:33 +00:00
Peter Stephenson
65e45654b3
unposted: brief calendar display
2009-11-03 09:57:34 +00:00
Peter Stephenson
f25c62cb18
unposted: Functions/Calendar/calendar: brief display failed on single lines
2009-10-29 09:50:45 +00:00
Peter Stephenson
d5d858b0e2
unposted: more local variables needed
2009-10-22 09:28:30 +00:00
Peter Stephenson
7c4c41a0bb
unposted, c.f. 27313: mailing list and website moved
2009-10-22 09:28:02 +00:00
Peter Stephenson
179cd828a5
Lionel Flandrin: 27307: enhanced Mecurial VCS_INFO support
2009-10-04 18:18:12 +00:00
Peter Stephenson
1f6225fd78
Baptiste Daroussin: 27271: remove awk dependence
2009-09-13 18:26:21 +00:00
Peter Stephenson
d980a79a43
27270: zfcd_match: remove awk dependence
2009-09-13 18:24:21 +00:00
Peter Stephenson
dc6ef8c9ae
Baptiste Daroussin: 27268:
...
remove Perl dependency from pick-web-browser
2009-09-11 11:26:46 +00:00
Peter Stephenson
49b4a71009
Baptiste Daroussin: 27267 plus 27269 plus doc:
...
remove perl dependency
2009-09-11 11:20:45 +00:00
Peter Stephenson
817000920f
27247: zmv checking for **/ was wrong
2009-09-06 21:35:37 +00:00
Peter Stephenson
c326bf0d30
27228: clear function for zsh-newuser-install
2009-08-21 14:34:51 +00:00
Peter Stephenson
0600ab5c99
27217: fix typo in assignment in new user script
2009-08-17 11:15:37 +00:00
Peter Stephenson
6f78cb51ef
Frank Terbeck: users/14207: make variable local
2009-06-26 19:25:08 +00:00
Peter Stephenson
a5417250d5
Frank Terbeck: 27049, 27050, 27051, 27052: VCS_INFO improvements
2009-06-19 21:05:48 +00:00
Clint Adams
a1fc66a3cd
27048: avoid multiline prints which break CSH_JUNKIE_QUOTES.
2009-06-18 14:26:43 +00:00
Peter Stephenson
dfabf50cf1
27305: fix GNU man option handling in run-help
2009-06-05 11:18:01 +00:00
Peter Stephenson
f359213eec
26982: Julien Langer: support stgit in VCS_Info
2009-05-22 17:38:05 +00:00
Peter Stephenson
ad3d514ac7
26973: zmathfuncdef enhancements
2009-05-19 15:33:24 +00:00
Peter Stephenson
49db32f2b5
Paul Ackersviller: 26959: delay before removing test modules
...
users/14118: fix test and assignment in prompt_special_chars
2009-05-13 08:39:47 +00:00
Peter Stephenson
d1abd3e7cf
26957: Fix some memory problems with read builtin
...
unposted: fix a WARN_CREATE_GLOBAL warning
2009-05-12 11:11:14 +00:00
Peter Stephenson
7e304940e5
unposted: back off 26862
2009-04-25 20:30:20 +00:00
Peter Stephenson
46fd8beec7
c.f. 26867: remove extraneous "${"
2009-04-22 08:31:53 +00:00
Peter Stephenson
0c11cb5b47
Greg: 26862: remove unnecessary print
2009-04-21 16:05:34 +00:00
Peter Stephenson
8dd8067f13
Frank Terbeck: 26816 to 26820: VCS_Info updates
2009-04-06 19:19:08 +00:00
Peter Stephenson
672923e282
Frank Terbeck: 26751: suppress WARN_CREATE_GLOBAL warning
2009-03-18 09:47:54 +00:00
Peter Stephenson
f2dd38acc1
Richard Hartmann: 26550: document unchangeable options better
2009-02-11 17:57:56 +00:00
Peter Stephenson
76f05a9932
Frank Terbeck: 26549: VCS_Info improvements: check for changes in git
2009-02-11 12:48:21 +00:00
Peter Stephenson
45bee14fec
26313: --enable-custom-patchlevel
...
unposted: WARN_CREATE_GLOBAL in tcp_log
2009-01-15 14:49:50 +00:00
Peter Stephenson
a21ffe815d
Benjamin R. Haskell: 26265: fix some composed characters
2009-01-09 09:44:45 +00:00
Peter Stephenson
76dc71f882
Frank Terbeck: 26215: VCS_Info disable-patterns style
2009-01-03 18:40:17 +00:00
Clint Adams
80bb48a400
26202: show zshmodules(1) for echotc, echoti, sched, zprof, zpty, zsocket, zstyle, and ztcp builtins as well.
2008-12-30 05:40:55 +00:00
Clint Adams
0414a4fd70
26141: word-split EDITOR/VISUAL so users can have multi-argument commands in those variables.
2008-12-16 15:41:13 +00:00
Peter Stephenson
b4a2d51e57
Frank Terbeck: 26125: add "command" style to VCS_INFO
2008-12-11 09:53:12 +00:00
Peter Stephenson
37a4dce4bc
26121: add -B <lines> option to calendar
2008-12-10 13:30:27 +00:00
Peter Stephenson
2e0031c348
Benjamin R. Haskell: users/13544: typo in composing characters
2008-12-08 09:47:43 +00:00
Peter Stephenson
ec48872b7c
Frank Terbeck: 26104: eliminate WARN_CREATE_GLOBAL warnings
2008-12-02 09:33:56 +00:00
Peter Stephenson
33b846810c
users/13464: allow MIME suffixes to match upper case variants
...
26075: fix repeated calendar events so that the next event is always in the
future
2008-11-20 18:12:31 +00:00
Clint Adams
ac38534728
26046: return an error if session's fd is unusable.
2008-11-15 16:58:35 +00:00
Peter Stephenson
ef0a55efe2
unposted: belatedly sort out some distfiles
2008-10-29 10:28:14 +00:00
Peter Stephenson
000fe2060b
update to 4.3.8
2008-10-29 09:57:52 +00:00
Peter Stephenson
198a53dd46
unposted: silence some warnings when WARN_CREATE_GLOBAL is set
2008-10-10 13:20:05 +00:00
Bart Schaefer
27d940901f
Quote expansion of prompt_opts in prompt() because zsh emulation is by
...
necessity not enforced there.
2008-10-10 09:53:48 +00:00
Bart Schaefer
e4ae98949c
25814: quote arguments to "eval".
2008-10-10 09:53:22 +00:00
Clint Adams
7e86f2da31
25823: bring up zshcontrib man page if run-help is run on run-help and run-help is a function.
2008-10-07 08:07:04 +00:00
Peter Stephenson
06cf28875e
25778: Frank Terbeck: use builtin cd
2008-09-30 16:55:00 +00:00
Peter Stephenson
dd3a749ce9
unposted: VCS_Info p4 backend should restrict changes to #have
2008-09-29 08:33:12 +00:00
Peter Stephenson
c328252c58
25733: add revision number to Perforce vcs_info backend
...
add abbreviation to list of backends
2008-09-23 16:48:27 +00:00
Peter Stephenson
f49d738db3
25732: make vcs_info p4 backend use server if style use-server is set
2008-09-23 16:10:57 +00:00
Peter Stephenson
708999149b
25710: various minor consistency tweaks for VCS_Info
2008-09-22 16:56:32 +00:00
Clint Adams
8dbf2a5bfa
25713: ensure that vcs_info functions immediately after autoloading.
2008-09-22 16:30:49 +00:00
Clint Adams
1870a858ea
25697: drop git code and switch to vcs_info.
2008-09-21 12:42:36 +00:00
Peter Stephenson
23f2b4503c
users/13252 and elsewhere: Frank Terbeck plus tweaks:
...
add VCS_Info function system
2008-09-19 12:58:46 +00:00
Bart Schaefer
ae79d264a3
25600: fix incorrect pattern introduced by 25059.
2008-09-03 03:12:01 +00:00
Peter Stephenson
5e7e797ca9
TCP functions: fix some variable handling problems,
...
also standardise indentation
add-zsh-hook: fix check for existence of hook function in existing hook
2008-08-01 11:48:38 +00:00
Peter Stephenson
a6d838f902
25304: Richard Hartmann: dont go beyond 80 columns in new user script
2008-07-18 11:50:29 +00:00
Peter Stephenson
0409391c7d
25272: add zshaddhistory hook
2008-07-17 11:27:55 +00:00
Peter Stephenson
ffabab4e74
25276: use autoload -z for zsh-autoload functions
2008-07-11 19:12:22 +00:00
Peter Stephenson
1b1712d065
unposted: fix warn_create_global warnings in copy-earlier-word
2008-07-07 09:15:44 +00:00
Peter Stephenson
db59a707c6
unlocalised variable
2008-06-30 13:07:45 +00:00
Peter Stephenson
46c8127e93
25244: add subword-range style
2008-06-24 16:09:28 +00:00
Peter Stephenson
86b8b5eaa3
users/12987: add subword capability to word-style
2008-06-24 11:18:39 +00:00
Peter Stephenson
0d7df628a4
25237: TCP function system: make tcp_on_open return status significant
2008-06-23 13:38:09 +00:00
Peter Stephenson
4f9c07dc05
25236: zsh-mime-setup -l arguments
2008-06-23 13:34:52 +00:00
Peter Stephenson
aadd07e05f
zcalc completion idiosyncracies with :!
2008-06-13 14:27:37 +00:00
Peter Stephenson
627c7db0e5
zcalc completion idiosyncracies with :!
2008-06-13 14:16:57 +00:00
Peter Stephenson
808b79eba6
improved zcalc escapes and completion
2008-06-13 13:57:04 +00:00
Peter Stephenson
6c6ce048e7
Tomasz Pala <gotar@polanet.pl>: users/12884:
...
new completions for iftop and tcpdump
2008-05-29 12:51:15 +00:00
Peter Stephenson
1ccef299a9
unposted: add prompt_pws_setup to .distfiles
2008-05-20 09:47:01 +00:00
Peter Stephenson
bf43db124a
25063: minor tweaks to Bart's prompt
2008-05-18 17:00:43 +00:00
Peter Stephenson
c894f695cc
25095: thorough modernization of prompt theme system
2008-05-17 22:42:16 +00:00
Peter Stephenson
001e8ca70e
24990: Stephane Chazelas: fix various little quirks in zmv
2008-05-11 11:23:30 +00:00
Peter Stephenson
6985a9fba3
Oliver: 24962: update prompt_oliver_setup with default highlighting
2008-05-07 20:38:51 +00:00
Peter Stephenson
c1db47d16b
Miek Gieben: users/12781: zmv Usage message
2008-04-13 16:11:53 +00:00
Peter Stephenson
84e1cb93ad
restore read-from-minibuffer save/restore
2008-04-07 09:44:33 +00:00
Peter Stephenson
2c5ea79f17
24782: initial go at highlighting of characters in zle command lines
2008-04-03 11:38:55 +00:00
Peter Stephenson
374b31616b
24781: enhance word-context to use next or previous word
2008-04-02 13:02:47 +00:00
Peter Stephenson
cd002b398d
unposted: use kdialog in calendar_show if appropriate
2008-03-31 08:44:34 +00:00
Bart Schaefer
bda53dc6d5
Functions/Misc/zkbd: add -h to local declaration in is-this-a-function test.
...
Use $DISPLAY when we have one instead of only $VENDOR-$OSTYPE as file name
suffix. Add some knowledge of the MULTIBYTE option and its effects.
2008-03-15 01:09:05 +00:00
Clint Adams
7814ace748
24576: replace shebang lines.
2008-02-22 02:56:13 +00:00
Peter Stephenson
b784aad67a
24572: add style reformat-date to calendar
2008-02-19 14:59:52 +00:00
Bart Schaefer
00e6c6e0f5
unposted: Functions/Misc/xtermctl: update uses of "read" to take advantage
...
of users/12600.
2008-02-18 03:30:22 +00:00
Clint Adams
5202a8be2e
unposted: remove shebang line.
2008-02-07 02:07:59 +00:00
Peter Stephenson
20ec72c83b
4.3.4-dev-8
2008-01-29 14:29:19 +00:00
Bart Schaefer
b44aef2754
users/12453: X11 window control for xterm-compatible emulators
2008-01-18 17:47:24 +00:00
Bart Schaefer
3823be143b
Fix introductory comment and add -i to the #! line.
2008-01-16 08:09:20 +00:00
Bart Schaefer
cdbe7f188d
users/12426: post-it notes for zsh
2008-01-13 17:37:46 +00:00
Bart Schaefer
7a678d803c
24364: local assignment to HELPDIR with a default location.
2008-01-13 17:37:21 +00:00
Peter Stephenson
b24d545294
users/12412: check for extra arguments in test and [
2008-01-10 18:53:49 +00:00
Clint Adams
e3d69e9b36
24349: add comment about HELPDIR to assist replacement in Debian build.
2008-01-04 04:38:03 +00:00
Bart Schaefer
66742c6045
24332, 24333: Improvements to run-help suggested by J.Sommer.
2007-12-31 22:13:46 +00:00
Peter Stephenson
74f4e8f663
24298: Tonguc Yumruk: emulate -L consistency
2007-12-19 20:06:16 +00:00
Clint Adams
75c0f5cde8
24242: unify top lines as #!/bin/zsh (followed by options).
2007-12-13 22:20:58 +00:00
Peter Stephenson
f518a387a8
Kohsuke Kawaguchi: 24129: when completing ant targets,
...
skip those beginning - that cant be invoked from the command line
2007-11-29 09:49:42 +00:00
Clint Adams
30e6668678
unposted: fix typo in git psvar assignment.
2007-11-22 19:15:17 +00:00
Peter Stephenson
dd85c0e955
24082: delete-whole-word-match failed on whitespace
2007-11-10 19:04:10 +00:00
Peter Stephenson
e79b61f62d
24081: fix xtrace
2007-11-10 17:37:55 +00:00
Peter Stephenson
aa7e584ee8
Mikael Magnusson, 24076; 24081: cancel argument processing after widget
...
calls with general arguments
2007-11-10 14:30:22 +00:00
Bart Schaefer
0abc65ac66
24043: remove one "emulate" that was too many
2007-10-31 16:03:07 +00:00
Bart Schaefer
a266a85f7b
unposted: make sure localtraps is unset before setting TRAPWINCH.
2007-10-14 16:35:10 +00:00
Bart Schaefer
9b33f07e10
zsh-users/12008: Assert zsh emulation to avoid setopt problems; don't try
...
to run precmd or preexec if they don't exist.
2007-10-14 16:34:15 +00:00
Clint Adams
fe219a362b
23947: remove apm battery status and add git branch detection.
2007-10-13 13:33:04 +00:00
Peter Stephenson
8cfe028631
unposted: fix recurring calendar event format in calendar
2007-09-05 08:34:27 +00:00
Peter Stephenson
437f67718c
unposted: calendar_show: error in subscripts
2007-08-23 09:17:02 +00:00
Peter Stephenson
55b7a07a7e
23791: use VARARR for MB_CUR_MAX
...
users/11791: remove mysterious comment around emulate -L zsh in
incremental-complete-word
2007-08-22 09:25:32 +00:00
Peter Stephenson
55d3523d04
unposted: calendar_scandate needs to find the first time on the line
2007-08-21 17:37:04 +00:00
Peter Stephenson
8bd881b7b6
users/11790: avoid nounset
2007-08-21 17:35:55 +00:00
Peter Stephenson
0a607f5eef
23764: allow hidden continuations in calendar entries
...
allow UIDs to help with updates
2007-08-16 12:03:57 +00:00
Peter Stephenson
1a4e80df1b
23761: calendar -b shows brief output
2007-08-16 09:31:47 +00:00
Peter Stephenson
91d714752c
23759: a few improvements to pick-web-browser
2007-08-14 17:21:05 +00:00
Peter Stephenson
303a089a8e
attempt to remove executable permission, part 3
2007-07-25 20:15:38 +00:00
Peter Stephenson
1f27eed7b1
attempt to remove executable permission, part 2
2007-07-25 20:15:15 +00:00
Peter Stephenson
71745c6f9b
unposted: force file to be non-executable
2007-07-25 20:11:21 +00:00
Peter Stephenson
49083e59d8
unposted: improved calendar_lockfiles configuration
2007-07-06 09:15:04 +00:00
Peter Stephenson
876fa2c44e
unposted: force latest version of files from vendor to main branch
2007-07-03 17:06:04 +00:00
Clint Adams
225f928547
23645: use == instead of =.
2007-07-03 07:13:29 +00:00
Peter Stephenson
88301c1c73
users/11568: use UTF-8 characters in some prompt themes
2007-06-14 16:10:50 +00:00
Peter Stephenson
a016fed99f
23560: improve $zsh_scheduled_events to make it easier to parse
2007-06-14 13:25:58 +00:00
Clint Adams
b629acabcc
Remove conversion comment.
2007-06-12 15:51:41 +00:00
Peter Stephenson
1fbe843687
23518: MIME styles find-file-in-path and file-path.
2007-06-04 12:07:35 +00:00
Peter Stephenson
4a1549e058
unposted: more uses of zstat
2007-06-02 17:52:10 +00:00
Peter Stephenson
a11fbaf68c
11484: allow zmv to rename to equivalent but differently named files
2007-05-14 17:58:57 +00:00
Clint Adams
8f0fefdbfd
23301: fix semicolon mistyped as a colon.
2007-04-19 19:54:00 +00:00
Peter Stephenson
c6dfb2999d
users/11419: zle copy-region-as-kill <string>
...
adds text to the kill ring
2007-04-19 14:16:22 +00:00
Peter Stephenson
0d101890d0
unposted: meant to add add-zsh-hook a while ago
2007-04-19 09:40:55 +00:00
Wayne Davison
8c55acbebd
users/11424: don't embed a comment inside a math expression.
2007-04-18 01:50:59 +00:00
Peter Stephenson
f48fa9eb9d
unposted: prepare for release of 4.3.3
2007-04-16 13:21:24 +00:00
Peter Stephenson
4b7b7f56f1
unposted: more random calendar system fixes and improvements
2007-03-26 14:33:31 +00:00
Peter Stephenson
8b41eb3fa0
23228: calendar tweaks, including summer time adjustment
2007-03-22 23:52:26 +00:00
Bart Schaefer
ac8ccbfc82
unposted: tweak for possible multibyte characters.
2007-02-26 07:44:10 +00:00
Bart Schaefer
236d910fb3
unposted (based on users/10881,10884): add auto-previous zstyle, update
...
smart-insert-last-word to use auto-suffix-retain, "always" block, etc.
2007-02-26 07:43:39 +00:00
Peter Stephenson
483810a525
23142: calendar enhancements: relative times, recurring events
2007-01-31 16:53:31 +00:00
Peter Stephenson
937dc9a84d
users/11083: functions for handling shell arguments in ZLE
2006-12-15 11:44:26 +00:00
Bart Schaefer
03708e6b9f
Unposted, see 23042: add some missing backslashes at the ends of lines.
2006-12-11 03:42:59 +00:00
Peter Stephenson
7960ae5d4c
Vin Shelton: 23027: typo in calsys.yo
...
unposted: missing autoload in calendar_add, improve age date shortcuts
2006-12-04 10:59:10 +00:00
Peter Stephenson
ac05bc6e02
unposted: fix calendar stuff
2006-12-01 12:54:20 +00:00
Peter Stephenson
6b1b34d1da
c.f. 23023: new calendar function system.
2006-12-01 10:23:06 +00:00
Peter Stephenson
cc34ebd89a
boring .distfiles stuff
2006-10-25 09:46:44 +00:00
Bart Schaefer
9f392b5a54
Add a number of other notes about terminal attributes.
2006-10-16 01:08:41 +00:00
Bart Schaefer
004d0886f1
Add an example, as a comment.
2006-10-16 01:08:15 +00:00
Peter Stephenson
38f01e72ea
22874: run-help unquoting wasn't consistent
2006-10-15 17:30:13 +00:00
Peter Stephenson
966a330649
22854: replace-string-again
2006-10-10 11:24:38 +00:00
Peter Stephenson
03027f0f5f
22804: Mikael Magnusson: allow zero-length narrow-to-region range
2006-10-02 09:21:47 +00:00
Peter Stephenson
d09274dcd8
22739: arno: different test for theme in prompt -c
2006-09-21 16:48:21 +00:00
Peter Stephenson
572ad667e7
zsh-users/10720: a couple of checkmail fixes
2006-09-15 18:22:19 +00:00
Peter Stephenson
295953df75
22672: arno: unset ksharrays for prompt functions
2006-09-07 18:09:44 +00:00
Peter Stephenson
3a97920199
22606: add match-word-context.
...
Remove workaround from match-words-by-style
2006-08-14 16:14:41 +00:00
Clint Adams
227448bbe9
unposted: update distributed files.
2006-08-13 05:03:35 +00:00
Peter Stephenson
2983ed3fb3
22594: Attempt to fix some off-by-one errors for completion lists
...
that exactly fit the display width
2006-08-09 22:08:38 +00:00
Peter Stephenson
5bfe4cb650
22593: add handle-nonexistent style to MIME handler
2006-08-09 16:17:12 +00:00
Peter Stephenson
901e6c7387
22592: add tcp_send -c option for cat
2006-08-08 11:27:39 +00:00
Peter Stephenson
21c83849a9
unposted: yet more history-beginning-search-menu fixes
2006-08-02 09:59:23 +00:00
Peter Stephenson
7d77bc95b2
22574: more history-beginning-search-menu fixes
2006-08-01 20:28:35 +00:00
Peter Stephenson
ba22472b7f
22573: smooth interface to history-beginning-search-menu
...
document how to quote metacharacters for reverse array subscript
2006-08-01 17:35:17 +00:00
Bart Schaefer
e7944e7606
unposted: a technique for overriding ZLE widgets within a selected keymap
2006-07-31 06:33:48 +00:00
Bart Schaefer
d905d22c65
22561: fix long-standing display bug in incremental-complete-word.
2006-07-29 23:46:01 +00:00
Peter Stephenson
80a6fa6af5
22560: tweak history-beginning-search-menu to clear menu after use
2006-07-28 10:21:06 +00:00
Peter Stephenson
d88220042d
22559: add history-beginning-search-menu
2006-07-28 09:52:34 +00:00
Peter Stephenson
50e9ab122b
22556: Multibyte separators and delimiters
2006-07-24 22:00:19 +00:00
Bart Schaefer
2da1610330
22492: url-quote-magic should detect syntactic word breaks correctly
2006-06-17 17:21:15 +00:00
Peter Stephenson
1cf30c353e
22480: autoload math functions from zmathfuncdef
2006-06-02 13:34:59 +00:00
Peter Stephenson
9b844cfe73
unposted: improve recognition of parameter arguments in zmathfuncdef
2006-04-23 22:47:01 +00:00
Peter Stephenson
5d9563ab12
22416: forgot zmathfuncdef
2006-04-20 10:04:30 +00:00
Peter Stephenson
b7474e065b
22416, tweaked: math functions via shell functions
...
unposted: add styles to pick-web-browser
2006-04-19 16:09:06 +00:00
Peter Stephenson
9491c3c754
22417: allow autocd with execute-as-is
2006-04-11 18:49:02 +00:00
Peter Stephenson
82dc72e034
22407: zsh-mime-handler now needs NULL_GLOB
2006-04-09 21:12:37 +00:00
Peter Stephenson
9c60453969
tweak pattern matching for execute-as-is
2006-04-06 13:11:27 +00:00
Peter Stephenson
2930828678
22394, 22043: execute-as-is style for MIME suffixes
2006-04-05 10:26:30 +00:00
Peter Stephenson
7b7905fedb
22638: MACHINES: IRIX
...
users/10047: zle widget -K keymap
2006-03-21 19:19:05 +00:00
Peter Stephenson
36e3a1735a
22305: no default for pine-directory
...
unposted: a couple of small doc fixes
2006-02-28 11:57:18 +00:00
Peter Stephenson
e66dce41bc
22285: assorted fixes:
...
_imagemagick files
intro.yo list of other manual pages
pick-web-browser: add firefox
zsh-mime-setup: list consistent with styles for zsh-mime-handler
2006-02-19 21:20:43 +00:00
Peter Stephenson
e377b38ebf
typo in AE and OE ligatures
2006-01-08 18:32:04 +00:00
Clint Adams
b9262b0cbb
22065: starts with "--".
2005-12-09 19:04:26 +00:00
Peter Stephenson
f766a02775
22056: Restore MIME style defaults
2005-12-07 23:29:40 +00:00
Peter Stephenson
a5f418d5f1
22053: FAQ tweak plus better option and parameter documentation
...
in zsh-newuser-install
2005-12-06 10:50:36 +00:00
Bart Schaefer
98c7796a3a
Changes implied by users/9744.
2005-12-05 05:42:07 +00:00
Peter Stephenson
3403c59af2
22027: more zsh-newuser-install fixes
...
22028: WARN_CREATE_GLOBAL overeager with temporarily set variables
2005-11-25 10:36:19 +00:00
Peter Stephenson
fa503c84d3
22021: back-to-back Unicode insertions didn't work.
2005-11-24 14:51:34 +00:00
Peter Stephenson
5dfd592bf2
22018: minor newuser tweaks
2005-11-24 11:46:46 +00:00
Peter Stephenson
e66af50a98
22014: argument-base, insert-unicode-char
2005-11-24 10:25:33 +00:00
Peter Stephenson
325a7c0417
22013: initial go at a working zsh-newuser-install
2005-11-23 11:29:20 +00:00
Peter Stephenson
2b281e741c
users/9604: enhance run-help to strip quotes
2005-11-01 18:25:05 +00:00
Clint Adams
8c3234fb73
21960: put zcalc history file in ZDOTDIR if set.
2005-10-31 16:01:13 +00:00
Peter Stephenson
a1bf618b56
21933: R. Ramkumar: three new styles for MIME handler
...
21935: documentation for same.
2005-10-25 22:50:46 +00:00
Peter Stephenson
c2ff977ddb
21898: insert-composed-char can take command line argument
...
21899: add "roadmap" to manual
2005-10-21 09:51:54 +00:00
Peter Stephenson
2120942203
21891: compose double width characters with ^A etc.
2005-10-19 22:49:36 +00:00
Peter Stephenson
20d2f66849
unposted: a few more miscellaneous composable symbols
2005-10-17 09:51:48 +00:00
Peter Stephenson
81a331a3ea
21779 plus unposted catch change: exception improvementss
2005-09-28 15:26:44 +00:00
Bart Schaefer
8d6cd1dc94
unposted: range-checking of numeric arguments in zargs
2005-09-24 17:43:55 +00:00
Peter Stephenson
f13252c310
Unposted, c.f. 21752: Expand insert-composed-char.
2005-09-22 22:23:44 +00:00
Peter Stephenson
7df83c6a1c
21676: insert-unicode-char now insert-composed-char.
...
Also uses RFC 1345.
2005-08-22 09:27:57 +00:00
Peter Stephenson
e987416cdd
21662: new zle widget insert-unicode-char
2005-08-18 16:45:28 +00:00
Bart Schaefer
27efdc8dab
More adjustements for PROMPT_SP
2005-08-15 03:29:10 +00:00
Peter Stephenson
d307660dee
21575 plus unposted: Add WARN_CREATE_GLOBAL option
2005-08-08 16:48:52 +00:00
Peter Stephenson
13e4fd6856
add Functions/Exceptions/.distfiles
2005-07-28 14:47:09 +00:00
Peter Stephenson
8534a97e9b
21527: rename zsh-newuser-install and don't run if not loaded
2005-07-26 10:35:22 +00:00
Peter Stephenson
625b1dfd74
unposted: bring various .distfiles up to date
2005-07-21 13:45:23 +00:00
Peter Stephenson
3d5bececac
21500: Add script and function as framework for new user stuff.
2005-07-20 18:08:39 +00:00
Bart Schaefer
6f518486a2
Use set -o in listalloptions to avoid kshoptionprint
2005-07-10 17:17:58 +00:00
Bart Schaefer
3773851948
zargs: add -I and -L options of xargs.
2005-06-20 15:15:57 +00:00
Bart Schaefer
bee423bc9f
Tweak promptcr handling in "bart" prompt theme
2005-05-23 15:52:49 +00:00
Peter Stephenson
8a24c5a5ee
users/8856, users/8863: which-command stuff
2005-05-23 10:11:18 +00:00
Bart Schaefer
d0a12b9d7b
Misc. prompt theme repairs
2005-05-10 04:38:54 +00:00
Bart Schaefer
50734b7aca
Adopt a suggestion from Oliver
2005-04-24 18:39:51 +00:00
Bart Schaefer
538fa548c3
Unposted: update the "bart" prompt theme.
2005-03-13 23:27:23 +00:00
Peter Stephenson
20018230ee
20812: Add functions for exception handling
2005-02-15 18:31:41 +00:00
Bart Schaefer
42a89b3cd6
"keeper" function suite
2005-01-21 19:58:30 +00:00
Peter Stephenson
e38389d83e
20708: enhance replace-string
2005-01-13 15:31:31 +00:00
Peter Stephenson
19913bc784
20614: fix 20613
2004-12-09 17:42:28 +00:00
Peter Stephenson
6f5b07da73
20613: fix inconsistencies with embedded whitespace in match-words-by-style
2004-12-09 17:26:35 +00:00
Peter Stephenson
4419b75dbc
20612: add options to match-words-by-style widget
2004-12-09 14:44:42 +00:00
Clint Adams
daade2bfae
20578: Functions/Prompts/prompt_elite2_setup: handle ttys with slashes in them.
2004-11-24 05:05:50 +00:00
Bart Schaefer
4f5e97a0bf
20244: fix bug with zed-iting autoloaded functions.
2004-08-10 23:34:58 +00:00
Peter Stephenson
de79a24999
20232 with typo corrected: remove zftp directory listing on zfcd
2004-08-06 14:10:30 +00:00
Peter Stephenson
ab899b76c7
20222: turn on max function depth
...
plus unposted reference to this in README
plus unposted neatening of 20219 history-pattern-search
2004-07-30 11:09:16 +00:00
Peter Stephenson
efe2876d92
20219: make zle parameter HISTNO writeable
...
add history-pattern-search widget
2004-07-29 14:21:57 +00:00
Peter Stephenson
8c9a6b01d1
20199: improve MIME handling.
2004-07-26 16:59:53 +00:00
Bart Schaefer
def0167e34
20145: Additional arguments to read-from-minibuffer specify initial values
...
of LBUFFER and RBUFFER.
2004-07-12 04:00:29 +00:00
Peter Stephenson
81d27b662a
unposted: fix .distfiles for zed-set-file-name
2004-06-26 17:54:30 +00:00
Peter Stephenson
fd1676f397
20089: various zed improvements
2004-06-23 16:14:24 +00:00
Peter Stephenson
08bd15e282
20076: improved function using always
2004-06-22 14:35:05 +00:00
Bart Schaefer
431db1a4c6
Minor update to cooperate with zle-line-init.
2004-06-22 07:10:35 +00:00
Wayne Davison
6cfedab7ee
Use the new `history -ap' command to restore the history instead of
...
using a trap function.
2004-05-21 20:05:03 +00:00
Wayne Davison
6b83748946
Use the new history push/pop options to fc to save and restore the
...
current history buffer.
2004-05-20 22:23:11 +00:00