aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sh-script.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (sh-search-word): Remove call toGerd Moellmann2000-09-191-1/+0
* (sh-search-word): Rewritten forGerd Moellmann2000-09-191-29/+77
* Big bag of typos.Stefan Monnier2000-08-181-103/+101
* (sh-while-getopts): Fix handling ofGerd Moellmann2000-06-211-1/+1
* (sh-symbol-list, sh-number-or-symbol-list)Stefan Monnier2000-06-051-145/+139
* (sh-ancestor-alist): Add `bash2'.Gerd Moellmann2000-05-231-0/+2
* (sh-while-getopts) <sh>: Handle case thatGerd Moellmann2000-05-151-1/+2
* (sh-mode): Don't call sh-set-shellGerd Moellmann1999-12-221-1/+1
* Fix typo.Gerd Moellmann1999-12-161-1/+1
* (sh-mode): If there is no #!-line, use the shellGerd Moellmann1999-12-161-6/+1
* Fix for when font-lock mode is active.Gerd Moellmann1999-12-121-0/+14
* Added support for indenting existing scripts.Gerd Moellmann1999-10-121-103/+2599
* (sh-tmp-file): Use $TMPDIR, if defined, for sh.Eli Zaretskii1999-09-061-2/+2
* (sh-feature): If nothing is known about the given shell, use theRichard M. Stallman1999-07-011-0/+4
* (sh-mode): When setting syntaxKarl Heuer1999-06-291-1/+2
* (sh-mode): Do not fail if buffer has noKarl Heuer1999-05-151-2/+3
* Update comment.Karl Heuer1998-12-141-1/+1
* (sh-canonicalize-shell): Fix regexp.Andreas Schwab1998-10-301-2/+2
* (sh-font-lock-keywords): Don't crash for an unrecognized shell.Richard M. Stallman1998-10-211-5/+6
* (sh-mode): Handle .spec and .mspec files.Richard M. Stallman1998-10-201-4/+11
* (sh-set-shell): Remove .exe suffix from shell name.Richard M. Stallman1998-09-281-5/+9