[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: pcb.git: branch: master updated (9a93ddad5a5411edafdc256ced39c2530c8e5cec)
The branch, master has been updated
via 9a93ddad5a5411edafdc256ced39c2530c8e5cec (commit)
from 5475f2962456a0199d94658ab8a39f9d10920cba (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 | 7 -------
src/global.h | 1 -
2 files changed, 0 insertions(+), 8 deletions(-)
=================
Commit Messages
=================
commit 9a93ddad5a5411edafdc256ced39c2530c8e5cec
Author: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>
gEDA-user: PCB: option dumpmenu missing
A patch to remove this from documentation (and one variable from the
source) is appended.
Kind regards,
Felix
Am 25.05.2011 19:11, schrieb DJ Delorie:
> I think that option is a leftover from my initial HID conversion.
>
> It would have been lesstif-specific anyway, the gtk hid has its own
> menu file (gpcb-menu.res, same locations)
>
>
> _______________________________________________
> geda-user mailing list
> geda-user@xxxxxxxxxxxxxx
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
>
>From 94458c63ae97135964c41f4966b9cdf65ee4ec27 Mon Sep 17 00:00:00 2001
From: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>
Date: Wed, 25 May 2011 14:36:34 +0200
Subject: [PATCH 50/50] Remove commandline-option 'dumpmenu' from docu and source
:100644 100644 1b881af... 9dff289... M doc/pcb.texi
:100644 100644 9ad5331... 498e3f8... M src/global.h
=========
Changes
=========
commit 9a93ddad5a5411edafdc256ced39c2530c8e5cec
Author: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>
gEDA-user: PCB: option dumpmenu missing
A patch to remove this from documentation (and one variable from the
source) is appended.
Kind regards,
Felix
Am 25.05.2011 19:11, schrieb DJ Delorie:
> I think that option is a leftover from my initial HID conversion.
>
> It would have been lesstif-specific anyway, the gtk hid has its own
> menu file (gpcb-menu.res, same locations)
>
>
> _______________________________________________
> geda-user mailing list
> geda-user@xxxxxxxxxxxxxx
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
>
>From 94458c63ae97135964c41f4966b9cdf65ee4ec27 Mon Sep 17 00:00:00 2001
From: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>
Date: Wed, 25 May 2011 14:36:34 +0200
Subject: [PATCH 50/50] Remove commandline-option 'dumpmenu' from docu and source
diff --git a/doc/pcb.texi b/doc/pcb.texi
index 1b881af..9dff289 100644
--- a/doc/pcb.texi
+++ b/doc/pcb.texi
@@ -5732,13 +5732,6 @@ application itself. The master file for all this is the file
used to create the internal menu definition as well as being installed
in @file{$pcblibdir}.
-You can view the internal menu definition (the default) by running
-@file{pcb} with the @code{-dumpmenu} option, like this:
-
-@example
-pcb -dumpmenu
-@end example
-
@c --------------------------- Appendix C -------------------------------
@node Regular Expressions
@appendix Element Search/Regular Expressions
diff --git a/src/global.h b/src/global.h
index 9ad5331..498e3f8 100644
--- a/src/global.h
+++ b/src/global.h
@@ -651,7 +651,6 @@ typedef struct /* some resources... */
*GnetlistProgram, /* gnetlist program name */
*MakeProgram, /* make program name */
*InitialLayerStack; /* If set, the initial layer stack is set to this */
- bool DumpMenuFile; /* dump internal menu definitions */
LocationType PinoutOffsetX, /* offset of origin */
PinoutOffsetY;
int PinoutTextOffsetX, /* offset of text from pin center */
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs