summaryrefslogtreecommitdiff
path: root/editors/kile/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2006-12-03 04:33:08 +0000
committermarkd <markd>2006-12-03 04:33:08 +0000
commit6b73e1f5d53fc833deeeccd58c2ca8a4ccdc56bf (patch)
tree5db2d9d94fc82c8ab542ece16b5eeb72aba815b9 /editors/kile/Makefile
parentea237bb77073595a46c0e38e7274ca704592b1fa (diff)
downloadpkgsrc-6b73e1f5d53fc833deeeccd58c2ca8a4ccdc56bf.tar.gz
Update kile to 1.9.3
version 1.9.2-> 1.9.3 Fixes: - Recognize escaped chars in \newcommand. - Use KPDF as embedded viewer for quick preview, because KPDF can remember current settings. - Bugs in tabular wizard, when merging, breaking and merging again some cells - Quote replacement should not happen inside verbatim/verb environment - Fix bug in tabular wizard, when breaking some multicolumn cells - Don't use default permissions for backup file - Fix bug in syntax highlighting: mathmode in optional parameter - Allow tools with brackets in the configuration string also in sequence tools, fixed also the crash which hid the bug. - One fix in latex-document-cwl and color.cwl - Fix crash when adding a file to a project (with no open documents) which contains an undefined reference - Improve the logic for closing environments - Don't treat \\[foo] as a math environment - Remove selected text also if we insert a " Feature: - Prepared the latex syntax file for beamer commands
Diffstat (limited to 'editors/kile/Makefile')
-rw-r--r--editors/kile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile
index ca778f95a26..1fee6aab758 100644
--- a/editors/kile/Makefile
+++ b/editors/kile/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2006/08/30 00:15:29 markd Exp $
+# $NetBSD: Makefile,v 1.40 2006/12/03 04:33:08 markd Exp $
-DISTNAME= kile-1.9.2
+DISTNAME= kile-1.9.3
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/}
EXTRACT_SUFX= .tar.bz2