]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorAlan Mackenzie <acm@muc.de>
Fri, 24 Feb 2006 12:18:48 +0000 (12:18 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 24 Feb 2006 12:18:48 +0000 (12:18 +0000)
man/ChangeLog

index e2d948aef35b339e4970f976b2acc3a00d3c1861..e7e2f620263be479849007fa203836d89a65d03e 100644 (file)
@@ -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
        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.