1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00
Commit Graph

3946 Commits

Author SHA1 Message Date
Clint Adams
fa16a6e1b1 * 20939: Completion/Unix/Command/_groff: completion for groff command. 2005-03-07 02:59:24 +00:00
Clint Adams
ac4f19bf37 * 20938: Completion/Unix/Command/_fuser: completion for fuser command. 2005-03-07 02:52:30 +00:00
Clint Adams
e2ace8f5e4 * 20937: Completion/Unix/Command/_fortune: completion for fortune command. 2005-03-07 02:40:42 +00:00
Clint Adams
bb2a6cd760 * 20936: Completion/Linux/Command/_acpi: completion for acpi command. 2005-03-07 02:38:29 +00:00
Andrey Borzenkov
41b2e0cb68 20932: Add copy comand completion 2005-03-05 10:31:06 +00:00
Peter Stephenson
7fb20a71cb correct 20928 2005-03-04 21:40:37 +00:00
Peter Stephenson
d4c948bdd0 20928: null terminate screen lines in zle_refresh.c 2005-03-04 21:34:28 +00:00
Motoi WASHIDA
b7ab36d9f6 unposted: arguments are required after -imagekey, -srcimagekey options 2005-03-03 20:10:40 +00:00
Motoi WASHIDA
da1d4534a6 unposted: softwareupdate is a system software update tool for Mac OS X 2005-03-03 19:58:58 +00:00
Oliver Kiddle
1b50dff802 20921: using UCS-4BE instead of ISO-10646 to identify character encoding
is more portable, find more encodings in iconv completion on Solaris
20924: make error message more specific
2005-03-03 14:13:03 +00:00
Oliver Kiddle
eb82327576 Henryk Konsek: 20918: new completion for unace 2005-03-03 13:54:50 +00:00
Peter Stephenson
a50c752448 20900, adapted: promptcr workaround 2005-03-03 10:29:22 +00:00
Clint Adams
b456dfcfba * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'Connor
to limit recursion depth in make completion variable expansion.
2005-03-02 20:31:17 +00:00
Wayne Davison
3321b48303 Fix a possible infinite recursion in _make. 2005-03-02 19:12:31 +00:00
Wayne Davison
dca8aa342a Don't try to expand a single-character Makefile variable if
it is a digit.
2005-03-02 19:06:23 +00:00
Clint Adams
4a007b41d7 * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionally
when we echotc a capability with arguments (which we then assume to
be the 'cm' capability, with arguments in the form <rows> <columns>.
2005-03-02 16:13:35 +00:00
Clint Adams
27c52ad072 * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto. 2005-03-02 15:12:25 +00:00
Wayne Davison
c7ca063321 Got rid of --copy-dest, which didn't make it into rsync 2.6.4. 2005-03-01 15:48:38 +00:00
Peter Stephenson
7da2604acb 20897: complete system printers in _a2ps 2005-03-01 11:57:48 +00:00
Peter Stephenson
af1c6ecdc7 20888: allow signal names to have the SIG prefix included 2005-02-28 14:29:09 +00:00
Andrey Borzenkov
ae6c23ae2c 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusion 2005-02-26 07:40:54 +00:00
Peter Stephenson
f7ceca4fec 20869: more small Unicode tweaks 2005-02-25 15:10:01 +00:00
Oliver Kiddle
c7eb5a72f1 20867: handle imported files that are specified using a relative path 2005-02-25 14:09:25 +00:00
Peter Stephenson
ddd172ebe2 20863: fix history (i)searching for Unicode 2005-02-25 10:20:38 +00:00
Peter Stephenson
29b6b82ade 20866: fix deliberate errors in 20861 2005-02-24 21:10:44 +00:00
Oliver Kiddle
230872fa10 Konstantin Sobolev: 20832 (modified): gather targets from imported files 2005-02-24 17:05:46 +00:00
Oliver Kiddle
ebe071866d 20862: attempt to fix configure scripts to detect iconv properly 2005-02-24 16:53:07 +00:00
Peter Stephenson
691dd7e529 20861: Fix statusline in Unicode, apart from isearch 2005-02-24 15:32:36 +00:00
Andrey Borzenkov
c4a4c1340a 20857: rewrite zle_refresh to use wide characters. 2005-02-23 16:29:56 +00:00
Peter Stephenson
0da7162ed6 20856: use VARARR for multibyte string. 2005-02-23 13:59:33 +00:00
Peter Stephenson
d9137fd4b6 20854: more Unicode stuff. 2005-02-23 13:50:09 +00:00
Clint Adams
23f6fa7244 * 20847: Completion/compaudit: stop adding gratuitous elements to fpath when MARK_DIRS is set. 2005-02-23 03:39:27 +00:00
Andrey Borzenkov
70f9279060 20845: fix mbstate_t usage in getrestchar 2005-02-22 21:36:40 +00:00
Peter Stephenson
85b63c0c03 20844: prune trailing slashes from named directory 2005-02-22 18:23:16 +00:00
Peter Stephenson
b83f0e2290 Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working 2005-02-22 13:12:35 +00:00
Peter Stephenson
c8883a5a08 20837: typos in contrib docs 2005-02-21 14:40:35 +00:00
Peter Stephenson
a4a6f27c8e 20834: use _webbrowser in _kfmclient 2005-02-21 13:42:32 +00:00
Peter Stephenson
ee5aada47b 20833: typo: int_t -> wint_t 2005-02-21 11:18:49 +00:00
Wayne Davison
673cabdd39 - Added a missing '=' to two commands that take args.
- Removed the unintentional arg from --delay-updates.
2005-02-20 18:54:33 +00:00
Wayne Davison
7f3f04fc67 Mention the _rsync change. 2005-02-20 02:37:41 +00:00
Wayne Davison
4c7a5a6813 Got rid of some of the specified option-conflicts between the
delete options -- I was using it to cut down on the useless
suggestions, but it was failing to continue completing if the
user specified something like "--delete-after --delete" (which
is valid but superfluous).  Also got rid of an accidental
option-conflict between --archive (-a) and --recursive (-r).
2005-02-20 02:28:29 +00:00
Wayne Davison
59eecf6da3 Added the last 2 new options from the upcoming rsync 2.6.4. 2005-02-20 02:06:44 +00:00
Peter Stephenson
e34d2df070 20828: typos in 20822 2005-02-18 17:30:55 +00:00
Motoi WASHIDA
c9334d616f users/8522: Completion/Darwin/Command/_defaults: fixed the number of spaces
broken while sending the patch by email.
2005-02-18 16:05:14 +00:00
Peter Stephenson
d7c13fb2c3 20822: Initial code for Unicode/multibyte input
20823: Debugging test in stat wrong for 64-bit systems
2005-02-18 13:57:25 +00:00
Peter Stephenson
294ef9e872 users/8522: Motoi Washida: quotation in Darwin completion 2005-02-18 10:20:34 +00:00
Peter Stephenson
213dc8b210 20816: update rlimits for new glibc 2005-02-16 17:40:29 +00:00
Wayne Davison
17ff85a18e Mention _rsync changes. 2005-02-15 19:39:36 +00:00
Peter Stephenson
20018230ee 20812: Add functions for exception handling 2005-02-15 18:31:41 +00:00
Wayne Davison
4040e0bb1f - Split the options up into two sets: daemon options, and client
options.  This makes sure that daemon options aren't offered
  after client options, and visa versa.
- Added some missing exclusion-lists for options (that avoids
  offering conflicting options to the user).
- Improved the description of a few options.
- Added some new options for the upcoming rsync 2.6.4.
2005-02-15 00:30:47 +00:00