~ubuntu-branches/ubuntu/feisty/vim/feisty-security

« back to all changes in this revision

Viewing changes to debian/README

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2006-12-15 12:15:18 UTC
  • Revision ID: james.westby@ubuntu.com-20061215121518-13ty8qfxq2bewly7
Tags: 1:7.0-164+1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/runtime/debian.vim.in:
    - disable autoindent and backup files
  + patches/900_debcontrol.vim.diff:
    - add restricted, universe, multiverse, and metapackages to allowed
      sections
  + patches/901_debchangelog.vim.diff:
    - add breezy, dapper, edgy, feisty, *-proposed, *-updates, *-security,
      *-backports, and dapper-commercial to allowed distributions
  + patches/add-ubuntu-sources.diff:
    - add restricted, universe, multiverse to allowed sections
    - add dapper, edgy, feisty, *-proposed, *-updtaes, *-security, and
      *-backports to allowed distributions
  + patches/cindent-fix.patch:
    - added again
  + debian/control:
    - drop lesstif2-dev from Build-Depends
    - drop vim-lesstif package
    - add libxt-dev to Build-Depends to fix build
  + debian/rules:
    - enable pythoninterpreter on basic builds
    - skip -lesstif and -full variants
    - remove references to vim-full package
    - create a .pot file for translations
  + debian/gvim.desktop:
    - add NoDisplay=true

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
Checksums for the patch files can be found in the file MD5.
24
24
 
 
25
Collection of patches for Vim 7.0:
 
26
  SIZE  NAME                  INCLUDES
 
27
 98331  7.0.001-100.gz        patches 7.0.001 to 7.0.100, gzip'ed
 
28
 
 
29
 
25
30
Individual patches for Vim 7.0:
26
31
 
27
32
  SIZE  NAME     FIXES
147
152
  1780  7.0.120  crash when using getreg('=') in the = register
148
153
  1549  7.0.121  GUI: dragging last status line doesn't work with text tabline
149
154
  2865  7.0.122  only half of double-wide bold character may be drawn
 
155
  4200  7.0.123  SCO Openserver: configure selects the wrong terminal library
 
156
  2376  7.0.124  window-local variables from getwinvar() are for current window
 
157
  2335  7.0.125  '< and '> marks were set before Visual mode finishes
 
158
  2112  7.0.126  undo could be wrong when 'formatexpr' uses setline()
 
159
  2605  7.0.127  crash when swap file has invalid timestamp
 
160
  2246  7.0.128  GUI: display not updated when cancelling exit dialog
 
161
  2884  7.0.129  GTK GUI: avoid GTK bug concerning directory for file dialog
 
162
  5509  7.0.130  (extra) MS-DOS, MS-Windows: may get stuck using a device name
 
163
  2632  7.0.131  Win32: "vim -r" does not find swap files starting with a dot
 
164
  2163  7.0.132  (after 7.0.130) crash when reading from stdin
 
165
  3189  7.0.133  too many messages in history when searching included files
 
166
  2290  7.0.134  crash when trying to compare recusively looped List or Dict
 
167
 10022  7.0.135  crash in garbage collector with recusively looped List/Dict
 
168
  1703  7.0.136  CursorMoved not triggered when inserting a line
 
169
  2746  7.0.137  configure check for big features is wrong
 
170
 12174  7.0.138  (extra) Mac: modifiers keys don't work with function keys
 
171
  2044  7.0.139  undo info missing when using CTRL-PageUp in Insert mode
 
172
  2235  7.0.140  (after 7.0.134) comparing list/dict with itself is inefficient
 
173
  6513  7.0.141  extra CR when pasting with the mouse on the command line
 
174
  2075  7.0.142  middle mouse button didn't work right in Select mode
 
175
  1531  7.0.143  setting 'scroll' to its default value didn't work correctly
 
176
  5584  7.0.144  pattern matching may do wrong pointer computations
 
177
  1463  7.0.145  (after 7.0.142) compiler warning
 
178
  4308  7.0.146  opening file for quickfix may ignore windows already open
 
179
  8181  7.0.147  session file can be wrong when there are multiple tab pages
 
180
  1710  7.0.148  no error message for ":call d.foo()" when "foo" doesn't exist
 
181
  5277  7.0.149  when resizing windows scrolling is not done in the best way
 
182
  2416  7.0.150  when resizing the Vim window scrollbinding doesn't work
 
183
  1932  7.0.151  button order in GTK file dialog is different from Gnome rules
 
184
  2279  7.0.152  crash when using lesstif 2
 
185
  4356  7.0.153  crash with cscope when temp file can't be opened
 
186
  1727  7.0.154  when 'foldnextmax' is negative Vim could hang
 
187
  5872  7.0.155  when getchar() returns a mouse button the position is unknown
 
188
 21499  7.0.156  (extra) Vim doesn't compile on Amiga OS4
 
189
  3594  7.0.157  profiling info was bogus for a recursively called function
 
190
  1485  7.0.158  cursor in closed fold after adding new line
 
191
  2455  7.0.159  not enough information for an I/O error in the swap file
 
192
  9446  7.0.160  ":@a" echoes the command
 
193
  6639  7.0.161  (extra) Win32: window and tabline menu may use wrong encoding
 
194
  5819  7.0.162  doesn't exit with "vim -o a b" and abort at ATTENTION prompt
 
195
  4306  7.0.163  can't get the position of a sign over the netbeans interface
 
196
  1518  7.0.164  ":redir @+" doesn't work