4691 7.1.162 crash when using a modifier before "while" or "for"
2367 7.1.163 warning for the unknown option 'bufsecret'
1576 7.1.164 reading past end of regexp pattern
5538 7.1.165 crash related to getting X window ID
2134 7.1.166 memory leak when using "gp" in Visual mode
2528 7.1.167 xxd crashes when using "xxd -b -c 110"
2989 7.1.168 (extra) Win32 GUI: when no focus click doesn't position cursor
1926 7.1.169 using uninitialized memory when system() fails
1722 7.1.170 overlapping arguments to strcpy()
2324 7.1.171 reading one byte before allocated memory.
1536 7.1.172 if 'buftype' is "acwrite" Vim still does overwrite check
1928 7.1.173 accessing freed memory when using "\%^" pattern
2197 7.1.174 writing NUL past end of a buffer
4722 7.1.175 <BS> doesn't work with some combination of option settings
1541 7.1.157 :" in Ex mode at end of file results in an error message
4629 7.1.158 (extra) Win32: with utf-8 and cp1250 Alt-y is the wrong char
1646 7.1.159 overlapping arguments for a strcpy()
1661 7.1.160 getting/losing focus may cause hit-enter prompt to be redrawn
4347 7.1.161 compilation errors with tiny features and EXITFREE
beav (1:1.40-18) unstable; urgency=low
* Repackaged with the original 1.40 source so that we get a proper diff.gz.
* defs.h:
+ Removed prototypes for malloc and strcpy/strcat (Closes: #262572).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 31 Jul 2004 22:42:19 +0200
beav (1:1.40-17) unstable; urgency=low
* debian/control:
+ Set policy to 3.6.1.1.
* beav.1:
+ Fixed documentation location (Closes: #210601).
* Fixed warnings everywhere in the code.
* main.c:
+ Added a help string to tell the user how to quit (Closes: #171933).
* file.c:
+ Fixed an overflow in the filename display routine (Closes: #56546).
* fileio.c:
+ Corrected wrong char signedness assumption that caused backup filenames
to be mangled (Closes: #46376).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 13 Jul 2004 11:36:18 +0200
beav (1:1.40-16) unstable; urgency=low
* New maintainer (Closes: #227774).
* debian/control:
+ Set policy to 3.6.1.0.
+ Removed caps in the short description.
* debian/copyright:
+ Added the GPL blurb to the copyright file.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 27 Jan 2004 13:22:17 +0100
beav (1:1.40-15) unstable; urgency=low
* Include patch from James A Morrison for Hurd support.
* Update to standards version 3.5.5.
-- Martin Mitchell <martin@debian.org> Sat, 21 Jul 2001 23:37:20 +1000
beav (1:1.40-14) unstable; urgency=low
* Update to standards version 3.5.2. (closes: #91113, #91385)
* Add build depends. (closes: #70223)
-- Martin Mitchell <martin@debian.org> Tue, 27 Mar 2001 00:18:25 +1000
beav (1:1.40-13) unstable; urgency=low
* Update to standards version 2.4.1.
* Recompile for ncurses4.
-- Martin Mitchell <martin@debian.org> Sun, 11 Oct 1998 01:27:50 +1000
beav (1:1.40-12) unstable; urgency=low
* Fix missing separator in debian/rules. (#25766)
-- Martin Mitchell <martin@debian.org> Sat, 29 Aug 1998 18:27:04 +1000
pkgsrc notes:
-modified to use system libz instead of a bundled copy
-disabled the option to create self-extracting combinations of
the executable with a data file. This relies on reliable deduction
of the currrent executable's path which cannot be done in a portable
way, and it doesn't make much sense anyway because that thing needs
a zillion of shared libraries.
* Pass settings to nvi with env NEXINIT instead of EXINIT, to avoid affect of env NEXINIT.
* Honor NEXINIT, EXINIT environment variable.
* Pass all setting in ~/.{n}exrc by using source command. Fixes PR 13677.
Bump PKGREVISION.
2557 7.1.148 QNX and some other systems require testing for sys/types.h
4823 7.1.149 completion menu messed up when using the scroll bar
1759 7.1.150 Visual mode "p" doesn't work when 'clipboard' has "unnamed"
2108 7.1.151 lalloc(0) error for line completion with 'ic' and 'inf' set
3183 7.1.152 display problem when 'hls' and 'cursorcolumn' are set
4610 7.1.153 compiler warnings on SGI
1547 7.1.154 (after 7.1.152) compiler warning for signed/unsigned compare
1594 7.1.155 crash when 'undolevels' is 0 and repeating "udd"
4174 7.1.156 overlapping arguments for strcpy() during cmdline completion
Gobby is a free collaborative editor. This means that it provides you
with the possibility to edit files simultaneously with other users over
a network. It supports multiple documents in one session and a
multi-user chat. The platforms on which you could use Gobby are so far
Microsoft Windows, Linux, Mac OS X and other Unix-like ones. Developed
with the Gtk+ toolkit it integrates nicely into the GNOME desktop
environment if you want it to.
libobby is a library which provides synced document buffers. It supports
multiple documents in one session and is portable to both Windows and
Unix-like platforms.
* Updated editors/vim-share to 7.1.147
2838 7.1.146 VMS: writing fails for rare record organisation
2079 7.1.147 (after 7.1.127) freeing memory twice completing user name