]> code.delx.au - gnu-emacs/history - lisp/progmodes/sh-script.el
(calendar-dst-check-each-year-flag): Avoid
[gnu-emacs] / lisp / progmodes / sh-script.el
2006-10-10 Stefan Monnier(sh-get-kw): | is not among the allowed chars for a...
2006-10-04 Stefan Monnier(sh-prev-thing): Remove (forward-char 1) now
2006-10-03 Stefan Monnier(sh-prev-thing): Massage to untangle the
2006-10-02 Eli Zaretskii(sh-prev-thing): Fix last change.
2006-09-30 Eli Zaretskii(sh-prev-thing): Take `sh-leading-keywords' into account.
2006-08-08 Stefan Monnier(sh-quoted-subshell): Make sure we don't mistake a...
2006-07-20 Stefan Monnier(sh-quoted-subshell): Further fix last change.
2006-07-19 Stefan Monnier(sh-quoted-subshell): Fix last change.
2006-07-18 Stefan Monnier(sh-font-lock-keywords-1): Revert inadvertently install...
2006-07-17 Stefan Monnier(sh-quoted-subshell): Don't match escaped `. Use ...
2006-06-03 Eli Zaretskii(sh-quoted-exec): New face for quoted exec constructs...
2006-05-21 Roland Winkler(sh-mode): Use skeleton-pair-filter-function.
2006-05-21 Roland Winkler(sh-mode): Use skeleton-filter-function.
2006-04-20 Dan Nicolaescu(sh-shell): Mark as safe.
2006-02-25 Thien-Thi Nguyen(sh-mode): Fix bug: Arrange to use
2006-02-21 Richard M. Stallman(sh-mode): Set shell type based on file name if no...
2006-02-10 Nick RobertsUpdate copyright for 2006.
2005-12-18 Chong Yidong* progmodes/sh-script.el (sh-mode): Add keymap to docst...
2005-11-27 Stefan Monnier(sh-font-lock-syntactic-keywords): \ doesn't escape...
2005-11-21 Stefan Monnier(sh-font-lock-paren): Handle continued lines in patterns.
2005-11-17 Juri LinkovAdd :link (custom-group-link font-lock-faces) to defgroup.
2005-10-21 Stefan Monnier(sh-font-lock-syntactic-keywords): Make $@ and $? into...
2005-10-20 Stefan Monnier(sh-escaped-line-re): New var.
2005-10-11 Richard M. Stallman(sh-tmp-file): Use mktemp -t. Finish support for es...
2005-10-10 Richard M. Stallman(sh-tmp-file): Use mktemp.
2005-09-19 Juanma Barranquero(sh-blink): Fix spurious reference to variable `message'.
2005-09-18 Deepak GoelMessage format fixes, commit no. 3
2005-09-09 Richard M. Stallman(sh-skeleton-pair-default-alist): New var.
2005-08-30 Juanma Barranquero(font-lock-comment-face, font-lock-set-defaults, font...
2005-08-15 Richard M. Stallman(sh-font-lock-keywords-var): Variable renamed from...
2005-07-13 Stefan Monnier(sh-get-indent-info): Only indent a continuation line...
2005-07-04 Lute KamstraUpdate FSF's address.
2005-07-04 Juanma Barranquero(sh, sh-script): Finish `defgroup' description with...
2005-06-30 Glenn Morris(sh-get-kw): `&' also separates words.
2005-06-14 Miles BaderRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk...
2005-05-26 Lute Kamstra* progmodes/ada-mode.el (ada-mode):
2005-05-20 Stefan Monnier(sh-mode, sh-get-word): Minor regexp fixes.
2005-05-14 Richard M. StallmanMore doc usage fixes.
2005-05-14 Richard M. StallmanMany doc usage fixes.
2005-05-11 Dan Nicolaescu(sh-mode-default-syntax-table): Set the
2005-05-10 Richard M. Stallman(sh-indent-for-do): Default to 0.
2005-05-05 Daniel Pfeiffer(sh-font-lock-keywords): Use font-lock-negation-char...
2005-04-13 Glenn Morris(sh-here-document-word): Make it a defcustom. Doc...
2005-04-08 Dan Nicolaescu* mh-customize.el (mh-speedbar-selected-folder-face...
2005-04-05 Glenn Morris(sh-builtins) <bash>: Add `caller'.
2005-03-25 Werner LEMBERG* progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
2005-01-18 Stefan Monnier(sh-here-doc-open-re): Don't allow `|' or other
2005-01-15 Richard M. Stallman(sh-mode-map): Bind C-c C-\.
2004-12-31 Richard M. Stallman(sh-require-final-newline):
2004-12-05 Richard M. Stallman(sh-indent-for-then): Change default.
2004-09-20 Richard M. Stallman(sh-mode-default-syntax-table): Set syntax of = to...
2004-08-16 Richard M. Stallman(sh-set-shell): Use sh-mode-abbrev-table.
2004-04-24 Andreas Schwab(sh-leading-keywords) <sh>: Add "!".
2004-03-04 Stefan Monnier(sh-font-lock-paren): Add @ in case patterns.
2004-02-27 Eli Zaretskii(sh-shell-arg, sh-require-final-newline, sh-assignment...
2003-12-29 Richard M. Stallman(sh-get-indent-info):
2003-10-05 Richard M. Stallman(sh-feature): Handle sh-modify like sh-append.
2003-09-30 Richard M. Stallman(sh-mode-syntax-table): Add defvar.
2003-09-25 Glenn Morris(sh-builtins): Add bash `shopt' builtin.
2003-09-22 Richard M. Stallman(sh-mode-default-syntax-table): Renamed from sh-mode...
2003-09-19 Glenn Morris(sh-font-lock-keywords): Highlight escaped EOLs differe...
2003-09-02 Glenn Morris(sh-font-lock-keywords): Use something other than
2003-09-01 Miles BaderAdd arch taglines
2003-08-24 Glenn Morris(sh-builtins): Add some bash builtins.
2003-08-02 Andreas Schwab(sh-mode): Don't set mode-class property.
2003-07-21 Andreas Schwab(sh-mode-syntax-table): Change syntax of ?, to "_".
2003-07-04 Stefan Monnier(sh-font-lock-paren): Add [ and ] to the
2003-06-16 Juanma Barranquero(sh-while-getopts, sh-if, sh-case): Revert part of...
2003-06-06 Juanma BarranqueroFix bug in "Options Loop" skeleton for ksh. Add newlin...
2003-06-01 Stefan Monnier(sh-is-quoted-p): New fun.
2003-05-27 Glenn Morris(sh-here-document-word): Document new treatment of...
2003-02-12 Andreas Schwab(sh-mode-map): Don't remap
2003-01-18 Stefan Monnier(sh-indent-line): Use indent-line-to.
2003-01-12 Andreas Schwab(sh-mode-map): Use command remapping instead of
2003-01-10 Juanma Barranquero(sh-set-shell): Make sh-shell-file the default shell.
2002-10-27 Andreas Schwab(sh-mode-syntax-table): Don't make ^L
2002-10-18 Juanma Barranquero(sh-indent-for-then): Fix typo.
2002-10-02 Markus Rost(sh-alias-alist): Use append instead of nconc.
2002-09-24 Juanma Barranquero(sh-mark-init): Don't set `occur-buffer'.
2002-09-06 Juanma Barranquero(sh-indent-for-fi, sh-indent-for-done): Fix spacing.
2002-06-18 Juanma Barranquero(sh-electric-rparen-needed): Remove.
2002-01-22 Richard M. Stallman(sh-set-shell): Doc fix.
2001-12-31 Richard M. Stallman(various face definitions): Use :weight, not :bold.
2001-12-16 Richard M. Stallman(sh-mode): Run sh-mode-hook.
2001-11-21 Richard M. Stallman(sh-mode-syntax-table): Function restored.
2001-11-21 Richard M. Stallman(sh-mode): Don't use define-derived-mode.
2001-11-18 Richard M. Stallman(sh-must-be-shell-mode): Function deleted. All calls...
2001-11-11 Richard M. Stallman(sh-must-be-shell-mode): Allow modes derived from sh...
2001-10-26 Sam Steingoldsugar: escape a "{" in the first column to pacify font...
2001-10-26 Sam Steingold(sh-font-lock-close-heredoc): check the args for being...
2001-10-26 Sam Steingoldno functional changes - a preparation for the next...
2001-10-13 Stefan Monnier(sh-font-lock-syntactic-keywords): Handle here-docs...
2001-06-17 Eli Zaretskii(sh-mark-line): Add help-echo to mouse-highlighted...
2001-05-02 Stefan Monnier(sh-prev-line): Look for sh-heredoc-face
2001-04-30 Gerd Moellmann(sh-font-lock-heredoc): Allow
2001-04-10 Gerd Moellmann(sh-indent-line): Add optional PREFIX-ARG
2001-03-07 Stefan Monnier(sh-st-symbol): New symbol.
2001-01-09 Dave Love(sh-imenu-generic-expression): Fix doc,
2000-11-12 Stefan Monnier(sh-mode-syntax-table) <defvar>:
2000-10-21 Stefan Monnier(sh-mode-map): Remove bindings for
next