summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-mode.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/cc-mode.el (auto-mode-alist): Fix typo.Glenn Morris2012-05-251-2/+2
* CC Mode: Ensure searching for keywords is case sensitive.Alan Mackenzie2012-04-161-2/+2
* Further optimise the handling of large macros.Alan Mackenzie2012-03-161-2/+2
* Revert Change #107149.Alan Mackenzie2012-02-221-2/+1
* Fix a loop in c-set-fl-decl-start.Alan Mackenzie2012-02-131-6/+7
* Allow calling C fontification while rendering MIME partsLars Ingebrigtsen2012-02-061-1/+2
* Fix filling for when filladapt mode is enabled.Alan Mackenzie2012-01-131-0/+4
* Optimise font locking in long enum definitions.Alan Mackenzie2012-01-081-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-291-4/+4
* Introduce a mechanism to widen the region used in context font locking.Alan Mackenzie2011-12-241-64/+140
* Fix unstable fontification inside templates.Alan Mackenzie2011-12-231-12/+56
* Large brace-block initialisation makes CC Mode slow: Fix.Alan Mackenzie2011-12-131-4/+0
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Spelling fixes.Paul Eggert2011-11-191-2/+2
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Fix typos.Juanma Barranquero2011-11-151-4/+4
* Amend to indent and fontify macros "which include their own semicolon"Alan Mackenzie2011-10-271-0/+3
* progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'Alan Mackenzie2011-09-091-0/+4
* Prevent cc-langs.elc being loaded at run time.Alan Mackenzie2011-07-221-5/+0
* progmodes/cc-guess.el: New file.Alan Mackenzie2011-06-301-6/+4
* Make CC modes inherit from prog-mode.Chong Yidong2011-05-281-42/+15
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Refill some copyright headers.Glenn Morris2011-01-151-2/+2
* 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