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

3571 Commits

Author SHA1 Message Date
Bart Schaefer
91a08a2517 20318: Fix xtrace output bug introduced by 20308. 2004-09-04 16:59:35 +00:00
Peter Stephenson
97fd0d9b89 20308: add EVAL_LINENO option 2004-09-03 09:47:44 +00:00
Peter Stephenson
fb79072575 20303: zle -I test and running zle widgets in traps 2004-09-02 14:34:33 +00:00
Peter Stephenson
d24593bf38 20300: fix spurious EOF from ^C 2004-09-02 09:20:35 +00:00
Bart Schaefer
7f2db6916e Previously-forgotten entry corresponding to zed fix from workers/20244. 2004-09-02 03:52:40 +00:00
Wayne Davison
3338d3121c 20283 2004-08-24 21:01:54 +00:00
Wayne Davison
5652f0e09c Incorporate Jean-Baptiste Quenot's change that improves the parsing
of the <target ...> tag.
2004-08-24 20:52:23 +00:00
Wayne Davison
cfb6ea8d2e 20282 2004-08-24 15:54:19 +00:00
Wayne Davison
0aa5829cc7 When downline() calls upline() or visa versa (due to a negative zmult),
the value of "n" that was returned should be negative but was positive.
Fixes some problems with {down,up}-line-or-history and others.
2004-08-24 15:47:04 +00:00
Wayne Davison
60b7d10a80 - Fixed the perl code that was using the @matches array.
- Simplified the other perl code just a little.
2004-08-21 03:07:01 +00:00
Wayne Davison
1f42dc4008 02070 2004-08-18 20:40:29 +00:00
Wayne Davison
472e21e242 One of the new parenthetical expressions needs to not return a value
so that it doesn't put items into the @matches array.
2004-08-18 20:30:27 +00:00
Wayne Davison
f12d3cca9f Don't output a target "VAR" for a line of the form "VAR := VALUE". 2004-08-18 20:22:46 +00:00
Wayne Davison
973a53300b 20269 2004-08-18 17:13:15 +00:00
Wayne Davison
9dd5252c9f Don't output make targets all clumped into a single string when useperl
is enabled.
2004-08-18 17:10:27 +00:00
Peter Stephenson
7d3220f298 20251: integer conversion truncation
20258: save command status in prompt substitution
update FAQ
rename version to 4.2.1-dev-1
2004-08-16 09:52:56 +00:00
Clint Adams
b8e6c82fab unposted: config.guess, config.sub: update to 2004-07-19 and 2004-06-24, respectively. 2004-08-13 23:01:30 +00:00
Peter Stephenson
edd3a2519d Version 4.2.1 zsh-4.2.1 2004-08-13 10:39:11 +00:00
Wayne Davison
5c4cc7796d Changed an entry that was space-indented to being tab-indented like
all the others.
2004-08-11 15:40:10 +00:00
Oliver Kiddle
ad25b67e3d 20254: restrict scope of the default tag-order to fix a problem with cdrecord
completion. Ideally the tag-order should go but _arguments currently needs it.
2004-08-11 11:57:04 +00:00
Bart Schaefer
4f5e97a0bf 20244: fix bug with zed-iting autoloaded functions. 2004-08-10 23:34:58 +00:00
Oliver Kiddle
f4973986e9 20237: handle mysqlimport, more mysql options. Redo screen session completion 2004-08-07 19:01:09 +00:00
Oliver Kiddle
d8b1242723 20236: fix problem with keep-prefix style where a modifier removes the prefix 2004-08-07 15:27:07 +00:00
Oliver Kiddle
0172512966 20235: sync remote file completion against _ssh to fix bug with quote handling 2004-08-07 14:28:31 +00:00
Geoff Wing
fd62429d19 still allow user specified text modifiers with a short terminal.
Only disallow if the terminal is really unknown or without
sufficient capabilities or if SINGLE_LINE_ZLE option is given
2004-08-07 08:43:56 +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
2a2ddb36a4 unposted: zsh-4.2.1-test-A zsh-4.2.1-test-A 2004-08-06 13:32:35 +00:00
Clint Adams
6a84de2db9 * 20230: Completion/Debian/Command/_apt: dumb down apt-get
install completion and always complete from all available packages.
2004-08-01 14:48:14 +00:00
Clint Adams
4260265582 * 20225: Doc/Zsh/mod_clone.yo: add Philippe Troin's explanations
of clone usage.
2004-08-01 14:03:58 +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
b550cfe7e3 20221: $LINENO in trap '...' DEBUG was wrong. 2004-07-29 15:33:19 +00:00
Peter Stephenson
640bbab78f 20221: $LINENO in trap '...' DEBUG was wrong. 2004-07-29 15:09:51 +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
e1d8ca1d70 20208: ternary path codes in prompt treat / as zero elements 2004-07-29 11:45:53 +00:00
Peter Stephenson
241aa1d40d 20214: fix debugging test with recursive functions 2004-07-28 10:34:31 +00:00
Peter Stephenson
e31d0b939d 20204: Motoi Washida: typo in _retrieve_cache 2004-07-28 09:33:20 +00:00
Peter Stephenson
804599a7ce 20200 plus unposted: fix MIME stuff,
don't let _kfmclient drop through to `no more arguments' unnecessarily
2004-07-28 09:18:29 +00:00
Peter Stephenson
8c9a6b01d1 20199: improve MIME handling. 2004-07-26 16:59:53 +00:00
Peter Stephenson
17e576782c 20198: fix TRAPEXIT. 2004-07-26 13:18:07 +00:00
Bart Schaefer
725616d600 Unposted: documentation for "zargs" 2004-07-26 06:57:37 +00:00
Oliver Kiddle
6bc341280e 20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systems 2004-07-23 14:19:28 +00:00
Oliver Kiddle
8605ba6dac Motoi Washida: 20179: new completions for Mac OS X 2004-07-23 13:37:42 +00:00
Oliver Kiddle
d8e4bb5a38 Jean-Baptiste Quenot: 20167: find targets enclosed in single quotes 2004-07-19 16:30:54 +00:00
Peter Stephenson
f5d9a995f9 20173: fix crash when reallocating heaps 2004-07-17 19:24:59 +00:00
Peter Stephenson
0cfb07ee92 20153: make zle-line-init run after the first zrefresh() 2004-07-13 09:41:36 +00:00
Peter Stephenson
bedf58cfce NEWS: more additions from Oliver. 2004-07-12 10:34:53 +00:00
Peter Stephenson
ad81f0055b NEWS: read through and tidied up 2004-07-12 10:21:33 +00:00
Peter Stephenson
31e2939157 20151: ChangeLog for NEWS 2004-07-12 10:12:39 +00:00
Peter Stephenson
aad11eb618 unposted: improve 20150 by setting pointer to NULL 2004-07-12 10:05:46 +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