summaryrefslogtreecommitdiff
path: root/src/proto/os_win32.pro
AgeCommit message (Collapse)Author
2017-02-01patch 8.0.0280: problem setting multi-byte environment var on MS-WindowsBram Moolenaar
Problem: On MS-Windows setting an environment variable with multi-byte strings does not work well. Solution: Use wputenv when possible. (Taro Muraoka, Ken Takata)
2017-01-12patch 8.0.0175: setting language on MS-Windows does not always workBram Moolenaar
Problem: Setting language in gvim on MS-Windows does not work when libintl.dll is dynamically linked with msvcrt.dll. Solution: Use putenv() from libintl as well. (Ken Takata, closes #1082)
2016-10-15patch 8.0.0036Bram Moolenaar
Problem: Detecting that a job has finished may take a while. Solution: Check for a finished job more often (Ozaki Kiichi)
2016-10-12patch 8.0.0029Bram Moolenaar
Problem: Code for MS-Windows is complicated because of the exceptions for old systems. Solution: Drop support for MS-Windows older than Windows XP. (Ken Takata)
2016-09-29patch 8.0.0018Bram Moolenaar
Problem: When using ":sleep" channel input is not handled. Solution: When there is a channel check for input also when not in raw mode. Check every 100 msec.
2016-02-16patch 7.4.1336Bram Moolenaar
Problem: Channel NL mode is not supported yet. Solution: Add NL mode support to channels.
2016-02-12patch 7.4.1306Bram Moolenaar
Problem: Job control doesn't work well on MS-Windows. Solution: Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro Nakadaira, Yasuhiro Matsumoto)
2016-02-07patch 7.4.1283Bram Moolenaar
Problem: The job feature isn't available on MS-Windows. Solution: Add the job feature. Fix argument of job_stop(). (Yasuhiro Matsumoto)
2016-01-19patch 7.4.1133Bram Moolenaar
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
2016-01-17patch 7.4.1128Bram Moolenaar
Problem: MS-Windows: delete() does not recognize junctions. Solution: Add mch_isrealdir() for MS-Windows. Update mch_is_symbolic_link(). (Ken Takata)
2016-01-16patch 7.4.1109Bram Moolenaar
Problem: MS-Windows doesn't have rmdir(). Solution: Add mch_rmdir().
2016-01-16patch 7.4.1106Bram Moolenaar
Problem: The nsis script can't be used from the appveyor build. Solution: Add "ifndef" to allow for variables to be set from the command line. Remove duplicate SetCompressor command. Support using other gettext binaries. (Ken Takata) Update build instructions to use libintl-8.dll.
2016-01-02patch 7.4.1033Bram Moolenaar
Problem: Memory use on MS-Windows is very conservative. Solution: Use the global memory status to estimate amount of memory. (Mike Williams)
2015-11-10patch 7.4.921Bram Moolenaar
Problem: Missing proto file update. (Randall W. Morris) Solution: Add the missing line for mch_ishidden.
2015-03-21updated for version 7.4.672Bram Moolenaar
Problem: When completing a shell command, directories in the current directory are not listed. Solution: When "." is not in $PATH also look in the current directory for directories.
2014-04-01updated for version 7.4.235Bram Moolenaar
Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function.
2013-07-03updated for version 7.3.1299Bram Moolenaar
Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
2013-06-12updated for version 7.3.1182Bram Moolenaar
Problem: 'backupcopy' default on MS-Windows does not work for hard and soft links. Solution: Check for links. (David Pope, Ken Takata)
2012-11-20updated for version 7.3.720Bram Moolenaar
Problem: Proto files are outdated. Solution: Update the newly generated proto files.
2011-05-05updated for version 7.3.177Bram Moolenaar
Problem: MS-Windows: mkdir() doesn't work properly when 'encoding' is "utf-8". Solution: Convert to utf-16. (Yukihiro Nakadaira)
2011-05-05updated for version 7.3.172Bram Moolenaar
Problem: MS-Windows: rename() might delete the file if the name differs but it's actually the same file. Solution: Use the file handle to check if it's the same file. (Yukihiro Nakadaira)
2010-10-23updated for version 7.3.034Bram Moolenaar
Problem: Win32: may be loading .dll from the wrong directory. Solution: Go to the Vim executable directory when opening a library.
2007-05-05updated for version 7.1aBram Moolenaar
2006-04-05updated for version 7.0c10Bram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar
2006-03-01updated for version 7.0210Bram Moolenaar
2004-10-07updated for version 7.0017Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar