diff lisp/ChangeLog @ 84389:dcd4f2cd850a

Support new keywords added to objective-c frontend of gcc.
author Masatake YAMATO <jet@gyve.org>
date Sat, 08 Sep 2007 04:31:08 +0000
parents a32093d94b4a
children 28620c3d5a1a
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 08 04:00:40 2007 +0000
+++ b/lisp/ChangeLog	Sat Sep 08 04:31:08 2007 +0000
@@ -1,3 +1,11 @@
+2007-09-08  Masatake YAMATO  <jet@gyve.org>
+
+	* progmodes/cc-langs.el: Support new keywords added to 
+	objective-c frontend of gcc.
+	(c-simple-stmt-kwds): Added @throw.
+	(c-block-stmt-2-kwds): Added @synchronized.
+	(c-block-stmt-1-kwds): Added @finally and @try.
+
 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
 
 	* textmodes/org.el: Updated to org-mode 5.08.
@@ -942,8 +950,8 @@
 
 2007-08-23  Masatake YAMATO  <jet@gyve.org>
 
-	* progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments):
-	Highlight name of parameters in document body.
+	* progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
+	name of parameters in document body.
 
 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>