aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMasatake YAMATO2007-04-09 13:01:30 +0000
committerMasatake YAMATO2007-04-09 13:01:30 +0000
commit11d13e96b0dfebc7664ec66030b6b5779485fcb8 (patch)
tree7ab7f0ddec9c147c6325f59ce476060a3bd21371 /lisp/ChangeLog
parent287787ee7bfb0b1e3178b93745a036206a26fba6 (diff)
downloademacs-11d13e96b0dfebc7664ec66030b6b5779485fcb8.tar.gz
emacs-11d13e96b0dfebc7664ec66030b6b5779485fcb8.zip
(c-capitalize-subword): Implement
better mimic the behavior of `capitalize-word'. They no longer move point with a negative argument. Based on code by Paul Curry.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 473cb45cf28..b9ed400e30a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12007-04-09 Masatake YAMATO <jet@gyve.org>
2
3 * progmodes/cc-subword.el (c-capitalize-subword): Implement
4 better mimic the behavior of `capitalize-word'. They no longer
5 move point with a negative argument.
6 Based on code by Paul Curry.
7
12007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change) 82007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2 9
3 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword): 10 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):