You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(4) |
Mar
(5) |
Apr
|
May
(5) |
Jun
(30) |
Jul
(2) |
Aug
(18) |
Sep
(14) |
Oct
(7) |
Nov
(21) |
Dec
(44) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(63) |
Feb
(94) |
Mar
(54) |
Apr
(39) |
May
(34) |
Jun
(25) |
Jul
(10) |
Aug
(33) |
Sep
(16) |
Oct
(62) |
Nov
(12) |
Dec
(2) |
| 2005 |
Jan
(71) |
Feb
(8) |
Mar
(50) |
Apr
|
May
(2) |
Jun
(12) |
Jul
(19) |
Aug
(8) |
Sep
(3) |
Oct
(2) |
Nov
|
Dec
(8) |
| 2006 |
Jan
(10) |
Feb
(1) |
Mar
(301) |
Apr
(232) |
May
(26) |
Jun
(20) |
Jul
(26) |
Aug
(79) |
Sep
(92) |
Oct
(174) |
Nov
(17) |
Dec
(93) |
| 2007 |
Jan
(27) |
Feb
(179) |
Mar
(37) |
Apr
(81) |
May
(20) |
Jun
(5) |
Jul
|
Aug
(40) |
Sep
(68) |
Oct
(8) |
Nov
(47) |
Dec
(34) |
| 2008 |
Jan
(154) |
Feb
(15) |
Mar
(5) |
Apr
(21) |
May
(4) |
Jun
(1) |
Jul
(4) |
Aug
(6) |
Sep
(8) |
Oct
(9) |
Nov
(35) |
Dec
(50) |
| 2009 |
Jan
(8) |
Feb
(10) |
Mar
(6) |
Apr
(9) |
May
(7) |
Jun
(40) |
Jul
(7) |
Aug
(5) |
Sep
(2) |
Oct
(16) |
Nov
(42) |
Dec
(5) |
| 2010 |
Jan
(3) |
Feb
(15) |
Mar
(32) |
Apr
(18) |
May
(6) |
Jun
(9) |
Jul
|
Aug
(11) |
Sep
(16) |
Oct
|
Nov
(4) |
Dec
(35) |
| 2011 |
Jan
(24) |
Feb
(6) |
Mar
(27) |
Apr
(119) |
May
(72) |
Jun
(20) |
Jul
(31) |
Aug
(88) |
Sep
(86) |
Oct
(14) |
Nov
(11) |
Dec
(30) |
| 2012 |
Jan
(4) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: harry e. <hac...@us...> - 2004-02-14 02:27:16
|
Module Name: pcb Committed By: haceaton Date: Sat Feb 14 02:21:09 UTC 2004 Modified Files: pcb/src: menu.c Log Message: add left/right buffer mirror menu entry To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 pcb/src/menu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-13 22:37:14
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 22:31:15 UTC 2004 Modified Files: pcb/src: Pcb.ad.in action.c find.c global.h insert.c main.c polygon.c polygon.h print.c report.c set.c sizedialog.c Log Message: More complete and sensible DRC checking To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/Pcb.ad.in pcb/src/find.c cvs rdiff -r1.21 -r1.22 pcb/src/action.c cvs rdiff -r1.4 -r1.5 pcb/src/global.h pcb/src/insert.c pcb/src/sizedialog.c cvs rdiff -r1.10 -r1.11 pcb/src/main.c pcb/src/polygon.c pcb/src/set.c cvs rdiff -r1.2 -r1.3 pcb/src/polygon.h cvs rdiff -r1.16 -r1.17 pcb/src/print.c cvs rdiff -r1.9 -r1.10 pcb/src/report.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-13 21:17:37
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 21:11:39 UTC 2004 Modified Files: pcb/src: move.c search.c Log Message: Prevent changing layers of locked objects, find ratlines before other layer objects To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pcb/src/move.c cvs rdiff -r1.6 -r1.7 pcb/src/search.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-13 06:00:29
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 05:54:58 UTC 2004 Modified Files: pcb/src: action.c buffer.c buffer.h menu.c Log Message: Added function to mirror the buffer To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 pcb/src/action.c cvs rdiff -r1.6 -r1.7 pcb/src/buffer.c cvs rdiff -r1.2 -r1.3 pcb/src/buffer.h cvs rdiff -r1.17 -r1.18 pcb/src/menu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-13 05:41:34
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 05:36:07 UTC 2004 Modified Files: pcb/src: buffer.c Log Message: Recalculate arc bounding box when swaping the side To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pcb/src/buffer.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-13 02:07:51
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 02:02:32 UTC 2004 Modified Files: pcb/src: dialog.c Log Message: Updated about dialog To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/dialog.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-13 02:02:43
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 01:57:18 UTC 2004 Modified Files: pcb/src: rats.c Log Message: Use warn color on pins/pads even when netname is known To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/rats.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-13 01:16:51
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 01:11:30 UTC 2004 Modified Files: pcb/src: change.c Log Message: Only change masks with size change when they're non-zero to begin with To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/change.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-13 01:11:33
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 01:06:14 UTC 2004 Modified Files: pcb/src: change.c Log Message: Allow +0 change to mask size to make it equal the underlying copper To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/change.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-13 00:57:04
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 00:51:47 UTC 2004 Modified Files: pcb/src: action.c change.c select.c Log Message: Proper handling of all text scalings To generate a diff of this commit: cvs rdiff -r1.19 -r1.20 pcb/src/action.c cvs rdiff -r1.8 -r1.9 pcb/src/change.c cvs rdiff -r1.5 -r1.6 pcb/src/select.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-13 00:19:16
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 00:13:58 UTC 2004 Modified Files: pcb/src: action.c select.c Log Message: Handle element name size changing properly To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 pcb/src/action.c cvs rdiff -r1.4 -r1.5 pcb/src/select.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-12 16:01:36
|
Module Name: pcb Committed By: haceaton Date: Thu Feb 12 15:56:35 UTC 2004 Modified Files: pcb/src: change.c Log Message: Automatically adjust mask size when copper size is changed To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/change.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-10 22:16:47
|
Module Name: pcb Committed By: haceaton Date: Tue Feb 10 22:13:10 UTC 2004 Modified Files: pcb/src: print.c Log Message: Fixed output bug with persistant thermal changes To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/print.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-02-09 04:12:02
|
Module Name: pcb Committed By: danmc Date: Mon Feb 9 04:08:55 UTC 2004 Modified Files: pcb/tools: Makefile.in Log Message: regen after adding Merge_dimPCBPS To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/tools/Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-02-09 04:11:04
|
Module Name: pcb Committed By: danmc Date: Mon Feb 9 04:07:57 UTC 2004 Modified Files: pcb/tools: Makefile.am Log Message: add Merge_dimPCBPS To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/tools/Makefile.am Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-02-09 04:09:41
|
Module Name: pcb Committed By: danmc Date: Mon Feb 9 04:06:32 UTC 2004 Modified Files: pcb/tools: MergePCBPS Merge_dimPCBPS Log Message: #/bin/sh -> #!/bin/sh to make these execute correctly. While here, add RCS Id's. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/tools/MergePCBPS cvs rdiff -r1.1 -r1.2 pcb/tools/Merge_dimPCBPS Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-07 03:31:07
|
Module Name: pcb Committed By: haceaton Date: Sat Feb 7 03:28:21 UTC 2004 Modified Files: pcb/src: find.c Log Message: Find more errors when skipping through DRCs To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/find.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-06 22:01:57
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 21:59:11 UTC 2004 Modified Files: pcb/src: action.c find.c find.h Log Message: Added feature to continue checking drc after first error is found To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 pcb/src/action.c cvs rdiff -r1.9 -r1.10 pcb/src/find.c cvs rdiff -r1.3 -r1.4 pcb/src/find.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-06 21:05:55
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 21:03:11 UTC 2004 Modified Files: pcb/src: change.c Log Message: Prevent clearance size adjustment from changing joined lines to unjoined To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/change.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-06 20:59:59
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 20:57:15 UTC 2004 Modified Files: pcb/src: set.c Log Message: Fix bug where local reference mark was not erased properly To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/set.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-06 20:43:39
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 20:40:54 UTC 2004 Modified Files: pcb/src: file.c Log Message: Fix bug where loading pcb didn't restore saved view position correctly To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/file.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-06 20:33:15
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 20:30:31 UTC 2004 Modified Files: pcb/src: global.h undo.c Log Message: Fixed undo change text size bug introduced with hi-res changes To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/global.h cvs rdiff -r1.6 -r1.7 pcb/src/undo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-06 16:27:43
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 16:25:00 UTC 2004 Modified Files: pcb/src: draw.c Log Message: Special drawing mode to examine planes for break-up due to tracks routing through them. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/draw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-06 16:24:43
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 16:22:01 UTC 2004 Added Files: pcb/tools: Merge_dimPCBPS Log Message: Add a tool to merge to PCB postscript files where the first one is printed in a light gray color. This is useful for making an assembly drawing where the front tracks are shown in light gray while the silkscreen is solid black. To generate a diff of this commit: cvs rdiff -r0 -r1.1 pcb/tools/Merge_dimPCBPS Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-02-06 04:14:12
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 04:11:35 UTC 2004 Modified Files: pcb/src: draw.c macro.h polygon.c print.c Log Message: Make persistant thermal flags for easier changes to polygons To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/draw.c pcb/src/print.c cvs rdiff -r1.6 -r1.7 pcb/src/macro.h cvs rdiff -r1.9 -r1.10 pcb/src/polygon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |