Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • archive/debian/3.7.1-2
    fountain-mode release 3.7.1-2 for unstable (sid) [dgit]
    
    [dgit distro=debian no-split --quilt=linear]
    
  • debian/3.7.1-2
    fountain-mode release 3.7.1-2 for unstable (sid) [dgit]
    
    [dgit distro=debian no-split --quilt=linear]
    
  • debian/3.7.1-1
    fountain-mode Debian release 3.7.1-1
    
  • v3.7.1
    Version 3.7.1
    
    - Fix for breaking page mid-line of element.
    - Fix to ensure troff page length is always longer than pagination.
  • v3.7.0
    Version 3.7.0
    
    - Implement internal export to PostScript/PDF requiring only a troff
      program on your system (fountain-export-troff bound to C-c C-e t).
    - Permit fountain-goto-scene to accept any string, which will navigate
      to revised scene numbers, e.g. 10A.
    - fountain-add-scene-numbers can now be called with a prefix argument
      to remove scene numbers.
    - fountain-add-continued-dialog can now be called with a prefix
      argument to remove continued dialogue.
    - Rename fountain-export to fountain-export-command and bind to C-c
      C-e e.
    - Add options fountain-export-title-page, fountain-export-number-first-page
    - Improve fountain-theme default face size.
    - When called with prefix argument fountain-upcase-line will only
      prefix the scene with . if not already present.
    - The info documentation, while not complete, now no longer has missing
      nodes.
    - Other bug fixes and improvements.
  • debian/3.6.3-1
    fountain-mode Debian release 3.6.3-1
    
  • v3.6.3
    1f2004d6 · Increment version ·
    Version 3.6.3
    
    - Fix character aligning with :align-to by using :width
    - Only require dired-x when Emacs <= 28
  • v3.6.2
    Version 3.6.2
    
    - Fix bugs with fountain-init-font-lock.
    - Add a font-lock-extend-after-change-region-function to improve
      fontifying character names.
    - Declare outline aliases as defined in fountain-mode.
  • v3.6.1
    fcb11a81 · Add Version 3.6.1 to NEWS ·
    Version 3.6.1
    
    - Optimize Font Lock keywords to use regular expressions instead of
      functions. This dramatically improves performance on slower machines
      but reintroduces the bug where text within comments is fontified.
    - Fix a bug where element markup would not be hidden if the element were
      not highlighted or auto-aligned.
    - Define fountain--completion-idle-timer to quiet compiler warning.
    - Update email and copyright.
    - Remove GitHub Actions.
  • debian/3.6.0-1
    fountain-mode Debian release 3.6.0-1
    
  • v3.6.0
    205d7cae · Add Version 3.6.0 to NEWS ·
    Version 3.6.0
    
    - Implement option to display additional newline before scene headings
      (available in menu as Display Scene Headings Double-Spaced)
    - Reimplement fix for bug where text within comments was fontified, e.g.
      /*comment*/ as italic (this time checking for free variables in
      byte-compile)
    - Remove old obsolete option aliases
    - Improve special character syntax classes
    - Some improvements to Info docs (which is now in /doc rather than
      /docs)
  • debian/3.5.1-1
    fountain-mode Debian release 3.5.1-1
    
  • v3.5.3
    16bc2a6a · Add Version 3.5.3 to NEWS ·
    Version 3.5.3
    
    - Rollback version 3.5.2, which introduced a compilation bug causing
      generation of font-lock keywords to fail
  • v3.5.2
    3e2c5338 · Add Version 3.5.2 to NEWS ·
    Version 3.5.2
    
    - Fix a longstanding bug where text within comments was fontified, e.g.
      /*comment*/ as italic
  • v3.5.1
    7de7159a · Add Version 3.5.1 to NEWS ·
    Version 3.5.1
    
    - Fix page-count errors with empty buffer
  • v3.5.0
    91f4ad08 · Add Version 3.5.0 to NEWS ·
    Version 3.5.0
    
    - Implement compatibility with which-function-mode to display page
      numbers in mode-line, which option added to fountain-mode-hook
    - Add commands fountain-add-continued-dialog and
      fountain-remove-continued-dialog, replacing command
      fountain-refresh-continued-dialog and option fountain-add-continued-dialog
    - TAB now appropriately indents metadata values
    - Add fountain-outline-hide-sublevels (alias of outline-hide-sublevels)
      on C-c C-q, allowing C-c C-q to quickly collapse all sections, and
      M-[N] C-c C-q to hide N-sublevels
      - These are added to a new "Dialogue" submenu
    - Remove forced page numbers feature, which is not part of Fountain 1.1
      spec
      - Remove optional args ASK and PAGE-NUM from
        fountain-insert-page-break
      - Remove page number group from fountain-page-break-regexp
      - Remove fountain-page-number face
    - Add %P in fountain-note-template to reposition point
    - Ensure fountain-note-regexp omits notes containing blank lines
    - Update pagination when changing page size
    - Add page size & pagination ignore restriction option to menu
    - Fixed an issue where action could be parsed as character/dialogue
    - Fix missing %n in fountain-export-command format spec
    - Fix fountain-insert-section-heading for invisible headings
    - Fix edge case of misidentified character within action
    - Fix fountain-imenu-elements option group
    - Fix spelling of "dialogue" in docstrings and comments
    - Fix some missing options from fountain-save-options menu item
    - Add :extend property to notes face
    - Renamed invisibility property fountain-syntax-char ->
      fountain-element-markup
    - Large rewrite of font-lock init code to greatly simplify
      - New implementation of matching action
      - Remove options for highlighting center text element, treating center
        text as part of action element
    - Make fountain-fill-* options into variables and remove option group
    - Set font-lock-multiline -> t
    - Add fountain-comment-p function for more reliably matching comments
      (experimental)
  • v3.4.0
    3e7ef35f · Add Version 3.4.0 to NEWS ·
    Version 3.4.0
    
    - Add option fountain-outline-show-synopses; when non-nil, show synopses
      following headings when cycling outline visibility
    - Rewrite outline cycling to better work with direction of Emacs outline
    - Better docstring for fountain-completion-at-point
    - Rename fountain-outline-fold-notes -> fountain-outline-hide-notes
    - Rename fountain-beginning-of-scene -> fountain-outline-beginning
    - Remove old unneeded commands duplicating fountain-outline-*
      functionality:
    
      fountain-backward-scene (duplicates fountain-outline-previous)
      fountain-end-of-scene (duplicates fountain-outline-next)
      fountain-mark-scene (duplicates fountain-outline-mark)
    
    - Remove interactive command fountain-forward-scene and rename function
      to fountain-move-forward-scene (matching fountain-move-forward-page)
    - Name generated font-lock functions as internal
    - Fix option :safe predicates
    - Add export profile for using Makefiles (maybe there are crazy people
      who do this?)
    
  • v3.3.3
    e46c5ce6 · Add Version 3.3.3 to NEWS ·
    Version 3.3.3
    
    - Fix for adding current incomplete character to completion candidates
    - Rename fountain-maybe-in-dialog-p -> fountain-in-dialog-maybe
    - History is now tracked in a fancy NEWS file
    
  • v3.3.2
    Version 3.3.2
    
    - Fix auto-completion of character extensions (e.g. V.O., CONT'D, etc.)
    - Known issues are now tracking with FIXME comments in the source
    - The html manual, although still in its infancy, is now built
      automatically on the server (or locally with make html-manual)
    - The manual is available at https://fountain-mode.skeletons.cc
    - Update repository for portability (add a screenshot, no more relying
      on GitHub stuff)
    
  • v3.3.1
    d2f4d4d4 · Bump version number ·
    Version 3.3.1
    
    This release is really just to switch bug reporting from GitHub
    issues to email