# HG changeset patch # User Alan Mackenzie # Date 1241087313 0 # Node ID f08ab194413f56d612bd7529ace566dcf5f7d4ec # Parent d6b2b717f098c95582585bebc5e51fae66a43ec5 *** empty log message *** diff -r d6b2b717f098 -r f08ab194413f lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 30 07:01:33 2009 +0000 +++ b/lisp/ChangeLog Thu Apr 30 10:28:33 2009 +0000 @@ -1,3 +1,18 @@ +2009-04-30 Alan Mackenzie + + Enhancements for Objective-C: + * progmodes/cc-vars.el (c-objc-method-arg-min-delta-to-bracket) + (c-objc-method-arg-unfinished-offset) + (c-objc-method-parameter-offset): New variables. + (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry + for objc-method-call-cont. + + * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords + "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER". + + * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons): New + function. + 2009-04-29 Chong Yidong * subr.el (assoc-default): Doc fix.