summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-10-25 00:00:30 +0000
committerminskim <minskim@pkgsrc.org>2010-10-25 00:00:30 +0000
commitd4add94ebfb4cc4f540ae1a55f6cd2c833c3ce25 (patch)
treea4beb8da316257cb82ce8363f3e59abea6962a17 /textproc
parent0a51c219bafb348c22191d7072a3eeeb386d9522 (diff)
downloadpkgsrc-d4add94ebfb4cc4f540ae1a55f6cd2c833c3ce25.tar.gz
Update markdown-mode to 1.7.
Bug fixes: - Fixed several font lock issues. - Fixed a bug where pressing enter did nothing in longlines-mode. - Fixed a problem where emacs-snapshot would hang during markdown-enter and markdown-cycle. - Fixed an issue with auto-fill-mode and markdown-mode<E2><80><99>s indentat New features: - Support filling of list items. - Allow customization of font-lock faces - Automatic indentation when pressing enter or tab (with cycling upon subsequent tab presses). - Generate real XHTML for previewing (thanks to Hilko Bengen for the patch). This fixes Debian bug #490865. The CSS stylesheet for XHTML output is customizable via markdown-css-path. - Better URL matching (protocols are customizable through markdown-uri-types - LaTeX syntax highlighting can be enabled or disabled using the customize system (markdown-enable-math). - Support for HTML comments (font lock, comment-dwim, etc.). - Support filling of definition lists. - Fill-paragraph no longer breaks lines inside of square brackets. - Add support level 5 and 6 atx-style headers.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/markdown-mode/Makefile6
-rw-r--r--textproc/markdown-mode/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/markdown-mode/Makefile b/textproc/markdown-mode/Makefile
index f06111bc38a..13c3a929e6a 100644
--- a/textproc/markdown-mode/Makefile
+++ b/textproc/markdown-mode/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2009/08/06 01:44:56 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2010/10/25 00:00:30 minskim Exp $
DISTNAME= markdown-mode
-PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}-1.6
-PKGREVISION= 1
+PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}-1.7
CATEGORIES= textproc
MASTER_SITES= http://jblevins.org/projects/markdown-mode/
+DIST_SUBDIR= ${DISTNAME}-1.7
EXTRACT_SUFX= .el
MAINTAINER= minskim@NetBSD.org
diff --git a/textproc/markdown-mode/distinfo b/textproc/markdown-mode/distinfo
index ed06c18d47e..b0e07eaf47a 100644
--- a/textproc/markdown-mode/distinfo
+++ b/textproc/markdown-mode/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/05/14 06:09:13 minskim Exp $
+$NetBSD: distinfo,v 1.2 2010/10/25 00:00:30 minskim Exp $
-SHA1 (markdown-mode.el) = 95637e688a1fa9e7388814145ad25a13b47b8fe1
-RMD160 (markdown-mode.el) = feba2970256357439463c1c7939e86b42e4d2814
-Size (markdown-mode.el) = 37891 bytes
+SHA1 (markdown-mode-1.7/markdown-mode.el) = d827d49650a494fe8bf578ea4c1fe9efaafb0a45
+RMD160 (markdown-mode-1.7/markdown-mode.el) = ed42c33d5c812a894822e964a53a97329810f09e
+Size (markdown-mode-1.7/markdown-mode.el) = 53405 bytes