Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 4145763B8BD for ; Wed, 3 Dec 2008 08:26:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E273263B117; Wed, 3 Dec 2008 08:26:15 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 3396063B103 for ; Wed, 3 Dec 2008 08:26:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 190DC175D0; Wed, 3 Dec 2008 08:26:15 +0000 (UTC) From: Geert Hendrickx Subject: CVS commit: pkgsrc/editors/texmaker To: pkgsrc-changes@NetBSD.org Reply-To: ghen@netbsd.org Message-Id: <20081203082615.190DC175D0@cvs.netbsd.org> Date: Wed, 3 Dec 2008 08:26:15 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: ghen Date: Wed Dec 3 08:26:15 UTC 2008 Modified Files: pkgsrc/editors/texmaker: Makefile PLIST distinfo Log Message: Update to Texmaker 1.8. New in 1.7: - New search widget - Spell checking is now based on hunspell and uses OpenOffice.org dictionaries. - New LaTeX log errors detection - Indentation "memory" - Code completion New in 1.7.1: - no more crash with the "Previous LaTeX error" command and the syntax highlighting - the "find" command starts at cursor and not at the beginning of the document New in 1.8: - texmaker can now be only started once per user : inverse search will no more launch a new instance of texmaker - the spell checker is now based on hunspell-1.2.4 - the latex errors detection has been improved - the background color of the selected symbol is now always the same (to be sure that the symbol is always visible) - parentheses matching is back - "\end{...}" is now added automatically after "\begin{...}" while using autocompletion To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pkgsrc/editors/texmaker/Makefile cvs rdiff -r1.5 -r1.6 pkgsrc/editors/texmaker/PLIST cvs rdiff -r1.6 -r1.7 pkgsrc/editors/texmaker/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.