diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 302d5e3b982..36b00f8b5bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4975,9 +4975,6 @@ | |||
| 4975 | 4975 | ||
| 4976 | 2010-07-31 Nathaniel Flath <flat0103@gmail.com> | 4976 | 2010-07-31 Nathaniel Flath <flat0103@gmail.com> |
| 4977 | 4977 | ||
| 4978 | Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang). | ||
| 4979 | The following functions were modified or created: | ||
| 4980 | |||
| 4981 | * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms) | 4978 | * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms) |
| 4982 | (objc-font-lock-extra-types): | 4979 | (objc-font-lock-extra-types): |
| 4983 | * progmodes/cc-mode.el (c-basic-common-init): | 4980 | * progmodes/cc-mode.el (c-basic-common-init): |
| @@ -4993,6 +4990,8 @@ | |||
| 4993 | (c-forward-<>-arglist, c-forward-<>-arglist-recur) | 4990 | (c-forward-<>-arglist, c-forward-<>-arglist-recur) |
| 4994 | (c-forward-name, c-forward-type, c-forward-decl-or-cast-1) | 4991 | (c-forward-name, c-forward-type, c-forward-decl-or-cast-1) |
| 4995 | (c-guess-continued-construct, c-guess-basic-syntax): | 4992 | (c-guess-continued-construct, c-guess-basic-syntax): |
| 4993 | Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang). | ||
| 4994 | The above functions were modified or created. | ||
| 4996 | 4995 | ||
| 4997 | 2010-07-31 Jan Djärv <jan.h.d@swipnet.se> | 4996 | 2010-07-31 Jan Djärv <jan.h.d@swipnet.se> |
| 4998 | 4997 | ||