comparison lisp/ChangeLog @ 84390:28620c3d5a1a

Added diff-mode to `which-func-modes'.
author Masatake YAMATO <jet@gyve.org>
date Sat, 08 Sep 2007 04:35:39 +0000
parents dcd4f2cd850a
children 05b466753b06
comparison
equal deleted inserted replaced
84389:dcd4f2cd850a 84390:28620c3d5a1a
1 2007-09-08 Masatake YAMATO <jet@gyve.org> 1 2007-09-08 Masatake YAMATO <jet@gyve.org>
2
3 * progmodes/which-func.el (which-func-modes): Added diff-mode.
2 4
3 * progmodes/cc-langs.el: Support new keywords added to 5 * progmodes/cc-langs.el: Support new keywords added to
4 objective-c frontend of gcc. 6 objective-c frontend of gcc.
5 (c-simple-stmt-kwds): Added @throw. 7 (c-simple-stmt-kwds): Added @throw.
6 (c-block-stmt-2-kwds): Added @synchronized. 8 (c-block-stmt-2-kwds): Added @synchronized.