summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* (sh-alias-alist): Recognize lignux.Richard M. Stallman1996-03-271-1/+1
* (sh-shell-arg): Add no options for bash, ksh, or wksh.Richard M. Stallman1996-03-271-4/+7
* (sh-shell-arg): Don't add any options for bash, ksh.Richard M. Stallman1996-03-251-2/+5
* (tcl-using-emacs-19): Work with XEmacs 20.0. From Ben Wing.Tom Tromey1996-03-231-5/+10
* (switch-to-lisp): Sometimes turn on pop-up-frames.Richard M. Stallman1996-03-221-1/+6
* (indent-c++-exp): Use calculate-c-indent-after-brace.Richard M. Stallman1996-03-211-1/+3
* (sh-font-lock-keywords): Highlight \ only with non-alphanumeric char.Richard M. Stallman1996-03-201-1/+1
* (compilation-find-buffer): Only choose compilation-last-buffer if it isRoland McGrath1996-03-141-0/+1
* (pascal-declaration-end): Now locates the end of a parameterlist correctly.Richard M. Stallman1996-03-071-6/+13
* Comment change.Richard M. Stallman1996-03-022-3/+3
* (compilation-parse-errors):Richard M. Stallman1996-03-011-26/+8
* Comment change.Richard M. Stallman1996-03-011-7/+21
* (makefile-runtime-macros-list): Add + to the list.Richard M. Stallman1996-02-261-1/+1
* (compilation-minor-mode): Add missing `)'.Erik Naggum1996-02-221-1/+1
* (perl-imenu-generic-expression): Recognize packages.Karl Heuer1996-02-211-0/+1
* (c++-mode-syntax-table): Don't use c-mode-syntax-table.Karl Heuer1996-02-211-1/+13
* (compilation-minor-mode): Run compilation-minor-mode-hook.Roland McGrath1996-02-211-2/+5
* Added provide.Roland McGrath1996-02-211-20/+22
* (compilation-parse-errors): Detect doubled slashes in file names matchedRoland McGrath1996-02-131-0/+26
* (f90-indent-subprogram): Fix message.Karl Heuer1996-02-091-4/+4
* (f90-indent-subprogram, f90-match-end): Pass proper format string to message.Richard M. Stallman1996-02-091-11/+105
* (compilation-filter): Run compilation-filter-hook.Richard M. Stallman1996-02-011-0/+1
* (visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error formatKarl Heuer1996-01-291-3/+6
* (sh-shell-variables-initialized): New variable.Richard M. Stallman1996-01-291-11/+52
* (cpp-parse-error): Fix error format string.Karl Heuer1996-01-291-1/+1
* (ada-indent-region, ada-check-matching-start, ada-check-defun-name): Fix errorKarl Heuer1996-01-291-14/+5
* (c-macro-preprocessor): Define a preprocessor nameRichard M. Stallman1996-01-291-10/+27
* (makefile-font-lock-keywords): Improve highlightingRichard M. Stallman1996-01-261-2/+2
* Support for Font Lock mode.Simon Marshall1996-01-251-19/+64
* (ada-adjust-case-region, ada-indent-region): Delete format call inside message.Karl Heuer1996-01-251-3/+3
* (simula-electric-keyword): Pass proper format string to message.Karl Heuer1996-01-251-3/+2
* (makefile-browser-toggle): Use delete-region, not kill-line.Richard M. Stallman1996-01-241-2/+2
* (compilation-handle-exit): Undo previous change.Karl Heuer1996-01-231-7/+2
* (compilation-handle-exit): If process-status doesn'tKarl Heuer1996-01-211-1/+4
* (sh-mode): Add autoload cookie.Erik Naggum1996-01-191-0/+2
* (sh-indent-line): Cope if no previous noncomment line.Richard M. Stallman1996-01-171-5/+6
* (makefile-mode): Fix criterion for calling makefile-define-space-face.Richard M. Stallman1996-01-171-1/+1
* (sh-shell-variables): New variable.Richard M. Stallman1996-01-171-7/+15
* Update comment preamble.Erik Naggum1996-01-151-6/+7
* Update FSF's address.Erik Naggum1996-01-1423-293/+323
* Many doc fixes.Richard M. Stallman1996-01-121-29/+30
* (sh-mode): Don't move point.Richard M. Stallman1996-01-111-16/+16
* (sh-alias-alist): Don't map sh to bash.Karl Heuer1996-01-091-74/+79
* (makefile-space-face): Don't work onKarl Heuer1996-01-091-1/+2
* (executable-find): Renamed from `executable'.Karl Heuer1996-01-091-42/+45
* (compilation-error-regexp-alist, grep-regexp-alistRoland McGrath1996-01-061-9/+11
* Mon Nov 6 18:01:01 1995 Dave Love <d.love@dl.ac.uk>Roland McGrath1996-01-061-0/+6
* (compilation-error-regexp-alist): Broaden GNAT regexp to match column numbers.Roland McGrath1996-01-061-4/+4
* (compilation-error-regexp-alist): Add regexp for IBM AIX xlc compiler.Roland McGrath1996-01-061-0/+3
* (compilation-handle-exit): New function, broken out of compilation-sentinel.Roland McGrath1996-01-061-70/+65