summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sh-script.el
Commit message (Expand)AuthorAgeFilesLines
* (sh-mode): Fix bug: Arrange to useThien-Thi Nguyen2006-02-251-19/+21
* (sh-mode): Set shell type based on file name if no other specific basis.Richard M. Stallman2006-02-211-0/+10
* Update copyright for 2006.Nick Roberts2006-02-101-2/+2
* * progmodes/sh-script.el (sh-mode): Add keymap to docstring.Chong Yidong2005-12-181-1/+1
* (sh-font-lock-syntactic-keywords): \ doesn't escape single quotes.Stefan Monnier2005-11-271-0/+2
* (sh-font-lock-paren): Handle continued lines in patterns.Stefan Monnier2005-11-211-1/+5
* Add :link (custom-group-link font-lock-faces) to defgroup.Juri Linkov2005-11-171-0/+1
* (sh-font-lock-syntactic-keywords): Make $@ and $? into sexps.Stefan Monnier2005-10-211-0/+2
* (sh-escaped-line-re): New var.Stefan Monnier2005-10-201-3/+28
* (sh-tmp-file): Use mktemp -t. Finish support for es and rc shells.Richard M. Stallman2005-10-111-13/+5
* (sh-tmp-file): Use mktemp.Richard M. Stallman2005-10-101-5/+13
* (sh-blink): Fix spurious reference to variable `message'.Juanma Barranquero2005-09-191-1/+1
* Message format fixes, commit no. 3Deepak Goel2005-09-181-7/+7
* (sh-skeleton-pair-default-alist): New var.Richard M. Stallman2005-09-091-1/+6
* (font-lock-comment-face, font-lock-set-defaults, font-lock-string-face):Juanma Barranquero2005-08-301-0/+3
* (sh-font-lock-keywords-var): Variable renamed from sh-font-lock-keywords.Richard M. Stallman2005-08-151-41/+45
* (sh-get-indent-info): Only indent a continuation line if SPC or TAB precedes \.Stefan Monnier2005-07-131-17/+21
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (sh, sh-script): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-3/+3
* (sh-get-kw): `&' also separates words.Glenn Morris2005-06-301-1/+1
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-414Miles Bader2005-06-141-2/+4
* * progmodes/ada-mode.el (ada-mode):Lute Kamstra2005-05-261-1/+1
* (sh-mode, sh-get-word): Minor regexp fixes.Stefan Monnier2005-05-201-2/+2
* More doc usage fixes.Richard M. Stallman2005-05-141-4/+4
* Many doc usage fixes.Richard M. Stallman2005-05-141-30/+30
* (sh-mode-default-syntax-table): Set theDan Nicolaescu2005-05-111-0/+4
* (sh-indent-for-do): Default to 0.Richard M. Stallman2005-05-101-1/+1
* (sh-font-lock-keywords): Use font-lock-negation-char-face.Daniel Pfeiffer2005-05-051-1/+3
* (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