* gnus-fun.el (gnus-grab-cam-x-face): New function.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 17 Jan 2002 20:15:57 +0000 (20:15 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 17 Jan 2002 20:15:57 +0000 (20:15 +0000)
lisp/ChangeLog
lisp/gnus-fun.el

index 1979442..b389cbc 100644 (file)
@@ -1,3 +1,11 @@
+2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-fun.el (gnus-grab-cam-x-face): New function.
+
+2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
+
 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
index 301760a..851e136 100644 (file)
@@ -201,7 +201,7 @@ colors of the displayed X-Faces."
     (setq file (car file))
     (with-temp-buffer
       (shell-command
-       (format "pnmcut -left 110 -top 60 -width 144 -height 144 '%s' | ppmnorm 2>/dev/null | pnmscale -width 48 | ppmtopgm | pgmtopbm | pbmtoxbm | compface"
+       (format "pnmcut -left 110 -top 60 -width 144 -height 144 '%s' | ppmnorm 2>/dev/null | pnmscale -width 48 | ppmtopgm | pgmtopbm -threshold -value 0.92 | pbmtoxbm | compface"
               file)
        (current-buffer))
       ;;(sleep-for 3)