diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31c9e18b494..540d3ebfae9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2000-10-21 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-mode-map): Remove bindings for | ||
| 4 | sh-electric-rparen, sh-electric-less and sh-electric-hash. | ||
| 5 | (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax. | ||
| 6 | (sh-font-lock-heredoc, sh-font-lock-paren): New funs. | ||
| 7 | (sh-font-lock-syntactic-keywords): Use them. | ||
| 8 | (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove. | ||
| 9 | (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove. | ||
| 10 | (sh-mode): Don't override font-lock-unfontify-region-function. | ||
| 11 | Use a copy of sh-font-lock-syntactic-keywords. | ||
| 12 | (sh-set-shell): Don't set sh-electric-rparen-needed-here. | ||
| 13 | Don't call sh-scan-buffer since font-lock does it on the fly. | ||
| 14 | (sh-get-indent-info): Use `face' rather than `syntax-table' | ||
| 15 | text-property to detect here-documents. | ||
| 16 | Replace sh-special-syntax with sh-st-punc. | ||
| 17 | (sh-prev-line): Use `face' rather than `syntax-table' | ||
| 18 | text-property to skip over here-documents. | ||
| 19 | (sh-font-lock-unfontify-region-function, sh-check-paren-in-case) | ||
| 20 | (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash) | ||
| 21 | (sh-electric-less, sh-set-here-doc-region) | ||
| 22 | (sh-remove-our-text-properties, sh-search-word, sh-scan-case) | ||
| 23 | (sh-scan-buffer, sh-rescan-buffer): Remove. | ||
| 24 | |||
| 1 | 2000-10-21 Andrew Innes <andrewi@gnu.org> | 25 | 2000-10-21 Andrew Innes <andrewi@gnu.org> |
| 2 | 26 | ||
| 3 | * w32-fns.el (make-auto-save-file-name): Don't apply conversion to | 27 | * w32-fns.el (make-auto-save-file-name): Don't apply conversion to |