| Commit message (Expand) | Author | Age | Files | Lines |
* | (c-before-hack-hook, c-postprocess-file-styles): Give invocation of | Alan Mackenzie | 2009-07-18 | 1 | -2/+2 |
* | cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed from | Alan Mackenzie | 2009-05-19 | 1 | -20/+29 |
* | # Fix a typo. | Alan Mackenzie | 2009-01-30 | 1 | -2/+2 |
* | Comment (minor header format fixes). | Glenn Morris | 2009-01-11 | 1 | -1/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (c-before-hack-hook): New function | Chong Yidong | 2008-07-31 | 1 | -1/+23 |
* | (auto-mode-alist): Add .i and .ii files. | Dan Nicolaescu | 2008-07-24 | 1 | -0/+5 |
* | cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to the CC Mode specific | Alan Mackenzie | 2008-06-27 | 1 | -2/+3 |
* | (c-make-inherited-keymap): Only use set-keymap-parents if set-keymap-parent | Stefan Monnier | 2008-06-20 | 1 | -3/+3 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-05-26 | 1 | -0/+1 |
|\ |
|
| * | * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error | Alan Mackenzie | 2008-05-24 | 1 | -33/+54 |
* | | (c-postprocess-file-styles): Throw an error if c-file-style is set to a | Alan Mackenzie | 2008-05-24 | 1 | -33/+53 |
* | | (declare-function): Add compat definition. | Glenn Morris | 2008-05-15 | 1 | -0/+8 |
* | | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | | Merge from emacs--rel--22 | Miles Bader | 2008-04-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (c-basic-common-init): Don't set | Stefan Monnier | 2008-04-08 | 1 | -1/+1 |
| * | (c-extend-after-change-region): New function, used in | Alan Mackenzie | 2008-04-06 | 1 | -14/+14 |
| * | (c-neutralize-syntax-in-CPP): Fix coding bug. | Alan Mackenzie | 2008-03-01 | 1 | -9/+8 |
* | | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
* | | (c-basic-common-init): Set font-lock-extend-after-change-region-function. | Alan Mackenzie | 2008-04-06 | 1 | -14/+14 |
* | | (c-neutralize-syntax-in-CPP): Fix coding bug. | Alan Mackenzie | 2008-03-04 | 1 | -9/+8 |
* | | Merge from emacs--rel--22 | Miles Bader | 2008-03-01 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | (c-neutralize-syntax-in-CPP): Fix a bug on typing "#" at EOB. | Alan Mackenzie | 2008-02-25 | 1 | -4/+2 |
* | | Merge from emacs--rel--22 | Miles Bader | 2008-02-24 | 1 | -154/+286 |
|\ \
| |/ |
|
| * | (c-extend-region-for-CPP): always set c-old-EOM. | Alan Mackenzie | 2008-02-20 | 1 | -5/+5 |
| * | Set of changes so that "obtrusive" syntactic elements in a | Alan Mackenzie | 2008-02-19 | 1 | -154/+286 |
* | | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| * | Fix problem with modes derived from CC Mode: Move macro | Alan Mackenzie | 2007-07-28 | 1 | -9/+0 |
* | | * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL. | Thien-Thi Nguyen | 2007-12-18 | 1 | -1/+2 |
* | | (c-postprocess-file-styles) | Glenn Morris | 2007-10-12 | 1 | -10/+10 |
* | | * progmodes/cc-mode.el (c-mode-base-map): Use | Dan Nicolaescu | 2007-09-24 | 1 | -1/+3 |
* | | Fix problem with modes derived from CC Mode: Move macro | Alan Mackenzie | 2007-07-28 | 1 | -9/+0 |
|/ |
|
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | (c-remove-any-local-eval-or-mode-variables): When removing lines, also | Alan Mackenzie | 2007-06-20 | 1 | -4/+6 |
* | Stefan Monnier <monnier at iro.umontreal.ca> | Glenn Morris | 2007-04-28 | 1 | -1/+1 |
* | (c-remove-any-local-eval-or-mode-variables): Use delete-region | Martin Rudalics | 2007-04-21 | 1 | -3/+2 |
* | (c-before-change): Fix BOB bug. | Alan Mackenzie | 2007-03-25 | 1 | -3/+3 |
* | (c-make-emacs-variables-local): Use | David Kastrup | 2007-03-23 | 1 | -2/+2 |
* | (c-before-change): insert call of `save-match-data'. | Alan Mackenzie | 2007-03-09 | 1 | -56/+57 |
* | (c-unfind-enclosing-token, c-unfind-coalesced-tokens, c-before-change): new | Alan Mackenzie | 2007-03-08 | 1 | -2/+139 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -2/+2 |
* | Update CC Mode to version 5.31.4. The detailed changes are those | Alan Mackenzie | 2007-01-01 | 1 | -4/+5 |
* | (c-basic-common-init): don't set open-paren-in-column-0-is-defun-start to | Alan Mackenzie | 2006-12-17 | 1 | -3/+5 |
* | Fix Copyright format. | Glenn Morris | 2006-12-03 | 1 | -2/+3 |
* | * progmodes/cc-langs.el (c-emacs-variable-inits): new variable. | Alan Mackenzie | 2006-07-20 | 1 | -0/+9 |
* | * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el, | Alan Mackenzie | 2006-07-10 | 1 | -2/+3 |
* | cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el, | Alan Mackenzie | 2006-02-24 | 1 | -36/+94 |
* | Update copyright for 2006. | Nick Roberts | 2006-02-10 | 1 | -2/+2 |
* | Update CC Mode to release 5.31. | Alan Mackenzie | 2005-12-02 | 1 | -159/+228 |