| Commit message (Expand) | Author | Age | Files | Lines |
* | (sh-leading-keywords) <sh>: Add "!". | Andreas Schwab | 2004-04-24 | 1 | -1/+1 |
* | (sh-font-lock-paren): Add @ in case patterns. | Stefan Monnier | 2004-03-04 | 1 | -2/+2 |
* | (sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins) | Eli Zaretskii | 2004-02-27 | 1 | -18/+6 |
* | (sh-get-indent-info): | Richard M. Stallman | 2003-12-29 | 1 | -1/+2 |
* | (sh-feature): Handle sh-modify like sh-append. | Richard M. Stallman | 2003-10-05 | 1 | -24/+24 |
* | (sh-mode-syntax-table): Add defvar. | Richard M. Stallman | 2003-09-30 | 1 | -0/+4 |
* | (sh-builtins): Add bash `shopt' builtin. | Glenn Morris | 2003-09-25 | 1 | -15/+17 |
* | (sh-mode-default-syntax-table): Renamed from sh-mode-syntax-table. | Richard M. Stallman | 2003-09-22 | 1 | -77/+81 |
* | (sh-font-lock-keywords): Highlight escaped EOLs differently from other | Glenn Morris | 2003-09-19 | 1 | -1/+2 |
* | (sh-font-lock-keywords): Use something other than | Glenn Morris | 2003-09-02 | 1 | -1/+2 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | (sh-builtins): Add some bash builtins. | Glenn Morris | 2003-08-24 | 1 | -12/+22 |
* | (sh-mode): Don't set mode-class property. | Andreas Schwab | 2003-08-02 | 1 | -3/+0 |
* | (sh-mode-syntax-table): Change syntax of ?, to "_". | Andreas Schwab | 2003-07-21 | 1 | -0/+1 |
* | (sh-font-lock-paren): Add [ and ] to the | Stefan Monnier | 2003-07-04 | 1 | -1/+1 |
* | (sh-while-getopts, sh-if, sh-case): Revert part of previous change. | Juanma Barranquero | 2003-06-16 | 1 | -3/+3 |
* | Fix bug in "Options Loop" skeleton for ksh. Add newlines to a few skeletons, | Juanma Barranquero | 2003-06-06 | 1 | -5/+5 |
* | (sh-is-quoted-p): New fun. | Stefan Monnier | 2003-06-01 | 1 | -35/+18 |
* | (sh-here-document-word): Document new treatment of leading "-". | Glenn Morris | 2003-05-27 | 1 | -2/+11 |
* | (sh-mode-map): Don't remap | Andreas Schwab | 2003-02-12 | 1 | -2/+0 |
* | (sh-indent-line): Use indent-line-to. | Stefan Monnier | 2003-01-18 | 1 | -22/+17 |
* | (sh-mode-map): Use command remapping instead of | Andreas Schwab | 2003-01-12 | 1 | -15/+9 |
* | (sh-set-shell): Make sh-shell-file the default shell. | Juanma Barranquero | 2003-01-10 | 1 | -3/+5 |
* | (sh-mode-syntax-table): Don't make ^L | Andreas Schwab | 2002-10-27 | 1 | -1/+0 |
* | (sh-indent-for-then): Fix typo. | Juanma Barranquero | 2002-10-18 | 1 | -1/+1 |
* | (sh-alias-alist): Use append instead of nconc. | Markus Rost | 2002-10-02 | 1 | -1/+1 |
* | (sh-mark-init): Don't set `occur-buffer'. | Juanma Barranquero | 2002-09-24 | 1 | -12/+8 |
* | (sh-indent-for-fi, sh-indent-for-done): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -3/+3 |
* | (sh-electric-rparen-needed): Remove. | Juanma Barranquero | 2002-06-18 | 1 | -4/+0 |
* | (sh-set-shell): Doc fix. | Richard M. Stallman | 2002-01-22 | 1 | -2/+9 |
* | (various face definitions): Use :weight, not :bold. | Richard M. Stallman | 2001-12-31 | 1 | -2/+2 |
* | (sh-mode): Run sh-mode-hook. | Richard M. Stallman | 2001-12-16 | 1 | -1/+2 |
* | (sh-mode-syntax-table): Function restored. | Richard M. Stallman | 2001-11-21 | 1 | -17/+29 |
* | (sh-mode): Don't use define-derived-mode. | Richard M. Stallman | 2001-11-21 | 1 | -1/+6 |
* | (sh-must-be-shell-mode): Function deleted. All calls deleted. | Richard M. Stallman | 2001-11-18 | 1 | -10/+0 |
* | (sh-must-be-shell-mode): Allow modes derived from sh-mode. | Richard M. Stallman | 2001-11-11 | 1 | -2/+2 |
* | sugar: escape a "{" in the first column to pacify font-lock | Sam Steingold | 2001-10-26 | 1 | -1/+1 |
* | (sh-font-lock-close-heredoc): check the args for being non-nil | Sam Steingold | 2001-10-26 | 1 | -2/+3 |
* | no functional changes - a preparation for the next patch | Sam Steingold | 2001-10-26 | 1 | -47/+48 |
* | (sh-font-lock-syntactic-keywords): Handle here-docs differently. | Stefan Monnier | 2001-10-13 | 1 | -148/+182 |
* | (sh-mark-line): Add help-echo to mouse-highlighted text. | Eli Zaretskii | 2001-06-17 | 1 | -1/+4 |
* | (sh-prev-line): Look for sh-heredoc-face | Stefan Monnier | 2001-05-02 | 1 | -7/+6 |
* | (sh-font-lock-heredoc): Allow | Gerd Moellmann | 2001-04-30 | 1 | -2/+2 |
* | (sh-indent-line): Add optional PREFIX-ARG | Gerd Moellmann | 2001-04-10 | 1 | -2/+3 |
* | (sh-st-symbol): New symbol. | Stefan Monnier | 2001-03-07 | 1 | -10/+6 |
* | (sh-imenu-generic-expression): Fix doc, | Dave Love | 2001-01-09 | 1 | -4/+8 |
* | (sh-mode-syntax-table) <defvar>: | Stefan Monnier | 2000-11-12 | 1 | -54/+46 |
* | (sh-mode-map): Remove bindings for | Stefan Monnier | 2000-10-21 | 1 | -408/+79 |
* | Require skeleton and comint when | Dave Love | 2000-10-15 | 1 | -0/+3 |
* | (sh-imenu-generic-expression): Fix. | Stefan Monnier | 2000-10-15 | 1 | -557/+328 |