aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2003-07-22 20:40:38 +0000
committerStefan Monnier2003-07-22 20:40:38 +0000
commit50ef8ff26774972fd045cb021ebbb4ff9719df62 (patch)
tree758045e651df461cf1758e50ace60453fec0c0cc /lisp/ChangeLog
parenta2b56a25678224afc501f2ad06a08c57a0a1fc83 (diff)
downloademacs-50ef8ff26774972fd045cb021ebbb4ff9719df62.tar.gz
emacs-50ef8ff26774972fd045cb021ebbb4ff9719df62.zip
(fill-comment-paragraph): Construct a regexp
to match the specific mark rather than reusing comment-start-skip.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 11 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ad5fb2f2aca..0c9da08d7bf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12003-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
12003-07-22 Thien-Thi Nguyen <ttn@gnu.org> 62003-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):
@@ -29,8 +34,8 @@
29 34
302003-07-21 Kenichi Handa <handa@m17n.org> 352003-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
352003-07-21 Andreas Schwab <schwab@suse.de> 402003-07-21 Andreas Schwab <schwab@suse.de>
36 41
@@ -40,7 +45,7 @@
402003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 452003-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
@@ -56,13 +61,11 @@
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>.
@@ -73,8 +76,7 @@
73 76
742003-07-19 Markus Rost <rost@math.ohio-state.edu> 772003-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
792003-07-19 John Paul Wallington <jpw@gnu.org> 812003-07-19 John Paul Wallington <jpw@gnu.org>
80 82