summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier2010-12-101-39/+27
* | cc-mode.el (c-before-change, c-after-change): Move the setting ofAlan Mackenzie2010-10-191-4/+4
* | * lisp/subr.el (make-local-hook): Remove function obsolete since 21.1.Glenn Morris2010-10-021-5/+5
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-1/+1
* | Silence some cc-mode compiler warnings.Glenn Morris2010-08-161-11/+11
* | Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).Alan Mackenzie2010-07-311-1/+1
* | Enhance `c-file-style' in file/directory local variables.Alan Mackenzie2010-07-181-1/+20
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-1/+6
|\ \ | |/
| * * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set in fileAlan Mackenzie2010-06-201-1/+6
| * Reverse 2009-12-03T16:02:10Z!acm@muc.de "Enhance `c-parse-state' to run effic...Alan Mackenzie2010-04-121-35/+19
| * Reverse change 2010-02-04T21:15:37Z!acm@muc.de: "Change strategy for marking ...Alan Mackenzie2010-04-121-15/+9
| * Reverse 2010-02-25T21:21:25Z!acm@muc.de:Alan Mackenzie2010-04-121-11/+5
* | Fix an indentation bug:Alan Mackenzie2010-06-211-5/+9
* | (progmodes/cc-mode.el) c-extend-region-for-CPP: Fix an off-by-one errorAlan Mackenzie2010-04-291-2/+4
|/
* (i) Remove any hard syntax-table properties for <, > inserted by C-y.Alan Mackenzie2010-02-251-5/+11
* * progmodes/cc-mode.el (c-common-init): Bind temporary variablesChong Yidong2010-02-061-3/+5
* Change strategy for marking < and > as template delimiters: mark themAlan Mackenzie2010-02-041-9/+13
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Fix bug#5091: indentation in c++-mode.Alan Mackenzie2009-12-101-10/+6
* Revert change 2009-07-18T21:03:43Z!acm@muc.deAlan Mackenzie2009-12-051-2/+2
* Enhance `c-parse-state' to run efficiently in "brace desserts".Alan Mackenzie2009-12-031-19/+35
* 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>Tassilo Horn2009-11-201-2/+2
* (c-before-hack-hook, c-postprocess-file-styles): Give invocation ofAlan Mackenzie2009-07-181-2/+2
* cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed fromAlan Mackenzie2009-05-191-20/+29
* # Fix a typo.Alan Mackenzie2009-01-301-2/+2
* Comment (minor header format fixes).Glenn Morris2009-01-111-1/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (c-before-hack-hook): New functionChong Yidong2008-07-311-1/+23
* (auto-mode-alist): Add .i and .ii files.Dan Nicolaescu2008-07-241-0/+5
* cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to the CC Mode specificAlan Mackenzie2008-06-271-2/+3
* (c-make-inherited-keymap): Only use set-keymap-parents if set-keymap-parentStefan Monnier2008-06-201-3/+3
* Merge from emacs--rel--22Miles Bader2008-05-261-0/+1
|\
| * * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an errorAlan Mackenzie2008-05-241-33/+54
* | (c-postprocess-file-styles): Throw an error if c-file-style is set to aAlan Mackenzie2008-05-241-33/+53
* | (declare-function): Add compat definition.Glenn Morris2008-05-151-0/+8
* | Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* | Merge from emacs--rel--22Miles Bader2008-04-231-1/+1
|\ \ | |/
| * (c-basic-common-init): Don't setStefan Monnier2008-04-081-1/+1
| * (c-extend-after-change-region): New function, used inAlan Mackenzie2008-04-061-14/+14
| * (c-neutralize-syntax-in-CPP): Fix coding bug.Alan Mackenzie2008-03-011-9/+8
* | Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* | (c-basic-common-init): Set font-lock-extend-after-change-region-function.Alan Mackenzie2008-04-061-14/+14
* | (c-neutralize-syntax-in-CPP): Fix coding bug.Alan Mackenzie2008-03-041-9/+8
* | Merge from emacs--rel--22Miles Bader2008-03-011-4/+2
|\ \ | |/
| * (c-neutralize-syntax-in-CPP): Fix a bug on typing "#" at EOB.Alan Mackenzie2008-02-251-4/+2
* | Merge from emacs--rel--22Miles Bader2008-02-241-154/+286
|\ \ | |/
| * (c-extend-region-for-CPP): always set c-old-EOM.Alan Mackenzie2008-02-201-5/+5