Mercurial > emacs
comparison lisp/ChangeLog @ 76255:985cc73beb79
(python-quote-syntax): Don't bother with syntax-ppss-context.
(python-fill-paragraph): Make sure that fenced-string delimiters that
stand on their own line stay there
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 01 Mar 2007 15:07:45 +0000 |
parents | 5ae1368180c3 |
children | 50979609adb0 |
comparison
equal
deleted
inserted
replaced
76254:5ae1368180c3 | 76255:985cc73beb79 |
---|---|
1 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/python.el (python-quote-syntax): Don't bother with | |
4 syntax-ppss-context. | |
5 (python-fill-paragraph): Make sure that fenced-string delimiters that | |
6 stand on their own line stay there | |
7 | |
1 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se> | 8 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se> |
2 | 9 |
3 * replace.el (perform-replace): Propertize message. | 10 * replace.el (perform-replace): Propertize message. |
4 | 11 |
5 2007-03-01 Carsten Dominik <dominik@science.uva.nl> | 12 2007-03-01 Carsten Dominik <dominik@science.uva.nl> |