aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie <[email protected]>2012-01-17 18:46:02 +0000
committerAlan Mackenzie <[email protected]>2012-01-17 18:46:02 +0000
commit8c82b1b4dcca42c29992a71b3f1c9d3803d74d3a (patch)
treed842c4d63f35feb98eb38005b8d556cbd7f5c1c4
parent6d0bd9ba728ea8714baf9eef1dc9ec34000e2e96 (diff)
Update the ChangeLog.
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fa51e7eb28..f962820200 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -40,6 +40,17 @@
* dired.el (dired-get-filename): Fix 'verbatim case of previous change.
+2012-01-13 Alan Mackenzie <[email protected]>
+
+ 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 <[email protected]>
* dired.el (dired-switches-escape-p): New function.