texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Tue Apr 20 08:44:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Tue Apr 20 08:44:01 EDT 2004)
Date: Tue, 20 Apr 2004 08:44:25 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.335
retrieving revision 1.334
diff -c -r1.335 -r1.334
*** ChangeLog   20 Apr 2004 12:39:59 -0000      1.335
--- ChangeLog   18 Apr 2004 17:16:13 -0000      1.334
***************
*** 1,14 ****
- 2004-04-19  Karl Berry  <address@hidden>
- 
-       * makeinfo/cmds.c (cm_code): use <samp> for commands other than
-       @code, so we get typewriter output; and add `...'
-       for @samp.
-       Report from: John Blevin <address@hidden>, 
-       16 Apr 2004 11:40:01 -0400.
- 
-       * makeinfo/html.c (html_output_head) [CSS_FONT_ROMAN,
-       CSS_FONT_SMALL_CAPS]: prettify.
- 
  2004-04-18  Karl Berry  <address@hidden>
  
        * doc/texinfo.tex (\Orb): define if undefined.
--- 1,3 ----
Index: doc/texi2dvi.1
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texi2dvi.1,v
retrieving revision 1.31
retrieving revision 1.30
diff -c -r1.31 -r1.30
*** doc/texi2dvi.1      20 Apr 2004 12:39:59 -0000      1.31
--- doc/texi2dvi.1      11 Apr 2004 17:56:45 -0000      1.30
***************
*** 1,5 ****
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH TEXI2DVI "1" "April 2004" "texi2dvi 1.29" "User Commands"
  .SH NAME
  texi2dvi \- print Texinfo documents
  .SH SYNOPSIS
--- 1,5 ----
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH TEXI2DVI "1" "April 2004" "texi2dvi 1.3" "User Commands"
  .SH NAME
  texi2dvi \- print Texinfo documents
  .SH SYNOPSIS
Index: doc/version-stnd.texi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/version-stnd.texi,v
retrieving revision 1.5
retrieving revision 1.4
diff -c -r1.5 -r1.4
*** doc/version-stnd.texi       20 Apr 2004 12:39:59 -0000      1.5
--- doc/version-stnd.texi       11 Apr 2004 17:56:45 -0000      1.4
***************
*** 1,4 ****
! @set UPDATED 11 April 2004
! @set UPDATED-MONTH April 2004
  @set EDITION 4.7
  @set VERSION 4.7
--- 1,4 ----
! @set UPDATED 23 March 2004
! @set UPDATED-MONTH March 2004
  @set EDITION 4.7
  @set VERSION 4.7
Index: doc/version.texi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/version.texi,v
retrieving revision 1.10
retrieving revision 1.9
diff -c -r1.10 -r1.9
*** doc/version.texi    20 Apr 2004 12:39:59 -0000      1.10
--- doc/version.texi    11 Apr 2004 17:56:45 -0000      1.9
***************
*** 1,4 ****
! @set UPDATED 11 April 2004
  @set UPDATED-MONTH April 2004
  @set EDITION 4.7
  @set VERSION 4.7
--- 1,4 ----
! @set UPDATED 9 April 2004
  @set UPDATED-MONTH April 2004
  @set EDITION 4.7
  @set VERSION 4.7
Index: m4/stdint_h.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/stdint_h.m4,v
retrieving revision 1.5
retrieving revision 1.4
diff -c -r1.5 -r1.4
*** m4/stdint_h.m4      20 Apr 2004 12:40:43 -0000      1.5
--- m4/stdint_h.m4      19 Apr 2004 13:29:37 -0000      1.4
***************
*** 1,4 ****
! # stdint_h.m4 serial 5
  dnl Copyright (C) 1997-2004 Free Software Foundation, Inc.
  dnl This file is free software, distributed under the terms of the GNU
  dnl General Public License.  As a special exception to the GNU General
--- 1,4 ----
! # stdint_h.m4 serial 4
  dnl Copyright (C) 1997-2004 Free Software Foundation, Inc.
  dnl This file is free software, distributed under the terms of the GNU
  dnl General Public License.  As a special exception to the GNU General
***************
*** 13,26 ****
  
  AC_DEFUN([gl_AC_HEADER_STDINT_H],
  [
!   AC_CACHE_CHECK([for stdint.h], gl_cv_header_stdint_h,
    [AC_TRY_COMPILE(
      [#include <sys/types.h>
  #include <stdint.h>],
      [uintmax_t i = (uintmax_t) -1;],
!     gl_cv_header_stdint_h=yes,
!     gl_cv_header_stdint_h=no)])
!   if test $gl_cv_header_stdint_h = yes; then
      AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1,
        [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
         and declares uintmax_t. ])
--- 13,26 ----
  
  AC_DEFUN([gl_AC_HEADER_STDINT_H],
  [
!   AC_CACHE_CHECK([for stdint.h], jm_ac_cv_header_stdint_h,
    [AC_TRY_COMPILE(
      [#include <sys/types.h>
  #include <stdint.h>],
      [uintmax_t i = (uintmax_t) -1;],
!     jm_ac_cv_header_stdint_h=yes,
!     jm_ac_cv_header_stdint_h=no)])
!   if test $jm_ac_cv_header_stdint_h = yes; then
      AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1,
        [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
         and declares uintmax_t. ])
Index: m4/uintmax_t.m4
===================================================================
RCS file: /cvsroot/texinfo/texinfo/m4/uintmax_t.m4,v
retrieving revision 1.5
retrieving revision 1.4
diff -c -r1.5 -r1.4
*** m4/uintmax_t.m4     20 Apr 2004 12:40:43 -0000      1.5
--- m4/uintmax_t.m4     19 Apr 2004 13:29:37 -0000      1.4
***************
*** 1,4 ****
! # uintmax_t.m4 serial 9
  dnl Copyright (C) 1997-2004 Free Software Foundation, Inc.
  dnl This file is free software, distributed under the terms of the GNU
  dnl General Public License.  As a special exception to the GNU General
--- 1,4 ----
! # uintmax_t.m4 serial 8
  dnl Copyright (C) 1997-2004 Free Software Foundation, Inc.
  dnl This file is free software, distributed under the terms of the GNU
  dnl General Public License.  As a special exception to the GNU General
***************
*** 17,23 ****
  [
    AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
    AC_REQUIRE([gl_AC_HEADER_STDINT_H])
!   if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; 
then
      AC_REQUIRE([gl_AC_TYPE_UNSIGNED_LONG_LONG])
      test $ac_cv_type_unsigned_long_long = yes \
        && ac_type='unsigned long long' \
--- 17,23 ----
  [
    AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
    AC_REQUIRE([gl_AC_HEADER_STDINT_H])
!   if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h 
= no; then
      AC_REQUIRE([gl_AC_TYPE_UNSIGNED_LONG_LONG])
      test $ac_cv_type_unsigned_long_long = yes \
        && ac_type='unsigned long long' \
P ChangeLog
P doc/texi2dvi.1
P doc/version-stnd.texi
P doc/version.texi
P m4/stdint_h.m4
P m4/uintmax_t.m4


reply via email to

[Prev in Thread] Current Thread [Next in Thread]