comparison lisp/ChangeLog @ 40363:fc4fb7d8d6ea

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 27 Oct 2001 08:12:55 +0000
parents a4a678880dfc
children ba4a77420ff9
comparison
equal deleted inserted replaced
40362:a4a678880dfc 40363:fc4fb7d8d6ea
1 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4 (toggle-text-mode-auto-fill): Use derived-mode-p.
5
1 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de> 6 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
2 7
3 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for 8 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>. 9 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
5 10
43 48
44 2001-10-26 Sam Steingold <sds@gnu.org> 49 2001-10-26 Sam Steingold <sds@gnu.org>
45 50
46 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): 51 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
47 Protect the /= test by checking that the args are non-nil. 52 Protect the /= test by checking that the args are non-nil.
48 (sh-font-lock-close-heredoc): check eof for being non-nil. 53 (sh-font-lock-close-heredoc): Check eof for being non-nil.
49 54
50 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se> 55 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
51 56
52 * textmodes/artist.el (artist-version): 1.2.4. 57 * textmodes/artist.el (artist-version): 1.2.4.
53 (artist-butlast-fn): New variable. 58 (artist-butlast-fn): New variable.
68 (ps-mode-r-balance): Replace `delete-horizontal-space' and 73 (ps-mode-r-balance): Replace `delete-horizontal-space' and
69 `indent-to' with `indent-line-to' 74 `indent-to' with `indent-line-to'
70 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall' 75 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
71 instead of `eval'. 76 instead of `eval'.
72 (ps-mode-print-region): Use `with-temp-buffer'. 77 (ps-mode-print-region): Use `with-temp-buffer'.
73 (ps-run-start): Use of `mapconcat'. Use `apply' instead of 78 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
74 `eval'.
75 (numerous places): Add back-tick and tick around names in 79 (numerous places): Add back-tick and tick around names in
76 docstrings, fix punctuation in docstrings, remove trailing spaces. 80 docstrings, fix punctuation in docstrings, remove trailing spaces.
77 81
78 2001-10-25 Stefan Monnier <monnier@cs.yale.edu> 82 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
79 83