comparison lisp/ChangeLog @ 52024:7bf3df75abf7

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 22 Jul 2003 20:40:38 +0000
parents 160339bd4e73
children 1f5618861979
comparison
equal deleted inserted replaced
52023:ba56926bf332 52024:7bf3df75abf7
1 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
4 to match the specific mark rather than reusing comment-start-skip.
5
1 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org> 6 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
2 7
3 * progmodes/hideshow.el (hs-special-modes-alist): 8 * progmodes/hideshow.el (hs-special-modes-alist):
4 Clarify MDATA-SELECTOR doc; nfc. 9 Clarify MDATA-SELECTOR doc; nfc.
5 10
27 32
28 * international/mule.el (auto-coding-functions): Doc fix. 33 * international/mule.el (auto-coding-functions): Doc fix.
29 34
30 2003-07-21 Kenichi Handa <handa@m17n.org> 35 2003-07-21 Kenichi Handa <handa@m17n.org>
31 36
32 * international/quail.el (quail-translate-key): Update 37 * international/quail.el (quail-translate-key):
33 quail-current-str correctly. 38 Update quail-current-str correctly.
34 39
35 2003-07-21 Andreas Schwab <schwab@suse.de> 40 2003-07-21 Andreas Schwab <schwab@suse.de>
36 41
37 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of 42 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
38 ?, to "_". 43 ?, to "_".
39 44
40 2003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 45 2003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
41 Version 2.0.36 of Tramp released. 46 Version 2.0.36 of Tramp released.
42 47
43 * net/tramp.el (tramp-default-password-end-of-line): Renamed from 48 * net/tramp.el (tramp-default-password-end-of-line): Rename from
44 tramp-password-end-of-line. 49 tramp-password-end-of-line.
45 (tramp-password-end-of-line): New method parameter. 50 (tramp-password-end-of-line): New method parameter.
46 (tramp-get-password-end-of-line): Function to access method 51 (tramp-get-password-end-of-line): Function to access method
47 parameter `tramp-password-end-of-line', or variable 52 parameter `tramp-password-end-of-line', or variable
48 `tramp-default-password-end-of-line' (default value). 53 `tramp-default-password-end-of-line' (default value).
54 unconditionally inhibit the file operation file-local-copy, only 59 unconditionally inhibit the file operation file-local-copy, only
55 do that when the inhibit-file-name-operation is currently 60 do that when the inhibit-file-name-operation is currently
56 insert-file-contents. This fixes finding remote CVS-controlled 61 insert-file-contents. This fixes finding remote CVS-controlled
57 files. (It would barf on inserting the CVS/Entries file 62 files. (It would barf on inserting the CVS/Entries file
58 literally, because the file-local-copy handler wasn't called.) 63 literally, because the file-local-copy handler wasn't called.)
59 (tramp-handle-shell-command): Support optional third arg 64 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
60 ERROR-BUFFER.
61 (tramp-sh-extra-args): Adapt defcustom type to XEmacs. 65 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
62 (tramp-initial-commands): New variable. 66 (tramp-initial-commands): New variable.
63 (tramp-process-initial-commands): New function, using the variable. 67 (tramp-process-initial-commands): New function, using the variable.
64 (tramp-open-connection-setup-interactive-shell): Call the new 68 (tramp-open-connection-setup-interactive-shell): Call the new function.
65 function.
66 (tramp-buffer-name, tramp-debug-buffer-name): Always put the 69 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
67 method into the buffer name, never use nil. Reported by Hanak 70 method into the buffer name, never use nil. Reported by Hanak
68 David <dhanak@inf.bme.hu>. 71 David <dhanak@inf.bme.hu>.
69 (tramp-open-connection-setup-interactive-shell): Erase buffer 72 (tramp-open-connection-setup-interactive-shell): Erase buffer
70 before sending "stty -onlcr". 73 before sending "stty -onlcr".
71 74
72 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment. 75 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
73 76
74 2003-07-19 Markus Rost <rost@math.ohio-state.edu> 77 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
75 78
76 * textmodes/artist.el (artist-erase-char): Fix default value using 79 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
77 ?\s.
78 80
79 2003-07-19 John Paul Wallington <jpw@gnu.org> 81 2003-07-19 John Paul Wallington <jpw@gnu.org>
80 82
81 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline) 83 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
82 (artist-draw-rect, artist-draw-square): Doc fixes. 84 (artist-draw-rect, artist-draw-square): Doc fixes.