NetBSD.se

CVS log for pkgsrc/textproc/markdown-mode/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / textproc / markdown-mode

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 3 16:59:39 2011 UTC (7 months, 2 weeks ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 25 00:00:30 2010 UTC (18 months, 4 weeks ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
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.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 6 01:44:56 2009 UTC (2 years, 9 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu May 14 06:09:13 2009 UTC (3 years ago) by minskim
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import markdown-mode-1.6 as textproc/markdown-mode.

markdown-mode is a major mode for editing Markdown-formatted text
files in GNU Emacs.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 14 06:09:13 2009 UTC (3 years ago) by minskim
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>