172 Commits (9eb2dff24efd977aed184f9fa33516f480cb843f)
 

Author SHA1 Message Date
Fanael Linithien d8de0c6954 Kill rainbow-delimiters--parse-partial-sexp-cache when turning off. 12 years ago
Fanael Linithien b32fedb455 Remove an unneeded condition. 12 years ago
Fanael Linithien f5679e9040 Simplify two ifs by using max in their stead. 12 years ago
Fanael Linithien ed5dd72f79 Restore the ability to disable the highlighting of selected delimiters. 12 years ago
Fanael Linithien 30c6a4c1bc Use the major mode's syntax table directly. 12 years ago
Fanael Linithien 89574443f0 Fix the Emacs 24.3-specific test failure. 12 years ago
Fanael Linithien 1473fbddce Add a test suite. 12 years ago
Fanael Linithien 4699fd94c8 Release version 1.3.13. 12 years ago
Fanael Linithien 513bb785eb Update authorship, package metadata, and URLs. 12 years ago
Fanael Linithien 0a4e4958ed Add a missing or in rainbow-delimiters--char-ineligible-p. 12 years ago
Fanael Linithien 2cde18809f Use the syntax table to determine if a delimiters starts a comment. 12 years ago
Fanael Linithien 575620510f Reindent after cf61a3aee6. 12 years ago
Fanael Linithien d4d8f74158 Use #' to quote function names. 12 years ago
Fanael Linithien cf61a3aee6 Use double hyphen to indicate internal symbols. 12 years ago
Fanael Linithien f2404ef0bf Remove dead code. 12 years ago
Fanael Linithien ccd68b7eb8 Replace a generalized push with setcdr+cons+cdr. 12 years ago
Fanael Linithien d35b992378 Don't error when highlighting an unmatched closing delimiter. 12 years ago
Fanael Linithien 3143de1136 Update the readme. 12 years ago
Fanael Linithien e48b7bf746 Merge pull request #41 from jlr/no-global 12 years ago
Fanael Linithien 756fd642fa Release version 1.3.12. 12 years ago
Fanael Linithien 5459aa4c6a Simplify rainbow-delimiters-delim-regex. 12 years ago
Fanael Linithien 5a56248229 Pass the variable symbol to rainbow-delimiters-apply-color directly. 12 years ago
Steve Purcell e05dd60c12 Don't propertize if the syntax table is unset 12 years ago
Fanael Linithien 4cc4d38479 Remove global-rainbow-delimiters-mode. 12 years ago
Fanael Linithien 29e7bfd8e4 Remove global-rainbow-delimiters-mode from installation instructions. 12 years ago
Fanael Linithien e2a67de8e7 Deprecate global-rainbow-delimiters-mode. 12 years ago
Steve Purcell 6cdf1f1c14 Merge pull request #38 from lunaryorn/patch-1 12 years ago
Sebastian Wiesner fb54c05ba0 Don't enable in special RefTeX modes 12 years ago
Sebastian Wiesner 3d425a85d3 Don't enable in Completion List Mode 12 years ago
Fanael Linithien ecacb319d3 Wrap the font-lock-fontify-buffer call with with-no-warnings. 12 years ago
Fanael Linithien 3a18183db3 Remove cider-repl-mode from rainbow-delimiters-ignore-modes. 12 years ago
Fanael Linithien 6df71dba8f Release version 1.3.11. 12 years ago
Fanael Linithien 49fb05303a Use when/if instead of and/or+and. 12 years ago
Fanael Linithien 6d488e566a Test if comment-start-skip is non-nil before using it. 12 years ago
Fanael Linithien b85b86c0b4 Release version 1.3.10. 12 years ago
Fanael Linithien 1305bca532 Use comment-search-forward to see if a delimiter starts a comment. 12 years ago
Fanael Linithien df4976a965 Release version 1.3.9. 12 years ago
Fanael Linithien ddf7f179d3 Change defsubst -> defun. 12 years ago
Fanael Linithien 35eace73ca Reuse parse-partial-sexp state in rainbow-delimiters-propertize. 12 years ago
Fanael Linithien 24f6c5767e Release version 1.3.8. 12 years ago
Fanael Linithien a37d19b415 Add a comment explaining the previous change. 12 years ago
Fanael Linithien 36efff58a8 Don't highlight delimiters inside comments starting with two chars. 12 years ago
Steve Purcell 0fa4723a9d Add rainbow-delimiters-ignore-modes 12 years ago
Fanael Linithien 14e0f971f6 Call font-lock-{flush,fontify-buffer} only when font-lock-mode is on. 12 years ago
Fanael Linithien d7946fdf94 Fix a typo in a comment. 12 years ago
Fanael Linithien f73763583c Remove unneeded save-excursion. 12 years ago
Fanael Linithien f116221d42 Simplify the logic in rainbow-delimiters-propertize a little... 12 years ago
Fanael Linithien 43b02d2d20 Rename rainbow-delimiters-keywords. 12 years ago
Fanael Linithien df383f86f7 Clean up comments and whitespace. 12 years ago
Fanael Linithien a1cd80ee8d Remove the changelog. 12 years ago