summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Installed CC Mode 5.25.Barry A. Warsaw1999-02-081-58/+116
|
* (c-initialize-cc-mode): Moved require's to top level.Richard M. Stallman1998-03-081-26/+12
| | | | (c-initialize-on-load): Variable removed.
* (c-mode, c++-mode, objc-mode, java-mode): SetRichard M. Stallman1998-02-171-18/+37
| | | | | | | | | | | imenu-case-fold-search to nil. (java-mode): Set c-method-key to nil. I don't think this is necessary for Java, and besides, the old value was inherited from Objective-C which was clearly not right. (c++-mode): Set c-extra-toplevel-key to c-C++-extra-toplevel-key. (c-initialize-on-load): New variable, *not* customized.
* Use imenu-case-fold-search.Dave Love1997-12-121-2/+5
|
* (c-submit-bug-report): RemoveKarl Heuer1997-10-231-5/+5
| | | | c-recognize-knr-p. Add c-comment-continuation-stars.
* (objc-mode): Bind imenu-create-index-functionKarl Heuer1997-10-231-4/+5
| | | | | to cc-imenu-objc-function to enable Imenu support for Objective-C. Contributed by Masatake (jet) YAMATO.
* (c-version): Updated.Richard M. Stallman1997-09-081-2/+2
|
* (c-buffer-is-cc-mode): Definition moved here from cc-vars.el.Richard M. Stallman1997-08-161-6/+11
| | | | | | | | | Also, put permanent-local property on variable so it's value won't get killed by kill-all-local-variables. This makes it easier for non-CC Mode derived modes to be initialized correctly. (c++-mode, java-mode, objc-mode, idl-mode): Remove obsolete variable c-double-slash-is-comments-p.
* (c-initialize-cc-mode): Set c-buffer-is-cc-mode to t.Richard M. Stallman1997-08-111-8/+10
| | | | | | | | | | | (c-initialize-cc-mode): Require 'cc-mode-19 if functionp is not bound. Check cc-mode-19 interface requirements. (c-mode, c++-mode, objc-mode, java-mode, idl-mode): Don't set comment-multi-line here. (c-mode): c-comment-start-regexp uses c-C++-comment-start-regexp to support line oriented comments.
* (idl-mode): Support for CORBA's IDL language.Richard M. Stallman1997-08-091-25/+66
| | | | | | | | (c-initialize-cc-mode): Move the calling of c-make-styles-buffer-local into c-initialize-builtin-style. (c-initialize-cc-mode): Run the c-initialization-hook, but only once per Emacs session.
* (c-initialize-cc-mode): New function.Richard M. Stallman1997-07-181-6/+25
| | | | (c-mode, c++-mode, objc-mode, java-mode): Call it.
* Initial revisionRichard M. Stallman1997-07-101-0/+344