]> git.eshelyaron.com Git - emacs.git/commitdiff
Update the ChangeLog.
authorAlan Mackenzie <acm@muc.de>
Tue, 17 Jan 2012 18:46:02 +0000 (18:46 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 17 Jan 2012 18:46:02 +0000 (18:46 +0000)
lisp/ChangeLog

index fa51e7eb28f6bf101233b9dac0f4d4a9accdfff0..f962820200149fb28bfc4d63cd4d20e25544c27f 100644 (file)
 
        * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
 
+2012-01-13  Alan Mackenzie  <acm@muc.de>
+
+       Fix filling for when filladapt mode is enabled.
+
+       * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
+       c-mask-paragraph, pass in `fill-paragraph' rather than
+       `fill-region-as-paragraph'.  (This is a reversion of a previous
+       change.)
+       * progmodes/cc-mode.el (c-basic-common-init): Make
+       fill-paragraph-handle-comment buffer local and set it to nil.
+
 2012-01-13  Glenn Morris  <rgm@gnu.org>
 
        * dired.el (dired-switches-escape-p): New function.