summaryrefslogtreecommitdiff
path: root/editors/kile/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2013-04-06 10:15:38 +0000
committermarkd <markd@pkgsrc.org>2013-04-06 10:15:38 +0000
commite29d4b69d637d5e1e13c1eae9de09c68a8753666 (patch)
treee051daa7470e797217bb75df3c93fe8fa3116ddb /editors/kile/Makefile
parent420ee6b3fad0093937fc4d641ce4d1527aed929c (diff)
downloadpkgsrc-e29d4b69d637d5e1e13c1eae9de09c68a8753666.tar.gz
Update to 2.1.3
version 2.1.2 -> 2.1.3 Fixes: - Allow letters as shortcuts - Avoid executing unwanted commands in the console when changing tabs - Ensure that the ViewBib tool opens the correct bibliography file - Correctly display output produced by ConTeXt - Correctly handle text with foreground colour in the tabular wizard - Correctly save and restore the encodings of previously opened files - Fix a problem which causes that projects sometimes cannot be opened correctly - Force termination of Kile when the main window is closed Features: - Add a completion file for the 'ifplatform' package - Add 'Save', 'Save As' and 'Save Copy As' entries to the tab context menus - Add tool tips to structure view entries - Provide Unicode characters for the symbols in the symbol view version 2.1.1 -> 2.1.2 Fixes: - Correctly convert special characters that were typed with caps lock enabled into LaTeX. This fix works from KDE 4.3 upwards. - Use 'utf8' instead of 'utf8x' as default encoding (in document templates). It should be sufficient in most cases and it is installed by default in LaTeX distributions. - Correctly insert '\c{c}' for the cedilla character - Use the correct name for some icons. In this way, they can be used even if the current icon theme is not Oxygen. - Correctly restore VI input mode key settings Features: - Update 'biblatex.cwl'.
Diffstat (limited to 'editors/kile/Makefile')
-rw-r--r--editors/kile/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile
index 297e5d6d81d..ec68521cb1a 100644
--- a/editors/kile/Makefile
+++ b/editors/kile/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2013/02/16 11:20:57 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2013/04/06 10:15:38 markd Exp $
-DISTNAME= kile-2.1.1
-PKGREVISION= 10
+DISTNAME= kile-2.1.3
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/}
EXTRACT_SUFX= .tar.bz2