]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.119
- removed conflict with 6.2.259
[packages/vim.git] / 6.2.119
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.119
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 6.2.119 (after 6.2.107)
11 Problem:    When packing the MS-Windows archives a few files are missing.
12             (Guopeng Wen)
13 Solution:   Add gui_beval.* to the list of generic source files.
14 Files:      Makefile
15
16
17 *** ../vim-6.2.118/Makefile     Sun Oct 12 16:42:14 2003
18 --- Makefile    Mon Oct 13 11:29:54 2003
19 ***************
20 *** 84,91 ****
21   #   src/vim16.def.
22   # - Correct included_patches[] in src/version.c.
23   # - Compile Vim with GTK, Perl, Python, TCL, Ruby, Cscope and "huge" features.
24 ! # - With these features: "make proto" (requires cproto; ignore warnings for
25 ! #   missing include files, fix problems for syntax errors).
26   # - With these features: "make depend" (works best with gcc).
27   # - "make lint" and check the output (ignore GTK warnings).
28   # - Enable the efence library in "src/Makefile" and run "make test".
29 --- 84,91 ----
30   #   src/vim16.def.
31   # - Correct included_patches[] in src/version.c.
32   # - Compile Vim with GTK, Perl, Python, TCL, Ruby, Cscope and "huge" features.
33 ! # - With these features: "make proto" (requires cproto and Motif installed;
34 ! #   ignore warnings for missing include files, fix problems for syntax errors).
35   # - With these features: "make depend" (works best with gcc).
36   # - "make lint" and check the output (ignore GTK warnings).
37   # - Enable the efence library in "src/Makefile" and run "make test".
38 ***************
39 *** 185,193 ****
40 --- 185,196 ----
41   SRC_ALL =     \
42                 main.aap \
43                 src/README.txt \
44 +               src/arabic.c \
45 +               src/arabic.h \
46                 src/ascii.h \
47                 src/buffer.c \
48                 src/charset.c \
49 +               src/diff.c \
50                 src/digraph.c \
51                 src/edit.c \
52                 src/eval.c \
53 ***************
54 *** 197,211 ****
55 --- 200,222 ----
56                 src/ex_docmd.c \
57                 src/ex_eval.c \
58                 src/ex_getln.c \
59 +               src/farsi.c \
60 +               src/farsi.h \
61                 src/feature.h \
62                 src/fileio.c \
63 +               src/fold.c \
64                 src/getchar.c \
65                 src/globals.h \
66 +               src/gui.c \
67 +               src/gui.h \
68 +               src/gui_beval.c \
69 +               src/gui_beval.h \
70                 src/keymap.h \
71                 src/macros.h \
72                 src/main.aap \
73                 src/main.c \
74                 src/mark.c \
75 +               src/mbyte.c \
76                 src/memfile.c \
77                 src/memline.c \
78                 src/menu.c \
79 ***************
80 *** 237,244 ****
81 --- 248,257 ----
82                 src/proto/fold.pro \
83                 src/proto/getchar.pro \
84                 src/proto/gui.pro \
85 +               src/proto/gui_beval.pro \
86                 src/proto/main.pro \
87                 src/proto/mark.pro \
88 +               src/proto/mbyte.pro \
89                 src/proto/memfile.pro \
90                 src/proto/memline.pro \
91                 src/proto/menu.pro \
92 ***************
93 *** 246,252 ****
94                 src/proto/misc1.pro \
95                 src/proto/misc2.pro \
96                 src/proto/move.pro \
97 -               src/proto/mbyte.pro \
98                 src/proto/netbeans.pro \
99                 src/proto/normal.pro \
100                 src/proto/ops.pro \
101 --- 259,264 ----
102 ***************
103 *** 275,282 ****
104                 src/term.h \
105                 src/termlib.c \
106                 src/testdir/*.in \
107 -               src/testdir/main.aap \
108                 src/testdir/*.ok \
109                 src/testdir/test49.vim \
110                 src/ui.c \
111                 src/undo.c \
112 --- 287,294 ----
113                 src/term.h \
114                 src/termlib.c \
115                 src/testdir/*.in \
116                 src/testdir/*.ok \
117 +               src/testdir/main.aap \
118                 src/testdir/test49.vim \
119                 src/ui.c \
120                 src/undo.c \
121 ***************
122 *** 286,303 ****
123                 src/window.c \
124                 src/xxd/xxd.c \
125   
126 - # more source files
127 - SRC_MORE =    \
128 -               src/diff.c \
129 -               src/arabic.c \
130 -               src/arabic.h \
131 -               src/farsi.c \
132 -               src/farsi.h \
133 -               src/fold.c \
134 -               src/gui.c \
135 -               src/gui.h \
136 -               src/mbyte.c \
137
138   # source files for Unix only
139   SRC_UNIX =    \
140                 Makefile \
141 --- 298,303 ----
142 ***************
143 *** 319,326 ****
144                 src/gui_at_sb.c \
145                 src/gui_at_sb.h \
146                 src/gui_athena.c \
147 -               src/gui_beval.c \
148 -               src/gui_beval.h \
149                 src/gui_gtk.c \
150                 src/gui_gtk_f.c \
151                 src/gui_gtk_f.h \
152 --- 319,324 ----
153 ***************
154 *** 341,347 ****
155                 src/osdef2.h.in \
156                 src/pathdef.sh \
157                 src/proto/gui_athena.pro \
158 -               src/proto/gui_beval.pro \
159                 src/proto/gui_gtk.pro \
160                 src/proto/gui_gtk_x11.pro \
161                 src/proto/gui_motif.pro \
162 --- 339,344 ----
163 ***************
164 *** 612,617 ****
165 --- 609,615 ----
166                 runtime/macros/matchit.txt \
167                 runtime/macros/maze/README.txt \
168                 runtime/macros/maze/[mM]akefile \
169 +               runtime/macros/maze/main.aap \
170                 runtime/macros/maze/maze.c \
171                 runtime/macros/maze/maze_5.78 \
172                 runtime/macros/maze/maze_mac \
173 ***************
174 *** 632,638 ****
175                 runtime/indoff.vim \
176                 runtime/termcap \
177                 runtime/tools/README.txt \
178 !               runtime/tools/[a-z]* \
179                 runtime/tutor/README.txt \
180                 runtime/tutor/tutor \
181                 runtime/tutor/tutor.vim \
182 --- 630,636 ----
183                 runtime/indoff.vim \
184                 runtime/termcap \
185                 runtime/tools/README.txt \
186 !               runtime/tools/[a-z]*[^~] \
187                 runtime/tutor/README.txt \
188                 runtime/tutor/tutor \
189                 runtime/tutor/tutor.vim \
190 ***************
191 *** 925,931 ****
192         mkdir dist/$(VIMRTDIR)
193         tar cf - \
194                 $(SRC_ALL) \
195 -               $(SRC_MORE) \
196                 | (cd dist/$(VIMRTDIR); tar xf -)
197         cd dist && tar cf $(VIMVER)-src1.tar $(VIMRTDIR)
198         gzip -9 dist/$(VIMVER)-src1.tar
199 --- 923,928 ----
200 ***************
201 *** 1034,1040 ****
202         tar cf - \
203                 $(ROOT_AMI) \
204                 $(SRC_ALL) \
205 -               $(SRC_MORE) \
206                 $(SRC_AMI) \
207                 $(SRC_AMI_DOS) \
208                 | (cd dist/Vim/$(VIMRTDIR); tar xf -)
209 --- 1031,1036 ----
210 ***************
211 *** 1208,1214 ****
212         mkdir dist/vim/$(VIMRTDIR)
213         tar cf - \
214                 $(SRC_ALL) \
215 -               $(SRC_MORE) \
216                 $(SRC_DOS) \
217                 $(SRC_AMI_DOS) \
218                 $(SRC_DOS_UNIX) \
219 --- 1204,1209 ----
220 *** ../vim-6.2.118/src/version.c        Mon Oct 13 22:21:06 2003
221 --- src/version.c       Mon Oct 13 22:29:29 2003
222 ***************
223 *** 639,640 ****
224 --- 639,642 ----
225   {   /* Add new patch number below this line */
226 + /**/
227 +     119,
228   /**/
229
230 -- 
231 hundred-and-one symptoms of being an internet addict:
232 199. You read this entire list of symptoms, looking for something
233      that doesn't describe you.
234
235  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
236 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
237 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
238  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.036033 seconds and 3 git commands to generate.