texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/info footnotes.c,1.3,1.4 indices.c,1.3,1.4 makedoc.c,1.3,1.4 pct


From: karl
Subject: texinfo/info footnotes.c,1.3,1.4 indices.c,1.3,1.4 makedoc.c,1.3,1.4 pcterm.c,1.1.1.1,1.2 session.c,1.10,1.11
Date: Wed, 7 Apr 2004 00:58:28 +0200

Update of /cvsroot/texinfo/texinfo/info
In directory sheep:/tmp/cvs-serv20020

Modified Files:
        footnotes.c indices.c makedoc.c pcterm.c session.c 
Log Message:
use `...' quotes more consistently

Index: footnotes.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/footnotes.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** footnotes.c 14 Mar 2004 00:57:29 -0000      1.3
--- footnotes.c 6 Apr 2004 22:58:25 -0000       1.4
***************
*** 19,23 ****
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
!    Written by Brian Fox (address@hidden). */
  
  #include "info.h"
--- 19,23 ----
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
!    Originally written by Brian Fox (address@hidden). */
  
  #include "info.h"
***************
*** 31,35 ****
  
  #define FOOTNOTE_HEADER_FORMAT \
!    "*** Footnotes appearing in the node \"%s\" ***\n"
  
  /* Find the window currently showing footnotes. */
--- 31,35 ----
  
  #define FOOTNOTE_HEADER_FORMAT \
!    "*** Footnotes appearing in the node `%s' ***\n"
  
  /* Find the window currently showing footnotes. */

Index: indices.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/indices.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** indices.c   14 Mar 2004 00:57:29 -0000      1.3
--- indices.c   6 Apr 2004 22:58:25 -0000       1.4
***************
*** 19,23 ****
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
!    Written by Brian Fox (address@hidden). */
  
  #include "info.h"
--- 19,23 ----
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
!    Originally written by Brian Fox (address@hidden). */
  
  #include "info.h"
***************
*** 373,377 ****
    if ((i < 0) || (!index_index[i]))
      {
!       info_error ((char *) _("No %sindex entries containing \"%s\"."),
                    index_offset > 0 ? (char *) _("more ") : "", index_search);
        return;
--- 373,377 ----
    if ((i < 0) || (!index_index[i]))
      {
!       info_error ((char *) _("No %sindex entries containing `%s'."),
                    index_offset > 0 ? (char *) _("more ") : "", index_search);
        return;
***************
*** 420,424 ****
  
        format = replace_in_documentation
!         ((char *) _("Found \"%s\" in %s. (`\\[next-index-match]' tries to 
find next.)"),
           0);
  
--- 420,424 ----
  
        format = replace_in_documentation
!         ((char *) _("Found `%s' in %s. (`\\[next-index-match]' tries to find 
next.)"),
           0);
  
***************
*** 539,543 ****
  
          if (this_fb && inform)
!           message_in_echo_area ((char *) _("Scanning indices of \"%s\"..."),
                files_name, NULL);
  
--- 539,543 ----
  
          if (this_fb && inform)
!           message_in_echo_area ((char *) _("Scanning indices of `%s'..."),
                files_name, NULL);
  
***************
*** 594,598 ****
  
  #define APROPOS_NONE \
!    N_("No available info files have \"%s\" in their indices.")
  
  void
--- 594,598 ----
  
  #define APROPOS_NONE \
!    N_("No available info files have `%s' in their indices.")
  
  void
***************
*** 652,656 ****
            initialize_message_buffer ();
            printf_to_message_buffer
!             ((char *) _("\n* Menu: Nodes whose indices contain \"%s\":\n"),
               line, NULL, NULL);
            line_buffer = (char *)xmalloc (500);
--- 652,656 ----
            initialize_message_buffer ();
            printf_to_message_buffer
!             ((char *) _("\n* Menu: Nodes whose indices contain `%s':\n"),
               line, NULL, NULL);
            line_buffer = (char *)xmalloc (500);

Index: makedoc.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/makedoc.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** makedoc.c   14 Mar 2004 00:57:29 -0000      1.3
--- makedoc.c   6 Apr 2004 22:58:25 -0000       1.4
***************
*** 19,23 ****
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
!    Written by Brian Fox (address@hidden). */
  
  /* This program grovels the contents of the source files passed as arguments
--- 19,23 ----
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
!    Originally written by Brian Fox (address@hidden). */
  
  /* This program grovels the contents of the source files passed as arguments
***************
*** 42,46 ****
    "",
    "   This file was automatically made from various source files with the",
!   "   command \"%s\".  DO NOT EDIT THIS FILE, only \"%s.c\".",
    (char *)NULL
  };
--- 42,46 ----
    "",
    "   This file was automatically made from various source files with the",
!   "   command `%s'.  DO NOT EDIT THIS FILE, only `%s.c'.",
    (char *)NULL
  };

Index: pcterm.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/pcterm.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** pcterm.c    6 Dec 2003 01:32:55 -0000       1.1.1.1
--- pcterm.c    6 Apr 2004 22:58:25 -0000       1.2
***************
*** 1,6 ****
! /* pc_term.c -- How to handle the PC terminal for Info under 
MS-DOS/MS-Windows.
     $Id$
  
!    Copyright (C) 1998, 1999, 2003 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
--- 1,6 ----
! /* pcterm.c -- How to handle the PC terminal for Info under MS-DOS/MS-Windows.
     $Id$
  
!    Copyright (C) 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
  
     This program is free software; you can redistribute it and/or modify
***************
*** 663,667 ****
  {
    static char interrupted_msg[] = "Interrupted\r\n";
!   static char stopped_msg[] = "Stopped.  Type \"exit RET\" to return.\r\n";
    char cwd[PATH_MAX + 1];
  
--- 663,667 ----
  {
    static char interrupted_msg[] = "Interrupted\r\n";
!   static char stopped_msg[] = "Stopped.  Type `exit RET' to return.\r\n";
    char cwd[PATH_MAX + 1];
  

Index: session.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/session.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** session.c   27 Mar 2004 15:36:46 -0000      1.10
--- session.c   6 Apr 2004 22:58:25 -0000       1.11
***************
*** 4493,4497 ****
      {
        char *temp = xmalloc (1 + strlen (rep) + strlen (_("\"%s\" is 
invalid")));
!       sprintf (temp, _("\"%s\" is invalid"), rep);
        terminal_ring_bell ();
        inform_in_echo_area (temp);
--- 4493,4497 ----
      {
        char *temp = xmalloc (1 + strlen (rep) + strlen (_("\"%s\" is 
invalid")));
!       sprintf (temp, _("`%s' is invalid"), rep);
        terminal_ring_bell ();
        inform_in_echo_area (temp);



reply via email to

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