aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* (makefile-browser-fill, makefile-browser-toggle):Richard M. Stallman1994-02-071-34/+32
* (c-macro-expand): Check inhibit-read-only.Richard M. Stallman1994-02-071-2/+2
* Properly check in the total rewrite installed months ago.Richard M. Stallman1994-02-071-80/+427
* (indent-c-exp): If line starts with }, ignore whatRichard M. Stallman1994-02-071-21/+23
* Comment change.Richard M. Stallman1994-02-061-1/+1
* (c-fill-paragraph): Delete extraneous close paren.Karl Heuer1994-02-031-1/+1
* Many doc fixes.Richard M. Stallman1994-02-011-726/+1143
* (calculate-fortran-indent): HandleRichard M. Stallman1994-02-011-12/+27
* (visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT whenRoland McGrath1994-01-311-49/+49
* (c-fill-paragraph): Handle C++ mode.Richard M. Stallman1994-01-291-110/+153
* (compilation-error-regexp-alist): Handle DEC AXP OSF/1.Richard M. Stallman1994-01-191-1/+3
* (copmilation-error-list): Doc fix.Roland McGrath1994-01-161-6/+5
* (compilation-error-regexp-alist): Add regexp for Lucid lcc.Roland McGrath1994-01-161-23/+43
* Change defconsts to defvars. Doc fixes.Richard M. Stallman1994-01-141-25/+27
* (hif-tokenize): Handle // comments after #if.Richard M. Stallman1994-01-111-0/+5
* (c-indent-region): Keep looping till reach endmark.Richard M. Stallman1994-01-091-29/+31
* Comment fix.Richard M. Stallman1994-01-091-2/+0
* (compilation-parse-errors): Prepend comint-file-name-prefix (if boundp) toRoland McGrath1994-01-061-4/+19
* (compilation-buffer-p): Move defsubst before all callers.Roland McGrath1994-01-061-29/+65
* (makefile-mode): Make comment-start, comment-end,Richard M. Stallman1994-01-061-1/+4
* (compile-internal): Extended to work without asynchronous subprocesses.Richard M. Stallman1994-01-061-7/+14
* Fix typo in previous change.Richard M. Stallman1994-01-031-1/+1
* More menu bar commands.Richard M. Stallman1994-01-031-0/+6
* (c-mode-map): Add menu bar menu.Richard M. Stallman1994-01-021-19/+39
* (compilation-read-command, compilation-ask-about-save): New variables.Richard M. Stallman1994-01-011-4/+15
* (awk-mode-syntax-table): Was mistakenly changingRichard M. Stallman1993-12-241-3/+3
* (makefile-ignored-files-in-pickup-regex): Supply missing \\.Richard M. Stallman1993-12-231-3/+3
* (c-delete-backslash): Do nothing if empty line.Richard M. Stallman1993-12-231-4/+6
* (inferior-lisp-prompt): Don't match more than one line.Richard M. Stallman1993-12-231-2/+2
* (c++-indent-line, calculate-c++-indent):Richard M. Stallman1993-12-231-7/+7
* (visit-tags-table-buffer): Change "Add to list" question.Richard M. Stallman1993-12-231-3/+3
* (asm-mode): Don't mess with auto-fill mode.Richard M. Stallman1993-12-231-1/+0
* (awk-mode): Use c-indent-line.Richard M. Stallman1993-12-231-1/+1
* (grep-command): New variable.Richard M. Stallman1993-12-231-3/+5
* (compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp toRoland McGrath1993-12-091-1/+3
* (tags-add-tables): New variable.Richard M. Stallman1993-11-251-6/+12
* (c-indent-region): As first thing, advance to a nonblank line.Richard M. Stallman1993-11-231-0/+3
* (c-indent-region): Don't goto-char sexpend if it's nil.Richard M. Stallman1993-11-231-5/+7
* (inferior-lisp-proc): Clean up error message.Richard M. Stallman1993-11-221-1/+1
* (tags-complete-tag): Bind enable-recursive-minibuffers to t.Richard M. Stallman1993-11-201-1/+3
* (calculate-fortran-indent): Fixup regexp for where statements.Richard M. Stallman1993-11-181-3/+3
* Comment change.Richard M. Stallman1993-11-111-0/+7
* (c-indent-region): When looking for a sexp that endsRichard M. Stallman1993-11-111-3/+9
* (etags-list-tags): Return t if found the file.Richard M. Stallman1993-11-091-7/+10
* Initial revisionRichard M. Stallman1993-11-081-0/+980
* (list-tags): Fix completing-read call interactive spec; TABLE and PREDICATERoland McGrath1993-10-181-2/+5
* (compile-internal): Back out jimb change of making buffer read-only. ItBrian Fox1993-09-211-2/+2
* (tag-exact-match-p): Return true if TAG is the explicit tag name.Roland McGrath1993-09-061-4/+8
* Fix version in comment.Richard M. Stallman1993-09-061-1/+1
* Doc fixes.Richard M. Stallman1993-09-061-52/+52