| Commit message (Expand) | Author | Age | Files | Lines |
| * | (sh-font-lock-keywords): Fontify sh-style function names in declarations. | Richard M. Stallman | 1998-02-15 | 1 | -1/+6 |
| * | (sh-set-shell): Use standard-syntax-table if none other is specified. | Richard M. Stallman | 1998-02-11 | 1 | -1/+2 |
| * | (sh-case): Fix paren error. | Richard M. Stallman | 1998-01-26 | 1 | -33/+33 |
| * | Use imenu-case-fold-search. | Dave Love | 1997-12-12 | 1 | -0/+1 |
| * | Deal with `#'s in variable references. | Simon Marshall | 1997-12-04 | 1 | -1/+8 |
| * | (sh-imenu-generic-expression): New variable. | Karl Heuer | 1997-12-04 | 1 | -0/+15 |
| * | (sh-mode): Set `comment-start-skip' always. | Dave Love | 1997-11-30 | 1 | -3/+6 |
| * | (sh-indent-line): Delete debugging code. | Richard M. Stallman | 1997-08-27 | 1 | -1/+0 |
| * | (sh-indent-line): Avoid infinite loop | Richard M. Stallman | 1997-08-23 | 1 | -2/+5 |
| * | Whitespace change. | Richard M. Stallman | 1997-06-22 | 1 | -0/+1 |
| * | Update for syntax-table text properties. | Simon Marshall | 1997-05-29 | 1 | -12/+12 |
| * | (sh-case): Make this a simple define-skeleton | Richard M. Stallman | 1997-04-22 | 1 | -46/+36 |
| * | Remove all menu-enable properties except for sh-case. | Richard M. Stallman | 1997-04-17 | 1 | -3/+3 |
| * | (sh-while-getopts): Don't add menu-enable property. | Richard M. Stallman | 1997-04-15 | 1 | -1/+0 |
| * | Add defgroup's; change use defcustom for user vars. | Richard M. Stallman | 1997-04-12 | 1 | -29/+95 |
| * | (sh-mode): Set font-lock-comment-start-regexp via font-lock-defaults. | Richard M. Stallman | 1997-04-10 | 1 | -6/+9 |
| * | (sh-set-shell): If file has no #! line, | Richard M. Stallman | 1997-03-30 | 1 | -1/+4 |
| * | (sh-case): Define with defun and defvar | Richard M. Stallman | 1997-03-22 | 1 | -39/+46 |
| * | (sh-mode-hook, sh-set-shell-hook): Add defvars. | Karl Heuer | 1997-02-23 | 1 | -0/+6 |
| * | (sh-shell-file): Downcase and remove extension on shells in NT. | Richard M. Stallman | 1997-01-07 | 1 | -3/+3 |
| * | (sh-shell-file): On MSDOS, collapse $SHELL to lower | Richard M. Stallman | 1997-01-02 | 1 | -8/+16 |
| * | (sh-set-shell): Pass args no-query-flag | Richard M. Stallman | 1996-11-09 | 1 | -10/+19 |
| * | (sh-mode-syntax-table): Turn on comment syntax for #, | Richard M. Stallman | 1996-11-07 | 1 | -36/+14 |
| * | (sh-mode): Set `comment-start-skip'; otherwise | Richard M. Stallman | 1996-11-07 | 1 | -0/+1 |
| * | Use new face. | Simon Marshall | 1996-10-28 | 1 | -1/+1 |
| * | (sh-mode): Don't make font-lock-keywords buffer-local. | Richard M. Stallman | 1996-10-26 | 1 | -1/+0 |
| * | (sh-alias-alist): Use gnu/linux, not lignux. | Richard M. Stallman | 1996-08-28 | 1 | -1/+1 |
| * | (sh-mode): Call sh-set-shell only for a writable | Karl Heuer | 1996-07-15 | 1 | -4/+3 |
| * | (sh-while-getopts): Punctuate help message better. | Richard M. Stallman | 1996-04-15 | 1 | -3/+3 |
| * | (sh-alias-alist): Recognize lignux. | Richard M. Stallman | 1996-03-27 | 1 | -1/+1 |
| * | (sh-shell-arg): Add no options for bash, ksh, or wksh. | Richard M. Stallman | 1996-03-27 | 1 | -4/+7 |
| * | (sh-shell-arg): Don't add any options for bash, ksh. | Richard M. Stallman | 1996-03-25 | 1 | -2/+5 |
| * | (sh-font-lock-keywords): Highlight \ only with non-alphanumeric char. | Richard M. Stallman | 1996-03-20 | 1 | -1/+1 |
| * | (sh-shell-variables-initialized): New variable. | Richard M. Stallman | 1996-01-29 | 1 | -11/+52 |
| * | (sh-mode): Add autoload cookie. | Erik Naggum | 1996-01-19 | 1 | -0/+2 |
| * | (sh-indent-line): Cope if no previous noncomment line. | Richard M. Stallman | 1996-01-17 | 1 | -5/+6 |
| * | (sh-shell-variables): New variable. | Richard M. Stallman | 1996-01-17 | 1 | -7/+15 |
| * | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+4 |
| * | (sh-mode): Don't move point. | Richard M. Stallman | 1996-01-11 | 1 | -16/+16 |
| * | (sh-alias-alist): Don't map sh to bash. | Karl Heuer | 1996-01-09 | 1 | -74/+79 |
| * | (interpreter-mode-alist, auto-mode-alist): Don't alter this here. | Richard M. Stallman | 1996-01-05 | 1 | -33/+0 |
| * | (sh-mode-syntax-table): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -2/+2 |
| * | Provide sh-script. | Karl Heuer | 1995-12-13 | 1 | -0/+1 |
| * | (sh-mode-map): Make the code more legible. | Karl Heuer | 1995-12-13 | 1 | -34/+28 |
| * | (sh-mode): Remove ! in column 1. | Erik Naggum | 1995-11-11 | 1 | -1/+1 |
| * | (sh-mode): as above. Use page-delimiter rather than literal "^L". | Richard M. Stallman | 1995-11-11 | 1 | -1/+1 |
| * | (sh-mode-map): Put sh-execute-region on C-M-x. | Richard M. Stallman | 1995-11-10 | 1 | -2/+2 |
| * | (sh-shells): Eliminated variable redundant with | Karl Heuer | 1995-11-03 | 1 | -99/+143 |
| * | (sh-remember-variable): Set variable to empty string, | Karl Heuer | 1995-11-03 | 1 | -1/+1 |
| * | (sh-newline-and-indent): Don't interpret prefix arg | Karl Heuer | 1995-08-19 | 1 | -16/+15 |