summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* (inferior-lisp-mode-map): Use copy-keymap.Richard M. Stallman1994-03-021-1/+1
* (makefile-mode): Set local-write-file-hooks, not write-file-hooks.Richard M. Stallman1994-03-021-18/+43
* (tags-add-tables): Change default value to 'ask-user; update doc.Roland McGrath1994-03-021-7/+10
* (pascal-sub-block-re): Recognize for and with.Richard M. Stallman1994-03-011-1/+1
* (c-macro-display-buffer): Delete special view-mode hack.Richard M. Stallman1994-02-251-33/+22
* (c-mode): Set outline-regexp and outline-level.Richard M. Stallman1994-02-241-0/+9
* (copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp toRoland McGrath1994-02-171-1/+1
* (c++-mode): Set parse-sexp-ignore-comments to t.Richard M. Stallman1994-02-161-1/+1
* (perl-mode): Set parse-sexp-ignore-comments.Richard M. Stallman1994-02-121-1/+1
* (etags-goto-tag-location): First go directly to STARTPOS and see if PAT isRoland McGrath1994-02-111-0/+8
* (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