Adapt the MS-DOS build to latest changes.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 May 2011 11:28:55 +0000 (14:28 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 May 2011 11:28:55 +0000 (14:28 +0300)
 src/callproc.c (call_process_cleanup): Don't close and unlink the
 temporary file if Fcall_process didn't create it in the first
 place.
 (Fcall_process): Don't create tempfile if stdout of the child
 process will be redirected to a file specified with `:file'.
 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
 cue to call_process_cleanup not to close that handle.
 msdos/inttypes.h: Include stdint.h.
 (uintmax_t): Don't define, it is defined in stdint.h.
 msdos/sedlibmk.inp (am__append_1): Edit to comment out.
 (am__append_2): Edit to expose.
 (NEXT_AS_FIRST_DIRECTIVE_STDARG_H, NEXT_STDARG_H, STDARG_H): Edit
 to empty.
 (@GL_GENERATE_STDARG_H_TRUE@, @GL_GENERATE_STDARG_H_FALSE@): Edit
 to comment out corresponding lines.

lisp/gnus/ChangeLog
lisp/gnus/shr.el

index 531120c..2122c73 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-07  Julien Danjou  <julien@danjou.info>
+
+       * shr.el (shr-link): Make shr-link inherit from link by default.
+
 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * shr.el (shr-urlify, shr-link): Fix shr-link face.
index 37b71c5..2e7968e 100644 (file)
@@ -92,7 +92,7 @@ cid: URL as the argument.")
   :group 'shr)
 
 (defface shr-link
-  '((t (:underline t :foreground "yellow" :background "black")))
+  '((t (:inherit link)))
   "Font for link elements."
   :group 'shr)