Mercurial > emacs
diff lisp/ChangeLog @ 94400:049f194820fe
whitespace-trailing-regexp option fix.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Sun, 27 Apr 2008 11:50:47 +0000 |
parents | 51972913e245 |
children | 0b0b94270961 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 27 10:44:37 2008 +0000 +++ b/lisp/ChangeLog Sun Apr 27 11:50:47 2008 +0000 @@ -1,3 +1,12 @@ +2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> + + * whitespace.el: New version 11.1. + (whitespace-trailing-regexp): Option fix, now trailing regexp must be + enclosed by \\( and \\)$. Docstring fix. + (whitespace-trailing-regexp): Fun removed. + (whitespace-report-list): Const initialization fix. + (whitespace-color-on): Code fix. + 2008-04-27 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (tramp-replace-environment-variables): New defun.