Daniel Pfeiffer
1aaf8a45ee
(c-basic-common-initc-font-lock-init, c-font-lock-init): Eliminate obsolete make-local-hook.
...
(c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode, awk-mode): Use run-mode-hooks.
2004-11-13 20:23:38 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Martin Stjernholm
28d88c16bf
2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
...
* cc-mode.el (c-init-language-vars-for): Add argument MODE.
Renamed from c-init-c-language-vars'.
(c-initialize-cc-mode): Change accordingly.
(c-common-init): Ditto.
(c-mode): Ditto.
(c++-mode): Use function.
(objc-mode): Ditto.
(java-mode): Ditto.
(idl-mode): Ditto.
(pike-mode): Ditto.
(awk-mode): Ditto.
2003-08-03 12:31:46 +00:00
Martin Stjernholm
50fdde0e7e
Fixed some autoload problems: Try to ensure that the entry for ".c"
...
extension comes before the one for ".C" on auto-mode-alist', to behave
better on case insensitive OS:es. Fixed incorrect entries that were added
to interpreter-mode-alist'. Moved the autoload directives for AWK to the
top level since they aren't recognized anywhere else. Do not use the new
AWK mode doc in the autoload form for the old AWK mode.
2003-07-05 19:53:33 +00:00
Martin Stjernholm
d9e94c2273
Updated CC Mode to version 5.30.
2003-07-03 12:30:59 +00:00
Stefan Monnier
87d9913f72
(c-mode): Reverting last change.
2003-06-19 15:55:31 +00:00
Nick Roberts
c6c54ea8e9
(c-mode): Add local variable gud-find-expr.
2003-06-18 22:34:36 +00:00
Martin Stjernholm
fd8771f59f
(c-basic-common-init): Install `c-fill-paragraph' on
...
`fill-paragraph-function'. Although it's not the normal way to call
it in a CC Mode buffer it makes a direct call to `fill-paragraph' work
better.
2003-02-09 01:46:04 +00:00
Martin Stjernholm
e2c21e666f
(c-require-final-newline): Made this variable an alist to specify a value
...
for each language. The default value causes `require-final-newline' to be
set to t only in languages where the standard requires a final newline.
2003-01-28 00:41:35 +00:00
Martin Stjernholm
980a8a00df
(c-require-final-newline): Added a variable to make the initialization of
...
require-final-newline' more configurable.
2003-01-26 21:36:39 +00:00
Richard M. Stallman
09f90d2ca8
(c-postprocess-file-styles): Do nothing except in CC modes.
2002-06-03 22:56:12 +00:00
Martin Stjernholm
a66cd3ee16
CC Mode update to version 5.29. This is for testing; it's not a released
...
version.
2002-04-22 00:35:36 +00:00
Richard M. Stallman
74e1934a3b
(c-mode-abbrev-table, c++-mode-abbrev-table, objc-mode-abbrev-table)
...
(java-mode-abbrev-table, pike-mode-abbrev-table):
Mark all the predefined abbrevs as "system" abbrevs.
2001-12-28 22:16:42 +00:00
Sam Steingold
9714ec23e4
(c-submit-bug-report): Make sure that the arguments to `insert' are strings.
2001-11-26 21:15:29 +00:00
Eli Zaretskii
6d28be1ddd
Bind c-electric-delete-forward to C-d and c-electric-backspace to DEL.
2001-05-04 10:02:56 +00:00
Gerd Moellmann
130c507e58
Update to version 5.28.
2001-03-21 12:59:36 +00:00
Dave Love
e7cff5504b
Fix copyright years.
2000-12-06 20:24:23 +00:00
Gerd Moellmann
91b807c9ff
(c-initialize-cc-mode): Handling of obsolete
...
variables moved here.
(java-mode): Use c-append-paragraph-start to
initialize paragraph-start for javadoc markup.
2000-07-24 11:10:33 +00:00
Gerd Moellmann
51f606dea8
Installed version 5.26
1999-12-12 18:24:19 +00:00
Barry A. Warsaw
0ec8351b95
Installed CC Mode 5.25.
1999-02-08 16:53:18 +00:00
Richard M. Stallman
e5caa08e54
(c-initialize-cc-mode): Moved require's to top level.
...
(c-initialize-on-load): Variable removed.
1998-03-08 06:52:23 +00:00
Richard M. Stallman
77e31a8d08
(c-mode, c++-mode, objc-mode, java-mode): Set
...
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.
1998-02-17 07:11:40 +00:00
Dave Love
c0b08eb017
Use imenu-case-fold-search.
1997-12-12 17:10:08 +00:00
Karl Heuer
c2efc1d098
(c-submit-bug-report): Remove
...
c-recognize-knr-p. Add c-comment-continuation-stars.
1997-10-23 07:49:25 +00:00
Karl Heuer
dc2b4c5f0f
(objc-mode): Bind imenu-create-index-function
...
to cc-imenu-objc-function to enable Imenu support for Objective-C.
Contributed by Masatake (jet) YAMATO.
1997-10-23 07:31:46 +00:00
Richard M. Stallman
f4a344bae3
(c-version): Updated.
1997-09-08 03:24:01 +00:00
Richard M. Stallman
07092cb12c
(c-buffer-is-cc-mode): Definition moved here from cc-vars.el.
...
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.
1997-08-16 03:41:39 +00:00
Richard M. Stallman
611c76a75c
(c-initialize-cc-mode): Set c-buffer-is-cc-mode to t.
...
(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.
1997-08-11 22:11:27 +00:00
Richard M. Stallman
aac90c529d
(idl-mode): Support for CORBA's IDL language.
...
(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.
1997-08-09 18:31:43 +00:00
Richard M. Stallman
1dad69194a
(c-initialize-cc-mode): New function.
...
(c-mode, c++-mode, objc-mode, java-mode): Call it.
1997-07-18 02:16:22 +00:00
Richard M. Stallman
785eecbbba
Initial revision
1997-07-10 07:54:06 +00:00