summaryrefslogtreecommitdiff
path: root/src/gui_athena.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0367: types in include files may be inconsistentv8.0.0367Bram Moolenaar2017-02-251-1/+2
| | | | | | Problem: If configure defines _LARGE_FILES some include files are included before it is defined. Solution: Include vim.h first. (Sam Thursfield, closes #1508)
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.1209v7.4.1209Bram Moolenaar2016-01-301-2/+4
| | | | | Problem: Can't build with Athena. Solution: Fix function declarations.
* patch 7.4.1207v7.4.1207Bram Moolenaar2016-01-301-150/+122
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1197v7.4.1197Bram Moolenaar2016-01-291-26/+26
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-1/+1
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.102v7.3.102Bram Moolenaar2011-01-171-1/+2
| | | | | | | | Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
* Remove unused code.Bram Moolenaar2010-08-081-15/+0
|
* Avoid compiler warnings.Bram Moolenaar2010-06-061-2/+2
|
* updated for version 7.2-184v7.2.184Bram Moolenaar2009-05-211-44/+29
|
* updated for version 7.2aBram Moolenaar2008-06-241-1/+1
|
* updated for version 7.0c01Bram Moolenaar2006-03-271-2/+2
|
* updated for version 7.0106Bram Moolenaar2005-07-091-1/+1
|
* updated for version 7.0061Bram Moolenaar2005-03-181-1/+1
|
* updated for version 7.0044Bram Moolenaar2005-01-251-1/+1
|
* updated for version 7.0028Bram Moolenaar2005-01-021-2/+130
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+2230