summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-defs.el
Commit message (Expand)AuthorAgeFilesLines
* Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-2/+2
* Fix an indentation bug:Alan Mackenzie2010-06-211-1/+1
* Change strategy for marking < and > as template delimiters: mark themAlan Mackenzie2010-02-041-0/+38
* Fix bug#5395: typing '#' in an empty C buffer throws "args out of range".Alan Mackenzie2010-01-191-2/+4
* Fix typos in comments.Juanma Barranquero2010-01-141-2/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Enhance `c-parse-state' to run efficiently in "brace desserts".Alan Mackenzie2009-12-031-7/+99
* (c-version): Bump to 5.31.8.Alan Mackenzie2009-11-181-1/+1
* * textmodes/two-column.el (2C-split):Stefan Monnier2009-10-311-2/+1
* * progmodes/cc-defs.el (c-version): Bump to 5.31.7.Chong Yidong2009-07-291-1/+1
* (c-emacs-features): Crash-fix: change `=' to `eq'.Alan Mackenzie2009-02-121-2/+2
* (c-emacs-features): Change a let to a let* to eliminate BC warnings.Alan Mackenzie2009-02-061-13/+13
* (c-emacs-features): Check the working of beginning/end-of-defun-functionAlan Mackenzie2009-02-051-8/+20
* Comment (minor header format fixes).Glenn Morris2009-01-111-1/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Correcct spellng.Chong Yidong2008-12-031-1/+1
* (c-put-char-property-fun): Add fallback definition of 'ignore, ratherGlenn Morris2008-11-171-1/+3
* (cl-macroexpand-all): Fix declaration.Glenn Morris2008-11-071-1/+1
* (cl-macroexpand-all): Declare.Glenn Morris2008-11-061-0/+3
* (c-version): Increment to 5.31.6.Alan Mackenzie2008-09-031-1/+1
* (c-emacs-features): argumentative-bod-function: bind mark-ring to avoidAlan Mackenzie2008-08-121-1/+2
* (c-emacs-features): Check beginning-of-defun-raw instead ofChong Yidong2008-08-111-4/+5
* cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to the CC Mode specificAlan Mackenzie2008-06-271-0/+11
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* Merge from emacs--rel--22Miles Bader2008-02-241-1/+34
|\
| * Set of changes so that "obtrusive" syntactic elements in aAlan Mackenzie2008-02-191-0/+33
| * *** empty log message ***Juanma Barranquero2008-02-051-1/+1
| * (c-version): increase to 5.31.5.Alan Mackenzie2008-01-291-1/+1
| * (c-save-buffer-state): Bind buffer-file-name and buffer-file-truename toAlan Mackenzie2008-01-261-0/+2
* | (c-version): increase to 5.31.5.Alan Mackenzie2008-01-291-1/+1
* | (c-save-buffer-state): Bind buffer-file-name and buffer-file-truename toAlan Mackenzie2008-01-261-0/+2
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ \ | |/
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (c-region-is-active-p): Use `mark-active' if it's defined.Richard M. Stallman2007-12-251-5/+5
* | Reorder conditions to avoid warnings.Dan Nicolaescu2007-10-271-4/+4
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Changes to make `narrow-to-defun' and `mark-defun' work properly in CCAlan Mackenzie2007-04-091-8/+10
* (c-emacs-features): Fix typo in docstring.Juanma Barranquero2007-01-291-4/+4
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
* Add new functions, c-go-list-forward, c-go-list-backward.Alan Mackenzie2007-01-201-0/+18
* Add my name.Alan Mackenzie2007-01-201-1/+2
* Update CC Mode to version 5.31.4. The detailed changes are thoseAlan Mackenzie2007-01-011-4/+4
* Fix Copyright format.Glenn Morris2006-12-031-2/+3
* * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el,Alan Mackenzie2006-07-101-35/+37
* cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el,Alan Mackenzie2006-02-241-10/+9
* Update copyright for 2006.Nick Roberts2006-02-101-2/+2
* Ignore errors from font-lock-compile-keywords.Andreas Schwab2005-12-301-2/+6
* (c-emacs-features): Do parse-partial-sexp at point, in case of narrowing.Richard M. Stallman2005-12-261-1/+2
* (c-emacs-features): Don't assume point-min==1.Stefan Monnier2005-12-061-5/+5