diff options
author | minskim <minskim@pkgsrc.org> | 2011-10-03 16:59:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-10-03 16:59:39 +0000 |
commit | ad0237f2fe26cbf0b963e50a827f607b3debdc21 (patch) | |
tree | 43e57b10a2220fb84ffb7bc0db261d7784838f3b /textproc | |
parent | f7e9ff2c58f8653e444019f4ef832d33684b0382 (diff) | |
download | pkgsrc-ad0237f2fe26cbf0b963e50a827f607b3debdc21.tar.gz |
Update markdown-mode to 1.8.1.
Major changes since 1.7:
- Improve syntax highlighting of preformatted text blocks to better
distinguish them from list items with hanging indentation and nested
list items.
- Match italic and bold text and inline code fragments across line
breaks, within a single block, but prevent them from matching across
blocks.
- Generally improve multi-line font lock by extending the search
region to include full blocks.
- Fixed an issue, reported by Joost Kremners, where for multi-line
lists, the position of the list marker was not being added to the
list of possible indentation levels.
- Make indentation work when the previous line is not indented.
- Avoid a problem where indentation positions were getting skipped
over when tab cycling.
- Fixed an issue when column 0 is the natural automatic indentation stop.
- Set tab width to 4, the natural tab width for Markdown documents.
- Stop announcing “TAB” in the minibuffer when tab is pressed.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/markdown-mode/Makefile | 7 | ||||
-rw-r--r-- | textproc/markdown-mode/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/markdown-mode/Makefile b/textproc/markdown-mode/Makefile index 13c3a929e6a..437ff079541 100644 --- a/textproc/markdown-mode/Makefile +++ b/textproc/markdown-mode/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2010/10/25 00:00:30 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2011/10/03 16:59:39 minskim Exp $ DISTNAME= markdown-mode -PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}-1.7 +PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}-1.8.1 CATEGORIES= textproc MASTER_SITES= http://jblevins.org/projects/markdown-mode/ -DIST_SUBDIR= ${DISTNAME}-1.7 +DIST_SUBDIR= ${DISTNAME}-1.8.1 EXTRACT_SUFX= .el MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://jblevins.org/projects/markdown-mode/ COMMENT= Emacs major mode for editing Markdown-formatted text files +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/markdown-mode/distinfo b/textproc/markdown-mode/distinfo index b0e07eaf47a..368e7f8c54a 100644 --- a/textproc/markdown-mode/distinfo +++ b/textproc/markdown-mode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/10/25 00:00:30 minskim Exp $ +$NetBSD: distinfo,v 1.3 2011/10/03 16:59:39 minskim Exp $ -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 +SHA1 (markdown-mode-1.8.1/markdown-mode.el) = 9593a100fa99353a6b0adf6ca545d5319f4ecb39 +RMD160 (markdown-mode-1.8.1/markdown-mode.el) = 0896a2f6d1ca5f6b2ffe5df6bbfca2b304be312f +Size (markdown-mode-1.8.1/markdown-mode.el) = 75777 bytes |