summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* (icon-tab-always-indent): Fix customize type.Richard M. Stallman1997-09-091-1/+1
* (hs-minor-mode-hook): Fix customize type.Richard M. Stallman1997-09-091-1/+1
* (f90-break-before-delimiters): Fix customize type.Richard M. Stallman1997-09-091-1/+1
* (executable-chmod): Fix customize type.Richard M. Stallman1997-09-091-1/+2
* Comment change.Richard M. Stallman1997-09-085-5/+5
* (c-version): Updated.Richard M. Stallman1997-09-081-2/+2
* (c-style-alist) <python>:, knr-argdecl-intro == +Richard M. Stallman1997-09-081-2/+7
* (c-end-of-statement-1): Wrap backward-up-list in a c-safe call so noRichard M. Stallman1997-09-081-8/+10
* (c-mode-base-map): Don't define C-c C-e here.Richard M. Stallman1997-09-081-9/+10
* (c-beginning-of-statement): Fixes in sentence movement to properlyRichard M. Stallman1997-09-081-25/+36
* (simula-emacs-features): Treat Emacs 20 like Emacs 19.Richard M. Stallman1997-09-071-1/+1
* (m4-mode): Add autoload cookie.Richard M. Stallman1997-09-061-10/+2
* (compilation-ask-about-save): Add autoload cookie.Richard M. Stallman1997-09-051-0/+1
* (find-tag-tag): Pass default to completing-read.Richard M. Stallman1997-09-031-1/+2
* (compilation-error-regexp-alist): Allow spaces in file names for Microsoft C;Richard M. Stallman1997-08-291-1/+5
* (sh-indent-line): Delete debugging code.Richard M. Stallman1997-08-271-1/+0
* (c-macro-expand): Add autoload cookie.Richard M. Stallman1997-08-251-0/+1
* (hif-greater, hif-less, hif-greater-equal)Richard M. Stallman1997-08-251-4/+20
* (sh-indent-line): Avoid infinite loopRichard M. Stallman1997-08-231-2/+5
* Comment change.Richard M. Stallman1997-08-164-4/+4
* (c-double-slash-is-comments-p): Remove obsolete variable.Richard M. Stallman1997-08-161-5/+1
* (c-buffer-is-cc-mode): Definition moved here from cc-vars.el.Richard M. Stallman1997-08-161-6/+11
* (c-buffer-is-cc-mode): Definition moved to cc-mode.elRichard M. Stallman1997-08-161-8/+1
* (c-comment-line-break-function): In this function, and the defadvice,Richard M. Stallman1997-08-161-6/+7
* (c-end-of-statement-1): Eliminate false hits on important charactersRichard M. Stallman1997-08-161-9/+15
* (c-style-alist): "python" style requires c-comment-continuation-stars be "".Richard M. Stallman1997-08-161-1/+2
* (tags-verify-table): Obey revert-without-query.Richard M. Stallman1997-08-151-6/+16
* (compilation-error-regexp-alist): New regexp for Caml.Richard M. Stallman1997-08-141-2/+4
* (c-style-alist) <gnu>:Richard M. Stallman1997-08-141-0/+2
* (awk-mode): Require cc-mode, not cc-langs.Richard M. Stallman1997-08-121-1/+1
* (c-electric-brace): Make preserve-p nil at BOB.Richard M. Stallman1997-08-111-1/+2
* Comment change.Richard M. Stallman1997-08-113-3/+3
* (c-offsets-alist): Added template-args-cont syntactic symbol.Richard M. Stallman1997-08-111-1/+3
* (c-guess-basic-syntax): CASE 5D.4: template argument continuationRichard M. Stallman1997-08-111-3/+4
* (c-mode-base-map, c++-mode-map):Richard M. Stallman1997-08-111-48/+29
* (c-initialize-cc-mode): Set c-buffer-is-cc-mode to t.Richard M. Stallman1997-08-111-8/+10
* (c-buffer-is-cc-mode): New variable.Richard M. Stallman1997-08-111-1/+20
* (indent-new-comment-line): Add advice for older Emacs versions if theyRichard M. Stallman1997-08-111-9/+52
* (c-lineup-java-throws): Change the `when' clause to an `if-progn'.Richard M. Stallman1997-08-111-4/+5
* (idl-mode-hook): New variable.Richard M. Stallman1997-08-091-1/+13
* (c-styles-alist): In "java" style, setRichard M. Stallman1997-08-091-9/+17
* (idl-mode): Support for CORBA's IDL language.Richard M. Stallman1997-08-091-25/+66
* Comment change.Richard M. Stallman1997-08-095-5/+5
* (c-beginning-of-statement-1): When checking for bare semi, don't matchRichard M. Stallman1997-08-091-2/+4
* (c-symbol-key):Richard M. Stallman1997-08-091-14/+34
* Correct the autoload cookies.Richard M. Stallman1997-08-091-4/+4
* (c-set-offset): Add autoload cookie.Richard M. Stallman1997-08-071-0/+1
* (compilation-parse-errors): Fix previous change.Richard M. Stallman1997-08-061-1/+1
* (compilation-error-regexp-alist): Make theRichard M. Stallman1997-08-051-1/+1
* (pascal-mode-syntax-table): _ is now a symbol constituent.Richard M. Stallman1997-08-041-31/+33