aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2005-06-03 22:03:47 +0000
committerStefan Monnier2005-06-03 22:03:47 +0000
commit95f75c759fdf6b43e3c760f6d27fa95377db85d8 (patch)
tree6e06ce879620b4659ed60265e55fd0c96aae466a /lisp
parentfab31ec395c7988f08c3a83303832b708a88077b (diff)
downloademacs-95f75c759fdf6b43e3c760f6d27fa95377db85d8.tar.gz
emacs-95f75c759fdf6b43e3c760f6d27fa95377db85d8.zip
(gnus-emphasis-alist): Disable the strikethru thingy.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog27
-rw-r--r--lisp/gnus/gnus-art.el8
2 files changed, 21 insertions, 14 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 83b5e3820e6..36d17afab2d 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,10 +1,14 @@
12005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4
12005-06-02 Katsumi Yamaoka <yamaoka@jpl.org> 52005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
2 6
3 * pop3.el (pop3-md5): Run md5 in the binary mode. 7 * pop3.el (pop3-md5): Run md5 in the binary mode.
4 (pop3-md5-program-args): New variable. 8 (pop3-md5-program-args): New variable.
5 9
6 * starttls.el (starttls-set-process-query-on-exit-flag): Use 10 * starttls.el (starttls-set-process-query-on-exit-flag):
7 eval-and-compile. 11 Use eval-and-compile.
8 12
92005-05-31 Katsumi Yamaoka <yamaoka@jpl.org> 132005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
10 14
@@ -29,8 +33,8 @@
29 33
30 * mml2015.el: Bind pgg-default-user-id when compiling. 34 * mml2015.el: Bind pgg-default-user-id when compiling.
31 35
32 * nndraft.el (nndraft-request-associate-buffer): Use 36 * nndraft.el (nndraft-request-associate-buffer):
33 write-contents-functions instead of write-contents-hooks if it is 37 Use write-contents-functions instead of write-contents-hooks if it is
34 available. 38 available.
35 39
36 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook 40 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
@@ -195,7 +199,7 @@
195 (gnus-summary-high-unread-face): Ditto. 199 (gnus-summary-high-unread-face): Ditto.
196 (gnus-summary-low-unread-face): Ditto. 200 (gnus-summary-low-unread-face): Ditto.
197 (gnus-summary-normal-unread-face): Ditto. 201 (gnus-summary-normal-unread-face): Ditto.
198 (gnus-summary-high-read-face, gnus-summary-low-read-face): Diito 202 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
199 (gnus-summary-normal-read-face, gnus-splash-face): Ditto. 203 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
200 204
201 * message.el (message-minibuffer-local-map): Add :group. 205 * message.el (message-minibuffer-local-map): Add :group.
@@ -205,7 +209,7 @@
205 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto. 209 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
206 (sieve-manage-streams, sieve-manage-stream-alist): Ditto. 210 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
207 (sieve-manage-authenticators): Ditto. 211 (sieve-manage-authenticators): Ditto.
208 (sieve-manage-authenticator-alist): Ditto 212 (sieve-manage-authenticator-alist): Ditto.
209 (sieve-manage-default-port): Ditto. 213 (sieve-manage-default-port): Ditto.
210 214
211 * sieve-mode.el (sieve-control-commands-face): Add :group. 215 * sieve-mode.el (sieve-control-commands-face): Add :group.
@@ -438,11 +442,11 @@
438 442
439 * nnimap.el (nnimap-date-days-ago): Ditto. 443 * nnimap.el (nnimap-date-days-ago): Ditto.
440 444
441 * gnus-demon.el (parse-time-string): Added autoload. 445 * gnus-demon.el (parse-time-string): Add autoload.
442 446
443 * gnus-delay.el (parse-time-string): Added autoload. 447 * gnus-delay.el (parse-time-string): Add autoload.
444 448
445 * gnus-art.el (parse-time-string): Added autoload. 449 * gnus-art.el (parse-time-string): Add autoload.
446 450
447 * nnultimate.el (parse-time): Require for `parse-time-string'. 451 * nnultimate.el (parse-time): Require for `parse-time-string'.
448 452
@@ -496,14 +500,13 @@
496 (rfc2047-encoded-word-regexp): Don't use shy group. 500 (rfc2047-encoded-word-regexp): Don't use shy group.
497 (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change. 501 (rfc2047-decode-region): Follow rfc2047-encoded-word-regexp change.
498 (rfc2047-parse-and-decode): Ditto. 502 (rfc2047-parse-and-decode): Ditto.
499 (rfc2047-decode): Treat the ascii coding-system as raw-text by 503 (rfc2047-decode): Treat the ascii coding-system as raw-text by default.
500 default.
501 504
5022005-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org> 5052005-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
503 506
504 * rfc2047.el (rfc2047-encode-encoded-words): New variable. 507 * rfc2047.el (rfc2047-encode-encoded-words): New variable.
505 (rfc2047-field-value): Strip props. 508 (rfc2047-field-value): Strip props.
506 (rfc2047-encode-message-header): Disabled header folding -- not 509 (rfc2047-encode-message-header): Disable header folding -- not
507 all headers can be folded, and this should be done by the message 510 all headers can be folded, and this should be done by the message
508 composition mode. Probably. I think. 511 composition mode. Probably. I think.
509 (rfc2047-encodable-p): Say that =? needs encoding. 512 (rfc2047-encodable-p): Say that =? needs encoding.
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 4af363c6b2e..7bc2e938071 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -367,8 +367,12 @@ advertisements. For example:
367 (or (nth 4 spec) 3) 367 (or (nth 4 spec) 3)
368 (intern (format "gnus-emphasis-%s" (nth 2 spec))))) 368 (intern (format "gnus-emphasis-%s" (nth 2 spec)))))
369 types)) 369 types))
370 '(("\\(\\s-\\|^\\)\\(-\\(\\(\\w\\|-[^-]\\)+\\)-\\)\\(\\s-\\|[?!.,;]\\)" 370 '(;; I've never seen anyone use this strikethru convention whereas I've
371 2 3 gnus-emphasis-strikethru) 371 ;; several times seen it triggered by normal text. --Stef
372 ;; Miles suggests that this form is sometimes used but for italics,
373 ;; so maybe we should map it to `italic'.
374 ;; ("\\(\\s-\\|^\\)\\(-\\(\\(\\w\\|-[^-]\\)+\\)-\\)\\(\\s-\\|[?!.,;]\\)"
375 ;; 2 3 gnus-emphasis-strikethru)
372 ("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)" 376 ("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)"
373 2 3 gnus-emphasis-underline)))) 377 2 3 gnus-emphasis-underline))))
374 "*Alist that says how to fontify certain phrases. 378 "*Alist that says how to fontify certain phrases.