texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Tue Mar 8 10:22:01 EST 2005)


From: Karl Berry
Subject: texinfo update (Tue Mar 8 10:22:01 EST 2005)
Date: Tue, 08 Mar 2005 10:22:12 -0500

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.473
retrieving revision 1.474
diff -c -r1.473 -r1.474
*** ChangeLog   7 Mar 2005 16:57:53 -0000       1.473
--- ChangeLog   8 Mar 2005 15:06:34 -0000       1.474
***************
*** 1,3 ****
--- 1,9 ----
+ 2005-03-08  Karl Berry  <address@hidden>
+ 
+       * info/filesys.h (DEFAULT_INFOPATH): make . first in the path,
+       instead of last.  That way info -f foo/bar finds foo/bar.info.
+       From: Bruno Haible <address@hidden>, 8 Mar 2005 13:45:28 +0100.
+ 
  2005-03-07  Akim Demaille  <address@hidden>
  
        * util/texi2dvi: Fix -o when -c is not passed.
Index: NEWS
===================================================================
RCS file: /cvsroot/texinfo/texinfo/NEWS,v
retrieving revision 1.106
retrieving revision 1.107
diff -c -r1.106 -r1.107
*** NEWS        20 Feb 2005 00:00:43 -0000      1.106
--- NEWS        8 Mar 2005 15:06:34 -0000       1.107
***************
*** 1,4 ****
! $Id: NEWS,v 1.106 2005/02/20 00:00:43 karl Exp $
  This file records noteworthy changes, very tersely.
  See the manual for detailed information.
  
--- 1,4 ----
! $Id: NEWS,v 1.107 2005/03/08 15:06:34 karl Exp $
  This file records noteworthy changes, very tersely.
  See the manual for detailed information.
  
***************
*** 27,32 ****
--- 27,34 ----
  * texinfo.tex:
    . section names with \ characters work properly in pdf outlines.
    . .toc files use @ as the escape character, instead of \.
+ * info:
+   . look for info files in the current directory first, by default.
  * Distribution:
    . automake 1.9.5.
  
Index: info/filesys.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/filesys.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -c -r1.3 -r1.4
*** info/filesys.h      11 Apr 2004 17:56:45 -0000      1.3
--- info/filesys.h      8 Mar 2005 15:06:34 -0000       1.4
***************
*** 1,7 ****
  /* filesys.h -- external declarations for filesys.c.
!    $Id: filesys.h,v 1.3 2004/04/11 17:56:45 karl Exp $
  
!    Copyright (C) 1993, 1997, 1998, 2002, 2004 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
--- 1,8 ----
  /* filesys.h -- external declarations for filesys.c.
!    $Id: filesys.h,v 1.4 2005/03/08 15:06:34 karl Exp $
  
!    Copyright (C) 1993, 1997, 1998, 2002, 2004, 2005 Free Software
!    Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
***************
*** 78,84 ****
  
  /* The default value of INFOPATH. */
  #if !defined (DEFAULT_INFOPATH)
! #  define DEFAULT_INFOPATH 
"/usr/local/info:/usr/info:/usr/local/lib/info:/usr/lib/info:/usr/local/gnu/info:/usr/local/gnu/lib/info:/usr/gnu/info:/usr/gnu/lib/info:/opt/gnu/info:/usr/share/info:/usr/share/lib/info:/usr/local/share/info:/usr/local/share/lib/info:/usr/gnu/lib/emacs/info:/usr/local/gnu/lib/emacs/info:/usr/local/lib/emacs/info:/usr/local/emacs/info:."
  #endif /* !DEFAULT_INFOPATH */
  
  #if !defined (S_ISREG) && defined (S_IFREG)
--- 79,85 ----
  
  /* The default value of INFOPATH. */
  #if !defined (DEFAULT_INFOPATH)
! #  define DEFAULT_INFOPATH 
".:/usr/local/info:/usr/info:/usr/local/lib/info:/usr/lib/info:/usr/local/gnu/info:/usr/local/gnu/lib/info:/usr/gnu/info:/usr/gnu/lib/info:/opt/gnu/info:/usr/share/info:/usr/share/lib/info:/usr/local/share/info:/usr/local/share/lib/info:/usr/gnu/lib/emacs/info:/usr/local/gnu/lib/emacs/info:/usr/local/lib/emacs/info:/usr/local/emacs/info"
  #endif /* !DEFAULT_INFOPATH */
  
  #if !defined (S_ISREG) && defined (S_IFREG)
P ChangeLog
P NEWS
P info/filesys.h


reply via email to

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