aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sh-script.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* (sh-here-document-word): Make it a defcustom. Doc fix.Glenn Morris2005-04-131-17/+30
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-1/+4
* (sh-builtins) <bash>: Add `caller'.Glenn Morris2005-04-051-2/+6
* * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,Werner LEMBERG2005-03-251-1/+1
* (sh-here-doc-open-re): Don't allow `|' or otherStefan Monnier2005-01-181-3/+3
* (sh-mode-map): Bind C-c C-\.Richard M. Stallman2005-01-151-0/+82
* (sh-require-final-newline):Richard M. Stallman2004-12-311-5/+4
* (sh-indent-for-then): Change default.Richard M. Stallman2004-12-051-1/+1
* (sh-mode-default-syntax-table): Set syntax of = to "." (punctuation).Richard M. Stallman2004-09-201-0/+1
* (sh-set-shell): Use sh-mode-abbrev-table.Richard M. Stallman2004-08-161-1/+6
* (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