File: changelog

package info (click to toggle)
vim-scripts 20210124.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,384 kB
  • sloc: perl: 420; xml: 95; makefile: 25
file content (582 lines) | stat: -rw-r--r-- 23,371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
vim-scripts (20210124.4) unstable; urgency=medium

  * Revert "Remove po plugin, unclear licensing" (Closes: #1102072)
  * po: Update license to GPL-3. Thanks to Helge Kreutzmann for tracking down
    the upstream author to determine the license.
  * vimplate: Fix listing of templates when no config is present
    (Closes: #1086943)

 -- James McCoy <jamessan@debian.org>  Wed, 09 Apr 2025 06:20:08 -0400

vim-scripts (20210124.3) unstable; urgency=medium

  * Remove plugins with no declared license, rather than assume that they are
    released under a DFSG license (Closes: #1051063)
    + Remove calendar plugin
    + Remove closetag plugin
    + Remove doxygen-toolkit plugin
    + Remove omnicppcomplete plugin
    + Remove po plugin
    + Remove project plugin
    + Remove python-indent plugin
    + Remove tetris plugin
    + Remove winmanager plugin
  * Adjust lintian override format to match pre- and post-[] syntax

 -- James McCoy <jamessan@debian.org>  Sat, 29 Mar 2025 12:45:05 -0400

vim-scripts (20210124.2) unstable; urgency=medium

  * Rename Mustang.vim to mustang.vim (again), so it matches g:colors_name
    (Closes: #975683)
  * Override package-contains-documentation-outside-usr-share-doc for addon directories
  * Declare compliance with Policy 4.6.0, no changes needed

 -- James McCoy <jamessan@debian.org>  Sat, 25 Sep 2021 13:31:03 -0400

vim-scripts (20210124.1) unstable; urgency=medium

  * Fix path for VimSokoban levels.  Thanks to Darshaka Pathirana for the
    report.  (Closes: #987498)

 -- James McCoy <jamessan@debian.org>  Tue, 27 Apr 2021 07:44:43 -0400

vim-scripts (20210124) unstable; urgency=medium

  * color_sampler_pack:
    + Rename Mustang.vim to mustang.vim, so it matches the name set in
      g:colors_name  (Closes: #975683)
    + Stop installing solarized.vim.  It will be shipped in its own package.
  * README.Debian: Adjust "Using" section to describe use of Vim packages
    (Closes: #979395)

 -- James McCoy <jamessan@debian.org>  Sun, 24 Jan 2021 18:58:45 -0500

vim-scripts (20201113) unstable; urgency=medium

  * Refactor packaging to use dh-vim-addon instead of vim-addon-manager
    + Add Build-Depends on dh-vim-addon
    + Remove vim/vim-addon-manager Recommends.  Replaced by Depends on
      ${vim-addon:Depends}
    + Install each plugin in its own sub-directory of /usr/share/vim-scripts
  * Document provided addons in debian/control (Closes: #915230)
  * Updated addons:
    * bufexplorer: Update to 7.4.21
    * VCSCommand: Update to 1.99.47
    * xmledit: Update to 1.10.5 (Closes: #770158)
    * calendar: Update to 2.9
    * color_sampler_pack: Update to 2012.10.28
    * gnupg: Update to 2.7.1
  * Fix spelling errors found by lintian
  * Declare compliance with Policy 4.5.0, no changes needed

 -- James McCoy <jamessan@debian.org>  Fri, 13 Nov 2020 22:48:17 -0500

vim-scripts (20180807) unstable; urgency=medium

  * Updated addons:
    - surround: Updated to 2.1
    - supertab: Updated to 2.1
    - tetris: Update to 0.53
    - bufexplorer: Update to 7.4.19
    - gnupg: Update to 2.6.1
  * Correct documentation of license for taglist.  (Closes: #765651)
  * control:
    + Change maintainer email to team+vim@tracker.d.o
    + Change Vcs-* URLs to salsa.debian.org
    + Add ctags to Suggests since the taglist plugin uses it.  (Closes:
      #769884)
    + Remove Michael Piefel from Maintainers.  Thanks for all the help!
  * Bump debhelper compat to 10 (since cdbs isn't compatible with 11 yet)
  * Add support for control.tar.xz and control.tar to debPlugin.  Based on a
    patch from Guillem Jover.  (Closes: #756417)
  * control:
    + Set Rules-Requires-Root: no
    + Declare compliance with Policy 4.2.0

 -- James McCoy <jamessan@debian.org>  Tue, 07 Aug 2018 23:30:42 -0400

vim-scripts (20130814) unstable; urgency=low

  * Updated addons:
    - supertab: Updated to 2.0  (Closes: #698168)
      + Remove patch disabledby-supertab.diff, merged upstream.
    - surround: Updated to 2.0
    - bufexplorer: Updated to 7.3.6
    - gnupg: Updated to 2.5  (Closes: #717049)
    - taglist: Updated to 4.6  (Closes: #719613)
    - Align: Updated to 37/43
    - securemodelines  (Closes: #642057)
      + Remove patch disabledby-securemodelines.diff, merged upstream
  * Add po-escape.diff to properly escape filenames when calling msgfmt.
    (Closes: #697135)
  * debian/vim-scripts.pl: Remove logged ip address from downloaded
    documentation.

 -- James McCoy <jamessan@debian.org>  Wed, 14 Aug 2013 23:57:57 -0400

vim-scripts (20121007) unstable; urgency=low

  * Update Vcs-* URLs.
  * vcscommand: Backport patch from upstream to handle svn 1.7.  (Closes:
    #688093)
  * debPlugin: Add support for xz compressed debs.  Thanks to Jakub Wilk for
    the patch.  (Closes: #644172)

 -- James McCoy <jamessan@debian.org>  Sun, 07 Oct 2012 11:15:37 -0400

vim-scripts (20110813) unstable; urgency=low

  * Rename "colors sampler pack" to "colors-sampler-pack" so it's easier to
    manage with vim-addon-manager.  (Closes: #555621)
  * Updated addons:
    - supertab: Updated to 1.6
    - DoxygenToolkit: Update to 0.2.13
    - Color Sampler Pack: Update to 8.03
    - vcscommand: Update to 1.99.35
    - calendar: Update to 2.5
    - bufexplorer: Update to 7.2.8
    - gnupg: Update to 2.2
      + Fixes a bug when the user's shell is (t)csh and /bin/sh is dash.
        (Closes: #552085)
      + Do not prompt the user when the same key exists in multiple keyrings.
        (Closes: #566341)
      + Improve error handling when gpg command fails to prevent file
        truncation.  (Closes: #573440)
      + Use --armor when saving a new *.asc file.  (Closes: #496667)
      + Handle the different settings for keyid-format. (Closes: #637718)
    - surround: Update to 1.90
    - NERD_commenter: Update to 2.3.0
    - xmledit: Update to 1.9.1
      + Remove patches disabledby-xml.diff and xml-nodocs.diff, merged
        upstream.
    - detectindent: Update to upstream revision c6f6e7b
      + Remove patch detectindent_fix.diff, merged upstream.
  * Removed addons:
    - markdown-syntax, Vim 7.3 has native support for Markdown syntax.
    (Closes: #592239)
  * Bump Standards-Version to 3.9.2, no changes needed.

 -- James Vega <jamessan@debian.org>  Sat, 13 Aug 2011 23:11:06 -0400

vim-scripts (20091011) unstable; urgency=low

  * debian/control:
    - Change Vcs-* fields to point at git repo.
    - Bump Standards-Version to 3.8.3, no changes needed.
  * Switch from dpatch to quilt.
  * Remove git-commit script.  Vim is shipped with more complete scripts.
    (Closes: #539380)
  * addons upgrades:
    - DoxygenToolkit: Updated to 0.2.5
    - NERD_commenter: Updated to 2.2.2
    - Color Sampler Pack: Updated to 7.01
    - xmledit: Updated to 1.84
    - calendar: Updated to 1.8
    - cvsmenu: Updated to 1.150
    - supertab: Updated to 0.60
  * Add disabledby-doxygentoolkit.diff patch, which enables the commented out
    plugin loaded check.
  * Add xml-nodocs.diff patch, which disables xmledit's "automatic
    documentation generation" functionality.  This doesn't make sense in a
    Debian package and in fact breaks functionality.  (Closes: #536741)

 -- James Vega <jamessan@debian.org>  Sun, 11 Oct 2009 11:08:35 -0400

vim-scripts (20090211-1) unstable; urgency=low

  [ Stefano Zacchiroli ]
  * Removing myself from Uploaders list. So long.
  * add patch lbdbq-detect-lbdbq to detect whether the lbdbq executable is
    missing (Closes: #514796)
  * Bump Standards-Version to 3.8.2 (no changes needed).
  * debian/control: bump Standards-Versions to 3.8.2 (no changes needed)

  [ James Vega ]
  * addons upgrades:
    - markdown-syntax, supertab
  * remove patch mkd-preformatted, merged upstream.

 -- Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Tue, 21 Jul 2009 14:51:35 +0200

vim-scripts (20081206-1) unstable; urgency=low

  * Updated addons:
    - supertab, NERD_commenter, xmledit (Closes: #503707), vcscommand, Align,
      gnupg, bufexplorer
  * Renamed addons:
    - themes => color_sample_pack
  * syntax/mkd.vim: Do not restrict preformatted text from starting with '*',
    '-', or '+' characters.  (Closes: #499878)
  * debian/control:
    - Simply use vim instead of both vim and gvim for Recommends/Enhances
      since all vim binary packages Provide vim.
    - Add ${misc:Depends} to silence lintian

 -- James Vega <jamessan@debian.org>  Sat, 06 Dec 2008 20:35:41 -0500

vim-scripts (20080722-1) unstable; urgency=low

  * New addons:
    - securemodelines: Secure, user-configurable modeline whitelisting.
  * Add disabledby-securemodelines patch, which provides a means for
    blacklisting the securemodelines plugin.

 -- James Vega <jamessan@debian.org>  Wed, 23 Jul 2008 20:41:29 -0400

vim-scripts (20080705-1) unstable; urgency=low

  [ martin f. krafft ]
  * Updated addons:
    - Markdown syntax

  [ James Vega ]
  * Updated addons:
    - NERD Commenter, vcscommand, cvsmenu
  * Added patches:
    - closetag-sanity.dpatch: Ensure b:unaryTagsStack is defined when calling
      GetCloseTag.  (Closes: #489239)
    - lbdbq-query.dpatch: Ensure there are enough fields to build the results
      list.  Thanks to Luca Invernizzi for the patch.  (Closes: #483898)
  * debian/control: Bump standards-version to 3.8.0 -- no changes needed.
  * Change versioning back to non-native since the package is a collection of
    non-native upstream sources.  Use date of when the scripts were updated as
    version.  (Closes: #479132)

 -- James Vega <jamessan@debian.org>  Sat, 05 Jul 2008 09:50:50 -0400

vim-scripts (7.1.7) unstable; urgency=low

  * debian/control:
    - Update Standards-Version to 3.7.3.0 (no changes needed).
  * Updated addons:
    - xmledit, surround, debPlugin, Markdown syntax, NERD Commenter, Enhanced
      Commentify, vcscommand, calendar.
  * New addons:
    - DetectIndent: Automatically detect indent settings. (Closes: #471890)
    - snippetsEmu: Emulate TextMate's snippet expansion. (Closes: #473744)
  * Added patches:
    - patches/disabledby-xml.dpatch:
      + Do not let loaded_xml_ftplugin since that will prevent the ftplugin
        from being run in other buffers.  Thanks to Marvin Renich for the
        patch.  (Closes: #465330)
    - patches/lbdbq-inputlist.dpatch:
      + Correct the use of inputlist() and its results so the user is able to
        press <Enter> to cancel, as advertised.  (Closes: #474599)
  * Change doc-base section to Editors.

 -- James Vega <jamessan@debian.org>  Sun, 20 Apr 2008 10:55:00 -0400

vim-scripts (7.1.6) unstable; urgency=low

  * Actually install indent/python.vim.  (Closes: #464088)
  * Updated addons:
    - surround
    - vcscommand: Add support for git

 -- James Vega <jamessan@debian.org>  Tue, 05 Feb 2008 17:01:08 -0500

vim-scripts (7.1.5) unstable; urgency=low

  * Updated addons:
    - Bufexplorer (Closes: #455883), NERD Commenter, Supertab, Align, cvsmenu,
      and gnupg.
  * New addons:
    - debPlugin: Explore .deb packages with Vim (Closes: #442865)
    - python-indent: alternative python indent (a la PEP 8)
    - surround: Delete, change, and add "surround" text (Closes: #462431)
    - markdown-syntax: markdown syntax file (Closes: #426680)
  * debian/control:
    - Remove vim from Build-Depends-Indep since NERD Commenter now ships its
      documentation.
  * debian/rules:
    - Stop generating NERD Commenter's documentation at build time.
  * Add disabledby-pythonindent patch, which allows blacklisting the
    python-indent script.
  * Remove the old compatibility symlink from
    /usr/share/doc/vim-scripts/examples to /usr/share/vim-scripts.

 -- James Vega <jamessan@debian.org>  Fri, 25 Jan 2008 02:06:35 -0500

vim-scripts (7.1.4) unstable; urgency=low

  [ Stefano Zacchiroli ]
  * add Homepage debian/control field

  [ James Vega ]
  * Updated addons:
    - Supertab, Omni CPP Complete, NERD Commenter, VCS Command, Align,
      Calendar, Taglist, Bufexplorer, git-commit (Closes: #452954).
  * debian/control:
    - Add myself to Uploaders.
    - Add vim to Build-Depends-Indep in order to generate NERD_commenter's
      documentation.
    - Move xsltproc and docbook-xsl to Build-Depends-Indep.
  * debian/rules:
    - Cause NERD_commenter to generate its documentation at build time.
      (Closes: #444287)

 -- James Vega <jamessan@debian.org>  Mon, 26 Nov 2007 12:21:28 +0000

vim-scripts (7.1.3) unstable; urgency=low

  * addons adds/removals/upgrades
    - upgraded: supertab (the version we used to ship was superseded by a new
      plugin, also register it as an addon which was missing)
      (Closes: #431148)
    - upgraded: bufexplorer, which now use ":drop" only if a gui is available
      (Closes: #433800)
    - upgraded: nerd-commenter (and renamed the addon, since upstream changed
      the .vim filename to NERD_commenter.vim). Added a debian/NEWS entry
      about some changes in this new upstream version
    - added: lbdbq (Closes: #430685) ... which now quotes expanded names to
      avoid dangerous characters like commas (Closes: #431820)
  * debian/patches/
    - add disabledby-supertab, enables blacklisting of supertab
    - add git-defaults, provides a default for g:git_diff_spawn_mode to avoid
      git ftplugin complain, patch from Martin Krafft (Closes: #430105)

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 24 Jul 2007 09:45:10 +0200

vim-scripts (7.1.2) unstable; urgency=low

  * debian/control
    - Recommends: vim-addon-manager as per debian vim policy

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 22 Jun 2007 09:22:17 +0100

vim-scripts (7.1.1) unstable; urgency=low

  [ Stefano Zacchiroli ]
  * debian/control
    - added XS-Vcs-Browser field
  * addons adds/removals/upgrades(/other changes)
    - upgraded: alternate, bufexplorer, gnupg (Closes: #416011), taglist,
      calendar, cvsmenu, vcscommand (add support for svk), nerd-commenter
    - added: doxygen-toolkit (Closes: #424652), omnicppcomplete
      (Closes: #427879), git-commit (Closes: #429741)
  * debian/patches
    - added patch disabledby-omnicppcomplete, enable blacklisting of
      omnicppcomplete
    - ported disabledby-calendar to new plugin version

  [ James Vega ]
  * Fix debian/patches/disabledby-themes.dpatch to use endif instead of
    fi[nish]. (Closes: #413468)

 -- Stefano Zacchiroli <zack@debian.org>  Thu, 21 Jun 2007 23:03:25 +0100

vim-scripts (7.0.5) unstable; urgency=low

  * addons adds/removals/upgrades(/other changes)
    - added binary dtd2vim to generate XML data file for Vim 7 DTD-based omni
      completion
    - added vimplate with its binaries and samples (closes: #398650)
    - moved games from games/ to plugin/ so that they are automatically loaded
      (if enabled); affected addon: tetris, sokoban
    - moved sokoban levels to /usr/share/vim-scripts/sokoban-levels/
  * debian/rules
    - migrated to cdbs (consequence bugfix: "build" now depends on "patch" and
      deps are chained from "binary-indep" down to "build", so that shipped
      files are actually patched)
    - moved symlink management to debian/links
  * debian/control
    - use abbreviated form ("XS-Vcs-Svn") for the svn field
    - set maintainer to Debian VIM Maintainers and Uploaders to me and Michael
    - added suggest on perlsgml, required by dtd2vim
    - added suggest on libtemplate-perl, required by vimplate
    - bumped debhelper dependency to > 5, changed debian/compat accordingly
    - added build-deps on xsltproc and docbook-xsl (to compile manpages)
    - added build-dep on cdbs (now required by debian/rules)
  * debian/README.debian
    - mention the requirement of perlsgml for using dtd2vim
    - mention the requirement of libtemplate-perl for using vimplate
    - rewritten usage notes pointing to vim-addon-manager
  * debian/vim-scripts.status
    - fixed typo on the vcscommand addon: vcscommit.vim resides under syntax/
  * debian/patches/*
    - added several debian/patches/disabledby-* patches which add support for
      disabling (viz. avoiding double-loading) of shipped plugins. Added
      corresponding "disabledby:" fields to debian/vim-script.status
    - renamed patch 01_sokoban to sokoboan_path
    - changed debian/patches/00list accordingly
    - added patch usagestring-dtd2vim which fixes the usage string of dtd2vim
      so that the .pl extension is not shown
    - added patch vimplate_debian-path which sets the default vimplate binary
      path to the Debian path for it
  * debian/vim-scripts.pl
    - added support for generating the "disabledby:" registry field
  * html/index.html
    - added a description of what the shipped html pages are and a stamp
      marking when they have been downloaded
  * debian/dtd2vim.xml
    - added a manpage for the dtd2vim binary (and the companions
      debian/manpages file)

 -- Stefano Zacchiroli <zack@debian.org>  Wed,  7 Feb 2007 13:00:58 +0100

vim-scripts (7.0.4) unstable; urgency=low

  * removed Debian version from the package version, since this is a Debian
    native package. The new versioning scheme is
    VimMajor.VimMinor.VimScriptRevision. Right now that means 7.0.4 (fourth
    revision of the vim-scripts package since the release of Vim 7.0)
  * debian/vim-registry/
    - added (automatically generated using vim-scripts.pl) vim registry
      entries for the shipped addons
  * addons adds/removals/upgrades (from now on, this "section" of the
    changelog will reference "scripts" as "addon", according to the addon
    registry entries in debian/vim-registry/):
    - upgraded addons: alternate, bufexplorer, align, cvsmenu, vcscommand,
      nerd-commenter, project
    - removed scripts (removed in this release, so it has never had an addon
      name): plugin/Chdir.vim (superseded by the 'autochdir' option)

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 19 Jan 2007 11:10:50 +0100

vim-scripts (7-3) unstable; urgency=low

  * ship macros/ and autoload/ directories, thanks to James Vega for the patch
    (closes: #396785)

 -- Stefano Zacchiroli <zack@debian.org>  Fri,  3 Nov 2006 12:07:01 +0100

vim-scripts (7-2) unstable; urgency=low

  * scripts adds/removals/upgrades:
    - added scripts:
      | plugin/project.vim
  * debian/control
    - added X-Vcs-Svn field pointing to our SVN repository

 -- Stefano Zacchiroli <zack@debian.org>  Sat,  9 Sep 2006 15:12:52 +0200

vim-scripts (7-1) unstable; urgency=low

  * debian/control
    - set debhelper and dpatch as Build-Depends instead of
      Build-Depends-Indep (as required by policy)
    - bumped standards version to 3.7.2 (no changes needed)
  * debian/README.Debian-source
    - added this file, containing a description of the usage of
      debian/vim-scripts.pl
  * scripts adds/removals/upgrades:
    - added scripts:
      | plugin/NERD_comments.vim
    - upgraded scripts:
      | plugin/{a,bufexplorer,taglist,calendar,AlignPlugin,cvsmenu}.vim
      | plugin/{cvscommand,svncommand}.vim (now both integrated in a
        single plugin: plugin/vcscommand.vim
      | colors/relaxedgreen.vim (closes: #383198)
    - removed scripts:
      | plugin/svncommand.vim (now integrated into plugin/vcscommand.vim)
      | plugin/vimspell.vim (no longer needed with vim7, which includes
        built-in spell checking support) (closes: #307544)

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 22 Aug 2006 20:27:22 +0200

vim-scripts (6-3) unstable; urgency=low

  * scripts adds/removals/upgrades:
    - upgraded scripts:
      | plugin/vimspell.vim, fixes UTF8 related bug (closes: #340592)
      | plugin/{bufexplorer.vim,taglist.vim,Align.vim,cvsmenu.vim,
         cvscommand.vim}
      | macros/closetag.vim
    - added script plugin/SuperTab.vim (closes: #315936)
  * debian/control
    - bumped standards version

 -- Stefano Zacchiroli <zack@debian.org>  Sun, 27 Nov 2005 23:17:03 +0100

vim-scripts (6-2) unstable; urgency=low

  * scripts adds/removals/upgrades:
    - added {,back}scripts: closetag.vim (on a request via private mail)
    - upgraded scripts: plugin/{cvsmenu.vim,cvscommand.vim}, ftplugin/xml.vim
  * debian/
    - moved vim-scripts status to debian/vim-scripts.status, debian/copyright
      is now generated from it with debian/vim-scripts.pl > debian/copyright
    - added the new "extras" field to vim-scripts.status so that all
      information for automatic installation are available
  * debian/control
    Recommends "vim | gvim", added Enhances field
  * debian/patches/01_sokoban.dpatch
    - set sokoban level directory to that shipped by vim-scripts

 -- Stefano Zacchiroli <zack@debian.org>  Sun, 22 May 2005 10:57:29 +0200

vim-scripts (6-1) unstable; urgency=low

  * major review of shipped scripts
    - added scripts: plugin/{EnhancedCommentify.vim,calendar.vim,
      gnupg.vim,minibufexpl.vim,svncommand.vim,themes.vim,utl.vim,
      vimspell.vim,winmanager.vim}, ftplugin/xml.vim
      (Closes: Bug#303587, Bug#303589, Bug#303592)
    - removed scripts: closetag.vim
    - upgraded to latest version on vim.org scripts: ftplugin/po.vim,
      plugin/{Align.vim, a.vim, bufexplorer.vim, cvscommand.vim,
      cvsmenu.vim, taglist.vim, whatdomain.vim}
    - replaced scripts: colors/* (by themes.vim above), plugin/thlnk.vim
      (by utl.vim)
  * ship webpages of scripts in html/; registered them to doc-base
  * debian/rules
    - install scripts in /usr/share/vim-scripts/ instead of
      /usr/share/doc/vim-scripts/examples/. Symlink provided for
      backward compatibility
    - invokes dh_compress
    - moved debhelper compatibility level to debian/compat
  * use dpatch, changed debian/{control,rules,patches} as needed
  * debian/control
    - bumped debhelper dependency and Stadards-Version
    - added me as an uploader
  * debian/vim-scripts.pl
    - added perl scripts which eases download of vim.org script web
      pages and upstream version checks
  * debian/copyright
    - rewritten including copyright/license information about all
      shipped script
  * improved debian/README.Debian
  * removed "upstream" README, now vim-scripts is a native package and
    script descriptions are available in html/

 -- Stefano Zacchiroli <zack@debian.org>  Fri,  8 Apr 2005 17:39:18 +0200

vim-scripts (5-1) unstable; urgency=low

  * New upstream
  * Includes cvscommand (closes: #171624)

 -- Michael Piefel <piefel@debian.org>  Mon, 22 Dec 2003 15:39:25 +0100

vim-scripts (4-1) unstable; urgency=low

  * New upstream.
  * Reformatted control (closes: #130964)

 -- Michael Piefel <piefel@debian.org>  Sun, 17 Feb 2002 13:44:32 +0100

vim-scripts (3-1) unstable; urgency=low

  * New upstream.
  * Reformatted README.Debian (closes: #114511)

 -- Michael Piefel <piefel@debian.org>  Fri, 21 Dec 2001 17:18:18 +0100

vim-scripts (2-1) unstable; urgency=low

  * New upstream.
  * Add a lot of vim variants to the recommends, although I'm not quite sure
    why these should be necessary (closes: #109873, #110305, #111594). This
    will soon be undone when the new vim 6 package makes its way into the
    official distribution.

 -- Michael Piefel <piefel@debian.org>  Wed, 19 Sep 2001 17:11:48 +0200

vim-scripts (1-1) unstable; urgency=low

  * Initial Release. (closes: #107915)
  * Contains ftplugin/html.vim, ftplugin/po.vim, plugin/whatdomain.vim,
    colors/emacs.vim

 -- Michael Piefel <piefel@debian.org>  Tue, 21 Aug 2001 11:43:22 +0200