(from the announcement, this is now BETA, not ALPHA)
This is a test version of Vim. Since Vim 6.1 many reported problems
have been fixed. Also included are new and updated syntax files,
translated menus and messages.
Main new features:
- Support for GTK 2. (Daniel Elstner)
- Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi)
- ":try" command and friends. (Servatius Brandt)
- Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff)
- Cscope support for Win32. (Sergey Khorev)
- Support for PostScript printing in various 8-bit encodings. (Mike Williams)
The coming week beta testing will continue. Please report any problem
that you discover!
Once you have installed 6.2f you can find details about the changes
since Vim 6.1 with ":help version-6.2". There is a very long list of
fixed bugs.
--
HT is a file editor/viewer/analyzer for executables.
The goal is to combine the low-level functionality of a debugger
and the usability of IDEs.
Support includes the following file formats:
* Win32 portable executables (PE) (good support)
* Unix executable and linkable format (ELF) (good support)
* DOS standard executables (MZ) (supported)
* Win32 linear executables (LE) (supported)
* Windows/OS2 "new" executables (NE) (supported)
* Unix common object file format (COFF) + DJGPP COFF (supported)
* OS2 linear executables (LX)
* M$ object files (.obj)
WWW: http://hte.sourceforge.net/
- don't change SYSCONFDIR, use CONFDIR/SUBST_VARS instead and if neccessary
use "CONFIGURE_STYLE=gnu old" and explicitly set --sysconfdir=${CONFDIR}
a few more to come...
- remove PATCH_LIST since this was broken after the patches were moved
- add missing %%SHARED%% to PLIST
- use proper shared object name in PFRAG.shared
Work around the fact that emacs undump knows too much about the layout
of elf files (or thinks it does). These assumptions were just broken
by binutils/ld changes to put GOT and PLT into their own PT_LOAD sections.
Thus BSS is no longer part of the DATA PT_LOAD section. This is a workaround
using the '-Z' compatibility flag which disables the GOT/PLT padding.