Mercurial > emacs
changeset 103116:f08ab194413f
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Thu, 30 Apr 2009 10:28:33 +0000 |
parents | d6b2b717f098 |
children | 49b361ba00e8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <acm@muc.de> + + 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 <cyd@stupidchicken.com> * subr.el (assoc-default): Doc fix.