summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_motif.pro
AgeCommit message (Collapse)Author
2023-02-21patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan
Problem: Functions without arguments are not always declared properly. Solution: Use "(void)" instead of "()". (Yegappan Lakshmanan, closes #12031)
2020-07-17patch 8.2.1228: scrollbars not flush against the window edges when maximisedv8.2.1228Bram Moolenaar
Problem: Scrollbars not flush against the window edges when maximised. Solution: Add padding. (Ken Takata, closes #5602, closes #6466)
2016-01-19patch 7.4.1133v7.4.1133Bram Moolenaar
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
2011-01-17updated for version 7.3.102v7.3.102Bram Moolenaar
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.
2007-05-05updated for version 7.1aBram Moolenaar
2006-04-10updated for version 7.0dv7.0dBram Moolenaar
2006-04-05updated for version 7.0c10v7.0c10Bram Moolenaar
2006-03-24updated for version 7.0bv7.0bBram Moolenaar
2005-02-07updated for version 7.0049Bram Moolenaar
2005-01-09updated for version 7.0036Bram Moolenaar
2004-12-31updated for version 7.0027Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar