Mercurial > emacs
changeset 69138:955661fbe891
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Fri, 24 Feb 2006 12:18:48 +0000 |
parents | d2cbaaf9435d |
children | 85cd04b9bd25 |
files | man/ChangeLog |
diffstat | 1 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Fri Feb 24 06:46:54 2006 +0000 +++ b/man/ChangeLog Fri Feb 24 12:18:48 2006 +0000 @@ -1,3 +1,26 @@ +2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> + + * cc-mode.texi: Rename c-hungry-backspace to + c-hungry-delete-backwards, at the request of RMS. Leave the old + name as an alias. + +2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> + + * cc-mode.texi: Correct the definition of c-beginning-of-defun, to + include the function header within the defun. + +2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> + + * cc-mode.texi: Correct two typos. + +2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> + + * cc-mode.texi (Comment Commands): State that C-u M-; kills any + existing comment. + (Electric Keys): Add a justification for electric indentation. + (Hungry WS Deletion): Clear up the names and complications of the + BACKSPACE and DELETE keys. + 2006-02-23 Juri Linkov <juri@jurta.org> * faq.texi (Common requests): Move `Turning on auto-fill by @@ -810,6 +833,13 @@ prefix keys even when mark is active. Decribe that RET moves cursor to next corner in rectangle; clarify insert around rectangle. +2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> + + * cc-mode.texi: The manual has been extensively revised: the + information about using CC Mode has been separated from the larger + and more difficult chapters about configuration. It has been + updated for CC Mode 5.31. + 2005-12-05 Katsumi Yamaoka <yamaoka@jpl.org> * pgg.texi (User Commands): Fix description of pgg-verify-region.