172 Commits (9eb2dff24efd977aed184f9fa33516f480cb843f)
 

Author SHA1 Message Date
Fanael Linithien 9eb2dff24e Release version 2.1. 11 years ago
Fanael Linithien edd8f8624d Kill rainbow-delimiters-delimiter-blacklist. 11 years ago
Fanael Linithien cc829473be Deprecate rainbow-delimiters-delimiter-blacklist. 11 years ago
Fanael Linithien 3d1e204f04 Allow the user to customize the way faces are picked. 11 years ago
Fanael Linithien 153284f304 Fix a typo. 11 years ago
Fanael Linithien 27d21f278b Rephrase the header line description. 11 years ago
Fanael Linithien a50f8f1a9c Shorten the header line. 11 years ago
Fanael Linithien edf59bad7f Move the usage instructions from installation to commentary. 11 years ago
Fanael Linithien 28438926aa Move installation instructions before the commentary. 11 years ago
Fanael Linithien c37b61c4b5 Release version 2.0.1. 12 years ago
Fanael Linithien a4005ac963 Remove more useless comments. 12 years ago
Fanael Linithien ac62aa0a53 Remove useless comments. 12 years ago
Fanael Linithien 9d23157002 Simplify the way we determine whether to flush syntax-ppss cache. 12 years ago
Fanael Linithien e75a4b18e9 Remove unneeded with-no-warnings. 12 years ago
Fanael Linithien 4bac5ce118 Don't flush the syntax-ppss cache unless necessary. 12 years ago
Fanael Linithien f91b36bad7 Use the depth from parse-partial-sexp directly 12 years ago
Fanael Linithien a802a6c823 Refactor the code, no functional changes. 12 years ago
Fanael Linithien bb38452706 Remove the Emacs Lisp specific escaping test. 12 years ago
Fanael Linithien b10da10248 Release version 2.0. 12 years ago
Fanael Linithien ab79aec8f8 Simplify the handling of escaped delimiters. 12 years ago
Fanael Linithien 402a9e8e04 Treat the ? as a quote character only when it starts a symbol. 12 years ago
Fanael Linithien 0441e7317b Add a better escaped delimiter test case. 12 years ago
Fanael Linithien ef33129a0a Treat byte compilation warnings as test suite failures. 12 years ago
Fanael Linithien 58f17c9c4d The faces should really use foreground colors. 12 years ago
Fanael Linithien 82952aa34a Test for blacklisting right before highlighting the delimiter. 12 years ago
Fanael Linithien 798af906df Add a test checking if blacklisted delims still contribute to depth. 12 years ago
Fanael Linithien 8b94fc0100 Make rainbow-delimiters-faces reachable from (customize-group 'faces). 12 years ago
Fanael Linithien 5435305789 Move all variables to 'rainbow-delimiters' group. 12 years ago
Fanael Linithien e50e4787b4 Turn rainbow-delimiters-max-face-count into a defcustom. 12 years ago
Fanael Linithien 8a2c0374b0 Use a macro to generate face definitions. 12 years ago
Fanael Linithien 115173b2eb Rename README.markdown to README.md. 12 years ago
Fanael Linithien daae2c22a6 Really make Emacs 23 tests less verbose. 12 years ago
Fanael Linithien f57067cda5 Make Emacs 23 tests less verbose. 12 years ago
Fanael Linithien 3611b101d3 Test if already highlighted text is highlighted correctly. 12 years ago
Fanael Linithien 7b882c9489 Merge (let … (let* …)) => (let* …). 12 years ago
Fanael Linithien 5eeddfb2d6 Test for blacklisting in rainbow-delimiters--char-ineligible-p. 12 years ago
Fanael Linithien 039e9345c5 Document why there's no Emacs 24 requirement. 12 years ago
Fanael Linithien 845e681fae Use lexical-binding. 12 years ago
Fanael Linithien d723eb0a8c In the C++ template syntax test, remove some text properties. 12 years ago
Fanael Linithien 9ee4a86d47 Run the test suite under Emacs 23. 12 years ago
Fanael Linithien 8012604ea9 Add maintainership information. 12 years ago
Fanael Linithien df63c842a3 Update the customization instructions. 12 years ago
Fanael Linithien b316b7f49d Make the MELPA Stable link actually point at MELPA Stable. 12 years ago
Fanael Linithien 41546fa1f2 Fix a typo in the readme. 12 years ago
Fanael Linithien 25ceded842 Add MELPA and build status badges to the readme. 12 years ago
Fanael Linithien 44bd65920e Remove the TODO list from rainbow-delimiters.el. 12 years ago
Fanael Linithien 406ee45e7c Rewrite the installation and usage instructions. 12 years ago
Fanael Linithien 3e538315ae Point URLs to the new address. 12 years ago
Fanael Linithien 50551159a7 Move rainbow-delimiters--mode-turn-{on,off} back into rainbow-delimiters-mode. 12 years ago
Fanael Linithien f50a4ae177 Use `syntax-ppss` instead of our own implementation. 12 years ago