Bram Moolenaar
c81dfaa69c
patch 9.0.1621: FILETYPE_FILE is defined to the same value multiple times
...
Problem: FILETYPE_FILE is defined to the same value multiple times. Same
for a few similar macros.
Solution: Define FILETYPE_FILE and others in feature.h only
2023-06-08 22:16:23 +01:00
Dominique Pelle
b49dfd0cf2
patch 9.0.1453: typos in source code and tests
...
Problem: Typos in source code and tests.
Solution: Fi the typos. (Dominique Pellé, closes #12217 )
2023-04-14 21:54:25 +01:00
Yee Cheng Chin
da77693b17
patch 9.0.1364: build error with older Mac OS
...
Problem: Build error with older Mac OS.
Solution: Adjust #ifdef. (Yee Cheng Chin, closes #12074 )
2023-02-28 15:51:23 +00:00
ichizok
f5465ff5c8
patch 8.2.5071: with some Mac OS version clockid_t is redefined
...
Problem: With some Mac OS version clockid_t is redefined.
Solution: Adjust #ifdefs. (Ozaki Kiichi, closes #10549 )
2022-06-09 14:50:10 +01:00
Bram Moolenaar
99c48fe997
patch 8.2.5061: C89 requires signal handlers to return void
...
Problem: C89 requires signal handlers to return void.
Solution: Drop RETSIGTYPE and hard-code a void return value.
2022-06-05 22:05:19 +01:00
Paul Ollis
6574577cac
patch 8.2.5057: using gettimeofday() for timeout is very inefficient
...
Problem: Using gettimeofday() for timeout is very inefficient.
Solution: Set a platform dependent timer. (Paul Ollis, closes #10505 )
2022-06-05 16:55:54 +01:00
Dominique Pelle
af4a61a85d
patch 8.2.3914: various spelling mistakes in comments
...
Problem: Various spelling mistakes in comments.
Solution: Fix the mistakes. (Dominique Pellé, closes #9416 )
2021-12-27 17:21:41 +00:00
Bram Moolenaar
097148e849
patch 8.2.1422: the Mac GUI implementation is outdated
...
Problem: The Mac GUI implementation is outdated and probably doesn't even
work.
Solution: Remove the Mac GUI code. The MacVim project provides the
supported Vim GUI version.
2020-08-11 21:58:20 +02:00
Bram Moolenaar
24e9b6fe4b
patch 8.2.0411: Mac: breakcheck is using a value from the stone ages
...
Problem: Mac: breakcheck is using a value from the stone ages.
Solution: Delete BREAKCHECK_SKIP from the Mac header file. (Ben Jackson)
2020-03-19 16:28:44 +01:00
Bram Moolenaar
9bf703d46a
patch 8.1.2366: using old C style comments
...
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
2019-11-30 19:44:38 +01:00
Bram Moolenaar
264b74fa54
patch 8.1.0810: too many #ifdefs
...
Problem: Too many #ifdefs.
Solution: Graduate FEAT_MBYTE, part 4.
2019-01-24 17:18:42 +01:00
Bram Moolenaar
0bd4051732
patch 8.1.0423: MS-Windows: using dup-close for flushing a file
...
Problem: MS-Windows: using dup-close for flushing a file.
Solution: Use _commit(). (Ken Takata, closes #3463 )
2018-09-21 14:48:53 +02:00
Bram Moolenaar
0726870326
patch 8.0.1554: custom plugins loaded with --clean
...
Problem: Custom plugins loaded with --clean.
Solution: Do not include the home directory in 'runtimepath'.
2018-03-01 21:57:32 +01:00
Bram Moolenaar
d057301b1f
patch 8.0.1236: Mac features are confusing
...
Problem: Mac features are confusing.
Solution: Make feature names more consistent, add "osxdarwin". Rename
feature flags, cleanup Mac code. (Kazunobu Kuriyama, closes #2178 )
2017-10-28 21:11:06 +02:00
Bram Moolenaar
edf3f97ae2
patch 7.4.2293
...
Problem: Modelines in source code are inconsistant.
Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-08-29 22:49:24 +02:00
Bram Moolenaar
8c08b5b569
patch 7.4.2111
...
Problem: Defaults are very conservative.
Solution: Move settings from vimrc_example.vim to defaults.vim. Load
defaults.vim if no .vimrc was found.
2016-07-28 22:24:15 +02:00
Bram Moolenaar
2b1b53f5d9
updated for version 7.4.055
...
Problem: Mac: Where availability macros are defined depends on the system.
Solution: Add a configure check. (Felix Bünemann)
2013-11-02 21:04:38 +01:00
Bram Moolenaar
84a05acc8c
updated for version 7.3.925
...
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
2013-05-06 04:24:17 +02:00
Bram Moolenaar
66bd1c9b54
Remove obsolete Mac code.
2010-07-14 20:31:44 +02:00
Bram Moolenaar
164fca39bd
Add clipboard support in Mac console. (Bjorn Winckler)
2010-07-14 13:58:07 +02:00
Bram Moolenaar
55debbe384
Included patch for persistent undo. Lots of changes and added test.
2010-05-23 23:34:36 +02:00
Bram Moolenaar
a2974d70f1
updated for version 7.2-233
2009-07-14 16:38:36 +00:00
Bram Moolenaar
fab578f605
updated for version 7.2-212
2009-06-24 14:41:19 +00:00
Bram Moolenaar
a7241f5f19
updated for version 7.2a
2008-06-24 20:39:31 +00:00
Bram Moolenaar
4a85b41560
updated for version 7.0e07
2006-04-23 22:40:29 +00:00
Bram Moolenaar
0fd9289de3
updated for version 7.0219
2006-03-09 22:27:48 +00:00
Bram Moolenaar
2a0449d129
updated for version 7.0202
2006-02-20 21:27:21 +00:00
Bram Moolenaar
43abc52195
updated for version 7.0166
2005-12-10 20:15:02 +00:00
Bram Moolenaar
cef9dcc37e
updated for version 7.0163
2005-12-06 19:50:41 +00:00
Bram Moolenaar
5eb86f9199
updated for version 7.0012
2004-07-26 12:53:41 +00:00
Bram Moolenaar
ab79bcbac3
updated for version 7.0010
2004-07-18 21:34:53 +00:00
Bram Moolenaar
071d4279d6
updated for version 7.0001
2004-06-13 20:20:40 +00:00