1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

*** empty log message ***

This commit is contained in:
Alan Mackenzie 2006-02-24 12:18:48 +00:00
parent 77343e1d1c
commit 18f34551f4

View 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
@ -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.