info-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GLOBAL-4.3 released.


From: Shigio Yamaguchi
Subject: GLOBAL-4.3 released.
Date: Thu, 10 Jan 2002 15:22:41 +0900

Hello hackers,

It is my great pleasure to announce the release of GLOBAL 4.3.
You can download it from http://tamacom.com/global/global-latest.tar.gz.

New features:
* nvi-1.81.5 support added.
  You can use GLOBAL facilities from nvi-1.81.5 using gtags.pl.
  You need to build nvi with --enable-perlinterp option.
* DJGPP support added.
  Jason Hood ported Global-4.0.1 into DJGPP environment.
  I have merged his code into this version.
* Documentation added.
  - chapter of less viewer.
  - chapter of nvi-1.81.5.
  - reference manual for global, gtags, htags, btreeop and gctags.
* Some bugs fixed.

[About nvi-1.81.5 support]

This is comparison between nvi-1.79 and nvi-1.81.5.

nvi-1.79                        nvi-1.81.5
------------------------------------------------------------------
:tag func                       :perl tag qw(func)
:tag -r func                    :perl tag qw(-r func)
:tag -s symbol                  :perl tag qw(-s symbol)
:tag ^[sg]et                    :perl tag qw(^[sg]et)
CTL-]                           :perl tag

[Suggested .nexrc]

perl use lib "$ENV{HOME}/perl"
perl require 'gtags.pl'
map ^P :tagprev^M
map ^N :tagnext^M
map ^] :perl tag^M
ab gtag perl tag qw(
ab gta perl tag qw(
ab gt perl tag qw(

Enjoy!
--
Shigio Yamaguchi - Tama Communications Corporation




reply via email to

[Prev in Thread] Current Thread [Next in Thread]