Message from discussion
Scintilla 3.0.4 released
Received: by 10.180.75.179 with SMTP id d19mr516276wiw.2.1331179042229;
Wed, 07 Mar 2012 19:57:22 -0800 (PST)
X-BeenThere: scintilla-interest@googlegroups.com
Received: by 10.180.72.193 with SMTP id f1ls4878218wiv.1.gmail; Wed, 07 Mar
2012 19:57:21 -0800 (PST)
Received: by 10.180.107.35 with SMTP id gz3mr521088wib.4.1331179041297;
Wed, 07 Mar 2012 19:57:21 -0800 (PST)
Received: by 10.180.107.35 with SMTP id gz3mr521087wib.4.1331179041287;
Wed, 07 Mar 2012 19:57:21 -0800 (PST)
Return-Path: <nyamaton...@gmail.com>
Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173])
by gmr-mx.google.com with ESMTPS id n1si7580436wiy.0.2012.03.07.19.57.21
(version=TLSv1/SSLv3 cipher=OTHER);
Wed, 07 Mar 2012 19:57:21 -0800 (PST)
Received-SPF: pass (google.com: domain of nyamaton...@gmail.com designates 209.85.212.173 as permitted sender) client-ip=209.85.212.173;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of nyamaton...@gmail.com designates 209.85.212.173 as permitted sender) smtp.mail=nyamaton...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-wi0-f173.google.com with SMTP id hi18so44249wib.32
for <scintilla-interest@googlegroups.com>; Wed, 07 Mar 2012 19:57:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:date:message-id:subject:from:to:content-type;
bh=0/eUTT+jkPHBkCkvkeu5Nxi1zkp6yeGUdsRRHxy9iyQ=;
b=nwt5R6ja8B/nQhGyI29wLu1lsioI56Cke+aIJiHvwChNgrnsVyNhoPG2NFuZFziDJN
qcjpLQmcF3xlSSFpDSlrmrMaONsM9jaWwVNb5Odb9NBa1WwnHsu8EMC1Bt/mK9bEcLqj
cJQzG5cKB7i/Ta1JEbiNujjEHhCED1itZm6C4OpyW/oNqGVgw6MOme6vdbFRhc9wzG3r
/BerT3gcoAz8q5acu0qpiPAB+xDz5RrexeWMmwnhNEHKUTmFRQ+AjG/uv9/OLoezW0LU
nPwxqS9Ap74oagy+5vY4BCnTwfDM/kCCMSh9PIJB6tNShQIiIN2zsOccQn1wZ+8oyagO
1JJA==
MIME-Version: 1.0
Received: by 10.180.24.4 with SMTP id q4mr31103722wif.7.1331179041221; Wed, 07
Mar 2012 19:57:21 -0800 (PST)
Received: by 10.227.112.129 with HTTP; Wed, 7 Mar 2012 19:57:21 -0800 (PST)
Date: Thu, 8 Mar 2012 14:57:21 +1100
Message-ID: <CAMLCkUfnu-qNduogUTmM-zGZ0PKjhJwfibgwqEtT=bW6cGD...@mail.gmail.com>
Subject: Scintilla 3.0.4 released
From: Neil Hodgson <nyamaton...@gmail.com>
To: scintilla-interest <scintilla-interest@googlegroups.com>
Content-Type: text/plain; charset=UTF-8
Scintilla 3.0.4 is now available from the scintilla.org web site.
Scintilla 3.0.4 is a minor bug fix release.
There are improvements to character positioning and drawing,
particularly with the Direct2D / DirectWrite back end.
A lexer was added for the ECL language.
Other changes were made and bugs fixed. A detailed list of changes
is available on the history page.
http://www.scintilla.org/ScintillaHistory.html
Scintilla uses Mercurial (Hg) for source code control. The
repository can be cloned with
hg clone http://scintilla.hg.sourceforge.net:8000/hgroot/scintilla/scintilla
Thanks to the contributors of code and documentation and to the testers.
Neil