Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
other variables.
|
|
|
|
both "rscheme" and "RScheme").
|
|
|
|
makefiles.
|
|
|
|
|
|
|
|
1.06 2001-03-04 neilb
Added Locale::Constants, which defines three symbols
for identifying which codeset is being used:
LOCALE_CODE_ALPHA_2
LOCALE_CODE_ALPHA_3
LOCALE_CODE_NUMERIC
Updated Locale::Country to support all three code sets
defined by ISO 3166. This was requested by Keith Wall.
I haven't added multiple codeset support to the other
modules yet - I'll wait until someone asks for them.
1.05 Feb 2001
Added Locale::Currency, contribution from Michael Hennecke.
Added testsuite for it (t/currency.t) and added testcases
to t/all.t for the all_* functions.
1.04 Dec 2000
Fixed very minor typos from 1.03!
1.03 Dec 2000
Updated Locale::Country:
- fixed spelling of a few countries
- added link to a relevant page from CIA world factbook
Updated Locale::Language:
- fixed typo in the documentation (ISO 939 should be 639)
1.02 May 2000
Updated Locale::Country and Locale::Language to reflect changes
in the relevant ISO standards. These mainly reflect languages
which are new to the relevant standard, and changes in the
spelling of some country names.
Added official URLs for the standards to the SEE ALSO sections
of the doc for each module.
Thanks to Jarkko Hietaniemi for pointing me at the pages
with latest versions of ISO 3166 and 639.
1.00 March 1998
Added Locale::Country::_alias_code() so that 'uk' can be added
as the code for "United Kingdom", if you want it.
This was prompted by Ed Jordan <ed@chronos.net>
Added a new testsuite for handling this case, and extended the
existing test-suite to include testing of the case where
'uk' hasn't been defined as a valid code.
|
|
This release includes: a new routine, "format_cols", which returns the
formatted result as a string (thanks to Gisle Aas <aas@bergen.sn.no>
for the suggestion); some slight changes to the test routine; some
improvements to the documentation.
|
|
are described in great detail in the file Update.540 installed in
${PREFIX}/share/doc/astrolog/.
|
|
Changes since 4.8.1
1. Apparantly, the binary flag +b is not valid with POSIX popen.
2. Screen resize code modified so that most works in a SunOS cmdtool.
3. Color support added. Use `most -C' to disable.
4. Ported to Mingw32 (GNU C)
|
|
|
|
Rel. 4.4.3 2001/04/20
-------------------------------------------------------------------------
2001-04-20 Frank Warmerdam <warmerdam@pobox.com>
* Don't install test files in /usr/local/share/proj.
* Made WGS84 the default in proj_def.dat
* nad/test27,test83: Use -b flag for diff to avoid differences on
Windows due to CR/LF issues.
* src/makefile.vc: default to building "all".
* src/pj_init.c: call pj_open_lib() with mode of "rt" to ensure
correct handling of def files on DOS based systems.
* Updated for 4.4.3 release (pj_release.c, Makefile.am, etc).
2001-04-05 Frank Warmerdam <warmerdam@pobox.com>
* Introduce proj_api.h as a public include file with projects.h
now intended to be private.
* pj_datums.c: added ntv1_can.dat to list for NAD27 datum.
* nad_init(): added support for loading NTv1 style datum shift files.
* cs2cs.c: use pj_latlong_from_proj()
* pj_init.c: added pj_init_plus().
* pj_utils.c: new with pj_is_latlong(), and pj_latlong_from_proj()
functions.
* pj_strerror.c: added error -43.
2001-04-04 Frank Warmerdam <warmerdam@pobox.com>
* rewrote 7 param datum shift to match EPSG:9606, now works with
example.
2001-03-20 Frank Warmerdam <warmerdam@pobox.com>
* Added -DPROJ_LIB=\"C:/PROJ/\" in src/makefile.vc to provide for
a default proj data file search directory.
* Added HOWTO-RELEASE document in CVS.
2001-03-15 Frank Warmerdam <warmerdam@pobox.com>
* src/pj_apply_gridshift.c: fixed bug in pj_load_nadgrids() which
would sometimes result in the load function failing because of a
buffer overrun in the grid list string.
2001-03-14 Frank Warmerdam <warmerdam@pobox.com>
* added nad/epsg database of translations between EPSG PCS/GCS
codes and PROJ.4 definitions.
2001-02-24 Frank Warmerdam <warmerdam@pobox.com>
* Include +ellps in proj example as per suggestion from Michael
DeChaine.
2001-02-07 Frank Warmerdam <warmerdam@pobox.com>
* Cleaned up various warnings when compiled with -Wall.
2001-02-03 Frank Warmerdam <warmerdam@pobox.com>
* Added cs2cs.1 man page, and minor updates to nad2nad.1 and proj.1.
* Added pj_transform docs to pj_init.3.
2001-01-25 Frank Warmerdam <warmerdam@pobox.com>
* Fixed pj_init() check for WGS84 match as per Bart Adriaanse bug rep.
2000-12-15 Frank Warmerdam <warmerdam@pobox.com>
* src/makefile.vc: only delete proj.lib if it exists.
2000-12-01 Frank Warmerdam <warmerdam@pobox.com>
* Added proj.def to extra_dist in src/Makefile.am.
2000-11-29 Frank Warmerdam <warmerdam@pobox.com>
* Changed strtod() to proj_strtod() in strtod.c, and make use
of it in dmstor() to avoid having stuff like "5d10" interpreted
as exponential notation on MSVC.
2000-11-18 Frank Warmerdam <warmerda@cs46980-c>
* Patch from Craig Bruce to adjlon.c to avoid wrong results,
and near-hangs when adjusting very large numbers.
http://bugzilla.remotesensing.org/show_bug.cgi?id=27
Rel. 4.4.2 2000/09/22
-------------------------------------------------------------------------
2000-09-22 Frank Warmerdam <warmerda@cs46980-c>
* Fixed src/Makefile.am install-exec-local target, and added
geocent.h, and emess.h. Reissued 4.4.2 distribution files.
* Update version to 4.4.2, in preparation for 4.4.2 release.
* Ensure makefile.vc is distributed, and mention windows building
in README.
* Cast args to freev2() in bch2bps.c, and mk_cheby.c to avoid errors
on the Cray.
2000-09-21 Frank Warmerdam <warmerda@cs46980-c>
* Added "sphere" to pj_ellps.c.
2000-07-06 Frank Warmerdam <warmerda@cs46980-c>
* Fixed bug in nad_init() with path for datum shifting files.
* Implemented cs2cs program for transforming between coordinate systems
including datum shifts.
* Implemented proj=latlong pseudo-projection.
* Implemented pj_transform() to transform from one coordinate system
to another, including applying geocentric datum shifts, and NAD27
grid shifts.
* Implemented 3/7 parameter geocentric datum shift support.
* Added support for +datum, +towgs84, and +nadgrids parameters
when defining PJ's (for pj_init()). Added datum_type, and datum_params
to PJ structure.
2000-07-04 Frank Warmerdam <warmerda@cs46980-c>
* Patched proj.c to handle binary io properly on Windows and DOS.
Patch submitted by Thomas Knudsen <thk@kms.dk>.
2000-04-26 Frank Warmerdam <warmerda@cs46980-c>
* Added #define USE_PROJUV to projects.h to allow apps to
work properly against old and new version.
2000-04-04 Frank Warmerdam <warmerda@rommel.atlsci.com>
* Patch from Craig Bruce (cbruce@cubewerx.com) for PJ_ortho.c
to make INVERSE() work well for points near zero.
2000-03-29 Frank Warmerdam <warmerda@cs46980-c>
* Added hard links for invproj->proj and invgeod->geod in
src/Makefile.{am,in}.
Rel. 4.4.1 2000/03/27
-------------------------------------------------------------------------
2000-03-27 Frank Warmerdam <warmerda@cs46980-c>
* Issued V4.4.1 Release.
* Re-added install target for NADCON data files when available.
* At the suggestion of John Evans, I have rolled the nad conversion
functions into the core library.
* Updated COPYING file to MIT style license. Added man_proj.html
in html directory.
* Add rules to install nad data files in $(prefix)/share/proj.
2000-03-21 Frank Warmerdam <warmerda@rommel.atlsci.com>
* Converted to use libtool.
* Wrote new configure.in, and use automake to generate makefiles.
* Renamed UV to projUV to avoid conflicts on windows.
* Reorganize ChangeLog, and start work on 4.4.
|
|
|
|
GMT help script. Fix some patch fuzz. Install libgmt_mgg.la before
the programs depending on it, saving some warnings from libtool.
|
|
Software only MPEG-1/2 video decoder
|
|
|
|
|
|
|
|
|
|
|
|
sizes.
|
|
on other libraries, on both ELF and (NetBSD/)a.out, to make
libwwwssl.so.?.? depend on the correct openssl shared libraries, as
determined by the setting of ${SSLBASE} in bsd.pkg.mk. This closes PR
pkg/12570, and has the additional advantage that programs that _do_ _not_
need to link in "-lwwwssl" won't get "-lssl" or "-lcrypto" at all.
Also, make"w3c" and "www" build again with USE_SOCKS=4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
News in 10.0
============
* Disabled `LaTeX-hide-environment'. Suggested by Christopher Allen
<cpcallen@ruah.dyndns.org>.
* Changed default to lazy evaluation of `TeX-view-style' and
`LaTeX-command-style'. Suggested by Peter Neergaard
<turtle@cs.bu.edu>.
* Backindent when brace is at the start of a line. Patch by Masashi
Shimbo <shimbo@cis.ibaraki.ac.jp>.
* Added Emacs 21 font lock support.
* `,' and `.' no longer removes italic correction.
* `graphicx' and `graphics' style support. Donated by Ryuichi
Arafune <arafune@ushioda.riec.tohoku.ac.jp>.
* `LaTeX-math-abbrev-prefix' now accepts vector value. Reported by
Jan Vroonhof <vroonhof@math.ethz.ch>.
* Improved Texinfo support(more environments and html). Patch by
Akim Demaille <akim@epita.fr>.
* `danish' quotes support. Suggested by arne@daimi.au.dk (Arne
Joergensen).
* Some PDF support.
* New `tex-mik.el' file for MikTeX support.
* Some commands now have their own history. Suggested by Werner
LEMBERG <sx0005@sx2.HRZ.Uni-Dortmund.DE>.
* Use `\centering' instead of center environment in figures. Patch
by Stefan Monnier <foo@acm.com>.
* New `dwim' setting for `TeX-master' attempts to guess a default
master for new files. Patch by Stefan Monnier <foo@acm.com>.
* `ngerman' style support. Just a copy of the german style support.
* Removed support for Emacs 18 and 19.
* `mdwlist' support. Patch by Stephen Heilbronner
<heilbron@nm.informatik.uni-muenchen.de>.
* Fixed various bugs with the babel package.
* `amsart' and `amsbook' now loads `amsthm' by default. Patch by
Rune Kleveland <runekl@math.uio.no>.
* Fixed bug with file searching. Reported by Berwin Turlach
<bturlach@maths.adelaide.edu.au>.
* Finalized index support, added index-related style files. Patch
by Carsten Dominik <dominik@strw.leidenuniv.nl>.
* New style files for `varioref.sty' and `fancyref.sty'. Patch by
Carsten Dominik <dominik@strw.leidenuniv.nl>.
* `texmathp' recognizes additional macros like `\fbox'. Patch by
Ulrik Vieth <vieth@thphy.uni-duesseldorf.de>.
|
|
|
|
|
|
http://imina.soest.hawaii.edu/gmt/gmt/gmt_releases.html
for details of changes.
|
|
|
|
XFree86-4.0.x.
|
|
18 April 2001
-add additional exception handling for POP3 protocol errors (server bugs) and
socket errors after connect (network errors). Thanks to Jesper Andersen for
the bug report.
-add additional log message to make diagnosis of server problems easier.
Apparently Mandrake Linux v.7.2 ships with a very broken POP3 server;
several users sent me traces which I tracked down to gross violations of
the POP3 protocol (RFC1939).
o remove patch-aa, we can do substitution using sed
o move getmailrc-example to standard place (PREFIX/share/examples),
thus removing pkg/MESSAGE
(it suggested taking a look at PREFIX/doc/getmail/getmailrc-example
|
|
|
|
|
|
- install rlR5x8.pcf.gz if only USE_NON_RECTANGULAR == YES.
- include "../../bsd.prefs.mk" to pull /etc/mk.conf in.
- mkfontdir is a part of standard X distribution, so it is in /usr/X11R6/bin
whether xpkgwedge is installed or not. Simply invoke it as mkfontdir.
s/RECTANGULAR/SQUARE/.
|
|
|
|
|
|
|
|
|
|
|