comparison lisp/ChangeLog @ 80882:e04539d0ccf5

(python-font-lock-keywords, python-open-block-statement-p, python-mode): Add support for the new "with" keyword.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 May 2007 16:56:20 +0000
parents dba96e4a8a94
children 0bae4b50536b
comparison
equal deleted inserted replaced
80881:4882ec1204fb 80882:e04539d0ccf5
1 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2
3 * progmodes/python.el (python-font-lock-keywords)
4 (python-open-block-statement-p, python-mode): Add support for the new
5 "with" keyword.
6
1 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca> 7 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default 9 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
4 the exact opposite of diff-goto-source. 10 the exact opposite of diff-goto-source.
5 11