diff options
| author | Stefan Monnier | 2001-10-14 02:56:26 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-14 02:56:26 +0000 |
| commit | 6efb29ef807d7dc150e1accf01fc6047a4f47242 (patch) | |
| tree | 51de5d17c63552615133ea02140c8b85fbd78924 | |
| parent | 2d341681c8d30b58e3235cb7fe2042218426479d (diff) | |
| download | emacs-6efb29ef807d7dc150e1accf01fc6047a4f47242.tar.gz emacs-6efb29ef807d7dc150e1accf01fc6047a4f47242.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 47 |
1 files changed, 43 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a8ff46e21d..21b03dc7098 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,47 @@ | |||
| 1 | 2001-10-13 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * textmodes/refill.el (refill-mode): | ||
| 4 | Bind DEL to backward-delete-char-untabify. | ||
| 5 | Set backward-delete-char-untabify-method to `hungry'. | ||
| 6 | |||
| 7 | * textmodes/bib-mode.el (bib-mode): | ||
| 8 | * play/gomoku.el (gomoku-mode): | ||
| 9 | * textmodes/page-ext.el (pages-directory-mode): | ||
| 10 | * textmodes/scribe.el (scribe-mode): Use define-derived-mode. | ||
| 11 | |||
| 12 | * textmodes/two-column.el (2C-mode): Don't use make-local-hook. | ||
| 13 | |||
| 14 | * emacs-lisp/syntax.el (syntax-ppss): Autoload. | ||
| 15 | |||
| 16 | * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): | ||
| 17 | Handle here-docs differently. | ||
| 18 | (sh-font-lock-heredoc): Remove. | ||
| 19 | (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars. | ||
| 20 | (sh-font-lock-here-doc, sh-font-lock-close-heredoc) | ||
| 21 | (sh-font-lock-open-heredoc): New functions. | ||
| 22 | (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more. | ||
| 23 | (sh-font-lock-keywords-1): Use regexp-opt. | ||
| 24 | (sh-in-comment-or-string): Use syntax-ppss. | ||
| 25 | (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat) | ||
| 26 | (sh-select, sh-tmp-file): Add explicit terminating \n. | ||
| 27 | |||
| 28 | * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy): | ||
| 29 | Use with-current-buffer. | ||
| 30 | (ange-ftp-cd): New arg `noerror' to prevent signalling an error. | ||
| 31 | (ange-ftp-send-cmd): If a `cd' is used (because of a space in the | ||
| 32 | filename), catch any error that occurs in `ange-ftp-cd'. | ||
| 33 | If an error happened, don't bother sending `cmd' at all. | ||
| 34 | Fix a parenthesis typo. | ||
| 35 | (ange-ftp-write-region): Don't blindly use binary if the remote host | ||
| 36 | is unix-like. | ||
| 37 | |||
| 38 | * play/pong.el (pong-init): Don't use make-local-hook. | ||
| 39 | |||
| 1 | 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu> | 40 | 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu> |
| 2 | 41 | ||
| 3 | * viper-ex.el (ex-edit): make checks for modified buffer/file. | 42 | * viper-ex.el (ex-edit): Make checks for modified buffer/file. |
| 4 | (viper-get-ex-address-subr): more precise addr for the $ marker | 43 | (viper-get-ex-address-subr): More precise addr for the $ marker |
| 5 | 44 | ||
| 6 | 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> | 45 | 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 7 | 46 | ||
| 8 | * version.el (emacs-version): Bump to 21.1.50. | 47 | * version.el (emacs-version): Bump to 21.1.50. |