projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03104ef
)
Synch with Gnus.
t-gnus-6_14-quimby
author
yamaoka
<yamaoka>
Tue, 19 Dec 2000 22:11:16 +0000
(22:11 +0000)
committer
yamaoka
<yamaoka>
Tue, 19 Dec 2000 22:11:16 +0000
(22:11 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
e511a98
..
dcb5323
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2000-12-19 Raymond Scholz <ray-2000@zonix.de>
+
+ * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
+
2000-12-19 Per Abrahamsen <abraham@dina.kvl.dk>
* mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
a95f96c
..
8bed980
100644
(file)
--- a/
lisp/gnus-art.el
+++ b/
lisp/gnus-art.el
@@
-629,7
+629,8
@@
displayed by the first non-nil matching CONTENT face."
"Function used to decode headers.")
(defvar gnus-article-dumbquotes-map
- '(("\202" ",")
+ '(("\200" "EUR")
+ ("\202" ",")
("\203" "f")
("\204" ",,")
("\205" "...")