[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: .cvsignore
User: werner
Date: 06/12/12 12:32:46
Modified: . Tag: autonumber .cvsignore ChangeLog Makefile.am
autogen.sh
Added: . Tag: autonumber configure.ac.in
Removed: . Tag: autonumber configure.ac
Log:
sync autonumber branch with trunk
Revision Changes Path
No revision
No revision
1.6.4.1 +1 -0 eda/geda/gaf/gschem/.cvsignore
(In the diff below, changes in quantity of whitespace are not shown.)
Index: .cvsignore
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -u -b -r1.6 -r1.6.4.1
--- .cvsignore 18 Jan 2004 01:52:33 -0000 1.6
+++ .cvsignore 12 Dec 2006 17:32:45 -0000 1.6.4.1
@@ -5,6 +5,7 @@
config.log
config.status
configure
+configure.ac
stamp-h1
*.cache
aclocal.m4
1.557.2.8 +134 -12 eda/geda/gaf/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
retrieving revision 1.557.2.7
retrieving revision 1.557.2.8
diff -u -b -r1.557.2.7 -r1.557.2.8
--- ChangeLog 28 Nov 2006 19:10:13 -0000 1.557.2.7
+++ ChangeLog 12 Dec 2006 17:32:45 -0000 1.557.2.8
@@ -1,15 +1,16 @@
-2006-11.28 Werner Hoch <werner.ho@xxxxxx>
+2006-12-12 Werner Hoch <werner.ho@xxxxxx>
+ sync autonumber branch with trunk
+
+ 2006-11-28 Werner Hoch <werner.ho@xxxxxx>
* src/x_autonumber.c: visual improvements of the sortorder
combobox. Patch by Tomaz Solc, slightly changed.
-2006-11-26 Werner Hoch <werner.ho@xxxxxx>
-
+ 2006-11-26 Werner Hoch <werner.ho@xxxxxx>
* src/x_autonumber.c: remove the slot attribute if remove numbers
and slotting is active.
-2006-11-24 Werner Hoch <werner.ho@xxxxxx>
-
+ 2006-11-24 Werner Hoch <werner.ho@xxxxxx>
* src/x_autonumber.c: repaired keypress events, added gettext macros
replaced the sortorder ratio buttons with a combo box. That shrinks
the dialog a lot.
@@ -18,19 +19,16 @@
* bitmap/gschem-fileorder.png: added an ugly dummy bitmap
-2006-11-11 Werner Hoch <werner.ho@xxxxxx>
-
+ 2006-11-11 Werner Hoch <werner.ho@xxxxxx>
* src/x_autonumber.c: added used_slot database. This fixes a
problem with duplicate slotted objects.
Removed keyboard accelerators (by Tomaz Solz #1589430)
-2006-11-09 Werner Hoch <werner.ho@xxxxxx>
-
+ 2006-11-09 Werner Hoch <werner.ho@xxxxxx>
* src/x_autonumber.c: (scope_skip == SCOPE_SELECTED) didn't work as
expected, fixed it.
-2006-11-07 Werner Hoch <werner.ho@xxxxxx>
-
+ 2006-11-07 Werner Hoch <werner.ho@xxxxxx>
* src/o_slot.c, x_dialog.c: removed redundant o_undo_savestate() in
o_slot_end(). But it is required in the slot_edit_dialog_ok()
function. This repairs to many undo states when using the
@@ -39,7 +37,7 @@
* src/x_autonumber.c: Added improved autonumber dialog from
Tomaz Solz (#1589430)
-2006-11-06 Werner Hoch <werner.ho@xxxxxx>
+ 2006-11-06 Werner Hoch <werner.ho@xxxxxx>
* src/o_misc.c, src/x_dialog.c, src/x_autonumber.c: moved all
autonumber related code to x_autonumber.c
@@ -47,6 +45,130 @@
* bitmap/: added bitmaps for the autonumber dialog
+2006-12-10 Werner Hoch <werner.ho@xxxxxx>
+
+ * src/x_dialog.c: use GtkDialog for color edit dialog, the
+ slot attribute dialog, the linetype dialog, the linestyle
+ dialog and the translate dialog.
+ set default response, cosmetics changes and fixes.
+
+2006-12-09 Werner Hoch <werner.ho@xxxxxx>
+
+ * src/x_compselect.c: added transient_for flag to the dialog
+
+ * src/x_fileselect.c: set default response to OK
+
+ * src/x_print.c: set default response to print, added transient_for
+ flag, fixed a keyval "Return" instead of "linefeed"
+
+ * src/x_image.c: use GtkDialog for the PNG export dialog.
+ added a filechooser dialog, misc cosmetics.
+
+ * src/x_dialog.c: use GtkDialog for text property dialog.
+ code cleanup and cosmetics
+
+2006-12-06 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * autogen.sh, Makefile.am, configure.ac, configure.ac.in: Changed
+ the configure.ac and autogen.sh files to dynamically figure out the
+ gettext version (instead of hard coding the version) when autogen.sh
+ is ran. Hard coding 0.15 inside configure.ac broke everybody
+ who doesn't have gettext 0.15 installed. The configure.ac file
+ is now generated from the configure.ac.in. configure.ac was
+ removed from CVS at this point.
+
+ * .cvsignore: Added configure.ac into this file so that it is ignored
+ when doing cvs update.
+
+2006-12-05 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * lib/system_gschemrc.in, scheme/auto-place-attribs.scm:
+ Make the auto place function smarter when dealing with objects
+ with pins on 3 or 4 sides. Now it avoids to overlap the pins or
+ the attributes when autoplacing.
+
+ * include/prototype.h, src/g_hook.c, src/g_register.c:
+ Changed scheme function g_get_object_bounds to accept two
+ more parameters, allowing to exclude attributes, or objects types
+ when calculing the object bounds.
+
+ * src/x_compselect.c: clib_directories is now a double linked list.
+
+2006-12-04 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * lib/system-gschemrc.in: Added Control-x, Control-c, Control-v
+ for cut buffer, copy buffer, and paste buffer menu and hotkey
+ items. The paste automatically shows the outline (just like
+ pressing "yp"). Changed the behavior of all the paste menu
+ options to automatically show an outline of the paste buffer
+ (just like pressing "yp"). This should make it more obvious as
+ to what to do when pasting.
+
+ * src/i_basic.c, src/i_callbacks.c: Modified the code to
+ enable/disable the new Cut, Copy, and Paste commands. Also
+ modified the code to properly enable and disable the "Buffer/Paste
+ from X" commands only if there is something in the buffer.
+
+ * src/i_basic.c: Also added the code to enable/disable "Multiple
+ Copy Mode". Also fixed a unused variable compiler warning.
+
+ * src/x_dialog.c: Increased the size of the hotkey char buffer
+ for the hotkey dialog.
+
+ * src/x_menus.c: Removed the right justification of the help menu
+ item since it has gone out of style to have the help menu all the
+ way on the right hand side. Something about usability. :)
+
+2006-12-02 Mike Jarabek <mjarabek@xxxxxxxxx>
+
+ * include/i_vars.h include/prototype.h src/g_rc.c src/g_register.c
+ src/i_vars.c: Support for rc command to set the postscript line
+ default width.
+
+ * lib/system-gschemrc.in: Added call to the new rc function
+ to set the system wide default line width
+
+ * examples/drawing_primitives.sch: Added extra line to show line
+ width relative to pin and net width.
+
+2006-12-02 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ The running of gettextize changed: ChangeLog, Makefile.am,
+ configure.ac, m4/ChangeLog, m4/Makefile.am, po/Makevars.
+
+2006-12-02 gettextize <bug-gnu-gettext@xxxxxxx>
+
+ * Makefile.am (SUBDIRS): Remove intl.
+ (EXTRA_DIST): Add config.rpath.
+ * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
+ (AM_GNU_GETTEXT_VERSION): Bump to 0.15.
+
+2006-11-21 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * configure.ac: Fixed libgeda detection/find error message when
+ the wrong libgeda version is found. (Bug reported by Karel Kulhavy;
+ thanks)
+
+2006-11-19 Werner Hoch <werner.ho@xxxxxx>
+
+ * src/i_basic.c, src/x_grid.c, src/x_window.c: moved the
+ filename from the status bar to the window title.
+ Show grid settings in the status bar.
+
+
+2006-11-13 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * src/x_compselect.c: Always update the complex place list.
+ Before, the list wasn't updated if the user opens the file chooser
+ and choose the same component and library than the last time.
+
+
+2006-11-07 Werner Hoch <werner.ho@xxxxxx>
+
+ * src/o_text.c, src/o_slot.c: fixed slot update errors
+ (Bug #1589247)
+
+>>>>>>> 1.571
2006-10-23 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* src/o_text.c: Changed polarity of one of the sanity checks
1.18.4.1 +4 -3 eda/geda/gaf/gschem/Makefile.am
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Makefile.am
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.18.4.1
diff -u -b -r1.18 -r1.18.4.1
--- Makefile.am 14 Jul 2006 02:23:53 -0000 1.18
+++ Makefile.am 12 Dec 2006 17:32:46 -0000 1.18.4.1
@@ -1,7 +1,7 @@
SUBDIRS = include lib intl src m4 po scheme bitmap scripts examples \
tests docs
-EXTRA_DIST = VOCABULARY BUGS autogen.sh
+EXTRA_DIST = VOCABULARY BUGS autogen.sh config.rpath configure.ac.in
#proto:
# (cd src ; ./create_proto)
@@ -24,4 +24,5 @@
DISTCLEANFILES = *.log core FILE *~ prototype.bak
MAINTAINERCLEANFILES = *.log core FILE *~ Makefile.in configure config.h.in \
config.status aclocal.m4 config.guess config.rpath \
- config.sub depcomp install-sh missing mkinstalldirs
+ config.sub depcomp install-sh missing mkinstalldirs \
+ configure.ac
1.4.4.1 +9 -1 eda/geda/gaf/gschem/autogen.sh
(In the diff below, changes in quantity of whitespace are not shown.)
Index: autogen.sh
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -b -r1.4 -r1.4.4.1
--- autogen.sh 22 Jan 2006 13:55:31 -0000 1.4
+++ autogen.sh 12 Dec 2006 17:32:46 -0000 1.4.4.1
@@ -6,7 +6,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-configure_script=configure.ac
+configure_script=configure.ac.in
DIE=0
@@ -78,6 +78,14 @@
am_opt=--include-deps;;
esac
+# Create the configure.ac from the configure.ac.in file.
+# The below line to get the gettext version isn't the most robust construct
+# because if gettext changes its version output format, this will break.
+installed_gettext_version=`gettext --version | grep gettext | awk '{print $4}'`
+cat $configure_script | \
+ sed "s/%INSTALLED_GETTEXT_VERSION%/$installed_gettext_version/" > configure.ac
+configure_script=configure.ac
+
for coin in `find $srcdir -name $srcdir/CVS -prune -o -name $configure_script -print`
do
dr=`dirname $coin`
No revision
No revision
1.1.2.1 +1 -1 eda/geda/gaf/gschem/configure.ac.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/configure.ac.in,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- configure.ac.in 7 Dec 2006 03:57:28 -0000 1.1
+++ configure.ac.in 12 Dec 2006 17:32:46 -0000 1.1.2.1
@@ -1,4 +1,4 @@
-# $Id: configure.ac.in,v 1.1 2006/12/07 03:57:28 ahvezda Exp $
+# $Id: configure.ac.in,v 1.1.2.1 2006/12/12 17:32:46 werner Exp $
#
# Process this file with autoconf to produce a configure script.
AC_INIT
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs