[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (074f68e08ef5a70b6c99d5a08080727326197bc0)



The branch, master has been updated
       via  074f68e08ef5a70b6c99d5a08080727326197bc0 (commit)
       via  b303a9666be5ae8db48b35c803e30c14e799a483 (commit)
      from  ba5597ded34252f5c5047a754023d48a860e0bfd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 doc/pcb.texi              |    9 ++++++---
 src/hid/gtk/gtkhid-main.c |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)


=================
 Commit Messages
=================

commit 074f68e08ef5a70b6c99d5a08080727326197bc0
Author: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>
Commit: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>

    Replace @extend with @noindent in docu-source
    
    If the @extend keyword is used to remove an intentation, the text will have a
    linebreak, where the source has one. If @noindent is used instead, the lines
    will be breaked as in normal paragraphs.

:100644 100644 35b597f... 5bdb5fb... M	doc/pcb.texi

commit b303a9666be5ae8db48b35c803e30c14e799a483
Author: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>
Commit: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>

    hid/gtk: Fix docu for 'ImportGUI()'

:100644 100644 b89974d... b5e36d5... M	src/hid/gtk/gtkhid-main.c

=========
 Changes
=========

commit 074f68e08ef5a70b6c99d5a08080727326197bc0
Author: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>
Commit: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>

    Replace @extend with @noindent in docu-source
    
    If the @extend keyword is used to remove an intentation, the text will have a
    linebreak, where the source has one. If @noindent is used instead, the lines
    will be breaked as in normal paragraphs.

diff --git a/doc/pcb.texi b/doc/pcb.texi
index 35b597f..5bdb5fb 100644
--- a/doc/pcb.texi
+++ b/doc/pcb.texi
@@ -199,7 +199,8 @@ Boerge Strand (borges@@ifi.uio.no)
 Andre M. Hedrick (hedrick@@Astro.Dyer.Vanderbilt.Edu)
 @end display
 
-@exdent who provided all sorts of help including porting @pcb{} to
+@noindent
+who provided all sorts of help including porting @pcb{} to
 several operating systems and platforms, bug fixes, library enhancement,
 user interface suggestions and more. In addition to these people,
 many others donated time for bug-fixing and
@@ -706,7 +707,8 @@ If you get the error message:
 @display
     can't find default font-symbol-file 'default_font'
 @end display
-@exdent then the font searchpath or filename in the application resource
+@noindent
+then the font searchpath or filename in the application resource
 file is wrong. Be sure that your @code{m4} program supports search paths.
 If not, get @code{GNU m4}.
 For other messages, see @ref{problems}.
@@ -4654,7 +4656,8 @@ Netlists read by @pcb{} must have this simple text form:
 netname [style] NAME-PINNUM NAME2-PINNUM2 NAME3-PINNUM3 ... [\]
 @end example
 
-@exdent for each net on the layout.
+@noindent
+for each net on the layout.
 where "netname" is the name of the net which must be unique for each
 net, [style] is an optional route-style name,
 NAME is the layout-name name given to an element,

commit b303a9666be5ae8db48b35c803e30c14e799a483
Author: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>
Commit: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>

    hid/gtk: Fix docu for 'ImportGUI()'

diff --git a/src/hid/gtk/gtkhid-main.c b/src/hid/gtk/gtkhid-main.c
index b89974d..b5e36d5 100644
--- a/src/hid/gtk/gtkhid-main.c
+++ b/src/hid/gtk/gtkhid-main.c
@@ -2115,7 +2115,7 @@ Popup (int argc, char **argv, int x, int y)
 }
 /* ------------------------------------------------------------ */
 static const char importgui_syntax[] =
-"Popup(MenuName, [Button])";
+"ImportGUI()";
 
 static const char importgui_help[] =
 N_("Asks user which schematics to import into PCB.\n");




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs