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

gEDA-cvs: pcb.git: branch: master updated (54c01a9af1080c6b96462626d027fb21fbd1a9a9)



The branch, master has been updated
       via  54c01a9af1080c6b96462626d027fb21fbd1a9a9 (commit)
       via  616c999af6d2eaae71eefaf3b1c11282a57467f4 (commit)
       via  a19ee251500de2979d0866e29bcc7dad93c1ed75 (commit)
       via  404f619b9c18e8a8ac3e8337ae1209fa23e874ee (commit)
      from  a6bf59afc18f3e6f89c44a55b7c4270c485f4fd7 (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/Makefile.am    |    2 ++
 po/POTFILES.in     |    2 ++
 src/gpcb-menu.res  |   18 +++++++++---------
 src/pcb-menu.res   |    8 ++++----
 4 files changed, 17 insertions(+), 13 deletions(-)
 mode change 100755 => 100644 doc/Makefile.am
 mode change 100755 => 100644 doc/gs/Makefile.am


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

commit 54c01a9af1080c6b96462626d027fb21fbd1a9a9
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    POTFILES.in: Add src/crosshair.c and src/autoroute.c
    
    We were missing translations before.
    
    "make distcheck" now passes ;)

:100644 100644 3bfb3ed... 0e5e331... M	po/POTFILES.in

commit 616c999af6d2eaae71eefaf3b1c11282a57467f4
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    doc: Don't make any DVI targets
    
    We don't have rules to build all the prerequisites, and we don't care
    about DVI. This is one of the issues causing "make distcheck" to fail.

:100644 100644 6d1e457... 55f8fed... M	doc/Makefile.am

commit a19ee251500de2979d0866e29bcc7dad93c1ed75
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    doc: Remove execute permissions on Makefile.am and gs/Makefile.am

:100755 100644 6d1e457... 6d1e457... M	doc/Makefile.am
:100755 100644 12f36ac... 12f36ac... M	doc/gs/Makefile.am

commit 404f619b9c18e8a8ac3e8337ae1209fa23e874ee
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Clean up whitespace in [g]pcb-menu.res

:100644 100644 e9469e9... dc594c4... M	src/gpcb-menu.res
:100644 100644 aaf48c4... bda9bd7... M	src/pcb-menu.res

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

commit 54c01a9af1080c6b96462626d027fb21fbd1a9a9
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    POTFILES.in: Add src/crosshair.c and src/autoroute.c
    
    We were missing translations before.
    
    "make distcheck" now passes ;)

diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3bfb3ed..0e5e331 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,9 +7,11 @@ data/x-pcb-layout.desktop.in
 data/x-pcb-netlist.desktop.in
 src/action.c
 src/autoplace.c
+src/autoroute.c
 src/buffer.c
 src/change.c
 src/create.c
+src/crosshair.c
 src/edif.c
 src/error.c
 src/file.c

commit 616c999af6d2eaae71eefaf3b1c11282a57467f4
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    doc: Don't make any DVI targets
    
    We don't have rules to build all the prerequisites, and we don't care
    about DVI. This is one of the issues causing "make distcheck" to fail.

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6d1e457..55f8fed 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -49,6 +49,8 @@ dist_man_MANS=	pcb.1
 html_docs=	${info_TEXINFOS:.texi=.html}
 pdf_docs=	${info_TEXINFOS:.texi=.pdf} refcard.pdf
 
+DVIS=
+
 # put the html manual into 1 file instead of multiple files?
 AM_MAKEINFOHTMLFLAGS=	--css-include=$(srcdir)/pcb.css --no-split
 

commit a19ee251500de2979d0866e29bcc7dad93c1ed75
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    doc: Remove execute permissions on Makefile.am and gs/Makefile.am

diff --git a/doc/Makefile.am b/doc/Makefile.am
old mode 100755
new mode 100644
diff --git a/doc/gs/Makefile.am b/doc/gs/Makefile.am
old mode 100755
new mode 100644

commit 404f619b9c18e8a8ac3e8337ae1209fa23e874ee
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Clean up whitespace in [g]pcb-menu.res

diff --git a/src/gpcb-menu.res b/src/gpcb-menu.res
index e9469e9..dc594c4 100644
--- a/src/gpcb-menu.res
+++ b/src/gpcb-menu.res
@@ -483,17 +483,17 @@ PopupMenus =
        {"Unselect all objects" Unselect(All)}
        {"Remove selected objects" RemoveSelected()}
        {"Copy selection to buffer"
-	GetXY(Click to set the snap point for this buffer)
-	PasteBuffer(Clear)
-	PasteBuffer(AddSelected)
-	Mode(PasteBuffer)
+        GetXY(Click to set the snap point for this buffer)
+        PasteBuffer(Clear)
+        PasteBuffer(AddSelected)
+        Mode(PasteBuffer)
        }
        {"Cut selection to buffer"
-	GetXY(Click to set the snap point for this buffer)
-	PasteBuffer(Clear)
-	PasteBuffer(AddSelected)
-	RemoveSelected()
-	Mode(PasteBuffer)
+        GetXY(Click to set the snap point for this buffer)
+        PasteBuffer(Clear)
+        PasteBuffer(AddSelected)
+        RemoveSelected()
+        Mode(PasteBuffer)
        }
        {"Convert selection to element" Select(Convert)}
        {"Auto place selected elements" AutoPlaceSelected()}
diff --git a/src/pcb-menu.res b/src/pcb-menu.res
index aaf48c4..bda9bd7 100644
--- a/src/pcb-menu.res
+++ b/src/pcb-menu.res
@@ -218,7 +218,7 @@ MainMenu =
     {"Set Dispersion" Import(setdisperse)}
    }
   }
-    
+
   {Select
    {"Select all visible objects" Select(All)}
    {"Select all connected objects" Select(Connection)}
@@ -267,7 +267,7 @@ MainMenu =
    {"Elements" ChangeSquare(SelectedElements)}
    {"Pins" ChangeSquare(SelectedPins)}
   }
-    
+
   {Buffer
    {"Copy selection to buffer" GetXY(Click to set the snap point for this buffer)
     PasteBuffer(Clear) PasteBuffer(AddSelected) Mode(PasteBuffer)}
@@ -295,7 +295,7 @@ MainMenu =
    {"#4" checked=buffer,4 PasteBuffer(4) a={"Shift-4" "Shift<Key>4"}}
    {"#5" checked=buffer,5 PasteBuffer(5) a={"Shift-5" "Shift<Key>5"}}
   }
-    
+
   {Connects
    {"Lookup connection to object" GetXY(Click on the object) Connection(Find) a={"Ctrl-F" "Ctrl<Key>f"}}
    {"Reset scanned pads/pins/vias" Connection(ResetPinsViasAndPads) Display(Redraw)}
@@ -331,7 +331,7 @@ MainMenu =
    -
    {"Apply vendor drill mapping" ApplyVendor()}
   }
-    
+
   {Info
    {"Generate object report" ReportObject() a={"Ctrl-R" "Ctrl<Key>r"}}
    {"Generate drill summary" Report(DrillReport)}




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