"2000" leaves dependencies on imap-uw unchanged. Also update to 2000.0.3nb1
as we now build a PIC static lib, libc-client_pic.a, used by php4-imap (I
wish libtool automatically built this library, too...)
1.3a1 Fixed and restored XBM export. Added a (almost empty) template menu
(the beginnings of which were already hidden in 1.2a8). Fixed kerning
of mixed sub- and superscripts (as in SO_4^2^-). Changed allocation of
initial drawing area, calculate actual size before saving.
1.3a2 Added option menu for default bond type , added label support to
template function
1.3a3 Reduced preallocated drawing area to 'windowsize+100', as the increase
in 1.3a1 (which used window+1000) caused a massive slowdown at startup.
Freed unneeded pixmaps in the button setup code.
Fragment rotation code now stores the initial coordinates and uses them
as basis for the new positions - the previous, incremental calculation
was severely plagued by accumulation of errors.
1.3a4 Changed bond option menu to use small icons instead of longer and less
clear text labels. Removed check for 'cursor inside marked region' in
'Move' mode to allow smooth dragging. Started populating the O and N
heterocycle panels of the template menu. Fixed a duplicate bond in the
tcdd example, and removed those examples that have become templates.
1.3a5 Added shortcut for some labels - pressing c,n,o,s,p,r,i,h,d or b
inserts the corresponding centered element symbol at the last
drawing position, 'l','1','2','3' insert the left justified labels
'Cl','CH','CH_2','CH_3'. Fixed a GC leak in export_bitmap.
1.3a6 Moved the nucleoside examples to the template system. Made marker
position default to last drawing position, so that the 'Add' function
is now always active. Beginnings of internationalization (.mo file
for German locale added). Fixed naphthalene template, added dicyclo-
pentadiene. Changed Add_atom to automatically convert blanks in label
input to backslashes for storage. Prepared a few drawings for later
inclusion in the template system (camphor,pteridine,caffeine,glucose,
fructose,mannose,galactose,neuraminic acid, spiro[4.5]decane).
1.3a7 Template cleanup: porphine moved to heterocycle panel, spirodecane
added in its place. Glc,Fru,Man,Gal transfered to carbohydrate
templates, caffeine to heterocycles. Czech translation (by Radek
Liboska) added. Improved bounding box coordinates for xfig compound
object (used for sub/superscripted labels) Changed export functions
to remove the intermediate '.f2l' files. Changed orientation in xfig
header to Portrait. Adapted xfig (and xfig-based) export modes to
the new XFig default depth of 100. Changed depth of xfig text (labels)
to 90 and added filled white polygons at depth 95 to hide overlapping
line segments (experimental, used only for sub/superscripted text at
the moment). Reset default filename to 'unnamed' when the current
molecule is deleted.
1.3a8 Changed buttons mark/move/rotate/flip/delete/copy from text to icon
to reclaim space for the text entry box (icons created by Radek
Liboska). Added white polygon to clear area under normal text as well.
1.3a9 Added program icon. Added an interface for Radek Liboskas standalone
program CHT, which calculates sum formula and molecular weight from
a chemtool sketch. Corrected example drawing of brevetoxin.
1.3a10 Really reset mark flag when nothing was within the marker box.
Allow saving only the marked region (formula weight computation only).
Helper program CHT now parses those labels that are not in its
internal table of common substituents; exact mass is now returned
automatically.Added status line with message history.
1.3a11 Internationalization support made optional (define DISABLE_NLS in
the Imakefile if you do not want it) to allow compiling on systems
without GNU-style locale support again.
Improved ring size and position in the benzene and cyclopentadiene
templates (Michael Banck). Reset all marks before loading a template.
If the template menu is already open, pressing the Template button now
brings it to the front. Added templates (inden,biphenyl), removed the
ugly question mark placeholders.
Changed handling of windowmanager events, so that using the window
decorations' CLOSE button brings up the Yes/No dialog while the
chemtool window is still alive.
Changes in helper program CHT (cht011a): now recognizes Ac in complex
substituents; correctly handles aromatic 'ring' in formula input;
checks input file for identifier "Chemtool"; reads number of bonds
from "bonds" line (to handle label-only files gracefully); exits on
unattached labels instead of silently miscalculating formula and
mass. Subsequently updated to Radek Liboskas current version 0.19,
which already includes equivalent changes. Added list of abbreviations
supported by cht.
1.3a12 Reset all marks before 'adding' a sketch. Adding a label on top of an
existing one now replaces the old label as it should. Added a function
for rescaling objects (useful for drawing reagents above the reaction
arrow - but labels are not rescaled yet). Added linetype 13, a single
bond with opaque background (for crossing bonds - see the bicyclooctane
template). Updated the German translation.
This - plus or minus some templates - is my release candidate for 1.3.
1.3a13 Dropped the internal icon, as it was only causing trouble, especially
with KDE. Most window managers allow specification of an external icon
anyway (added chemtool.xpm for this purpose). Moved 'delete fragment'
button to the end of the button row. Updated Czech translation by
Radek Liboska. Added linetype 13 to the helper program CHT, made it
accept any Chemtool 1.x file, not only version 1.2. Updated the
'documentation', i.e. the README file, split out an INSTALL file. Set
version number in chemtool files to 1.3. Fixed bug that left a newly
'added' structure active but unable to move. Rewrote positioning
logic for subscripts and right-justified text in export modes again.
Changed screen display of molecule from 'fixed' fonts to helvetica
as used in the export modes - previously, labels that appeared fine
on screen could overlap in the final (postscript) output. Fixed
'mannose' template that showed exactly this. Added formatting option
'|' for slanted characters (as in iPr,tBu).
1.3a14 Fixed label shortcuts for CH_2 and CH_3 that could crash chemtool
(buffer overrun). Fixed scaling in export function , which had been
applied to labels only. Improved label size at smallest scale. Added
correction factor for sub/superscript after certain characters (the joys
of proportionally-spaced fonts :-( ). Handled reopening of template menu
after a close via the window manager. Updated 'About' menu (mention Radek
Liboska as developer, add the tu-darmstadt webpage).
1.3a15 Changed canvas bitmap allocation to avoid uncovering garbled portions
when the sliders are used. Fixed fragment deletion code (deletion of
the marked fragment and redisplay of the modified drawing are now
performed immediately). This hopefully fixes the crashes some people
have been seeing with this function.
1.3 Added Check for no (or no selected) atoms before trying to delete a
fragment, fixed bug that could deletion of a fragment to fail.
Changed functions for horizontal and vertical flip to transform the
atom(s) directly bonded to the marked fragment as well. Added current
filename (if any) to window title. Use xfig's own arrow type in export
of regular arrows (Michael Banck).
Some code cleanup: removed dead code, fixed unnecessary parameter
passing between functions, tidied formatting with GNU indent. Removed
Imakefile and provided regular Makefile (the build process relies on
gtk-config, not xmkmf, since 1.2), added install targets for the
localization files and manpage. Updated cht to version 1.3.
linked programs. The buggy file(1) on arm32 objects reports "shared
library" for both programs and shared libraries, which results in
broken automatic shared lib handling.
Discussed on tech-pkg, approved two weeks ago by agc.
* Remove a couple of generated files from the CVS repository, and
generally clean up the build process
* cgd@netbsd.org (Chris G. Demetriou) sent a patch for an "-l"
option which doesn't traverse subdirectories
* Some small make process fixes; include cvslssh with the distribution
Fixes PR 12176 by Chris G. Demetriou <cgd@netbsd.org>
For easy IPv6 connectivity, do:
* make install
* cd /usr/pkg/etc
* cp 6to4.conf-example 6to4.conf
* in 6to4.conf, change "out_if" to match your outgoing interface:
ppp0 if you're on a modem, else your ethernet card's interface.
* 6to4 -v start
* ping6 www.kame.net
- Added a workaround for RedHat's 4.0.4pl1-3 binary package (It's also
the same workaround for Konqueror and other PHP installations?)
- Select All works through the search
- Better escaped string handling from POST variables
- Many more code cleanups and optimizations
- Added Hungarian translation by Teemu Junnila <teejun@vallcom.com>
- Added Icelandic translation by Karl Heid-ar" <karlh@macho.is>
- Updated Taiwan translation
- Updated Sweedish translation
- Updated Finnish translation
Although this package is considered an alpha testversion by
the author, it works remarkable well for me.
Note that this needs cdrecord-1.9nb1, which was patched to
make 'cdrecord -scanbus work'. xcdroast relies on this feature.
Also note that I was not able to make wavplay work with our audio
subsystem. Someone with more audio knowledge might want to tweak
it.
I admitt its an ugly hack, but this allows xcdroast to work
on most common configurations. Anyone with more scsi knowledge
should feel free to enhance this code :-)
Also bump version to 1.9nb1.
The package has moved to Sourceforge.
Changes since 4.11:
New in version 4.45:
- Added -n and -V to usage message. (Thanks to Wolfgang Rohdewald
<WRohdewald@dplanet.ch> for catching this.)
- Added workarounds to prevent warnings resulting from a bug in Perl 5.6
- A blank line before the start of an email is not required now. This
allows broken folders created by Netscape to be read. (Thanks to Jeremy
Malcolm <terminus@terminus.net.au> for the bug report.)
New in version 4.44:
- execution with -M flag now 35% faster
- Added a Mail::Folder::FastReader module which can cause grepmail to
run 10-40% faster, depending on your system. Since this module is
experimental, the installation script will allow you to not install
the module. A C compiler is required.
- "-----Original Message-----" now recognized as beginning an included
message
- Fixed a bug where errors would not be displayed if compressed data
was piped to grepmail
- Date::Parse is now only required if -d is used. (Date::Manip is
still only required if you use complex date specfications.) (Thanks
to Richard Stallman <rms@gnu.org> for pointing this out.)
- Added -n flag to print line numbers a la grep. (Thanks to Richard
Stallman <rms@gnu.org> for the suggestion)
- Fixed a bug in debug output where the email subject was actually the
sender
- Fixed an undefined value in the printing of flag information
- An ASCII file is now determined to be a mailbox if it has a line
whose prefix is 'From' or 'X-From-Line:', and another line whose
prefix is 'Received ', 'Date:', 'Subject:', 'X-Status:', or
'Status:'.
- Error exits now return 1 (Thanks to Wolfgang Rohdewald
<WRohdewald@dplanet.ch> for the bug report)
- -V flag prints the version (Thanks to Wolfgang Rohdewald
<WRohdewald@dplanet.ch> for the feature request)
- Restructured code: localized reading of the emails from the file,
removed two functions
New in version 4.43:
- Fixed a bug in -r counting when used with -h. (Thanks to Andrew
<andrew@ugh.net.au> for the bug report.)
- Fixed a bug in the handling of included messages. (Thanks to Antoine
Martin <antonus@libertysurf.fr> for the bug report and suggestion
for the fix.)
New in version 4.42:
- Added -a flag to use received date instead of sent date for -d matches.
(Thanks to Michael Liljeblad <liljeblad at users.sourceforge.net> for the
patch.)
- Included emails are now ignored properly (Thanks to an anonymous submittor
for the bug report and part of a patch
https://sourceforge.net/bugs/?func=detailbug&bug_id=112159&group_id=2207)
- If an email has no date, the -d switch now issues a warning and does not
treat the email as a match (Thanks to David Blaine <blained at
users.sourceforge.net> for the bug report.)
- -d "" can be used to find emails without dates
- Mailbox files are now detected as files using
if ($buffer =~ /^(X-From-Line:|From) /im && $buffer =~ /^Subject: /im)
rather than
if ($buffer =~ /^(X-From-Line:|From) /im && $buffer =~ /^Date: /im)
- Improved detection of binary files. (Thanks to Dan Sugalski
<dan@tuatha.sidhe.org> for the sample code.)
- STDERR and STDOUT now checked separately during "make test"
- Headers can now be in the format "Date:<tab>" in addition to "Date: "
(Thanks to Benjamin Korvemaker <korvemaker at users.sourceforge.net> for the
patch and concept.)
New in version 4.41:
- Support for Gnus-style mail files added (Thanks to Werner Bosse
<Werner.Bosse@alcatel.de> for the patch.)
- Test mail files tweaked to make the test cases work better across all time
zones. (Thanks to Andreas Kutschera <Andreas.Kutschera@bln.siemens.de> for
the patch.)
- Added check for unparsable dates in email headers.
- Fixed a Perl warning raised when date parsing fails.
- Added instructions for getting the necessary modules to README.
New in version 4.40:
- Date::Parse and Date::Manip version unified -- Date::Parse is now required,
and Date::Manip (if present) is used to parse complex dates. (Patch by
Seth Cohn <sethcohn@users.sourceforge.net>, modified by David Coppit)
New in version 4.31:
- Distro has missing test cases for -u functionality. Doh!
New in version 4.30:
- Updated code to avoid warnings under Perl 5.6 (Thanks to Andreas Kutschera
<Andreas.Kutschera@bln.siemens.de> for the bug report.)
- Fixed a bug in the test script where bzip2, gzip, and tzip support would not
be tested even though the programs were available. (Thanks to Andreas
Kutschera <Andreas.Kutschera@bln.siemens.de> for the patch.)
- Added standard --help flag (Patch by Seth Cohn <seth@users.sourceforge.net>)
- Added -u ("unique") flag, which ensures that no duplicate messages will be
output. (A BIG thanks to Seth Cohn <seth@users.sourceforge.net>.)
New in version 4.23:
- Updated the test cases to work better in timezones close to +0000 and +2300.
(email if you have problems with tests 1 and 23. Thanks to Harald Krause
<harald.krause@a-city.de> for first finding the bug, and Adam Huffman
<adam.huffman@man.ac.uk> for his help debugging it.)
- Fixed a bug in the "ignore attachments" code
New in version 4.22:
- grepmail now behaves better when tzip, bzip2 or gunzip aren't present on the
system.
- The code has been restructured to compile more easily with perlcc.
New in version 4.21:
- Fixed a bug that would cause grepmail to runaway when a pipe following it
was broken. (Thanks to Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> for the
bug report)
New in version 4.20:
- grepmail development has been moved to SourceForge, and made public. Visit
http://grepmail.sourceforge.net/
- Added -s flag, which limits matched emails to a given size
- Restructured the code to be more robust with respect to feature interaction.
(At a 5-10% slowdown cost.)
- Fixed an uninitialized variable warning caused by emails without subjects in
debug mode.
A simple yet featureful ncurses frontend to mpg123. Includes
playlist support, volume control and tools to help with file
management.
Submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 12168
METIS is a family of programs for partitioning unstructured graphs and
hypergraphs and computing fill-reducing orderings of sparse matrices.
The underlying algorithms used by METIS are based on the
state-of-the-art multilevel paradigm that has been shown to produce
high quality results and scale to very large problems. It is
available both as a set of stand-alone programs and as a library.
Changes:
+ Version 0.4.0h Thu Feb 8 16:18:53 PST 2001
-Added
-Fixed
Font and style handling bug within GTK+ library avoidance.
Typos and formatting errors in various help/template documents.
+ Version 0.4.0f Sun Jan 21 17:12:20 PST 2001
-Added
Drag and drop target highlighting.
-Fixed
Copy and cut routines.
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.