aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-subword.el
Commit message (Collapse)AuthorAgeFilesLines
* 2009-11-20 Tassilo Horn <[email protected]>Tassilo Horn2009-11-201-295/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * progmodes/cc-cmds.el (c-update-modeline) (c-forward-into-nomenclature, c-backward-into-nomenclature): Refer to subword.el functions instead of cc-subword.el. * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to subword.el functions instead of cc-subword.el. * progmodes/cc-subword.el: Renamed to subword.el. * subword.el: Renamed from progmodes/cc-subword.el. (subword-mode-map): Renamed from c-subword-mode-map. (subword-mode): Renamed from c-subword-mode. (global-subword-mode): New global minor mode. (forward-subword): Renamed from c-forward-subword. (backward-subword): Renamed from c-backward-subword. (mark-subword): Renamed from c-mark-subword. (kill-subword): Renamed from c-kill-subword. (backward-kill-subword): Renamed from c-backward-kill-subword. (transpose-subwords): Renamed from c-tranpose-subword. (downcase-subword): Renamed from c-downcase-subword. (capitalize-subword): Renamed from c-capitalize-subword. (forward-subword-internal): Renamed from c-forward-subword-internal. (backward-subword-internal): Renamed from c-backward-subword-internal.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-7/+7
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (c-subword-mode): Drop support for systems without define-minor-mode.Glenn Morris2007-12-181-41/+21
| |
* | Comment.Glenn Morris2007-12-041-0/+2
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (c-capitalize-subword): ImplementMasatake YAMATO2007-04-091-7/+12
| | | | | | better mimic the behavior of `capitalize-word'. They no longer move point with a negative argument. Based on code by Paul Curry.
* Install a patch from Paul Curry.Masatake YAMATO2007-04-091-13/+22
| | | | (c-downcase-subword, c-upcase-subword): Don't move point if ARG is netagive.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (c-forward-subword, c-backward-subword):Kim F. Storm2006-05-141-9/+13
| | | | Add CUA move property.
* Fixup commenting convention.Stefan Monnier2006-04-261-2/+2
|
* (c-subword-mode-map): Use command remapping.Stefan Monnier2006-04-261-31/+14
|
* Update copyright for 2006.Nick Roberts2006-02-101-1/+1
|
* Update CC Mode to release 5.31.Alan Mackenzie2005-12-021-0/+312