summaryrefslogtreecommitdiff
path: root/src/config.mk.in
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.1149: building desktop files fails with older msgfmtv8.1.1149Bram Moolenaar2019-04-111-0/+1
| | | | | Problem: Building desktop files fails with older msgfmt. Solution: Add autoconf check. Avoid always building the desktop files.
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-3/+0
| | | | | Problem: Nobody is using the Sun Workshop support. Solution: Remove the Workshop support.
* patch 8.0.1699: leftover stuff for Python 1.4v8.0.1699Bram Moolenaar2018-04-111-3/+0
| | | | | Problem: Leftover stuff for Python 1.4. Solution: Remove outdated Python 1.4 stuff. (Naoki Inada, closes #2794)
* patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar2017-07-071-0/+2
| | | | | | | Problem: No terminal emulator support. Cannot properly run commands in the GUI. Cannot run a job interactively with an ssh connection. Solution: Very early implementation of the :terminal command. Includes libvterm converted to ANSI C. Many parts still missing.
* patch 8.0.0576: can't build when configure choses "install-sh"v8.0.0576Bram Moolenaar2017-04-211-2/+0
| | | | | | Problem: Can't build when configure choses "install-sh". (Daniel Hahler) Solution: Always use install-sh. Fix remaining use of mkinstalldirs. (closes #1647)
* patch 8.0.0570: can't run make with several jobsv8.0.0570Bram Moolenaar2017-04-201-0/+2
| | | | | | | Problem: Can't run make with several jobs, creating directories has a race condition. Solution: Use the MKDIR_P autoconf mechanism. (Eric N. Vander Weele, closes #1639)
* patch 7.4.1767v7.4.1767Bram Moolenaar2016-04-211-0/+3
| | | | | Problem: When installing Vim on a GTK system the icon cache is not updated. Solution: Update the GTK icon cache when possible. (Kazunobu Kuriyama)
* patch 7.4.1733v7.4.1733Bram Moolenaar2016-04-141-0/+1
| | | | | | Problem: "make install" doesn't know about cross-compiling. (Christian Neukirchen) Solution: Add CROSS_COMPILING. (closes #740)
* patch 7.4.1433v7.4.1433Bram Moolenaar2016-02-271-3/+0
| | | | | | Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code.
* patch 7.4.1226v7.4.1226Bram Moolenaar2016-01-311-1/+0
| | | | | Problem: GRESOURCE_HDR is unused. Solution: Remove it. (Kazunobu Kuriyama)
* patch 7.4.1169v7.4.1169Bram Moolenaar2016-01-241-0/+2
| | | | | | Problem: The socket I/O is intertwined with the netbeans code. Solution: Start refactoring the netbeans communication to split off the socket I/O. Add the +channel feature.
* patch 7.4.995v7.4.995Bram Moolenaar2015-12-291-0/+5
| | | | | | Problem: gdk_pixbuf_new_from_inline() is deprecated. Solution: Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu, closes #507)
* updated for version 7.4.409v7.4.409Bram Moolenaar2014-08-171-1/+2
| | | | | Problem: Can't build with Perl on Fedora 20. Solution: Find xsubpp in another directory. (Michael Henry)
* updated for version 7.4.322v7.4.322Bram Moolenaar2014-06-121-0/+2
| | | | | Problem: Using "msgfmt" is hard coded, cannot use "gmsgfmt". Solution: Use the msgfmt command found by configure. (Danek Duvall)
* updated for version 7.3.050v7.3.050Bram Moolenaar2010-11-031-0/+1
| | | | | | Problem: The link script is clumsy. Solution: Use the --as-needed linker option if available. (Kirill A. Shutemov)
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-0/+6
|
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-0/+6
|
* Filter out -pthread for cproto.Bram Moolenaar2010-07-111-1/+0
|
* Add patch to improve support of z/OS (OS/390). (Ralf Schandl)Bram Moolenaar2010-06-031-0/+3
|
* Various smaller changes. Updated proto files. Updated dependencies.Bram Moolenaar2010-05-201-0/+1
|
* updated for version 7.2-191v7.2.191Bram Moolenaar2009-05-261-0/+2
|
* updated for version 7.2av7.2aBram Moolenaar2008-06-241-0/+3
|
* updated for version 7.0232v7.0232Bram Moolenaar2006-03-231-2/+0
|
* updated for version 7.0155v7.0155Bram Moolenaar2005-10-101-0/+1
|
* updated for version 7.0075v7.0075Bram Moolenaar2005-05-221-0/+2
|
* updated for version 7.0010v7.0010Bram Moolenaar2004-07-181-0/+2
|
* updated for version 7.0006Bram Moolenaar2004-07-051-0/+6
|
* updated for version 7.0003Bram Moolenaar2004-06-301-0/+2
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+137