comparison lisp/ChangeLog @ 39902:3d58b287893c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 14 Oct 2001 02:56:26 +0000
parents 50f67a72ea1b
children 5827976776b9
comparison
equal deleted inserted replaced
39901:50f67a72ea1b 39902:3d58b287893c
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.
9 48
10 2001-10-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 49 2001-10-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>