summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sh-script.el
Commit message (Expand)AuthorAgeFilesLines
* (sh-leading-keywords) <sh>: Add "!".Andreas Schwab2004-04-241-1/+1
* (sh-font-lock-paren): Add @ in case patterns.Stefan Monnier2004-03-041-2/+2
* (sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins)Eli Zaretskii2004-02-271-18/+6
* (sh-get-indent-info):Richard M. Stallman2003-12-291-1/+2
* (sh-feature): Handle sh-modify like sh-append.Richard M. Stallman2003-10-051-24/+24
* (sh-mode-syntax-table): Add defvar.Richard M. Stallman2003-09-301-0/+4
* (sh-builtins): Add bash `shopt' builtin.Glenn Morris2003-09-251-15/+17
* (sh-mode-default-syntax-table): Renamed from sh-mode-syntax-table.Richard M. Stallman2003-09-221-77/+81
* (sh-font-lock-keywords): Highlight escaped EOLs differently from otherGlenn Morris2003-09-191-1/+2
* (sh-font-lock-keywords): Use something other thanGlenn Morris2003-09-021-1/+2
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (sh-builtins): Add some bash builtins.Glenn Morris2003-08-241-12/+22
* (sh-mode): Don't set mode-class property.Andreas Schwab2003-08-021-3/+0
* (sh-mode-syntax-table): Change syntax of ?, to "_".Andreas Schwab2003-07-211-0/+1
* (sh-font-lock-paren): Add [ and ] to theStefan Monnier2003-07-041-1/+1
* (sh-while-getopts, sh-if, sh-case): Revert part of previous change.Juanma Barranquero2003-06-161-3/+3
* Fix bug in "Options Loop" skeleton for ksh. Add newlines to a few skeletons,Juanma Barranquero2003-06-061-5/+5
* (sh-is-quoted-p): New fun.Stefan Monnier2003-06-011-35/+18
* (sh-here-document-word): Document new treatment of leading "-".Glenn Morris2003-05-271-2/+11
* (sh-mode-map): Don't remapAndreas Schwab2003-02-121-2/+0
* (sh-indent-line): Use indent-line-to.Stefan Monnier2003-01-181-22/+17
* (sh-mode-map): Use command remapping instead ofAndreas Schwab2003-01-121-15/+9
* (sh-set-shell): Make sh-shell-file the default shell.Juanma Barranquero2003-01-101-3/+5
* (sh-mode-syntax-table): Don't make ^LAndreas Schwab2002-10-271-1/+0
* (sh-indent-for-then): Fix typo.Juanma Barranquero2002-10-181-1/+1
* (sh-alias-alist): Use append instead of nconc.Markus Rost2002-10-021-1/+1
* (sh-mark-init): Don't set `occur-buffer'.Juanma Barranquero2002-09-241-12/+8
* (sh-indent-for-fi, sh-indent-for-done): Fix spacing.Juanma Barranquero2002-09-061-3/+3
* (sh-electric-rparen-needed): Remove.Juanma Barranquero2002-06-181-4/+0
* (sh-set-shell): Doc fix.Richard M. Stallman2002-01-221-2/+9
* (various face definitions): Use :weight, not :bold.Richard M. Stallman2001-12-311-2/+2
* (sh-mode): Run sh-mode-hook.Richard M. Stallman2001-12-161-1/+2
* (sh-mode-syntax-table): Function restored.Richard M. Stallman2001-11-211-17/+29
* (sh-mode): Don't use define-derived-mode.Richard M. Stallman2001-11-211-1/+6
* (sh-must-be-shell-mode): Function deleted. All calls deleted.Richard M. Stallman2001-11-181-10/+0
* (sh-must-be-shell-mode): Allow modes derived from sh-mode.Richard M. Stallman2001-11-111-2/+2
* sugar: escape a "{" in the first column to pacify font-lockSam Steingold2001-10-261-1/+1
* (sh-font-lock-close-heredoc): check the args for being non-nilSam Steingold2001-10-261-2/+3
* no functional changes - a preparation for the next patchSam Steingold2001-10-261-47/+48
* (sh-font-lock-syntactic-keywords): Handle here-docs differently.Stefan Monnier2001-10-131-148/+182
* (sh-mark-line): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-1/+4
* (sh-prev-line): Look for sh-heredoc-faceStefan Monnier2001-05-021-7/+6
* (sh-font-lock-heredoc): AllowGerd Moellmann2001-04-301-2/+2
* (sh-indent-line): Add optional PREFIX-ARGGerd Moellmann2001-04-101-2/+3
* (sh-st-symbol): New symbol.Stefan Monnier2001-03-071-10/+6
* (sh-imenu-generic-expression): Fix doc,Dave Love2001-01-091-4/+8
* (sh-mode-syntax-table) <defvar>:Stefan Monnier2000-11-121-54/+46
* (sh-mode-map): Remove bindings forStefan Monnier2000-10-211-408/+79
* Require skeleton and comint whenDave Love2000-10-151-0/+3
* (sh-imenu-generic-expression): Fix.Stefan Monnier2000-10-151-557/+328