comparison Filelist @ 7382:58958b8c9881 v7.4.996

commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 29 19:03:21 2015 +0100 patch 7.4.996 Problem: New GDK files and testdir/Make_all.mak missing from distribution. PC build instructions are outdated. Solution: Add the file to the list. Update PC build instructions.
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Dec 2015 19:15:05 +0100
parents b5e9810b389d
children d467ca80d3c1
comparison
equal deleted inserted replaced
7381:bda970de358d 7382:58958b8c9881
83 src/window.c \ 83 src/window.c \
84 src/xxd/xxd.c \ 84 src/xxd/xxd.c \
85 src/main.aap \ 85 src/main.aap \
86 src/testdir/main.aap \ 86 src/testdir/main.aap \
87 src/testdir/README.txt \ 87 src/testdir/README.txt \
88 src/testdir/Make_all.mak \
88 src/testdir/*.in \ 89 src/testdir/*.in \
89 src/testdir/sautest/autoload/*.vim \ 90 src/testdir/sautest/autoload/*.vim \
90 src/testdir/runtest.vim \ 91 src/testdir/runtest.vim \
91 src/testdir/test[0-9]*.ok \ 92 src/testdir/test[0-9]*.ok \
92 src/testdir/test[0-9]*a.ok \ 93 src/testdir/test[0-9]*a.ok \
167 Makefile \ 168 Makefile \
168 Filelist \ 169 Filelist \
169 README_src.txt \ 170 README_src.txt \
170 configure \ 171 configure \
171 pixmaps/*.xpm \ 172 pixmaps/*.xpm \
173 pixmaps/*.png \
172 pixmaps/gen-inline-pixbufs.sh \ 174 pixmaps/gen-inline-pixbufs.sh \
173 pixmaps/stock_icons.h \ 175 pixmaps/stock_icons.h \
174 src/INSTALL \ 176 src/INSTALL \
175 src/INSTALLx.txt \ 177 src/INSTALLx.txt \
176 src/Makefile \ 178 src/Makefile \
187 src/gui_athena.c \ 189 src/gui_athena.c \
188 src/gui_gtk.c \ 190 src/gui_gtk.c \
189 src/gui_gtk_f.c \ 191 src/gui_gtk_f.c \
190 src/gui_gtk_f.h \ 192 src/gui_gtk_f.h \
191 src/gui_gtk_x11.c \ 193 src/gui_gtk_x11.c \
194 src/gui_gtk_gresources.xml \
192 src/gui_motif.c \ 195 src/gui_motif.c \
193 src/gui_xmdlg.c \ 196 src/gui_xmdlg.c \
194 src/gui_xmebw.c \ 197 src/gui_xmebw.c \
195 src/gui_xmebw.h \ 198 src/gui_xmebw.h \
196 src/gui_xmebwp.h \ 199 src/gui_xmebwp.h \
212 src/osdef2.h.in \ 215 src/osdef2.h.in \
213 src/pathdef.sh \ 216 src/pathdef.sh \
214 src/proto/gui_athena.pro \ 217 src/proto/gui_athena.pro \
215 src/proto/gui_gtk.pro \ 218 src/proto/gui_gtk.pro \
216 src/proto/gui_gtk_x11.pro \ 219 src/proto/gui_gtk_x11.pro \
220 src/proto/gui_gtk_gresources.pro \
217 src/proto/gui_motif.pro \ 221 src/proto/gui_motif.pro \
218 src/proto/gui_xmdlg.pro \ 222 src/proto/gui_xmdlg.pro \
219 src/proto/gui_x11.pro \ 223 src/proto/gui_x11.pro \
220 src/proto/hangulin.pro \ 224 src/proto/hangulin.pro \
221 src/proto/if_xcmdsrv.pro \ 225 src/proto/if_xcmdsrv.pro \