Peter Stephenson
|
13a45d74eb
|
users/16932: implement $UNDO_CHANGE_NO and argument to undo widget
|
2012-03-29 20:31:33 +00:00 |
|
Peter Stephenson
|
212ca9edf9
|
28772: Update regions in region highlight dynamically
|
2011-02-18 22:08:45 +00:00 |
|
Peter Stephenson
|
b16923b096
|
27812: display invalid bytes in multibyte characters specially
|
2010-03-22 19:46:53 +00:00 |
|
Peter Stephenson
|
e61af474c1
|
26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS
|
2009-04-24 09:00:29 +00:00 |
|
Peter Stephenson
|
3cf29e7513
|
24853: bits missed from patch
|
2008-04-20 21:19:52 +00:00 |
|
Peter Stephenson
|
b8ec06c870
|
24853: use metafied strings for inner loops over history
|
2008-04-20 21:17:29 +00:00 |
|
Peter Stephenson
|
1875c12734
|
24819: fix transposing characters and sneaky combination generation
|
2008-04-15 16:49:55 +00:00 |
|
Peter Stephenson
|
97dcf15556
|
24808: initial support for combining characters in zle
|
2008-04-13 16:58:42 +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
|
f368975eff
|
users/11398: vi-goto-mark broken by multibyte support
|
2007-04-15 21:09:37 +00:00 |
|
Peter Stephenson
|
34381548da
|
Incomplete improvements for $'...' in completion
|
2006-12-03 21:07:17 +00:00 |
|
Peter Stephenson
|
48d6402e65
|
rationalise mb<->wc conversions to use restartable form
|
2006-08-03 15:37:49 +00:00 |
|
Peter Stephenson
|
bb912594b2
|
22575: multibyte fixes for bslashquote(), getzlequery()
|
2006-08-01 21:28:04 +00:00 |
|
Peter Stephenson
|
50e9ab122b
|
22556: Multibyte separators and delimiters
|
2006-07-24 22:00:19 +00:00 |
|
Peter Stephenson
|
ef330a5dfd
|
22408: support for multibyte characters in patterns
|
2006-04-09 21:47:21 +00:00 |
|
Clint Adams
|
7b92878c24
|
thinko fix
|
2006-03-20 15:22:55 +00:00 |
|
Clint Adams
|
8294310202
|
22371: use only alphanumerics and underscores as word characters with vi bindings.
|
2006-03-20 14:40:36 +00:00 |
|
Wayne Davison
|
6698e6f676
|
Define ZS_memchr() as either wmemchr() or memchr().
|
2006-02-09 22:12:54 +00:00 |
|
Peter Stephenson
|
e66af50a98
|
22014: argument-base, insert-unicode-char
|
2005-11-24 10:25:33 +00:00 |
|
Wayne Davison
|
0f0d610401
|
The non-multibyte version of ZWS() doesn't need to force a cast anymore.
|
2005-11-15 08:44:26 +00:00 |
|
Peter Stephenson
|
e366ca8dbf
|
users/9638: tweaks for FCEDIT etc.
21986: rewrite completion suffixes for wide characters
|
2005-11-07 09:37:34 +00:00 |
|
Wayne Davison
|
ee324f449e
|
Changed the non-wide version of: ZLE_CHAR_T into a "char" (formerly
an "int"), and ZLE_STRING_T into a "char *" (formerly an "unsigned
char *").
|
2005-11-01 03:26:51 +00:00 |
|
Wayne Davison
|
2c28e857f8
|
- Defined some new ZC_i<type> macros, such as ZC_ilower, ZC_inblank,
ZC_iupper, etc.
- Fixed ZC_iblank to not return true when given a newline.
|
2005-11-01 02:50:28 +00:00 |
|
Peter Stephenson
|
aea7715261
|
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
use multibyte versions of nicechar wherever possible.
|
2005-10-28 17:34:33 +00:00 |
|
Peter Stephenson
|
046f4cf49e
|
21784: Improved character widths for formatted multibyte character output
|
2005-09-29 17:32:34 +00:00 |
|
Peter Stephenson
|
409296e22f
|
21736: improve tests for word and identifier characters with multibyte input
|
2005-09-20 15:10:26 +00:00 |
|
Peter Stephenson
|
d33c6e502a
|
21722: fix multibyte word stuff
|
2005-09-09 20:34:42 +00:00 |
|
Clint Adams
|
987033eaf9
|
21619: define wide versions of zarrdup, zputs, niceztrlen.
|
2005-08-15 17:19:16 +00:00 |
|
Wayne Davison
|
6e9f6bc7d1
|
For gcc, use static inline functions in place of the ZS_str*
macros so that we get type-checking without pointer-signedness
warnings.
|
2005-08-12 13:12:37 +00:00 |
|
Peter Stephenson
|
2a888b3d5a
|
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
|
2005-08-10 10:56:40 +00:00 |
|
Peter Stephenson
|
f7ceca4fec
|
20869: more small Unicode tweaks
|
2005-02-25 15:10:01 +00:00 |
|
Peter Stephenson
|
ddd172ebe2
|
20863: fix history (i)searching for Unicode
|
2005-02-25 10:20:38 +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
|
d9137fd4b6
|
20854: more Unicode stuff.
|
2005-02-23 13:50:09 +00:00 |
|
Peter Stephenson
|
b83f0e2290
|
Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working
|
2005-02-22 13:12:35 +00:00 |
|
Peter Stephenson
|
ee5aada47b
|
20833: typo: int_t -> wint_t
|
2005-02-21 11:18:49 +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
|
85e0b5f377
|
20752: fix access to ZLE parameters
|
2005-01-26 18:12:08 +00:00 |
|
Peter Stephenson
|
efd03cf9e8
|
20742: More Unicode conversion stuff.
|
2005-01-25 16:40:41 +00:00 |
|
Peter Stephenson
|
88a37cc187
|
c.f. 20675: improve zle as a basis for Unicode.
unposted: update version to 4.2.3-dev-1
|
2005-01-14 13:04:47 +00:00 |
|
Peter Stephenson
|
778a73b027
|
18139: Improve $killring interface; can now change length. Empty
strings in $killring are ignored when yank-popping. Yank-popping
is more consistent about looping and using the original cutbuffer.
|
2003-01-27 14:54:31 +00:00 |
|
Sven Wischnowsky
|
7f9f81f3e2
|
save and restore more variables in bufferwords(); move gotword() into core (11523)
|
2000-05-23 08:20:56 +00:00 |
|
Tanaka Akira
|
e74702b467
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|