summaryrefslogtreecommitdiff
path: root/runtime/tools
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0666: spacing-combining characters handled as composingv9.0.0666Bram Moolenaar2022-10-051-1/+2
| | | | | | | Problem: Spacing-combining characters handled as composing, causing text to take more space than expected. Solution: Handle characters marked with "Mc" not as composing. (closes #11282
* patch 9.0.0587: Unicode tables are outdatedv9.0.0587Christian Brabandt2022-09-251-5/+6
| | | | | Problem: Unicode tables are outdated. Solution: Update to Unicode release 15. (Christian Brabandt, closes #11220)
* Update runtime filesBram Moolenaar2022-03-191-3/+0
|
* Update runtime filesBram Moolenaar2021-12-051-1/+8
|
* Update runtime filesBram Moolenaar2021-07-282-2/+2
|
* patch 8.2.3068: Unicode tables are slightly outdatedv8.2.3068Christian Brabandt2021-06-271-5/+21
| | | | | | Problem: Unicode tables are slightly outdated. Solution: Update the tables for Unicode release 13. (Christian Brabandt closes #8430)
* Update runtime files.Bram Moolenaar2020-12-101-2/+2
|
* Update runtime files.Bram Moolenaar2020-08-301-60/+122
|
* patch 8.2.1540: the user cannot try out emoji character widthsv8.2.1540Bram Moolenaar2020-08-291-0/+23
| | | | | Problem: The user cannot try out emoji character widths. Solution: Move the emoji script to the runtime/tools directory.
* patch 8.2.0106: printf formats are not exactly rightv8.2.0106Bram Moolenaar2020-01-081-14/+14
| | | | | Problem: Printf formats are not exactly right. Solution: Adjust signed/unsigned conversions. (Frazer Clews, closes #5456)
* patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017Bram Moolenaar2019-12-171-1/+1
| | | | | | Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368)
* Update runtime files.Bram Moolenaar2019-11-301-1/+1
|
* Update runtime filesBram Moolenaar2018-11-041-1/+1
|
* Update runtime files.Bram Moolenaar2018-07-151-1/+1
|
* Update runtime files.Bram Moolenaar2018-05-061-0/+10
|
* Update runtime filesBram Moolenaar2018-04-061-6/+6
|
* patch 8.0.0652: unicode information is outdatedv8.0.0652Bram Moolenaar2017-06-221-2/+4
| | | | | Problem: Unicode information is outdated. Solution: Update to Unicode 10. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2016-09-221-2/+1
|
* Updated runtime files.Bram Moolenaar2016-06-121-1/+2
|
* Updated runtime files.Bram Moolenaar2016-05-201-1/+1
|
* patch 7.4.1642v7.4.1642Bram Moolenaar2016-03-241-0/+6
| | | | | | Problem: Handling emoji characters as full width has problems with backwards compatibility. Solution: Only put characters in the 1f000 range in the emoji table.
* patch 7.4.1629v7.4.1629Bram Moolenaar2016-03-211-66/+130
| | | | | | | | Problem: Handling emoji characters as full width has problems with backwards compatibility. Solution: Remove ambiguous and double width characters from the emoji table. Use a separate table for the character class. (partly by Yasuhiro Matsumoto)
* Updated runtime files.Bram Moolenaar2016-03-201-4/+4
|
* patch 7.4.1604v7.4.1604Bram Moolenaar2016-03-191-0/+27
| | | | | | | Problem: Although emoji characters are ambiguous width, best is to treat them as full width. Solution: Update the Unicode character tables. Add the 'emoji' options. (Yasuhiro Matsumoto)
* Updated runtime files.Bram Moolenaar2016-02-201-1/+1
|
* patch 7.4.1244v7.4.1244Bram Moolenaar2016-02-021-2/+8
| | | | | Problem: The channel functions don't sort together. Solution: Use a common "ch_" prefix.
* patch 7.4.1234v7.4.1234Bram Moolenaar2016-02-011-24/+34
| | | | | Problem: Demo server only runs with Python 2. Solution: Make it run with Python 3 as well. (Ken Takata)
* patch 7.4.1225v7.4.1225Bram Moolenaar2016-01-311-0/+2
| | | | | Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
* patch 7.4.1218v7.4.1218Bram Moolenaar2016-01-301-2/+4
| | | | | Problem: Missing change in configure. More changes for function style. Solution: Avoid the typos.
* patch 7.4.1215v7.4.1215Bram Moolenaar2016-01-301-29/+25
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1200v7.4.1200Bram Moolenaar2016-01-291-12/+10
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.1191v7.4.1191Bram Moolenaar2016-01-281-0/+87
| | | | | | Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server.
* patch 7.4.752v7.4.752Bram Moolenaar2015-06-211-0/+2
| | | | | | Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
* Update runtime files.Bram Moolenaar2013-05-171-1/+1
|
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-2/+2
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* Updated runtime files.Bram Moolenaar2012-07-251-1/+1
|
* updated for version 7.2.348v7.2.348Bram Moolenaar2010-01-271-16/+26
| | | | | Problem: Unicode double-width characters are not up-to date. Solution: Produce the double-width table like the others.
* updated for version 7.2.330v7.2.330Bram Moolenaar2010-01-122-0/+282
| | | | | | Problem: Tables for Unicode case operators are outdated. Solution: Add a Vim script for generating the tables. Include tables for Unicode 5.2.
* updated for version 7.2c-000v7.2c.000Bram Moolenaar2008-08-062-3/+4
|
* updated for version 7.0162v7.0162Bram Moolenaar2005-12-021-2/+0
|
* updated for version 7.0048Bram Moolenaar2005-02-051-3/+16
|
* updated for version 7.0038v7.0038Bram Moolenaar2005-01-141-159/+0
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-1321-0/+2199