- Fix issues
- Improve font-locking
- Improve completion by implementing company mode
- Rewrote basic documentation
- Maintenance, checking documentation, fixing flycheck errors
- Solve
next-errorfor Graphviz - Tag new version
- Use
define-derived-modefor the mode definition - Add support for an auto-loading live preview workflow
- Use
shell-quote-argumentfor safety - Use
read-shell-commandwhenever available, don't setnovaproc
compile-commanduses-ofileinstead of>
- Moved graphviz-dot-mode to git, updated links
- Fix spaces in file names when compiling
.gvis the new extension (Pander)- Comments can start with
#(Pander) - Highlight new keywords (Pander)
- Eric Anderson: Preserve indentation across blank (whitespace-only) lines
- Fixed a bug in
graphviz-dot-preview
- Reuben Thomas : Add
graphviz-dot-indent-width
- Rubens Ramos
- Semi-colons and brackets are added when electric behavior is disabled
- Electric characters do not behave electrically inside comments or strings
- Default for electric-braces is now disabled
- Use
read-from-minibufferinstead ofread-shell-command(Emacs) - Fixed
easymenutest for older XEmacs - Fixed indentation error on last brace of empty graph
- Removed
region-active-p(not available in Emacs 21.2) - Added uncomment menu option
backward-wordneeds an argument for older Emacs
- 10/01/2004: Fix bug in
graphviz-dot-indent-graph - 08/01/2004: Rubens Ramos
- Add customization support
- Works on XEmacs and Emacs
- Support external viewer
- Fix startup behavior when buffer has no name
- Preview works on XEmacs and Emacs
- Electric indentation on newline
- Minor indentation tweaks
- Add keyword completion (still basic)
- Marked some hacks with
RR
- 11/11/2002: Add preview support
- 10/11/2002: Indent graph/subgraph with
C-M-q - 08/11/2002: Allow extra characters after
graphkeyword (e.g., comments)
- 06/11/2002: Rename
dot-font-lock-defaultstodot-font-lock-keywords - Add documentation to
dot-colors - Fix
max-specpdl-sizehandling - Add autoload cookie
- 06/11/2002: Add missing attribute for font-lock to work
- Fix regex to match whole words
- 05/11/2002: Allow extra whitespace after
{ - 04/11/2002: Document use of
max-specpdl-size, restore old value
- 02/11/2002: Parser for compilation of
.dotfiles - 01/11/2002: Compilation of
.dotfiles - 31/10/2002: Added
syntax-table - 30/10/2002: Implemented indentation
- 29/10/2002: Implemented all of font-lock
- 28/10/2002: Derived from
fundamental-mode, started font-lock implementation