diff options
| author | Alan Mackenzie | 2012-04-02 09:59:52 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2012-04-02 09:59:52 +0000 |
| commit | 551b046fc302c387208ee439bdad00fe3a03df19 (patch) | |
| tree | 99431eaea2e6bb7c30a3341a88dfc0e6e8e420ca /etc | |
| parent | 5ca64e000cf1835c2ecd0617fe86c01f1f77f36d (diff) | |
| download | emacs-551b046fc302c387208ee439bdad00fe3a03df19.tar.gz emacs-551b046fc302c387208ee439bdad00fe3a03df19.zip | |
NEWS: Add CC Mode entries.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 13 |
2 files changed, 16 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 370f009a291..adc4c941212 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-04-02 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * NEWS: Add CC Mode entries. | ||
| 4 | |||
| 1 | 2012-04-01 Jambunathan K <kjambunathan@gmail.com> | 5 | 2012-04-01 Jambunathan K <kjambunathan@gmail.com> |
| 2 | 6 | ||
| 3 | * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*): | 7 | * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*): |
| @@ -665,9 +665,20 @@ view-diary-entries, list-diary-entries, show-all-diary-entries | |||
| 665 | on platforms that support it. This calls your desktop's preferred browser. | 665 | on platforms that support it. This calls your desktop's preferred browser. |
| 666 | 666 | ||
| 667 | +++ | 667 | +++ |
| 668 | ** New CC Mode feature to "guess" the style in an existing buffer. | 668 | ** CC Mode |
| 669 | *** New feature to "guess" the style in an existing buffer. | ||
| 669 | The main entry is M-x c-guess. | 670 | The main entry is M-x c-guess. |
| 670 | 671 | ||
| 672 | *** Java Mode now supports Java 5.0 (Tiger) and 6 (Mustang). | ||
| 673 | |||
| 674 | *** c-beginning-of-defun and c-end-of-defun now respect nested scopes: | ||
| 675 | Thus C-M-a will, by default, go to the beginning of the immediate function, | ||
| 676 | not the top level. | ||
| 677 | |||
| 678 | *** "Macros with semicolon" can be registered, for correct indentation. | ||
| 679 | Where such a macro ends a line (no semicolon) the next statement is no longer | ||
| 680 | parsed as a statement continuation. | ||
| 681 | |||
| 671 | ** comint and modes derived from it use the generic completion code. | 682 | ** comint and modes derived from it use the generic completion code. |
| 672 | 683 | ||
| 673 | ** Compilation mode | 684 | ** Compilation mode |