action.c: UpdatePackage() reloads from disk
[geda-pcb/whiteaudio.git] / ChangeLog
blobfa675ada2f7856af3d77602cb74148aac55edf8f
1 2012-02-06   Kai-Martin Knaak * kmk AT lilalaser dot de * 
2     * allow "px" as a unit of measure to set RatThickness to a fixed 
3     number of screen pixels.
5 2011-09-18   DJ Delorie * dj AT delorie dot com *
7         * po/POTFILES.in: Remove src/hid/common/hidgl_package_vrml_y.c from
8         POTFILES.in Reverts 61bd0cb1e134bbea96abd6fd2d5fb94d09c0b3c8 as this file
9         doesn't exist in this repository, causing a distcheck failure.
11 2011-09-18   DJ Delorie * dj AT delorie dot com *
13         * : Update golden files for nanometers hid_png3 was off by a pixel on a line end.  I retested my UV and TT
14         films to verify that the nanometers conversion didn't affect line
15         *widths* and updated the golden file to accept this one-pixel
16         difference.
18 2011-09-17   DJ Delorie * dj AT delorie dot com *
20         * src/action.c: [windows] use unix-style path separators when
21         calling gnetlist
23 2011-09-17   Felix Ruoff * Felix AT posaunenmission dot de *
25         * : commit 70db91fc3dfb8b378962794fc8f86f71b52f7af8  Author:
26         Kai-Martin Knaak * kmk AT lilalaser dot de * Date:   Fri Sep 16
27         01:07:32 2011 +0200
29 2011-09-16   Kai-Martin Knaak * kmk AT lilalaser dot de *
31         * doc/pcb.texi: remove panner control from documentation There is no panner control in the GUI (anymore?) since at least five
32         years.  this pathc removes its description from the texi manual.
34 2011-09-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
36         * src/file.c, src/main.c: Don't adjust the Library command settings
37         if they are NULL, or an empty string.  (The empty string part is a fixup for commit
38          31df66e87a810aac852139da9119b15c47fa8c71 - this will teach me for bikeshedding) The NULL part should fix bug lp-852598 Closes-bug: lp-852598
40 2011-09-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
42         * src/file.c, src/main.c: Bikeshed commit
43         11700ba8c3c951a788c8190073eb09822060dfdd I don't like magic strings, and IMO, using a blank
44         LibraryContentsCommand string to imply "don't use this feature" is
45         better than "*NONE*".
47 2011-09-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
49         * src/hid/gtk/gui-top-window.c: hid/gtk: Set the LC_NUMERIC locale
50         to "C" rather than "POSIX" This value is supported on Win32 platforms, whereas "POSIX" doesn't
51         appear to have any effect.  This was one possible way to fix the "zoom doesn't work" bug on
52         Win32 for locales which use "," as the decimal separator.  DJ fixed the Zoom action to be locale independent in commit
53         fd5399c67b988f2f7c9d1a0b4ab7c13bc2e95158, which worked around the
54         problem for this particular action, but I feel it would be best that
55         we made our locale handling consistent between Linux and Win32 as
56         well.  Affects-bug: lp-843577
58 2011-09-08   Dima Kogan * dima AT secretsauce dot net *
60         * src/djopt.c: fixed an instance of the "only-optimize-autorouted"
61         flag being ignored  Signed-off-by: Dima Kogan * dima AT secretsauce dot net *
63 2011-09-16   DJ Delorie * dj AT delorie dot com *
65         * src/file.c, src/main.c: Skip the M4 library on Windows On Windows, set the LibraryContentsCommand to the magic string
66         "*NONE*" and check for that string while loading the libraries.
67         This avoids the windows pcb.exe from trying to run bash or m4
68         scripts, which are normally not available, yet allows the user a way
69         to re-enable them if they want.
71 2011-09-16   DJ Delorie * dj AT delorie dot com *
73         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: De-localize
74         zoom parsing The values used for Zoom() were being parsed with strtod(), which
75         switches between '.' and ',' depending on locale.  Switch to
76         g_ascii_strtod() which always uses '.' and thus always matches our
77         actions.  Note: I didn't change the command line parsing, because I didn't
78         think we should impose '.'-centric syntax on other locales.
80 2011-09-16   DJ Delorie * dj AT delorie dot com *
82         * lib/generic.list: Add DIL footprint names and R025.  Existing tutorials say to use "DIL 16 300" for DIPs (we use "N 16
83         300") and often call for the R025 footprint, so add them as aliases
84         so the m4-to-newlib converter includes them.
86 2011-09-16   DJ Delorie * dj AT delorie dot com *
88         * lib/m4lib_to_newlib.sh: Fix m4-to-newlib converter filenames The m4 library uses macros and parameters to describe footprints,
89         which allows for a *very* flexible footprint naming scheme.  While
90         it is impossible for pcb to know all valid footprint values, it does
91         have a list of "standard" ones, and knows how to obtain those.
92         However, the m4 to newlib converter wasn't using the same footprint
93         naming convention as everyone else, so produced *.fp files that
94         weren't always useful.  For example, there were a large number of
95         300.fp files that all collided.  With this fix, the footprint name matches the value in [...] in the
96         library window, which is what we tell people to use for the
97         "footprint=" attribute anyway.
99 2011-09-16   DJ Delorie * dj AT delorie dot com *
101         * src/hid/lesstif/lesstif.h: Wrap all XmStrings in gettext()
103 2011-09-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
105         * po/POTFILES.in: Add another missing source file to POTFILES.in
107 2011-09-15   DJ Delorie * dj AT delorie dot com *
109         * src/main.c: Add locale functions Add textdomain() and setlocale() to connect to our message catalogs.
111 2011-09-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
113         * po/POTFILES.in: Add some missing files to POTFILES.in (And sorted the file contents).   Reported-by: Bert Timmerman * bert dot timmerman AT xs4all dot nl *
114         Affects-bug: lp-846368
116 2011-09-09   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
118         * po/nl.po: Updated the Dutch translation.
120 2011-09-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
122         * src/report.c: report.c: Don't leave actions in the undo stack or
123         change the user's flags Some actions in ReportNetLength*() would have been lumped in with
124         whatever actions were next added to the undo stack. These functions
125         also left the user's board with a different "FOUND" flags on various
126         items.  In the case of the "Report(AllNetLenths)" action, a very long undo
127         stack would be created, which is not very helpful to the user.  These changes hide the internal flag changes made during the net
128         length calculation from the undo system.  We are able to get back to the inital board state because we save
129         the operations caused by our initial RestConnections() on the undo
130         stack.  After we have done our work (modifying various flags in the
131         process), we reset the flags again (this time bypassing the Undo
132         system), so the board is consistent with the ResetConnections() call
133         we DID save undo data for. We then Undo() these changes before we
134         leave the function.
136 2011-09-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
138         * src/report.c: report.c: Return 1 for all failure conditions in
139         ReportNetLengthByName()
141 2011-09-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
143         * src/undo.c: undo.c: Add error message where
144         RestoreUndoSerialNumber() will break things If operations are addded to the undo stack between a call to
145         IncrementUndoSerialNumber() and a subsequent call for
146         RestoreUndoSerialNumber(), those added operations will be placed in
147         the undo stack with an inconsistent serial number.  The {Save,Restore}UndoSerialNumber() API is pretty fragile in this
148         regard, and we should avoid using it where possible.  An better alternative might be to implement a
149         "LockUndoSerialNumber()" call which temporarily disables
150         IncrementUndoSerialNumber(), and a "UnlockUndoSerialNumber()" call
151         which re-enables its increment function.  Better yet - we could make these functions nestable, so we need not
152         worry whether some action uses this new feature internally when we
153         are also using it.
155 2011-09-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
157         * src/undo.c: undo.c: Handle undo failures in a more sane manner Our current error-case handling can cause serial number
158         inconsistency when something goes wrong when performing an Undo
159         operation. There are also various logic flaws in our handling, as it
160         only catches failures where every sub-undo operation with that
161         serial number fails.  Remove the confusing do-loop which decrements the serial number in
162         the failure case, and return some sensible error message instead.  This patch also removes the code which looked like it was intended
163         to loop over the undo stack until a serial number was found to
164         operate on.  It is advantageous for code like the DRC to be able to
165         add increment the undo serial number, then safely perform an Undo -
166         even if there were no changes logged in the undo system during the
167         previous serial number.  Closes-bug: lp-848509
169 2011-09-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
171         * src/undo.c: undo.c: Allow undo of locked objects Our internal actions can make changes to locked objects, then use
172         the undo mechanism to revert these changes. An example is DRC, which
173         changes flags on objects and uses the Undo system to restore their
174         original values.  Affects-bug: lp-848509
176 2011-09-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
178         * src/find.c: find.c: Remove stray RestoreUndoSerialNumber() calls These will cause havoc with the undo system, as we don't actually
179         save a serial number to restore to.  Until a commit efd212c1deb264e9a7f2be17e9338fbb60e22cc0 we were
180         saving a serial number at the start of each "ResetConnections
181         (true);" call, and it would have been that serial number which got
182         restored.  With this and some other fixes to the undo system, these restores
183         are no longer required.  Affects-bug: lp-848509
185 2011-09-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
187         * src/hid/gtk/gtkhid-main.c: gtk: Fix ghid_zoom_view_fit() to work
188         when the board is flipped.  Affects-bug: lp-850311
190 2011-09-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
192         * src/hid/common/hidgl.c, src/hid/gtk/gtkhid-gl.c: Fixup OpenGL
193         includes for better compatibility with OSX Not tested ;)
195 2011-09-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
197         * autogen.sh, configure.ac, m4/ax_check_gl.m4, m4/ax_check_glu.m4,
198         m4/ax_lang_compiler_ms.m4, m4/ax_pthread.m4: Better autoconf tests
199         for GL and GLU (from GtkGLExt - GPL v2 or later) These tests should give better cross platform support for our build.
201 2011-09-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
203         * .gitignore, m4/.gitignore: Remove the m4 directory from the root
204         .gitignore file and add its own
206 2011-09-13   DJ Delorie * dj AT delorie dot com *
208         * src/hid/lesstif/styles.c: [lesstif] set units for styles dialog in
209         more places The styles dialog was segfaulting as the units hadn't been set yet,
210         if you open the style dialog before doing anything with the grid.
212 2011-09-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
214         * src/hid/gtk/gtkhid-gl.c: hid/gtk: Remove misplaced (and redundant)
215         hidgl_flush_triangles() call.  If we were to flush the triangle buffer in ghid_show_crosshair(), we
216         should do it before we set XOR mode on the GL context (assuming the
217         buffer might be dirty when we are called), and we should do it after
218         we finish drawing (if we wish to leave the buffer clean when we
219         return).  The location the flush was in before this commit is just plain
220         wrong.  As we currently have flushes of the triangle buffer wrapping the
221         call to ghid_show_crosshair(), just leave the flushing out of this
222         function.  Does this commit message provide an adequate example of simple
223         patch, complex commit message phenomenon?
225 2011-09-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
227         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
228         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-config.c,
229         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: hid/gtk: Remove
230         auto-pan feature (kill it with fire).  This seems to be fairly universally unpopular on geda-user, and its
231         implementation is a little fragile, often leading the board to pan
232         off to some corner of the board as the poor user reaches for the
233         layer selector or a menu without having remembered to click the
234         feature off.  The fact that the pan direction and speed was set the instant you
235         leave the drawing window also made it particularly unhelpful. A
236         proper implementation should have grabbed the mouse - or at least
237         implemented some buffer zone in which the mouse could be used to
238         give feedback on the pan direction.
240 2011-09-11   DJ Delorie * dj AT delorie dot com *
242         * src/hid/gtk/gtkhid-main.c: [windows] set GDK_PIXBUF_MODULE_FILE If we're using a local gdk-pixbuf installation, we need to set this
243         env variable to point to it.
245 2011-09-11   Bdale Garbee * bdale AT gag dot com *
247         * doc/Makefile.am: Invoke eps2png in $(srcdir), no .
249 2011-09-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
251         * src/hid/common/hidgl.c: hid/common: Remove #include "draw.h" from
252         hidgl.c (twice!)
254 2011-09-11   Dima Kogan * dima AT secretsauce dot net *
256         * src/hid/gtk/ghid-route-style-selector.c,
257         src/hid/gtk/ghid-route-style-selector.h, src/hid/gtk/gtkhid-main.c: 
258         Re-ordered all references in the style selector dialog to have one
259         consistent ordering.  Everything that refers to the settings in the style selector dialog
260         now does so in order of Line thickness Hole size Hole thickness (hole + annular ring)
261         keepaway region size This wasn't 100% consistent previously, which resulted in a bug
262         (fixed in a previous patch). This patch doesn't touch the
263         functionality, but improves the style to avoid future bugs.  Modified to apply on recent route style selector changes by Bert
264         Timmerman.   Signed-off-by: Andrew Poelstra (local) * apoelstra AT wpsoftware
265         dot net * Affects-bug: lp-844635
267 2011-09-11   Dima Kogan * dima AT secretsauce dot net *
269         * src/hid/gtk/ghid-route-style-selector.c: Swap via-hole and -ring
270         size connection in route style selector dialog Closes-bug: lp-844635  Signed-off-by: Andrew Poelstra (local) * apoelstra AT wpsoftware
271         dot net *
273 2011-09-10   Andrew Poelstra (local) * apoelstra AT wpsoftware dot net *
275         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-top-window.c,
276         src/hid/gtk/gui.h: Repopulate route style selector on PCBChanged
277         action When loading a new pcb, Bad Things happen to the route style
278         selector because pcb's route style data is freed. This patch removes
279         all styles from the route style selector and re-adds them whenever a
280         new pcb is loaded.
282 2011-09-10   Andrew Poelstra (local) * apoelstra AT wpsoftware dot net *
284         * src/hid/gtk/ghid-route-style-selector.c,
285         src/hid/gtk/ghid-route-style-selector.h: Add
286         ghid_route_style_selector_empty to GHidRouteStyleSelector
288 2011-09-10   Andrew Poelstra (local) * apoelstra AT wpsoftware dot net *
290         * src/hid/gtk/ghid-route-style-selector.c: Add finalize function to
291         GHidRouteStyleSelector
293 2011-09-09   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
295         * po/POTFILES.in: Remove the src/hid/gtk/gui-dialog-size.c entry
296         from the translatable files list.  This is a completion of commit:
297         a914d5ba58104d8559395b66798b35761afb991a "Replace old route style
298         selector with GHidRouteStyleSelector" dated 20110903 11:09 PM
300 2011-09-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
302         * src/hid/gtk/ghid-layer-selector.c: hid/gtk: Filter out double
303         clicks on the layer selector widget This makes things behave a little nicer if you click to toggle a
304         layer's visibility twice in quick succession. Previously, this would
305         be interpreted as a double-click, causing an extra synthetic click
306         event which would toggle the visibility an extra time.
308 2011-09-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
310         * src/hid/gtk/gui-top-window.c: hid/gtk: Update file-changed
311         notification bar to match gedit a bit more   1. Add a stock "refresh" image to the "Reload" button.    2. Change the message text when the board has modifications.    3. Reload without further prompting if the user presses "Reload",      even if the board is modified. (We already warned them due to
312              2.)
314 2011-09-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
316         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-top-window.c,
317         src/hid/gtk/gui.h: hid/gtk: Reimplement file-change monitor without
318         GFileMonitor I must have had a brain-fail when I hooked up setting up the
319         file-changed monitor in the function which sets the window title.
320         NB: That also gets called after every menu operation! A better place to hook up the monitor would be
321         ghid_sync_with_new_layout(), however changing this alone revealed
322         another issue - we would get notified for changes WE make to the
323         files. We were avoiding those events as the file-monitor was being
324         reset before it could pop up, at the end of the menu action which
325         invoked the save).  However - due to a race condition bug in GLib / GIO, we would
326         sometimes see change notify events for changes we made, even when we
327         hooked up the GFileMonitor AFTER having saved (and synced) our
328         changes to disk.  Rather than attempt to work around this bug, implement the
329         file-change notification in a much more simple way - look at the
330         file mtime when we update the layout, and at each time the mouse
331         pointer enters the main window. FWIW, this is how gedit currently
332         achieves the same feature.
334 2011-09-06   DJ Delorie * dj AT delorie dot com *
336         * src/action.c: Warn user if footprints can't be found on import Since the message log doesn't make it obvious, add a pop-up dialog
337         whenever there are missing footprints during an import.  Affects-bug: lp-828388
339 2011-09-06   DJ Delorie * dj AT delorie dot com *
341         * src/search.c: Fix math error in IsPointOnLine() The math in C didn't match the math in the comment (and, apparently,
342         hasn't for quite some time).  To test: Draw three lines, from 1000,3000 to 1500,2500, then to
343         2000,3000, then back to the start at 1000,3000.  Without this patch,
344         the first and last lines are removed and replaced with a copy of the
345         second line.
347 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
349         * src/action.c, src/file.c, src/file.h, src/hid/common/actions.c: 
350         Implement a new RevertPCB() call, sharing code with LoadPCB() The RevertPCB() takes no filename parameter, and aside from that,
351         the only difference to LoadPCB is that when it calls the GUI's
352         "PCBChanged" action, it passes a new "revert" argument. This should
353         let the GUIs optionally do less work resetting the view state for a
354         board being reverted.
356 2011-09-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
358         * src/action.c, src/command.c, src/hid.h: Add a HID API call,
359         notify_pcb_filename_change() This is so the core can tell the GUI when the PCB being edited is
360         saved into a different file.
362 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
364         * src/file.c, src/hid.h: Add a HID API call, notify_save_pcb()
365         called around saving the PCB The intention of this API is so that GUIs monitoring the active PCB
366         file on disk for changes, can filter out changes which occur as we
367         save the file ourselves.
369 2011-09-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
371         * src/action.c, src/command.c, src/file.c: file.c: Don't set the PCB
372         filename or changed flags inside SavePCB (Filename) Save this for the caller to do. (action.c already set the filename
373         for the SaveAs case anyway).
375 2011-09-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
377         * src/hid/gtk/gtkhid-main.c: Revert "hid/gtk: Avoid the deprecated
378         gdk_drawable_get_display()" This reverts commit c6d6ca16e58b5c7f2248c21e3248825f54e52374.  Turns out the replacement API I used was only introduced in GTK
379         2.24, which is still a little new for us here.
381 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
383         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui-utils.c: hid/gtk:
384         Remove usage of deprecated gtk_range_set_update_policy() We only set this to the default value anyway, and the API has been
385         removed with no replacements.
387 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
389         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui-utils.c: hid/gtk:
390         Replace gtk_container_border_width with
391         gtk_container_set_border_width Replaces the old deprecated API.
393 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
395         * src/hid/gtk/gui-utils.c: hid/gtk: Use g_signal_connect(), not
396         gtk_signal_connect() gtk_signal_connect() is deprecated.
398 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
400         * src/hid/gtk/gui-dialog-print.c: hid/gtk: Re-write the tool-tip
401         handling code to use newer tooltip API Use the gtk_widget_set_tooltip* API introduced in GTK 2.12. This
402         avoids the APIs deprecated in GTK 2.12, and also avoids the
403         requirement to pack GTK_WIDGET_NO_WINDOW widgets inside
404         gtk_event_box() widgets to make their tooltips work.
406 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
408         * src/hid/gtk/gui-drc-window.c, src/hid/gtk/gui-library-window.c,
409         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-netlist-window.c,
410         src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui-top-window.c: 
411         hid/gtk: Replace usage of the deprecated gtk_widget_set_uposition()
412         call The closest replacement is gtk_window_move(), and looking at the GTK
413         sources, appears to be what gtk_widget_set_uposition() calls
414         internally.  We are still rather at the mercy of the user's window manager as to
415         whether it will honour the request we make, and arguably we ought to
416         remove this (mis-)feature anyway.
418 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
420         * src/hid/gtk/gui-dialog.c: hid/gtk: Replace deprecated function
421         call gtk_box_pack_start_defaults()
423 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
425         * src/hid/gtk/gtkhid-main.c: hid/gtk: Avoid the deprecated
426         gdk_drawable_get_display() Grab the active display using gdk_window_get_display() on the window
427         belonging to the drawing area.
429 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
431         * src/hid/gtk/gtkhid-main.c: hid/gtk: Use the g_timeout_add()
432         function, not the deprecated GTK one.
434 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
436         * src/hid/gtk/ghid-main-menu.c: hid/gtk: Fix not accessing
437         GtkMenuShell's children harder I missed a critical part of the fix from commit
438         3584101f67f6ca2f0a252c312cb0c6c9c4fa016f
440 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
442         * src/hid/gtk/gui-pinout-preview.c: hid/gtk: Replace
443         GTK_WIDGET_REALIZED() test with a check for window != NULL This avoids the use of the deprecated GTK_WIDGET_REALIZED macro,
444         without needing to use the GTK2.20 function
445         gtk_widget_get_realized(). The check for a NULL window should be
446         sufficient here I hope.
448 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
450         * src/hid/gtk/gui-command-window.c: hid/gtk: Use gtk_bin_get_child()
451         accessor In GTK3.0, direct access to bin->child will be impossible.
453 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
455         * src/hid/gtk/gui-config.c: hid/gtk: Use gtk_notebook_get_n_pages()
456         rather than diving in and counting In GTK3.0, direct access to notebook->children will be impossible.
458 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
460         * src/hid/gtk/ghid-main-menu.c: hid/gtk: Don't access a
461         GtkMenuShell's children directly In GTK3.0, direct access to shell->children will be impossible.
463 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
465         * src/hid/gtk/ghid-main-menu.c: hid/gtk: Free list returned from
466         gtk_container_get_children() We can (and should) g_list_free() the list of children returned when
467         we are finished with it.  Whilst we are at it, convert the while loop to a for loop and use a
468         tighter condition on the loop termination test. The existing test
469         worked, but would leave a negative number in the object counter we
470         test against.  This would not work if the object counters were ever
471         unsigned integers (as they might plausibly be).
473 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
475         * src/hid/gtk/ghid-route-style-selector.c,
476         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog-print.c,
477         src/hid/gtk/gui-dialog.c, src/hid/gtk/gui-library-window.c,
478         src/hid/gtk/gui-utils.c: hid/gtk: Use accessors to get the vbox from
479         GtkDialog In GTK3.0, direct access to dialog->vbox will be impossible.
481 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
483         * src/hid/gtk/gui-output-events.c: hid/gtk: Use accessor functions
484         for handling GtkAdjustments In GTK3.0, direct access to these member variables will be
485         impossible.
487 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
489         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c: hid/gtk:
490         Don't use GTK_WIDGET_SET_FLAGS() Call the appropriate setter function instead. (For GTK3.0
491         compatibility).
493 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
495         * src/hid/gtk/gui-library-window.c: hid/gtk: Don't test for NOOP
496         before calling gtk_widget_set_sensitive() We were using a deprecated test macro anyway, GTK already does a
497         NOOP test inside gtk_widget_set_sensitive().
499 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
501         * src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: hid/gtk: Remove unused
502         function ghid_button_set_text()
504 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
506         * src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: hid/gtk: Remove unused
507         function ghid_button_active()
509 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
511         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-drc-window.c: hid/gtk:
512         Use gtk_widget_get_style() accessor, rather than direct access In GTK3.0, direct access to widget->style will be impossible.  Swap out the GTK_WIDGET_STATE() macro for gtk_widget_get_state(),
513         which does not directly access the GSeal'd member widget->state.
515 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
517         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
518         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c,
519         src/hid/gtk/gui-pinout-preview.c, src/hid/gtk/gui-top-window.c,
520         src/hid/gtk/gui-utils.c: hid/gtk: Use gtk_widget_get_window()
521         accessor In GTK3.0, direct access to widget->window will be impossible.
523 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
525         * src/hid/gtk/gtkhid-gl.c, src/hid/gtk/gui-drc-window.c,
526         src/hid/gtk/gui-keyref-window.c, src/hid/gtk/gui-library-window.c,
527         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-netlist-window.c,
528         src/hid/gtk/gui-top-window.c: hid/gtk: Use
529         gtk_widget_get_allocation() accessor In GTK3.0, direct access to widget->allocation will be impossible.
531 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
533         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c: hid/gtk: Use
534         gtk_widget_get_allocation() not gdk_window_get_geometry() This avoids an unnecessary round-trip the the X server on X11
535         platforms.
537 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
539         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Avoid warning caused by early
540         drawing before gport->pixmap is set Avoids a command line warning: (pcb:28876): Gdk-CRITICAL **: IA__gdk_draw_drawable: assertion
541         `GDK_IS_DRAWABLE (src)' failed With the GDK renderer in use.  This trigger appears to be some state changes triggered as the new
542         layer selector widget initialises.
544 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
546         * src/hid/gtk/gui-misc.c: hid/gtk: Clean and make
547         gport_set_cursor_type() more GTK3.0 compatible Also removes the DEFAULT_CURSOR return value (for the case of no
548         window being setup) to GDK_X_CURSOR (the 0 enum value), as the code
549         path which returned DEFAULT_CURSOR would never have been hit.
551 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
553         * src/hid/gtk/ghid-cell-renderer-visibility.c: hid/gtk: Use
554         gtk_cell_renderer_get_{align,pad} accessors In GTK3.0, direct access to these fields will be impossible.
556 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
558         * src/hid/gtk/gui-top-window.c: hid/gtk: Avoid double-destroying the
559         file-changed info_bar on "Reload" This was caused by an addition I made in the earlier patch to
560         destroy the info_bar when the user manually reverts or loads a new
561         file).  The callback on revert button was trying to delete it (again) after
562         the revert _action_ we call triggered a destroy of the widget. Avoid
563         this by destroying the info_bar before we call the revert action.
565 2011-09-05   Andrew Poelstra * asp11 AT sfu dot ca *
567         * src/hid/gtk/ghid-layer-selector.c: gtk: use
568         gtk_action_block_activate() in layer selector The GHidLayerSelector widget now uses gtk_action_block_activate()
569         instead of storing/blocking signal IDs. This is the proper way to
570         suppress signal emission since 2.16.  This also fixes the lockup bug that was supposed to be fixed by the
571         recent commit 8857757, but still occured when using the menus to
572         toggle layers.
574 2011-09-05   DJ Delorie * dj AT delorie dot com *
576         * src/const.h, src/draw.c, src/misc.c, src/print.c, src/report.c: 
577         Fix text scaling exceeding Coord max.  The old way of scaling text was to multiply by scale/100 but this
578         could easily overflow on reasonably sized boards with a 32-bit Coord
579         type.  The new code scales by (double)scale/100.0 instead.  Since we
580         don't store scaled values in the PCB file, a loss of precision won't
581         matter, but a double has 53 bits of precision - in nanometers,
582         that's a board about the size of North America.  Closes-bug: lp-832451
584 2011-09-05   DJ Delorie * dj AT delorie dot com *
586         * configure.ac, globalconst.h, src/global.h: Add configure selection
587         of 32/64 Coord type   --enable-coord64        Force 64-bit coordinate types   --enable-coord32        Force 32-bit coordinate types Defaults to "long" as before, but if you give one of the above, the
588         type changes to a suitable 32-bit or 64-bit type.  Note that this is
589         only guaranteed to be the size you choose if you have <stdint.h>
590         which most OSs provide, else the "int" and "long long" types are
591         used instead.
593 2011-09-05   Andrew Poelstra * asp11 AT sfu dot ca *
595         * src/hid/gtk/ghid-layer-selector.c: gtk: Fix "clicking on layer
596         selector separator bug" If you click on the selector between real and virtual layers in the
597         pcb layer selector, it will toggle the first layer. This patch
598         simply ignores the click.
600 2011-09-05   Andrew Poelstra * asp11 AT sfu dot ca *
602         * src/hid/gtk/ghid-layer-selector.c, src/hid/gtk/gui-top-window.c: 
603         gtk: fix behavior when hiding the last visible layer When you try to toggle the last layer invisible, pcb should refuse
604         to let you do so, since something has to be selected, and we don't
605         allow selection of invisible layers.  What actually happens is that pcb locks up. This patch fixes that.
607 2011-09-05   Andrew Poelstra * asp11 AT sfu dot ca *
609         * src/hid/gtk/gui-top-window.c: gtk: Force silk and rat layers
610         visible when they are selected.
612 2011-09-05   Andrew Poelstra * asp11 AT sfu dot ca *
614         * src/hid/gtk/ghid-route-style-selector.c,
615         src/hid/gtk/ghid-route-style-selector.h, src/hid/gtk/gtkhid-main.c: 
616         Implement RouteStylesChanged action This action looks at the actual route-style settings (i.e.,
617         Settings.LineThickness), and gives these to the route style
618         selector. The selector looks in its list and selects a style, if one
619         matches. Otherwise, it does nothing.
621 2011-09-04   Andrew Poelstra * asp11 AT sfu dot ca *
623         * src/hid/gtk/ghid-route-style-selector.c,
624         src/hid/gtk/ghid-route-style-selector.h,
625         src/hid/gtk/gui-command-window.c, src/hid/gtk/gui-top-window.c,
626         src/hid/gtk/gui.h: Add Ctrl+F1,F2,F3,... accelerators to route style
627         selector Since we now have three accelerator groups to worry about (those of
628         the layer selector, route style selector and main menu), I have
629         moved the hooking/unhooking code into two functions:   ghid_install_accel_groups ()   ghid_remove_accel_groups () These should be used whenever accelerators need to be disabled, for
630         example, when the user has the command box active.
632 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
634         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: Remove the last
635         of ghidgui->toggle_holdoff
637 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
639         * src/Makefile.am, src/hid/gtk/gtkhid-main.c,
640         src/hid/gtk/gui-dialog-size.c, src/hid/gtk/gui-top-window.c,
641         src/hid/gtk/gui.h: Replace old route style selector with
642         GHidRouteStyleSelector TODO: The RouteStylesChanged action is now very broken.        Menu accelerators need to be installed
644 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
646         * src/hid/gtk/ghid-main-menu.c, src/hid/gtk/ghid-main-menu.h: 
647         Introduce functions for GHidRouteStyleSelector handling to menu
649 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
651         * src/Makefile.am, src/hid/gtk/ghid-route-style-selector.c,
652         src/hid/gtk/ghid-route-style-selector.h: Introduce
653         GHidRouteStyleSelector widget, don't use it yet
655 2011-09-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
657         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Add file
658         change notification for the currently open PCB If the file is modified on disk, a bar appears at the top of the PCB
659         area offering the user a choice as to whether they wish to reload
660         the board or cancel (do nothing).  If the user has changes, and hits reload - they are prompted as to
661         whether they wish to throw away their changes.  Requires GTK 2.18 or higher due to use of the GtkInfoBar widget.
663 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
665         * configure.ac: Require GTK 2.18 or later for the GTK HID.  This is for some new widgets, like the GtkInfoBar.
667 2011-09-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
669         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Fix
670         styling of menubar area so it is consistent across its width This relies on some nasty tricks copying GtkStyle's between the
671         menubar widget and a new GtkEventBox widget we pack the top bar in
672         to give us a background to paint on. We also adjust the styles of
673         the coordinate read- out labels and frames to ensure they are
674         legible.  There may still be some inconsistencies, as the coordinate selector
675         button is themed as if it were a toolbar button, hence the
676         colourings used may be designed to work with a different background
677         colour than we have.
679 2011-09-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
681         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Create a
682         GtkToolbar of mode buttons for compact vertical mode Rather than packing our mode buttons into an hbox, use a proper
683         GtkToolbar so theming will match the rest of the user's desktop.  This simplifies code to switch compact mode on and off, as we have
684         two distinct widgets to show / hide, rather than having to reparent
685         the mode buttons each time.  It does, however mean we have to be careful not to double-trigger
686         events when keeping the two sets of mode buttons in sync with each
687         other, so that isn't ideal.  In the longer term, we probably ought to split out the mode button
688         area on the left-hand toolbar as a separate self-contained widget.
690 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
692         * src/hid/gtk/ghid-cell-renderer-visibility.c: gtk: Prelight toggle
693         swatches in layer selector This brightens the layer visibility swatches subtly when the mouse
694         hovers over them. IMHO this improves the discoverability of the
695         widget without being distracting or misleading.
697 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
699         * src/hid/gtk/ghid-layer-selector.c: gtk: Don't gray out invisible
700         layers' text in the selector
702 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
704         * src/hid/gtk/ghid-layer-selector.c: gtk: toggle non-activatable
705         layers on click, without checking for swatch
707 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
709         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c,
710         src/hid/gtk/gui.h: hid/gtk: Remove compact_vbox and compact_hbox
712 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
714         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c,
715         src/hid/gtk/gui.h: hid/gtk: Always show the PCB name on the
716         title-bar, not the toolbar This saves space and reduces code complexity
718 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
720         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Don't
721         use a GtkEventBox as a container widget We weren't making use of the events from the event box, and appeared
722         just to be using it as a convenient container to allow setting the
723         sensitivity on our entire left hand toolbar at once.  Scrap the event box widget and just store a pointer to the vbox
724         widget which the left toobar items are packed into. We can set the
725         sensitivity on this and get the desired effect.
727 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
729         * src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui-top-window.c: 
730         hid/gtk: Don't pack the drawing area in a GtkViewport widget (For both the main window and the pinout preview). The GtkViewport
731         widget is designed to add scroll bars to a widget which doesn't have
732         native scroll capabilities. We are handling out own scroll-bars, so
733         the only gain we had from the GtkViewport we added was a shadow
734         around the widget.  If we decide we want the shadow back, a more appropriate widget to
735         pack the drawing area with might be a GtkFrame.
737 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
739         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove the vbox used to
740         pack ghidgui->compact_hbox The main effect here is that the contents of the compact_hbox will
741         get more vertical space assigned to them if the menu bar section is
742         taller than the natural size of those widgets.  The visual change seems acceptable, and we could use every bit of
743         code-cleanup in ghid_build_pcb_top_window()
745 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
747         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove some more temporary
748         variable assignments These make the code harder to follow, as the same temporary variable
749         is used again and again to refer to different widgets.
751 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
753         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Don't
754         use an hbox to pack the board name label The hbox only has one child, so use the name label directly.
756 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
758         * src/hid/gtk/gui-top-window.c: hid/gtk: Skip the generic "hbox"
759         variable when storing the widget anyway For widgets we keep references to in the ghidgui structure, we avoid
760         confusion by assigning directly to the more descriptive ghidgui
761         variable.
763 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
765         * src/hid/gtk/gui-top-window.c: hid/gtk: Don't pack a frame around
766         the menu bar
768 2011-09-02   Andrew Poelstra * asp11 AT sfu dot ca *
770         * src/hid/gtk/gui-dialog-size.c, src/misc.c, src/misc.h: Move
771         make_route_string() from gtk into misc.c
773 2011-09-02   Andrew Poelstra * asp11 AT sfu dot ca *
775         * src/mymem.c, src/mymem.h: Const-correct StripWhiteSpaceAndDup in
776         mymem.c
778 2011-09-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
780         * src/hid/gtk/gtkhid-main.c: hid/gtk: Attempt to fix logic to flip
781         component / solder group visibility on flip Should get back to better behaviour. I probably broke this somewhat
782         with commit f903b4be6b85efc110852f7be40edf8245f0a513, which
783         attempted to re-state the previous logic in a clearer fashon.  The logic now should: If flipping sides, and only ONE of the solder / component layers
784         (groups) is visible, and that layer (group) is _active_, then swap
785         the visibilities of the component / solder layers (groups), and make
786         the newly visible layer (group) active.  There are still bugs in this code relating to the assumption that
787         the first entry in the layer group is the one which is being
788         toggled. This breaks if the first entry in the group is that
789         corresponding to the silk for that side of the board.
791 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
793         * src/hid/gtk/ghid-layer-selector.c: gtk: fix typo preventing layer
794         selector menu items from working
796 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
798         * src/hid/gtk/gui-top-window.c: gtk: remove in_toggle_view
799         recursion-prevention flag We don't call ToggleView programmatically anywhere, so it is
800         impossible for there to be recursion.
802 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
804         * src/hid/gtk/ghid-main-menu.c: Block signals in
805         ghid_main_menu_update_toggle_state() The function ghid_main_menu_update_toggle_state() is supposed to
806         sync the menu checkboxes to the actual state of pcb, by checking the
807         flags given in the resource file.  If this function is emitting signals and changing pcb's state, this
808         is a bug. Fortunately, this appears not to be the case, so the
809         effect of this commit is to eliminate one more use of
810         ghidgui->toggle_holdoff.
812 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
814         * src/hid/gtk/gui-top-window.c: gtk: sync visiibility of layer
815         selector with core state in LayersChanged
817 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
819         * src/hid/gtk/ghid-layer-selector.c,
820         src/hid/gtk/ghid-layer-selector.h: Use signal blocking for
821         visibility toggling in GHidLayerSelector
823 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
825         * src/hid/gtk/gui-config.c: Add call to
826         ghid_layer_buttons_color_update() when loading new colors
828 2011-08-30   Andrew Poelstra * asp11 AT sfu dot ca *
830         * src/change.c: Change change.c to treat text scale as mils
832 2011-08-30   Andrew Poelstra * asp11 AT sfu dot ca *
834         * src/hid/gtk/ghid-layer-selector.c: Configure layer selector to
835         only accept left-clicks Suggested by Kai-Martin Knaak, seconded by me.
837 2011-08-30   Andrew Poelstra * asp11 AT sfu dot ca *
839         * src/hid/gtk/gui-top-window.c: Fix invalid free of ~/.pcb/filename
840         path in gui-top-window.c
842 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
844         * src/hid/gtk/ghid-layer-selector.c,
845         src/hid/gtk/ghid-layer-selector.h: minor: fix comment and forward
846         declaration in ghid-layer-selector
848 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
850         * src/hid/gtk/ghid-layer-selector.c: Remove default layer selection
851         from ghid-layer-selector.c Having the layer selector select its own first layer is not needed -
852         pcb does this for us, after making the widget. It's not the sort of
853         decision a widget should be making on its own, anyway.
855 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
857         * src/hid/gtk/ghid-layer-selector.c: Use g_signal_handler_block
858         instead of flags in ghid-layer-selector.c Thanks to Peter C. for this code-cleanliness tip. Now the two
859         layer-selection interfaces (menu button and selector widget) set
860         each other's GUI state but do not raise any signals past the
861         original.
863 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
865         * src/hid/gtk/ghid-layer-selector.c: Add missing free_ldata() in
866         ghid-layer-selector.c
868 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
870         * src/hid/gtk/gui-command-window.c: Disable layer selector's
871         GtkAccelGroup while in command mode
873 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
875         * src/draw.c: draw.c: Add const qualifiers to some BoxType
876         *drawn_area parameters
878 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
880         * src/misc.c, src/misc.h: misc.c: Add const qualifier to BoxType *
881         parameter passed to CountHoles
883 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
885         * src/draw.c: draw.c: Fold DrawLayerCommon() into DrawLayer() Since the last commit, DrawLayer() just calls DrawLayerCommon with
886         the "clear_pins" argument set to true. The only other
887         DrawLayerCommon caller passes clear_pins as true, so having
888         functions is redundant.
890 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
892         * src/draw.c: DrawLayer(): Pass true to clear_pins of
893         DrawLayerCommon This should not affect any rendering. If the check planes flag is
894         set, we should only draw polygons, nothing more. Only a handful of
895         cases draw layers via this code-path, and in all but the exporter
896         cases, they are not called if CHECKPLANES is set.  The exporters which call DrawLayer explicitly clear the CHECKPLANES
897         flag (since commit 3c01bd38cb59922692408b71cd5d77892dbe6ade), so
898         nothing should be affected by this argument change.
900 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
902         * src/hid/gerber/gerber.c, src/hid/ps/eps.c, src/hid/ps/ps.c: 
903         hid/{ps,eps,gerber}: Clear CHECKPLANESFLAG before exporting Ensure we are in a sensible view state before exporting. This update
904         those HIDs which cleared other similar renedering flags before
905         exporting to include the CHECKPLANES flag.
907 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
909         * src/draw.c: draw.c: Have DrawLayerGroup() call DrawPPV for non-gui
910         exporters This means DrawLayerGroup() can have a void return type as most of
911         the other drawing functions, and makes things a little neater.  Only the GUI renderers special case the pin / pad / via to wait
912         until a later rendering oass than the layers they reside on.
914 2011-08-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
916         * src/hid/gtk/gtkhid-main.c: hid/gtk: Remove unused "button"
917         parameter from Popup function.  Remove the dead code and comments refering to the fact the
918         function's second argument indicates a mouse button number.
920 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
922         * src/hid/gtk/ghid-layer-selector.c,
923         src/hid/gtk/ghid-layer-selector.h, src/hid/gtk/ghid-main-menu.c,
924         src/hid/gtk/ghid-main-menu.h, src/hid/gtk/gui-top-window.c: Link
925         GHidLayerSelector and GHidMainMenu Layer visibility-toggle and selection menu items now appear in the
926         main menu. Accelerators work correctly and are reassigned on
927         deletion/addition of layers to simulate the old behavior.
929 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
931         * src/hid/gtk/ghid-layer-selector.c: Clean up layer data handling in
932         ghid-layer-selector.c
934 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
936         * src/hid/gtk/ghid-layer-selector.c: Give GHidLayerSelector an
937         internal layer structure Before we had various arrays to resize and index; now each row has a
938         structure associated with it, that is easier to access and maintain.
940 2011-08-28   Andrew Poelstra * asp11 AT sfu dot ca *
942         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-command-window.c,
943         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
944         src/hid/gtk/gui.h: Replace gtk UI manager with GHidMainMenu widget This commit replaces the old UI manager with a customize gtk widget
945         that builds menus directly from a resource tree. This eliminates the
946         translate-to-XML step, the ugly hacks used to access individual
947         actions, and all the associated manual memory management.  This will also give us the ability to have more dynamic menus, in
948         particular layer lists without maximum capacities.  Layers and route styles are still not hooked into the menu.  This
949         means that those accelerators DO NOT WORK. (This will be fixed in a
950         later commit.) Checkboxes have been replaced with radio buttons
951         where appropriate. There are now tearoffs on the context-menu's
952         submenus.  Other than that, there should be no user-visible changes. ;)
954 2011-08-28   Andrew Poelstra * asp11 AT sfu dot ca *
956         * src/Makefile.am, src/hid/gtk/ghid-main-menu.c,
957         src/hid/gtk/ghid-main-menu.h: Created ghid-main-menu.[ch] Still need to hook up layer selector and route styles.
959 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
961         * src/hid/gtk/gui-top-window.c: Fix select-hidden-layer behavior When you select a hidden layer, it should toggle the visibility so
962         that the currently-selected layer is always visible. We were
963         toggling twice.
965 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
967         * src/hid/gtk/ghid-layer-selector.c, src/hid/gtk/gui-top-window.c: 
968         Prevent recursion in layer selector events
970 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
972         * src/Makefile.am, src/hid/gtk/ghid-coord-entry.c,
973         src/hid/gtk/ghid-coord-entry.h, src/hid/gtk/gtk-pcb-coord-entry.c,
974         src/hid/gtk/gtk-pcb-coord-entry.h, src/hid/gtk/gui-config.c,
975         src/hid/gtk/gui-dialog-print.c, src/hid/gtk/gui-dialog-size.c,
976         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: Rename GtkPcbCoordEntry
977         to GHidCoordEntry
979 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
981         * src/Makefile.am, src/hid/gtk/ghid-layer-selector.c,
982         src/hid/gtk/ghid-layer-selector.h,
983         src/hid/gtk/gtk-pcb-layer-selector.c,
984         src/hid/gtk/gtk-pcb-layer-selector.h, src/hid/gtk/gui-top-window.c: 
985         Rename GtkPcbLayerSelector to GHidLayerSelector
987 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
989         * src/Makefile.am, src/hid/gtk/ghid-cell-renderer-visibility.c,
990         src/hid/gtk/ghid-cell-renderer-visibility.h,
991         src/hid/gtk/gtk-pcb-cell-renderer-visibility.c,
992         src/hid/gtk/gtk-pcb-cell-renderer-visibility.h,
993         src/hid/gtk/gtk-pcb-layer-selector.c: Rename
994         GtkPcbCellRendererVisibility to GHidCellRendererVisibility
996 2011-08-28   Andrew Poelstra * asp11 AT sfu dot ca *
998         * src/gpcb-menu.res.in: Add mnemonics to menus in default
999         gpcb-menu.res.in You can now access the main menu without a mouse, by doing Alt+F,
1000         for example, to select the File menu.
1002 2011-08-27   Andrew Poelstra * asp11 AT sfu dot ca *
1004         * src/hid/common/hid_resource.c, src/hid/common/hid_resource.h,
1005         src/hid/gtk/gui-top-window.c, src/res_parse.y, src/resource.h: gtk:
1006         Const-correct add_resource_to_menu and related functions Five files have had const keywords added:    ../common/hid_resource.c    ../common/hid_resource.h    gui-top-window.c    ../../res_parse.y    ../../resource.h No casts were added. No compilation warnings were added.
1008 2011-08-27   Andrew Poelstra * asp11 AT sfu dot ca *
1010         * src/hid/gtk/gtk-pcb-layer-selector.c: Delete GtkAction along with
1011         layer in gtk-pcb-layer-selector.c
1013 2011-08-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1015         * src/hid/ps/eps.c: hid/ps/eps.c: Remove assigned by unused
1016         lastgroup variable
1018 2010-10-21   Markus Hitter * mah AT jump-ing dot de *
1020         * src/hid/gcode/gcode.c: HID-gcode: make use of MAXPATHLEN.  Affects-bug: lp-699497
1022 2011-08-28   Felix Ruoff * Felix AT posaunenmission dot de *
1024         * src/hid/bom/bom.c, src/hid/gerber/gerber.c, src/main.c: Add
1025         attributes to docu for commandline options
1027 2011-08-28   Felix Ruoff * Felix AT posaunenmission dot de *
1029         * doc/pcb.texi: Docu: Fix some references to command-line options and remove the documentation for a non-working X11-Interface option.
1031 2011-08-28   Dima Kogan * dkogan AT cds dot caltech dot edu *
1033         * src/find.c: Better handling of unplated vias The attached patch adds checks in the geometry intersection
1034         functions to no longer treat unplated vias (mounting holes) as
1035         conducting. The implementation in the patch will act as if the
1036         unplated via doesn't intersect with metal objects at all, which is
1037         possibly not what is desired. Should the conductivity check happen
1038         on a higher level from the geometry intersection routines? A case
1039         that would require this is not obvious to me.  Closes-bug: lp-699499
1041 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1043         * src/hid/gcode/gcode.c, src/hid/gerber/gerber.c,
1044         src/hid/lpr/lpr.c, src/hid/nelma/nelma.c, src/hid/png/png.c,
1045         src/hid/ps/ps.c: Unify HID description (no fullstop at end of
1046         description) Most parts of this patch-serie was written by Kai-Martin Knaak.
1047         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1049 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1051         * src/hid/ps/ps.c: Add docu for ps HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1052         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1054 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1056         * src/hid/ps/eps.c: Add docu for eps HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1057         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1059 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1061         * src/hid/png/png.c: Add docu for png HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1062         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1064 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1066         * src/hid/nelma/nelma.c: Add docu for nemla HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1067         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1069 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1071         * src/hid/lpr/lpr.c: Add docu for lpt HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1072         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1074 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1076         * src/hid/gerber/gerber.c: Add docu for Gerber HID commandline
1077         options Most parts of this patch-serie was written by Kai-Martin Knaak.
1078         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1080 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1082         * src/hid/bom/bom.c: Add docu for the BOM HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1083         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1085 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1087         * src/hid/gtk/gui-top-window.c, src/hid/lesstif/main.c: Add docu for
1088         commandline-options for GTK+ and lesstif GUI Most parts of this patch-serie was written by Kai-Martin Knaak.
1089         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1091 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1093         * src/main.c: Add docu for DRC commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1094         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1096 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1098         * src/main.c: Add docu for general gui commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1099         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1101 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1103         * src/main.c: Add docu for path commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1104         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1106 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1108         * src/main.c: Add docu for commandline commands Most parts of this patch-serie was written by Kai-Martin Knaak.
1109         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1111 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1113         * src/main.c: Add docu for layer names commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1114         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1116 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1118         * src/main.c: Add docu for size commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1119         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1121 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1123         * src/main.c: Add docu for color commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1124         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1126 2011-08-28   Felix Ruoff * Felix AT posaunenmission dot de *
1128         * doc/pcb.texi, src/main.c: Docu: Add general description for
1129         commandline options ... and for general options.  (Patch 3/19 of this patch-serie is
1130         missing on purpose) Most parts of this patch-serie was written by Kai-Martin Knaak.
1131         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1133 2011-08-28   Felix Ruoff * Felix AT posaunenmission dot de *
1135         * doc/pcb.texi: Remove out-dated docu for commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1136         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1138 2011-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1140         * src/draw.c, src/misc.c, src/misc.h: Move CountHoles() from draw.c
1141         to misc.c and export it This function may be more generally useful.
1143 2011-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1145         * src/draw.c: draw.c: Move doing_assy flag assignment into
1146         PrintAssembly() Keeps things tidier
1148 2011-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1150         * src/hid/gcode/gcode.c, src/hid/nelma/nelma.c: hid/{nelma,gcode}:
1151         Remove assigned but unused variables lastcap and lastgroup
1153 2011-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1155         * src/draw.h, src/main.c: Remove traces of LoadBackgroundImage()
1156         from the core of PCB
1158 2011-08-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1160         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c: hid/gtk: Use
1161         view_data struct to simplify saving and restoring views
1163 2011-08-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1165         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
1166         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
1167         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk:
1168         Encapsulate view parameters in a structure
1170 2011-08-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1172         * src/hid/gtk/gtkhid-main.c: hid/gtk: Remove unnecessary prototype
1174 2011-08-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1176         * src/hid/gtk/gui.h: hid/gtk: crosshair_{x,y} should be Coord, not
1177         int.
1179 2011-08-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1181         * src/fontmode.c: fontmode.c: Add missing #include "pcb-printf.h"
1183 2011-08-26   DJ Delorie * dj AT delorie dot com *
1185         * src/fontmode.c: Fix FontEdit() Move top/bottom meta-layers to layers 0 and 1 so they'll exist after
1186         we trim out the layers.  Set up DRC values to avoid interfereing
1187         with the font layout.  Closes-bug: lp-808591
1189 2011-08-26   DJ Delorie * dj AT delorie dot com *
1191         * src/hid/lesstif/dialogs.c: Use correct units when setting up the
1192         Sizes dialog.  Replace %mm with %mS so it auto-selects units, to match the scanning
1193         that's done when you save the settings.
1195 2011-08-26   DJ Delorie * dj AT delorie dot com *
1197         * src/parse_l.l: Avoid segfault tmp-saving partial board.  Check for both PCB and PCB->Data to avoid trying to save a backup
1198         copy of a partially created layout.
1200 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1202         * src/hid/gtk/gui-top-window.c: gtk: Sync selection with pcb state
1203         in ghid_layer_buttons_update It was possible for PCB's active layer to come out of sync with the
1204         selected entry in the layer selector. This fixes that.
1206 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1208         * src/hid/gtk/gtk-pcb-layer-selector.c,
1209         src/hid/gtk/gtk-pcb-layer-selector.h, src/hid/gtk/gui-top-window.c: 
1210         Support adding/deletion of layers in GtkPcbLayerSelector If you add a layer to a GtkPcbLayerSelector, and its ID is already
1211         in the selector, it will update the layer instead of adding a new
1212         one. This way, we can update the layer selector by:   1. Deleting all recently-deleted and non-copper layers.    2. Re-adding all layers (including new ones)   3. Re-adding all non-copper layers (so they go to the end) The old layer selector maintained MAX_LAYER + n layers (where n was
1213         the number of non-copper layers), and showed/hid the gui widget to
1214         managed deletion and adding of layers. The new one has no notion of
1215         MAX_LAYER, nor does it care whether a layer is copper or not. :)
1217 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1219         * src/hid/gtk/gui-drc-window.c: hid/gtk: Fix DRC preview pixmap
1220         rendering Another hard-coded constant in the old PCB coordinate system
1222 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1224         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Remove duplicated render pass
1225         in ghid_pinout_preview_expose() This looks like it was a copy+paste error.
1227 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1229         * src/hid/gtk/gui-pinout-preview.c,
1230         src/hid/gtk/gui-pinout-preview.h: hid/gtk: Fix pinout preview
1231         default zoom after unit conversion Apparently the scale factor equation was dependant on the old PCB
1232         units of 100th mils to produce a sensible zoom level.  Since this code is monumentally obtuse, just re-write something
1233         completley new. The old code probably bit-rot when we split out the
1234         rendering widget.  Lets just suggest a fixed size of 100 pixels natural size for each
1235         150 mil of element bounding box. That seems to work nicely.
1237 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1239         * src/misc.c: misc.c: Rework SetTextBoundingBox() to make it more
1240         clear how it works.  Add lots of comments, change the coding style and rename variables
1241         to make them more obvious.
1243 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1245         * src/draw.c: Redefine pin / pad name label text size in terms of
1246         FONT_CAPHEIGHT This reduces the proliferation of various "magic numbers" which
1247         combine constants from several sources and aren't appearent why they
1248         are a particular number. There is a slight rounding error in the
1249         converted pin label size, but it is insignificant.
1251 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1253         * globalconst.h, src/change.c, src/report.c: Introduce global
1254         #define for the text cap-height of the PCB font.  This should save the proliferation of rather opaque
1255         MIL_TO_COORD(45)'s in various places.
1257 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1259         * src/change.c, src/draw.c, src/report.c: Fix some text scale
1260         factors This commit fixes pin / pad name drawing, the pinout preview and two
1261         actions which change the size of text based on user input.  To recap: Text->Scale is a percentage scaling (from the font definition). The
1262         default font has has an approximate cap-height of 45-50 mils, and
1263         PCB assumes this to be the case.  Text->Scale is not a Coord, it is an integer, so use int as the
1264         resulting type for any calculations involving this number. (100% is
1265         stored as 100 in Text->scale). Code which scales text based upon
1266         other object sizes does so by dividing to a dimensionless scale
1267         factor. We may have to be careful about the width of intermediate
1268         results when scaling based on Coords if Coord is changed to 64bit at
1269         some point.  ChangeTextSize() and ChangeElementNameSize accept absolute (or
1270         delta) sizes in units of distance. These are converted to a Scale by
1271         assuming a 100% scaled font is 45mils high. YMMV.  Oh - and just to note.. the line-thickness is drawn at half the
1272         width stored in the font definition. This is clearly bonkers, but we
1273         would break designs if we changed it now. Grr.  (Thanks a bunch
1274         commit 66592387176ba2578dfc14023a6fe49226f3a3df).
1276 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1278         * src/action.c, src/hid/ps/ps.c: action.c: Fix missing #include
1279         "mirror.h"
1281 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1283         * : hid/ps: Fix inaccurate comment and twiddle some whitespace The whitespace changes in the if statement were from an earlier
1284         revision which actually had functional changes - but I prefer this
1285         way, so I'm committing it anyway.  Also adds some != 0 to the end of strcmp tests, as I believe this
1286         aids clarity by reminding readers strcmp returns 0 for a match.
1288 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1290         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c: 
1291         hid/gtk: Allow zooming out past the board size (up to 1/10 viewport
1292         size) The 1/10 viewport size should be the same as the Lesstif HID allows.
1293         The purpose of the limit is to avoid zooming in so small the PCB is
1294         lost as a tiny dot, and also to avoid coodinate overflows when
1295         representing screen coordinats in PCB Coords. (Since we switched to
1296         nanometers, this could potentially raise its head more readily until
1297         we move to 64bit integers).  The explicit pan fixup added to ghid_view_zoom_fit() is required as
1298         pan_common() no longer clamps the view back to the origin.
1300 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1302         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
1303         src/hid/gtk/gui.h: hid/gtk: Remove ghid_port_ranges_pan for new
1304         replacement ghid_pan_view_rel ghid_pan_view_rel() does less heavy lifting directly, sharing common
1305         code with the other view altering routines for zooming and panning.
1307 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1309         * src/hid/gtk/gui.h: hid/gtk: Remove prototype for non-existant
1310         ghid_port_ranges_update_ranges The functionality this prototype implies is in
1311         ghid_port_ranges_scale().
1313 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1315         * src/hid/gtk/gtkhid-main.c: hid/gtk: Don't recompute view size in
1316         PCB coords in ScrollAction() We aleady keep around the view size in PCB coords, so use it
1317         directly.
1319 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1321         * src/hid/gtk/gtkhid-main.c: hid/gtk: Add fixup for stored
1322         gport->pcb_{x,y} coords when changing view This updates the stored (in PCB coordinates) mouse pointer location
1323         on the board as we perform a pan / zoom. This is mostly relevant to
1324         panning and clipped zoom operations, as non-clipped zoom operations
1325         aim to leave the mouse pointer at the same PCB coordinate anyway.
1327 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1329         * src/polygon.c: polygon.c: Fix dicer to give up if the clipping
1330         region passed is invalid.  Most of the dance checking return codes from polyBoolean_free was
1331         unnecessary, as it sets the output to NULL if there is a problem, so
1332         remove that. Whilst we're at it, fix up some variable names to make
1333         the operation of the function clearer.
1335 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1337         * src/polygon.c: polygon.c: Make RectPoly return NULL for zero or
1338         negatively sized rectangles Previously we would hit an assertion failure, where we could
1339         indicate the problem by returning NULL.  I've hit an issue in which some expose events in the GTK (+GL) HID
1340         are collapsing to a zero-width region on the PCB, and some code is
1341         tripping up on the bad clip polygon produced using RectPoly on the
1342         coordinates.  This causes segfaults in the branch which contains
1343         code to clip rendering of the soldermask at the board outline.  We could (and perhaps should) test in the expose handler, but the
1344         failure mode here is not ideal. Since most builds of PCB run with
1345         asserts disabled, the asserts are not hit here and a bad polygon is
1346         silently gets created with no contours. This upsets the polygon
1347         algebra routines somewhat, but returning a NULL (empty) polygon
1348         would be fine.
1350 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1352         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c: gtk:
1353         remove call to ghid_layer_buttons_color_update The call to ghid_layer_buttons_color_update() in config_read() is
1354         now unnecessary; the Gtk layer selection widget does not exist, nor
1355         do the PCB struct's colors need to be synced with the ones in the
1356         Settings struct.  So this call makes no sense. Oh, and it causes a segfault.  Also: remove color-changing debug code from gui-top-window.c
1358 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1360         * src/hid/gtk/gtk-pcb-coord-entry.c: Add doxygen comments to
1361         gtk-pcb-coord-entry.c No code changes.
1363 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1365         * src/hid/gtk/gtk-pcb-cell-renderer-visibility.c,
1366         src/hid/gtk/gtk-pcb-layer-selector.c: Add doxygen comments to
1367         gtk-pcb-cell-renderer-visibility.c Also fix the file description for gtk-pcb-layer-selector.c.  No code
1368         changes.
1370 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1372         * src/pcb-printf.c: Add doxygen comments to pcb-printf.c No code changes.
1374 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1376         * src/flags.c: Fix const-correctness warning in flags.c
1378 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1380         * globalconst.h: Make EMARK_SIZE unit-agnostic Closes-bug: lp-832455
1382 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1384         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: Use
1385         GtkPcbLayerSelector in gtk GUI Closes-bug: lp-699482
1387 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1389         * src/Makefile.am, src/hid/gtk/gtk-pcb-cell-renderer-visibility.c,
1390         src/hid/gtk/gtk-pcb-cell-renderer-visibility.h,
1391         src/hid/gtk/gtk-pcb-layer-selector.c,
1392         src/hid/gtk/gtk-pcb-layer-selector.h: Introduce GtkPcbLayerSelector
1393         widget -- not used yet This widget will replace the layer-selection buttons in the Gtk GUI,
1394         as well as the layer selection and visibility-toggling parts of the
1395         menu.  This is to make layer manipulation more consistent and more
1396         keyboard-accessible.  In future, it would be good to update this widget with context menus
1397         with things like "hide all but this layer".
1399 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1401         * src/hid/gtk/gui-top-window.c: Change Gtk layer_process() to use
1402         colors from Settings, not PCB Now the only code that uses the colors in the PCB struct is draw.c.
1403         Hopefully in a future commit we can remove this too and remove the
1404         duplication of color data in the Settings and PCB structs.
1406 2011-08-25   DJ Delorie * dj AT delorie dot com *
1408         * src/action.c: Fix File->Import for elements on back side.  Mirror pasted footprints when replacing back-side elements.  Also
1409         clear element cache when reloading the new footprint, to avoid
1410         getting a stale pointer.  Closes-bug: lp-699331
1412 2011-08-25   DJ Delorie * dj AT delorie dot com *
1414         * src/report.c: Fix texinfo bug in report.c patch {} are special characters in texinfo
1416 2011-08-25   DJ Delorie * dj AT delorie dot com *
1418         * src/hid/lesstif/main.c: Lesstif: force widget update on grid unit
1419         change If the grid units change, force a redraw of the coordinates window
1420         and allow a resize.
1422 2011-08-25   DJ Delorie * dj AT delorie dot com *
1424         * src/flags.c, src/hid/common/flags.c: Fix unitless menu flags.  Numbers without units are counting numbers in flags, not cmil.
1425         Also, cache the lookup of units in flags.c
1427 2011-08-24   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
1429         * src/report.c: This patch adds support for doing
1430         Report(netlength,net_name) Affects-bug: lp-699451 Updated patch to nanometers, fixed a few minor bugs, applied.
1432 2011-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1434         * src/hid/gtk/gtkhid-main.c: hid/gtk: Don't compensate for crosshair
1435         position when panning Perhaps this was necessary before.. it is not now, and is causing
1436         the crosshair to be errenously offset whilst panning with the scroll
1437         wheel.
1439 2011-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1441         * src/hid/gtk/gtkhid-main.c: hid/gtk: Simplify viewport setup in
1442         PCBChanged() This version still works ;)
1444 2011-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1446         * src/hid/gtk/gtkhid-main.c: hid/gtk: Refactor common view clamping
1447         code from ghid_{pan,zoom}_view_abs Inspection of the zoom-fit code which triggers if the view exceeds
1448         the size of the board suggests that it will never be called, so
1449         remove it.
1451 2011-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1453         * src/hid/gtk/gui-output-events.c: hid/gtk: A couple of NOOP
1454         cosmetic changes to ghid_port_ranges_pan()
1456 2011-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1458         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c: hid/gtk: Don't
1459         render of soldermask outside board area
1461 2011-08-22   Andrew Poelstra * asp11 AT sfu dot ca *
1463         * src/create.c: Fix negative-angle handling in create.c This bug could be seen by taking a component with an arc (say, a
1464         3-pin TO transistor, with curved silk), flipping it with 'b', and
1465         trying to move it. The arc would be inverted.
1467 2011-08-22   Andrew Poelstra * asp11 AT sfu dot ca *
1469         * src/report.c: Fix segfault in report.c text report output
1471 2011-08-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1473         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
1474         src/hid/gtk/gui.h: hid/gtk: Remove emit_changed parameter from
1475         ghid_port_ranges_scale.  The one caller which passed TRUE, PCBChanged () also immediately
1476         aftwewards calls ghid_port_ranges_pan(), which will take car of any
1477         changes necessary.
1479 2011-08-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1481         * src/hid/gtk/gtkhid-main.c: hid/gtk: Rework view flip code
1483 2011-08-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1485         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h: hid/gtk: Rework zoom
1486         / pan API
1488 2011-08-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1490         * src/hid/gtk/gtkhid-main.c: hid/gtk: Some NOOP and whitespace
1491         changes to the SwapSides() function Split from of a later patch which reworks the view flipping APIs.
1492         Hopefully this makes the function a little simpler.
1494 2011-08-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1496         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c: hid/gtk:
1497         Convert line width to Coord units in renderer GC structs.
1499 2011-08-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1501         * src/find.c: find.c: Remove unused variables in LineLineIntersect()
1503 2011-08-15   Andrew Poelstra * asp11 AT sfu dot ca *
1505         * src/main.c: Add --help and -? to options that will dump usage()
1506         without loading GUI Closes-bug: lp-826931
1508 2011-08-15   Andrew Poelstra * asp11 AT sfu dot ca *
1510         * src/hid/batch/batch.c: Fix compilation warnings in
1511         hid/batch/batch.c
1513 2011-08-15   Andrew Poelstra * asp11 AT sfu dot ca *
1515         * src/hid/gtk/gtk-pcb-coord-entry.c, src/hid/gtk/gui-dialog-print.c: 
1516         Fix: spin increments not working in GtkPcbCoordEntry after unit
1517         change
1519 2011-08-15   Andrew Poelstra * asp11 AT sfu dot ca *
1521         * src/hid/gtk/gui-config.c: Parse options of type CONFIG_Coord in
1522         preferences file
1524 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1526         * globalconst.h, src/const.h, src/global.h, src/main.c: *** CONVERT
1527         PCB'S BASE UNITS TO NANOMETERS *** Convert base units to nm, change Coord from int to long, change
1528         LARGE_VALUE from a magic number to (LONG_MAX / 2 - 1).  Fixes-bug: lp-772027
1530 2011-08-11   Andrew Poelstra * asp11 AT sfu dot ca *
1532         * src/const.h: Make MARK_SIZE base-unit-agnostic
1534 2011-08-10   Andrew Poelstra * asp11 AT sfu dot ca *
1536         * src/hid/gtk/gtk-pcb-coord-entry.c: Implement "change unit" submenu
1537         of GtkPcbCoordEntry context menu
1539 2011-08-10   Andrew Poelstra * asp11 AT sfu dot ca *
1541         * src/hid/gtk/gui-dialog-print.c, src/hid/ps/ps.c: Use
1542         GtkPcbCoordEntry in gui-dialog-print.c Also set ps-bloat to HID_Coord from HID_Integer in ps.c
1544 2011-08-10   Andrew Poelstra * asp11 AT sfu dot ca *
1546         * src/hid/gtk/gtk-pcb-coord-entry.c,
1547         src/hid/gtk/gtk-pcb-coord-entry.h, src/hid/gtk/gui-config.c,
1548         src/hid/gtk/gui-dialog-size.c, src/pcb-printf.c, src/pcb-printf.h: 
1549         Use GtkPcbCoordEntry in gui-dialog-size.c
1551 2011-08-10   Andrew Poelstra * asp11 AT sfu dot ca *
1553         * src/Makefile.am, src/hid/gtk/gtk-pcb-coord-entry.c,
1554         src/hid/gtk/gtk-pcb-coord-entry.h, src/hid/gtk/gui-config.c,
1555         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: Introduce
1556         GtkPcbCoordEntry widget, use it in gui-config.c The GtkPcbCoordEntry is a modified spinbox that handles pcb units
1557         internally and outputs them as human units. It uses the step sizes
1558         given in pcb-printf and adjusts automatically when units are
1559         changed.  If you manually change the unit suffix, it will change its interal
1560         unit, so that if you change "10mil" to "10mm" it will do the right
1561         thing.  TODO: handle overflows       add a unit selector to the context menu
1563 2011-08-07   Andrew Poelstra * asp11 AT sfu dot ca *
1565         * src/hid/common/hidgl.c, src/hid/common/hidgl.h,
1566         src/hid/gtk/gtkhid-gl.c: Audit hidgl stuff, implement Coord I did not touch any code, only change 'int' to Coord where
1567         appropriate (and in a couple cases 'double' to Coord), under the
1568         assumption that any real changes should be done by Peter C.
1570 2011-08-07   Andrew Poelstra * asp11 AT sfu dot ca *
1572         * src/hid.h, src/hid/common/hidinit.c, src/hid/gtk/gui-config.c,
1573         src/hid/gtk/gui-dialog-print.c, src/hid/lesstif/dialogs.c,
1574         src/hid/lesstif/lesstif.h, src/hid/lesstif/main.c, src/main.c: 
1575         Introduce HID_Coord type and related changes Give measure-specific HID options their own datatype, so that things
1576         like the --grid option can support suffixes instead of exposing the
1577         base unit. (In fact, since they use GetValue, they will keep right
1578         on pretending the base unit is cmil.) This gives us the opportunity to write measure-entry GUI widgets
1579         that will handle units correctly and whatnot, though I have not yet
1580         done this.  Fixes-bug: lp-699640 Fixes-bug: lp-699641
1582 2011-08-11   Andrew Poelstra * asp11 AT sfu dot ca *
1584         * src/hid/lesstif/dialogs.c: Change lesstif_logv to use pcb-printf
1585         [rebase-after: audit lesstif]
1587 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1589         * src/global.h, src/gpcb-menu.res.in, src/hid/lesstif/dialogs.c,
1590         src/hid/lesstif/main.c, src/hid/lesstif/styles.c,
1591         src/pcb-menu.res.in: Audit lesstif HID We can now remove LocationType and BDimension! This marks the
1592         completion of the code audit. Remaining to do is the conversion and
1593         test.
1595 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1597         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
1598         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-misc.c,
1599         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: Audit Gtk HID
1601 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1603         * src/hid/common/draw_helpers.c, src/hid/common/extents.c,
1604         src/hid/common/hidnogui.c: Audit HID nogui/common code
1606 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1608         * src/hid/nelma/nelma.c: Audit nelma HID
1610 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1612         * src/hid/png/png.c: Audit png HID
1614 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1616         * src/hid/gcode/gcode.c: Audit gcode HID
1618 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1620         * src/hid/ps/ps.c: Audit ps.c
1622 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1624         * src/hid/ps/eps.c: Audit eps.c
1626 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1628         * src/hid/gerber/gerber.c: Audit gerber HID
1630 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1632         * src/hid/bom/bom.c: Implement new unit selector in BOM HID, audit
1633         bom.c
1635 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1637         * src/hid.h, src/hid/bom/bom.c, src/hid/common/hidinit.c,
1638         src/hid/gcode/gcode.c, src/hid/gerber/gerber.c,
1639         src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-print.c,
1640         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h, src/hid/lpr/lpr.c,
1641         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
1642         src/hid/ps/ps.c, src/main.c: Introduce HID_Unit option type
1644 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1646         * src/hid.h: Change drawing function coords in hid.h to Coord from
1647         int Note that this causes a slew of compilation warnings about
1648         mismatched pointer types, since the HIDs themselves are still using
1649         int-taking functions. These warnings will be cleaned up over the
1650         next few commits.
1652 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1654         * src/crosshair.c, src/crosshair.h: Audit crosshair.[ch], implement
1655         Coord
1657 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1659         * src/parse_y.y: Audit parse_y.y, implement Coord
1661 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1663         * src/mtspace.c, src/mtspace.h: Audit mtspace.[ch], implement Coord
1665 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1667         * src/pcb-printf.h, src/report.c: Audit report.c, implement Coord Includes fixes for the original pcb-printf conversion:   Fix drill report spacing in report.c   Use %ma spec outputting angles in report.c
1669 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1671         * src/autoroute.c: Audit autoroute.[ch], implement Coord There are many magic numbers in this file. It is likely they will be
1672         skewed by base-unit changes, though I have worked to mitigate this.
1674 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1676         * src/autoplace.c: Audit autoplace.c, implement Coord Note that there are -many- magic numbers in this file.  I believe
1677         I've caught all of them that are supposed to be unit conversions and
1678         used macros instead.
1680 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1682         * src/action.c, src/create.c, src/create.h: Audit create.[ch],
1683         implement Coord
1685 2011-08-03   Andrew Poelstra * asp11 AT sfu dot ca *
1687         * src/intersect.c, src/line.c, src/line.h: Audit line.[ch],
1688         intersect.c, implement Coord
1690 2011-08-03   Andrew Poelstra * asp11 AT sfu dot ca *
1692         * src/find.c, src/find.h: Audit find.[ch], implement Coord Note that this commits brings major simplifications to some DRC
1693         functions. My tests show everything okay, but there will likely be
1694         some bugs (or bug fixes) as a result of this commit.
1696 2011-08-02   Andrew Poelstra * asp11 AT sfu dot ca *
1698         * src/find.c: Remove fBloat from find.c fBloat does nothing except act as a floating point copy of the
1699         integer Bloat variable. It should not be (and is not) necessary.
1701 2011-08-03   Andrew Poelstra * asp11 AT sfu dot ca *
1703         * src/find.c: Fix g_string_free (NULL) error
1705 2011-08-02   Andrew Poelstra * asp11 AT sfu dot ca *
1707         * src/global.h, src/hid/gtk/gui-drc-window.c,
1708         src/hid/gtk/gui-drc-window.h: Remove coord suffix/precision from DRC
1709         error struct Display units for DRC errors are now handled by the UI, rather than
1710         in the error struct. The struct now stores everything in Coord's,
1711         and pcb-printf worries about how to display them.
1713 2011-08-02   Andrew Poelstra * asp11 AT sfu dot ca *
1715         * src/file.c: Audit file.c, implement Coord
1717 2011-08-02   Andrew Poelstra * asp11 AT sfu dot ca *
1719         * src/find.c, src/pcb-printf.c, src/pcb-printf.h: Use pcb-printf in
1720         DRC code in find.c Also, expose pcb_vprintf in pcb_printf.h.
1722 2011-07-27   Andrew Poelstra * asp11 AT sfu dot ca *
1724         * src/draw.c, src/draw.h: Audit draw.[ch], implement Coord
1726 2011-07-27   Andrew Poelstra * asp11 AT sfu dot ca *
1728         * src/box.h, src/change.c, src/change.h: Audit change.[ch], box.h,
1729         implement Coord
1731 2011-07-27   Andrew Poelstra * asp11 AT sfu dot ca *
1733         * src/copy.c, src/copy.h, src/insert.c, src/insert.h, src/mirror.c,
1734         src/mirror.h: Audit copy.[ch], insert.[ch], mirror.[ch], implement
1735         Coord
1737 2011-07-27   Andrew Poelstra * asp11 AT sfu dot ca *
1739         * src/misc.c, src/misc.h: Audit misc.[ch], implement Coord
1741 2011-07-26   Andrew Poelstra * asp11 AT sfu dot ca *
1743         * src/move.c, src/move.h: Audit move.[ch], implement Coord
1745 2011-07-26   Andrew Poelstra * asp11 AT sfu dot ca *
1747         * src/polyarea.h, src/polygon.c, src/polygon.h, src/polygon1.c: 
1748         Audit polygon*, polyarea.h, implement Coord
1750 2011-07-25   Andrew Poelstra * asp11 AT sfu dot ca *
1752         * src/rotate.c, src/rotate.h: Audit rotate.[ch], implement Coord
1754 2011-07-19   Andrew Poelstra * asp11 AT sfu dot ca *
1756         * src/search.c, src/search.h: Audit search.[ch], implement Coord
1757         unit This does not affect the "IsPointOnArc assumes circular arc" bug; it
1758         is just more obvious now with the cleaner code.  Affects-bug: lp-815527
1760 2011-07-13   Andrew Poelstra * asp11 AT sfu dot ca *
1762         * src/rubberband.c, src/set.c, src/set.h, src/thermal.c,
1763         src/undo.c, src/undo.h: Audit undo.[ch], thermal.c, set.[ch],
1764         rubberband.c, introduce Coord
1766 2011-08-07   Andrew Poelstra * asp11 AT sfu dot ca *
1768         * src/action.c, src/buffer.c, src/buffer.h, src/command.c,
1769         src/djopt.c, src/djopt.h, src/fontmode.c, src/global.h, src/hid.h,
1770         src/hid/batch/batch.c, src/hid/common/actions.c,
1771         src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
1772         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-netlist-window.c,
1773         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
1774         src/hid/gtk/gui.h, src/hid/lesstif/dialogs.c,
1775         src/hid/lesstif/lesstif.h, src/hid/lesstif/library.c,
1776         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
1777         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c, src/misc.c,
1778         src/move.c, src/netlist.c, src/puller.c, src/report.c,
1779         src/toporouter.c, src/vendor.c: Change get_coord and action
1780         signatures to use Coord
1782 2011-07-27   Andrew Poelstra * asp11 AT sfu dot ca *
1784         * src/file.c, src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: 
1785         Introduce PCB::grid::unit attribute This is PCB's first use of the Attribute() field in the file format.
1786         It is a unit suffix string denoting the unit setting used by pcb
1787         when loading the file.  Note the namespacing: as Attributes are persistent across
1788         file-saves, other programs may use them in future for purposes
1789         unknown and irrelevant to pcb. Therefore we will put all pcb
1790         attributes under the PCB namespace.  If this attribute is missing or invalid (i.e., the unit given is
1791         unsupported by pcb-printf), PCB will then use the --grid-units
1792         command-line option. Failing that, it will use the grid-units entry
1793         in ~/.pcb/preferences. Failing that, it will use mils.  Fixes-bug: lp-811393
1795 2011-08-10   Andrew Poelstra * asp11 AT sfu dot ca *
1797         * src/pcb-printf.c: Modify get_unit_struct()'s bad-unit forgiveness Suffixes passed to get_unit_struct() may now start or end with
1798         whitespace, without affecting the result. However, incomplete units
1799         will NOT be matched.  This means that "mi" will no longer return the "mil" struct, for
1800         example.  The reasons for this change are:   1. The old behavior returned the first potential match,      regardless of other matches: "c" is always "cm", never      "cmil".    2. Prevent surprises (due to point #1, or typos).    3. Prevent user dependence on behavior that will change      as units are added or removed.  It still supports plural units, like "inches" or "mils".  However,
1801         it will read "miles" as "mil" because of this. ;)
1803 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1805         * src/main.c, src/pcb-printf.c, src/pcb-printf.h: Add alias support,
1806         get_unit_list() to pcb-printf Add pcb-printf support for unit aliases (just one per unit for now,
1807         we will fix this if the need arises). Map "inch" to "in" and "pcb"
1808         to "cmil" for backward compatibility.  Move initialize_units() call to main.c to ensure it is called before
1809         any other unit-handling code.  Also, add the functions   get_unit_list ();   get_n_units (); which do exactly what they look like. These will
1810         be used to build HID-export unit selectors.
1812 2011-07-12   Andrew Poelstra * asp11 AT sfu dot ca *
1814         * src/gpcb-menu.res.in, src/pcb-menu.res.in: Use suffixed units in
1815         gpcb-menu.res and pcb-menu.res
1817 2011-07-04   Andrew Poelstra * asp11 AT sfu dot ca *
1819         * src/buffer.c, src/buffer.h, src/create.c, src/file.c,
1820         src/global.h, src/misc.c, src/misc.h, src/pcb-printf.c,
1821         src/pcb-printf.h, src/rotate.c: Make file.c use %mr pcb-printf spec I have changed the %mr spec to always output cmils, no suffix, and
1822         changed file.c to use this. The reason is that the %mc spec (cmils,
1823         no suffix) is locale- dependent, while %mr is not.  When we change the actual file format, file.c can be left alone and
1824         the relevant changes should be done to the %mr spec in pcb-printf.
1826 2011-07-13   Andrew Poelstra * asp11 AT sfu dot ca *
1828         * src/hid/gtk/gui-config.c: Update hid/gtk/gui-config.c with new
1829         grid preferences
1831 2011-07-13   Andrew Poelstra * asp11 AT sfu dot ca *
1833         * src/file.c, src/find.c, src/flags.c, src/global.h,
1834         src/gpcb-menu.res.in, src/hid/gtk/gtkhid-main.c,
1835         src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-size.c,
1836         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-top-window.c,
1837         src/hid/gtk/gui.h, src/hid/lesstif/dialogs.c,
1838         src/hid/lesstif/main.c, src/hid/lesstif/styles.c,
1839         src/pcb-menu.res.in, src/pcb-printf.h, src/report.c: Remove mm/mil
1840         dichotomy, support arbitrary user units Currently, pcb assumes the user's display units are either mm or
1841         mil, and uses the Settings.grid_unit_mm boolean (and flag
1842         "grid_unit_mm") to determine which is which.  This patch removes the boolean and replaces it with the new
1843         Settings.grid_unit, which can be set to any unit supported by
1844         pcb-printf. The user-visible interface has not changed (there is
1845         still a mm/mil toggle in Gtk and the menus only contain mm and mil
1846         units), but new units can be accessed though the :SetUnits command.  The flag is still there and can be used in pcb-menu.res as usual.
1847         However, the new flag "grid_unit_mil" should be checked to see if
1848         mils are selected, since this is no longer implied by grid_unit_mm
1849         == 0.  There will be some user-visible changes to the precision of
1850         displayed values, since I have removed a lot of special-case code
1851         for this sort of this thing and use the default_prec of applicable
1852         units instead.  Because of the new flexibility, some idioms have been changed:   Settings.grid_unit_mm ? COORD_TO_MM (x) : COORD_TO_MIL (x) becomes   coord_to_unit (Settings.grid_unit, x)   Settings.grid_unit_mm ? "mm" : "mil" becomes   Settings.grid_unit->suffix   Settings.grid_unit_mm = 1; becomes   Settings.grid_unit = get_unit_struct ("mm"); For GUI use, the Unit structure returned by get_unit_struct exposes
1853         certain members:   suffix       : "mm"/"mil"/etc   in_suffix    : i18n version of the above   default_prec : precision used for spinboxes, labels, etc   step_tiny    :   step_small   :   step_medium  : step sizes for various spinboxes   step_large   :   step_huge    : Additionally, the *_increment_mm and *_increment_mil variables have
1854         their own structure containing default, min and max values.  These
1855         can no longer be set on the command line.
1857 2011-07-12   Andrew Poelstra * asp11 AT sfu dot ca *
1859         * src/main.c: Cleanup default values in main.c
1861 2011-07-12   Andrew Poelstra * asp11 AT sfu dot ca *
1863         * src/misc.c, src/pcb-printf.c, src/pcb-printf.h: Introduce new
1864         structures (unit, increment) to pcb-printf Constants for gui spinbox steps are now in pcb-printf.h:   Unit.step_tiny   Unit.step_small   Unit.step_medium   Unit.step_large   Unit.step_huge Additionally, the default/max/min values for the preferences
1865         Increments tab are in their own structure in pcb-printf.h.  These changes are needed to bring all unit-specific constants into
1866         one place. The spinbox values can be shared by gtk and lesstif.
1868 2011-07-04   Andrew Poelstra * asp11 AT sfu dot ca *
1870         * src/misc.c, src/pcb-printf.c, src/pcb-printf.h: Add scale factor
1871         lookups to pcb_printf.c, tell GetValue to use them GetValue and pcb-printf have their own lookup tables to determine
1872         scale factors. To unify them, this patch adds two functions to pcb-
1873         printf, coord_to_unit and unit_to_coord.  These a const char *suffix and return an appropriate scale factor.  I have also added a NO_PRINT entry to the allow_mask array for
1874         suffixes like "inch" that we can read but never output.  The definitive unit lookup table should now be in pcb_printf.c. Any
1875         other tables used in the code should be merged into this.
1877 2011-07-11   Andrew Poelstra * asp11 AT sfu dot ca *
1879         * src/action.c, src/autoplace.c, src/crosshair.c, src/crosshair.h,
1880         src/djopt.c, src/file.c, src/flags.c, src/fontmode.c, src/global.h,
1881         src/hid/common/hidgl.c, src/hid/gtk/gtkhid-gdk.c,
1882         src/hid/gtk/gui-config.c, src/hid/gtk/gui-misc.c,
1883         src/hid/gtk/gui.h, src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
1884         src/main.c, src/misc.c, src/misc.h, src/set.c, src/set.h: Convert
1885         grid/increments from double to Coord Since Coord is an integer unit, there will be (often severe)
1886         precision errors until we convert the base unit to nm.
1888 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1890         * src/global.h: Remove unused variable
1892 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1894         * src/global.h, src/main.c: Remove broken --menu-file option The expected functionality is given by the option --pcb-menu for the
1895         GTK+ GUI and lesstif GUI.
1897 2011-08-13   DJ Delorie * dj AT delorie dot com *
1899         * src/change.c, src/find.c, src/global.h,
1900         src/hid/common/draw_helpers.c, src/misc.c, src/polygon.c,
1901         src/search.c: Make toggling the HOLE flag reversible Closes-bug: lp-699483 When toggling the HOLE flag, the Thickness is no longer changed.
1902         Instead, use PIN_SIZE() to select from Thickness or DrillingHole
1903         accordingly, and use that throughout.  Mask size is handled thusly: For tented vias, the mask is opened up
1904         to just over the hole size.  For untented vias, the mask gap is held
1905         constant.  Also, various minor changes to ensure that untented holes are drawn
1906         correctly.
1908 2011-08-13   Jared Casper * jaredcasper AT gmail dot com *
1910         * src/action.c, src/create.c, src/create.h, src/file.c, src/main.c,
1911         src/parse_y.y: refdes labels in new layout can't be moved.  The .pcb file that gsch2pcb creates does not have a font in it.
1912         When loading files, the bounding box for all the text is calculated
1913         as the file is read.  In the case that there is no font, this is
1914         before the default font is installed, so the bounding box is way too
1915         small.  This patch remedies this by making all new PCB structures contain
1916         the default font by calling CreateDefaultFont in CreateNewPCB
1917         (CreateDefaultFont now takes in a PCBTypePtr instead of using the
1918         global PCB).  Previously, each time CreateNewPCB was called,
1919         CreateDefaultFont was called soon thereafter.  In the case of loading a PCB from a file.  The default font in the
1920         newly created struct PCB is marked invalid but not removed.  If the
1921         .pcb file contains a font, the default font will be overwritten by
1922         the file's font.  If it does not, PCB->Font will still be invalid
1923         after LoadPCB, a message is displayed that the default font is being
1924         used, and PCB->Font.Valid is set to true.  Also fixes a related bug where the memory for a symbols lines wasn't
1925         being cleared when a new file was brought into place.  Previously,
1926         this only happened if a new Font was loaded into an existing PCB.
1927         Now the font will be replaced every time a file with symbol
1928         information is loaded.  Rebased to actual git-head by Felix Ruoff Closes-bug: lp-699478
1930 2011-08-13   DJ Delorie * dj AT delorie dot com *
1932         * src/hid/lesstif/dialogs.c, src/hid/lesstif/lesstif.h,
1933         src/hid/lesstif/library.c, src/hid/lesstif/main.c,
1934         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
1935         src/hid/lesstif/styles.c: Centralize Lesstif XmStringCreate* Closes-bug: lp-699472 To save time in the future, all XmString creation is done via
1936         XmStringCreatePCB which is a macro in lesstif.h.  Meanwhile, this
1937         macro is defined to XmStringCreateLtoR instead of
1938         XmStringCreateLocalized.
1940 2011-08-13   Cesar Strauss * cstrauss AT not2005 dot cea dot inpe dot br *
1942         * Makefile.am, README.w32, configure.ac, w32/.gitignore,
1943         w32/Makefile.am, w32/README, w32/build-all.sh, w32/minipack.conf,
1944         w32/mpk,
1945         w32/patches/gd/0001-Export-sysbols-when-building-as-a-DLL.patch,
1946         w32/patches/gd/0002-Libtool-requires-no-undefined-to-build-a-DLL.pa
1947         tch,
1948         w32/patches/gd/0003-Avoid-conflit-between-libjpeg-and-windows-heade
1949         rs.patch, w32/patches/gettext/01-revert-sed-string.patch,
1950         w32/patches/gettext/02-Avoid-missing-open-argument-error.patch,
1951         w32/patches/gtk+/01-mousewheel.patch,
1952         w32/patches/zlib/01-shared-lib-support.patch,
1953         w32/patches/zlib/02-cross-build.patch, w32/recipes/atk.recipe,
1954         w32/recipes/cairo.recipe, w32/recipes/gd.recipe,
1955         w32/recipes/gettext.recipe, w32/recipes/glib.recipe,
1956         w32/recipes/gtk+.recipe, w32/recipes/jpeg.recipe,
1957         w32/recipes/libiconv.recipe, w32/recipes/libpng.recipe,
1958         w32/recipes/pango.recipe, w32/recipes/pcb.recipe,
1959         w32/recipes/pixman.recipe, w32/recipes/tiff.recipe,
1960         w32/recipes/zlib.recipe, w32/tools/mpk-build, w32/tools/mpk-clean,
1961         w32/tools/mpk-config.guess, w32/tools/mpk-help,
1962         w32/tools/mpk-install, w32/tools/mpk-remove, w32/tools/mpk-shell,
1963         w32/tools/mpk-source, w32/tools/mpk-unpack, w32/tools/mpk-version,
1964         w32/tools/tool.template: Add Windows cross-build script.  Closes-bug: lp-699494
1966 2011-08-13   Cesar Strauss * cstrauss AT not2005 dot cea dot inpe dot br *
1968         * Makefile.am, README.win32, configure.ac, win32/.cvsignore,
1969         win32/Makefile.am, win32/Readme.txt, win32/build_pcb,
1970         win32/extract_gtk_win32, win32/pcb.nsi.in,
1971         win32/registerExtension.nsh: Remove previous Windows build script.  Affects-bug: lp-699494
1973 2011-08-10   DJ Delorie * dj AT delorie dot com *
1975         * src/action.h, src/autoplace.h, src/autoroute.h, src/box.h,
1976         src/buffer.h, src/change.h, src/clip.h, src/command.h,
1977         src/compat.h, src/const.h, src/copy.h, src/create.h,
1978         src/crosshair.h, src/data.h, src/dbus-pcbmain.h, src/dbus.h,
1979         src/djopt.h, src/draw.h, src/edif_parse.h, src/error.h, src/file.h,
1980         src/find.h, src/global.h, src/heap.h, src/hid.h,
1981         src/hid/common/actions.h, src/hid/common/hid_resource.h,
1982         src/hid/common/hidgl.h, src/hid/common/hidinit.h,
1983         src/hid/common/hidnogui.h, src/hid/gcode/lists.h,
1984         src/hid/gtk/gtkhid.h, src/hid/gtk/gui-drc-window.h,
1985         src/hid/gtk/gui-library-window.h, src/hid/gtk/gui-pinout-preview.h,
1986         src/hid/gtk/gui.h, src/insert.h, src/intersect.h, src/line.h,
1987         src/lrealpath.h, src/macro.h, src/mirror.h, src/misc.h, src/move.h,
1988         src/mtspace.h, src/mymem.h, src/parse_l.h, src/pcb-printf.h,
1989         src/polyarea.h, src/polygon.h, src/print.h, src/rats.h,
1990         src/remove.h, src/report.h, src/resource.h, src/rotate.h,
1991         src/rtree.h, src/rubberband.h, src/search.h, src/select.h,
1992         src/set.h, src/strflags.h, src/thermal.h, src/toporouter.h,
1993         src/undo.h, src/vector.h, src/vendor.h: Fix header guard macro names Closes-bug: lp-699161 Make all headers use standard-compliant guard macro names.
1995 2011-08-10   DJ Delorie * dj AT delorie dot com *
1997         * configure.ac, src/hid/lesstif/main.c, src/hid/lesstif/xincludes.h: 
1998         Detect XRender + Xinerama to avoid BadMatch Closes-bug: lp-699251 This seems to happen when your X server is using both Xinerama and
1999         XRender, and only affects the XRenderChangePicture() call with a
2000         clip_mask.  So, I added code to detect Xinerama+XRender and disable
2001         XRender if they're found.
2003 2011-08-10   DJ Delorie * dj AT delorie dot com *
2005         * src/action.c: Don't set FOUND flag on silk lines.  Closes-bug: lp-699291
2007 2011-08-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2009         * src/hid/gtk/gtkhid-main.c: hid/gtk: Clean up ghid_pan_fixup ()
2011 2011-08-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2013         * src/hid/gtk/gtkhid-main.c: hid/gtk: Re-write some routines with
2014         the new ghid_pcb_to_event_coords API.  Cleans up ghid_set_crosshair() and Center() in gtkhid-main.c
2016 2011-08-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2018         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
2019         src/hid/gtk/gui.h: hid/gtk: Add API to convert pcb units into
2020         drawing widget coordinates.
2022 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2024         * src/misc.c: misc.c: Remove comment missed from commit e82ad9b
2026 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2028         * src/macro.h: macro.h: Remove now unused SCREEN_SIGN_{X,Y} macros
2030 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2032         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
2033         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui.h: hid/gtk:
2034         Implement an API to draw the user into a particular location This is renderer-specific, but the general idea is to help the user
2035         find a particular location on the board.
2037 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2039         * src/hid/gtk/gui-netlist-window.c, src/select.c, src/select.h: Move
2040         the SelectPin() function into the file of its only caller.  The new function is in hid/gtk/gui-netlist-window.c, and is called
2041         toggle_pin_selected ().  Whilst we're at it, simplify the function, removing its always-
2042         constant argument and condense the redrawing calls.
2044 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2046         * src/action.c: action.c: Remove unused parser token F_Scroll
2047         ("Scroll")
2049 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2051         * src/action.c, src/action.h: action.c: Remove unused action
2052         "MovePointer"
2054 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2056         * src/hid/gtk/gui-misc.c: hid/gtk: Remove dead "MovePointer"
2057         keyboard navigation code.  This was not working correctly anyway, as the action was not
2058         properly registered. Obviously no-one missed it, so let it die.  Whilst we are here, kill off the hard-coded panning actions in this
2059         sub-main loop. Eventually, we should use common code for any
2060         keyboard navigation.  This only affects operation of the ghid_get_user_xy() function, e.g.
2061         the one which temporarily greys out the PCB user interface whilst
2062         waiting for the user to supply a location.
2064 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2066         * src/action.c: action.c: Simplify ActionMovePointer() The save / restore of the crosshair coordinates is unnecessary since
2067         we are emitting the appropriate change notifications.
2069 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2071         * src/action.c: action.c: Remove dead code, IgnoreMotionEvents
2073 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2075         * src/action.c, src/find.c, src/hid/gtk/gui-drc-window.c,
2076         src/misc.c, src/misc.h, src/select.c: misc.c: Remove unused "delta"
2077         argument from CenterDisplay() All the callers are passing absolute locations.
2079 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2081         * po/POTFILES.in, src/Makefile.am, src/gpcb-menu.res,
2082         src/gpcb-menu.res.in, src/pcb-menu.res, src/pcb-menu.res.in: 
2083         Generate pcb-menu.res and gpcb-menu.res from ".in" files No functional changes here, just a preliminary cleaning before
2084         adding the topological autorouter to the menus. Doing so requies
2085         conditional inclusion of certain lines, as the toporouter is not
2086         always built.   Based on a patch by Stanislav Brabec * sbrabec AT suse dot cz * Affects-bug: lp-812429
2088 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2090         * src/pcb-menu.res: pcb-menu.res: Fixup some more whitespace
2092 2011-07-18   Stanislav Brabec * sbrabec AT suse dot cz *
2094         * src/action.c: RipUp(): Rip arcs created by toporouter.  Toporouter creates not only lines but also arcs.  Rip up all auto
2095         routed tracks should rip these arcs as well.  Closes-bug: lp-812380  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
2097 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2099         * po/POTFILES.in: POTFILES.in: Add src/crosshair.c and
2100         src/autoroute.c We were missing translations before.  "make distcheck" now passes ;)
2102 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2104         * doc/Makefile.am: doc: Don't make any DVI targets We don't have rules to build all the prerequisites, and we don't
2105         care about DVI. This is one of the issues causing "make distcheck"
2106         to fail.
2108 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2110         * doc/Makefile.am, doc/gs/Makefile.am: doc: Remove execute
2111         permissions on Makefile.am and gs/Makefile.am
2113 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2115         * src/gpcb-menu.res, src/pcb-menu.res: Clean up whitespace in
2116         [g]pcb-menu.res
2118 2011-08-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2120         * src/crosshair.c: crosshair.c: Fix layer check for off-grid line
2121         snapping in line-draw mode
2123 2011-08-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2125         * src/crosshair.c: crosshair.c: Revise heuristic for snapping on
2126         off-grid lines Only snap to an off-grid section of a line when: Drawing lines on the same layer as the one being snapped to When
2127         manipulating the end-point of a _different) line on the same layer
2128         as the one being snapped to.  This should hopefully reduce the tendancy of the off-grid-line code
2129         to cause lots of unnecessary snapping.
2131 2011-08-01   Gabriel Paubert * paubert AT iram dot es *
2133         * src/hid/lesstif/main.c: Correct parameter order in Distance
2134         function in hid/lesstif/main.c in src/did/lesstif/main.c, the Distance function is called with the
2135         parameters in the wrong order.  This small patches fixes the problem. I still think that the format
2136         is wrong, or at least the rounding to integer mm/mil taking only the
2137         grid into account, but I've not yet decided on how to fix it. The
2138         worse is that often the display is wrong because the decimal part is
2139         truncated (displaying say -24 between two grid points on a 5mil
2140         grid).          Gabriel
2142 2011-07-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2144         * src/hid/png/png.c: hid/png: Increase the maximum allowable DPI of
2145         the exporter Sometimes for rendering fiddly boards, you just need the detail.  Move the arbitrary 1000 dpi limit to still arbitrary, 10000 dpi.
2147 2011-07-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2149         * src/hid/ps/ps.c: hid/ps: Fix arc drawing since pcb_printf patch The last parameter to the arc macro we use for drawing arcs is
2150         unitless, so should be a double. This was broken by: commit fa9ae1f6b1eabaab961795ce7be53afe46eaa735     Convert ps/eps/lpr HID's to use pcb-printf I've reverted the change, and added an extra (double) cast compared
2151         to what was there before, I'm not sure we wouldn't get an integer
2152         division without it. One day I should learn these type promotion /
2153         casting rules properly! ;)
2155 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2157         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
2158         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Add a
2159         shutdown function to the renderer backends This will be necessary to stop any event handlers / timers which
2160         should not fire as the GUI is being shut down.  This code isn't actually very "live" at the moment, as the place
2161         I've hooked up its trigger (the destroy event of the main window),
2162         doesn't actually appear to get called.  This seems to be because the core "Quit" action just kills the
2163         program dead, rather than attempting to shut down the GUI.
2165 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2167         * src/hid/gtk/gui-netlist-window.c: hid/gtk: Do not run a main loop
2168         from within the netlist window code.  It turns out that this is a really bad idea.. if the main loop is
2169         kept busy, the new main-loop never exits and the events can become
2170         reentrant.  I discovered this when testing code for an animation which used the
2171         main event loop for its timing. Each time a node was selected in the
2172         netlist window, stack-frame would grow - as the new nested main
2173         loops never became idle. Segfaults ensued quite readily, presumably
2174         due to the code not being designed to be reentrant.  It appears from reading the code, that these:   while (gtk_events_pending ())        /* Make sure everything gets
2175             built */ gtk_main_iteration (); Are not actually necessary.
2177 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2179         * src/hid/gtk/gui-netlist-window.c: hid/gtk: Skip check before
2180         calling ghid_netlist_window_create If the window already exists, ghid_netlist_window_create() is a
2181         NOOP, so there is no point in checking twice.
2183 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2185         * src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui.h: hid/gtk:
2186         Remove unused function ghid_netlist_nodes_update ()
2188 2011-07-25   DJ Delorie * dj AT delorie dot com *
2190         * src/default_font: Tweak default font.  Minor changes to various glyphs to improve readability and
2191         legibility, such as making V look less like U, or 8 less like 0.  No
2192         changes to font metrics, bounding boxes, or spacing.
2194 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2196         * src/hid/gtk/gtkhid-main.c: hid/gtk: Fix up paning when flipping
2197         the board.  I'm not sure when this got broken, but it was probably my fault ;)
2199 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2201         * : commit f9ad6634a55f7f79106945e3307aafe0d39eae61  Author: Andrew
2202         Poelstra * asp11 AT sfu dot ca * Date:   Mon Jul 25 00:33:23 2011
2203         -0700
2205 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2207         * : hid/gtk: Refactor viewport handling
2209 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2211         * src/hid/gtk/gtkhid-main.c: hid/gtk: Fixup Zoom() and zoom_by() so
2212         they don't ignore passed coordinates.  The Zoom() action was passing bogus coordinates (in pixels), and
2213         zoom_by() was ignoring the passed coordinates and just using the
2214         mouse pointer location last recorded in gport->pcb_x and
2215         gport->pcb_y.  Fix zoom_by() to use the passed coordinates, fix Zoom() to not
2216         mangle the passed board coordinates into screen space.. zoom_by()
2217         wants board coords.  Finally, remove a special case from the Zoom() action where if the
2218         passed coordinates were both zero, we would pass the PCB coordinates
2219         of the board center. I'm hopeful that things will "just work"
2220         without this.
2222 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2224         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
2225         src/hid/gtk/gui.h: hid/gtk: Introduce a zoom_fit() function, remove
2226         duplicated code.  Several places in the code invoke a "zoom_fit" type function by
2227         calling zoom_to() or ghid_port_ranges_zoom() with bogus parameters.  Implement a specific function which restricts this to one location,
2228         then remove the now redundant ghid_port_ranges_zoom(), which
2229         basically just duplicated the code from zoom_by() with an added
2230         check for a 0.0 zoom factor to trigger the zoom-to-fit feature.
2232 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2234         * src/hid/gtk/gtkhid-main.c: hid/gtk: Add missing static parameter
2235         to zoom_by() function.
2237 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2239         * src/hid/gtk/gtkhid-main.c: hid/gtk: Some cleanups to the zoom_to()
2240         function Still confusing, but at least its not the fault of the code
2241         formatting now.
2243 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2245         * src/hid/gtk/gtkhid-main.c: hid/gtk: Remove old debugging code from
2246         zoom_to and zoom_by() functions This code was adding to clutter in the functions, and appears in
2247         some cases to be bit-rotten. (The coordinates it operated on don't
2248         appear to be have been consistent with the current GUI code).
2250 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2252         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
2253         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: hid/gtk:
2254         Abstract away event coordinate conversion to PCB base units
2256 2010-12-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2258         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
2259         src/hid/gtk/gui.h: hid/gtk: Refactor semantics of, and rename
2260         view_x, view_y coordinates Rather than storing pointer coordinates in the imaginary "view"
2261         system, where the coordinates (in PCB base units) represent that of
2262         an unflipped board, store them such that they are directly
2263         meaningful on the board.  As they now directly represent the cursor coordinats on the actual
2264         board, they don't require passing through the SIDE_{X,Y} macros
2265         before use with APIs that expect board coordinates.  To avoid confusion, view_x and view_y have been renamed to pcb_x and
2266         pcb_y to reflect the change of semantics.  In a number of cases, SIDE_{X,Y} macro calls were added to preserve
2267         correct functionality of old code which manipulates the mouse
2268         position in "view" coordinates. These are primarily concerned with
2269         zooming and panning.  Also rename the confusingly titled VIEW_{X,Y} macros to
2270         EVENT_TO_PCB_{X,Y}
2272 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2274         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
2275         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
2276         src/hid/gtk/gui.h: hid/gtk: Rename {x,y}_crosshair to
2277         crosshair_{x,y} (Just because!)
2279 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2281         * src/hid/gtk/gtkhid-gl.c: gtk+gl: Convert crosshair drawing to use
2282         PCB world coordinates Whilst I'm at it, add a z-coordinate to the crosshair drawing
2283         functions to future proof them for when we add some 3D effects.
2285 2011-07-08   Andrew Poelstra * asp11 AT sfu dot ca *
2287         * src/file.c, src/global.h, src/pcb-printf.c: Introduce Coord/Angle
2288         types, convert global.h and pcb-printf to use it For now Grid (in PCB and Settings) and its increments are still
2289         doubles to avoid serious breakage. Will change these to Coords in a
2290         separate commit.  Also add %ma spec for Angle, tell file.c to use it, to prevent
2291         printf problems with Angle when changing ctypes.
2293 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2295         * gts/boolean.c, gts/cdt.c, gts/edge.c, gts/partition.c,
2296         gts/split.c: gts: Fixup warnings due to assigned but unused
2297         variables As I'm not 100% familiar with this code, I have commented out some
2298         of the redundant code rather than deleting it completely.
2300 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2302         * src/hid/common/hidgl.c: hid/common/hidgl.c: Cast the function
2303         pointers passed to gluTessCallback() Silences compiler warnings about incompatible pointer types
2305 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2307         * src/line.c: line.c: Fix a bogus compiler warning regarding a (X +
2308         c) >= X being always true.  line.c: In function â€˜EnforceLineDRC’: line.c:491:7: warning:
2309         assuming signed overflow does not occur when assuming that (X + c)
2310         >= X is always true [-Wstrict-overflow] It would appear that gcc (4.6.1-5ubuntu1) is identifying the
2311         conditional portions of INDEXOFCURRENT which would always evaluate a
2312         particular way if a given condition is met. It is "probably" safe to
2313         assume that this warning manifests due to gcc considering each
2314         portion of the INDEXOFCURRENT definition in turn.  It appears we can avoid this particular warning by temporarily
2315         assigning INDEXOFCURRENT into a variable before we test with it.
2317 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2319         * src/toporouter.c: toporouter.c: Fixup warnings due to assigned but
2320         unused variables As I'm not 100% familiar with this code, I have commented out some
2321         of the redundant code rather than deleting it completely.
2323 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2325         * src/undo.c: undo.c: Fixup warnings due to assigned but unused
2326         variables
2328 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2330         * src/rtree.c: rtree.c: Fixup warnings due to assigned but unused
2331         variables Adds a nasty cludge using #ifndef NDEBUG around a variable
2332         assignment which is only used in a later assert() statement. (NB:
2333         assert() evaluates to nothing if NDEBUG is defined).
2335 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2337         * src/print.c: print.c: Fixup warnings due to assigned but unused
2338         variables
2340 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2342         * src/puller.c: puller.c: Fixup warnings due to assigned but unused
2343         variables
2345 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2347         * src/polygon1.c: polygon1.c: Fixup warnings due to assigned but
2348         unused variables Adds a nasty cludge using #ifndef NDEBUG around a variable
2349         assignment which is only used in a later assert() statement. (NB:
2350         assert() evaluates to nothing if NDEBUG is defined).
2352 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2354         * src/fontmode.c: fontmode.c: Fixup warnings due to assigned but
2355         unused variables
2357 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2359         * src/find.c: find.c: Fixup warnings due to assigned but unused
2360         variables
2362 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2364         * src/djopt.c: djopt.c: Fixup warnings due to assigned but unused
2365         variables
2367 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2369         * src/copy.c: copy.c: Fixup warnings due to assigned but unused
2370         variables
2372 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2374         * src/autoroute.c: autoroute.c: Fixup warnings due to assigned but
2375         unused variables Adds a nasty cludge using #ifndef NDEBUG around a variable
2376         assignment which is only used in a later assert() statement. (NB:
2377         assert() evaluates to nothing if NDEBUG is defined).
2379 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2381         * src/action.c: action.c: Fixup warnings due to assigned but unused
2382         variables
2384 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2386         * src/hid/gcode/trace.c: hid/gcode: Fixup warnings due to assigned
2387         but unused variables
2389 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2391         * src/hid/bom/bom.c: hid/bom: Fixup warnings due to assigned but
2392         unused variables
2394 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2396         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-library-window.c,
2397         src/hid/gtk/gui-top-window.c: hid/gtk: Fixup warnings due to
2398         assigned but unused variables
2400 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2402         * src/crosshair.c: crosshair.c: Snap to points along off-grid lines
2403         when drawing tracks This should greatly easy making tidy layouts where some lines have
2404         (perhaps by necessity) ended up off-grid.  This patch adds code to snap onto the center of a line. It finds the
2405         nearest grid point to the cursor, then will allow snapping at the
2406         intersections between the line in question and the lines of an
2407         imaginary X and + centered on the nearest grid-point to the cursor.  This allows neat drawing of horizontal, vertical and 45 degree lines
2408         which will land correctly on the existing line.
2410 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2412         * src/crosshair.c: crosshair.c: Rename some variables for clarity
2414 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2416         * src/crosshair.c: crosshair.c: Always allow snapping to the element
2417         mark (except in rat-draw mode)
2419 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2421         * src/crosshair.c: crosshair.c: Don't snap to an element's mark in
2422         rat-draw mode.
2424 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2426         * src/crosshair.c: crosshair.c: Drop checks to ensure the crosshair
2427         is inside the PCB It would seem that the MIN, MAX functions applied when setting
2428         Crosshair.X and Crosshair.Y should already constrain the coordinates
2429         such that the removed code was never triggered.  It isn't obvious that these removed checks are even correct, or are
2430         being triggered. Drop the checks in the hope that the now simplified
2431         code continues to "just work" without the special casing.
2433 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2435         * src/parse_y.y: parse_y.y: Remove unused GRIDFIT macro
2437 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2439         * src/crosshair.c: Try snapping to element marks first, as they are
2440         only a weak snap.  Because the element mark is never chosen in preference to a closer
2441         grid point, we should try snapping to it first - rather than last.  Currently, we might have a crosshair location where (say), a pad is
2442         snapped to in preference to the nearest grid-point, then the element
2443         mark is tested and snapped to because it is closer than the pad.
2444         This can occur even when there is a closer grid point than the
2445         element mark, since the grid snap (nearest_is_grid == true) has
2446         already been discarded by the snap to the pad.
2448 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2450         * src/crosshair.c: Refactor crosshair snap code to reduce
2451         duplication and improve readability
2453 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2455         * src/search.c: Allow editing of ordinary text objects when element
2456         names are hidden Closes-bug: lp-810678
2458 2011-07-19   Andrew Poelstra * asp11 AT sfu dot ca *
2460         * src/hid/gtk/gui-netlist-window.c: Fix crash in netlist window
2461         caused by heirarchical netlists See http://archives.seul.org/geda/user/Jul-2011/msg00133.html
2463 2011-07-12   Andrew Poelstra * asp11 AT sfu dot ca *
2465         * src/hid/gtk/gui-top-window.c: Remove special grid-change handling
2466         from Gtk
2468 2011-07-03   Andrew Poelstra * asp11 AT sfu dot ca *
2470         * src/hid/lesstif/dialogs.c, src/hid/lesstif/main.c,
2471         src/hid/lesstif/menu.c: Convert lesstif hid to use pcb-printf Should be no user-visible changes, except this bug: Closes-bug:
2472         lp-805273
2474 2011-07-03   Andrew Poelstra * asp11 AT sfu dot ca *
2476         * src/pcb-printf.c: Add support for + and .* subspecifiers in
2477         pcb-printf
2479 2011-07-03   Andrew Poelstra * asp11 AT sfu dot ca *
2481         * src/hid/lesstif/main.c: Clean up coords_to_widget() in
2482         lesstif/main.c The coords_to_widget() function is used in exactly two places, for
2483         different purposes. To differentiate between the two uses, the
2484         ``state'' parameter is set to -1.  The parameter is confusing enough without overloading it in this
2485         way.  Therefore I have split the function into two:   mark_delta_to_widget   cursor_pos_to_widget Further, I have converted the code inside the functions to use
2486         g_printf_strdup instead of a fixed buffer. The functions should both
2487         be easier to read now than the original.  There is one small change to user-visible output, which I think is
2488         justified: if you have a very small metric grid (<= 5um), the
2489         mark_delta output now uses .3f for both cartesian  and radial
2490         display. Before it would use .3f for cartesian, .2f for radial.
2492 2011-07-01   Andrew Poelstra * asp11 AT sfu dot ca *
2494         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog-size.c,
2495         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-top-window.c: Convert gtk
2496         gui to use pcb-printf There should be no user-visible changes.  Note that as long as base units are cmils, the .9999 bug in the
2497         cursor status is back. This is not a problem with smaller base units
2498         (I am using 17nm and all is okay.) Note also that the report dialogs are entirely based on report.c, so
2499         that is not part of this commit.
2501 2011-06-29   Andrew Poelstra * asp11 AT sfu dot ca *
2503         * src/hid/ps/eps.c, src/hid/ps/ps.c: Convert ps/eps/lpr HID's to use
2504         pcb-printf The postscript HID now uses pcb-printf to output all units as inches
2505         rather than cmils; therefore the default scale is now 1:1 rather
2506         than 1:10000.  Therefore there will be a change in raw ps output but
2507         not in printed output.  As inches are output with 5 digits after the decimal point, there
2508         will be no loss in precision, though in future this will be easy to
2509         increase.  Also, minor code cleanups in ps.c to reduce global state and make
2510         global variables more visible.
2512 2011-06-28   Andrew Poelstra * asp11 AT sfu dot ca *
2514         * src/pcb-printf.c: Make pcb_fprintf ignore NULL file handle There is a lot of code in the HID's that looks like   if (f != NULL)     fprintf (f, "..."); I have moved the NULL check inside pcb-printf to remove this
2515         repetition/potential mistake.
2517 2011-06-26   Andrew Poelstra * asp11 AT sfu dot ca *
2519         * src/file.c: Make sure scale/direction are not output as measures
2520         in file.c
2522 2011-06-25   Andrew Poelstra * asp11 AT sfu dot ca *
2524         * src/report.c: Fix typo in unplated hole output in report.c
2526 2011-06-22   Andrew Poelstra * asp11 AT sfu dot ca *
2528         * src/toporouter.c: Convert toporouter trace code to use pcb-printf There is still a fair amount of trace code outputting measurements
2529         that are floating-point values. I left these alone since they will
2530         work independently of the actual type of BDimension.  Everything should still be output in base units.
2532 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2534         * src/polygon.c, src/polygon1.c: Convert polygon and polygon1.c
2535         debug code to use pcb-printf
2537 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2539         * src/puller.c: Convert puller.c trace code to use pcb-printf Minor changes to trace output (addition of parens, mainly). Should
2540         be no user-visible output. No longer assumes BDimension == int.
2542 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2544         * src/djopt.c: Convert djopt.c to use pcb-printf No change in user-visible output.  Debug output is slightly changed since pcb-printf likes to put
2545         parens around tuples, so "%d,%d" is now effectively "(%d, %d)".
2546         Debug output is all base units, so the numbers will not change until
2547         the base unit size is changed.
2549 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2551         * src/autoroute.c: Convert autoroute.c debug code to use pcb-printf Should be no change in output. Only change is that we no longer
2552         assume BDimension == int.
2554 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2556         * src/action.c: Change action.c *WARN* lines to use pcb-printf Now instead of outputting unsuffixed cmils, warnings about
2557         locked/unnamed elements will refer to the part's position in either
2558         mm or mil, with an appropriate suffix.  Non-warning-related output is unchanged.
2560 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2562         * src/file.c: Convert file.c to use pcb-printf for cmil output file.c now uses pcb-printf, though in a limited way: everything is
2563         still output in unsuffixed cmils, though this is now independent of
2564         pcb's internal unit size.  I have also removed the old-style output for symbols.  Aside from that, everything should be the same. Any other change in
2565         output, or file format incompatibility of any kind, is a bug.
2567 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2569         * src/pcb-printf.c, src/pcb-printf.h: Add # subspecifier to
2570         pcb-printf to prevent scaling for debug output
2572 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2574         * src/puller.c: Convert puller.c to use Distance() intead of its own
2575         function
2577 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2579         * src/pcb-printf.c, src/pcb-printf.h: Add pcb_printf to pcb_*printf
2580         family of functions
2582 2011-06-19   Krzysztof KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
2584         * doc/Makefile.am: doc: do not distribute dvi files DVI files cannot be generated without LaTeX, and since commit
2585         3afdb7efdaf6cc8094cc6143269e7df519183197 only pdfLaTeX is supported.
2587 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2589         * src/hid/lesstif/menu.c: Allow 1...9 and Ctrl+1...9 accellerators
2590         for silk/rats in lesstif
2592 2011-06-19   Levente Kovacs * leventelist AT gmail dot com *
2594         * src/find.c, src/global.h: gEDA-user: skpi_drc patch On Fri, 17 Jun 2011 17:30:22 -0400  DJ Delorie * dj AT delorie dot
2595         com * wrote: > You want the (already global) AttributeGet() function.  > >
2596         l->no_drc = AttributeGet (l, "PCB::skip-drc") != NULL; > > This does
2597         assume that the attribute has *some* value, even if the > value is
2598         the empty string.  Thanks for pointing this out.  Attached is the new patch.  Levente -- Levente Kovacs http://levente.logonex.eu
2600 2011-06-20   DJ Delorie * dj AT delorie dot com *
2602         * src/hid/lesstif/main.c: Lesstif: ignore crosshair changes before
2603         window exists.
2605 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2607         * src/hid/gtk/gui-top-window.c: Allow 1..9 accelerator keys to be
2608         applied to non-copper layers in gtk Closes-bug lp-699327
2610 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2612         * src/report.c: Change report.c to use pcb-printf Right now there should be no change in the output from report.c;
2613         this is essentially just a code cleanup. The prec/UNIT nastiness is
2614         cleaned up -- precision is handled by the defaults in pcb-printf (.2
2615         for mil, .4 for mm, same as before) and unit selection is done with
2616         the %m+ specifier.  It's easy now to expand to allow auto-scaling or even automatic
2617         selection of metric/imperial based on sig.  figs., but I've played
2618         around with this and it looks like mixing units is confusing and
2619         hard-to-read, so we're sticking with just one of mm/mil for now.
2621 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2623         * src/pcb-printf.c, src/pcb-printf.h: Add %m+ specifier to
2624         pcb-printf As long as our base units are cmils, allowing pcb-printf to guess
2625         the most natural units for displaying measures is a bad idea -- it
2626         cannot reliably count significant figures for many values. The
2627         result, for example, in report.c, is inconsistent and confusing
2628         dialogs with a mix of metric and imperial measurements.  The %m+ specifier is used to force pcb-printf to only use certain
2629         units; in this case, the user's gui setting of metric/imperial.
2631 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2633         * src/misc.c, src/misc.h: Add Distance() function to avoid overflow
2634         with sqrt(x*x + y*y)
2636 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2638         * src/move.c: Fix typo (Polygon++ ==> PolygonN++) in src/move.c Closes-bug: lp-796059
2640 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2642         * src/hid/gerber/gerber.c: Set file pointer to NULL after closing in
2643         gerber.c Closes-bug: lp-795734 When cleaning up the gerber HID, I had changed the file pointer used
2644         in maybe_close_f from a global to a (local) argument -- which made
2645         the line ``f = NULL'' effectively a no-op.  However, the global variable f does need to be set to NULL for the
2646         code to recognize that the file is closed; otherwise it tries to
2647         keep using the (now invalid) file handle, causing crashes whenever
2648         the gerber HID is used more than once.  This is now done after every call to maybe_close_f(), rather than
2649         depending on the function itself to have side effects.
2651 2011-06-17   DJ Delorie * dj AT delorie dot com *
2653         * src/hid/png/png.c: Check for empty layers in photo mode Now that the default stackup is for six layer boards, the PNG photo
2654         mode output needs to check to see if the user has used the inner
2655         layers, and automatically adapt - so that a two layer board *looks*
2656         like a two-layer board.
2658 2011-06-17   Gabriel Paubert * paubert AT iram dot es *
2660         * src/hid/gerber/gerber.c,
2661         tests/golden/hid_gerber3/arcs.plated-drill.cnc: Fix printf specifier
2662         for gerber drill output
2664 2011-06-16   Andrew Poelstra * asp11 AT sfu dot ca *
2666         * configure.ac, tests/golden/Makefile.am,
2667         tests/golden/hid_gerber3/Makefile.am,
2668         tests/golden/hid_gerber3/arcs.bottom.gbr,
2669         tests/golden/hid_gerber3/arcs.fab.gbr,
2670         tests/golden/hid_gerber3/arcs.group1.gbr,
2671         tests/golden/hid_gerber3/arcs.group4.gbr,
2672         tests/golden/hid_gerber3/arcs.plated-drill.cnc,
2673         tests/golden/hid_gerber3/arcs.top.gbr, tests/inputs/Makefile.am,
2674         tests/inputs/gerber_arcs.pcb, tests/tests.list: Add hid_gerber3 test
2675         to check arc rendering
2677 2011-06-16   Andrew Poelstra * asp11 AT sfu dot ca *
2679         * src/hid/gerber/gerber.c: Re-insert casts to unit conversion macros
2680         in gerber.c
2682 2011-06-12   Andrew Poelstra * asp11 AT sfu dot ca *
2684         * src/hid/gerber/gerber.c: Convert gerber hid to use pcb-printf
2686 2011-06-12   Andrew Poelstra * asp11 AT sfu dot ca *
2688         * src/hid/gcode/gcode.c: Convert gcode hid to use pcb-printf
2690 2011-06-12   Andrew Poelstra * asp11 AT sfu dot ca *
2692         * src/hid/bom/bom.c: Convert BOM hid to use pcb-printf
2694 2011-06-12   Andrew Poelstra * asp11 AT sfu dot ca *
2696         * src/pcb-printf.c, src/pcb-printf.h: Correct handling of %.*f in
2697         pcb-printf, remove from known issues
2699 2011-06-12   Andrew Poelstra * asp11 AT sfu dot ca *
2701         * src/hid/batch/batch.c: Convert batch HID to use pcb-printf
2703 2011-06-11   Andrew Poelstra * asp11 AT sfu dot ca *
2705         * src/Makefile.am, src/pcb-printf.c, src/pcb-printf.h: Add
2706         pcb-printf.c to allow custom specifiers for unit output From the header: /* This file defines a wrapper around sprintf, that  *  defines new specifiers that take pcb BDimension  *  objects as input.   *  * The new specifiers are:  *   %mm    output a measure in mm  *   %mM    output a measure in scaled (mm/um) metric  *   %ml    output a measure in mil  *   %mL    output a measure in scaled (mil/in) imperial  *   %ms    output a measure in most natural mm/mil units  *   %mS    output a measure in most natural scaled units  *   %md    output a pair of measures in most natural mm/mil units  *   %mD    output a pair of measures in most natural scaled units  *   %m3    output 3 measures in most natural scaled units  *     ...   *   %m9    output 9 measures in most natural scaled units  *   %m*    output a measure with unit given as an additional  *          const char* parameter  *   %mr    output a measure in a unit readable by parse_l.l  *          (this will always append a unit suffix)  *  * These accept the usual printf modifiers for %f,  *  as well as the additional modifier $ which is  *  used to output a unit suffix after the measure.   *  * KNOWN ISSUES:  *   No support for %zu size_t printf spec  *   No support for .* subspecifier for pcb specs  */
2708 2011-06-09   DJ Delorie * dj AT delorie dot com *
2710         * globalconst.h, src/buffer.c, src/global.h, src/parse_y.y: Fix
2711         shift/reduce conflicts Closes-bug: lp-794743 I moved the interpretation of what "measurement" means even further
2712         up the heirarchy, by storing the original integer part as well as
2713         the units in a structure, and applying the new/old/unitless meanings
2714         where they're used.  This way, there's no conflicts between a number
2715         which is a measurement, and a number which is a flag or mask, for
2716         the old formats that differ only in the number of parameters.  I also cleaned up the parser rules for "zero or more" type lists, to
2717         remove most of the remaining conflicts.  There's still one at the
2718         toplevel because we try to parse different types of files with the
2719         same parser.  Lastly, the symbol rules were combined into a "symbol head" rule
2720         with a common "symbol body" rule.  As a side effect, we can now reliably use units on old-style formats
2721         again, since the *100 scale factor is only applied if the units are
2722         not specified.
2724 2011-06-06   Andrew Poelstra * asp11 AT sfu dot ca *
2726         * src/autoroute.c, src/macro.h: Remove memory allocation from
2727         src/macro.h When we started using GLists for various objects, we also changed
2728         the looping macros to allocate copies of the list in order to avoid
2729         problems with list integrity in case items were removed during the
2730         iteration.  However, this caused memory leaks whenever there was an early return
2731         from the middle of the list. Bug lp-792139 shows pcb using over 2Gb
2732         of memory and crashing when optimizing rats on a large board.  This patch saves the next pointer before the loop body, rather than
2733         allocating a whole new list, to handle element deletions.  Closes-bug: lp-792139
2735 2011-06-01   Krzysztof KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
2737         * configure.ac, doc/Makefile.am, doc/gs/Makefile.inc: doc: use
2738         pdflatex instead of latex
2740 2011-06-01   Krzysztof KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
2742         * doc/Makefile.am, doc/gs/Makefile.inc: doc: skip generation of GIF
2743         images
2745 2011-06-04   Andrew Poelstra * asp11 AT sfu dot ca *
2747         * src/file.h, src/parse_l.l, src/parse_y.y: Add support for reading
2748         unit suffixes in parser Bumped PCB_FILE_VERSION up to 20110703.  Removed old unit-reading code from parse_l.l since it was missing
2749         several units that we plan to support, and the scaling was backward
2750         for non-base units.  Also, we now read all numbers as doubles, except those that need
2751         integers (array indices and flags, mainly).  All measurements are
2752         round()ed to ints, after scaling, since that's what BDimension is
2753         and we don't want anomalies.  The old NUMBER and FLOAT terminals in parse_y have been replaced by:   1. INTEGER   - an integer, unscaled   2. number    - floating or integer, unscaled   3. measure   - a (possibly suffixed) measurement, with                  non-suffixed measurements read in cmils   4. oldmeasue - non-suffixed measurement, read in mils One exception is the PolyArea[] field. This is still read in cmil^2
2754         until we figure out what to do with it.  This way the parser works independently of PCB's internal base
2755         units, and supports umil, cmil, mil, in, nm, um, mm, m and km unit
2756         suffixes. The parsing code should also be clearer now since not
2757         everything is NUMBER, with scale factors handled after-the-fact with
2758         /100's or in the lexer.  Additionally, we now allow floating-point values for all
2759         measurements (even old-style mil fields), and pcb will allow spaces
2760         between measurements and their suffixes.  Actually using these
2761         ``features'' will probably break tools that read .pcb files, though.
2763 2011-05-27   Felix Ruoff * Felix AT posaunenmission dot de *
2765         * doc/pcb.texi:  Replace @extend with @noindent in docu-source  If the @extend keyword is used to remove an intentation, the text
2766         will have a  linebreak, where the source has one. If @noindent is
2767         used instead, the lines will be breaked as in normal paragraphs.
2769 2011-05-25   Felix Ruoff * Felix AT posaunenmission dot de *
2771         * src/hid/gtk/gtkhid-main.c: hid/gtk: Fix docu for 'ImportGUI()'
2773 2011-05-27   Felix Ruoff * Felix AT posaunenmission dot de *
2775         * doc/pcb.texi: Docu: Remove incomplete irritating sentence
2777 2011-05-31   Felix Ruoff * Felix AT posaunenmission dot de *
2779         * doc/pcb.texi: Remove repeated word in documentation
2781 2011-05-17   Alberto Maccioni * alberto dot maccioni AT gmail dot com *
2783         * doc/Makefile.am, doc/gcode.pcb, doc/gcode_control_img.eps,
2784         doc/gcode_tool_path.eps, doc/pcb.texi: Add documentation for G-Code
2785         export GUI This patch contains the documentation changes from lp:699476.  It
2786         adds a new manual section on exporters and documents the gcode
2787         exporter.  Sample pcb file is added with control image and the
2788         resulting toolpath.   Reviewed-by: Felix Ruoff * Felix AT posaunenmission dot de *
2789          Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT
2790          gmail dot com * Closes-bug: lp-699476
2792 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2794         * src/hid/gerber/gerber.c: gEDA-dev:
2795         gerber-cleanup-0006-Change-a-couple-more-0-s-to-NULL-s.patch
2797 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2799         * globalconst.h, src/hid/gerber/gerber.c: gEDA-dev:
2801         gerber-cleanup-0005-Remove-old-now-unused-aperture-structures-functions.patch
2803 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2805         * src/hid/gerber/gerber.c: gEDA-dev:
2807         gerber-cleanup-0004-Use-new-aperture-functions-output-100-equal-to-origi.patch
2809 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2811         * src/hid/gerber/gerber.c: gEDA-dev:
2813         gerber-cleanup-0003-Add-new-aperture-functions-but-don-t-use-them.patch
2815 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2817         * src/hid/gerber/gerber.c: gEDA-dev:
2819         gerber-cleanup-0002-Remove-global-variable-dependence-from-maybe_close-a.patch
2821 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2823         * src/hid/gerber/gerber.c: gEDA-dev:
2824         gerber-cleanup-0001-Remove-unused-Aperture-structure.patch
2826 2011-05-25   Felix Ruoff * Felix AT posaunenmission dot de *
2828         * src/hid/gtk/gui-output-events.c: hid/gtk: Fix tooltips Closes-bug: lp-786733
2830 2011-05-25   Felix Ruoff * Felix AT posaunenmission dot de *
2832         * doc/pcb.texi, src/global.h: gEDA-user: PCB: option dumpmenu
2833         missing A patch to remove this from documentation (and one variable from the
2834         source) is appended.  Kind regards, Felix Am 25.05.2011 19:11, schrieb DJ Delorie: > I think that option is a
2835         leftover from my initial HID conversion.  > > It would have been
2836         lesstif-specific anyway, the gtk hid has its own > menu file
2837         (gpcb-menu.res, same locations) > > >
2838         _______________________________________________ > geda-user mailing
2839         list  > geda-user AT moria dot seul dot org >
2840         http://www.seul.org/cgi-bin/mailman/listinfo/geda-user > >From 94458c63ae97135964c41f4966b9cdf65ee4ec27 Mon Sep 17 00:00:00
2841         2001  From: Felix Ruoff * Felix AT posaunenmission dot de * Date:
2842         Wed, 25 May 2011 14:36:34 +0200 Subject: [PATCH 50/50] Remove
2843         commandline-option 'dumpmenu' from docu and source
2845 2011-05-23   Andrew Poelstra * asp11 AT sfu dot ca *
2847         * src/hid/gerber/gerber.c: gEDA-dev: Gerber hid code cleanup New patch is as follows (sizeof and casts fixed):
2849 2010-03-18   Newell Jensen * pillar2012 AT gmail dot com *
2851         * src/hid/png/png.c: hid/png: draw zero-length arcs properly on
2852         export Closes-bug: lp-699314  Reviewed-by: Patrick Bernaud * patrickb AT
2853         chez dot com *  Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k dot
2854         kosciuszkiewicz AT gmail dot com *
2856 2008-01-04   Wojciech Kazubski * wk0 AT o2 dot pl *
2858         * lib/geda.inc, lib/misc.inc: add more crystal footprints to m4
2859         library Currently m4 symbols contain one footprint for crystal holder
2860         (HC49), wich is not accurate, pin spacing is a bit too big and the
2861         outline is too small.  This patch adds several m4 crystal holder footprints of different
2862         size, 2 or 3 pin, both standing and laying.  Closes-bug: lp-699440  Reviewed-by: Bert Timmerman * bert dot
2863         timmerman AT xs4all dot nl *  Reviewed-by: Krzysztof
2864         KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
2866 2011-01-02   Felix Ruoff * Felix AT posaunenmission dot de *
2868         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c: hid/gtk: use
2869         GTK dialog for confirming file-overwrite Since GTK 2.8 GTK provides an dialog for confirming
2870         file-overwriting.  This dialog will be introduced by this patch.
2871         Needless code which was used for this will be removed.  Closes-bug: lp-699508  Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k
2872         dot kosciuszkiewicz AT gmail dot com *
2874 2011-01-09   Felix Ruoff * Felix AT posaunenmission dot de *
2876         * doc/refcard.tex: Fix refcard (missing footnote and add rotate
2877         buffer) The shortcut 'shift-F7' for rotating paste buffer by 90 degree is
2878         added as suggested in bug LP-699391 (formerly sf-1112590).  Fix footnote used in the tabular environment.  Closes-bug: lp-699391  Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k
2879         dot kosciuszkiewicz AT gmail dot com *
2881 2011-05-17   Felix Ruoff * Felix AT posaunenmission dot de *
2883         * doc/pcb.texi: Fix doku for invisibleObjectsColor (color) Closes-bug: lp-699306
2885 2011-04-24   Felix Ruoff * Felix AT posaunenmission dot de *
2887         * src/gpcb-menu.res: Fix warning for gtk describing menuitems With GTK+ there are no 'describing menuitems' avaiable (the
2888         out-grayed items in lesstif-GUI). For this reason, the items in
2889         gpcb-menu.res are ignored and a warning is displayed at the
2890         message-log.  This patch fixes this by removing these describing menuitems for the
2891         gtk-GUI and renamed the described items to a more explaining label.
2892         It also added mnemonics for these menu-items.  Closes-bug: lp-769815
2894 2010-12-28   Felix Ruoff * Felix AT posaunenmission dot de *
2896         * src/hid/gtk/gui-output-events.c: hid/gtk: Cleanup conditional code
2897         because GTK 2.12 is required now Closes-bug: lp-699510
2899 2011-05-20   Colin D Bennett * colin AT gibibit dot com *
2901         * src/draw.c: Fix typo exporting plated vs unplated drills.  Closes-bug: lp-785463
2903 2011-05-20   DJ Delorie * dj AT delorie dot com *
2905         * src/hid/png/png.c: Don't register the PNG hid if there are no file
2906         formats to use.  In some cases, the GD library may not have any usable image formats
2907         for us to use, resulting in an empty filetypes[] table.  Rather than
2908         trying to accomodate an empty table during export, it's easier (and
2909         perhaps better) to simply not register the PNG hid in that case.
2910         Thus, the exporter is simply not available when the table is empty.
2912 2011-03-23   Felix Ruoff * Felix AT posaunenmission dot de *
2914         * src/file.c: Ignore *.pcb files on generating library Closes-bug: lp-699261
2916 2011-05-20   DJ Delorie * dj AT delorie dot com *
2918         * src/hid/common/flags.c, src/hid/gcode/gcode.c,
2919         src/hid/gerber/gerber.c, src/hid/hidint.h, src/hid/nelma/nelma.c,
2920         src/hid/ps/ps.c: Add option to specify gerber output file style.   --name-style <fixed|single|first|eagle>                         Naming style for individual gerber files Default is "fixed" which uses a fixed name (foo.top.gbr) for each
2921         layer.  "single" uses the layer's name if there's exactly one layer
2922         in that group, else the fixed name.  "first" always uses the layer
2923         name, choosing the first layer in each group for the name.  "eagle"
2924         mode adds a three-character suffix instead of a separate type and
2925         extension.  Affects-bug: lp-700877
2927 2011-05-19   DJ Delorie * dj AT delorie dot com *
2929         * src/move.c: Avoid top/bottom issues with layer deletion.  PCB does not currently support boards without a top or bottom, so
2930         prevent the user from deleting them (they'd need to reassign the
2931         top/bottom groups first).
2933 2011-05-19   DJ Delorie * dj AT delorie dot com *
2935         * src/draw.c: Fix Mark size math wrt unplated holes.  When computing the Mark size, check for the first pin being a hole
2936         and use the drill size rather than the copper size.
2938 2011-05-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2940         * src/buffer.c: buffer.c: Update polygon r-tree when adding a
2941         polygon to the buffer.  This resulted in a crash when rotating a buffer containing a
2942         polygon, as the polygon r-tree associated with the buffer was NULL
2943         despite the polygon count being non-zero.   Reported-by: Gabriel Paubert * paubert AT iram dot es *
2945 2011-05-18   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2947         * src/move.c: move.c: Adjust the object counters when moving objects
2948         between layers This fixes a crash introduced by commit
2949         2ce35292b9e96da38cb56878005aba20891689eb, "Convert board objects to
2950         GLists of g_slice allocated memory" It doesn't fix entirity of the defect reported in that bug, but it
2951         restores the prior behaviour where PCB would hang, not segfault.   Reported-by: Colin Bennett * colin AT gibibit dot com * Affects-bug: lp-783640
2953 2011-05-17   Gabriel Paubert * paubert AT iram dot es *
2955         * src/hid/gtk/gui-output-events.c, src/hid/lesstif/menu.c: Lesstif +
2956         GTK HIDs: Ignore ISO Level3 shift modifier key This key press is found on some international keyboards (e.g.
2957         Spanish).  If we don't ignore it, PCB complains about the key not
2958         being tied to an action when it is pressed.   From the committer, Peter Clifton * pcjc2 AT cam dot ac dot uk *
2959         ...  Thanks to Gabriel for reporting this and providing the patch
2960         for Lesstif. I have updated the patch to make the equivalent change
2961         to the GTK HID as well.   Signed-off-By: Peter Clifton * pcjc2 AT cam dot ac dot uk *
2963 2011-05-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2965         * src/buffer.c: buffer.c: Fix crash in SmashBufferElement The element is allocated with g_slice_new, so must be free'd with
2966         g_slice_free.  Broken since commit 2ce35292b9e96da38cb56878005aba20891689eb:     Convert board objects to GLists of g_slice allocated memory
2968 2011-05-16   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2970         * src/rtree.c, src/rtree.h: rtree.c: Remove unused r_substitute()
2971         function This function was used to update r-trees when they contained objects
2972         changed memory location. Since we no longer shuffle objects around
2973         when we delete them, this function is no longer required.
2975 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2977         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Draw pretty translucent polygons
2978         in thindraw-poly mode Eventually we need some way to configure this.. it might be nice in
2979         non-thindraw mode too. If people want thin-draw to gain extra speed,
2980         rather than have it actually slower (due to fill + outline), then a
2981         way to turn it off would also be useful.
2983 2011-05-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2985         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Add facility to set an alpha
2986         multiplier for the current rendering
2988 2011-05-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2990         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Refactor alpha handling Replace "alpha_mult" in set_gl_color_for_gc () with just explicitly
2991         calling this the "a" (alpha) value of the colour in question.
2993 2011-05-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2995         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Refactor GL colour setup handling
2997 2011-05-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2999         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c: hid/gtk: Remove
3000         unused gc->erase parameter from GDK and GL renderers
3002 2011-05-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3004         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
3005         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h: hid/gtk: Setup custom
3006         polygon renderer for the GL HID only
3008 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3010         * src/hid/gtk/gtkhid-gl.c: gtk/gl: Don't set "magenta" for a NULL
3011         color passed to ghid_set_color The code has a strdup (name), followed by a test for name == NULL.
3012         If name _were_ ever NULL, the strdup would crash, so we can remove
3013         this test.
3015 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3017         * src/hid/common/hidgl.c: hid/common/hidgl.c: Use tags on circular
3018         contours to render them faster This lets us avoid the polygon tesselator for circular contours, and
3019         lets us render a different number of vertices in our appoximation
3020         depending upon zoom level.
3022 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3024         * src/hid/common/hidgl.c: hid/common/hidgl.c: Fix vertex array state
3025         preservation Fixes a bug with crosshair attached objects not being visible when
3026         the grid was rendered.   Reported-by: Colin D Bennett * colin AT gibibit dot com *
3027         Closes-bug: lp-780958
3029 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3031         * src/Makefile.am, src/hid/batch/batch.c, src/hid/bom/bom.c,
3032         src/hid/common/hidinit.c, src/hid/common/hidnogui.c,
3033         src/hid/common/hidnogui.h, src/hid/gcode/gcode.c,
3034         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
3035         src/hid/hidint.h, src/hid/lesstif/main.c, src/hid/lpr/lpr.c,
3036         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
3037         src/hid/ps/ps.c: Refactor application of the default hidnogui HID
3038         handlers.  Replace usage of apply_default_hid() just prior to registering a HID
3039         with an early call to the new common_nogui_init() function which
3040         pre- applies the defaults, rather than post-replacing NULL handlers.  As this was the last user of the apply_default_hid() function,
3041         remove it. Good riddance to yet another place which had to be
3042         updated every time a new HID member was added.  The default nogui HID is now constructed explicitly by a call to
3043         nogui_hid_get_hid (), which is called from hid_init(). This is
3044         different to the other HIDs, as the nogui "hid" is never explicitly
3045         registered.
3047 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3049         * src/hid/batch/batch.c: hid/batch: #include
3050         "hid/common/draw_helpers.h" which was missing Fixes a compiler warning about an implicitly declared function.
3052 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3054         * src/hid/lpr/lpr.c, src/hid/ps/ps.c, src/hid/ps/ps.h: hid/ps:
3055         Provide helper function to fill in HID members useful to other HIDs This avoids setting up the drawing routines of the lpr HID with
3056         apply_default_hid, which is a little opaque.
3058 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3060         * src/hid/common/hidinit.c: hid/common: Remove unused function
3061         hid_register_gui() GUIs are registered with the same API as exporter HIDs.
3063 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3065         * src/Makefile.am: src/Makefile.am: Use AM_CFLAGS instead of
3066         overriding CFLAGS directly
3068 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3070         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Apply the
3071         default hidnogui HID to the GUIs as well.  This saves them having to re-implement NOOP implementations for
3072         functions the "nogui" HID provides a non "CRASH;" implementation
3073         for.
3075 2011-05-09   Ineiev * ineiev AT users dot berlios dot de *
3077         * src/hid/batch/batch.c: fix batch gui
3079 2011-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3081         * src/search.c: search.c: Don't allow selecting pads or pins of
3082         locked elements The locked flag test was mistakenly being applied ot the pad or pin
3083         its-self, not the parent element.
3085 2011-05-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3087         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Split out sub-compositing setup
3088         into a separate function.
3090 2011-05-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3092         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Make the silk layer translucent
3094 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3096         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Sub-composite objects on each
3097         layer using the stencil buffer This avoids the highlight where translucent objects on a given layer
3098         are drawn over each other. It enables us to have a translucent silk
3099         screen layer and still be able to read the text.
3101 2011-05-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3103         * src/draw.c, src/hid.h, src/hid/common/hidnogui.c: Add end_layer()
3104         function to HID API to mark the end of a layer's drawing This is going to be useful for the GTK/GL renderer to manage sub-
3105         compositing translucent objects within each layer.
3107 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3109         * src/hid/gtk/gtkhid-gl.c: hid/gtk: Enable transparent lines in GL
3110         renderer
3112 2011-05-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3114         * src/hid/common/hidgl.c, src/hid/common/hidgl.h,
3115         src/hid/gtk/gtkhid-gl.c: Manage stencil bitplanes so we don't have
3116         to clear them every time.  Clearing the stencil buffer is a slow operation (especially on cards
3117         limited by fill rate (cough.. Intel.. cough), so the more clears we
3118         can avoid, the better.
3120 2011-05-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3122         * src/hid/common/hidgl.c: hid/common/hidgl.c: Tidy up polygon
3123         contour tessleation Move the gluTessBeginPolygon and gluTessEndPolygon calls inside
3124         tesselate_contour, rather than duplicating it in each caller.  Also, fix up some comments which were out of date or inaccurate.
3126 2011-05-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3128         * src/hid.h, src/hid/common/draw_helpers.c,
3129         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
3130         src/hid/png/png.c: HID: Remove "dicer" flag from HID structure.  We don't pay any attention to this flag - always dicing the polygons
3131         in our common_fill_pcb_polygon routine. HIDs which don't want diced
3132         polygons implement their own hook for fill_pcb_polygon.
3134 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3136         * src/hid/common/hidgl.c, src/hid/common/hidgl.h,
3137         src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
3138         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h: Add raw polygons
3139         support for the GTK+GL HID, bypassing the no-holes dicer Uses the OpenGL stencil buffer to make drawing polygons with holes
3140         faster.  1. Turn Stenciling on, updates to colour buffer off 2. Clear stencil buffer to 0 3. Paint polygon holes, setting those areas of the stencil buffer to
3141         1 4. Switch on stencil test (== 0), turn on updates to colour buffer 5. Paint outer polygon through areas of the stencil buffer still 0 6. Clear stencil buffer, switch off stencilling.  Caveat: This function might throw up if it is used whilst drawing the mask,
3142         since that uses stenciling as well. We don't use polygons on the
3143         mask, so its not a a problem. (Mask cutouts for octagonal pins do
3144         work correctly).
3146 2011-05-05   DJ Delorie * dj AT delorie dot com *
3148         * src/hid/lesstif/main.c: Don't prematurely dismiss the progress
3149         dialog.
3151 2011-05-05   DJ Delorie * dj AT delorie dot com *
3153         * src/hid/lesstif/main.c: Improve lesstif progress dialog.  Closing the progress dialog cancels the operation.  Add a sliding
3154         scale that shows progress.  Make the dialog modal so you can't edit
3155         the pcb while autorouting.  Fix event loop to handle all pending
3156         events and redraw.  Fix elapsed time logic.
3158 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3160         * src/hid/gtk/gtkhid-main.c: hid/gtk: Don't auto-close progress
3161         dialog until commanded to We pass the cancel return value to our caller, but it is up to them
3162         to dismiss the progress dialog.  Utilise the response_id to determine when the dialog has been closed
3163         or cancelled, rather than a separate stop_loop variable (which was a
3164         legacy from the blocking gtk_dialog_run() this code was based upon.  Tidy up due to resulting simplifications.
3166 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3168         * src/hid/lesstif/main.c: hid/lesstif: Fix testing timeout value in
3169         lesstif_progress This looks like a typo, but was me testing different values of time
3170         interval between processing events.
3172 2011-05-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3174         * src/hid/lesstif/main.c: hid/lesstif: Simple progress()
3175         implementation to present a cancel button Does not yet draw an actual progress bar, as I'm not familiar enough
3176         with coding for Lesstif.
3178 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3180         * src/autoroute.c: autoroute.c: When live-drawing, only emit one via
3181         per location I'd accidentally put the live-draw via in a place where it would
3182         emit one via for every layer group - causing warnings in PCB's log
3183         about dropped vias.
3185 2011-05-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3187         * src/hid/gtk/gui-library-window.c: hid/gtk: Fix crash in library
3188         window I missed a (GList *)->data dereference when converting to GList
3189         object storage. Unfortunately, the parameter in question was void *
3190         typed, so the compiler didn't notice my mistake.
3192 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3194         * src/autoroute.c: autoroute.c: Provide a progress update for the
3195         autorouter Provide a completion metric related to what pass the auto-router is
3196         processing, how many objects on its heap within a given pass it has
3197         processed, and how many sub-nets it has routed from the total.  The progress isn't entirely linear, but the subdivision of process
3198         steps means it does at least march along without too many pauses.  It is now possible to cancel the autorouting with a non-zero
3199         response code from the gui's progress dialog.  Tested with the GTK HID, Lesstif doesn't yet have an implementation
3200         for HID->progress()
3202 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3204         * src/hid/gtk/gtkhid-main.c: hid/gtk: Provide a simple progress
3205         dialog implementation
3207 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3209         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
3210         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: Fix mesa crash on
3211         startup (for some mesa versions) I'm not sure why it crashed, but it seems that providing a realize
3212         handler which fiddles with the GL context solves it. The underlying
3213         problem appears to have been fixed in later mesa versions.  Leaving this commit for the benefit users of broken mesa versions.
3215 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3217         * configure.ac: Make --enable-gl default when building the GTK HID Lets get this feature some testing for now - we may decide to revert
3218         the default before the next release, depending on how things
3219         progress.
3221 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3223         * configure.ac, src/Makefile.am, src/hid/common/hidgl.c,
3224         src/hid/common/hidgl.h, src/hid/gtk/gtkhid-gl.c, src/hid/gtk/gui.h: 
3225         hid/gtk: Drop in GL renderer - WOOT! Much of the generic GL drawing stuff lives in a new common helper,
3226         hid/common/hidgl.[ch]. Unavoidably, there is a lot of GUI specific
3227         setup and teardown code.  There are probably still bits of code in hid/gtk/gtkhid-gl.c which
3228         could be moved to a shared place if / when other HIDs wish to use GL
3229         rendering.  Currently only rat lines are drawn transparent, as we need to sub-
3230         composite each layer to avoid a confusing field of hightlights being
3231         drawn where line ends overlap.  configure --enable-gl now checks for the required GL, glu and
3232         GtkGLEext.  More good stuff to come soon! Credits:   Algorithm to calculate number of segments to use in circular   curve approximation suggested by DJ Delorie.    Thanks to Krzysztof KoÅ›ciuszkiewicz for testing and debugging   some issues with the GL_SCISSOR_TEST being used.    An small team of dedicated testers who have provided feedback,   bug reports and encoragement throught the long development of   this branch.
3234 2011-05-03   Andrew Poelstra * asp11 AT sfu dot ca *
3236         * src/hid/common/flags.c, src/hid/gtk/gtkhid-main.c,
3237         src/hid/lesstif/main.c, src/main.c, src/misc.c, src/misc.h,
3238         src/parse_y.y: Universal use of GetValue This is a patch to make all numeric code use GetValue, to unify
3239         parsing code and make sure everything uses the same units. Contained
3240         is almost a complete rewrite of GetValue to simplify code that uses
3241         funny units.   Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk * When committing the patch from Launchpad, I rebased it to apply with
3242         strcasecmp and strncasecmp changed to strcmp and strncmp, as changed
3243         by commit 31b7309764f2e4bd40141038c30f1f38309efb4a Affects-bug: lp-772027
3245 2011-05-03   Andrew Poelstra * asp11 AT sfu dot ca *
3247         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c,
3248         src/hid/png/png.c, src/misc.c, src/parse_l.l, src/report.c: Add
3249         case-sensitivity to all unit-reading code  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk * This breaks existing behaviour for any users using capitalised units
3250         in scripts, but as in general, units ARE case sensitive, we should
3251         not support anything other than their canonical names.  Affects-bug: lp-772027
3253 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3255         * src/autoroute.c: autoroute.c: Simplify some long if statements In a couple of cases, almost all the processing logic was burried
3256         inside an if statement checking for validity of this processing
3257         pass. Re-organise to test for an invalid condition, then "continue;"
3258         the loop if that is hit.  This reduces the nesting of some rather complex functions.
3260 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3262         * src/action.c: change.c: Fix drawing artaefacts when rotating the
3263         buffer In commit 0213e4791f9aa4008c8d06a48c377b338f6e1a43 converting
3264         {Hide,Restore}Crosshair calls to become notify_crosshair_changed, I
3265         mixed up two of the true / false parameters to to
3266         nofify_crosshair_changed.  This caused the GUI to get out of sync undrawing and redrawing the
3267         crosshair attached objects around the change.  Manually checking the diff from the offending commit, I don't see
3268         any other calls which were transposed incorrectly.   Reported-by: DJ Delorie * dj AT delorie dot com *
3270 2011-05-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3272         * src/hid/lesstif/main.c: hid/lesstif: Fix dropped crosshair
3273         artaefacts when dragging objects.  It seems that the idle_proc redraw code assumed the crosshair was
3274         switched off upon entry, proceeding to redraw everything (and
3275         obliterate the crosshair in the process). The final show_crosshair
3276         (1) call only has any effect if the crosshair was notionally off
3277         before hand.  As a quick work-around (you could probably do it with less flicker
3278         with a little more logic), ensure the crosshair is turned off just
3279         prior to redrawing the screen - so it will switch back on correctly
3280         afterwards.
3282 2011-05-01   DJ Delorie * dj AT delorie dot com *
3284         * src/macro.h: Fix typo in new ELEMENTARC_LOOP macro.  line -> arc
3286 2011-05-01   DJ Delorie * dj AT delorie dot com *
3288         * src/insert.c: Fix polygon clears on insert.  Add the calls to update polygon clearances when a point is inserted
3289         into a line.
3291 2011-05-01   DJ Delorie * dj AT delorie dot com *
3293         * src/file.c, src/file.h: Make file version smarter.  Restructure the FileVersion[] output to only output the actual
3294         needed version, in cases where a rarely used feature requires a new
3295         pcb.  This avoids unnecessary backwards incompatibility.
3297 2011-05-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3299         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Fix conversion from world to
3300         screen in ghid_invalidate_lr I accidentally muddled the Vx and Vy conversions routines for the
3301         right and top coordinates. In general, this resulted in the
3302         incorrect region being invalidated - manifesting as artaefacts on
3303         the the screen, such as when dragging objects around.  Also drop the (double) cast.. having checked, Vx and Vy take integer
3304         arguments. I'm not sure why the rest of this file casts to double.
3306 2011-05-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3308         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Rest clip region for bg_gc, as
3309         it is used for expose events.  We set the clip region in the redraw_region() function to clip
3310         drawing to the area which we intend to repaint, but we did not clear
3311         the clip again.  This caused expose events to be clipped to the last redraw area
3312         rather than the required damaged area.
3314 2011-05-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3316         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Remove unused variable in
3317         use_mask() function
3319 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3321         * src/hid/lesstif/main.c: hid/lesstif: Remove unused variable in
3322         use_mask routine
3324 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3326         * src/mymem.c: mymem.c: Provide an optional implementation of
3327         g_list_free_full () This API was only added in GLib 2.28, and it is just a small
3328         convenience function. If an insufficient GLib version is found,
3329         provide our own implementation.
3331 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3333         * src/hid.h, src/hid/gtk/gtkhid-gdk.c, src/hid/lesstif/main.c: 
3334         Remove live drawing parameters for HID->use_mask() These are no longer used by the autorouter, so lets clean the
3335         use_mask() interface to JUST deal with _masking_ from now on ;)
3337 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3339         * src/autoroute.c: autoroute.c: Utilise new HID interface for debug
3340         drawing This gives the HID an opportunity to refuse the autorouter's
3341         drawing.  Both the GTK/GDK and Lesstif GUIs accept this drawing, so
3342         either should be suitable for use whilst debugging workings of the
3343         auto-router.  The PCB+GL renderer (not yet landed) needs quite a lot of setup
3344         calls to be made before it can allow the core do draw, hence the
3345         need for this notification / permissioning.
3347 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3349         * src/autoroute.c: Fix livedraw to work with normal rendering APIs NB: This relies on the immutability of board object pointers, so
3350         must not be applied to older PCB code-bases which would often
3351         re-locate storage of board objects to keep them in a contiguous
3352         array.
3354 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3356         * src/action.c, src/autoroute.c, src/buffer.c, src/create.c,
3357         src/djopt.c, src/draw.c, src/file.c, src/find.c, src/fontmode.c,
3358         src/global.h, src/macro.h, src/move.c, src/mymem.c, src/mymem.h,
3359         src/puller.c, src/rats.c, src/remove.c, src/toporouter.c: Convert
3360         board objects to GLists of g_slice allocated memory This enables pointers for these objects to be immutable during their
3361         lifetime, which is a _huge_ benefit for some operations.  Having otherwise was becoming VERY tiresome, and was a perenial
3362         source of bugs tripping up novice and experts of the codebase alike.  Due to the risks associated with modifying the structure being
3363         iterated over, this patch makes the relevant *_LOOP macros iterate
3364         over a shallow copy of the underlying GList. This is slight overkill
3365         for many cases, but until we have identified which do not modify the
3366         data-structures it is wise to keep as we are.
3368 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3370         * src/puller.c: puller.c: Re-write parts to use hash tables to store
3371         stashed extra info This vastly simplifies some of the pointer arithmetic which was
3372         previously used to account for underlying location changes when
3373         objects moved.  Having tested this, it produces different results than before
3374         application.  This may be due to it zapping some underlying bug
3375         which has been removed in the patch, or perhaps more likely, that
3376         its slightly different iteration order over the lines and arcs (due
3377         to g_hash_table_foreach) will result in different pathologies being
3378         hit.
3380 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3382         * src/djopt.c: djopt.c: Tidy up padcleaner() using loop macros
3384 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3386         * src/djopt.c: djopt.c: Tidy up element_name_for() by using loop
3387         macros
3389 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3391         * src/move.c: src/move.c: Gratuitous cosmetic changes Split from a future patch which ended up making these changes to
3392         help with consistency. Pre-patching here to avoid a huge delta when
3393         that patch lands.
3395 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3397         * src/buffer.c: src/buffer.c: More cosmetic changes
3399 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3401         * src/buffer.c: src/buffer.c: Gratuitous cosmetic changes Split from a future patch which ended up making these changes to
3402         help with consistency. Pre-patching here to avoid a huge delta when
3403         that patch lands.
3405 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3407         * src/remove.c: remove.c: Gratuitous cosmetic changes s/return (NULL)/return NULL/ Split from another patch where I just couldn't resist some tidying.
3409 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3411         * src/move.c, src/move.h: Make Move*ToLayerLowLevel() local to
3412         move.c No point in exporting these functions.
3414 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3416         * src/rats.c: rats.c: Tidy up FindPad() Changes are aimed to simplify the delta of a future patch relating
3417         to object storage. Moves indexed addressing of object structures to
3418         fewer places.
3420 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3422         * src/toporouter.c: src/toporouter.c: Tidy up escape() routine Changes are aimed to simplify the delta of a future patch relating
3423         to object storage. Moves indexed addressing of object structures to
3424         fewer places.
3426 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3428         * src/parse_y.y: parse.y: Convert an open-coded loop to use
3429         ALLPOLYGON_LOOP
3431 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3433         * src/hid/gtk/gui-pinout-preview.c: hid/gtk: Remove unused code from
3434         pinout_set_data
3436 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3438         * src/draw.c: draw.c: Tidy up DrawEMark Changes are aimed to simplify the delta of a future patch relating
3439         to object storage. Moves indexed addressing of object structures to
3440         fewer places.
3442 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3444         * src/autoroute.c, src/crosshair.c, src/edif.y, src/global.h,
3445         src/mtspace.c, src/polygon1.c: Include glib.h from global.h To avoid compiler warnings, remove the now duplicated (or
3446         unecessary) #define ABS definitions from various files.  There has been a build-time dependance on GLib since the toporouter
3447         was added. Lets start to make use of it where it is useful.
3449 2011-04-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3451         * src/hid/lesstif/main.c: hid/lesstif: Hook up debug drawing APIs
3453 2011-04-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3455         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
3456         src/hid/gtk/gui.h: hid/gtk: Hook up debug drawing APIs
3458 2011-04-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3460         * src/hid.h, src/hid/common/hidnogui.c: Add HID apis to handle live
3461         debug drawing from the core It is envisaved that this API should ONLY be used for debugging, not
3462         presenting a user-interface. In general, the GUIs may have their own
3463         special requirements for drawing the board, and this API is not
3464         meant to allow the core to augment or present user-visible drawing.
3465         This is reflected in the API naming.  Request permission for debug drawing HID *ddraw = gui->request_debug_draw (void); Returns a HID pointer which should be used rather than the global
3466         gui-> for making drawing calls. If the return value is NULL, then
3467         permission has been denied, and the debug drawing must not continue.  Flush pending drawing to the screen void ddraw->flush_debug_draw (void); May be implemented as a NOOP if the GUI has chosen to send the debug
3468         drawing directly to the screen.  When finished, the user must inform the GUI to clean up resources: ddraw->finish_debug_draw (void); Any remaining rendering will be flushed to the screen.
3470 2011-04-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3472         * src/hid/lesstif/main.c: hid/lesstif: Ensure crosshair and mark
3473         updates go to the screen The "pixmap" global might be pointing at one of the backing pixmaps
3474         when we are called.  Does not fix any known bug, just in preparation for another patch
3475         relating to debug drawing which may leave pixmap pointing to the
3476         backing store.
3478 2011-04-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3480         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Invalidate the damaged region,
3481         not the whole view
3483 2011-04-29   Andrew Poelstra * asp11 AT sfu dot ca *
3485         * src/print.c: Subject: PCB / Physical unit macros patch 2: print.c This patch works correctly (i.e., no change in output) for my test
3486         file; about 6800 lines of postscript. The only differences were in
3487         the timestamps, which naturally were slightly different.  I also confirmed visually that the before and after printouts look
3488         the same :)  Rebased to git HEAD by Peter Clifton * pcjc2 AT cam dot ac dot uk *
3490 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3492         * src/autoroute.c: autoroute.c: Remove a couple of completely unused
3493         debug routines
3495 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3497         * src/global.h: global.h: Remove unused OutputType members Width and
3498         Height
3500 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3502         * src/action.c: Fixup usage of the never initialised, obsolete,
3503         Output.{Width,Height} For the stroke handling case (relating to zooming) it isn't clear
3504         what is correct, but for now, substitute PCB->MaxWidth and
3505         PCB->MaxHeight.  This may still leave stroke based zooming broken, but it was
3506         CERTAINLY broken before.
3508 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3510         * src/hid/gtk/gui-pinout-preview.c: hid/gtk: Remove dead code (due
3511         to bitrot) from pinout_zoom_fit() function The code tried to compare against the uninitialised, unused
3512         Output.Width and Output.Height. Assuming these were initialised to
3513         zero by the compiler, the conditional would always cause the
3514         function to return FALSE.  Remove the conditional, and drop the boolean return value from this
3515         function, short-cutting the caller to the utilised code-path.  This removes the (long broken) feature where by the natural size (in
3516         pixels) of the pinout preview would be reduced if it was greater
3517         than 3/4 of the viewport size (in pixels) of the active PCB.
3519 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3521         * src/global.h: Remove unused old{Obj,Line,Box}State members from
3522         the OutputType structure
3524 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3526         * src/draw.c, src/main.c: main.c: Remove setup of global graphics
3527         contexts which are never used draw.c stashes these ones creates its own. Drop the unused ones, and
3528         drop the stashing in draw.c
3530 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3532         * src/autoroute.c: autoroute.c: Use the autoroute graphics context,
3533         not Output.fgGC I'm aiming to confine  Output.* graphics contexts to draw.c for now.
3535 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3537         * src/data.c, src/data.h: Remove unused global variable
3538         Zoom_Multiplier Along with a following commented series of numbers which git log
3539         suggests was originally related to pre-defined zoom ratios.
3541 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3543         * src/macro.h: macro.h: Remove unused (obsolete) conversion macro
3544         TO_PCB
3546 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3548         * src/action.c: action.c: Replace use of obsolete conversion macro
3549         TO_PCB with a constant.  This changes the location tolerance in NotifyLine()'s call to
3550         LookupConnection() from what previously evaluated to 100 internal
3551         units, to a constant of one internal unit.  This is consistent with other similar calls to LookupConnection(),
3552         where it appears that a wide search area is not desired, so the
3553         smallest possible value is passed.
3555 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3557         * src/data.c, src/data.h, src/file.c: Remove unused variables Xorig
3558         and Yorig
3560 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3562         * src/macro.h: macro.h: Remove unused, obsolete conversion macros
3563         TO_PCB_X and TO_PCB_Y
3565 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3567         * src/action.c: action.c: Partially fix up some stroke handling bugs 1. Stroke event coordinates are already in PCB units, drop bogus
3568         conversions 2. Fix incorrect variable name
3570 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3572         * src/file.c: file.c: Write out correct cursor location in the PCB
3573         file
3575 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3577         * src/data.c, src/data.h: data.c: Remove unused globals theScreen,
3578         clipBox, vxl, vxh, vyl, vyh
3580 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3582         * src/draw.c, src/print.c, src/print.h: print.c: Pass an explicit
3583         graphics context to PrintFab() and friends This is a step towards being able to move the active graphics
3584         contexts out of the global scope.
3586 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3588         * src/global.h, src/main.c: Remove unused Output.GridGC variable
3590 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3592         * src/rtree.c: rtree.c: Remove old X11 based debug drawing code The core doesn't do drawing any more.. and can't assume that the
3593         GUI's graphics contexts are actually X11 or GDK graphics context, so
3594         this code can't work any more - remove it.
3596 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3598         * src/hid/batch/batch.c, src/hid/common/extents.c,
3599         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-gdk.c,
3600         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h,
3601         src/hid/lesstif/main.c, src/hid/png/png.c, src/hid/ps/eps.c: HIDs:
3602         Remove NOOP set_draw_faded implementations
3604 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3606         * src/hid/common/hidnogui.c: hid: Provided non-CRASH default
3607         implementation of HID->set_draw_faded There is no point in various HIDs providing their own NOOP
3608         implementation
3610 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3612         * src/hid.h, src/hid/batch/batch.c, src/hid/common/extents.c,
3613         src/hid/common/hidnogui.c, src/hid/gcode/gcode.c,
3614         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-gdk.c,
3615         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h,
3616         src/hid/lesstif/main.c, src/hid/nelma/nelma.c, src/hid/png/png.c,
3617         src/hid/ps/eps.c, src/hid/ps/ps.c: hid: Remove unused
3618         set_line_cap_angle API
3620 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3622         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui.h: hid/gtk: Make
3623         ghid_show_crosshair() local to the GDK implementation
3625 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3627         * src/hid/gtk/gtkhid-main.c: hid/gtk: Invalidate the crosshair
3628         rather than drawing it immediately
3630 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3632         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-output-events.c,
3633         src/hid/gtk/gui.h: Revert "hid/gtk: Add hooks to tell the render
3634         when we start/stop drawing" This reverts commit 332cb8ddc1cc032ac29c7d2b9a0051ccc228b6da.  Since crosshair updates are now handled by notifications to the GUI,
3635         this isn't required for the forthcoming PCB+GL support.
3637 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3639         * src/hid/gtk/gui-output-events.c: hid/gtk: Avoid extra crosshair
3640         and attached object redraws The crosshair movement is handled by a notify_crosshair_change()
3641         call in ghid_note_event_location().
3643 2011-04-27   Andrew Poelstra * asp11 AT sfu dot ca *
3645         * globalconst.h, src/action.c, src/autoplace.c, src/buffer.c,
3646         src/change.c, src/const.h, src/create.c, src/djopt.c, src/find.c,
3647         src/hid/batch/batch.c, src/hid/gcode/gcode.c,
3648         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
3649         src/hid/gtk/gui-drc-window.c, src/hid/gtk/gui-misc.c,
3650         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h,
3651         src/hid/lesstif/dialogs.c, src/hid/lesstif/lesstif.h,
3652         src/hid/lesstif/main.c, src/hid/lesstif/styles.c,
3653         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
3654         src/hid/ps/ps.c, src/main.c, src/misc.c, src/parse_l.l,
3655         src/print.c, src/report.c, src/vendor.c: PCB / Physical unit macros
3656         patch Specify various constants in physical units, converting to PCB
3657         internal units using macros. When reporting to the user (or
3658         exporting), convert dimensions to physical units using macros so the
3659         code does not rely on details of PCB's internal coordinates in so
3660         many places.
3662 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3664         * src/draw.c: draw.c: Remove old commented debug printf
3666 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3668         * src/draw.c: draw.c: Remove unused function thin_callback()
3670 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3672         * src/crosshair.c, src/crosshair.h, src/global.h,
3673         src/hid/lesstif/main.c: Move crosshair on / off functionality into
3674         lesstif HID.  Lesstif is the only GUI which turns attached objects on and off,
3675         when the mouse leaves the viewport, so it might as well manage it
3676         internally.
3678 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3680         * src/crosshair.c, src/hid.h, src/hid/common/hidnogui.c,
3681         src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
3682         src/hid/gtk/gui.h, src/hid/lesstif/main.c: Give the HIDs control
3683         over attached object (crosshair, mark) drawing This is required if a renderer doesn't want to follow the current
3684         drawing model where it is assumed the core can call the HID's
3685         drawing APIs at any arbitrary point in time.  Expose some API from crosshair.c to perform the actual drawing on
3686         demand, and add hooks to the HID structure to notify the GUI when it
3687         would previously have called the crosshair or mark drawing routines.  This allows renderers with defined setup and tear-down requirements
3688         around drawing to execute them before the objects are drawn.  CrosshairOn() and CrosshairOff() now simply set the Crosshair.On
3689         flag and call the appropriate notification hooks.  This commit replaces all HideCrosshair() and RestoreCrosshair()
3690         calls with the new hooks notify_{crosshair|mark}_changed(), with an
3691         argument specifying whether a change is about to happen (false
3692         argument), or has been completed (true argument).
3694 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3696         * src/action.c: action.c: Convert some explicit mark redrawing to
3697         notification
3699 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3701         * src/crosshair.c, src/crosshair.h, src/set.c: Separate out mark
3702         change notification from crosshair change notification Hook it up to notify the crosshair (which also redraws the mark) for
3703         now.
3705 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3707         * src/action.c, src/buffer.c, src/crosshair.c, src/crosshair.h,
3708         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-misc.c,
3709         src/hid/gtk/gui-output-events.c, src/hid/lesstif/main.c,
3710         src/misc.c, src/set.c: Rename HideCrosshair() and RestoreCrosshair() Whist this is a tedious rename which will probably have implications
3711         for some plugins, it helps to clarify what is going on with the
3712         crosshair across forthcoming patches which put it under the control
3713         of the GUIs.  The old APIs are retained for backwards compatibility with plugins,
3714         and will print a one-shot warning for each which is called.
3716 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3718         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: DrawMark from
3719         ghid_invalidate_all() as well as DrawAttached
3721 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3723         * src/draw.c, src/hid/gtk/gtkhid-gdk.c,
3724         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
3725         src/hid/gtk/gui.h: Let the GUIs manage the crosshair across a redraw Removes several {Hide/Restore}Crosshair() calls from the GTK HID.  These are not requried any more, as they are followed by
3726         invalidate_all() calls which take care of the crosshair as well.  Changes to draw.c were tested not to affect Lesstif HID
3728 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3730         * src/hid/gtk/gui.h: hid/gtk: Remove duplicated prototype
3732 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3734         * src/draw.c: draw.c: Remove obsolete comment
3736 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3738         * src/draw.c: draw.c: Remove clip_box global variable in favour of a
3739         more targeted one Used for polygon clipping during drawing.
3741 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3743         * src/draw.c: draw.c: EraseRat() should just gather the affected
3744         area These were missed (or incorrectly converted) in the previous patch
3745         series which split gathering routines from drawing routines.  Tidy up DrawRat() to be consistent with the new code in EraseRat()
3747 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3749         * src/draw.c: draw.c: Separate out common code for drawing holes Makes things a bit clearer
3751 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3753         * src/draw.c: draw.c: Remove Gathering variable This variable is no longer needed since the "Gathering" Draw*
3754         functions are separate from the draw_... implementations which are
3755         triggered by the GUI calling for a repaint of the gathered area.
3757 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3759         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3760         routines (Text) Moves code from DrawRegularText() into its only caller
3761         text_callback()
3763 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3765         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3766         routines (Polygons) Moves code from DrawPlainPolygon() into its only caller
3767         poly_callback()
3769 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3771         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3772         routines (Arcs)
3774 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3776         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3777         routines (Lines)
3779 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3781         * src/draw.c: draw.c: Split "Gathering" from real drawing routines
3782         (Rats)
3784 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3786         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3787         routines (Pads)
3789 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3791         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3792         routines (Pins + Vias)
3794 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3796         * src/draw.c: draw.c: Split "Gathering" from real drawing routines
3797         (Element Pins and Pads)
3799 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3801         * src/draw.c: draw.c: Split "Gathering" from real drawing routines
3802         (Element names)
3804 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3806         * src/draw.c: draw.c: Split "Gathering" from real drawing routines
3807         (Element Package)
3809 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3811         * src/draw.c: draw.c: Split "Gathering" from real drawing routines
3812         (Element)
3814 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3816         * src/draw.c: draw.c: Fold DrawHole into its only caller,
3817         hole_callback
3819 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3821         * src/draw.c: draw.c: Move DrawPlainPin and DrawPlainVia into their
3822         only callers Make their code part of pin_callback and via_callback.  Drop the Gathering tests within this code, as their only callers are
3823         within a block where Gathering is definately set.
3825 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3827         * src/action.c, src/autoplace.c, src/autoroute.c, src/draw.c,
3828         src/draw.h, src/find.c, src/toporouter.c, src/vendor.c: draw.c:
3829         Remove API ClearAndRedrawOutput(), in favour of Redraw().  These do the same thing anyway.
3831 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3833         * src/action.c, src/draw.c, src/draw.h, src/set.c: draw.c: Remove
3834         UpdateAll() API, in favour of Redraw(), which is identical
3836 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3838         * src/action.c, src/draw.c, src/draw.h: draw.c: Expose local
3839         Redraw() function, and remove wrapper RedrawOutput() Within the one caller ActionDisplay, combine the F_ClearAndRedraw
3840         and F_Redraw cases which have exactly the same effect.
3842 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3844         * src/draw.c: draw.c: Drop unused area parameters from Redraw(...)
3846 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3848         * src/draw.c: draw.c: Only set Gathering during
3849         hid_expose_callback() Removes setting of Gathering to false prior to calling UpdateAll()
3850         in ClearAndRedrawOutput(), and removes setting of Gathering to true
3851         after calling gui->invalidate_all() in Redraw()
3853 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3855         * : Regenerate test golden files for the png output hid The colour drawn for vias changed due to the fix in commit
3856         c095adf5ea890284cddc2730944b980ac1275109 (Build was broken due to the above commit until commit
3857         c9b915d7f2f49f5ebde0abeb5756b1e11e756edc)
3859 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3861         * src/draw.c: draw.c: Use the ON_SIDE() macro rather then open-code
3862         the test
3864 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3866         * src/draw.c: draw.c: Add a DrawPaste() helper function for paste
3867         layers
3869 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3871         * src/misc.c, src/misc.h: misc.c: Add query function IsPasteEmpty()
3872         to query a paste layer is empty
3874 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3876         * src/draw.c, src/macro.h: Make the ON_SIDE() macro global, not
3877         local do draw.c
3879 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3881         * src/hid/common/draw_helpers.c: hid/common: Fix
3882         common_thindraw_pcb_pad()'s handling of square pads I made a mistake in a logic test when simplifying this routine in
3883         commit 4efcedeeac06cd4d5e559a7fe0a0ee8685f2137a This caused slanted rendering of horizontal or vertical pads.
3885 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3887         * src/draw.c: draw.c: Rename the "screen" parameter of
3888         DrawLayerGroup to "drawn_area" (For consistency with other code in draw.c)
3890 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3892         * src/draw.c: draw.c: Use DrawPPV() where we can to save duplication
3894 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3896         * src/draw.c: draw.c: Change PrintAssembly() to use a layer side
3897         parameter Drops the "swap_ident" parameter in favour of a more explicit "side"
3898         parameter. Also drops the side_group parameter, as we can easily
3899         determine that from the requested side to draw.
3901 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3903         * src/draw.c: draw.c: Change DrawSilk() to use a layer side
3904         parameter, not SWAP_IDENT
3906 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3908         * src/draw.c:  Make DrawPPV() always draw for non gui HIDs, rather than doing_assy The gui HIDs don't accept the assembly drawaing, so testing for
3909         !gui->gui will catch this case, and we can drop the doing_assy
3910         override for PCB->PinOn and PCB->ViaOn
3912 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3914         * src/draw.c: draw.c: Change DrawTop() to DrawPPV(), and teach it to
3915         work for any layer (PPV stands for Pins, Pads and Vias). Extend its functionality to
3916         work for pins and vias on any layer.
3918 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3920         * src/draw.c: draw.c: Rename DrawTop() "screen" parameter
3921         "drawn_area" For consistency with other code in draw.c
3923 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3925         * src/draw.c: draw.c: Fix order of farside object drawing Backside silk should be drawn before bakside pads
3927 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3929         * src/draw.c: draw.c: Add prototype for via_callback Fixes breakage since commit c095adf5ea890284cddc2730944b980ac1275109
3931 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3933         * src/draw.c: draw.c: Remove  a couple of redundant if statements The outer if statement already ensures this code-path isn't followed
3934         for a gui hid.. don't repeat ourselves. One statement will always
3935         return false, hence is dead code - the other is always true.
3937 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3939         * src/draw.c: draw.c: Use the via callback when drawing vias.  Since this code-path is only hit for exporters, (and the only
3940         difference between the pin and via callback is the drawing colour)
3941         it is not likely this matters, but lets be correct.
3943 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3945         * src/draw.c: draw.c: Add layer side parameter to DrawMask() Don't use the global variable SWAP_IDENT to choose which side to
3946         draw.
3948 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3950         * src/draw.c: draw.c: Combine front and back element and name
3951         callbacks Pass an integer "side" parameter to determine which is desired
3953 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3955         * src/macro.h: Remove commented TEXT_IS_VISIBLE implementation I'm cleaning up code which uses SWAP_IDENT, and this comment scored
3956         a hit.
3958 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3960         * src/action.c, src/change.c, src/copy.c, src/draw.c, src/draw.h,
3961         src/find.c, src/hid/gtk/gui-drc-window.c, src/insert.c, src/move.c,
3962         src/polygon.c, src/rats.c, src/remove.c, src/rotate.c,
3963         src/select.c, src/toporouter.c, src/undo.c: draw.c: Remove unused
3964         parameter from various calls:   DrawObject   DrawVia   DrawViaName   DrawLine   DrawArc   DrawText   DrawRegularText   DrawPolygon   DrawElement   DrawElementPackage   DrawElementPackageLowLevel   DrawElementName   DrawElementPinsAndPads   DrawRat   DrawPin   DrawPinName   DrawPad   DrawPadName
3966 2011-04-23   Andrew Poelstra * asp11 AT sfu dot ca *
3968         * src/hid/png/png.c: hid/png: Fix incorrect um unit conversion in
3969         bloat parser.   (Split from a larger patch by Peter Clifton * pcjc2 AT cam dot ac
3970         dot uk *)
3972 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3974         * globalconst.h: globalconst.h: Remove some unused constants
3976 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3978         * src/hid/png/png.c: hid/png: Fix segfault when no image formats are
3979         configured in.   Based on a patch by Felix Ruoff * Felix AT posaunenmission dot de * Catch the case where the selected image format is actually the NULL
3980         terminator at the end of the format list. This happens when the list
3981         is empty. Don't strcmp against that terminator! Closes-bug: lp-699290 (sf-2669324)
3983 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3985         * src/hid/png/png.c: Revert "Fix potential segfault" This reverts commit 2d2040e92d5ebb069af42567855055b096532e71.  This patch causes segfaults in the GTK and Lesstif hids, so
3986         reverting, as it removes the required NULL termination from an
3987         attribute enumeration. Any code which can't deal with an empty
3988         enumeration list should be fixed instead.  Reopens-bug: lp-699290 (sf-2669324) Closes-bug: lp-769336
3990 2011-04-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3992         * src/main.c, src/misc.c, src/polygon.c, src/polygon.h,
3993         src/thermal.c: Fix geometry errors caused by commit
3994         2d8dc8a3a3a55158b4e6278dd9f40588e4111c2d This fixes up problems from the following commit:     [PATCH] fix bug 2793480 (vias/arcs-to-polygon clearances)     frac_circle(): introduce radius_adjustment factor to make     the polygon outline the arc rather than connet points on the arc     ArcPolyNoIntersect(): compute number of segments so that     polygon diverges from the arc no more than 0.02 of     required thickness; adjust outer "arc" radius like in
3995             frac_circle() The object bounding boxes for arcs, vias, lines and rounded pads
3996         which determine the maximum area affected by that object were no
3997         longer correct, leading to artaefacts when doing incremental polygon
3998         processing.  It also lead to missing fragments in (the non-curved + and x type
3999         thermals). These are also fixed up by this patch.
4001 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4003         * src/draw.c: draw.c: Tidy up hole_callback routine
4005 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4007         * src/draw.c: draw.c: Remove unnecessary pin_info struct.  The argument specifying whether to clear pins was always true in any
4008         case where clearPin_callback was called (the only user of this
4009         info).
4011 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4013         * src/macro.h: macro.h: Remove unused X11 specific macros
4015 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4017         * src/macro.h: macro.h: Remove unused object visibility macros
4019 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4021         * src/draw.c, src/line.c, src/macro.h: Remove some old unused
4022         coordinate conversion macros from the core Sadly, there are still some left to expunge which are being used -
4023         and their usage appears broken in many cases!
4025 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4027         * tests/golden/hid_gcode1/Makefile.am,
4028         tests/golden/hid_gcode10/Makefile.am,
4029         tests/golden/hid_gcode11/Makefile.am,
4030         tests/golden/hid_gcode2/Makefile.am,
4031         tests/golden/hid_gcode3/Makefile.am,
4032         tests/golden/hid_gcode4/Makefile.am,
4033         tests/golden/hid_gcode5/Makefile.am,
4034         tests/golden/hid_gcode6/Makefile.am,
4035         tests/golden/hid_gcode7/Makefile.am,
4036         tests/golden/hid_gcode8/Makefile.am,
4037         tests/golden/hid_gcode9/Makefile.am,
4038         tests/golden/hid_gerber1/Makefile.am,
4039         tests/golden/hid_gerber2/Makefile.am: Fix test-suite harder Fixup Makefile.am files to match renames in last commit
4041 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4043         * tests/golden/hid_gcode1/gcode_oneline.gcode.back.cnc,
4044         tests/golden/hid_gcode1/gcode_oneline.gcode.bottom.cnc,
4045         tests/golden/hid_gcode1/gcode_oneline.gcode.front.cnc,
4046         tests/golden/hid_gcode1/gcode_oneline.gcode.top.cnc,
4047         tests/golden/hid_gcode10/gcode_oneline.gcode.back.cnc,
4048         tests/golden/hid_gcode10/gcode_oneline.gcode.bottom.cnc,
4049         tests/golden/hid_gcode10/gcode_oneline.gcode.front.cnc,
4050         tests/golden/hid_gcode10/gcode_oneline.gcode.top.cnc,
4051         tests/golden/hid_gcode11/gcode_oneline.gcode.back.cnc,
4052         tests/golden/hid_gcode11/gcode_oneline.gcode.bottom.cnc,
4053         tests/golden/hid_gcode11/gcode_oneline.gcode.front.cnc,
4054         tests/golden/hid_gcode11/gcode_oneline.gcode.top.cnc,
4055         tests/golden/hid_gcode2/out.back.cnc,
4056         tests/golden/hid_gcode2/out.bottom.cnc,
4057         tests/golden/hid_gcode2/out.front.cnc,
4058         tests/golden/hid_gcode2/out.top.cnc,
4059         tests/golden/hid_gcode3/gcode_oneline.gcode.back.cnc,
4060         tests/golden/hid_gcode3/gcode_oneline.gcode.bottom.cnc,
4061         tests/golden/hid_gcode3/gcode_oneline.gcode.front.cnc,
4062         tests/golden/hid_gcode3/gcode_oneline.gcode.top.cnc,
4063         tests/golden/hid_gcode4/gcode_oneline.gcode.back.cnc,
4064         tests/golden/hid_gcode4/gcode_oneline.gcode.bottom.cnc,
4065         tests/golden/hid_gcode4/gcode_oneline.gcode.front.cnc,
4066         tests/golden/hid_gcode4/gcode_oneline.gcode.top.cnc,
4067         tests/golden/hid_gcode5/gcode_oneline.gcode.back.cnc,
4068         tests/golden/hid_gcode5/gcode_oneline.gcode.bottom.cnc,
4069         tests/golden/hid_gcode5/gcode_oneline.gcode.front.cnc,
4070         tests/golden/hid_gcode5/gcode_oneline.gcode.top.cnc,
4071         tests/golden/hid_gcode6/gcode_oneline.gcode.back.cnc,
4072         tests/golden/hid_gcode6/gcode_oneline.gcode.bottom.cnc,
4073         tests/golden/hid_gcode6/gcode_oneline.gcode.front.cnc,
4074         tests/golden/hid_gcode6/gcode_oneline.gcode.top.cnc,
4075         tests/golden/hid_gcode7/gcode_oneline.gcode.back.cnc,
4076         tests/golden/hid_gcode7/gcode_oneline.gcode.bottom.cnc,
4077         tests/golden/hid_gcode7/gcode_oneline.gcode.front.cnc,
4078         tests/golden/hid_gcode7/gcode_oneline.gcode.top.cnc,
4079         tests/golden/hid_gcode8/gcode_oneline.gcode.back.cnc,
4080         tests/golden/hid_gcode8/gcode_oneline.gcode.bottom.cnc,
4081         tests/golden/hid_gcode8/gcode_oneline.gcode.front.cnc,
4082         tests/golden/hid_gcode8/gcode_oneline.gcode.top.cnc,
4083         tests/golden/hid_gcode9/gcode_oneline.gcode.back.cnc,
4084         tests/golden/hid_gcode9/gcode_oneline.gcode.bottom.cnc,
4085         tests/golden/hid_gcode9/gcode_oneline.gcode.front.cnc,
4086         tests/golden/hid_gcode9/gcode_oneline.gcode.top.cnc,
4087         tests/golden/hid_gerber1/gerber_oneline.back.gbr,
4088         tests/golden/hid_gerber1/gerber_oneline.bottom.gbr,
4089         tests/golden/hid_gerber1/gerber_oneline.front.gbr,
4090         tests/golden/hid_gerber1/gerber_oneline.top.gbr,
4091         tests/golden/hid_gerber2/out.back.gbr,
4092         tests/golden/hid_gerber2/out.bottom.gbr,
4093         tests/golden/hid_gerber2/out.front.gbr,
4094         tests/golden/hid_gerber2/out.top.gbr, tests/tests.list: Fix
4095         test-suite files to match component->front and solder->back rename Test-suite now passes again.
4097 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4099         * src/crosshair.c: hid/common: Draw the hole outline for pins / vias
4100         being moved or placed
4102 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4104         * src/crosshair.c: crosshair.c: Use a dummy via structure to draw
4105         vias being created
4107 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4109         * src/crosshair.c, src/draw.c, src/global.h, src/hid.h,
4110         src/hid/common/draw_helpers.c, src/hid/common/draw_helpers.h,
4111         src/hid/common/hidnogui.c: Consolidate pin / via drawing routines,
4112         moving them under the HID API Adds two new HID APIs, fill_pcb_pv and thindraw_pcb_pv, splitting
4113         drawing code from DrawPadLowlevel() to common_fill_pcb_pv() and
4114         common_thindraw_pcb_pv() in hid/common/draw_helpers.c.  Octagonal vias and pins are now correctly drawn when attached to the
4115         cursor.
4117 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4119         * src/crosshair.c, src/draw.c, src/global.h, src/hid.h,
4120         src/hid/common/draw_helpers.c, src/hid/common/draw_helpers.h,
4121         src/hid/common/hidnogui.c: Consolidate pad drawing routines, moving
4122         them under the HID API Adds two new HID APIs, fill_pcb_pad and thindraw_pcb_pad, splitting
4123         drawing code from DrawPadLowlevel() to common_fill_pcb_pad() and
4124         common_thindraw_pcbpad() in hid/common/draw_helpers.c.  I simplified the code somewhat as I moved it, reducing the number of
4125         special cases.  gui->{thindraw|fill}_pcb_pad() is called from DrawPadLowlevel(), and
4126         is used to replace an incomplete thindraw implementation for pads in
4127         XORDrawElement().  Outlines for angled pads are now drawn in their entirety when
4128         attached to the cursor, not just their center line, and rounded end
4129         pads are also now drawn correctly in this mode.
4131 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4133         * src/hid/batch/batch.c, src/hid/common/draw_helpers.c,
4134         src/hid/common/draw_helpers.h, src/hid/common/extents.c,
4135         src/hid/gcode/gcode.c, src/hid/gerber/gerber.c,
4136         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c,
4137         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
4138         src/hid/ps/ps.c: hid/common: Provide a helper function for HIDs to
4139         use drawing helpers Gives the following changes to various HIDs:   extents: now has thindraw_polygon implemented - should not be an
4140           issue gcode:   now has thindraw_polygon implemented - should not
4141           be an issue gerber:  now has thindraw_polygon implemented - should
4142           not be an issue nelma:   now has thindraw_polygon implemented -
4143           should not be an issue png:     now has thindraw_polygon implemented
4144           - should not be an issue eps:     now has thindraw_polygon
4145           implemented - should not be an issue ps:      now has
4146           thindraw_polygon implemented - should not be an issue batch:   no
4147                      longer has NOP fill_pcb_polygon and thindraw_pcb_polygon routines -
4148                      should not be an issue, as the drawing calls the common helper
4149         routines use are still NOPs for the batch HID.
4151 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4153         * src/hid/common/draw_helpers.c: hid/common: Some formatting changes
4154         in draw_helpers.c
4156 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4158         * src/hid/gcode/gcode.c, src/hid/png/png.c: Add missing HID
4159         structure zero initialisation for gcode and png HIDs.  Missed from commit commit d67f4335b5d4f97330448b833ea1bf04377c3a57   "Initialise the HID vtable by function, rather than as a struct
4160           initialiser." I missed the memset from these two HIDs.
4162 2011-04-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4164         * src/draw.c: draw.c: Fix damage area computation We should reset the left and top bounds to MAXINT, and the right and
4165         bottom bounds to -MAXINT. This way the correct bounds are computed
4166         when gathering.  The code previously every coordinate to 0, meaning that the box
4167         encompasing (0, 0)  up to the (max_x, max_y) would be invalidated,
4168         rather than (min_x, min_y) to (max_x, max_y).  No improvement is going to be seen, as both the GTK and Lesstif GUIs
4169         ignore the damaged bounds and repaint the whole screen each time -
4170         it is just for correctness.
4172 2011-04-18   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4174         * src/crosshair.c, src/crosshair.h, src/hid/lesstif/main.c: Don't
4175         abuse CrosshairOn() API to force a redraw.  Expose DrawAttached() to the HIDs so they can call it themselves,
4176         and don't have to cheat by forcing Crosshair.On to false.  Make DrawAttached() and DrawMark() a NOP if the relevant item is not
4177         being shown. Ie. if !Crosshair.On, both functions draw nothing. If
4178         !Marked.status, DrawMark() draws nothing.  A minor change is required in CrosshairOff() to XOR un-draw before
4179         switching the flag to off.  Not known to fix any particular bug, but it is possible that the
4180         crosshair should not be drawn at a given point (due to changes
4181         taking place inside a HideCrosshair() / RestoreCrosshair() pair.  Tested with Lesstif and GTK HIDs.
4183 2011-04-18   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4185         * src/crosshair.c, src/hid/gtk/gui-output-events.c: hid/gtk: Don't
4186         call CrosshairOn() when re-entering the viewport The GTK HID doesn't turn the crosshair off, so we don't turn it back
4187         on if we default to having it switched on in the first place. Make
4188         that default change, and remove the CrosshairOn() call.  (Also tested not to break the Lesstif HID).
4190 2011-04-18   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4192         * src/Makefile.am, src/hid/batch/batch.c, src/hid/bom/bom.c,
4193         src/hid/common/extents.c, src/hid/gcode/gcode.c,
4194         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
4195         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/nelma/nelma.c,
4196         src/hid/nelma/nelma.h, src/hid/png/png.c, src/hid/png/png.h,
4197         src/hid/ps/eps.c, src/hid/ps/ps.c: Initialise the HID vtable by
4198         function, rather than as a struct initialiser.  This allows adding new items without having to update every HID.  It
4199         also reduces bloat for those HIDs which have a lot of zero entries.
4201 2011-04-12   DJ Delorie * dj AT delorie dot com *
4203         * src/misc.c: Add t/b synonyms for group list Allow 't' as well as 'c', and 'b' as well as 's', in the groups
4204         string.
4206 2011-03-31   Ineiev * ineiev AT users dot berlios dot de *
4208         * src/hid/png/png.c: Fix potential segfault Closes-bug: lp-699290 (sf-2669324)
4210 2011-04-11   DJ Delorie * dj AT delorie dot com *
4212         * src/hid/common/flags.c: Update file names to top/bottom convention Yes, I know this will break some scripts - mine included.  I
4213         couldn't think of a good way to auto-detect when the old names
4214         should be used.
4216 2011-04-11   DJ Delorie * dj AT delorie dot com *
4218         * src/draw.c: Remove (now) unused variable.
4220 2011-04-11   DJ Delorie * dj AT delorie dot com *
4222         * src/draw.c: Don't draw an empty outline layer.  If the design has an outline layer, and it's empty, draw an outline
4223         anyway - around the whole work area.
4225 2011-04-11   DJ Delorie * dj AT delorie dot com *
4227         * src/hid/ps/ps.c: Fix PS rect/outline logic PS's draw_rect was actually doing a fill_rect.  Fixed.  If the design has an outline layer, draw it in more of the cases
4228         where we would draw the synthetic outline.
4230 2011-04-11   DJ Delorie * dj AT delorie dot com *
4232         * src/misc.c, src/misc.h: Add IsEmpty functions Add functions to test if a given layer or layer group is "empty" -
4233         i.e. has none of its own drawing items on it.
4235 2011-04-11   DJ Delorie * dj AT delorie dot com *
4237         * src/hid/gerber/gerber.c: Fix gerber output Use the correct DRC minimums for drawn outlines on silk and copper
4238         layers.  Draw rectangles as unfilled, not filled.
4240 2011-04-11   DJ Delorie * dj AT delorie dot com *
4242         * src/main.c: Tweak default layer stack.  Change the default layer stack to reflect a six layer board,
4243         allowing for 2 or 4 layer designs with the same stack.  Add an
4244         outline layer by default.  Change the default names from
4245         "component/solder" to "top/bottom" to be consistent with names used
4246         by popular packages.
4248 2011-04-08   Krzysztof KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
4250         * src/gpcb-menu.res, src/pcb-menu.res: Change menu location of "Move
4251         to current layer" To be consistent with other menu actions (like Flip/Flip selected):  * "Move to current layer" is now located in the Info > Key
4252          bindings, * "Move selected to current layer" is now located in the
4253         Select menu.  Closes-bug: lp-699106
4255 2011-04-01   Felix Ruoff * Felix AT posaunenmission dot de *
4257         * src/hid/gtk/gui-dialog.c: hid/gtk: Select adequate folder in
4258         file-save-dialog Since now, the 'Save layout as' - dialog gives full path and
4259         filename in name-line, but did not switches to given path in
4260         folder-list (lower part of the dialog). For me, this is
4261         uncomfortable, e.g. if I just want to switch to another near-by -
4262         folder.  This solution was suggested by Krzysztof KoÅ›ciuszkiewicz. Thank
4263         you! Closes-lp: 699491  Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k dot
4264         kosciuszkiewicz AT gmail dot com *
4266 2011-04-07   Felix Ruoff * Felix AT posaunenmission dot de *
4268         * src/hid/gtk/gui-library-window.c: hid/gtk: expand library tree
4269         after filtering This patch changes the behavior of the library selection dialog.
4270         After filtering by name is applied the tree view of matching
4271         components is automatically expanded so that all leafs are
4272         immediately selectable.  The tree view is collapsed when the filter
4273         is cleared.  Patch is adapted from Krzysztof Kosciuszkiewicz's patch for gschem.  Closes-bug: lp-753643  Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k
4274         dot kosciuszkiewicz AT gmail dot com *
4276 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4278         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: hid/gtk:
4279         Consolidate the mechanisms used for holding off scrollbar updates Don't duplicate mechanisms - it is confusing!
4281 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4283         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove unused variables
4284         from {h,v}_adjument_changed_cb()
4286 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4288         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-output-events.c: 
4289         hid/gtk: Only redraw the crosshair when necessary If we're about to repaint the screen from our backing pixmap, there
4290         is no point un-XOR drawing our current crosshair first.
4292 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4294         * src/crosshair.c: Don't issue CrosshairOff() from the
4295         DestroyCrosshair() function.  We shouldn't assume we can make call GUI calls at this point.  NB: The DestroyCrosshair() function is actually unused!
4297 2011-04-05   Ed Maste * emaste AT freebsd dot org *
4299         * configure.ac: Small change to get pcb to build on FreeBSD Add check for wish 8.5
4301 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4303         * src/action.c: action.c: Remove some unneded crosshair hide/restore
4304         calls Removed calls from various actions which should not have any effect
4305         on the objects drawn attached to the crosshair.
4307 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4309         * src/action.c: action.c: In ActionLoadFrom(), only hide the
4310         crosshair where required
4312 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4314         * src/action.c: action.c: In ActionUnselect(), only hide the
4315         crosshair where required
4317 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4319         * src/action.c: action.c: In ActionSelect(), only hide the crosshair
4320         where required
4322 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4324         * src/action.c: action.c: In ActionDisplay(), Only invalidate
4325         crosshair where needed Rather than wrapping the whole function in a crosshair hide/restore,
4326         only do it for the sub-paths which require it.
4328 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4330         * src/action.c: action.c: Combine the crosshair / restore for all
4331         paths in click_cb() Reduces code duplication in the different sub-paths of this routine.
4333 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4335         * src/action.c, src/buffer.c, src/hid/gtk/gui-command-window.c,
4336         src/report.c: Don't undraw the crosshair attached object when
4337         showing dialogue prompts
4339 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4341         * src/action.c: action.c: Remove commented out line of code Left from commit 089fbaf59c78fe75475db737e7e2827cd745d570 (Initial
4342         C++ compatibility patch)
4344 2011-04-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4346         * : Commit hook test This commit is deliberately blank, but should close bug lp-700413
4347         due to the line below.  Closes-bug: lp-700413
4349 2011-02-11   Felix Ruoff * Felix AT posaunenmission dot de *
4351         * src/draw.c: Remove unused function DrawVText() used GDK; it shouldn't have been implemented this way in
4352         any case.  Closes-bug: lp-717294
4354 2011-03-23   Felix Ruoff * Felix AT posaunenmission dot de *
4356         * src/hid/gtk/gui-dialog-print.c: Fix warning at exporting png with
4357         GTK+ GUI An 'Gtk-CRITICAL'-Error was thrown on opening the png-exporter
4358         dialog because there is no default-string for the 'png-bloat'
4359         option.  Closes-bug: lp-740526
4361 2011-03-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4363         * src/crosshair.c: crosshair.c: Remove comment which is no longer
4364         relevant
4366 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4368         * src/action.c, src/buffer.c, src/crosshair.c, src/crosshair.h,
4369         src/draw.c, src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
4370         src/hid/gtk/gui-command-window.c, src/hid/gtk/gui-misc.c,
4371         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
4372         src/hid/lesstif/main.c, src/misc.c, src/report.c, src/set.c: Remove
4373         BlockToo argument from various crosshair hide / restore functions Goodness knows what it is supposed to do, but everything appears to
4374         work fine without it. For the majority of cases, the argument passed
4375         is true.  When passed as false, the effect is to surpress drawing an attached
4376         selection / rubberband rectangle in the AttachedBox.state ==
4377         STATE_THIRD state.  Digging through the version control history, this code appears to
4378         have been present since the project was initially placed under CVS
4379         control.  The 23 places this argument was previously false are:     ActionMovePointer         -  HideCrosshair (false);         -  RestoreCrosshair (false);     EventMoveCrosshair         -  RestoreCrosshair (false);     ActionDisplay         -  RestoreCrosshair (false);     ActionFreeRotateBuffer         -  HideCrosshair(false);         -  RestoreCrosshair(false);     MoveCrosshairAbsolute         -  HideCrosshair (false);     ghid_invalidate_all         -  RestoreCrosshair (FALSE);     ScrollAction (GTK HID)         -  HideCrosshair (FALSE);         -  RestoreCrosshair (FALSE);     ghid_port_ranges_changed         -  HideCrosshair (FALSE);     ghid_note_event_location         -  RestoreCrosshair (false);     idle_proc (Lesstif HID)         -  CrosshairOn (0);     CenterDisplay         -  RestoreCrosshair(false);     ReportDialog         -  HideCrosshair (false);         -  RestoreCrosshair (false);     ReportFoundPins         -  HideCrosshair (false);         -  RestoreCrosshair (false);     ReportNetLength         -  HideCrosshair (false);         -  RestoreCrosshair (false);     SetLocalRef         -  RestoreCrosshair (false);         -  HideCrosshair (false);         -  RestoreCrosshair (false);
4381 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4383         * src/action.c, src/crosshair.c, src/crosshair.h: Remove visibility
4384         overriding argument from DrawMark() Because of the places it was used, we can gaurantee this doesn't
4385         change any behaviour - the mark visibility status is always correct,
4386         so doesn't need overriding.
4388 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4390         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: g_return_if_reached() for
4391         receipt of gui->use_mask(HID_MASK_BEFORE) This means one less untranslated printf which is never hit. If for
4392         some reason the core sends us one of these - logging a warning and
4393         continuing is probably better than a hard abort()
4395 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4397         * src/draw.c: draw.c: Don't make GUI drawing calls to erase objects Changing the colour here is unnecessary (as drawing is deferred).
4398         Delete the gui->set_color() calls.
4400 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4402         * src/change.c, src/find.c: Allow zero clearance pads and pins to
4403         touch polygons This was already supported for vias, lets be consistent.
4405 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4407         * src/draw.c: draw.c: Fix mask drawing at high zooms (only draw the
4408         bit on-screen) This probably papers over a bug in the GTK hid's fill_rect routine,
4409         as the only reason this should fix anything is because it avoids
4410         coordinate overflow at high zoom.  The GTK hid really ought to clip coords to the screen before
4411         transforming them for rendering.
4413 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4415         * src/draw.c: draw.c: Tidy up mask drawing code Since the gerber HID now supports putting the outline on various
4416         layers, we can also safely remove the commented out code for doing
4417         that in draw.c
4419 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4421         * src/hid/gtk/gtkhid-main.c: hid/gtk: Make benchmark()
4422         implementation suit multiple drawing models Invalidate and process updates, rather than calling redraw directly.
4423         This suits the coming GL renderer which will use an
4424         invalidate/expose model.
4426 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4428         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
4429         src/hid/gtk/gui.h: hid/gtk: Move set_layer function into GDK
4430         specific code.  Not that this is particularly GDK specific, just that the GL
4431         renderer hopefully coming soon needs to do some extra work.
4433 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4435         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-output-events.c,
4436         src/hid/gtk/gui.h: hid/gtk: Add hooks to tell the render when we
4437         start/stop drawing This is necessary if the renderer requires certain state to be
4438         configured before its drawing calls can be operated.
4440 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4442         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-pinout-preview.c,
4443         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Add hooks
4444         for the renderer to initalise drawing widgets
4446 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4448         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove some unnecessary
4449         gtk_widget_realize() calls.
4451 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4453         * src/hid/gerber/gerber.c: hid/gerber: Remove unused variables
4454         outline_trace_size and absolute Left over accidentally from commit
4455         35b137c3e193471e07f0873dfb149cebd059dca2
4457 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4459         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-output-events.c,
4460         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Create a
4461         private structure for the gdk render backend This is in an effort to isolate some of its internals from the rest
4462         of the GTK hid.  Also create a hook for configure events on the main drawing area to
4463         allow the renderer to reconfigure its-self as necessary as the area
4464         changes in size.
4466 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4468         * src/Makefile.am, src/hid/gtk/gtkhid-gdk.c,
4469         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-pinout-preview.c,
4470         src/hid/gtk/gui-render-pixmap.c, src/hid/gtk/gui-top-window.c,
4471         src/hid/gtk/gui.h: hid/gtk: Move more GDK specific routines to
4472         gtkhid-gdk.c
4474 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4476         * src/hid/gerber/gerber.c: hid/gerber: Remove option for thickness
4477         of auto-generated outline layer We don't mess with the thickness of the user's hand-drawn outline,
4478         and this option implies that we do. I cannot think of a sensible way
4479         to present the option without confusing the user, so lets remove it.  Whilst the previous default of 10 mil was fine, 8 mil matches the
4480         width used on the fab drawing, so I have changed to that value.
4482 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4484         * src/print.c: src/print.c: Fix fab drawing width text annotation.  The text hard-coded that the outline is 10mil, in fact it is not,
4485         the current #define sets it at 8 mil. Report the actual value used.
4487 2011-03-23   Ineiev * ineiev AT users dot berlios dot de *
4489         * src/hid/gtk/gui-misc.c: suppress annoying decimals in relative
4490         coordinates The threshold for non-aligned object is increased because in case of
4491         relative coordinates the round-off error may double.  Closes-bug: lp-699452 (sf-2117383) Closes-bug: lp-699169
4492         (sf-1741659)
4494 2011-03-22   DJ Delorie * dj AT delorie dot com *
4496         * src/file.c, src/global.h: Save footprints as footprints.  If the user loads a footprint as a PCB (i.e. File->Load) and tries
4497         to save it, save only the elements in the pcb, not the whole pcb.
4499 2011-03-22   DJ Delorie * dj AT delorie dot com *
4501         * src/misc.c, src/misc.h: Fix mkdir() in plugins.  Plugins include misc.h without having a valid config.h, which meant
4502         they'd get a build error.  This patch moves the error check into
4503         pcb's misc.c, which always has a config.h, and lets plugins have a
4504         MKDIR() macro that uses pcb's detected values.
4506 2011-03-22   DJ Delorie * dj AT delorie dot com *
4508         * src/hid/gerber/gerber.c: Add copy-outline mode New gerber export options to copy the outline layer onto one or more
4509         other layers.  Some fabs want the outline separate; others want it
4510         on a "working" layer.
4512 2011-03-22   DJ Delorie * dj AT delorie dot com *
4514         * src/misc.c: Allow space between value and units in GetValue().
4516 2011-03-22   Ineiev * ineiev AT users dot berlios dot de *
4518         * src/polygon.c: simplify an expression return to the form written in d5d894d977e610 (lost in
4519         2d8dc8a3a3a551)
4521 2011-03-06   Ineiev * ineiev AT users dot berlios dot de *
4523         * src/action.c, src/const.h, src/crosshair.c, src/gpcb-menu.res,
4524         src/hid/gtk/gui-misc.c, src/misc.c, src/misc.h, src/pcb-menu.res,
4525         src/set.c, src/set.h: (GTK HID) fix annoying decimals When in metric grid mode, the coordinates are displayed with
4526         irregular tails of nines, e.g. "116.9998 43.9999" when the grid is
4527         set to 1mm.  The fix includes using more precise metric-to-imperial and crosshair
4528         calculations and fitting crosshair values into metric grids.  To address the issue in a really reliable way we need at least one
4529         more separate variable, to explicitly mark the grid as metric (as
4530         opposed to the displayed units); this flag should also be saved in
4531         PCB files.  First reported by Kai-Martin Knaak.  Closes-bug: lp-699452 (sf-2117383) Closes-bug: lp-699169
4532         (sf-1741659)
4534 2009-11-27   Ineiev * ineiev AT users dot berlios dot de *
4536         * doc/pcb.texi: fix sections hierarhy
4538 2010-12-07   Felix Ruoff * Felix AT posaunenmission dot de *
4540         * src/action.c, src/buffer.c, src/djopt.c, src/fontmode.c,
4541         src/hid/gtk/gui-top-window.c, src/move.c: Cleanup action
4542         documentation Add missing documentation * Display(ToggleLockNames) * Display(ToggleOnlyNames) * Select(Object) Remove invalid documentation * Connection(Measure) * Display(Scroll, Direction) * Display(Step, direction, amount, units) Cosmetic modifications: * dots at end of sentences * capital letter at start of sentences * remove some curious signs at the beginning of some lines.  * fix a couple of typos Closes-bug: lp-699506
4544 2011-03-12   DJ Delorie * dj AT delorie dot com *
4546         * src/misc.h: Make io.h inclusion conditional on the mingw case.
4548 2011-01-23   Bob Paddock * bobpspam AT gmail dot com *
4550         * configure.ac, m4/m4_ax_func_mkdir.m4, src/hid/common/hidinit.c,
4551         src/hid/gtk/gui-config.c, src/misc.h: mkdir() takes only one
4552         argument under WIN32.  Add check whether mkdir() is mkdir or _mkdir, and whether it takes
4553         one or two arguments.  WIN32 mkdir takes one argument and POSIX
4554         takes two.  Use MKDIR() macro from misc.h everyplace to get correct behavior
4555         depending on platform.
4557 2011-01-23   Bob Paddock * bobpspam AT gmail dot com *
4559         * configure.ac, src/action.c, src/hid/png/png.c, src/main.c: Use
4560         rand() in place of random().  The 'random', 'srandom', functions are those from BSD derived
4561         UNIX's, and may not be available under WIN32.  The 'rand' and
4562         'srand' functions are required by the ANSI standard.  rand(): Return a random integer between 0 and RAND_MAX inclusive.
4563         random(): Return a random long integer between 0 and RAND_MAX
4564         inclusive.  Standard MinGW stdlib.h only supports rand() and RAND_MAX is limited
4565         to the 32 bit value of 32767, which is significantly smaller than
4566         that returned by random().  This turncation of range should not
4567         effect usage in our application.  Added srand( time(NULL) ) to main.c to set the seed.
4569 2010-12-31   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
4571         * po/LINGUAS: Added an entry for the Dutch translation in LINGUAS.
4573 2010-12-31   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
4575         * po/nl.po: First issue of the Dutch translation.
4577 2011-02-14   Krzysztof Kosciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
4579         * src/hid/gtk/gui-library-window.c: hid/gtk: handle CTRL-C in
4580         library window Handle CTRL-C keypress in library window and copy name of the
4581         selected component into the default GTK clipboard.  The change facilitates workflow where one browses footprints in pcb
4582         and copies component names into gattrib or gschem.
4584 2011-03-10   Felix Ruoff * Felix AT posaunenmission dot de *
4586         * doc/pcb.texi: Describe layer groupings in GTK+ GUI Add information to the documentation where the 'Edit Layer Grouping'
4587         option can be found in the GTK+ GUI.  Closes-bug: lp-699175
4589 2011-03-07   Kai-Martin Knaak * kmk AT lilalaser dot de *
4591         * doc/pcb.texi: expand the regexp appendix in pcb manual  * Add special character "|" to concatenate  * Add special character $" to denote the end of a string  * Mention the special meaning of brackets.   * Make the table of examples conform to         "example -> description"  rather than the other way round.   * Add examples for the use of "|", "[]" and "{}".  Closes-bug: lp-723931
4593 2011-01-31   Markus Hitter * mah AT jump-ing dot de *
4595         * gts/.gitignore, tests/.gitignore: Clean up "git status" output.  Closes-bug: lp-710719
4597 2011-02-25   Stephen Ecob * silicon dot on dot inspiration AT gmail dot com *
4599         * src/draw.c: better heuristics for paste openings Prohibit paste windows wider than mask ones (suggested by Kai-Martin
4600         Knaak).  Suppress zero width paste windows (suggested by DJ Delorie).  Discussed on
4601         http://www.seul.org/pipermail/geda-user/2011-February/052413.html Closes-bug: lp-718342
4603 2011-02-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4605         * src/autoroute.c: Fix auto-router - we need to actually increment
4606         the dir variable! Was broken accidentally in commit
4607         5f0f788dc12a10a3c01ade7cf00d5ed63922ca47 (Initial C++ compatibility patch)
4609 2011-02-21   Ineiev * ineiev AT users dot berlios dot de *
4611         * src/polygon.c: fix polygon regression Introduced by 2d8dc8a3a3a55158b4e6278dd9f40588e4111c2d Reported by Kai-Martin Knaak
4613 2011-02-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4615         * src/draw.c: Fix solder mask drawing glitch in pcb Applied patch from lp-699498 by rdrehmel Closes-bug: lp-699498
4617 2011-02-10   DJ Delorie * dj AT delorie dot com *
4619         * src/strflags.c: Use onsolder for text, not auto.  The flags table wasn't using onsolder for text, which meant the
4620         default "auto" was used for it, which doesn't make sense.  This
4621         makes text on the solder side use the "onsolder" name instead.
4623 2011-01-27   DJ Delorie * dj AT delorie dot com *
4625         * src/hid/lesstif/main.c: Conditionally use "class" or "c_class"
4626         depending on the compiler language.  The X11 headers define some classes differently based on whether
4627         they're being used for C or C++, so we have to make our access to
4628         them conditional also.
4630 2011-01-27   DJ Delorie * dj AT delorie dot com *
4632         * src/hid/batch/batch.c: C++ compatibility for the batch HID.  Just a keyword rename (xor).
4634 2011-01-27   DJ Delorie * dj AT delorie dot com *
4636         * src/hid/lesstif/dialogs.c, src/hid/lesstif/lesstif.h,
4637         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
4638         src/hid/lesstif/styles.c: C++ compatibility for the lesstif HID.  Minor changes - casts, consts, keyword renames, so that the lesstif
4639         HID can be compiled as C or C++.
4641 2011-01-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4643         * src/change.c: change.c: Restore and clear to polygons when
4644         changing hole sizes This is more consistent with other code-paths and is useful if the
4645         thermal gemoetry were to depend in on the hole size (which it
4646         doesn't currently, but used to do before the clipper branch).
4648 2011-01-24   Markus Hitter * mah AT jump-ing dot de *
4650         * configure.ac: configure.ac: remove the now obsolete test for
4651         gethostname().  No longer required since commit
4652         00c556b02dfa0113eab62b894eff4cf5d55b8e5f  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
4653         Affects-bug: lp-703914
4655 2011-01-23   Markus Hitter * mah AT jump-ing dot de *
4657         * doc/gs/fb-blinker.pcb, doc/gs/fb-led-5.pcb, doc/gs/fb-led.pcb,
4658         doc/gs/fb-smt.pcb, doc/gs/term-annulus-1.pcb,
4659         doc/gs/term-clearance-1.pcb, doc/gs/term-element-1.pcb,
4660         doc/gs/term-pad-1.pcb, doc/gs/term-pin-1.pcb,
4661         doc/gs/term-platedhole-1.pcb, doc/gs/term-tented-1.pcb,
4662         doc/gs/term-thermal-1.pcb, doc/gs/term-thickness-1.pcb,
4663         doc/pad.pcb, doc/puller.pcb, doc/thermal.pcb, example/LED.pcb,
4664         example/LED2.pcb, tests/inputs/bom_general.pcb,
4665         tests/inputs/gcode_oneline.pcb, tests/inputs/gerber_oneline.pcb,
4666         tutorial/tut1.pcb: Remove all date, user and host comments on all
4667         test and sample files.  These items are no longer written, so sample files shouldn't contain
4668         them either. Usually, this was line 2...4.   Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
4669         Affects-bug: lp-703914
4671 2011-01-23   Markus Hitter * mah AT jump-ing dot de *
4673         * src/file.c: src/file.c: don't write user name or date to the
4674         stored layout file.  Notes from Peter Clifton:   The consensus from bug lp-703914 was that that recording the
4675           username, data and host which produced the file is unnecessary and
4676           causes version control clashes which are otherwise unnecessary.   Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
4677         Closes-bug: lp-703914
4679 2011-01-22   Bob Paddock * bobpspam AT gmail dot com *
4681         * src/action.c: Compiling with MinGW requires cast to const for
4682         _spawnvp to compile without warning.
4684 2011-01-22   Bob Paddock * bobpspam AT gmail dot com *
4686         * src/hid/gcode/gcode.c, src/hid/nelma/nelma.c: Add missing
4687         Message() prototype to remove warning about same.
4689 2011-01-22   Bob Paddock * bobpspam AT gmail dot com *
4691         * src/polygon1.c: Initialize min_dist to zero before using in if().
4693 2011-01-23   Newell Jensen * pillar2012 AT gmail dot com *
4695         * configure.ac, src/action.c, src/autoplace.c, src/autoroute.c,
4696         src/change.c, src/create.c, src/dbus-pcbmain.c, src/draw.c,
4697         src/drill.c, src/edif.y, src/file.c, src/find.c, src/free_atexit.c,
4698         src/global.h, src/heap.c, src/hid.h, src/hid/bom/bom.c,
4699         src/hid/common/actions.c, src/hid/common/draw_helpers.c,
4700         src/hid/common/extents.c, src/hid/common/flags.c,
4701         src/hid/common/hid_resource.c, src/hid/common/hidinit.c,
4702         src/hid/common/hidnogui.c, src/hid/gcode/gcode.c,
4703         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-gdk.c,
4704         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-command-window.c,
4705         src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-print.c,
4706         src/hid/gtk/gui-dialog-size.c, src/hid/gtk/gui-dialog.c,
4707         src/hid/gtk/gui-drc-window.c, src/hid/gtk/gui-library-window.c,
4708         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-misc.c,
4709         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-output-events.c,
4710         src/hid/gtk/gui-pinout-preview.c, src/hid/gtk/gui-top-window.c,
4711         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h, src/hid/nelma/nelma.c,
4712         src/hid/png/png.c, src/hid/ps/eps.c, src/hid/ps/ps.c, src/insert.c,
4713         src/intersect.c, src/main.c, src/misc.c, src/move.c, src/mtspace.c,
4714         src/mymem.c, src/netlist.c, src/parse_l.l, src/parse_y.y,
4715         src/polygon.c, src/polygon1.c, src/puller.c, src/rats.c,
4716         src/rats.h, src/report.c, src/rtree.c, src/toporouter.c,
4717         src/undo.c, src/vector.c, src/vendor.c: Initial C++ compatibility
4718         patch Doesn't cover lesstif or batch hids.  Makes source code build
4719         without warnings on C, and build with warnings on C++.
4721 2011-01-23   DJ Delorie * dj AT delorie dot com *
4723         * src/hid/lesstif/netlist.c: Add header for Draw() prototype.  Silences a warning building the lesstif hid.
4725 2011-01-23   DJ Delorie * dj AT delorie dot com *
4727         * src/edif.y: FindContext() takes an int, not a pointer.
4729 2011-01-14   Markus Hitter * mah AT jump-ing dot de *
4731         * INSTALL: INSTALL: add instructions on how to create configure.  Closes-bug: lp-702484
4733 2011-01-07   Jared Casper * jaredcasper AT gmail dot com *
4735         * configure.ac: Heed and remove warning issued by autoconf 2.68.  Starting in autoconf 2.68, "the macros AC_PREPROC_IFELSE,
4736         AC_COMPILE_IFELSE, AC_LINK_IFELSE, and AC_RUN_IFELSE now warn if the
4737         first argument failed to use AC_LANG_SOURCE or AC_LANG_PROGRAM to
4738         generate the conftest file contents." Closes-bug: lp-700180  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac *
4740 2009-02-20   Ineiev * ineiev AT users dot sourceforge dot net *
4742         * src/hid/gtk/gui-output-events.c: hid/gtk: Fix disappearing
4743         reference mark Fixes the following symptoms (Bug sf-1882970 reported by Steven
4744         Michalske): (0) when the cursor leaves the window,   the mark disappears (with attached objects);   when the cursor enters again, the mark   is redrawn only if there are any attached objects; (1) When there are no attached objects,   the mark disappears on button press, but is not   redrawn again when button press and release form   a click.   (Commit message edited by Peter Clifton * pcjc2 AT cam dot ac dot
4745         uk *)  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk * Closes-bug: lp-699244 Closes-bug: lp-699453
4747 2011-01-11   DJ Delorie * dj AT delorie dot com *
4749         * src/hid/lpr/lpr.c, src/hid/ps/ps.c: Fix postscript page scaling Calculate page sizes *after* selecting the page, not before.
4751 2011-01-10   DJ Delorie * dj AT delorie dot com *
4753         * src/misc.c: Calculate text bounding boxes based on that actual
4754         drawn glyphs.  Previously, a text's bounding box was calculated based on overall
4755         font metrics, not the actual glyphs.  This meant that text clearing
4756         a polygon would have far more space around it than called for.
4758 2011-01-10   DJ Delorie * dj AT delorie dot com *
4760         * src/file.c: Make new PCB active during parsing Set the global PCB pointer to the "new" pcb while it's being loaded.
4761         Some of the creation functions use the DRC values in PCB to compute,
4762         for example, bounding boxes.  Before, it used whatever was hanging
4763         around in the previous PCB (or the default values).
4765 2011-01-09   DJ Delorie * dj AT delorie dot com *
4767         * Makefile.am, configure.ac, gts/.gitignore, gts/Makefile.am,
4768         gts/NOTES, gts/bbtree.c, gts/boolean.c, gts/cdt.c, gts/container.c,
4769         gts/curvature.c, gts/edge.c, gts/eheap.c, gts/face.c, gts/fifo.c,
4770         gts/graph.c, gts/gts-private.h, gts/gts.h, gts/heap.c,
4771         gts/hsurface.c, gts/iso.c, gts/isotetra.c, gts/kdtree.c,
4772         gts/matrix.c, gts/misc.c, gts/named.c, gts/object.c, gts/oocs.c,
4773         gts/partition.c, gts/pgraph.c, gts/point.c, gts/predicates.c,
4774         gts/predicates.h, gts/psurface.c, gts/refine.c, gts/rounding.h,
4775         gts/segment.c, gts/split.c, gts/stripe.c, gts/surface.c,
4776         gts/triangle.c, gts/tribox3.c, gts/vertex.c, gts/vopt.c,
4777         src/Makefile.am, src/gts/.gitignore, src/gts/NOTES,
4778         src/gts/bbtree.c, src/gts/boolean.c, src/gts/cdt.c,
4779         src/gts/container.c, src/gts/curvature.c, src/gts/edge.c,
4780         src/gts/eheap.c, src/gts/face.c, src/gts/fifo.c, src/gts/graph.c,
4781         src/gts/gts-private.h, src/gts/gts.h, src/gts/heap.c,
4782         src/gts/hsurface.c, src/gts/iso.c, src/gts/isotetra.c,
4783         src/gts/kdtree.c, src/gts/matrix.c, src/gts/misc.c,
4784         src/gts/named.c, src/gts/object.c, src/gts/oocs.c,
4785         src/gts/partition.c, src/gts/pgraph.c, src/gts/point.c,
4786         src/gts/predicates.c, src/gts/predicates.h, src/gts/psurface.c,
4787         src/gts/refine.c, src/gts/rounding.h, src/gts/segment.c,
4788         src/gts/split.c, src/gts/stripe.c, src/gts/surface.c,
4789         src/gts/triangle.c, src/gts/tribox3.c, src/gts/vertex.c,
4790         src/gts/vopt.c: Add top-level build changes to enable C++
4791         compilation This patch moves GTS (gts.sourceforce.net) out of the src/ tree and
4792         gives it its own Makefile, and changes src/Makefile.am so that C++
4793         compilation is used if configure requests it.  ./configure --enable-build-with-cxx ./configure
4794         --disable-build-with-cxx (the default is disable at the moment) Makefiles with these lines will use C++ if the user requests it:  CC = @CC_OR_CXX@  CFLAGS = @CC_OR_CXX_FLAGS@
4796 2011-01-07   DJ Delorie * dj AT delorie dot com *
4798         * src/buffer.c: Support far-side polygons when converting buffer to
4799         element.
4801 2011-01-07   DJ Delorie * dj AT delorie dot com *
4803         * src/action.c: Fix command-injection bug in Import() Use "--" before the list of schematics, to prevent the src list from
4804         containing other gnetlist options (or arbitrary guile code)
4806 2011-01-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4808         * src/hid/gtk/gui-top-window.c: hid/gtk: Fix prelight state for
4809         layer button to show current status One of the ways we identify whether a layer is switched on or off is
4810         by changing the background colour of the GtkToggleButton
4811         representing that layer.  Fix the prelight (mouse-over) background style to match the current
4812         button state, so as to give immediate feed-back when the user
4813         presses the button, and make the interface less confusing.  Closes-bug: lp-699150
4815 2010-12-28   Felix Ruoff * Felix AT posaunenmission dot de *
4817         * src/hid/gtk/gui-command-window.c, src/hid/gtk/gui-dialog-size.c,
4818         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c,
4819         src/hid/gtk/gui-top-window.c: hid/gtk: Modify window title to match
4820         the GNOME Human Interface Guidelines Modifies the title of the main window as suggested in the GNOME HIG:
4822         (http://library.gnome.org/devel/hig-book/nightly/windows-primary.html)The following will be shown there:  - A star (*) if the layout has unsaved changes (this patch also    removes this sign from the statusbar, where it currently is)  - The name of the layout, if set in the config-dialog    ('Put layout name on the window title bar')  - The filename (in braces, if layout name is shown)  - The string " - PCB" Closes-bug: lp-699509  Acked-by: Peter Clifton * pcjc2 AT cam dot ac
4823         dot uk * (Also modified commit message)
4825 2011-01-05   DJ Delorie * dj AT delorie dot com *
4827         * src/select.c: Fix "select pads on hidden far side" If an SMT pad is on the far side of the board, and the far side
4828         layer is not visible, do not select that pad.  Exception: if that
4829         pad is part of an element which *is* on the visible side, the pad is
4830         selected as part of selecting the whole element.  But, elements on
4831         the far side (the common case) won't have their pads selected when
4832         those pads aren't visible.
4834 2011-01-04   DJ Delorie * dj AT delorie dot com *
4836         * src/hid/lesstif/main.c: Allow zoom-out-past-board for Lesstif The lesstif GUI has been modified two ways: 1. You may zoom out "past" the board, making the board smaller than
4837         the window.  Note that the crosshair is still limited to the board's
4838         extents.  2. You may pan the board so that edges need not be on the edge of
4839         the window, such as centering an edge for inspection.  Note that the smallest the board can be is 1/10th the window size.
4840         While this is arbitrary, it's easily changed if needed, and avoids
4841         problems with miniscule boards (and thus maxiscule coordinate
4842         systems).  The 'v' key still zooms the board to fit, but now centers the board
4843         in the window rather than placing it at the upper left.
4845 2011-01-04   DJ Delorie * dj AT delorie dot com *
4847         * src/hid/lesstif/netlist.c: ResetConncetions -> ResetConnections Typo.
4849 2011-01-04   DJ Delorie * dj AT delorie dot com *
4851         * src/hid/lesstif/menu.c: Fix lesstif segfault in key handling.  When a key handler calls an action, the key table might change
4852         before the action returns (via nested key handlers), so save a
4853         pointer to the table we're parsing to ensure it will be around when
4854         we return.
4856 2011-01-04   DJ Delorie * dj AT delorie dot com *
4858         * lib/geda.inc: Add 80-pin headers.  Add 80 pin DIP and Ribbon 0.1" header macros to the usual list.
4860 2010-12-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4862         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-netlist-window.c,
4863         src/hid/gtk/gui.h: hid/gtk: Fix warping pointer to correct location
4864         from netlist window We weren't updating the pointer location after having panned the
4865         connection into the center of the screen.  Also fixes the open-coded panning code to work for flipped views.
4866         The patch is pretty horrible at best, but appears to fix the issue.  Unfortunately the locical call to use (the "Center" action) cannot
4867         be made through the generic action code as we need to specify the
4868         location explicitly. We could perhaps export the Centre action
4869         function, or refactor it as a wrapper around a helper function which
4870         we would then export and call.  I aim to eventually rework the GTK HID's coordinate transforms
4871         (including flipped views), event handling, view panning and pointer
4872         warping in order to give greater sepeatation between the renderer
4873         agnostic parts of the HID and the renderer. This will be needed for
4874         the 3D portions of the PCB+GL branch.  It seems most sensible to start refactoring from a state where the
4875         existing code at least functions correctly (even if it isn't
4876         pretty), rather than work in fixes as I refactor.
4878 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4880         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c: hid/gtk:
4881         Remove unused Vx2 and Vy2 functions from gtkhid-{main,gdk}.c
4883 2010-12-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4885         * src/hid/gtk/gui-output-events.c: hid/gtk: Remove unused file scope
4886         variables event_x and event_y
4888 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4890         * src/hid/gtk/gtkhid-main.c: hid/gtk: Compute warp pointer offset
4891         without reading current position This is closer to the way the old code which used the an
4892         XWarpPointer call worked, and makes the two code-paths where we warp
4893         the pointer consistent. Also, remove some unnecessary comments which
4894         were more relevant to explain why we previously had too
4895         implementations.
4897 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4899         * src/hid/gtk/gtkhid-main.c: hid/gtk: Fix "Center" action in a
4900         couple of ways We need to update the adjustments together otherwise the center
4901         action will only work on one axis at a time.  Fix typo for out-of bounds check which mixed width and height.
4903 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4905         * configure.ac, src/hid/gtk/gtkhid-main.c: hid/gtk: Clean up mouse
4906         warping code now we require a later GTK version Remove the X11 specific implementation and remove some comments in
4907         the GDK one which were more relevant to explain why we previously
4908         had two implementations.
4910 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4912         * src/hid/gtk/gui-dialog.c: Cleanup conditional code now we require
4913         a later GTK version
4915 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4917         * configure.ac: Bump required GTK version in configure.ac test to
4918         2.12 This is required, as we utilise some of the newer APIs.  NB: GTK+ 2.12.0 was released in September 2007
4920 2010-12-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4922         * src/hid/gtk/gui.h: hid/gtk: Remove unused DRAW_Z, VIEW_Z macros
4924 2010-12-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4926         * src/hid/gtk/gui-output-events.c: hid/gtk: Don't avoid panning when
4927         further X11 events are pending Since we are using motion hints, we should not get bogged down with
4928         motion events, so we should probably just act upon them.
4930 2010-12-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4932         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
4933         src/hid/gtk/gui.h: hid/gtk: Use motion notify events to avoid too
4934         rapid pointer events Not fixing a specific problem - just a backport from the GL branch.
4936 2010-12-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4938         * src/find.c, src/find.h, src/hid/gtk/gui-netlist-window.c,
4939         src/hid/lesstif/netlist.c, src/rats.c, src/select.c: Revert undo
4940         changes relating to RatFindHook calls This reverts commit 1aac06b665330507ca42f380e38f32875a979cd9          and commit d3b508ca272b7d89aa27f552ab78943f9bed27f9.  I made a mistake by assuming the undo data saved by the RatFindHook
4941         (when looking up nets to select) was redundant. I had presumed this
4942         since the flags being set are reset again before we finish
4943         processing.  What actually happens, is that further processing sets the SELECTED
4944         flag on the FOUND objects. Undo data is saved for the SELECTED flag
4945         addition, which stores the previous flags of the object. When an
4946         undo is performed, it also restores the FOUND flag we wanted to keep
4947         unset.  In order to get back to our original state, we need the RatFindHook
4948         to store undo information for when the FOUND flag was initially set.  The ResetConnections() call after the RatFindHook should still be ok
4949         not saving undo information, as it only touches object flags which
4950         will be restored anyway by the undo data now saved by the
4951         RatFindHook.  NB: Revert was manually modified to retain an indenting change in
4952         find.c and to add the required changes to select.c, which had
4953         additions using the RatFindHook API since the above reverted commits
4954         were made.
4956 2010-12-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4958         * src/action.c, src/find.c, src/report.c, src/set.c: Remove Draw()
4959         call from ResetFound*() Let the caller do it This allows multiple changes to be grouped into one repaint
4960         operation.  Use this where appropriate, such as the Netlist lookup
4961         functions.
4963 2010-12-23   Martin Kupec * martin dot kupec AT kupson dot cz *
4965         * src/action.c, src/const.h, src/select.c: Add NetByName to the
4966         select action options v2: Check Net name appropriately v3: Ensure we set the changed flag  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
4968 2010-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4970         * src/find.c, src/find.h, src/hid/gtk/gui-netlist-window.c,
4971         src/hid/lesstif/netlist.c, src/rats.c: find.c: Remove "undo"
4972         parameter to RatFindHook Since all callers pass false for the "undo" parameter since the last
4973         commit, remove it from the function prototype.  NB: The file-global variable "User", which it previously set can be
4974         assumed to be false, as it defaults to false - and is restored after
4975         any code which temporarily sets it to true.
4977 2010-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4979         * src/hid/gtk/gui-netlist-window.c, src/hid/lesstif/netlist.c: We
4980         don't need the RatFindHook to save undo state when doing netlist
4981         lookup We already save undo information to get to a known state when
4982         resetting the FOUND flags. Since we later reset back to this state,
4983         we don't need to save undo data.
4985 2010-12-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4987         * src/hid/gtk/gui-netlist-window.c, src/hid/lesstif/netlist.c: Fix
4988         netlist selection to save undo information for wiped "FOUND" flags When we wipe the found flags on objects, we should also queue them
4989         for redraw - this fixes that too, as the ResetConnections() argument
4990         controls both redraw AND saving undo data.
4992 2010-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4994         * src/hid/gtk/gui-netlist-window.c, src/hid/lesstif/netlist.c: 
4995         Remove unneeded Undo serial number save / restore in netlist lookup The RatFindHook function does not call anything which will increment
4996         the Undo serial number, so the save / restore calls are not
4997         required.
4999 2010-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5001         * src/action.c, src/autoroute.c, src/find.c, src/find.h,
5002         src/hid/gtk/gui-netlist-window.c, src/hid/lesstif/netlist.c,
5003         src/rats.c, src/report.c, src/set.c, src/toporouter.c: Fix broken
5004         undo handling for ResetFound*() and ResetConnections() Many callers have this idiom:   SaveUndoSerialNumber ();   ResetFoundPinsViasAndPads (AndDraw);   RestoreUndoSerialNumber ();   ResetFoundLinesAndPolygons (AndDraw); The intent is to squash the two operations into one undo operation.
5005         The ResetFound* functions DO increment the Undo serial number but
5006         ONLY if that particular function makes a change.  Assume for the example that the first ResetFound* call makes some
5007         change and increments the serial number. This is then reset by the
5008         caller. If the second ResetFound* call doesn't find anything, there
5009         is no overall increment to the serial number.  Move the undo serial number handling out of the ResetFound* calls,
5010         and let the callers increment the serial number if desired. To
5011         facilitate this, return a boolean value from these functions to
5012         indicate whether any changes were made which could be undone.  For convenience, expose previously static find.c function
5013         ResetConnections() in order to avoid repeating Undo handling in each
5014         caller to the two ResetFound* functions which are often called
5015         together.
5017 2010-12-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5019         * src/action.c, src/hid/gtk/gui-netlist-window.c,
5020         src/hid/lesstif/netlist.c, src/select.c: select.c: Remove Draw()
5021         call from SelectConnection Make callers responsible for calling the final Draw(), to avoid
5022         multiple redraws if other operations are to occur, such as changing
5023         "FOUND" flags on objects after making the selection.
5025 2010-12-23   Patrick Bernaud * patrickb AT chez dot com *
5027         * src/free_atexit.h: Fix substitutions for leaky_*alloc functions
5029 2010-12-22   Tibor Palinkas * geda AT igor2 dot repo dot hu *
5031         * src/hid/gtk/gui-top-window.c: hid/gtk: Use leaky_* functions for
5032         deliberate leaks in ghid_ui_info_append Allocate cached temporary memory with the leak_* memory allocation
5033         wrapers which allow these to be freed at exit.
5035 2010-12-22   Tibor Palinkas * geda AT igor2 dot repo dot hu *
5037         * src/free_atexit.c, src/free_atexit.h: free_atexit.c: Add
5038         leaky_calloc() function for deliberately leaked calloc's Stores a pointer to the calloc'd memory to be free'd at exit of the
5039         program. Returned memory must not be free'd manually.
5041 2010-12-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5043         * src/report.c: report.c: Fix missing return value
5045 2010-12-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5047         * src/toporouter.c: toporouter.c: Make inline functions "static
5048         inline" gcc builds break for CFLAGS="-g" only builds (no -O2). Inlineing is
5049         only performed when optimisation is enabled, and unless we make all
5050         local inlined functions "static inline", it does not emit the
5051         non-inlined assembly for them, resulting in undefined symbols at
5052         link time.
5054 2010-12-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5056         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
5057         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: hid/gtk: Move
5058         more gdk specific drawing routines to gtkhid-gdk.c
5060 2010-12-22   Tibor Palinkas * geda AT igor2 dot repo dot hu *
5062         * src/Makefile.am, src/free_atexit.c, src/free_atexit.h, src/main.c: 
5063         Add leaky_{malloc,realloc} functions for deliberate non-free'd
5064         allocations These are to be used for local allocations made and cached for the
5065         lifetime of the program (never free'd). Typically, these are stored
5066         in a static char * variable (or similar) within a function.  The leaky_*() functions store the addresses of all memory they
5067         allocate, and for debugging builds, free it upon exit of the
5068         program, thus allowing leak detectors such as valgrind to ignore our
5069         deliberate "leaks".  The memory returned by leaky_*() must not be free'd.  Build system and PCB integration, and leaky_atexit.c reindenting by
5070          Peter Clifton * pcjc2 AT cam dot ac dot uk *
5072 2010-12-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5074         * src/parse_l.l: parse_l.l: Fix warning implicit definition of
5075         function â€˜CreateBeLenient’ Warning was introduced in commit
5076         e8dd18a2f7b83c6108d2c9398903d4be92e22d4c The required prototype was
5077         added to create.h, but create.h was not included in parse_l.l Note to developers: Please "make clean" and build with "make -s" before pushing changes.
5078         This kind of bug is really easy to catch, and I just recently spent
5079         a log of effort cleaning up PCB's compile so we can catch real bugs! Pretty please?
5081 2010-12-20   Martin Kupec * martin dot kupec AT kupson dot cz *
5083         * src/action.c: action.c: Change macro ARG, to return NULL instead
5084         of 0 When the argument number requested does not exist, return NULL, not
5085         0, as this is more in keeping with the type (char *) normally
5086         returned.   Commit message modified by Peter Clifton * pcjc2 AT cam dot ac dot
5087         uk *
5089 2010-12-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5091         * : commit 7392b020deca9ef155f3b1449f1ad8fac6d6083b  Author: Peter
5092         Clifton * pcjc2 AT cam dot ac dot uk * Date:   Mon Dec 20 13:54:41
5093         2010 +0000
5095 2010-12-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5097         * src/crosshair.c, src/search.c, src/search.h: Improve grid snapping
5098         heuristics
5100 2010-12-19   DJ Delorie * dj AT delorie dot com *
5102         * src/create.c, src/create.h, src/parse_l.l: Allow via copper to
5103         overlap; preserve illegal vias from file.  Reduce "overlapping via" tests to check for overlapping drills, not
5104         overlapping copper.  If a file being loaded has "illegal" vias, load
5105         them anyway - the check only happens at create time, if the user
5106         figures out a way around it, preserve it.
5108 2010-12-16   DJ Delorie * dj AT delorie dot com *
5110         * src/rats.c: Further work on rats patch.  Add a lot of comments to clarify what's happening in that function
5111         (the previous patch was bogus because the function re-uses a
5112         structure in an unintended way).  Fixed the logic to be mew
5113         paranoid.
5115 2010-12-16   DJ Delorie * dj AT delorie dot com *
5117         * src/rats.c: Fix rats bug (SF 3137324) When adding rats from a netlist, we want to skip nets with too few
5118         connections, not netlists with too few nets.
5120 2009-02-20   Ineiev * ineiev AT users dot sourceforge dot net *
5122         * src/report.c: report object coordinates in selected units SF patch 1621915 HOW TO TEST load a pcb; Ctrl-R on objects of different types; the
5123         reported units should be either mm or mils according to selected
5124         units 04 Oct 2010: merged with Joerg Wunsch's patch 2995918 "Add
5125         human-readable info to polygon report"
5127 2010-12-12   Ineiev * ineiev AT users dot berlios dot de *
5129         * src/polygon.c: [PATCH] fix bug 2793480 (vias/arcs-to-polygon
5130         clearances) frac_circle(): introduce radius_adjustment factor to make the
5131         polygon outline the arc rather than connet points on the arc ArcPolyNoIntersect(): compute number of segments so that polygon
5132         diverges from the arc no more than 0.02 of required thickness;
5133         adjust outer "arc" radius like in frac_circle()
5135 2010-12-11   DJ Delorie * dj AT delorie dot com *
5137         * src/file.c: Check for special name "(local)" to mean "." When expanding a tree of footprints, we want the symbolic name
5138         "(local)" to mean the "." subdir.  Now that we check for chdir()
5139         failures, we can no longer "just work" because the chdir didn't
5140         change directories.
5142 2010-12-11   David Dandar * ddandar AT users dot sourceforge dot net *
5144         * src/action.c: Let RealignGrid align grid to a pin or pad snap.  SF patch 2476262: Realign grid has been broken for a while. Darn mm and mil mix
5145         components were killing me. I got desperate and fixed it, but I'm
5146         not sure if it's the right fix. It does work though. Hope this
5147         helps.
5149 2010-12-11   Seb James * seb AT esfnet dot co dot uk *
5151         * src/rats.c: SF patch 1674895: This crash occurs in rats.c, around line 610 in the function
5152         DrawShortestRats() where CreateNewRat() is called with some
5153         arguments which don't exist.  It occurred for me when I tried to "optimize rats nest" on an
5154         invalid design.  There's no check in DrawShortestRats() that the firstposition and
5155         secondposition pointers are not NULL.  firstposition->X (and Y) and
5156         secondposition->X (and Y) are passed as arguments to CreateNewRat().
5157         It is possible in some cases that firstposition and secondposition
5158         are not reset from 0 in the code preceding the call to
5159         CreateNewRat(). In these cases a segfault will occur.
5161 2010-10-09   Cesar Strauss * cstrauss AT not2005 dot cea dot inpe dot br *
5163         * configure.ac, src/action.c: Check for the _spawnvp function and
5164         use it if present.
5166 2010-10-09   Cesar Strauss * cstrauss AT not2005 dot cea dot inpe dot br *
5168         * src/.gitignore: Ignore generated files on Windows.
5170 2010-12-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5172         * src/action.c, src/buffer.c, src/command.c, src/create.c,
5173         src/drill.c, src/file.c, src/find.c, src/hid/common/flags.c,
5174         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-gdk.c,
5175         src/hid/gtk/gui-dialog-size.c, src/hid/gtk/gui-top-window.c,
5176         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
5177         src/hid/lesstif/styles.c, src/intersect.c, src/main.c, src/misc.c,
5178         src/mymem.c, src/mymem.h, src/netlist.c, src/parse_l.l,
5179         src/parse_y.y, src/rats.c, src/remove.c, src/report.c, src/undo.c: 
5180         Remove My* memory allocation routines. Just use the standard APIs
5181         directly This means the following changes:   1.  Replace all calls to MyCalloc()  with calls to calloc()   2.  Replace all calls to MyMalloc()  with calls to malloc()   3.  Replace all calls to MyRealloc() with calls to realloc()   4.  Replace all calls to SaveFree()  with calls to free()   5a. Where the MYFREE(x) macro is used and its pointer clearing
5182               side- effect is required, call free (x); and (x) = NULL; directly.    5b. Where the MYFREE(x) macro is used, and (x) is immediately re-       assigned, or its location free'd or zero'd, skip the (x) =
5183               NULL;   6. Replace all calls to MyStrdup() with calls to the STRDUP(x)
5184              macro, which expands to (((x) != NULL) ? strdup (x) : NULL).  NB: The previous commit already replaced various known "safe" calls
5185             of MyStrdup() with strdup(), when the argument is known to be
5186         non-NULL.    1,2,3 and 6. mean that we discard the following features of the   mymem.c allocators:     7. Logging messages when MEM_DEBUF defined     8. Logic to assign 1 unit of memory if 0 is requested     9. Allocation failure handling via MyFatal() -> EmergencySave()  With feedback from Stephen Ecob * silicon dot on dot inspiration AT
5187         gmail dot com * 7. Is old debug code which is rarely (if ever) used. Current debug
5188            tools such as Valgrind can do a much better job of memory debugging
5189         now.  8. This is really papering over the possibility of a caller bug, and    should never have been included in the first place.  9. This is unlikely to actually ever save someone from loosing their
5190         PCB.  Patch created with the assistance and testing of  Stephen Ecob *
5191         silicon dot on dot inspiration AT gmail dot com *
5193 2010-12-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5195         * src/action.c, src/buffer.c, src/copy.c, src/create.c, src/file.c,
5196         src/fontmode.c, src/main.c, src/misc.c, src/move.c, src/netlist.c,
5197         src/rats.c: Convet some "safe" usage of MyStrdup to plain strdup These cases are ones where we know the caller will not risk passing
5198         a NULL string to duplicate.  Patch created with the assistance and testing of  Stephen Ecob *
5199         silicon dot on dot inspiration AT gmail dot com *
5201 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5203         * src/create.c: Ensure CreateNewText() returns NULL if called with
5204         NULL text.  Ensuring that text will not be NULL allows us to replace the
5205         MyStrdup call with a simple strdup.
5207 2010-12-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5209         * src/file.c: file.c: c Attempt to handle failure of
5210         GetWorkingDirectory() and chdir() Report the error to the user if any GetWorkingDirectory or chdir
5211         call fails. Add attempts to change back to the original working
5212         directory on error paths.  Ideally, these functions would be re-implemented to operate without
5213         changing the current working directory at all.
5215 2010-12-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5217         * src/action.c, src/change.c: Plug some memory leaks of strings
5218         returned from gui->prompt_for()
5220 2010-12-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5222         * src/vendor.c: vendor.c: Fix memory leak and unused variable in
5223         ActionLoadVendorFrom() Also, don't bother testing x != NULL before calling free (x).
5225 2010-12-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5227         * src/hid/common/hidnogui.c: hid/common: Fix / re-write
5228         nogui_{prompt_for,fileselect,confirm_dialog}() Fixes some pretty nasty bugs in these functions: 1. These functions must return allocated memory, strdup will do
5229         nicely.  2. fgets will insert the newline character into the buffer, so we
5230            need to check if we just got a '\r' or '\n' as our first character,
5231             not just '\0' when deciding whether to return the default string or
5232         not.  3. DO NOT strcpy a the default string...     we don't know if it will overflow our buffer 4. For the "fileselect" case, return NULL if the user didn't give us
5233            a filename, and the caller didn't specify a default string. Prompt
5234            for will return strdup (""), equivalent to what it previously did.
5236 2010-12-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5238         * src/hid/batch/batch.c: hid/batch: Use hidnogui as a default base
5239         hid to avoid code duplication
5241 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5243         * src/action.c: action.c: Mark some strings as translateable in
5244         ActionImport()
5246 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5248         * src/misc.c, src/misc.h, src/mymem.c, src/mymem.h: Make the strings
5249         passed to AttributePutToList and MyStrdup (const char *) Silences some compiler warnings when using const char * strings.
5251 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5253         * src/hid/lesstif/dialogs.c, src/hid/lesstif/main.c,
5254         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
5255         src/hid/lesstif/styles.c: hid/lesstif: Revert some Boolean->bool
5256         type changes as required by Xt* APIs This is a partial revert of commit
5257         ad5eb5a165442be38624aa622beeb57dc1d2afbd For consistency, I have also reverted the changes of True->true and
5258         False->false when calling  X11 APIs.
5260 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5262         * src/hid/lesstif/dialogs.c: hid/lesstif: Use an intervening size_t
5263         casts to aovid compiler warnings This is to avoid the compiler warning us what we already know.. that
5264         we are passing an integer value cast into what might be a different
5265         sized pointer. (On 64 bit builds).
5267 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5269         * src/hid/batch/batch.c: hid/batch: Add some missing header files
5270         for prototypes
5272 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5274         * src/Makefile.am, src/hid/batch/batch.c, src/hid/common/hidinit.h,
5275         src/hid/gcode/gcode.c, src/hid/gerber/gerber.c, src/hid/lpr/lpr.c,
5276         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
5277         src/hid/ps/ps.c: hid/common: Provide a header to define
5278         hid_parse_command_line() Avoids having each caller having to pull it in with an extern
5279         declaration.
5281 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5283         * src/Makefile.am, src/hid/batch/batch.c, src/hid/common/actions.h,
5284         src/main.c: hid/common: Provide a header file to define
5285         print_actions() Avoids having each caller having to pull it in with an extern
5286         declaration.
5288 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5290         * src/hid/batch/batch.c: Fix function prototypes and dummy return
5291         values for batch HID Most of these are dummy functions, but we should get the prototypes
5292         right! Also, return 0 from dummy functions which are supposed to
5293         return an integer.  Fixes various compiler warnings.
5295 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5297         * src/hid.h, src/hid/batch/batch.c, src/hid/common/hidnogui.c,
5298         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c,
5299         src/hid/gtk/gui.h, src/hid/lesstif/dialogs.c,
5300         src/hid/lesstif/lesstif.h: HID: Make arguments to the prompt_for
5301         method const char *, not char * Avoids compiler warnings calling gui->prompt_for() with a const char
5302         *
5304 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5306         * src/action.c: Rename "r" variables used in calls to GetValue() to
5307         be more descriptive A purely cosmetic change.
5309 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5311         * src/action.c: action.c: Fix data types in GetValue calls We passed an (int *) rather than a (bool *) in ActionImport() and
5312         parse_layout_attribute_units()
5314 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5316         * src/misc.c, src/misc.h: Change unmodifed parameters to GetValue to
5317         const char * Silences some compiler warnings in action.c
5319 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5321         * src/autoroute.c: autoroute.c: #if 0 out an unused static function
5322         add_clearance() Silences compiler warning.
5324 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5326         * src/djopt.c: djopt.c: #if 0 out an unused static function
5327         nudge_corner() Silences a compiler warning.
5329 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5331         * src/buffer.c: buffer.c: Declare variables before code in
5332         ActionFreeRotateBuffer() Avoids compiler warning "ISO C90 forbids mixed declarations and
5333         code"
5335 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5337         * src/change.c: change.c: Remove unused variable in
5338         ChangeElementText()
5340 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5342         * src/action.c: Remove unused variables in ActionElementList() and
5343         ActionImport()
5345 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5347         * src/action.c: Add missing return value in ActionImport()
5349 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5351         * src/rtree.c: Silence used function warning for __r_tree_is_good()
5352         (Non-debug builds) __r_tree_is_good() and its helper functions are only used when
5353         debugging, and are called from assert() macros. If "NDEBUG" is
5354         defined, these expand to nothing, and the function is not called.  Wrap __r_tree_is_good() and its helper, __r_tree_node_is_good() with
5355         #ifndef NDEBUG
5357 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5359         * src/file.c: file.c: The "elapsed" variable in LoadPCB is debugging
5360         only Silence compiler warning by moving it inside the #ifdef DEBUG
5362 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5364         * src/flags.c: flags.c: Avoid compiler warning when casting our
5365         OffsetOf value Strictly, our OffsetOf calculation "could" return a number as large
5366         as the pointer size on the system - so the compiler will complain
5367         when we squash it directly into an int. Casting via a size_t will
5368         avoid the warning.  Our structure offsets are small, so this is safe - if somewhat ugly.
5370 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5372         * src/toporouter.c: Toporouter: Comment unused debug variable Silences compiler warning
5374 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5376         * src/gts/pgraph.c: gts: Comment some unused variables left as
5377         placeholders Silences compiler warnings
5379 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5381         * src/gts/edge.c: gts: Add cast to silence compiler warning
5383 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5385         * src/parse_l.l, src/res_lex.l: *.l: Add #define YY_NO_INPUT to
5386         avoid defining unused "input()" function Silences compiler warnings
5388 2010-12-09   Stephen Ecob * silicon dot on dot inspiration AT gmail dot com *
5390         * src/buffer.c: Fix SmashBufferElement(), broken by fixing a memory
5391         leak in FreeDataMemory() Commit 466b0183758ef3ca44623c43de60a233b175d2ad broke
5392         SmashBufferElement() by changing FreeDataMemory() (which
5393         SmashBufferElement() calls via ClearBuffer()).  SmashBufferElement()
5394         depended on the memory leak of Data->Element in FreeDataMemory().  This patch removes the dependence on the leak.   Commit-message-reformatted-by: Peter Clifton * pcjc2 AT cam dot ac
5395         dot uk *
5397 2010-12-07   Stephen Ecob * silicon dot on dot inspiration AT gmail dot com *
5399         * src/misc.c, src/mymem.c: Fixed some memory leaks associated with
5400         the global PCB structure.
5402 2010-11-28   DJ Delorie * dj AT delorie dot com *
5404         * src/djopt.c: Store is_pad flag for each line rather than trying to
5405         deduce if a line is a pad or not.
5407 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5409         * : commit 093a606b182229c8e28118ace1be7d6b6ad5cf7f  Author: Peter
5410         Clifton * pcjc2 AT cam dot ac dot uk * Date:   Fri Nov 26 03:26:08
5411         2010 +0000
5413 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5415         * src/polygon1.c: Various speedups to the polygon code.  Attempt to fix polygon slowness by avoiding the need to create a
5416         completely new polygon for each boolean operation. This mostly
5417         relies upon r-tree searches to find contours to operate on - rather
5418         than searching each in turn.  We avoid labelling all of the "A" polygon's contours, use the
5419         contour r-trees to dynamically search the required data.  Added code to reparent holes which end up in the wrong polygon piece
5420         after inserting a new hole in InsertHoles. This means we don't have
5421         to dump every potental hole we encounter in the holes insersion
5422         queue, hopefully leading to better dynamic update performance.  At this point, polygon performance has finally seen a net gain.  HOWEVER: Due to differences in the order of polygon operations, the          data-structures resulting from a boolean polygon operation          may be sorted differently.           In certain contrived cases, where a polygon is clipped into          identically sized pieces, the resulting piece of polygon          which PCB will keep and use on the board is different after          this commit.
5424 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5426         * src/polygon1.c: Use heap structure to insert holes quicker in
5427         InsertHoles()
5429 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5431         * src/polyarea.h, src/polygon.c, src/polygon1.c: Optimise polygon
5432         operations by keeping an rtree of POLYAREA contours Attempt to speed up the intersect() routine using this rtree rather
5433         than generating a new one at each call.  Due to the increased overheads of keeping an r-tree up to date,
5434         there is a significant overall slow-down at this point in the patch
5435         series.
5437 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5439         * src/polygon1.c: Use rtree of countours when computing an
5440         intersection NOTE: This is more complex than the existing code, and on its own,       actually slows things down a little.        The intention is that the r-tree should be maintained
5441               continually, so it doesn't need to be recreated with each call
5442         to intersect().
5444 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5446         * src/polygon.c: polygon.c: Accumulate vias and lines into batches
5447         before subtracting them Accumulate polygons to clear from lines and pins in batches, then
5448         clear from the polygon. Not quite sure why, but this _really_ seems
5449         to speed up loading very complex boards. (e.g. 50sec -> 10sec for
5450         one example).  Possibly this is because withing the assembled batches, it is
5451         cheaper to produce a more unified contour (touching lines), and the
5452         complex contours of the main polygon are broken less frequently.  It isn't quite clear why this helps so much for pins / vias (which
5453         won't usually touch each-other), however it changes a 50sec load
5454         time to 10 sec.  This could perhaps be because any contours which
5455         are smashed by clearance of closely spaced vias / pins now only
5456         incurr the penalty of breaking the main contour once every batch
5457         (100 vias / pins).  Batch sizes (20 for lines, 100 for pins / vias) aren't necessarily
5458         optimal! Also, clear pins and vias last...  There is a chance these objects are simpler, and just end up as
5459         holes in the main polygon, rather than causing a contour
5460         intersection. This means it is cheaper to add them last.  If we add them first, and make the polygon complex, objects (usually
5461         lines) which pierce the polygon's outer contour cause all the holes
5462         to be removed and queued for re-insersion after the new contour is
5463         constructed.
5465 2010-11-07   DJ Delorie * dj AT delorie dot com *
5467         * lib/geda.inc: Add more ACY, ACPY, ALF, RCY, RCYP, JUMPER, and
5468         HEADER macros to fill in the gaps.
5470 2010-11-07   DJ Delorie * dj AT delorie dot com *
5472         * src/toporouter.c: Comment out code to dump toporouter surfaces.
5474 2010-09-29   DJ Delorie * dj AT delorie dot com *
5476         * NEWS: Update NEWS from ChangeLog
5478 2010-09-29   DJ Delorie * dj AT delorie dot com *
5480         * ChangeLog: Update ChangeLog from git logs.
5482 2010-09-29   DJ Delorie * dj AT delorie dot com *
5484         * po/POTFILES.in: Fix for distcheck errors.
5486 2010-09-29   DJ Delorie * dj AT delorie dot com *
5488         * src/action.c: Make new text clear polygons
5490 2010-09-20   DJ Delorie * dj AT delorie dot com *
5492         * src/parse_l.l: Don't print "can't open ./default_font for reading"
5493         all the time
5495 2010-09-19   DJ Delorie * dj AT delorie dot com *
5497         * src/file.c, src/parse_l.l: Wrap more messages in debug Messages about where fonts were found, or how many milliseconds it
5498         takes to load a file, are not normally needed.  Wrap them in DEBUG
5499         conditionals.
5501 2010-09-14   DJ Delorie * dj AT delorie dot com *
5503         * src/hid/png/png.c: If we don't use the outline to clip, don't draw
5504         it either.
5506 2010-09-14   DJ Delorie * dj AT delorie dot com *
5508         * src/hid/png/png.c: Fix bug tracker # 3064887 PNG exported all black in photo mode if the "outline" was exactly
5509         the board size, because the left/bottom edges were clipped leaving a
5510         big hole.  With this patch, we do two things: 1. Detect a non-trivial outline, and only do outline processing if
5511         found.  Thus, a rectangular outline exactly the size of the board is
5512         just ignored - no black border on the output image.  2. Any outline line that's drawn exactly on the bottom/right edge is
5513         brought in by half a pixel to ensure it's drawn in the resulting
5514         image.
5516 2010-09-13   DJ Delorie * dj AT delorie dot com *
5518         * src/action.c: Avoid divide-by-zero Check for a zero dispersion before computing it.
5520 2010-09-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5522         * src/thermal.c: thermal.c: Initialise flags of the LineType object
5523         in square_therm() Keeps valgrind quiet about conditionals based upon uninitialised
5524         variables.. must be a good thing.
5526 2010-09-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5528         * src/action.c, src/autoplace.c, src/autoroute.c, src/buffer.c,
5529         src/copy.c, src/create.c, src/crosshair.c, src/data.h, src/djopt.c,
5530         src/draw.c, src/file.c, src/find.c, src/flags.c,
5531         src/hid/batch/batch.c, src/hid/common/extents.c,
5532         src/hid/common/flags.c, src/hid/gcode/gcode.c,
5533         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
5534         src/hid/gtk/gui-config.c, src/hid/gtk/gui-output-events.c,
5535         src/hid/gtk/gui-top-window.c, src/hid/lesstif/dialogs.c,
5536         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
5537         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
5538         src/hid/ps/ps.c, src/line.c, src/macro.h, src/misc.c, src/move.c,
5539         src/polygon.c, src/print.c, src/puller.c, src/rats.c, src/rtree.c,
5540         src/rubberband.c, src/search.c, src/select.c, src/toporouter.c: 
5541         Split usage of "max_layer" into max_copper_layer and max_group  PCB has an equal number of layer groups as copper layers, so the
5542         "max_layer" #define'd variable has been used throught the codebase
5543         to delimit iteration over both layer groups, and layers.  This makes it hard for people reading the codebase to identify
5544         whether a given loop is over layers or layer groups (since the
5545         counter variable is often fairly terse or indescript). Confusingly,
5546         in some of the code, layer groups indexes are stored in a variable
5547         called "layer".  To aid understanding of the code, this commit removes the max_layer
5548         variable (#define'd to (PCB->Data->LayerN)), and replaces it with
5549         two similarly #define'd variables, "max_copper_layer" and
5550         "max_group".  This commit also introduces convenience macros:   #define solder_silk_layer (max_copper_layer + SOLDER_LAYER)   #define component_silk_layer (max_copper_layer + COMPONENT_LAYER) Which make the code intention much clearer for a common case of the
5551         old max_layer variable usage.
5553 2010-09-10   DJ Delorie * dj AT delorie dot com *
5555         * src/hid/lesstif/main.c: Fix lesstif SwapSides magic layer option.  If the first layer in the layer group is silk, the swap sides key
5556         won't auto-toggle the solder and component groups, nor properly
5557         activate them if it does.  Add code to find a visible *copper* layer
5558         in the layer group and use that.
5560 2010-09-09   Ineiev * ineiev AT gmail dot com *
5562         * src/find.c: find.c: Add RATLINE_TYPE to switch statement in
5563         BuildObjectList Part of Ineiev's patch from:
5564         http://archives.seul.org/geda/user/Nov-2009/msg00456.html  Modified-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
5566 2010-09-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5568         * src/find.c: Fix crash due to uninitalised variable in DRC check
5569         Bug #3033772 Andrew Armenia  noted that the second pointer returned from
5570         BuildObjectList(), "object_type_list" would be left uninitialised if
5571         the object type was not encountered. A subsequent call to free() in
5572         DRCFind() would then cause memory corruption.  The issue was originally reported by Ineiev:
5573         http://archives.seul.org/geda/user/Nov-2009/msg00456.html That patch addresses the lack of a RATLINE_TYPE in the
5574         BuildObjectType function, but does not prevent a segfault for other
5575         unknown types.
5577 2010-09-08   DJ Delorie * dj AT delorie dot com *
5579         * src/misc.c: Fix arc bounding box math.  Calculations for Arc bounding boxes weren't taking into account the
5580         wide range of possible starting arcs.  This patch uses modulus to
5581         force angles into canonical forms and iterates through quadrants to
5582         capture the full extents of each arc.
5584 2010-09-08   DJ Delorie * dj AT delorie dot com *
5586         * src/parse_y.y: Fix typo in parse_y.y A typo in parse_y.y was causing the documentation to be corrupted.
5588 2010-09-07   DJ Delorie * dj AT delorie dot com *
5590         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Fix layer
5591         visibility logic for some boards.  If the Groups() line listed the c/s layer before the copper layer,
5592         disabling silk would also disable the copper.  This change searches
5593         the entire layer group looking for any layer that might need to be
5594         drawn, and uses that as the exemplar instead of blindly choosing the
5595         first layer in the list.
5597 2010-09-01   DJ Delorie * dj AT delorie dot com *
5599         * src/gpcb-menu.res, src/pcb-menu.res: Add import settings to menus At the bottom of the Settings menu, add a submenu for import
5600         settings for placing new elements.
5602 2010-09-01   DJ Delorie * dj AT delorie dot com *
5604         * src/action.c: Store units for import::disperse If the user specified the dispersement as "123mm" for example, store
5605         that string as-is for convenience.
5607 2010-09-01   DJ Delorie * dj AT delorie dot com *
5609         * src/misc.c: Enhance GetValue Allow cm and in as units.  Allow the units to be part of the value
5610         string or separate.
5612 2010-09-01   DJ Delorie * dj AT delorie dot com *
5614         * src/action.c: Add new-part-location to import Adds import::newX, import::newY, and import::disperse attributes.
5615         These determine where new parts are located when they're added to
5616         the layout, including some random variation to keep them from being
5617         all on exactly the same spot.  Parameters were added to Import() to
5618         set these:  In @code{Import()} is called with @code{setnewpoint} then the
5619         location of new components can be specified.  This is where parts
5620         show up when they're added to the board.  The default is the center
5621         of the board.   @table @code  @item Import(setnewpoint) Prompts the user to click on the board somewhere, uses that point.
5622         If called by a hotkey, uses the current location of the crosshair.   @item Import(setnewpoint,mark) Uses the location of the mark.  If no mark is present, the point is
5623         not changed.   @item Import(setnewpoint,center) Resets the point to the center of the board.   @item Import(setnewpoint,X,Y,units) Sets the point to the specific coordinates given.  Example:
5624           @code{Import(setnewpoint,50,25,mm)}  @end table Note that the X and Y locations are stored in attributes named
5625           @code{import::newX} and @code{import::newY} so you could change
5626          them manually if you wished.   Calling @code{Import(setdisperse,D,units)} sets how much the newly
5627         placed elements are dispersed relative to the set point.  For
5628         example,  @code{Import(setdisperse,10,mm)} will offset each part
5629         randomly up to 10mm away from the point.  The default dispersion is
5630         1/10th of the smallest board dimension.  Dispersion is saved in the
5631           @code{import::disperse} attribute.
5633 2010-09-01   DJ Delorie * dj AT delorie dot com *
5635         * src/misc.c, src/misc.h: Add AttributeRemove functions Add AttributeRemoveFromList() and the wrapper AttributeRemove()
5637 2010-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5639         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove unused colour
5640         allocation for "BlackPixel"
5642 2010-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5644         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove unused extern HID
5645         ghid_hid from gui-top-window.c
5647 2010-08-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5649         * src/draw.c: draw.c: Remove the unused "Erasing" flag / counter This variable tracks whether the object being drawn is to be erased.
5650         It is never actually tested, so remove it.
5652 2010-08-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5654         * src/draw.c: draw.c: Initialise integer counters with 0, not
5655         "false".  For the "doing_assy" flag, fix its type to "bool" rather than "int".
5657 2010-08-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5659         * src/draw.c: draw.c: Remove "HaveGathered" parameter from
5660         DrawLineLowLevel() This is superflous, as it is only passed as TRUE when the Gathering
5661         variable it overrides is known to be FALSE anyway.
5663 2010-08-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5665         * src/data.c, src/data.h, src/draw.c: Remove unused global variable
5666         "render", and "extern bool RedrawOnEnter" The "render" variable was set and reset, but was not used anywhere.
5668 2010-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5670         * src/hid/gtk/gui-output-events.c: hid/gtk: Track previous state of
5671         crosshair attachements when undrawing For correctness - this doesn't necessarily fix any rendering bugs.
5673 2010-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5675         * src/hid/gtk/gui-utils.c: hid/gtk: Simplify ghid_draw_area_update() If the rect passed is NULL, we can simply pass that on to
5676         gdk_window_invalidate_rect() which will invalidate the whole area.
5678 2010-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5680         * src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: hid/gtk: Remove unused
5681         functions relating to string display Removes ghid_string_markup_extents() and ghid_string_markup()
5683 2010-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5685         * src/hid/gtk/gui-utils.c: hid/gtk: Remove unused
5686         ghid_draw_area_clear() function
5688 2010-08-15   DJ Delorie * dj AT delorie dot com *
5690         * src/hid/gtk/gui-top-window.c: Merge GTK attributes.  Since the new help system only allows one attribute (i.e. command
5691         line) list per HID, combine the two GTK lists into one.
5693 2010-08-15   DJ Delorie * dj AT delorie dot com *
5695         * src/hid/lesstif/main.c, src/hid/lesstif/menu.c: Merge lesstif
5696         attributes.  Since the new help system only allows one attribute (i.e. command
5697         line) list per HID, combine the two Lesstif lists into one.
5699 2010-08-15   DJ Delorie * dj AT delorie dot com *
5701         * src/main.c: Print all command line options with help.  Keep track of which attributes we've printed as part of the HID
5702         help.  After that, print any remaining attributes we know about that
5703         we haven't already printed.
5705 2010-08-15   DJ Delorie * dj AT delorie dot com *
5707         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-top-window.c: Export
5708         GTK attributes.  The new help system uses export attribute lists for help, so the
5709         Lesstif HID needs to export them.
5711 2010-08-15   DJ Delorie * dj AT delorie dot com *
5713         * src/hid/lesstif/main.c: Export lesstif attributes.  The new help system uses export attribute lists for help, so the
5714         Lesstif HID needs to export them.
5716 2010-08-15   DJ Delorie * dj AT delorie dot com *
5718         * src/action.c: Check for NULL element name when adding attributes.  When setting element attributes, if the element is as yet unnamed,
5719         use an "unnamed element" title instead of segfaulting.
5721 2010-08-15   Robert Spanton * rspanton AT zepler dot net *
5723         * po/ru.po, src/hid/gtk/gui-dialog.c: Add a keyboard shortcut to
5724         pcb's "close without saving" option This patch adds a keyboard mnemonic to the "close without saving"
5725         option in the close confirmation dialog box.
5727 2010-08-15   DJ Delorie * dj AT delorie dot com *
5729         * src/action.c: Update Import() docs Fix capitalization.  Mention that elements that should be removed
5730         are left, but selected, after an Import.
5732 2010-08-15   DJ Delorie * dj AT delorie dot com *
5734         * src/buffer.c, src/gpcb-menu.res, src/pcb-menu.res: Add
5735         FreeRotateBuffer to the Menu Modify FreeRotateBuffer() to prompt the user if no angle is passed.
5736         Add an entry to the menus to call it that way.
5738 2010-08-10   kai-martin * kmk AT bibo dot iqo dot uni-hannover dot de *
5740         * src/action.c: modified: action.c (fix element name position on
5741         import schematic)
5743 2010-08-14   DJ Delorie * dj AT delorie dot com *
5745         * tools/gnet-pcbfwd.scm: Quote strings Quote all strings that might contains commas or close parens, to
5746         avoid syntax errors when those names are passed to actions.
5748 2010-08-03   DJ Delorie * dj AT delorie dot com *
5750         * src/select.c: Don't select silk on the far side if the far side is
5751         not shown The logic for determining if a layer was "on" didn't take into
5752         account that the two silkscreen layers are handled differently.
5753         Thus, if you tried to select shown silk, you would select hidden
5754         silk on the other side too, unknowingly moving that around.  With this patch, silk on the far side is only selected if the far
5755         side ("invisible" side) is shown.
5757 2010-06-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5759         * src/action.c, src/const.h, src/crosshair.c, src/flags.c,
5760         src/gpcb-menu.res, src/hid/gtk/gui-icons-mode-buttons.data,
5761         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c,
5762         src/hid/gtk/gui-top-window.c, src/hid/lesstif/main.c,
5763         src/pcb-menu.res, src/set.c: Introduce POLYGONHOLE_MODE for creating
5764         holes in polygons Having selected polygon hole mode, the first click selects which
5765         polygon to cut a hole in. A second click defines the start point of
5766         the hole contour. The tool then behaves in a similar way to the
5767         polygon drawing tool, with the hole ending when the start point is
5768         re-clicked.  To avoid creating illegal polygons, the hole drawn is subtracted
5769         from a representation of the original polygon with the
5770         poly_Boolean_free().  This consolidates any contours it intersects
5771         with and prevents the user defining contours which intersect each
5772         other. (Although we don't currently prevent the the user drawing
5773         self-intersecting contours).  The resulting POLYAREA is re-processed into PolygonType objects,
5774         potentially more than one - if the hole drawn bisects the original
5775         polygon. To keep undo operations simple, these are added as
5776         completely new objects and the original polygon is deleted - along
5777         with its ID.
5779 2010-06-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5781         * src/polygon.c, src/polygon.h: Expose APIs for creating POLYAREA
5782         from PolygonType objects and back The PolygonPoly() API wraps polygon.c's original_poly() function,
5783         whilst PolyToPolygonsOnLayer() converts the passed POLYAREA and all
5784         those linked to it into discrete PolygonType objects on the board.
5786 2010-06-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5788         * src/action.c, src/autoroute.c, src/buffer.c, src/copy.c,
5789         src/create.c, src/create.h, src/crosshair.c, src/file.c,
5790         src/file.h, src/global.h, src/insert.c, src/insert.h, src/mymem.c,
5791         src/mymem.h, src/parse_l.l, src/parse_y.y, src/polygon.c,
5792         src/polygon.h, src/remove.c, src/report.c, src/undo.c, src/undo.h: 
5793         Support holes in input polygons (incl. file-format addition) PCB file-format date is now 20100606, and files saved with this or
5794         greater PCB version will not load with older versions of PCB.  If a
5795         particular board doesn't make use of the polygon hole feature, the
5796         PCB revision date in the file can be manually reset to 20070407.  The file-format addition is as follows. Previously, a polygon would
5797         be specified as a series of coordinates, such as: Layer(1 "component") (   Polygon("clearpoly")   (     [6000 6000] [81000 6000] [81000 59000] [6000 59000]   ) ) This commit introduces the ability to specify negative contours
5798         which form holes in the polygon shape, e.g.: Layer(1 "component") (   Polygon("")   (     [6000 6000] [81000 6000] [81000 59000] [6000 59000]     Hole (       [76000 55000] [76000 38000] [58000 38000] [58000 55000]     )     Hole (       [10000 10000] [10000 28000] [27000 28000] [27000 10000]     )   ) ) The winding order of the contours specified in the file does not
5799         matter, since PCB will automatically invert the order of the points
5800         as necessary (as it always did with the outer contour).  Hole contours should not intersect or self-intersect (although this
5801         isn't checked for at load time). Hole contours must not intersect
5802         the polygon's outer contour.  Technical details: The PolygonType structure has a number of new fields, the critical
5803         ones being an array of indices defining the start of hole contours.  (PolygonType *)->HoleIndex[n] The number of hole contours is stored in (PolygonType
5804         *)->HoleIndexN, and the maximum allocated memory for indices in
5805         (...)->HoleIndexMax.  The first hole contour starts at the point
5806         given by (...)->Points[(...)->HoleIndex[0]], and continues until the start of
5807         the next contour, or the last point defined.  By storing all polygon points (including holes) in the existing
5808         array (...)->Points[], existing code which operates on the polygon as a
5809         whole, e.g. translation and rotation, can operate without change.  For other operations, determining wrap-around to operate within the
5810         same contour requires more computation. Some helper functions have
5811         been introduced in polygon.c to aid this, next_contour_point() and
5812         prev_contour_point(). Where applicable, these have been used to
5813         simplify existing code which used ad-hoc wrap-around code.  polygon_point_idx() computes the array index of a point in a polygon
5814         from its PointTypePtr address. This is used to replace a search
5815         idiom used in a number of places. polygon_point_contour() returns
5816         the number of the contour a given point index belongs in, 0 for the
5817         outer contour, 1 for the first hole etc..  Undo: Undo with holes has become a little more complex. The undo for a
5818         point removal must now record which contour the point came from.
5819         This is determined by the index of the removed point, and a new
5820         boolean flag "last_in_contour", indicating if the point was at the
5821         end of its contour.  This flag is passed to InsertPointIntoObject(),
5822         which uses it to disambiguate inserting a point at an index on the
5823         boundary of two contours.  Undo operations for removing hole contours "cheat" by saving a copy
5824         of the whole polygon into the undo buffer rather than attempting to
5825         describe the operation as a delta change to an existing polygon.
5826         When undoing, the object IDs are swapped to keep them consistent.
5828 2010-06-05   Jared Casper * jaredcasper AT gmail dot com *
5830         * src/hid/gtk/gui-log-window.c: Add missing return statement.
5832 2010-06-05   Jared Casper * jaredcasper AT gmail dot com *
5834         * src/gpcb-menu.res, src/pcb-menu.res: Fix Bug #2717258, Lock mode
5835         with F12.  Binds F12 to lock mode in the default gcpb-menu.res and pcb-menu.res
5836         files, bringing them inline with existing documentation.
5838 2010-06-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5840         * src/crosshair.c, src/hid/lesstif/main.c: Revert some "True" ->
5841         "true" string changes These were inadvertently changed by the mechanised Boolean -> bool
5842         replacement in commit ad5eb5a165442be38624aa622beeb57dc1d2afbd
5844 2010-06-05   Robert Spanton * rspanton AT zepler dot net *
5846         * src/action.c, src/action.h, src/autoplace.c, src/autoplace.h,
5847         src/autoroute.c, src/autoroute.h, src/box.h, src/buffer.c,
5848         src/buffer.h, src/change.c, src/change.h, src/clip.c, src/clip.h,
5849         src/command.c, src/copy.c, src/copy.h, src/create.c, src/create.h,
5850         src/crosshair.c, src/crosshair.h, src/data.c, src/data.h,
5851         src/djopt.c, src/draw.c, src/draw.h, src/drill.c, src/file.c,
5852         src/file.h, src/find.c, src/find.h, src/flags.c, src/global.h,
5853         src/gts/gts.h, src/hid/gerber/gerber.c,
5854         src/hid/gtk/gui-command-window.c, src/hid/gtk/gui-dialog-size.c,
5855         src/hid/gtk/gui-drc-window.c, src/hid/gtk/gui-library-window.c,
5856         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-netlist-window.c,
5857         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
5858         src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
5859         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
5860         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c,
5861         src/hid/nelma/nelma.c, src/insert.c, src/insert.h, src/line.c,
5862         src/main.c, src/misc.c, src/misc.h, src/move.c, src/move.h,
5863         src/mtspace.c, src/mtspace.h, src/mymem.c, src/netlist.c,
5864         src/parse_l.l, src/parse_y.y, src/polygon.c, src/polygon.h,
5865         src/polygon1.c, src/rats.c, src/rats.h, src/remove.c, src/remove.h,
5866         src/report.c, src/rotate.c, src/rtree.c, src/rtree.h,
5867         src/rubberband.c, src/search.c, src/search.h, src/select.c,
5868         src/select.h, src/set.c, src/set.h, src/thermal.c,
5869         src/toporouter.c, src/undo.c, src/undo.h, src/vendor.c,
5870         src/vendor.h: Change all Booleans to bool.  c99 provides bool.  Declaring Boolean adds some obscurity to the
5871         code, and could also miss out on some machine-specific
5872         optimisations.  This patch removes the definition of Boolean, and changes all
5873         instances of it to bool.  If you've come across this commit because it's causing you issues
5874         when rebasing on mainline pcb, then you should find the following
5875         script useful.  You can use it to rewrite all of your local commits
5876         to use bool instead of Boolean like so:         git filter-branch --tree-filter rename-bool.sh HEAD...${HASH} Replacing ${HASH} with the latest commit that's in mainline.  if [ ! -f src/autoplace.c ]     then     echo "This doesn't look like the PCB source directory."     echo "Cowardly exiting to avoid causing misery!"     exit fi chg_bool () {     FNAME=$1     ADDR=$2     sed -i -e "${ADDR}s/\bBoolean\b/bool/g" "$FNAME"     sed -i -e "${ADDR}s/\bTrue\b/true/g" "$FNAME"     sed -i -e "${ADDR}s/\bFalse\b/false/g" "$FNAME" } find -name '*.[ch]' | while read f do     chg_bool "$f" done find -name '*.[yl]' | while read f do     # Replace first '%%' line with __TMP_MARKER_     sed -i -e '0,/^%%/s/^%%/__TMP_MARKER_/' "$f"     # Replace in section before the first '%%'     chg_bool "$f" "0,/^__TMP_MARKER_/"     # Replace in section after the last '%%'     chg_bool "$f" "/^%%/,$"     # Remove the temporary marker:     sed -i -e 's/^__TMP_MARKER_/%%/' "$f" done
5878 2010-06-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5880         * src/file.c, src/parse_y.y: Refer to git, not cvs when reading a
5881         file from newer PCB.
5883 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5885         * po/LINGUAS, po/ru.po: Add Russian translation
5887 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5889         * po/POTFILES.in: Add source files with localized strings to .po
5890         generation
5892 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5894         * src/hid/gtk/gui-keyref-window.c, src/rats.c: Adjust punctuation
5895         and capitalisation of some messages
5897 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5899         * src/gpcb-menu.res: Add top level menu to localization
5901 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5903         * src/gpcb-menu.res, src/pcb-menu.res: String unification and white
5904         space cleanup String Rip up selected auto-routed tracks unified, so it can be
5905         translated as one string. Also some white spaces at end of line
5906         removed.
5908 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5910         * src/hid/common/actions.c: Localize need coord message before
5911         output
5913 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5915         * src/action.c, src/change.c, src/create.c,
5916         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-command-window.c,
5917         src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c,
5918         src/hid/ps/ps.c: Add strings to localization
5920 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5922         * src/global.h, src/hid/gtk/gui.h: Move internationalization macros
5923         to one header
5925 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5927         * autogen.sh: Add rule to extract localized stings from .res files
5929 2010-06-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5931         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Don't call gdk_draw_points()
5932         when we have no grid points to draw Fixes this warning seen when zooming close in on a course grid
5933         setting: Gdk-CRITICAL **: gdk_draw_points: assertion `(points != NULL) &&
5934         (n_points > 0)' failed
5936 2010-06-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5938         * src/polygon1.c: Fix node_label() function to work with
5939         self-intersection Rather than just giving up if we encounter our own edges in the CVC
5940         list at first, skip them until we either run out of edges, or find
5941         one belonging to the other polygon.  I'm not 100% sure this is the correct fix, but it "seems to work".  Test-case: Layer(1 "component") (   Line[60000 70000 60000 90000 4000 2000 "clearline"]   Line[80000 60000 80000 90000 4000 2000 "clearline"]   Line[90000 90000 90000 50000 4000 6000 "clearline"]   Line[60000 40000 80000 60000 4000 6000 "clearline"]   Polygon("clearpoly")   (     [10000 10000] [140000 10000] [140000 140000] [10000 140000]   ) )
5943 2010-06-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5945         * src/polygon1.c: Fix the polygon touching contour test in
5946         poly_ChkContour The following test-cases were used to help verify the changes: This polygon forms a self-touching shape like this: \|  However, the right-hand edge does NOT have a node at the
5947         junction.  /|  This previously caused it to fail the
5948             self-intersection test.  It should be reported as good.  Polygon("")   (     [85000 50000] [85000 90000] [83000 90000]     [83536 63535] [85000 59999] [83535 56464]   ) This polygon forms a self-intersecting shape like this:  |/  (The vertical section is a straight line with no node in the
5949          middle) /|   It must be reported as bad.  Polygon("")   (     [85000 50000] [85000 90000] [83000 90000]     [83536 63535] [85000 59999] [89535 56464]   ) This polygon self-intersects, and must be reported as bad: Polygon("")   (     [160000  50000] [160000  90000] [170000 100000]     [180000 120000] [180000 150000] [160000 150000]     [160000 120000] [170000 100000] [180000  90000]     [180000  50000]   ) This polygon self-touches, and should be reported as good: Polygon("clearpoly")   (     [120000  50000] [120000  90000] [130000 100000]     [120000 120000] [120000 150000] [140000 150000]     [140000 120000] [130000 100000] [140000  90000]     [140000  50000]   )
5951 2010-06-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5953         * src/polygon1.c: Fix poly_ComputeInteriorPoint() to work correctly
5954         for holes The step where the algorithm finds a convex node to start from must
5955         take into account whether the polygon vertices are ordered as a hole
5956         or an outer contour. We now correctly compute a point inside the
5957         hole, rather than possibly outside it.  This fixes an assertion on the following test-case. Prior to this
5958         commit, the incorrect "interior" point tested for the concave hole
5959         happens to lie inside the polygon's other hole, causing it to fail
5960         an assert during processing.  Layer(2 "solder") (   Line[340000 160000 183700 108000 1500 3000 "clearline"]   Line[92000 121000 120000 90000 1500 3000 "clearline"]   Line[270000 90000 120000 90000 1500 3000 "clearline"]   Polygon("clearpoly")   (     [40000 40000] [320000 40000] [320000 200000] [40000 200000]   ) ) The bug was created in my attempt to speed up poly_ContourInContour:
5961         commit 3d0a8bd1dae0816d364a774bf9b958faf2983ec7
5963 2010-05-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5965         * src/polygon1.c: Speed up poly_ContourInContour() test by computing
5966         interior point NB: This introduces a behaviour change in the boundary case, that
5967         two identical contours will now be considered to be inside each
5968         other.  First perform a test on an arbitrary boundary node (proving that the
5969         contour being testing for "insideness" is not outside the other
5970         contour. (This cannot not conclusively prove the contour is inside).  In many cases, this simple node test gives enough evidence to return
5971         0 for the ContourInContour test computing and testing an interior
5972         point.  Rather than checking each exterior point, compute a strictly
5973         interior point (not on the boundary), and test that against the
5974         second contour.  Benchmarked to improve performance over other fixes for the buggy
5975         test.  Example board load (CPU) times for a complex board:   21.50 (buggy contour_in_contour - single node point test)   24.43 (brute-force node point tests)   21.79 (single node test, then internal point test)
5977 2010-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5979         * src/polygon1.c: Fix poly_ContourInContour() test not to return
5980         TRUE for touching contours This test could previously return true for touching contours, such
5981          as: __________....  |_________ |  : :........ ||  : ::  /\  : ||  :
5982         Note that the bounding box of A is inside that of B, :: /  \ :/  \ :
5983         such that initial bounding box checks won't reject the ::/ A  \/  B
5984         \:   possibility of A being inside B.  ::\    /\    /: :: \  / :\  /
5985         : ::..\/..:.\/..: When testing for insideness, the first point on A's contour is
5986         picked.  In this case, unfortunately being the touching X point
5987         between the two contours. This point (correctly) returns as being
5988         inside B - and the false presumption is that the whole A contour is
5989         inside B.  This commit introduces an unfortunately slow, but more robust test,
5990         where we check each node in A for whether it is inside B. We return
5991         as soon as we find an A node outside B, however this means the test
5992         is VERY much slower for the case where A _is_ inside B.
5994 2010-05-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5996         * src/polygon1.c: Add comment explaining assumptions for
5997         poly_ContourInContour function Also, document its buggy boundary condition where the arbitrary
5998         point chosen to test happens to be a common node shared between two
5999         separate contours (which the test should return FALSE for).
6001 2010-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6003         * configure.ac: Make --enable-dbus default for the GTK and Lesstif
6004         HIDs
6006 2010-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6008         * src/main.c: Allow running of action scripts when running PCB as an
6009         exporter
6011 2010-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6013         * src/polygon1.c: Improve dump_poly() output Make it print each contour of a POLYAREA, and move the NEXT PLINE
6014         and NEXT POLY messages inside the loops interating over these
6015         structures.
6017 2010-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6019         * src/hid/gtk/gui-output-events.c: hid/gtk: Add tool-tip to identify
6020         element, pin and net when hovering
6022 2010-05-09   DJ Delorie * dj AT delorie dot com *
6024         * src/gpcb-menu.res, src/pcb-menu.res: Clarify the meaning of keys
6025         bound to SetValue() Clarifies that keys which are bound to SetValue change the styles,
6026         not the existing objects, so they really affect *new* objects.
6028 2010-05-04   DJ Delorie * dj AT delorie dot com *
6030         * src/hid/png/png.c: Fix PNG bloat for drills.  Keep track of when the GC is doing an erase or drill, and invert the
6031         bloat for holes.
6033 2010-04-23   DJ Delorie * dj AT delorie dot com *
6035         * src/hid/gtk/gtkhid-main.c: Allow for only one confirm button.  The GTK confirm_dialog() hook now supports the user passing only one
6036         button.  Before, if you passed just "ok" it would create two OK
6037         buttons.
6039 2010-04-23   DJ Delorie * dj AT delorie dot com *
6041         * src/change.c: Add hint about :MinClearGap(Selected,=10,mil) Add a hint to the user about how to change the clearance of a group
6042         of objects.
6044 2010-04-23   DJ Delorie * dj AT delorie dot com *
6046         * src/change.c, src/change.h: Handle attempts to change clearance on
6047         polygons.  If the user attempts to change the clearance between polygons and
6048         objects within the polygon by pressing 'k' over the *polygon*,
6049         notice that attemp and tell the user how to accomplish what they
6050         want.
6052 2010-04-12   Kai-Martin Knaak * kmk AT lilalaser dot de *
6054         * doc/extract-docs: expand the syntax of documentating comments This is part of the effort to derive the command line option entries
6055         in the manual dynamically from the source. The expanded syntax
6056         allows for more control on the actual headings rendered in the
6057         manual.  1) accept keys enclosed in quotation marks ("). This allows for
6058         multiple word nodes in the documentation.  2) strip leading digits of the key after sort. This allows to
6059         control the order of nodes from the source.
6061 2010-04-16   Jared Casper * jaredcasper AT gmail dot com *
6063         * doc/pcb.texi, doc/thermal.pcb: Fix pr2136131. Clarify image of
6064         thermal in doc.  Also added some text about changing the style of thermal using
6065         shift-click in the sections that talk about it.
6067 2010-03-18   Jared Casper * jaredcasper AT gmail dot com *
6069         * src/hid/common/actions.c: Check action name at registration.  Prevent actions with spaces and '(' in their names from being
6070         registered; these will cause ambiguity and problems in
6071         hid_parse_actionstring.
6073 2010-03-18   Jared Casper * jaredcasper AT gmail dot com *
6075         * doc/pcb.texi, src/action.c, src/hid.h, src/hid/batch/batch.c,
6076         src/hid/common/actions.c, src/hid/common/hid_resource.c,
6077         src/hid/gtk/gui-command-window.c, src/hid/gtk/gui-top-window.c,
6078         src/hid/lesstif/main.c, src/hid/lesstif/menu.c, src/main.c: 
6079         Consolidate hid action parsing.  - Create a common routine hid_parse_command, which handles both
6080         action script style "action(arg1, arg2);" and command entry style
6081         "action arg1 arg2".  This is done by making a static
6082         hid_parse_actionstring function, which takes a boolean to determine
6083         whether or not it should accept command entry style strings.
6084         hid_parse_actions functions as it currently does, only accepting
6085         action script style, but does so by calling hid_parse_actionstring
6086         with TRUE.  - Use hid_parse_command across all hids for user command entry,
6087         removing command_parse in lesstif/main.c and batch/batch.c.  - Added extra error handling to common hid_actionv to match
6088         lesstif_call_action and remove lesstif_call_action.
6090 2010-04-05   Dan McMahill * dan AT mcmahill dot net *
6092         * src/toporouter.c: Fix some "mixed declarations and code" issues.
6094 2010-04-04   Ineiev * ineiev AT gmail dot com *
6096         * src/misc.c: Fix "Request for bounding box of unsupported type
6097         1024" Tracker bug # 2893717
6099         https://sourceforge.net/tracker/?func=detail&atid=538811&aid=2893717&group_id=73743
6101 2010-04-03   DJ Delorie * dj AT duopoly dot delorie dot com *
6103         * src/hid/lesstif/dialogs.c: Fix doc typo
6105 2010-04-03   Stuart Brorson * sdb AT cloud9 dot net *
6107         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c: Open
6108         schematic file chooser dialog if PCB name is not set.  (cherry picked from commit 209e1031656f58ffe40189d93893457975c4042f)
6110 2010-04-03   DJ Delorie * dj AT duopoly dot delorie dot com *
6112         * src/hid/lesstif/dialogs.c: Implement lesstif ImportGUI()
6114 2010-04-03   DJ Delorie * dj AT duopoly dot delorie dot com *
6116         * src/action.c: Add missing newline.
6118 2010-04-03   DJ Delorie * dj AT duopoly dot delorie dot com *
6120         * src/action.c: Let the GUI deal with choosing schematics.  If the PCB is as yet unnamed, or if the pcb name doesn't correspond
6121         to a schematic file, have Import() call ImportGUI() to let the user
6122         tell PCB what to do.  Note: corresponding HID changes are separate commits.
6124 2010-04-03   DJ Delorie * dj AT duopoly dot delorie dot com *
6126         * src/misc.c, src/misc.h: Add AttributePut functionality.  Add the logic to put arbitrary attributes into a PCB.
6128 2010-04-03   Stuart Brorson * sdb AT cloud9 dot net *
6130         * src/file.h: Remove conflicting declaration of ParseLibraryTree.  This is a static function declared in file.c.  Therefore I took it
6131         out of file.h.
6133 2010-04-03   Stuart Brorson * sdb AT cloud9 dot net *
6135         * src/action.c: Place components in middle of board instead of at
6136         0,0.
6138 2010-03-01   Stuart Brorson * sdb AT cloud9 dot net *
6140         * src/action.c, src/buffer.c, src/change.c, src/copy.c,
6141         src/create.c, src/file.c, src/file.h, src/global.h, src/main.c: 
6142         Support for footprints not in subdirectories Added tons of debug spew to various files to aid in program tracing
6143         Also, modify library loading stuff in file.c to allow footprints to
6144         live directly in library directory (rather than only one level
6145         down).
6147 2010-04-02   Dan McMahill * dan AT mcmahill dot net *
6149         * src/hid/png/png.c: When built with less than all of the graphic
6150         formats that the png exporter supports, don't segfault anymore.  The
6151         problem is an array is defined differently at compile time but the
6152         default value for the format was constant and a ways into the array.
6153         Problem reported by jean on irc.
6155 2010-04-01   Dan McMahill * dan AT mcmahill dot net *
6157         * src/hid/gtk/gui-top-window.c: Inform the user where (what file or
6158         compiled in defaults) the menu config came from.  Should help with
6159         some of the gpcb-menu.res versus pcb-menu.res and the
6160         ./gpcb-menu.res versus ~/.pcb/gpcb-menu.res confusion which comes up
6161         from time to time.
6163 2010-04-01   DJ Delorie * dj AT delorie dot com *
6165         * src/report.c: Return non-fail for ReportAllNetLengths()
6167 2010-04-01   DJ Delorie * dj AT delorie dot com *
6169         * src/report.c: Record the calculated length in Report(NetLength)
6171 2010-03-24   Dan McMahill * dan AT mcmahill dot net *
6173         * : commit d9e4279e4c0af142bc776bdd4a3b905388ce6b5a  Author: Dan
6174         McMahill * dan AT mcmahill dot net * Date:   Wed Mar 24 17:38:17
6175         2010 -0400
6177 2010-03-22   anthonix * anthonix AT anthonix-desktop dot (none) *
6179         * : commit 6081daa8966c8c83bb734789c38dd5c42dd97443  Author:
6180         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Mon Mar
6181         22 12:38:01 2010 +1300
6183 2010-03-21   DJ Delorie * dj AT delorie dot com *
6185         * src/hid/lesstif/menu.c: Fix Typo
6187 2010-03-20   anthonix * anthonix AT anthonix-desktop dot (none) *
6189         * src/toporouter.c: Toporouter: Speccut bug fix
6191 2010-03-20   anthonix * anthonix AT anthonix-desktop dot (none) *
6193         * : commit 1ee723379413c20973bdad27b1e1cf1d722cf3d1  Author:
6194         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Sat Mar
6195         20 19:45:05 2010 +1300
6197 2010-03-19   Anthony M. Blake * anthonix AT anthonix dot resnet dot scms dot waikato dot ac dot nz *
6199         * : commit e45f4e8d15f2c30f8ccb37de5b0bfa801fca572c  Author: Anthony
6200         M. Blake * anthonix AT anthonix dot resnet dot scms dot waikato dot
6201         ac dot nz * Date:   Fri Mar 19 16:25:38 2010 +1300
6203 2010-03-18   Dan McMahill * dan AT mcmahill dot net *
6205         * tests/run_tests.sh: Missed the copyright bump when adding the
6206         gcode compare routines a few weeks back.
6208 2010-03-18   Dan McMahill * dan AT mcmahill dot net *
6210         * configure.ac, tests/golden/Makefile.am,
6211         tests/golden/hid_png2/Makefile.am,
6212         tests/golden/hid_png3/Makefile.am, tests/tests.list: Add tests for
6213         --outfile and --dpi arguments to the PNG exporter
6215 2010-03-13   Kai-Martin Knaak * kmk AT lilalaser dot de *
6217         * README, doc/pcb.texi, src/main.c, win32/Readme.txt: replaces
6218         "pcb.sourceforge.net" with "pcb.gpleda.org"
6220 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6222         * src/hid.h, src/hid/common/actions.c: Apply patch from Patrick
6223         Bernaud: Add function to register single action.  The possibility to register a single action has been introduced with
6224         commit 337fa8ba8094cee1ed291cec7bf29895ac7c9d72 but then reverted
6225         later when changing way of passing context to action callback.
6227 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6229         * src/hid/common/actions.c: Apply patch from Patrick Bernaud: Modify
6230         HID actions storage.  It removes the HID_ActionNode structure and directly store
6231         registered actions in an array of HID_Action*.  It also provides a nicer way of making sure the array is sorted and
6232         the code for binary search within the array has been removed in
6233         favor of a call to bsearch().
6235 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6237         * src/main.c: Apply patch from Patrick Bernaud:  Set 'exporter'
6238         global variable before printing defaults.  In print_defaults(), when the HID to print defaults is not a gui,
6239         set 'exporter' global variable prior to calling HID's
6240         get_export_options() callback.
6242 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6244         * src/main.c: Apply patch from Patrick Bernaud:  Rewrite function
6245         that print HID options.  The previous version of usage_hid() had a strange search for gui HID
6246         attributes through 'hid_attr_node' rather than requesting them
6247         directly from the HID.  As a result it was calling the get_export_options() callback on
6248         exporter without prior setting of the exporter global variable.
6250 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6252         * src/hid/gtk/gui-dialog-print.c: Apply patch from Patrick Bernaud:
6253         gtkhid: Avoid use of 'exporter' when testing for exporter
6254         availability.
6256 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6258         * src/hid/gtk/gui-dialog-print.c: Apply patch from Patrick Bernaud:
6259         gtkhid: Set and unset global variable 'exporter' when printing.  The GTK hid was not setting the global variable 'exporter' before
6260         exporting the layout in ghid_dialog_print(): exporter HID relying on
6261         this variable being set were lost.
6263 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6265         * src/hid.h, src/hid/common/actions.c, src/hid/lesstif/menu.c: Apply
6266         patch from Patrick Bernaud:  Provide context to callbacks of actions
6267         through global variable.  Providing a context to action is necessary for scripting languages
6268         (for example). To do so, a global variable ('current_action') is
6269         being defined: it is saved, set and restored when running the
6270         callback of an action in a way similar to what PCB already does with
6271         HIDs.  The callback function may access the action it belongs to and cast
6272         it the way it wants to extract information from a potentially
6273         extended HID_Action structure.
6275 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6277         * src/hid/common/actions.c: Apply patch from Patrick Bernaud: Sort
6278         actions by references in 'all_actions'.  Previously, when building 'all_actions', a copy of every HID_Action
6279         was performed for each action. Now it builds 'all_actions' with
6280         pointers to the actual HID_Action structures (without reallocating).
6282 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6284         * src/hid.h, src/hid/common/actions.c, src/hid/hidint.h,
6285         src/hid/lesstif/menu.c: Apply patch from Patrick Bernaud: Revert
6286         "single-action register/deregister".  This reverts commits 337fa8ba8094cee1ed291cec7bf29895ac7c9d72 and
6287         b274cf8fe9c8caf5bcd4edc28935c88cf5bab7f4 before the introduction of
6288         a new context passing scheme for actions.
6290 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6292         * src/hid.h: Apply patch from Patrick Bernaud:  Fix comment for
6293         global variable 'gui' in hid.h.  hid_start_gui() does not exist. The variable is instead set in
6294         main() and hid_expose_callback().
6296 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6298         * src/draw.c: Apply patch from Patrick Bernaud: Modify
6299         DrawSpecialPolygon() prototype to not take a pointer on HID.  DrawSpecialPolygon() was the only function to take a HID as
6300         parameter.  Every other draw function works on the current HID
6301         through global variable 'gui'.
6303 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6305         * src/hid/gtk/gui-dialog-print.c: Apply patch from Patrick Bernaud:
6306         Support HID_Mixed options in attribute dialog Since an HID_Mixed attribute is the combination of a real and an
6307         enum, reuse the code for HID_Enum to provide a combo box next to the
6308         spin button for the real part.
6310 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6312         * src/hid/common/hidinit.c, src/hid/gtk/gui-config.c, src/main.c: 
6313         Apply patch from Patrick Bernaud.  Modified code to not abort on HID_Mixed attributes. Th gtk HID is
6314         modified to understand such an attribute (though the attribute
6315         dialog has still no support for them), the lesstif HID is unchanged.
6317 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6319         * src/main.c: Applying patch from Patrick Bernaud.  HIDs with a name too long were breaking alignement in usage() as the
6320         code requested insertion of a tab after the name even for HID names
6321         already exceeding the length of the tabulation.  This is similar to how usage_attr() already does alignment of name
6322         and help text.
6324 2010-03-13   Dan McMahill * dan AT mcmahill dot net *
6326         * : commit b75d1fe8d42c138ae499898db5b926948b73f767  Author: Dan
6327         McMahill * dan AT mcmahill dot net * Date:   Sat Mar 13 09:08:06
6328         2010 -0500
6330 2010-03-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6332         * src/hid/gcode/gcode.c: Remove invalidate_wh from the new gcode HID
6333         too.
6335 2010-03-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6337         * src/global.h, src/main.c, src/misc.c: Remove Settings.init_done
6338         variable and its usage This variable was previously used to allow action scripts run prior
6339         to loading the GUI to avoid GUI startup if they executed a "Quit"
6340         action.  The requirement dates back prior to the HID split, where the "Quit"
6341         action would cause PCB to call gtk_main_quit(), an operation which
6342         is illegal if the GUI main loop was not yet started. The init_done
6343         flag was used in QuitApplication(), both to determine whether the
6344         GUI had started, and if not - to note that the GUI should not be
6345         initialised later. (Instead of calling gtk_main_quit()).  With the HID split, the QuitApplication() function was changed to
6346         call exit(0) rather than gtk_main_quit(), so this dance isn't
6347         necessary at all now.. in either case, we can just exit the
6348         application immediately.
6350 2010-03-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6352         * src/global.h: Remove unused HistorySize field from the settings
6353         structure
6355 2010-03-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6357         * src/draw.c, src/hid.h, src/hid/batch/batch.c,
6358         src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
6359         src/hid/lesstif/main.c: Remove unused "last" parameter from HID
6360         "invalidate_lr" method
6362 2010-03-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6364         * src/hid.h, src/hid/batch/batch.c, src/hid/bom/bom.c,
6365         src/hid/common/extents.c, src/hid/common/hidnogui.c,
6366         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
6367         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/nelma/nelma.c,
6368         src/hid/png/png.c, src/hid/ps/eps.c, src/hid/ps/ps.c: Remove unused
6369         HID method invalidate_wh() invalidate_lr and invalidate_all are sufficient APIs for our needs.
6371 2010-03-11   Dan McMahill * dan AT mcmahill dot net *
6373         * data/pcb.desktop.in: Revert "As silly as it seems to group any
6374         sort of scientific or EDA" I've pushed really hard to sort this nonsense out, and this patch is
6375         not in my opinion suitable for applcation. gEDA, gerbv and PCB all
6376         deliberately omit the Education category.. this is not where we need
6377         to fix this issue.  I strongly object to putting bogus categories into our apps.  If
6378         Debian want to patch these in, let them.  This reverts commit b402a144e19225f0648189bca6fbfad95d046047.
6380 2010-03-11   Dan McMahill * dan AT mcmahill dot net *
6382         * src/hid/ps/ps.c: Fix an obvious bug in the previous commit.
6383         Caught by harry.
6385 2010-03-11   Dan McMahill * dan AT mcmahill dot net *
6387         * data/pcb.desktop.in: As silly as it seems to group any sort of
6388         scientific or EDA software under "Education", this appears to be the
6389         standard documented by
6390         http://standards.freedesktop.org/menu-spec/1.0/apa.html Noted in
6391         patch #2889228 by Ahmed El-Mahmoudy.
6393 2010-03-11   Dan McMahill * dan AT mcmahill dot net *
6395         * data/pcb.desktop.in: "Encoding" is deprecated.
6396         http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html
6397         Noted in patch #2889228
6399 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6401         * src/Makefile.am: It is gcode/hid.conf not gcode/gcode.conf that
6402         needs to be distributed.  Also put this file in the correct sorted
6403         location.
6405 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6407         * configure.ac: Add missing AC_PROG_MKDIR_P check.
6409 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6411         * src/Makefile.am: Fix building outside of the source tree with
6412         dependency tracking disabled.  In that case some directories need to
6413         be manually created.  Fixes bug #2889226.
6415 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6417         * src/hid/ps/ps.c: In the rectangle fill code fix a bug in swapping
6418         of the coordinates.  It doesn't appear that this code path is
6419         encountered much.
6421 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6423         * src/hid/ps/ps.c: Add DSC to the postscript outputs to keep certain
6424         windows based postscript viewers a little happier.  Patch supplied
6425         in patch #2700352 by Bob Paddock.
6427 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6429         * INSTALL, configure.ac: The gcode exporter used libgd so make sure
6430         we check for it and document that we need it.  Noted by Patrick
6431         Bernaud in bug #2967313
6433 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6435         * tests/inputs/Makefile.am: Make sure the simple gcode test layout
6436         makes it into the distfile.
6438 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6440         * : commit 802576013b5d780cd87caafa31c694279ee2dc4f  Author: Dan
6441         McMahill * dan AT mcmahill dot net * Date:   Wed Mar 10 13:15:26
6442         2010 -0500
6444 2010-03-09   Stephen Ecob * silicon dot on dot inspiration AT gmail dot com *
6446         * src/djopt.c: Fix Freckles The autorouter sometimes ends a trace just past a pad.  The
6447         optimizer cuts this trace at the pad center, leaving a tiny trace
6448         left over.  This tiny trace is a "freckle" and it inhibits mitering.
6449         Check for such freckles and remove them.
6451 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6453         * tests/run_tests.sh: Make the xy file check actually do something.
6455 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6457         * configure.ac, tests/golden/Makefile.am,
6458         tests/golden/hid_gcode1/Makefile.am,
6459         tests/golden/hid_gcode1/gcode_oneline.gcode.back.cnc,
6460         tests/golden/hid_gcode1/gcode_oneline.gcode.drill.cnc,
6461         tests/golden/hid_gcode1/gcode_oneline.gcode.front.cnc,
6462         tests/golden/hid_gcode10/Makefile.am,
6463         tests/golden/hid_gcode10/gcode_oneline.gcode.back.cnc,
6464         tests/golden/hid_gcode10/gcode_oneline.gcode.drill.cnc,
6465         tests/golden/hid_gcode10/gcode_oneline.gcode.front.cnc,
6466         tests/golden/hid_gcode11/Makefile.am,
6467         tests/golden/hid_gcode11/gcode_oneline.gcode.back.cnc,
6468         tests/golden/hid_gcode11/gcode_oneline.gcode.drill.cnc,
6469         tests/golden/hid_gcode11/gcode_oneline.gcode.front.cnc,
6470         tests/golden/hid_gcode2/Makefile.am,
6471         tests/golden/hid_gcode2/out.back.cnc,
6472         tests/golden/hid_gcode2/out.drill.cnc,
6473         tests/golden/hid_gcode2/out.front.cnc,
6474         tests/golden/hid_gcode3/Makefile.am,
6475         tests/golden/hid_gcode3/gcode_oneline.gcode.back.cnc,
6476         tests/golden/hid_gcode3/gcode_oneline.gcode.drill.cnc,
6477         tests/golden/hid_gcode3/gcode_oneline.gcode.front.cnc,
6478         tests/golden/hid_gcode4/Makefile.am,
6479         tests/golden/hid_gcode4/gcode_oneline.gcode.back.cnc,
6480         tests/golden/hid_gcode4/gcode_oneline.gcode.drill.cnc,
6481         tests/golden/hid_gcode4/gcode_oneline.gcode.front.cnc,
6482         tests/golden/hid_gcode5/Makefile.am,
6483         tests/golden/hid_gcode5/gcode_oneline.gcode.back.cnc,
6484         tests/golden/hid_gcode5/gcode_oneline.gcode.drill.cnc,
6485         tests/golden/hid_gcode5/gcode_oneline.gcode.front.cnc,
6486         tests/golden/hid_gcode6/Makefile.am,
6487         tests/golden/hid_gcode6/gcode_oneline.gcode.back.cnc,
6488         tests/golden/hid_gcode6/gcode_oneline.gcode.drill.cnc,
6489         tests/golden/hid_gcode6/gcode_oneline.gcode.front.cnc,
6490         tests/golden/hid_gcode7/Makefile.am,
6491         tests/golden/hid_gcode7/gcode_oneline.gcode.back.cnc,
6492         tests/golden/hid_gcode7/gcode_oneline.gcode.drill.cnc,
6493         tests/golden/hid_gcode7/gcode_oneline.gcode.front.cnc,
6494         tests/golden/hid_gcode8/Makefile.am,
6495         tests/golden/hid_gcode8/gcode_oneline.gcode.back.cnc,
6496         tests/golden/hid_gcode8/gcode_oneline.gcode.drill.cnc,
6497         tests/golden/hid_gcode8/gcode_oneline.gcode.front.cnc,
6498         tests/golden/hid_gcode9/Makefile.am,
6499         tests/golden/hid_gcode9/gcode_oneline.gcode.back.cnc,
6500         tests/golden/hid_gcode9/gcode_oneline.gcode.drill.cnc,
6501         tests/golden/hid_gcode9/gcode_oneline.gcode.front.cnc,
6502         tests/inputs/gcode_oneline.pcb, tests/run_tests.sh,
6503         tests/tests.list: Add testsuite entries to test the gcode export HID
6504         and all of its command line options.
6506 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6508         * src/hid/gcode/gcode.c: Remove RCSID.  We don't use those anymore.
6510 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6512         * src/hid/gcode/gcode.c: Change options like 'drill depth' to
6513         'drill-depth' as a space in a command line option is non-standard.
6514         Also be consistent with having or not having a "." at the end of the
6515         option help strings.
6517 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6519         * src/hid/gcode/gcode.c: Remove unix2dos system() call.  It was not
6520         needed.
6522 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6524         * src/hid/gcode/trace.c: Get rid of compiler warnings.
6526 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6528         * src/hid/gcode/gcode.c: Get rid of some gcc warnings.
6530 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6532         * src/hid/gcode/gcode.c: C++ style comments -> C style comments
6534 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6536         * doc/pcb.1: Fix nroff error.   Noted in sf patch #2889227 by Ahmed
6537         El-Mahmoudy.
6539 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6541         * configure.ac: add the gcode exporter to the export hid list
6543 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6545         * INSTALL: add notes about what libs may be needed (none) for the
6546         gcode exporter.
6548 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6550         * src/hid/gcode/auxiliary.h, src/hid/gcode/bitmap.h,
6551         src/hid/gcode/curve.c, src/hid/gcode/curve.h,
6552         src/hid/gcode/decompose.c, src/hid/gcode/decompose.h,
6553         src/hid/gcode/gcode.c, src/hid/gcode/gcode.h,
6554         src/hid/gcode/lists.h, src/hid/gcode/potracelib.h,
6555         src/hid/gcode/trace.c, src/hid/gcode/trace.h: indent to conform to
6556         the coding style used by pcb.
6558 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6560         * src/Makefile.am: gcode_lists.h should depend on gcode sources, not
6561         png sources.
6563 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6565         * src/hid/gcode/auxiliary.h, src/hid/gcode/bitmap.h,
6566         src/hid/gcode/curve.c, src/hid/gcode/curve.h,
6567         src/hid/gcode/decompose.c, src/hid/gcode/decompose.h,
6568         src/hid/gcode/gcode.c, src/hid/gcode/gcode.h,
6569         src/hid/gcode/hid.conf, src/hid/gcode/lists.h,
6570         src/hid/gcode/potracelib.h, src/hid/gcode/trace.c,
6571         src/hid/gcode/trace.h: Apply sf patch 2948711 from Alberto Maccioni
6572         which adds a g-code exporter.
6574 2010-03-08   Dan McMahill * dan AT mcmahill dot net *
6576         * configure.ac: When building the docs have configure check for
6577         epsf.tex being in the TeX installation.  Problem noted by Kai-Martin
6578         Knaak and the method for checking suggested by Peter Clifton.
6580 2010-03-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6582         * configure.ac: Fix test for whether to rebuild the shipped
6583         pcblib-newlib library ${top_srcdir} is a Makefile variable, we need $srcdir in
6584         configure.ac
6586 2010-03-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6588         * lib/Makefile.am: Fix make distcheck by removing regenerated newlib
6589         footprints The generated newlib files need to be removed by make distclean if
6590         they are being updated by the build process. If the files aren't
6591         being updated, we should not delete them as they were originally
6592         distributed with the source tarball.
6594 2010-03-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6596         * tools/Makefile.am: Fix distribution of gnet-pcbfwd.scm in the dist
6597         tarball Use the dist_ prefix to make this simple, so our installed targets
6598         are now listed in dist_..._DATA, rather than ..._DATA and
6599         EXTRA_DIST.
6601 2010-03-01   DJ Delorie * dj AT delorie dot com *
6603         * src/parse_y.y: Allow empty attribute values.  The STRING token is NULL when an empty string is indicated, but
6604         empty attributes are different than missing attributes, so if a
6605         STRING is NULL, store an empty string instead.
6607 2010-02-28   DJ Delorie * dj AT delorie dot com *
6609         * src/change.c: Fix bogus cast to BoxType Instead of casting, which hides real bugs, pass the address of the
6610         bounding box itself.
6612 2010-02-24   DJ Delorie * dj AT delorie dot com *
6614         * src/action.c: Add more flexibility to the import::make option.  New attributes: make::outfile - the intermediate action file make::target - the
6615         makefile target to call (defaults to outfile or pcb_import)
6616         make::makefile - adds -f to make Added more documentation too.
6618 2010-02-24   DJ Delorie * dj AT delorie dot com *
6620         * src/buffer.c: Check both FOO and FOO.fp for footprints.
6622 2010-02-24   DJ Delorie * dj AT delorie dot com *
6624         * src/action.c: Check for NULL names.
6626 2010-02-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6628         * src/main.c: Use strdup to copy environment strings into our
6629         settings structure.  getenv returns a const char * which is part of the environment and
6630         must not be free'd.
6632 2010-02-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6634         * src/main.c: Fix default gnetlist executable name to be "gnetlist" The old value "defgnetlist" appears to have been a mistake.
6636 2010-02-22   Jared Casper * jaredcasper AT gmail dot com *
6638         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-library-window.c,
6639         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-netlist-window.c,
6640         src/hid/gtk/gui.h: hid/gtk: Prevent extra windows from showing
6641         unnecessarily Prevent the library, log, and netlist windows in the GTK HID from
6642         being shown unless explicitely requested.  This is done by splitting
6643         ghid_*_window_show into ghid_*_window_create, which creates all the
6644         resources for the window, and ghid_*_window_show, which actually
6645         shows the window (and optionally "presents" it, which pulls it to
6646         the foreground and gives it focus).  Since the NetlistShow action no longer actually shows the netlist
6647         window, but sets the node/net that is shown in the window (if and
6648         when it is visible), this patch also adds NetlistPresent which
6649         presents the netlist window.  This can be added to the
6650         FindConnections menu item to restore the behavior of bringing up the
6651         netlist window on a find.  Added an action LogShowOnAppend() which can restore the old behavior
6652         that the log window is shown whenever something is appended to it
6653         (currently off by default).
6655 2010-02-22   Dan McMahill * dan AT mcmahill dot net *
6657         * doc/pcb.texi: Document that it is pcb-menu.res for the lesstif HID
6658         and gpcb-menu.res for the GTK+ HID.
6660 2010-02-19   Dan McMahill * dan AT mcmahill dot net *
6662         * lib/m4lib_to_newlib.sh: Add some quoting to handle the case where
6663         there are spaces in some of the directory names.  As noted by peque on irc, this script failed when the build
6664         directory was located somewhere that had a space in a directory
6665         name.  Adding the extra quotes fixes that.
6667 2010-02-16   DJ Delorie * dj AT delorie dot com *
6669         * src/hid/lesstif/main.c: Revert an unintended change.
6671 2010-02-16   Ineiev * ineiev AT gmail dot com *
6673         * src/global.h: Fix broken build due to missing struct members Looks like a part of commit ef2efdd2a18a744eb715ffc1278aace1a2cded46
6674         was omitted by mistake.
6676 2010-02-07   Ineiev * ineiev AT gmail dot com *
6678         * src/find.c, src/search.c: Fix bugs in the arc intersection
6679         routine. Bug #2942582 This bug resulted in various false identificaton of connectivity
6680         between arcs and other object. Notes from Ineiev's emails: So I built a montecarlo; fixed some ugly unrealistic cases like thin
6681         arc merged in bloat and arc->Delta<-360; ran the test program
6682         (aat.c) several hours on different machins; that discovered no
6683         errors, though the number of points was not very high (a thousand or
6684         slightly more): the reference functions are really slow.  That resulted in arc.bis.patch. I tested it also with already
6685         mentioned teardropped OSDCU.pcb and t1.pcb. Then, eliminate two
6686         precision losses.  I feel I ought to stop here: the patch fixes many more bugs than
6687         originally reported.
6689 2010-02-13   Dan McMahill * dan AT mcmahill dot net *
6691         * : commit ef2efdd2a18a744eb715ffc1278aace1a2cded46  Author: Dan
6692         McMahill * dan AT mcmahill dot net * Date:   Sat Feb 13 12:41:35
6693         2010 -0500
6695 2010-02-11   DJ Delorie * dj AT delorie dot com *
6697         * src/action.c, tools/gnet-pcbfwd.scm: Fix pcb forward annotation
6698         bugs Finish rename of pcblf -> pcbfwd, handle pcb-has-no-name case.
6700 2010-02-09   Dan McMahill * dan AT mcmahill dot net *
6702         * configure.ac, src/action.c: When mkdtemp() is available use it
6703         instead of tmpnam() for creating temp file names to be used by
6704         gnetlist or make.
6706 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6708         * src/misc.c: Remove some gcc warnings about unitialized variables.  Remove some gcc warnings about uninitialized variables.  The logic
6709         was such that if the variables weren't ever assigned to somethign
6710         then they also would not have been accessed but by getting rid of
6711         this warning, we increase the chances of paying attention to other
6712         warnings which may indicate real bugs.
6714 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6716         * src/misc.c: Add missing return on an action function which is
6717         supposed to return an int.
6719 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6721         * src/hid/gtk/gtkhid-main.c: Remove some gcc warnings.  Use GPOINTER_TO_INT(), GINT_TO_POINTER() and remove a couple of
6722         unused variables to eliminate some gcc warnings.
6724 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6726         * src/netlist.c: In functions returning non-void, give a return
6727         value for returns.
6729 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6731         * src/file.h: Add missing prototype for sort_netlist() which is
6732         called in netlist.c.
6734 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6736         * configure.ac, src/action.c: Remove some gcc warnings.  Add missing headers for fork(), execvp(), wait().  Also remove a
6737         couple of unused variables.
6739 2010-02-01   DJ Delorie * dj AT delorie dot com *
6741         * src/hid/gtk/gui-netlist-window.c, src/hid/lesstif/netlist.c: 
6742         Rename NetlistChanged() to avoid conflicts Rename the existing static NetlistChanged() functions in the Gtk and
6743         Lesstif HIDs to avoid conflicts with the core global
6744         NetlistChanged() function.
6746 2010-02-01   DJ Delorie * dj AT delorie dot com *
6748         * src/hid/png/png.c: swap png bloat too When computing the bloat offsets for filled rectangles, apply the
6749         bloat after sorting the Y coordinates but before swapping them if
6750         we're printing the solder side.
6752 2010-02-01   DJ Delorie * dj AT delorie dot com *
6754         * src/hid/png/png.c: Fix drawn circles When drawing a "line" that's zero length, check for rounded ends
6755         (circle) vs square ends (square).
6757 2010-01-31   DJ Delorie * dj AT delorie dot com *
6759         * src/action.c, src/data.h, src/hid.h, src/misc.h, src/netlist.c,
6760         src/rats.c, src/undo.c, tools/Makefile.am, tools/gnet-pcbfwd.scm,
6761         tools/gnet-pcblf.scm: Changed element/netlist syntax as follows: ElementList(start) ElementList(need,...) ElementList(done) Netlist(freeze) Netlist(add,...) Netlist(thaw) Hooked all NetlistChanged() actions into a wrapper that checks for
6762         frozen.
6764 2010-01-29   DJ Delorie * dj AT delorie dot com *
6766         * src/gpcb-menu.res, src/pcb-menu.res: Add import to gtk menu,
6767         change lesstif menu to match.
6769 2010-01-29   DJ Delorie * dj AT delorie dot com *
6771         * tools/Makefile.am, tools/gnet-pcblf.scm: Add the new netlister.  Adds the new script-based netlister and the install rules.  Note
6772         that this installs PCB's netlister in gEDA's data directory.
6773         Unusual, but it's the best way to keep pcb in sync with its own
6774         netlister.
6776 2010-01-01   DJ Delorie * dj AT delorie dot com *
6778         * src/action.c, src/global.h, src/gpcb-menu.res, src/hid.h,
6779         src/hid/batch/batch.c, src/hid/bom/bom.c,
6780         src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
6781         src/hid/lesstif/dialogs.c, src/hid/lesstif/lesstif.h,
6782         src/hid/lesstif/main.c, src/hid/lesstif/xincludes.h,
6783         src/hid/lpr/lpr.c, src/hid/nelma/nelma.c, src/hid/png/png.c,
6784         src/hid/ps/eps.c, src/hid/ps/ps.c, src/pcb-menu.res: Add attribute
6785         editor GUI to gtk and lesstif.  Attributes(Layout|Layer|Element) Attributes(Layer,layername) Let the user edit the attributes of the layout, current or given
6786         layer, or selected element.
6788 2009-12-27   DJ Delorie * dj AT delorie dot com *
6790         * src/action.c, src/misc.c, src/misc.h, src/pcb-menu.res: Add
6791         Import() action Add an action to import schematics into the pcb.  It allows for a
6792         list of schematics to be specified in the action or in the pcb, as
6793         well as supporting using a Makfile instead of gnetlist.
6795 2009-12-27   DJ Delorie * dj AT delorie dot com *
6797         * src/draw.c: Undo an accidental change.
6799 2009-04-21   DJ Delorie * dj AT delorie dot com *
6801         * src/action.c, src/buffer.c, src/buffer.h, src/change.c,
6802         src/change.h, src/create.c, src/draw.c, src/file.c,
6803         src/hid/lesstif/main.c, src/misc.c, src/misc.h, src/netlist.c: 
6804         Work-in-progress for LF: netlist importing
6806 2010-01-01   DJ Delorie * dj AT delorie dot com *
6808         * src/hid/png/png.c: Check for empty layers.  If you have a four-layer board but the inner layers are empty, photo
6809         mode dies.  This checks for at least the more common case, but
6810         further work to protect against *any* empty layer is warranted.
6812 2010-01-01   DJ Delorie * dj AT delorie dot com *
6814         * src/hid/png/png.c: Fix photo-mode mask layer.  The addition of mask support to PNG export broke photo mode; this
6815         patch undoes the mask support when photo mode is enabled.
6817 2009-12-27   DJ Delorie * dj AT delorie dot com *
6819         * src/hid/png/png.c, src/misc.c: Add support for specifying
6820         soldermask and solderside from the command line Added "solderside" and "mask" as valid layers for --layer-stack.
6821         Also added "silk" as an alias for "elements".  Added mask support to
6822         the PNG exporter so that it draws soldermask properly.  Also added
6823         support to PNG for showing the board from the solder side, and
6824         removed some leftover cruft from when it was copied from the PS hid.
6826 2009-12-22   anthonix * anthonix AT anthonix-desktop dot (none) *
6828         * src/toporouter.c: Toporouter: Removed superfluous debug function
6830 2009-12-22   anthonix * anthonix AT anthonix-desktop dot (none) *
6832         * src/toporouter.c, src/toporouter.h: Toporouter: A few fixes The main fix is in the 'special cut' code, which had a tricky corner
6833         case to deal with. The special cut code has also been commented in
6834         the critical spots.  There are a few other minor fixes, and a couple of heuristic
6835         changes.
6837 2009-12-13   DJ Delorie * dj AT delorie dot com *
6839         * src/action.c: Handle NULL strings when replacing elements.  Sometimes, when you're building a board from the library, elements
6840         won't have values for their strings.  When replacing those elements,
6841         replicate the NULL pointer rather than trying to strup it.
6843 2009-12-07   Chitlesh GOORAH * chitlesh dot goorah AT gmail dot com *
6845         * doc/refcard.tex: Update the quick reference  From: Chitlesh GOORAH * chitlesh dot goorah AT gmail dot com * To:
6846         gEDA user mailing list Hello there, The current layout of the PCB command reference PDF document (the
6847         one currently being shipped) is broken. It looks like it on life
6848         support.  http://chitlesh.fedorapeople.org/pcb/refcard_old.pdf I've updated only the layout of refcard.tex
6849         http://chitlesh.fedorapeople.org/pcb/refcard.tex to give
6850         http://chitlesh.fedorapeople.org/pcb/refcard.pdf . Unfortunately, I
6851         don't have enough time currently to update it to the latest key
6852         shortcuts. Can you guys please apply it to the next release ? I hope
6853         someone will update it in the meantime, else I'll dig into it next
6854         year.  Chitlesh
6856 2009-11-25   Dan McMahill * dan AT mcmahill dot net *
6858         * src/main.c: In the -h (help) output, mention which gui the gui
6859         options are for.
6861 2009-11-25   Dan McMahill * dan AT mcmahill dot net *
6863         * doc/pcb.texi:  Rather than having @code{Pcb} all over, refer to
6864          the program name with @pcb{}.  To help keep how we refer to and mark up the name of the program,
6865         define a macro at the start and use it all over.  Also change some of the "for X11" text since pcb really runs on what
6866         ever windowing system gtk (X11 or windows) or lesstif (X11 for this
6867         one) runs on.
6869 2009-11-23   Dan McMahill * dan AT mcmahill dot net *
6871         * : commit c81b2d09b281a357910759a373bd8e8bdc4b3cd1  Author: Dan
6872         McMahill * dan AT mcmahill dot net * Date:   Mon Nov 23 21:16:36
6873         2009 -0500
6875 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6877         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Add a guard against GC's being
6878         passed from another HID Various other HIDs have this check.
6880 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6882         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui.h: hid/gtk: Move
6883         definition of the device context inside gtkhid-gdk.c Keep it private to the drawing routines.
6885 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6887         * src/hid/gtk/gtkhid-main.c: hid/gtk: Remove unused HID
6888         "ghid_extents"
6890 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6892         * src/Makefile.am, src/hid/gtk/gtkhid-gdk.c,
6893         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-top-window.c,
6894         src/hid/gtk/gui.h: hid/gtk: Move various gdk drawing routines into a
6895         new file gtkhid-gdk.c This separates some of the drawing code so it could be replaced more
6896         easily.  Pretty much a straight move at this point, but renamed the static
6897         function "draw_grid()" to ghid_draw_grid() now it is no longer local
6898         to gtkhid-main.  Removed all #include not required to build in gtkhid-main.c and
6899         gtkhid-gdk.c
6901 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6903         * src/draw.c, src/hid.h, src/hid/gtk/gtkhid-main.c,
6904         src/hid/lesstif/main.c: Add SL_RATS layer ID to tell the GUI we're
6905         drawing rats Also, let the GUI decide whether it wants to draw rats or not,
6906         rather than have the core test PCB->RatsOn directly.
6908 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6910         * src/draw.c, src/draw.h: draw.c: Apply const qualifier to DrawLayer
6911         and DrawSilk bounds This keeps the compiler happier.
6913 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6915         * src/crosshair.c: By popular(*) request, Make the cross-hair snap
6916         to the center of pads * Popular.. or vocal?, I'm not sure.  If more people don't like the new behaviour, there is always git
6917         revert.  There was of course, a third possibility - adding support to snap to
6918         pad end-points _and_ their centers. I rejected this because of
6919         "nearly" square pads - it becomes difficult to know if you've picked
6920         up the center of the pad, and many of those asking for
6921         snap-to-center wanted it in order to pick up and align components by
6922         their pads.  NB: Optimised rat-lines still go to the edge of pads, as this can
6923             often look less cluttered. Rat-lines drawn to the center of a pad
6924             will work correctly, and remain on the pad center until the next
6925             time "optimise" is run on the rats-nest.
6927 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6929         * src/find.c, src/rubberband.c: Add support for rat-lines ending at
6930         the center of pads Optimised rats are still located at the edges of pads, but the rat
6931         connection checking code will now also accept rats ending at the
6932         center of a pad.
6934 2009-11-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6936         * src/draw.h: draw.h: Remove ClearPin prototype missed in last
6937         commit
6939 2009-11-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6941         * src/draw.c: draw.c: Don't clear pins / vias from polygons... it is
6942         already done! Our polygons already the required holes for pins, vias, pads etc..
6943         so don't waste drawing clearances twice. This looks to be a legacy
6944         from the way PCB used to draw polygons.
6946 2009-11-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6948         * src/hid/common/draw_helpers.c, src/polyarea.h, src/polygon.c,
6949         src/polygon1.c: polygons: Tag circular contours so they can be
6950         special-cased when drawing.  Tagging circular contours allows GUIs (if they wish) to draw
6951         circular holes in polygons more accurately, and potentially faster -
6952         depending on whether they use mask based rendering or rely on the
6953         dicer.  When zoomed far out (and using a mask based scheme), the drawing
6954         routine can use a lower vertex count approximation to the contour -
6955         leading to rendering speed improvements. This is used to reasonable
6956         effect in the experimental OpenGL branch.  Modify hid/common/draw_helpers.c to use these tags when thin-drawing
6957         polygon contours with common_thindraw_pcb_polygon(). This allows the
6958         GUI to change the level of detail rendered with zoom, and serves to
6959         test this feature.  DRC checking and output are still done using the fixed resolution
6960         approximation present in the polygon contour, so in this respect -
6961         it makes rendering somewhat unfaithful to the final output.
6963 2009-11-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6965         * src/draw.c: draw.c: Draw all vias, pins and pads under the mask
6966         layer This fixes an issue where the rendering of a partially masked via is
6967         inaccurate. The down-side is that partially, or completely masked
6968         vias become obscured by the mask drawn above them.  If the user is previewing the mask rendering, it is probably best
6969         that they see an accurate representation - even if this means hiding
6970         vias.
6972 2009-11-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6974         * src/draw.c: Fix thindraw mask drawing for pins, including
6975         octagonal ones We need to set the line-width for round pins when in thin-draw and
6976         clearing the mask.  We need to tell DrawSpecialPolygon() whether we need thin-draw or
6977         not depending on whether we're clearing the mask or not. We don't
6978         need to set the line-width outside of DrawSpecialPolygon(), since it
6979         sets it its-self.  Fix DrawSpecialPolygon() to set the line width and cap style on the
6980         correct GC.
6982 2009-11-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6984         * src/hid/common/draw_helpers.c: hid/common: Control update of
6985         NoHoles cache based on clip region If at least 50% of the bounding box of a polygon is within the clip
6986         region, compute the whole NoHoles polygon and cache it for later
6987         rendering.  If less of the polygon is within the clip region, just compute what
6988         we need to draw the piece we've been asked for.
6990 2009-11-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6992         * src/hid/common/draw_helpers.c: hid/common: Fix memory leak in
6993         polygon NoHoles clipping routine poly_CopyContour creates the edge tree, as does ContourToPoly(),
6994         which overwrite the one created in poly_CopyContour().  Replace call to ContourToPoly() with a discrete alternative without
6995         the poly_PreContour() call.  Also, don't try to poly_Free() the output of poly_Boolean_free() in
6996         an error condition. poly_Boolean_free() re-uses the A input polygon
6997         for its output, so attempting to free that might be dangerous.  poly_Boolean_free() should free its inputs (and any partial output)
6998         if it encounters an error.
7000 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7002         * src/hid/common/draw_helpers.c: hid/common: Clip no-holes polygon
7003         pieces before calling fill_contour This avoids integer overflow in some HIDs (GTK, Lesstif?) when
7004         drawing at high zoom level. Such overflow would lead to incorrectly
7005         drawn polygons.  It is possible that a similar bug could effect thin-drawn polygons,
7006         but that has not manifested its-self so far. If we were to clip
7007         these in the future, we need to be careful to extend the clip region
7008         slightly off-screen, so the outlines are not drawn.  Ideally we would clip these vertices using a Sutherland-Hodgman
7009         clipping algorithm, then we could simply discard edges which are
7010         clipped completely.
7012 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7014         * src/draw.c, src/hid/common/flags.c, src/hid/gerber/gerber.c,
7015         src/hid/png/png.c, src/hid/ps/ps.c, src/print.c: Use strcmp() for
7016         special layer names, rather than strcasecmp() Before commit 086aa491fae18f1ec72da047b772fa3510f72d0b, we were
7017         using strcmp() and strcasecmp() in different places. That commit
7018         changed to strcasecmp(). Lets choose to keep the more restrictive
7019         option for now, which reduces the number of "magic" layer names PCB
7020         supports.
7022 2009-11-12   Patrick Bernaud * b-patrick AT wanadoo dot fr *
7024         * src/hid/gtk/gui-top-window.c: hid/gtk: Fix strncat length when
7025         building accelerator string. (CODE!) (Oops, I pushed an empty patch last time - Peter Clifton) Commit d6b396c4a34bb619c8e91da1e9cd9bd27ff54657 was not enough:
7026         strncat() must be given the remaining length of buffer to ensure it
7027         does not overflow. Plus it now emits a message in the unlikely case
7028         of a too small buffer for an accelerator.
7030 2009-11-12   Patrick Bernaud * b-patrick AT wanadoo dot fr *
7032         * : hid/gtk: Fix strncat length when building accelerator string.  Commit d6b396c4a34bb619c8e91da1e9cd9bd27ff54657 was not enough:
7033         strncat() must be given the remaining length of buffer to ensure it
7034         does not overflow. Plus it now emits a message in the unlikely case
7035         of a too small buffer for an accelerator.
7037 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7039         * src/draw.c, src/find.c, src/polygon.c: Correct rendering and
7040         connectivity checks for zero clearance pads and pins NB: These areren't technically allowed by PCB, but it is nice that
7041         when a user hacks zero clearance in their PCB file, that we: a) Draw polygons without any cleared gaps in the output b) Correctly determine that these objects will be connected to the
7042         polygon
7044 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7046         * src/draw.c, src/hid/gerber/gerber.c, src/hid/ps/ps.c: Use
7047         strcasecmp when looking for the "outline" or "route" layer A some cases previously used strcmp, leading to inconsistencies in
7048         our handling of these "special" layers.
7050 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7052         * src/polygon.c: polygon.c: Remove unused #define COARSE_CIRCLE 0
7054 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7056         * src/polygon.c: Speed up unsubtraction from polygons when objects
7057         are deleted This process worked by adding a new "blob" of polygon to cover in
7058         the hole made by the object being deleted. If this "blob"
7059         intersected the contour of the original polygon, it would cause the
7060         polygon's contour to be damaged. To avoid this, the unsubract code
7061         would always clip the resulting polygon against the original
7062         (pristine) polygon contour.  Unfortunately.. this clipping operation is gauranteed to intersect
7063         the contour of the polygon - a very expensive operation, since all
7064         holes inside the polygon (many on a complex board) have to be
7065         re-processed.  This speed-up is achieved by reversing the order of operation. The
7066         "blob" to be added to the polygon is first clipped against the
7067         pristine contour (a relatively cheap operation). This then allows us
7068         to add the new clipped blob to the more complex polygon on the board
7069         without worry that the contour may be compromised.
7071 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7073         * src/file.c: file.c: Add profiling of CPU seconds consumed during
7074         file load This information is useful to benchmark the load of complex boards
7075         which consume a lot of CPU cycles clipping polygons during loading.  Adding this upstream will allow me to gain information from users
7076         describing load slowness, without having a copy their design.
7078 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7080         * src/hid/ps/ps.c: hid/ps: Don't use diced polygons for postscript
7081         output This speeds up postscript output on boards with complex polygons.  It has the added advantage for some postscript and pdf readers that
7082         there are no accidental gaps rendered between pieces of the diced
7083         polygon due to non-global anti-aliasing in their renderer.
7085 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7087         * src/polygon.c: Play with number of line segments in line caps By changing from 36 lines-segments per circle to 40, we create a
7088         symmetry at 45 degrees - a common angle for lines on a circuit board
7089         to intersect at. This avoids building additional complexity in the
7090         polygons which are cut by these intersections.
7092 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7094         * src/polygon.c: Fixup frac_circle to avoid repeating a vertex the
7095         caller will add Before we were getting self-intersecting polygons in some cases, a
7096         big no-no. One less vertex should be added than the expected
7097         (CIRC_SEGS / range), since the caller adds the last vertex.
7099 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7101         * src/polygon1.c: polygon1.c: #ifdef DEBUG_ALL_LABELS build
7102         print_labels() Avoids warnings when building with DEBUG defined, but without
7103         DEBUG_ALL_LABELS.
7105 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7107         * src/polygon1.c: polygon1.c: Tidy up poly_Valid debug print
7108         routines to match pline_dump Avoids a superfluous line: %d %d 10 10 ""] at the beginning of each output block.
7110 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7112         * src/polygon1.c: polygon1.c: Fixup pline_dump() (debug code) to
7113         match correct edge state The old code would mistakenly annotate with the edge state for the
7114         next edge. From polygon1.c: /* note that a vertex v's Flags.status represents the edge defined
7115          by * v to v->next (i.e. the edge is forward of v)  */
7117 2009-11-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
7119         * src/polygon1.c: Re-write node_label() to only label the edge being
7120         passed as its argument.  Breifly, the old code tried to walk the entire CVCList labeling
7121         multiple edges. The new code tries only to label the argument vertex
7122         i.e. the forward ('N') edge from this vertex. It tries to look
7123         counter-clockwise just one edge which will give the answer in most
7124         cases. If that fails it looks further into the CVCList until it can
7125         find the answer, then stops. The code is much simpler because we
7126         know that the edge we are labeling is always departing the
7127         cross-vertex point.  (Futher comments and original bug diagnosis by Peter Clifton) This prevents "double labeling", where the old routine could label
7128         any edges which intersect at the vertex passed to node_label().  This fixes a bug discovered by Stefan Salewski, where certain boards
7129         could trigger an assert failure when PCB was built with debugging.  The bug, it would seem - is relating to the way (and order) we were
7130         labeling edges of polygon contours: 2 |/\     In this diagram, x is on the outer contour of our polygon,
7131         x  |    and is in fact two vertices at the same point, lets denote
7132         |\/     these as |\ and |/ 1 The labelling algorithm works up from point 1, gets to |\, whereupon
7133         it gets the CVCList for the spatial point x - which contains |\ AND
7134         |/ along with the (shared) edges from the clipping contour.  node_label is called with the |\ vertex, but in the process of
7135         scanning the CVCList at this point, it also checks for SHARED edges.
7136         It _only_ checks shared edges against the |\ vertex, NOT the |/ one.  During this pass, the | edge coming from the |/ vertex gets
7137         mis-labelled as "OUTSIDE", where is should eventually get labelled
7138         "SHARED" BUG: We then skip over calling node_label with the |/ vertex, since | has
7139         already been labelled. We next get to point 2.  Point 2 looks at the | edge, and declares it to be "INSIDE". (It
7140         should already have been labelled "SHARED" by this point, so
7141         node_label doesn't know any better.  The | edge is already labelled "OUTSIDE" when we go to label it
7142         "INSIDE".. assertion fail.  This commit avoids missing the correct labelling of shared edges, by
7143         ensuring we never label any edges in advance of calling node_label
7144         for them.
7146 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7148         * src/polygon1.c: Reindent polygon1.c with "indent" This is a painful one for me to push, as it will certainly cause
7149         rebase misery against all my local branches.  Oh well... got to be done!
7151 2009-11-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7153         * src/file.c: file.c: Don't walk off the end of a string in
7154         string_cmp() We need to check that we don't advance past the terminating \0 in
7155         the string.
7157 2009-11-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7159         * src/polygon1.c: polygon1.c: Fix some printf format arguments in
7160         DEBUG sections %ld is for long int, and we are passing int, so use %d
7162 2009-11-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7164         * src/hid/gtk/gui-dialog.c, src/hid/gtk/gui-top-window.c: hid/gtk:
7165         Don't pass non-literat format argument to printf style functions.
7167 2009-11-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7169         * src/hid/gtk/gui-top-window.c: Pass correct length to strncat We need to pass "sizeof (string) - 1", due to the NULL pointer.
7171 2009-11-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7173         * win32/Makefile.am, win32/build_pcb, win32/pcb.nsi.in:  win32:
7174          Install Readme.txt in @docdir@ Also removes unnecessary fiddling with pkgdatadir which was
7175         responsible for creating an empty directory $datadir/pcb-$VERSION/ Adjusted pcb.nsi.in to match new location of Readme.txt, but have
7176         not test-built the Win32 package due to non-availablility.   Adjusted build_pcb to put @docdir@ at ${pcb_inst}/doc, as this fits
7177         the rest of the win32 build better.
7179 2009-11-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7181         * example/Makefile.am, example/libraries/Makefile.am,
7182         tutorial/Makefile.am:  Install examples under @docdir@ This is what distro packaging scripts have been doing anyway, so
7183         save them the work by moving our defaults.   Suggested by Chitlesh GOORAH * chitlesh dot goorah AT gmail dot com
7184         *
7186 2009-11-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7188         * example/LED, example/LED.NET, example/LED.net, example/LED.pcb,
7189         example/LED2, example/LED2.pcb, example/Makefile.am: examples: Add
7190         ".pcb" extension to "PCB(2)", move "LED.NET" to "LED.net"  ".pcb" change suggested by Chitlesh GOORAH * chitlesh dot goorah AT
7191         gmail dot com * ".net" change was my doing, to match our registered
7192         mime-types
7194 2009-11-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7196         * src/hid/lesstif/main.c: lesstif: Remove errornous & operator in
7197         free () call GCC spotted this one.
7199 2009-11-05   Dan McMahill * dan AT mcmahill dot net *
7201         * README.snapshots: Fix some details on branching and pushing a
7202         local branch.
7204 2009-11-03   Dan McMahill * dan AT mcmahill dot net *
7206         * README.snapshots: Update how to release files on sourceforge since
7207         it has all changed.
7209 2009-11-03   Dan McMahill * dan AT mcmahill dot net *
7211         * configure.ac: Welcome to pcb-1.99z (decision time is looming)
7213 2009-11-03   Dan McMahill * dan AT mcmahill dot net *
7215         * : commit 7f38f164addcbfc0a9873d2e0782f921f2d005c9  Author: Dan
7216         McMahill * dan AT mcmahill dot net * Date:   Tue Nov 3 17:56:38 2009
7217         -0500
7219 2009-11-03   Dan McMahill * dan AT mcmahill dot net *
7221         * utils/git2cl: Be more agressive about obfuscating email addresses.
7223 2009-11-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7225         * src/hid/batch/batch.c, src/move.c: Fix mistaken use of MAX_LAYER
7226         instead of max_layer.  (Why this wasn't obvious, I can't possibly imagine ;)) Bug relates to batch HID, and move of text items onto the solder
7227         layer.
7229 2009-11-02   Dan McMahill * dan AT mcmahill dot net *
7231         * NEWS: Add a few more news item for the upcoming release.
7233 2009-11-02   Dan McMahill * dan AT mcmahill dot net *
7235         * : commit ccd37c7db665e3b0f15bc5377a54f89ba997296d  Author: Dan
7236         McMahill * dan AT mcmahill dot net * Date:   Mon Nov 2 22:24:29 2009
7237         -0500
7239 2009-09-22   Ineiev * ineiev AT users dot berlios dot de *
7241         * src/file.c, src/global.h, src/mymem.c, src/parse_y.y: add
7242         attributes to layers Fix memory leaks of attributes
7244 2009-10-30   Dan McMahill * dan AT mcmahill dot net *
7246         * configure.ac, doc/Makefile.am, lib/Makefile.am: Provide better
7247         support for building from anoncvs sources.  There were a few conditionals which turned on additional portions of
7248         the makefiles if it was determined that the build was from sources
7249         obtained via git.  Expand this to also detect if sources were from
7250         CVS since we still support anonymous cvs for tracking sources.
7252 2009-10-29   Dan McMahill * dan AT mcmahill dot net *
7254         * README.snapshots: Add some missing 'git push' to the instructions.
7256 2009-10-29   Dan McMahill * dan AT mcmahill dot net *
7258         * NEWS: Add some last minute news items for 20091101
7260 2009-10-29   Dan McMahill * dan AT mcmahill dot net *
7262         * README.snapshots: Recommend using the -O (obfuscate email
7263         addresses) option to git2cl
7265 2009-10-29   Dan McMahill * dan AT mcmahill dot net *
7267         * utils/git2cl: Teach git2cl how to obfuscate email addresses.  Also
7268         add a --help.
7270 2009-10-29   Dan McMahill * dan AT mcmahill dot net *
7272         * : commit dc0cdd25a1e490e7288622e9bcb5efd1f253c9cb  Author: Dan
7273         McMahill * dan AT mcmahill dot net * Date:   Wed Oct 28 22:58:43
7274         2009 -0400
7276 2009-10-28   Dan McMahill * dan AT mcmahill dot net *
7278         * README.snapshots: Take a first pass at updating the release
7279         documentation for git instead of cvs.
7281 2009-10-28   Dan McMahill * dan AT mcmahill dot net *
7283         * NEWS: Update the target release date for the next snapshot
7285 2009-10-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7287         * src/polygon.c: Pass r_NoHolesPolygonDicer a POLYAREA *, not a
7288         PLINE * No functional changes to callers of NoHolesPolygonDicer() The allows state in the POLYAREA to be passed into the recursive
7289         dicer. This is needed in order to maintain an up to date r-tree of
7290         contours in the POLYAREA.
7292 2009-10-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7294         * src/polygon1.c: Fix bug with polygon boolean operation PBO_XOR (I
7295         think!) If the contour in A is outside of B, it should be kept. It seems
7296         this case may have been missed.  PCB does not use the PBO_XOR operation, so it is difficult to test
7297         whether this is correct or not.
7299 2009-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7301         * src/global.h, src/polyarea.h, src/polygon1.c: Make rtree_t type
7302         available to polygon1.c This saves a load of casting, and helps the compiler doing its job
7303         catching programming errors.
7305 2009-10-21   Jared Casper * jaredcasper AT gmail dot com *
7307         * src/hid/gtk/gui-top-window.c: Fix a bug in gtk hid which caused
7308         layer buttons to get confused (sourceforge bug 1988951) In ghid_layer_enable_buttons_update, the layer_buttons array was
7309         being indexed using a counter which stoped at the current max_layer,
7310         which was wrong.  Changed this to use the constants LAYER_BUTTON_*.  Also made the handling of the silk and rats buttons match the
7311         (slightly more correct) handling of the other buttons in
7312         layer_enable_button_cb.
7314 2009-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7316         * src/create.c, src/global.h, src/hid/common/draw_helpers.c,
7317         src/mymem.c, src/polygon.c, src/polygon.h: Add cache for "noholes",
7318         diced versions of polygons
7320 2009-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7322         * src/hid/common/draw_helpers.c, src/polygon.c: Give callback from
7323         NoHolesPolygonDicer ownership of the returned contour This means callers of NoHolesPolygonDicer() should call
7324         poly_FreeContours on the contour they are passed (if they do not
7325         wish to retain it).
7327 2009-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7329         * src/polyarea.h, src/polygon1.c: Replace poly_Clear(POLYAREA *)
7330         function with poly_FreeContours(PLINE **) The poly_Clear function only clears the contours of the polygon
7331         anyway, so make a more explicitly named function to do this work,
7332         and pass the contours directly.  This will be useful should we want to deal with a series of contours
7333         separately from a POLYAREA object.
7335 2009-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7337         * src/action.c, src/create.c, src/strflags.c: Fix "newfullpoly" flag
7338         test and save its state into the .pcb file.  The flag controlling this behaviour is kept up to date as a PCB
7339         flag, not something which is updated in Settings.FullPoly. Change
7340         the test accordingly.  Added a PCB flag "newfullpoly" to save this state in the .pcb file.  NOTE: "full" polygons severly break connectivity checking, as the
7341               code always treats broken up pieces of the polygon as being
7342         connected.        It _might_ have been better to leave this support broken - so       users don't inadvertently create polygons with the "fullpoly"
7343               flag.  TODO: Consider removing, hiding or adding warnings to this feature.
7345 2009-10-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7347         * src/hid/gtk/gui-output-events.c: hid/gtk: Remove unused function
7348         in_draw_state()
7350 2009-10-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7352         * src/hid/common/actions.c: hid/common: Fix dereference bug in
7353         hid_find_action().  We want to check context for being NULL, not *context.
7355 2009-10-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7357         * src/hid/common/actions.c: hid/common: Don't walk off end of string
7358         whilst parsing.  Fixed a bug where the action parser would walk off the end of a
7359         string when given an action without a "(" in it, e.g. "benchmark".
7361 2009-10-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7363         * src/find.c: Tidy up IsPolygonInPolygon No functional changes
7365 2009-10-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7367         * src/global.h, src/polygon1.c, src/rtree.c: Add some annotations to
7368         help optimise branch prediction.  Macros G_LIKELY and G_UNLIKELY were taken from GLib (LGPL 2), and
7369         renamed without the G_ prefix.  This hasn't had much discernable effect
7371 2009-10-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7373         * src/polygon1.c: Rework iteration over contours in "intersect" to
7374         improve performance We don't need to be using an r_tree search to determine if a
7375         contour's bounding box hits anything in another contour. Just
7376         compare the bounding boxes directly, then continue to the more
7377         expensive testing.  Rather than counting the vertices of each POLYAREA then swapping to
7378         ensure we loop over the the small one, wait until we've worked out
7379         which contours we're comparing. Rather than swapping, we just choose
7380         which to loop over. This saves us time in the case where the larger
7381         intersecting contour belongs to the polygon with fewer vertices.  In one case, this change reduced a complex board's load time from
7382         ~140 seconds to ~70.
7384 2009-10-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7386         * src/.gitignore: Add dbus-introspect.h to src/.gitignore dbus-introspect.h is a generated file.
7388 2009-09-14   Dan McMahill * dan AT mcmahill dot net *
7390         * : commit 7ae3210e58b682577bbae1ff4d8ffc89a6666ad9  Author: Dan
7391         McMahill * dan AT mcmahill dot net * Date:   Mon Sep 14 07:20:50
7392         2009 -0400
7394 2009-09-11   DJ Delorie * dj AT delorie dot com *
7396         * src/misc.c: Fix "Design Rule Checker moves elements and traces off
7397         grid"  Patch from Ineiev * ineiev AT gmail dot com * to keep the grid from
7398         changing just because DRC ran.
7400 2009-08-29   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7402         * src/hid/batch/batch.c: gEDA-dev: [pcb patch] Correction of the pcb
7403         homepage url in the batch HID Hi, Subject says it all.  Kind regards, Bert Timmerman.  >From 54b7d8e1d7704c1f467e0711f94dc564cc0a2c6d Mon Sep 17 00:00:00
7404         2001  From: Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7405         Date: Sat, 29 Aug 2009 21:57:22 +0200 Subject: [PATCH] Correction of
7406         the pcb homepage url in the batch HID.
7408 2009-08-14   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7410         * src/misc.c: gEDA-dev: pcb [PATCH] Correction of the geda homepage
7411         url and wiki url in the about dialog window.  Hi all, Here is another one :) Kind regards, Bert Timmerman.  >From c383fc1aabfcefb3c688bb5274f08874c86e7a8a Mon Sep 17 00:00:00
7412         2001  From: Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7413         Date: Fri, 14 Aug 2009 00:33:26 +0200 Subject: [PATCH] Correction of
7414         the geda homepage url and wiki url in the about dialog window.
7416 2009-08-13   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7418         * src/misc.c: Correction of the pcb homepage url in the about dialog
7419         window.
7421 2009-03-31   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7423         * src/hid/gtk/gui-dialog.c: Apply filters to load filechooser
7424         dialogs. [1988982] [2686963] Applies filters to the filechooser dialogs when loading layouts,
7425         layouts (to buffer), elements (to buffer) and netlists.  Default behaviour is to not filter in the filechooser dialog.
7426         Choosing a predefined filefilter in the filechooser dialog filters
7427         on registered mime types, lowercase and uppercase file extensions.
7428         Predefined filters are selected upon the action chosen in the "File"
7429         pulldown menu.
7431 2009-08-04   Peter TB Brett * peter AT peter-b dot co dot uk *
7433         * README.cvs, README.git: Replace 'README.cvs' with 'README.git'.
7434         [2810417] Provide information on how to use git to access the PCB repository.
7435         Fixes bug #2810417.
7437 2009-08-04   Peter TB Brett * peter AT peter-b dot co dot uk *
7439         * doc/.gitignore: Add some generated .texi files to doc/.gitignore.
7441 2009-08-01   Uwe Hermann * uwe AT hermann-uwe dot de *
7443         * doc/gs/fb-blinker.texi, doc/gs/fb-smt.texi: gEDA-user: [PATCH]
7444         s/pj-102.fp/pj102.fp/ in PCB tutorial Replace pj-102.fp filename with pj102.fp to make the PCB example
7445         work.
7447 2009-07-30   Dan McMahill * dan AT mcmahill dot net *
7449         * src/hid/png/png.c: Do not try to call gdImageCreate() on a 0x0
7450         sized image.  This hopefully addresses some of the segfaults seen recently with
7451         the latest version of gd.  If a brush size scales to give a size of
7452         0 then bump it up to a single pixel.
7454 2009-07-29   Dan McMahill * dan AT mcmahill dot net *
7456         * src/hid/png/png.c: Check return codes from the various gd
7457         allocation functions.  Check returns codes for gdImageCreate(), gdImageColorAllocate(), and
7458         gdImageColorAllocateAlpha() calls to check for problems.
7460 2009-07-27   Dan McMahill * dan AT mcmahill dot net *
7462         * src/action.c: Don't disperse locked elements.  When dispersing elements do not disperse locked elements.  Locked
7463         elements often times are mechanical and really should not be moved.
7464         Noted by Levente Kovacs on gEDA-user.
7466 2009-07-07   anthonix * anthonix AT anthonix-desktop dot (none) *
7468         * : commit 2f80c6fc0c4aa1b7b5bb85d0d45f8415564dbe68  Author:
7469         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Tue Jul
7470         7 02:21:33 2009 +1200
7472 2009-07-02   Dan McMahill * dan AT mcmahill dot net *
7474         * po/POTFILES.in: add src/toporoute.c add src/toporoute.c which lets this pass 'make distcheck' again.
7476 2009-07-03   anthonix * anthonix AT anthonix-desktop dot (none) *
7478         * src/toporouter.c, src/toporouter.h: Toporouter: ROAR
7480 2009-06-27   anthonix * anthonix AT anthonix-desktop dot (none) *
7482         * : commit ffb17f87f0d5c4e06574750f36a15e51f4ff89d3  Author:
7483         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Sat Jun
7484         27 11:27:55 2009 +1200
7486 2009-06-25   Dan McMahill * dan AT mcmahill dot net *
7488         * : commit b17582ba2e192f42cd87d8466f16ea48fbde0d5b  Author: Dan
7489         McMahill * dan AT mcmahill dot net * Date:   Thu Jun 25 22:58:29
7490         2009 -0400
7492 2009-06-26   anthonix * anthonix AT anthonix-desktop dot (none) *
7494         * : commit 889ee4f3a223c90d376c68524bce75423ef776bc  Author:
7495         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Fri Jun
7496         26 13:56:48 2009 +1200
7498 2009-06-26   anthonix * anthonix AT anthonix-desktop dot (none) *
7500         * src/toporouter.c, src/toporouter.h: Toporouter: One pass
7501         curvilinear wiring
7503 2009-06-25   Dan McMahill * dan AT mcmahill dot net *
7505         * tests/run_tests.sh: When using the gerber HID, always use
7506         --fab-author to make the resuls repeatable.  Always use the --fab-author flag to the gerber HID to avoid many
7507         false failures which would occur when different users try to run the
7508         testsuite.  Also fix a minor glitch when building from a read-only
7509         source tree while here.
7511 2009-06-24   Dan McMahill * dan AT mcmahill dot net *
7513         * Makefile.am, configure.ac: Top level configure stuff for the
7514         testsuite.  Add top level configure stuff missed in the previous few commits for
7515         the testsuite.
7517 2009-06-24   Dan McMahill * dan AT mcmahill dot net *
7519         * tests/golden/Makefile.am, tests/golden/hid_png1/Makefile.am,
7520         tests/run_tests.sh, tests/tests.list: Teach the testsuite how to
7521         compare image files.  Teach testsuite how to compare image files and add a very basic test
7522         on the PNG HID.
7524 2009-06-24   Dan McMahill * dan AT mcmahill dot net *
7526         * : commit 81fdd6f7753046121b268cc562faab2d4bcb69f6  Author: Dan
7527         McMahill * dan AT mcmahill dot net * Date:   Wed Jun 24 22:16:17
7528         2009 -0400
7530 2009-06-23   Dan McMahill * dan AT mcmahill dot net *
7532         * src/buffer.c: Document the FreeRotateBuffer() action.  Add syntax and help strings as well as the manual documentation for
7533         the FreeRotateBuffer() action.
7535 2009-06-23   Dan McMahill * dan AT mcmahill dot net *
7537         * doc/pcb.texi: Add a comment about breakouts for fine pitch power
7538         pins and the autorouter.  Add a comment about breakouts for fine pitch power pins and the
7539         autorouter.  Suggested by harry on geda-user.
7541 2009-06-22   Dan McMahill * dan AT mcmahill dot net *
7543         * doc/pcb.texi: Add a short chapter on using the autorouter.  Add a short chapter on using the autorouter based on email
7544         instructions from harry on geda-user.
7546 2009-06-22   DJ Delorie * dj AT delorie dot com *
7548         * src/hid/png/png.c: Add bloat to PNG hid Add a --png-bloat option that takes a bloat setting, much like the
7549         postscript HID.  Optionally, a units suffix is allowed:  --png-bloat
7550         10px or --png-bloat 1.2mil.
7552 2009-06-21   harry * harry AT harry-laptop dot (none) *
7554         * src/autoroute.c: calculate total wire length for result
7556 2009-06-21   harry * harry AT harry-laptop dot (none) *
7558         * src/buffer.c, src/create.c, src/polygon1.c, src/rats.c,
7559         src/remove.c, src/search.c: Fix several errors, some more
7560         point-boxes that weren't half open and several found with valgrind.
7561         valgrind is your friend!
7563 2009-06-21   harry * harry AT harry-laptop dot (none) *
7565         * src/misc.c: fix single-point rectangles to correctly have
7566         half-closed boxes
7568 2009-06-21   harry * harry AT harry-laptop dot (none) *
7570         * src/action.c: don't count one rat line twice when deleting them
7572 2009-06-21   Dan McMahill * dan AT mcmahill dot net *
7574         * src/pcbtest.sh.in: Improve the pre-install pcb wrapper script.  The pcbtest.sh wrapper script is used to run pcb for testing before
7575         pcb is installed.  Improve the robustness of this script to allow it
7576         to be run from a different directory from where it is created as
7577         well as allowing the export HID's to be called with it.
7579 2009-06-21   harry * harry AT harry-laptop dot (none) *
7581         * : commit dfc097708cf04983767be89b4e29a551cc0b3bc3  Author: harry *
7582         harry AT harry-laptop dot (none) * Date:   Sun Jun 21 14:33:59 2009
7583         -0400
7585 2009-06-21   harry * harry AT harry-laptop dot (none) *
7587         * src/autoroute.c, src/box.h, src/heap.c, src/heap.h, src/hid.h,
7588         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c, src/mtspace.c,
7589         src/mtspace.h, src/rtree.c, src/vector.c, src/vector.h: Major
7590         updates to the autorouter. Fixes bug created from prior changes
7591         elsewhere and changes significantly the way that expansion searching
7592         is performed.
7594 2009-06-20   DJ Delorie * dj AT delorie dot com *
7596         * src/hid/common/actions.c: Oops, re-comment-out a debug statement.  Re-comment out a debug statement that was accidentally left
7597         uncommented in the last commit.
7599 2009-06-19   Jared Casper * jaredcasper AT gmail dot com *
7601         * src/hid/common/actions.c: Allow quoted strings and escaped
7602         characters in action arguments.  Quoting works similar to bash quoting: A backslash (\) is the escape character.  It preserves the literal
7603         value of the next character that follows.  To get a literal '\' use
7604         "\\".  Enclosing characters in single quotes preseves the literal value of
7605         each character within the quotes.  A single quote may not occur
7606         between single quotes, even when preceded by a blackslash.  Enclosing characters in double quotes preserves the literal value of
7607         all characters within the quotes, with the exception of '\' which
7608         maintains its special meaning as an escape character.
7610 2009-06-16   Dan McMahill * dan AT mcmahill dot net *
7612         * : commit 8039b7114c038b05688f0e7c2a527a187cda242e  Author: Dan
7613         McMahill * dan AT mcmahill dot net * Date:   Tue Jun 16 21:03:51
7614         2009 -0400
7616 2009-06-17   anthonix * anthonix AT anthonix-desktop dot (none) *
7618         * src/toporouter.c: Toporouter: Fix for routing_edge_insert() with
7619         same coordinates
7621 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7623         * src/toporouter.c: Toporouter: Fix for TCS candidate vertices leak
7625 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7627         * src/toporouter.c: Toporouter: Fix for arc orientation in export
7628         checks
7630 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7632         * src/toporouter.c: Toporouter: Fix for arc orientation in export
7633         checks
7635 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7637         * src/toporouter.h: Toporouter: Wiring score calculation
7639 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7641         * src/toporouter.c: Toporouter: Better cleanup of routing edges
7643 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7645         * src/toporouter.c: Toporouter: Fix for arc removal not updating
7646         vertex link
7648 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7650         * src/toporouter.c, src/toporouter.h: Toporouter: Work on traces
7651         arcing back around vertices
7653 2009-06-10   Dan McMahill * dan AT mcmahill dot net *
7655         * lib/geda.inc: RESC3216M was defined twice.  The first was supposed
7656         to be INDC3216M.  Noted by John Luciana on the gEDA user list.
7658 2009-06-11   anthonix * anthonix AT anthonix-desktop dot (none) *
7660         * src/Makefile.am, src/gts/gts.h, src/gts/predicates.c,
7661         src/gts/predicates_init.c, src/toporouter.c, src/toporouter.h: 
7662         Toporouter: Dynamic computation of GTS predicates
7664 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7666         * src/toporouter.c: Toporouter: Workaround for older GLib
7668 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7670         * src/toporouter.c: Toporouter: Workaround for older GLib
7672 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7674         * src/toporouter.c: Toporouter: Workaround for older GLib
7676 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7678         * src/toporouter.c: Toporouter: Workaround for older GLib
7680 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7682         * : commit 9653a6371aa41f873932062ef6d6b838bf98a987  Author:
7683         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Wed Jun
7684         10 13:28:10 2009 +1200
7686 2009-06-09   Dan McMahill * dan AT mcmahill dot net *
7688         * : commit 6878692f1e13a09a7191c8f9cf09e05c403fbe33  Author:
7689         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Wed Jun
7690         10 13:23:27 2009 +1200
7692 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7694         * src/toporouter.c: Toporouter: disabled some experimental stuff
7696 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7698         * src/toporouter.c, src/toporouter.h: Misc Toporouter Changes
7700 2009-06-09   Dan McMahill * dan AT mcmahill dot net *
7702         * src/gts/boolean.c, src/gts/split.c, src/gts/surface.c,
7703         src/report.c: Remove some unused variables Remove some unused variables.  On some others which are only
7704         conditionally used, then only conditionally declare them.  Same for
7705         some functions.  This clears out some of the compiler warning
7706         clutter.
7708 2009-06-09   Dan McMahill * dan AT mcmahill dot net *
7710         * src/hid/gtk/gui-pinout-preview.c: Revert "avoid trying to use the
7711         background graphics context before it is created." This reverts commit 1138b9419b56c6c4a5861dce79ed058ee4e513ba.  As
7712         noted by Peter Clifton, there is a visible artifact that results
7713         from this.  We'll look for a better way to make sure the GC is
7714         created when it is needed.
7716 2009-06-08   Dan McMahill * dan AT mcmahill dot net *
7718         * src/hid/gtk/gui-pinout-preview.c: avoid trying to use the
7719         background graphics context before it is created.  On startup, some code was trying to access the background graphics
7720         context before it was created.  Check to make sure the context has
7721         been created before we do anything with it.
7723 2009-06-08   Jared A. Casper * jcasper AT youngmc dot Stanford dot EDU *
7725         * src/hid/common/actions.c, src/hid/gtk/gtkhid-main.c,
7726         src/hid/lesstif/main.c: Fix command line exporting.  Previously, hid_actionv was changed to always call gui->get_coords
7727         wether or not the action had a need_coord_msg, in an attempt to
7728         always get the latest coords for things like zoom or pan that didn't
7729         have a need_coord_msg.  However, this broke command line exporting
7730         because it was trying to call get_coords on the nogui hid.  Added the check back in to only call gui->get_coords when the action
7731         has a need_coord_msg and added need_coord_msg's to actions that need
7732         coords.
7734 2009-06-08   Jared Casper * jaredcasper AT gmail dot com *
7736         * src/gpcb-menu.res, src/hid/gtk/gtkhid-main.c,
7737         src/hid/gtk/gui-output-events.c: Adding ability to customize mouse
7738         scroll action in GTK.  Changed the mouse_scroll gtk event handler to use do_mouse_action
7739         instead of manually handling the event.  gtk treats scrolling
7740         differently as a mouse button event, and doesn't give a mouse button
7741         number, so this patch just hard codes up/down/left/right to buttons
7742         4 through 7.  This corresponds to the default names used in the
7743         resource file, and, for X11, gtk hardcodes mouse buttons 4 - 7 to
7744         the scrolling events anyway.  This may cause problems in quartz or
7745         windows if some mouse has a bunch of buttons and quartz/windows maps
7746         those buttons to numbers 4 - 7, but I don't have a system to test
7747         that (and in that case the names in the resource file would be wrong
7748         as well).  Added a Scroll action to the gtk hid to be able to mimic the
7749         existing scroll wheel behavior with an action script.
7751 2009-06-08   Steven Michalske * smichalske AT gmail dot com *
7753         * src/line.c: Allow mod1(alt)(option) to bypass AUTO enforce DRC For Apples, which use ctrl-click to simulate right-click.
7755 2009-06-08   Steven Michalske * smichalske AT gmail dot com *
7757         * src/hid.h, src/hid/batch/batch.c, src/hid/bom/bom.c,
7758         src/hid/common/extents.c, src/hid/common/hidnogui.c,
7759         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
7760         src/hid/gtk/gui.h, src/hid/lesstif/main.c, src/hid/lpr/lpr.c,
7761         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
7762         src/hid/ps/ps.c: Adding the ability to use mod1 (alt)(option) in
7763         HIDs This is useful for OSX installs as crtl-click, is mapped to right
7764         click.  so when drawing a line that you want to force a DRC
7765         "Violation" and you need to use the control key, it will cancel the
7766         line being drawn, and start a new point.  This is tested in the lesstif and GTK hids, under OSX wher ehte
7767         option key is the "alt" key.   I leave it to the patch integrator th
7768         verify on linux for GTK and lesstif.  This is a bit hackish on detecting the alt key/option key, I
7769         #ifdefed it to __APPLE__ because the option key returns 1<<13 not
7770         GDK_MOD1_MASK Under lesstif I might guess that the alt/mod1 is not
7771         quite the same as option.
7773 2009-06-07   Jared Casper * jaredcasper AT gmail dot com *
7775         * src/Makefile.am, src/action.c, src/gpcb-menu.res,
7776         src/hid/common/actions.c, src/hid/common/hid_resource.c,
7777         src/hid/common/hid_resource.h, src/hid/gtk/gtkhid-main.c,
7778         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
7779         src/hid/gtk/gui.h, src/hid/lesstif/lesstif.h,
7780         src/hid/lesstif/main.c, src/hid/lesstif/menu.c: Teaching GTK hid to
7781         use mouse resources I had some free time over the weekend and have been wanting to get
7782         my hands dirty in the PCB code so I took a crack at this and wanted
7783         to get some feedback.  Attached is a patch with a detailed commit message of what I did,
7784         but the general idea was to move the lesstif hid's handling of the
7785         mouse resources into a common hid file (which I called hid_resource)
7786         and have the gtk hid use that instead of being hardcoded.  This way
7787         the hid's are only responsible for catching the button press,
7788         determining which modifier keys were active, then calling the common
7789         code to handle it.  The common code does what the lesstif hid does,
7790         calls the actions defined in the resource file.  In theory more
7791         common stuff could be moved to hid_resource, the code to find and
7792         load the resource file, for example, is nearly identical in both
7793         hids.  I changed up the Mouse resource in gpcb-menu.res to match the
7794         hardcoded behavior of the gtk hid as closely as possible (see the
7795         commit message for details).  I've played around with it a bit and it seems to be working, but as
7796         this my first time meddling with the code, I'm sure I missed some
7797         stuff.  If anybody has time to look it over and/or try it out that
7798         would be great.  Comments regarding the approach, formatting, style,
7799         etc. are all appreciated (I did my best to match the style of the
7800         surrounding code).  Jared
7802 2009-06-05   Dan McMahill * dan AT mcmahill dot net *
7804         * src/edif.y: Use the appropriate header files instead of providing
7805         extern foo() prototypes.  Use the correct headers for a handful of function prototypes.  This
7806         should fix some build issues reported on geda-uers.
7808 2009-06-03   Dan McMahill * dan AT mcmahill dot net *
7810         * configure.ac: When building from git sources and building docs,
7811         force maintainer-mode.  When building from git sources, maintainer mode is required to build
7812         the manual.  So, unless the user has specified --disable-doc then
7813         force maintainer mode.  When building from a tarball, the
7814         preformatted manual is already contained and we do not impose
7815         maintainer-mode.  Hopefully this puts to rest the documentation
7816         building issues once and for all!
7818 2009-06-01   Dan McMahill * dan AT mcmahill dot net *
7820         * po/pcb.pot: Remove generated file that cause continual git churn.  This file is generated and also removed by the clean target.
7821         Removing a file from the source tree via 'make clean' that is under
7822         version control just causes headaches.
7824 2009-06-01   Dan McMahill * dan AT mcmahill dot net *
7826         * doc/fractional_size.texi, doc/letter_size.texi,
7827         doc/metric_size.texi, doc/wire_size.texi: Remove additional
7828         generated files.  Remove the .texi files that are generated from the ASCII .tab files
7829         from git to avoid gratitous storage of and changing of generated
7830         files.
7832 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7834         * doc/.gitignore, doc/gs/.gitignore: Add a few more missing
7835         .gitignore entries.
7837 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7839         * doc/.gitignore: Expand out the list of files since git didn't like
7840         the patterns I used.
7842 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7844         * doc/.gitignore: Add gitignore file for the manual
7846 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7848         * src/.gitignore, src/gts/.gitignore: Add some missing .gitignore
7849         entries for the new gts code
7851 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7853         * README.cvs: update this a bit to reflect the new repository home
7854         and also remove references to needing maintainer-mode
7856 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7858         * utils/git2cl: add git2cl utility to help update ChangeLog's for
7859         releases.
7861 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7863         * doc/actions.texi, doc/pcbfile.texi, doc/version.texi: remove some
7864         generated files from git.  These are only needed if you are building
7865         the documentation in which case you have all the tools and makefile
7866         rules for them to be regenrated anyway.  Eliminates all the
7867         headaches associated with generated files in version control.
7869 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7871         * doc/gs/gafrc, doc/gs/gschemrc: these are generated at configure
7872         time now.
7874 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7876         * doc/gs/gafrc.in, doc/gs/gschemrc.in: to handle the case where we
7877         may be building outside the source directory, generate gafrc and
7878         gschemrc at configure time.
7880 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7882         * doc/gs/print-eps.scm: comment out a color theme that relied on a
7883         path only present on DJ's machine.  It isn't really needed anyway.
7885 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7887         * po/POTFILES.in: add a missing file.
7889 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7891         * configure.ac, doc/Makefile.am, doc/gs/Makefile.inc,
7892         lib/Makefile.am: Remove the use of maintainer mode to gate on/off
7893         rules for building the documentation.  Instead look for the
7894         existance of $(top_srcdir)/.git and decide based on that if this is
7895         a tarball build (in which case the documentation ships already
7896         built) or a git build.  If it is a git build, then simply require
7897         all the needed tools for building the docs.  If the tools are not
7898         found then configure will exit with an explicit message saying why
7899         it has failed and that either tools need to be installed or
7900         --disable-doc needs to be given.  Hopefully this will eliminate the
7901         previous strange behavior of needing --maintainer-mode when building
7902         docs from cvs/git.
7904 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7906         * src/Makefile.am: add gts/predicates_init.h to DISTCLEANFILES.
7907         Also comment out the section that extracts REGISTER lines from the
7908         gts code.  We currently don't have any REGISTER lines in the gts
7909         code and so make was exiting because a grep failed.
7911 2009-05-23   Dan McMahill * dan AT mcmahill dot net *
7913         * lib/geda.inc, lib/to.inc: Add TO18, TO39, and fix pinout on TO92.  Added TO18 and TO39 footprints based on the JEDEC drawings.  Note
7914         that the pinout used is the one from the JEDEC drawings and it may
7915         or may not match a particular vendors pin numbering.  I have in fact
7916         seen different vendors number the pins differently on these
7917         packages.  It is entirely up to the user to make sure that their CAD
7918         symbols have the correct mapping from E, B, C (for a bipolar) to
7919         pins 1, 2, 3 and that the JEDEC numbering is used.  While here correct the TO92 pinout.  It now also matches the JEDEC
7920         drawing and is more consistent with the most common vendor
7921         numberings.  How on earth has this not caused problems before?
7923 2009-05-17   Jared Casper * jaredcasper AT gmail dot com *
7925         * ChangeLog, configure.ac, src/hid/lpr/hid.conf: Some cleanup of
7926         configure script Added top level check for pkg-config with PKG_PROG_PKG_CONFIG and
7927         removed AC_PATH_PROG call for pkg-config from inside a block
7928         conditional on enable_dbus.  Added a PKG_CHECK_MODULE for cairo if the toporouter output is
7929         enabled.  Added a check for HID dependencies.  A hid's hid.conf can set a
7930         variable "deps" which is a list of other HIDs that must be included
7931         with that hid.  Added ps the lpr's deps.
7933 2009-05-14   Dan McMahill * dan AT mcmahill dot net *
7935         * lib/m4lib_to_newlib.sh: Remove an extra '' quote in a comment
7936         which caused confusion on some systems.
7938 2009-05-05   Ineiev * ineiev AT gmail dot com *
7940         * ChangeLog, configure.ac, src/Makefile.am, src/gts/cdt.c,
7941         src/toporouter.c, src/toporouter.h: Toporouter: portability fixes 1) add #include <assert.h> 2) add configure options for toporouter --disable-toporouter
7942         switches off toporouter --disable-toporouter-output switches off
7943         toporouter cairo output 3) make toporouter compatible with glib < 2.10.0 provide
7944         slist_insert_sorted_with_data() for those cases 4) fix VPATH builds gts/predicates_init stuff was not quite clean 5) fix find_closest() implementation for glib < 2.4.0 The earlier
7945         version combined with toporouter produced segfault on tut1.pcb (on
7946         top of glib-2.0.1 and glib-2.6.4); furthermore, it accessed to
7947         undocumented glib structures.
7949 2009-04-30   Anthony Blake * tonyb33 AT gmail dot com *
7951         * src/gts/gts.h: gts.h fix Fixes the include of gtsconfig.h
7953 2009-04-24   Anthony Blake * tonyb33 AT gmail dot com *
7955         * gts/Makefile.am, gts/NOTES, gts/bbtree.c, gts/boolean.c,
7956         gts/cdt.c, gts/config.h.win32, gts/container.c, gts/curvature.c,
7957         gts/edge.c, gts/eheap.c, gts/face.c, gts/fifo.c, gts/graph.c,
7958         gts/gts-config.in, gts/gts-private.h, gts/gts.def, gts/gts.h,
7959         gts/gts.m4, gts/gtsconfig.h, gts/heap.c, gts/hsurface.c, gts/iso.c,
7960         gts/isotetra.c, gts/kdtree.c, gts/makefile.msc, gts/matrix.c,
7961         gts/misc.c, gts/named.c, gts/object.c, gts/oocs.c, gts/partition.c,
7962         gts/pgraph.c, gts/point.c, gts/predicates.c, gts/predicates.h,
7963         gts/predicates_init.c, gts/psurface.c, gts/refine.c,
7964         gts/rounding.h, gts/segment.c, gts/split.c, gts/stripe.c,
7965         gts/surface.c, gts/triangle.c, gts/tribox3.c, gts/vertex.c,
7966         gts/vopt.c, src/Makefile.am, src/gts/NOTES, src/gts/bbtree.c,
7967         src/gts/boolean.c, src/gts/cdt.c, src/gts/container.c,
7968         src/gts/curvature.c, src/gts/edge.c, src/gts/eheap.c,
7969         src/gts/face.c, src/gts/fifo.c, src/gts/graph.c,
7970         src/gts/gts-private.h, src/gts/gts.h, src/gts/heap.c,
7971         src/gts/hsurface.c, src/gts/iso.c, src/gts/isotetra.c,
7972         src/gts/kdtree.c, src/gts/matrix.c, src/gts/misc.c,
7973         src/gts/named.c, src/gts/object.c, src/gts/oocs.c,
7974         src/gts/partition.c, src/gts/pgraph.c, src/gts/point.c,
7975         src/gts/predicates.c, src/gts/predicates.h,
7976         src/gts/predicates_init.c, src/gts/psurface.c, src/gts/refine.c,
7977         src/gts/rounding.h, src/gts/segment.c, src/gts/split.c,
7978         src/gts/stripe.c, src/gts/surface.c, src/gts/triangle.c,
7979         src/gts/tribox3.c, src/gts/vertex.c, src/gts/vopt.c,
7980         src/toporouter.c, src/toporouter.h: GTS build script changes Changed build scripts to include GTS.
7982 2009-04-22   Anthony Blake * tonyb33 AT gmail dot com *
7984         * gts/Makefile.am, gts/NOTES, gts/bbtree.c, gts/boolean.c,
7985         gts/cdt.c, gts/config.h.win32, gts/container.c, gts/curvature.c,
7986         gts/edge.c, gts/eheap.c, gts/face.c, gts/fifo.c, gts/graph.c,
7987         gts/gts-config.in, gts/gts-private.h, gts/gts.def, gts/gts.h,
7988         gts/gts.m4, gts/gtsconfig.h, gts/heap.c, gts/hsurface.c, gts/iso.c,
7989         gts/isotetra.c, gts/kdtree.c, gts/makefile.msc, gts/matrix.c,
7990         gts/misc.c, gts/named.c, gts/object.c, gts/oocs.c, gts/partition.c,
7991         gts/pgraph.c, gts/point.c, gts/predicates.c, gts/predicates.h,
7992         gts/predicates_init.c, gts/psurface.c, gts/refine.c,
7993         gts/rounding.h, gts/segment.c, gts/split.c, gts/stripe.c,
7994         gts/surface.c, gts/triangle.c, gts/tribox3.c, gts/vertex.c,
7995         gts/vopt.c, src/Makefile.am, src/toporouter.c, src/toporouter.h: 
7996         Added topological autorouter Topological autorouter (not yet exporting geometry) GTS with small
7997         but crucial bug fixes
7999 2009-04-19   Ben Jackson * ben AT ben dot com *
8001         * .gitignore: Add *.backup to gitignore (in case you test run PCB in
8002         the tree)
8004 2009-04-19   Ben Jackson * ben AT ben dot com *
8006         * src/hid/gtk/gui-config.c: GTK HID: Background color can be set
8007         live from config dialog Background, off-limit and grid color changes require a special
8008         update that was missing when colors were edited in the config
8009         dialog.
8011 2009-04-17   DJ Delorie * dj AT delorie dot com *
8013         * src/report.c: Add "report all net lengths" option Usage: Report (AllNetLengths[,(mm|in|mil|pcb)])
8015 2009-04-09   Ben Jackson * ben AT ben dot com *
8017         * .gitignore, data/.gitignore, lib/.gitignore, po/.gitignore,
8018         src/.gitignore, src/hid/.gitignore: Add initial gitignore files
8019         covering autogen files and GTK HID build
8021 2009-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8023         * src/hid/gtk/gui-render-pixmap.c: GTK HID: Use clipping region when
8024         drawing DRC violation previews Should speed up rendering quite a bit for non-trivial boards.
8026 2009-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8028         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h: GTK HID: Move inline
8029         coordinate conversions from gtkhid-main.c to gui.h This allows other source files easy access to the routines Vx(),
8030         Vy(), Vz() and Px(), Py, Pz().
8032 2009-04-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8034         * src/polygon.c: Allow PolygonHoles() to be passed a NULL region Passing a NULL region implies we wish to be called back for all
8035         holes in the polygon, as we don't have a region to test against.  Fixes crash in the DRC window when the design has polygons, and is
8036         viewed with either thindraw, or thindraw polygons.
8038 2009-04-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8040         * src/hid/gtk/gui-drc-window.c: GTK HID: Add "Refresh" button to DRC
8041         window to re-run the DRC.  Allows the user to more quickly get an updated view of their
8042         progress fixing design rule violations.
8044 2009-04-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8046         * src/hid/gtk/gui-drc-window.c: GTK HID: Fix pango markup in DRC
8047         window to be more compatible Avoid using the attribute alias "font_size" in the markup. Older
8048         pango versions only support "size", which is functionally identical.
8050 2009-04-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8052         * src/hid/gtk/gtkhid-main.c: GTK HID: Fix cursor warping on flipped
8053         boards
8055 2009-04-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8057         * src/Makefile.am, src/hid/gtk/gui-drc-window.c,
8058         src/hid/gtk/gui-drc-window.h, src/hid/gtk/gui-render-pixmap.c,
8059         src/hid/gtk/gui.h: GTK HID: Add preview images in the drc violations
8060         window
8062 2009-04-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8064         * src/Makefile.am, src/hid/gtk/gtkhid-main.c,
8065         src/hid/gtk/gui-config.c, src/hid/gtk/gui-drc-window.c,
8066         src/hid/gtk/gui-drc-window.h, src/hid/gtk/gui.h: GTK HID: Add DRC
8067         list window using the new DRC_GUI hooks.
8069 2009-04-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8071         * src/action.c, src/find.c, src/global.h, src/gpcb-menu.res,
8072         src/hid.h, src/hid/batch/batch.c, src/hid/bom/bom.c,
8073         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
8074         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c,
8075         src/hid/lpr/lpr.c, src/hid/nelma/nelma.c, src/hid/png/png.c,
8076         src/hid/ps/eps.c, src/hid/ps/ps.c: Refactor DRC reporting to work
8077         around a DrcViolationType structure.  Add hooks to the HID structure allowing a GUI to consume this data
8078         directly (if it wants), rather than being called to display ordinary
8079         message dialog boxes. No HID yet utilises this interface.  Remove log messages for individual design rule violations, instead
8080         writing log entries based on the title in the DrcViolationType. This
8081         modifies some of the logged messages slightly. All now prefix:
8082         "WARNING!  Design Rule error - ", as was present on some of the old
8083         messges.
8085 2009-04-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8087         * src/polygon1.c: Fix leak of input objects for certain short-cut
8088         cases in poly_Boolean_free When either a or b input object is NULL, depending on the boolean
8089         operation selected, either a, b or NULL is returned as the result.
8090         Make sure we free any non NULL, and non-returned inputs when taking
8091         these shortcut paths.
8093 2009-04-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8095         * src/polygon1.c: Fix leak of cross vertex connectivity lists when
8096         deleting contours Free these lists as we free the contour's nodes in poly_DelContour()
8098 2009-03-25   Tibor Palinkas * igor2 AT inno dot bme dot hu *
8100         * src/hid/lesstif/menu.c: pass context in lesstif Minor patch to get the action context properly passed to actions
8101         with lesstif, which doesn't use hid_actionv() for some reason.
8103 2009-03-25   DJ Delorie * dj AT delorie dot com *
8105         * src/hid.h, src/hid/common/actions.c, src/hid/hidint.h,
8106         src/hid/lesstif/menu.c: single-action register/deregister New API to support registering individual actions with a context for
8107         them, for example for scripting languages to register a hub
8108         dispatcher.   From Igor2 AT inno dot bme dot hu (Tibor Palinkas)
8110 2009-03-08   DJ Delorie * dj AT delorie dot com *
8112         * src/report.c: bugfix: avoid NULL pin names with Report(NetLength) There was an assumption that all pins and pads have non-NULL names,
8113         but if you create a .pcb with a script you could end up with
8114         anything.  Make sure the names we get are non-NULL before using
8115         them.
8117 2009-03-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8119         * src/hid/gerber/gerber.c, src/hid/png/png.c: Fix exporters to cope
8120         with hairlines now they are passed as width 0, not 1 This fixes breakage introduced in commit
8121         8dd739f9bd72dc3c8beb6e4e5e32c124cac0d13b png exporter:   - Needs a minimum 1x1 pixel brush for drawing hairlines    - Report and patch by Levente Kovacs * leventelist AT gmail dot
8122           com * gerber exporter:   - The hairline drawn around holes must be ignored    - Report and diagnosis by Ineiev * ineiev AT gmail dot com *
8124 2009-03-05   Dan McMahill * dan AT mcmahill dot net *
8126         * README.snapshots: Add a note for next time about some increased
8127         test coverage.  We need to do a distcheck build with a wider variety of requested
8128         HID's to catch things like the missing src/hid/batch/hid.conf
8130 2009-03-05   Dan McMahill * dan AT mcmahill dot net *
8132         * src/Makefile.am: add missing hid/batch/hid.conf to EXTRA_DIST.
8133         Noted by Stefan Salewski.
8135 2009-02-27   Dan McMahill * dan AT mcmahill dot net *
8137         * configure.ac: Bump the required autoconf version to 2.60.  pdfdir, psdir, and friends appeared in version 2.60 of autoconf.
8138         Since we use those, we need 2.60 or higher.  Problem noted by Bert
8139         Timmerman.
8141 2009-02-27   Dan McMahill * dan AT mcmahill dot net *
8143         * src/hid/png/png.c: Remove some now unused RCS ID's
8145 2009-02-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8147         * src/Makefile.am, src/dbus.c, src/draw.c, src/global.h, src/hid.h,
8148         src/hid/batch/batch.c, src/hid/bom/bom.c,
8149         src/hid/common/draw_helpers.c, src/hid/common/draw_helpers.h,
8150         src/hid/common/extents.c, src/hid/common/hidinit.c,
8151         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
8152         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-config.c,
8153         src/hid/gtk/gui.h, src/hid/lesstif/main.c, src/hid/lpr/lpr.c,
8154         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
8155         src/hid/ps/ps.c, src/polygon.c, src/polygon.h: Add support for
8156         filling / thindrawing raw polygons to the HID interface Refactor core polygon drawing to use these member functions, and
8157         split the old code which used the HID's fill_polygon and draw_line
8158         functions into a helper function which the guis now use to convert
8159         the polygon into the primitives it knows how to draw.  Alter the NoHoles dicer to pass back PLINE contours, rather than
8160         wrapping them in a POLYAREA and PolygonType.
8162 2009-02-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8164         * src/draw.c, src/polygon.c, src/polygon.h: Add user_data parameter
8165         to NoHolesPolygonDicer Also switch the clip_box parameter before the ones defining the
8166         callback and its user_data.
8168 2009-02-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8170         * src/draw.c: Thindraw with 0 width, not 1 PCB unit width.  This allows the gui to differentiate between when the core wants
8171         hairline drawing, and when the core is drawing primitives which are
8172         actually 1 PCB unit wide.
8174 2009-02-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8176         * src/draw.c: Thindraw polygons with circular line-caps.  Set an explicit cap style for consistency with other "special"
8177         polygon drawing code.
8179 2009-02-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8181         * src/polygon.c: Bisect and union self-intersecting arcs in
8182         ArcPoly() Avoids creating a self-intersecting contour which produces incorrect
8183         result. Bug noted when clearing a 360 degree arc from a polygon.  For self-intersecting arcs, we now bisect, produce two polygons
8184         (with non-self-intersecting contours), then compute their union.
8186 2009-02-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8188         * src/hid/bom/bom.c, src/hid/gerber/gerber.c, src/hid/lpr/lpr.c,
8189         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
8190         src/hid/ps/ps.c: Various HIDs: Add missing pointers for the watch
8191         and block hander methods These were missed when adding DBus support, since the initialisation
8192         of the HID structure assumes that unspecified members are zero, and
8193         all subsequent function pointers were explicitly 0, so as not to
8194         cause a type mismatch.  Hids fixed:   bom   gerber   lpr   nelma   png   eps   ps
8196 2009-02-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8198         * src/hid/nelma/nelma.c: nelma: Fix prototype on set_layer() method
8199         to take the "empty" flag.  Fixes warning about incompatible types when intialising the HID
8200         structure.
8202 2009-02-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8204         * src/polygon1.c: polygon1.c: Implement poly_Boolean() by calling
8205         poly_Boolean_free() Reduces duplicated code. The poly_Boolean() implemetation already
8206         copied the original contours, then duplicated the processing steps
8207         taken in poly_Boolean_free().
8209 2009-02-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8211         * src/hid/gtk/gui-netlist-window.c: gtkhid: Return NULL from
8212         ghid_get_net_from_node_name() Fixes calling return; from function returning non-void type.
8214 2009-02-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8216         * src/crosshair.c: crosshair.c: When drawing via DRC clearence, pass
8217         correct angle.  360 * 64 was a hold-over from before the HID split. The passed angle
8218         should be 360.
8220 2009-01-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8222         * src/polygon.c, src/polygon.h, src/rats.c: Make rats to polygons
8223         work for arbitrary clipped shapes The rat will still be drawn to the first point on the polygon, which
8224         might not necessarily be the closest.
8226 2009-01-14   DJ Delorie * dj AT delorie dot com *
8228         * src/hid/lesstif/dialogs.c: Skip undocumented options.
8230 2009-01-14   DJ Delorie * dj AT delorie dot com *
8232         * src/hid/gtk/gui-dialog-print.c: Don't show undocumented options.
8234 2009-01-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8236         * src/hid/gtk/gui-netlist-window.c: GTK HID: Avoid critical warning
8237         looking up connectivity without netlist
8239 2009-01-10   DJ Delorie * dj AT delorie dot com *
8241         * src/hid/png/png.c: Add only-visible support to photo-mode, check
8242         for more outline fill spots.
8244 2009-01-10   DJ Delorie * dj AT delorie dot com *
8246         * src/hid/png/png.c: Add outline mode for photo-mode, from Mark
8247         Rages
8249 2009-01-10   DJ Delorie * dj AT delorie dot com *
8251         * src/action.c: Handle wrap-around when searching the string hash
8252         table.
8254 2009-01-08   Dan McMahill * dan AT mcmahill dot net *
8256         * lib/misc.inc: for the axial footprints, put the mark on pin 1
8257         instead of on the body of the footprint.  This gives you a much
8258         better chance of the pins being on-grid when working with the
8259         coarser grids typically found in a thru-hole design.
8261 2008-12-30   DJ Delorie * dj AT delorie dot com *
8263         * src/polygon.c: Add description of how polygon data works from Ben,
8264         and debug routines for dumping polygon structures within gdb.
8266 2008-12-27   DJ Delorie * dj AT delorie dot com *
8268         * src/action.c, src/const.h, src/draw.c, src/flags.c,
8269         src/gpcb-menu.res, src/pcb-menu.res, src/search.c, src/strflags.c: 
8270         Add "hide names" option to hide all refdes on the board temporarily.
8272 2008-12-27   DJ Delorie * dj AT delorie dot com *
8274         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Fix flipping of
8275         arcs.
8277 2008-12-27   DJ Delorie * dj AT delorie dot com *
8279         * src/parse_y.y: fix parsing of old-syntax arcs.
8281 2008-12-27   DJ Delorie * dj AT delorie dot com *
8283         * src/draw.c: Include explicit text/lines/etc on silk layers in
8284         assembly drawings.
8286 2008-12-27   DJ Delorie * dj AT delorie dot com *
8288         * src/action.c: Make sure the user has specified an element for the
8289         pinout window.
8291 2008-12-27   DJ Delorie * dj AT delorie dot com *
8293         * src/hid/gtk/gui-config.c: Add min-drill and min-ring to the saved
8294         config list, and save the config file *after* updating it, not
8295         before.
8297 2008-12-27   DJ Delorie * dj AT delorie dot com *
8299         * src/hid/gerber/gerber.c: sf patch 2162834 from d.ineiev - count
8300         apertures for diagonal pads
8302 2008-12-27   DJ Delorie * dj AT delorie dot com *
8304         * src/draw.c, src/hid.h, src/hid/batch/batch.c,
8305         src/hid/common/extents.c, src/hid/common/hidnogui.c,
8306         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
8307         src/hid/lesstif/main.c, src/hid/png/png.c, src/hid/ps/eps.c,
8308         src/hid/ps/ps.c: Add "empty layer" hint to HID.  Add option
8309         --all-layers to gerber export which causes it to export all layers,
8310         empty or otherwise.
8312 2008-12-27   DJ Delorie * dj AT delorie dot com *
8314         * src/hid/png/png.c: Rename ben-mode to photo-mode.
8316 2008-12-27   DJ Delorie * dj AT delorie dot com *
8318         * src/hid.h, src/main.c: Add an option for undocumented attributes.
8320 2008-12-27   Dan McMahill * dan AT mcmahill dot net *
8322         * configure.ac, newlib/Makefile.am: deprecate the analog-devices and
8323         burr-brown newlib libraries
8325 2008-12-27   Dan McMahill * dan AT mcmahill dot net *
8327         * newlib/analog-devices/ADC12138CIMSA,
8328         newlib/analog-devices/Makefile.am, newlib/burr-brown/Makefile.am,
8329         newlib/burr-brown/OPA340_SOT23-5: remove some footprints of
8330         questionable use
8332 2008-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8334         * src/mymem.c: Regenerate rats r-tree when re-allocating a bigger
8335         rats array.  Shuould fix crashes observed on a board with a large number of rats.
8337 2008-12-24   DJ Delorie * dj AT delorie dot com *
8339         * src/hid/common/hidinit.c: Typo.
8341 2008-12-24   DJ Delorie * dj AT delorie dot com *
8343         * src/hid/common/hidinit.c: Make sure we clean up if dlopen fails.
8345 2008-12-24   DJ Delorie * dj AT delorie dot com *
8347         * src/hid/common/hidinit.c: Avoid checking memory before short-named
8348         files.
8350 2008-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8352         * src/hid/gtk/gui-netlist-window.c: Fix off-by one error in the GTK
8353         HID's netlist window model generation Broken when I added support for a hierarchical view of nets. The bug
8354         caused invalid memory to be read, possibly leading to a crash, as
8355         the last (and missing) element from g_new0 was supposed to be a
8356         terminator.
8358 2008-12-21   DJ Delorie * dj AT delorie dot com *
8360         * src/find.c: Fix via annulus calculations, from Jasper
8362 2008-12-21   DJ Delorie * dj AT delorie dot com *
8364         * src/hid/lesstif/menu.c: Set home from homedir.
8366 2008-12-20   DJ Delorie * dj AT delorie dot com *
8368         * doc/gs/gs.css: More missing files
8370 2008-12-20   DJ Delorie * dj AT delorie dot com *
8372         * doc/gs/gafrc, doc/gs/gschemrc: missed files
8374 2008-12-20   DJ Delorie * dj AT delorie dot com *
8376         * configure.ac: add texi2dvi check and doc/gs subdir
8378 2008-12-20   DJ Delorie * dj AT delorie dot com *
8380         * doc/eps2png, doc/gs/555.sym, doc/gs/555.symdef,
8381         doc/gs/Makefile.am, doc/gs/Makefile.inc, doc/gs/fb-blinker-sch.sch,
8382         doc/gs/fb-blinker.net, doc/gs/fb-blinker.pcb,
8383         doc/gs/fb-blinker.prj, doc/gs/fb-blinker.texi, doc/gs/fb-led-5.pcb,
8384         doc/gs/fb-led.pcb, doc/gs/fb-led.texi, doc/gs/fb-smt-sch.sch,
8385         doc/gs/fb-smt.net, doc/gs/fb-smt.pcb, doc/gs/fb-smt.prj,
8386         doc/gs/fb-smt.texi, doc/gs/firstboard.texi, doc/gs/gs.texi,
8387         doc/gs/installation.texi, doc/gs/introduction.texi,
8388         doc/gs/pj102.fp, doc/gs/powerjack.sym, doc/gs/print-eps.scm,
8389         doc/gs/term-annulus-1.pcb, doc/gs/term-clearance-1.pcb,
8390         doc/gs/term-element-1.pcb, doc/gs/term-pad-1.pcb,
8391         doc/gs/term-pin-1.pcb, doc/gs/term-platedhole-1.pcb,
8392         doc/gs/term-tented-1.pcb, doc/gs/term-thermal-1.pcb,
8393         doc/gs/term-thickness-1.pcb, doc/gs/terminology.texi,
8394         doc/gs/texinfo.tex: Add initial "getting started" guide.
8396 2008-12-20   DJ Delorie * dj AT delorie dot com *
8398         * src/hid.h: append '-' on all parameter names to prevent
8399         mis-interpretation of such.  Example: "xor" is a C++ reserved name.
8401 2008-12-20   DJ Delorie * dj AT delorie dot com *
8403         * src/hid/gerber/gerber.c: Increase resolution of gerbers to 0.01
8404         mil; drills remain at 0.1 mil
8406 2008-12-20   DJ Delorie * dj AT delorie dot com *
8408         * src/parse_l.l: Add support for suffixes on numbers, like "mm",
8409         "um", "in", or "mil".  No suffix defaults to "pcb units" as before.
8411 2008-12-20   DJ Delorie * dj AT delorie dot com *
8413         * src/flags.c: Add flags for whether various layers are shown.
8415 2008-12-20   DJ Delorie * dj AT delorie dot com *
8417         * src/action.c: Add MinClearGap() action.
8419 2008-12-12   Dan McMahill * dan AT mcmahill dot net *
8421         * configure.ac: try to clean up the logic around cross compiling and
8422         an executible pcb.  Hopefully addresses some corner cases when cross
8423         compiling.
8425 2008-12-12   Dan McMahill * dan AT mcmahill dot net *
8427         * doc/Makefile.am, doc/version.texi, lib/Makefile.am,
8428         lib/m4lib_to_newlib.sh.in: use if FOO  stuff endif instead of    @FOOTRUE@ stuff as the latter prevents automake from properly understanding some
8429         dependencies.
8431 2008-12-05   Dan McMahill * dan AT mcmahill dot net *
8433         * doc/actions.texi: regen
8435 2008-12-05   Dan McMahill * dan AT mcmahill dot net *
8437         * configure.ac, doc/Makefile.am, lib/Makefile.am,
8438         lib/m4lib_to_newlib.sh: Correctly deal with the case where one wants
8439         to do a maintainer cross compile which requires an installed pcb
8440         that can be executed on the build host.  As part of this, also do
8441         not build the png previews of the pcblib-newlib library by default.
8442         They were not really used for anything and it really slows the
8443         build.  They can be built with --enable-m4lib-png.
8445 2008-12-03   Dan McMahill * dan AT mcmahill dot net *
8447         * configure.ac, src/Makefile.am: check for windres as a build tool
8448         instead of hard coding 'windres'.  Should help with cross-compiling
8449         with windows as the target.  Noted as a patch for gerbv by Cesar
8450         Strauss.
8452 2008-12-03   DJ Delorie * dj AT delorie dot com *
8454         * src/misc.c: Merge thermals from old flags, not overwrite them.
8456 2008-11-30   Dan McMahill * dan AT mcmahill dot net *
8458         * win32/pcb.nsi.in: fix some shortcut removal issues on Vista.
8460 2008-11-30   Dan McMahill * dan AT mcmahill dot net *
8462         * win32/build_pcb: add a --nsis-only option that only creates the
8463         installer
8465 2008-11-30   Dan McMahill * dan AT mcmahill dot net *
8467         * win32/build_pcb: fix up the PATH used during the build so pcb can
8468         run when generating the pcblib-newlib previews
8470 2008-11-30   Dan McMahill * dan AT mcmahill dot net *
8472         * win32/build_pcb, win32/pcb.nsi.in: try to fix the pdf and html
8473         manual links.  Noted by Bob Paddock.
8475 2008-11-29   Dan McMahill * dan AT mcmahill dot net *
8477         * src/hid/gtk/gui-output-events.c: Fix bug 2011285 auto-pan on
8478         solder side not working properly.  Patch provided in the bug report.
8480 2008-11-29   Dan McMahill * dan AT mcmahill dot net *
8482         * src/action.c, src/crosshair.c, src/global.h, src/gpcb-menu.res,
8483         src/hid/gtk/gui-output-events.c, src/hid/lesstif/main.c,
8484         src/pcb-menu.res: Add additional crosshair shapes.  ctrl-right click
8485         cycles through.  Patch 2170634 from D. Ineiev.
8487 2008-11-29   Dan McMahill * dan AT mcmahill dot net *
8489         * src/hid/gtk/gui-dialog.c: teach ghid_confirm_dialog to remember
8490         its last position and to come up at the same place the next time.  Patch 1900832 from Tomaz Solc.
8492 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8494         * README.snapshots: Minor formatting updates for some long lines and
8495         also minor updates to reflect some sourceforge changes.
8497 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8499         * src/hid/gtk/gui-config.c: fix up the library path dialog for
8500         windows
8502 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8504         * src/hid/gtk/gui-config.c: Use PCB_PATH_DELIMETER instead of ":" in
8505         a few key places
8507 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8509         * configure.ac: bump rev after 20081128 branch
8511 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8513         * README.snapshots: update dates for 20081128 snapshot
8515 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8517         * NEWS: update for 20081128 snapshot
8519 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8521         * ChangeLog: update for 20081128 snapshot
8523 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8525         * doc/actions.texi: regen.
8527 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8529         * Makefile.am: Make DISTCHECK_CONFIGURE_FLAGS actually work again so
8530         we can check that 'make distcheck' passes for lesstif.
8532 2008-11-27   Dan McMahill * dan AT mcmahill dot net *
8534         * doc/Makefile.am: honor psdir, pdfdir, docdir, htmldir, dvidir.
8535         Noted in sf bug #1916057.
8537 2008-11-27   DJ Delorie * dj AT delorie dot com *
8539         * src/create.c: Test the two lines, not the line vs the current pcb,
8540         for compatible poly-join flags.
8542 2008-11-27   Dan McMahill * dan AT mcmahill dot net *
8544         * src/pcbtest.sh.in: get rid of an insecure usage of a temp file
8546 2008-11-25   Dan McMahill * dan AT mcmahill dot net *
8548         * src/main.c: do not free() the result of getenv().  Noted by Peter
8549         Clifton
8551 2008-11-25   Dan McMahill * dan AT mcmahill dot net *
8553         * src/global.h, src/hid/common/hidinit.c,
8554         src/hid/gtk/gui-top-window.c, src/hid/lesstif/menu.c, src/main.c: 
8555         Determine the users home directory on program startup and remember
8556         it for use in other places later.  This avoids repeated use of
8557         getenv("HOME") which may have issues especially under windows.
8559 2008-11-25   Dan McMahill * dan AT mcmahill dot net *
8561         * win32/build_pcb: create a DOS batch file wrapper for the installer
8562         to make it easier to run the installer immediately after building it
8563         from the cygwin shell.  Without this, vista doesn't seem to like to
8564         run it for some reason.
8566 2008-11-25   Dan McMahill * dan AT mcmahill dot net *
8568         * doc/actions.texi, doc/version.texi: regen
8570 2008-11-25   Dan McMahill * dan AT mcmahill dot net *
8572         * win32/Makefile.am, win32/build_pcb, win32/extract_gtk_win32,
8573         win32/pcb.nsi.in, win32/registerExtension.nsh: - various minor updates for a more recent download of gtk and
8574           friends largely taken from gerbv.  - associate .pcb and .fp file extensions with pcb - make sure we start up pcb in the My Documents area to discourage   writing into Program Files.
8576 2008-11-24   Dan McMahill * dan AT mcmahill dot net *
8578         * po/POTFILES.in: add 2 missing files that have translations
8580 2008-11-23   DJ Delorie * dj AT delorie dot com *
8582         * src/hid/ps/ps.c: Fix the foo.ps.type.ps bug
8584 2008-11-19   DJ Delorie * dj AT delorie dot com *
8586         * src/djopt.c: Move splitlines even earlier, to avoid unwanted
8587         changes.
8589 2008-11-11   DJ Delorie * dj AT delorie dot com *
8591         * src/create.c: Don't merge two lines if the join flag differs.
8593 2008-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8595         * src/hid/gtk/gui-pinout-preview.c: Fix preview drawing broken by
8596         resetting "Gathering" mode after painting.  Seems that the pinout preview widget relied on the bug fixed in
8597         commit 0647d028e6c755715d2fcdbd0b4f2be73d36ae7f. In the expose
8598         handler of the preview, We should be calling the
8599         hid_expose_callback() function rather than DrawElement() directly.
8601 2008-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8603         * src/hid/gtk/gui-output-events.c: Remove logged warning when
8604         pressing a key with no defined binding Poping up the log window in these cases is very intrusive, and it
8605         triggered for keys such as capslock, Mod4/Windows etc. There is no
8606         real need to log errant key-presses, so remove this feature.
8608 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8610         * src/autoroute.c, src/mtspace.c: Fix two assertion test to allow
8611         compiling a debug build.  Due to code-restructures, a couple of assert tests (not normally
8612         compiled) had bit-rotted. Remove one, rejig the other.
8614 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8616         * src/rtree.c: rtree.c: Fix typo in assertion test inside __r_search Caused false assertion failures when running a debugging build.
8618 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8620         * src/search.c: Fix IsPointInBox to work with wide as well as tall
8621         boxes Actually implement the test, rather than trying to construct a pad
8622         to test which has the right geometry.
8624 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8626         * src/rtree.c: Change rtree penalty function in rtree.c to use
8627         doubles, not long long.  Since the exact integer result doesn't matter, this is ok.
8628         Marginally faster on Core Duo machine.
8630 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8632         * src/rtree.c: Check all r-tree node children for fit before working
8633         out penalties Working out the penalty involves multiplications which produce a
8634         "long long" result, and is seen to be appear in profiling.  Make a pass at testing all children for the fast case of the child
8635         node containing the desired box, before working out size penalties
8636         to expanding each child.
8638 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8640         * src/heap.c: Increase initial heap size from 32 to 256 In complex boards with lots of polygons, we were realloc'ing up to
8641         this kind of number anyway, in x2 size steps. Save all the
8642         memcpy'ing by making the heap larger to start with.  My test board still has some requirement for heaps >256, <512, but
8643         the frequency is low.
8645 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8647         * src/hid/gtk/gtkhid-main.c: GTK HID: Raise already open command
8648         window to top with ":" key Previously, ":" only opened the window, but would not raise it if
8649         already open.
8651 2008-10-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8653         * src/move.c: Fix array index out of bounds over layer groups Off by one error in for loop, picked out by a recent version of GCC
8654         being better at spotting this kind of bug. The effects (if any) this
8655         bug caused are unknown.
8657 2008-10-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8659         * src/hid/gtk/gui-netlist-window.c: GTK HID: Fix crash when
8660         highlighting connectivity caused by net tree.  Seems I caused a crash in the connectivity highlighting code which
8661         assumed the net model of in the netlist window is a list structure
8662         where each element represents a net. Adapted the code to hunt out
8663         the right net / node with a tree model of nets.
8665 2008-10-01   Dan McMahill * dan AT mcmahill dot net *
8667         * README.snapshots, utils/cvs2cl.pl: add a local coyp of cvs2cl.pl
8669 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8671         * src/polygon.c, src/polygon.h: Don't bother unsubtracting complex
8672         polygons when doing incremental updates Since the polygon is re-cleared against any objects existing within
8673         the bounding box of the update region, there is no point wasting CPU
8674         cycles intersecting a more complex polygon than necessary. Just take
8675         the UNION of the polygon being unsubtracted, and the bounding box of
8676         the hole to be filed in.
8678 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8680         * src/misc.c, src/polygon.c: Fix text bounds to include the area
8681         cleared into a polygon Fixes re-clearing the polygon when a closely touching object is
8682         incrementally updated.
8684 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8686         * src/draw.c: Ensure "Gathering" mode is set after painting the
8687         screen.  In between repaints initiated from the GUI, with this flag set, all
8688         Draw{object_type} operations just update a dirtied bounds. A final
8689         Draw() call then calls the HID to invalidate the bounds gathered.  Setting "Gathering = True" after an expose event callback ensures
8690         subsequent drawing is batched up for the next screen update.
8692 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8694         * src/draw.c: Add debugging code to visually check a pad's bounding
8695         box Proved useful in fixing the pad bounding box update routine.
8696         Disabled with #if 0 block.
8698 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8700         * src/misc.c, src/move.h: Fix bounding boxes for rotated square
8701         ended pads.  Bounding box compution only worked for round ended pads before.  In
8702         addition, the "move" code previously called SetLineBoundingBox for
8703         pads, which computes the wrong result.
8705 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8707         * src/hid/gtk/gui-library-window.c: GTK HID: Make double clicking on
8708         a footprint library expand / contract it Usability improvement.
8710 2008-09-30   DJ Delorie * dj AT delorie dot com *
8712         * src/buffer.c: Put exploded pads on the correct layer
8714 2008-09-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8716         * src/hid/gtk/gui-netlist-window.c: Display nets as a hierarchical
8717         tree in the netlist window.  The view splits netnames at "/" characters, and builds the netlist
8718         view as a tree accordingly. Allows more strutured viewing of nets
8719         coming from hierarchical designs.
8721 2008-09-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8723         * src/hid/common/hidinit.c: Improve hashing algorithm for storing
8724         color data Curosry testing showed the old algorithm encountered a lot of hash
8725         collisions. Swap to a more sensible hashing algorithm.
8727 2008-09-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8729         * src/hid/common/hidinit.c: Fix lru heuristic to shortcut color
8730         cache lookup Heuristic didn't work before as the lru element wasn't saved.
8732 2008-09-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8734         * src/hid/batch/batch.c: Fix batch HID by adding stub functions for
8735         file watches and block hooks This was broken when these features were added to the HID interface.
8737 2008-09-11   DJ Delorie * dj AT delorie dot com *
8739         * src/polygon.c: Fix poly clearance around rotated pads - Robert
8740         Fitzsimons and Ineiev
8742 2008-09-11   DJ Delorie * dj AT delorie dot com *
8744         * src/hid/lesstif/main.c: Fix lesstif crosshair color - joel
8745         silvestre
8747 2008-08-22   Dan McMahill * dan AT mcmahill dot net *
8749         * README.cvs: update the anoncvs server name
8751 2008-08-19   Dan McMahill * dan AT mcmahill dot net *
8753         * configure.ac, src/Makefile.am: add a --enable-debug mode that does
8754         not disable assert()
8756 2008-08-16   DJ Delorie * dj AT delorie dot com *
8758         * src/hid/batch/batch.c: Add missing parameter name
8760 2008-08-06   DJ Delorie * dj AT delorie dot com *
8762         * globalconst.h: Bump up font size and aperture count.
8764 2008-08-03   DJ Delorie * dj AT delorie dot com *
8766         * src/hid/png/png.c: Add --ben-flip-x and --ben-flip-y options to
8767         produce "ben mode" images of the other side of the board.
8769 2008-07-10   Ben Jackson * ben AT ben dot com *
8771         * src/hid/png/png.c: Fix crash with 'ben-mode' if your layer stack
8772         is the reverse of DJ's.
8774 2008-07-08   DJ Delorie * dj AT delorie dot com *
8776         * src/hid/png/png.c: Add "Ben Mode".  Fix export of thindrawn
8777         polygons.
8779 2008-07-05   DJ Delorie * dj AT delorie dot com *
8781         * src/action.c: Oops, fix bug from previous patch.
8783 2008-07-05   DJ Delorie * dj AT delorie dot com *
8785         * src/action.c: Do not require a second paramter for SaveTo(Layout)
8787 2008-06-02   DJ Delorie * dj AT delorie dot com *
8789         * src/print.c: Allow outline layers that have nothing but arcs.
8791 2008-05-28   DJ Delorie * dj AT delorie dot com *
8793         * src/macro.h: Add ELEMENTARC_LOOP
8795 2008-05-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8797         * data/pcb.xml.in, doc/actions.texi, doc/pcbfile.texi: Add mime
8798         magic "M48" for detection of excellon drill files.
8800 2008-05-07   DJ Delorie * dj AT delorie dot com *
8802         * src/hid/gerber/gerber.c: Don't say ,TZ as we're not omitting
8803         trailing zeros.
8805 2008-04-28   Dan McMahill * dan AT mcmahill dot net *
8807         * src/mtspace.c, src/report.c: fix a few more code before
8808         declarations bugs.  Patch by der Mouse.
8810 2008-04-28   Dan McMahill * dan AT mcmahill dot net *
8812         * configure.ac: if the compiler takes it, turn on code before
8813         declarations warnings
8815 2008-04-28   Dan McMahill * dan AT mcmahill dot net *
8817         * src/edif.y, src/puller.c: Fix some code before declarations bugs
8818         noted by der Mouse.
8820 2008-04-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8822         * src/action.c: Applied patch from Tomaz Solc fixing crosshair
8823         issues with ActionNew() ActionNew() function didn't call a RestoreCrosshair() after a
8824         HideCrosshair() in most cases.  This causes symptoms similar to those described in #1900255 when
8825         "Start new layout" is selected in the File menu in GTK HID (most
8826         probably also in Lesstiff, but I haven't checked).  This patch adds two missing RestoreCrosshair() calls and fixes that
8827         issue.  Minor re-indentation by Peter Clifton during application.
8829 2008-04-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8831         * src/misc.c: Applied patch from Tomaz Solc fixing a bug in the
8832         CenterDisplay function.  This patch fixes a bug in the CenterDisplay function that doesn't do
8833         a RestoreCrosshair() after HideCrosshair().  This causes the crosshair stack overflow when using the DRC checker
8834         (which calls CenterDisplay a lot).  Minor re-indentation by Peter Clifton during application.
8836 2008-04-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8838         * src/crosshair.c, src/hid/gtk/gui-output-events.c: Applied patch
8839         from Tomaz Solc fixing bug #1882970.  This patch fixes a bug where objects attached to the cursor (line
8840         segments during drawing, etc.) permanently disappear if mouse cursor
8841         leaves a window during dragging.  Minor re-indentation by Peter Clifton during application.
8843 2008-04-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8845         * src/hid/gtk/gtkhid-main.c: Apply patch from Igor to ensure when
8846         flipping the board, the cursor remains on the same point on the
8847         layout. Thanks!
8849 2008-04-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8851         * doc/actions.texi, src/action.c, src/command.c, src/hid.h,
8852         src/hid/batch/batch.c, src/hid/bom/bom.c, src/hid/common/extents.c,
8853         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
8854         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c,
8855         src/hid/gtk/gui.h, src/hid/lesstif/dialogs.c,
8856         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/nelma/nelma.c,
8857         src/hid/png/png.c, src/hid/ps/eps.c, src/hid/ps/ps.c: Add HID hook,
8858         close_confirm_dialog() for closing modified layouts.  This allows GUI HIDs to present a more native looking "save before
8859         closing" dialog. The HID is responsible for any save which the user
8860         requests and the subsequent return codes from the HID are as before,
8861         0 for cancel and 1 for close.  This checkin also fixes the GTK HID's Save() action to return 1 for
8862         cancel if the user cancels from the "Save As" dialog.
8864 2008-04-02   DJ Delorie * dj AT delorie dot com *
8866         * src/hid/png/png.c: Fix off-by-one bug drawing pads.
8868 2008-03-31   DJ Delorie * dj AT delorie dot com *
8870         * src/hid/ps/ps.c: When drawing zero-length lines, draw a square or
8871         circle according to the end cap value.
8873 2008-03-30   DJ Delorie * dj AT delorie dot com *
8875         * src/misc.c: If a layer selected through --layer-stack isn't found,
8876         let the user know and print a list of available layers.
8878 2008-03-24   DJ Delorie * dj AT delorie dot com *
8880         * src/hid/gerber/gerber.c: Ignore zero-radius filled circles.
8882 2008-03-16   Dan McMahill * dan AT mcmahill dot net *
8884         * src/find.c, src/parse_y.y: Only use the min annular ring parameter
8885         for checking the annular rings on pins and vias.  Previously the
8886         minimum copper width setting was also used.  Changed after a
8887         discussion on geda-user.  Also make sure we use the minimum copper
8888         width as the default if the .pcb file doesn't specify the minimum
8889         annulus.
8891 2008-03-15   Dan McMahill * dan AT mcmahill dot net *
8893         * src/hid/gerber/gerber.c: Add a missing terminating '*' on the
8894         first G04 line of the output files.  Noted on #geda.
8896 2008-02-27   Dan McMahill * dan AT mcmahill dot net *
8898         * src/Makefile.am: revert most of the previous commit which
8899         accidentally added some stuff that was not meant to be checked in.
8901 2008-02-26   Dan McMahill * dan AT mcmahill dot net *
8903         * src/Makefile.am, src/pcbtest.sh.in: use absolute paths (set at
8904         configure time) so this script may be called from other directories
8905         as part of a test suite.
8907 2008-02-22   Dan McMahill * dan AT mcmahill dot net *
8909         * lib/geda.inc: add 128 pin 14x14 mm LQFP with exposed padded.  Add
8910         128 pin 14x14 mm TQFP with and without exposed paddle
8912 2008-02-10   DJ Delorie * dj AT delorie dot com *
8914         * src/hid/ps/ps.c: Allow negative bloats
8916 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8918         * README.snapshots: add file size to checksum file
8920 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8922         * po/LINGUAS, po/fr.po, po/fr_FR.po: move fr_FR to fr as the latter
8923         seems to be recommended these days
8925 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8927         * configure.ac: bump to 1.99x after branching 20080202
8929 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8931         * ChangeLog: update for 20080202
8933 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8935         * README.snapshots: update to deal with the desktop integration and
8936         20080202
8938 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8940         * NEWS: add some news items for 20080202
8942 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8944         * src/misc.c: add 2008 to copyright year
8946 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8948         * doc/actions.texi: regen
8950 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8952         * src/hid/gtk/gui-utils.c: fix mark up rendering on status line
8954 2008-01-31   Dan McMahill * dan AT mcmahill dot net *
8956         * win32/build_pcb: add a --with-tex and --with-etex to work around
8957         some cygwin/tex bugs
8959 2008-01-31   Dan McMahill * dan AT mcmahill dot net *
8961         * win32/pcb.nsi.in: fix the start menu shortcut icon
8963 2008-01-31   Dan McMahill * dan AT mcmahill dot net *
8965         * win32/build_pcb: use tr to kill the extra \r that end up in the
8966         Makefiles courtesy of pkg-config.  This builds all but the docs on
8967         windows again.
8969 2008-01-31   Dan McMahill * dan AT mcmahill dot net *
8971         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gtkhid.h,
8972         src/hid/gtk/gui-top-window.c: avoid segfaults on loading certain
8973         boards from the command line.  This patch introduces a flag that
8974         indicates when the gui is up and calls to ghid_shift_is_pressed()
8975         and ghid_control_is_pressed() can proceed as normal.
8977 2008-01-30   Dan McMahill * dan AT mcmahill dot net *
8979         * win32/extract_gtk_win32: clean up a comment
8981 2008-01-30   Dan McMahill * dan AT mcmahill dot net *
8983         * win32/build_pcb, win32/extract_gtk_win32, win32/pcb.nsi.in: copy
8984         over build_pcb improvements from gerbv.  Add gdwin32 to the extract
8985         script.
8987 2008-01-30   Dan McMahill * dan AT mcmahill dot net *
8989         * win32/Makefile.am, win32/extract_gtk_win32, win32/pcb.nsi.in: add
8990         script to help setup build environmnet.  Also add all the various
8991         licenses to the installer.
8993 2008-01-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8995         * icon-theme-installer: Fix bug in icon-theme-installer where the
8996         -?? size was not stripped from the installed icon name.
8998 2008-01-28   Dan McMahill * dan AT mcmahill dot net *
9000         * src/flags.c, src/gpcb-menu.res, src/pcb-menu.res: Repair the
9001         buffer # menus by changing CheckedWhen() to checked=.  As part of
9002         this, added a buffer flag.
9004 2008-01-22   Dan McMahill * dan AT mcmahill dot net *
9006         * src/hid/gtk/gui-misc.c, src/hid/gtk/gui-utils.c,
9007         src/hid/gtk/gui.h: add a bunch of const fixups from Larry Doolittle.
9009 2008-01-22   Dan McMahill * dan AT mcmahill dot net *
9011         * src/find.c: After we run DRC, force a redraw since we've possibly
9012         turned on and off layers (like silk).  Should address SF bug
9013         1843181.
9015 2008-01-16   Dan McMahill * dan AT mcmahill dot net *
9017         * autogen.sh: drop the intltool required version to 0.35 as that
9018         seems to work
9020 2008-01-16   Dan McMahill * dan AT mcmahill dot net *
9022         * Makefile.am, configure.ac, data/Makefile.am, icon-theme-installer: 
9023         check for gtk-update-icon-cache and use it.  For distcheck, disable
9024         that via setting the GTK_UPDATE_ICON_CACHE_BIN to 'true' to avoid
9025         creating a cache file which then is not removed.  A better way would
9026         probably be a uninstall hook which noticed that it was a distcheck
9027         uninstall and simply removed the file.
9029 2008-01-16   Dan McMahill * dan AT mcmahill dot net *
9031         * doc/actions.texi: regen
9033 2008-01-16   Dan McMahill * dan AT mcmahill dot net *
9035         * win32/Makefile.am: remove deprecated icon generation code
9037 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9039         * : regen
9041 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9043         * data/regen_files: add some help output, add options to only do the
9044         .png's or the .ico, check for imagemagick and netpbm.
9046 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9048         * configure.ac, src/Makefile.am, win32/Xdefaults.tgif,
9049         win32/pcb_icon_big.obj, win32/pcb_icon_med.obj,
9050         win32/pcb_icon_sml.obj: Use the same icons for windows as in the
9051         kde/gnome desktop.  Remove the old windows icons which were really
9052         placeholders anyway.  Remove the rules for regenerating these
9053         obsolete icons.
9055 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9057         * doc/Xdefaults.tgif: this file is no longer used.  The drawings for
9058         the documentation are drawn with pcb.
9060 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9062         * doc/pcb.man.in, doc/pcb.man.raw: remove some old and very obsolete
9063         files.
9065 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9067         * data/Makefile.am, icon-theme-installer: Remove the use of
9068         #!/bin/bash for the benefit of systems which don't install bash in
9069         /bin.  In the Makefile, call out the name of the shell to help
9070         systems like solaris where it is more likely that SHELL will be
9071         /bin/ksh instead of the broken solaris /bin/sh
9073 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9075         * autogen.sh: Check for the version of intltool.  Also apply some
9076         fixups to the po/Makefile.in.in file created by intltoolize.
9078 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9080         * src/autoroute.c: fix an unitialized variable
9082 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9084         * src/edif.y, src/hid/lesstif/menu.c: fix a few gcc4 warnings
9086 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9088         * Makefile.am: skip adding m4/ChangeLog to the distfile.  It seems
9089         to be installation dependent
9091 2008-01-14   Dan McMahill * dan AT mcmahill dot net *
9093         * Makefile.am: it helps if we build libintl before using it...
9095 2008-01-14   Dan McMahill * dan AT mcmahill dot net *
9097         * configure.ac: add missing $INTLLIBS to LIBS.  Fixes building with
9098         lesstif and batch.
9100 2008-01-13   Dan McMahill * dan AT mcmahill dot net *
9102         * configure.ac, src/hid/gtk/gui-top-window.c: check for and include
9103         locale.h.  Should fix solaris build problems.
9105 2008-01-13   Dan McMahill * dan AT mcmahill dot net *
9107         * mkinstalldirs: remove generated file.  This comes from the
9108         ./autogen.sh bootstrap
9110 2008-01-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9112         * data/regen_files: Fix script to regenerate icon files, including
9113         mask channel for windows icons.
9115 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
9117         * autogen.sh: put in a check for autopoint version
9119 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
9121         * data/README: note the regen_files script
9123 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
9125         * data/regen_files: hopefully fix a few minor bugs in inkscape
9126         exporting
9128 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
9130         * data/Makefile.am, data/regen_files: add windows icon and script to
9131         generate it
9133 2008-01-11   DJ Delorie * dj AT delorie dot com *
9135         * src/polygon1.c: Strict aliasing patch from Larry Doolittle.
9137 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
9139         * lib/geda.inc: fix pincount for MSOP10
9141 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
9143         * src/hid/batch/.cvsignore, src/hid/bom/.cvsignore,
9144         src/hid/common/.cvsignore, src/hid/gerber/.cvsignore,
9145         src/hid/gtk/.cvsignore, src/hid/lesstif/.cvsignore,
9146         src/hid/lpr/.cvsignore, src/hid/nelma/.cvsignore,
9147         src/hid/png/.cvsignore, src/hid/ps/.cvsignore: add .dirstamp
9149 2008-01-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9151         * lib/gtag.m4: Fix typo in gtag.m4 file
9153 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9155         * configure.ac, src/Makefile.am, src/hid/gtk/gui.h, src/main.c: 
9156         Activate gettext support in PCB by setting up the domain and locale
9157         dir.
9159 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9161         * data/pcb.desktop.in: Add application/x-pcb-footprint to the
9162         mime-types PCB will be launched for
9164 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9166         * data/pcb.xml.in: Add an attempt at a glob pattern to match PCB
9167         footprints Searches for the string "Element[" starting between and offset of 0
9168         and 20 bytes into the file.
9170 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9172         * data/pcb.desktop.in: Fix mime type registered to open PCB to
9173         application/x-pcb-layout
9175 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9177         * data/Makefile.am: Fix data/Makefile.am where xdgdir was used
9178         instead of xdgdatadir
9180 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9182         * Makefile.am: Add intltool-XXX.in to EXTRA_DIST and add appropriate
9183         cleaning rules.
9185 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9187         * Makefile.am, icon-theme-installer: Add missed icon-theme-installer
9188         script required for installing icons
9190 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9192         * Makefile.am: Add make distcheck ./configure flag
9193         --disable-desktop-database Ensures cache files won't be left during make distcheck which could
9194         break the distcheck.
9196 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9198         * win32/.cvsignore: add missing cvsignore
9200 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9202         * src/hid/common/.cvsignore: add hidlist.h
9204 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9206         * .cvsignore, src/.cvsignore, src/hid/.cvsignore,
9207         src/hid/batch/.cvsignore, src/hid/bom/.cvsignore,
9208         src/hid/common/.cvsignore, src/hid/gerber/.cvsignore,
9209         src/hid/gtk/.cvsignore, src/hid/lesstif/.cvsignore,
9210         src/hid/lpr/.cvsignore, src/hid/nelma/.cvsignore,
9211         src/hid/png/.cvsignore, src/hid/ps/.cvsignore, src/icons/.cvsignore: 
9212         add a cvsignore file
9214 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9216         * data/README: fix a typo
9218 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9220         * Makefile.am, configure.ac: wire in the desktop stuff
9222 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9224         * src/Makefile.am, src/gpcb-menu.res, src/hid/gtk/gui-config.c,
9225         src/hid/gtk/gui-library-window.c, src/hid/gtk/gui-library-window.h,
9226         src/hid/gtk/gui.h: Change library window to give a preview and
9227         filterable list of components.  Code for the libarary window is based on x_compselect.c from
9228         gEDA/gaf's gschem schematic editor, and the libray window code
9229         pre-existing in PCB.  Also added a shortcut "i" to the library window, matching gschem's
9230         insert component shortcut.
9232 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9234         * configure.ac, po/LINGUAS, po/POTFILES.in: Ensure GETTEXT_PACKAGE
9235         is set, and add missing LINGUAS and POTFILES.in files.
9237 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9239         * Makefile.am, README.cvs, autogen.sh, configure.ac: add i18n
9240         framework.
9242 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9244         * data/Makefile.am: Add Makefile.am for data dir, with rules to
9245         install icons and desktop data
9247 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9249         * data/pcb.desktop.in: Commit pcb.desktop.in template menu file for
9250         translation
9252 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9254         * data/pcb.xml.in, data/x-excellon.desktop.in,
9255         data/x-gerber.desktop.in, data/x-pcb-footprint.desktop.in,
9256         data/x-pcb-layout.desktop.in, data/x-pcb-netlist.desktop.in: Check
9257         in KDE mimelnk .desktop.in and XDG pcb.xml.in MIME registrations Files are annotated suitably for translation with intltool
9259 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9261         * data/README, data/application-x-excellon-16.svg,
9262         data/application-x-excellon-22.svg,
9263         data/application-x-excellon-32.svg,
9264         data/application-x-excellon-48.svg,
9265         data/application-x-excellon.svg, data/application-x-gerber-16.svg,
9266         data/application-x-gerber-22.svg, data/application-x-gerber-32.svg,
9267         data/application-x-gerber-48.svg, data/application-x-gerber.svg,
9268         data/application-x-pcb-footprint-16.svg,
9269         data/application-x-pcb-footprint-22.svg,
9270         data/application-x-pcb-footprint-32.svg,
9271         data/application-x-pcb-footprint-48.svg,
9272         data/application-x-pcb-footprint.svg,
9273         data/application-x-pcb-layout-16.svg,
9274         data/application-x-pcb-layout-22.svg,
9275         data/application-x-pcb-layout-32.svg,
9276         data/application-x-pcb-layout-48.svg,
9277         data/application-x-pcb-layout.svg,
9278         data/application-x-pcb-netlist-16.svg,
9279         data/application-x-pcb-netlist-22.svg,
9280         data/application-x-pcb-netlist-32.svg,
9281         data/application-x-pcb-netlist-48.svg,
9282         data/application-x-pcb-netlist.svg, data/pcb.svg: Check in MIME and
9283         app icons along with a README with origins and copyright
9285 2008-01-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9287         * configure.ac, src/dbus-pcbmain.c: Avoid using deprecated
9288         dbus_watch_get_fd() in newer dbus versions.  Use a configure test (copied from PulseAudio) for the newer API,
9289         dbus_watch_get_unix_fd(), and use that if available.
9291 2008-01-08   Dan McMahill * dan AT mcmahill dot net *
9293         * src/polygon1.c: add a FIXME comment
9295 2008-01-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9297         * src/Makefile.am, src/hid/gtk/gtkhid-main.c,
9298         src/hid/gtk/gui-pinout-preview.c, src/hid/gtk/gui-pinout-preview.h,
9299         src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui.h: Refactored
9300         pinout preview code into a new widget, GhidPinoutPreview In the refactoring, fix a bug where if the pinout window was larger
9301         than the PCB window's viewport, elements in the preview were clipped
9302         to the viewport size.  In a break from the old behaviour, the previewed element is centered
9303         in the preview area.
9305 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
9307         * src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c: remove a
9308         handful of strict aliasing rule violation warnings generate by gcc4
9310 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
9312         * src/parse_l.l, src/res_lex.l: avoid some 'defined but not used'
9313         gcc warnings.
9315 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
9317         * src/autoroute.c, src/hid/nelma/nelma.c, src/misc.c: clear out a
9318         few more compiler warnings
9320 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
9322         * src/gpcb-menu.res: remove some duplicated entries and remove some
9323         conflicting hot keys.
9325 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
9327         * src/hid/gtk/gui-top-window.c: be a little smarter about parsing
9328         the hotkey parts of the menu resource file.  Now give a sane message
9329         instead of segfaulting on a malformed input.  Also check for
9330         duplicate hot keys and drop the duplicates with a message.
9332 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9334         * src/hid/gtk/gui-output-events.c: correctly scale the step sizes
9335         for scroll bar scrolling of the main drawing area.  This addresses
9336         the "scoll bars scroll by tiny tiny steps" part of sf bug [ 1796016
9337         ] Cursor/scrolling madness
9339 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9341         * doc/Makefile.am: add some extra dependencies to get this working
9342         with parallel make jobs.
9344 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9346         * configure.ac: add min version for automake
9348 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9350         * configure.ac: specify the minimum autoconf version
9352 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9354         * Makefile.in, README.cvs, README_FILES/Makefile.in, aclocal.m4,
9355         config.h.in, configure, doc/Makefile.in, doc/actions.texi,
9356         doc/pcbfile.texi, doc/version.texi, example/Makefile.in,
9357         example/libraries/Makefile.in, lib/Makefile.in,
9358         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
9359         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
9360         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
9361         newlib/electro-optics/Makefile.in, newlib/headers/Makefile.in,
9362         newlib/keystone/Makefile.in, newlib/msp430/Makefile.in,
9363         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
9364         newlib/tests/Makefile.in, src/Makefile.in, src/icons/Makefile.in,
9365         tools/Makefile.in, tutorial/Makefile.in, win32/Makefile.in: remove a
9366         bunch of autotools generated files and update the instructions for
9367         building from cvs accordingly.
9369 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9371         * src/hid/png/png.c: before exporting png, clear out any existing
9372         color or brush cache.  They are stale.  Should fix sf bug [ 1807726 ] png HID exports transparent copper
9373         rectangles
9375 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9377         * src/hid/png/png.c: apply the patch provided in sf bug [ 1792119 ]
9378         Slanted squared pads: png output which corrects the drawing of non
9379         90-deg square cap lines in the png output.
9381 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9383         * src/Makefile.am, src/action.c, src/edif.y, src/edif_parse.h,
9384         src/file.c, src/file.h: add the ability to load edif netlists
9385         provided in sf patch [ 1516885 ] added edif netlist import by Jeff
9386         Bailey.
9388 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9390         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c: remove some
9391         unused variables
9393 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9395         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c,
9396         src/hid/gtk/gui.h: fix a bug where sometimes the confirm dialog had
9397         corrupt button names.
9399 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9401         * src/action.c: apply the patch provided in sf bug [ 1850097 ] Grid
9402         off by 1 after setting to 1
9404 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9406         * src/hid/gtk/gtkhid-main.c: apply a patch provided in sf bug [
9407         1840422 ] GTK HID panning bug.  Keeps the scroll bars in sync when
9408         the display is panned.
9410 2008-01-05   DJ Delorie * dj AT delorie dot com *
9412         * src/hid/common/actions.c: Re-initialize num so that multiple
9413         actions will be parsed properly.
9415 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9417         * src/hid/gtk/gtkhid-main.c: remove some code from set_cursor() that
9418         tries to limit the cursor position in a way which seems to cause
9419         spurious scrolling in a number of situations.  Should hopefully fix sf bug [ 1796016 ] Cursor/scrolling madness
9421 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9423         * src/hid/gtk/gui-top-window.c: update a comment
9425 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9427         * src/buffer.c: Allow the conversion of a selection which contains
9428         only silk to an element instead of requiring a pad or pin.  Useful
9429         for logos.  Requested in sf bug [ 1820380 ] convert-to-element requires at least
9430         one pin or pad
9432 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9434         * configure.ac: add missing check for texi2dvi.  sf bug [ 1840645 ] texi2dvi: Missing configure check
9436 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9438         * src/hid/ps/ps.c: Add an option that turns off the scale and file
9439         name in the postscript output.  This is useful when trying to do a
9440         toner transfer or print transparencies that use the whole page.  Requested in sf bug [ 1858547 ] unwanted text lines in printouts
9441         makes these useless
9443 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9445         * src/find.c, src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c,
9446         src/hid/gtk/gui.h: Apply sf patch [ 1848465 ] brief error info in
9447         "DRC continue" dialog While here, add some missing bits of code in the dialog_confirm
9448         function for the gtk hid that lets you specify the ok and cancel
9449         messages.
9451 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9453         * src/hid/gtk/gui-top-window.c: fix a printf format string compiler
9454         warning.
9456 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9458         * src/action.c, src/file.c, src/hid/gerber/gerber.c, src/misc.c: add
9459         some casts to silence some gcc4 warnings
9461 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9463         * lib/geda.inc, lib/qfpdj.inc: apply sf patch 1784721 to move the
9464         QFP footprints to 0.01 mil resolution.  Also the remaining SO
9465         packages have been moved to the hi-res format.  Minor corrections to the patch by me.
9467 2008-01-03   Dan McMahill * dan AT mcmahill dot net *
9469         * lib/Makefile.am, lib/Makefile.in, lib/png_diff.sh: add a utility
9470         script for comparing .png's of an entire footprint library.
9472 2008-01-03   Dan McMahill * dan AT mcmahill dot net *
9474         * lib/m4lib_to_newlib.sh.in: add a -d|--dpi flag to use a fixed
9475         scale factor for the exported png files
9477 2008-01-03   Ben Jackson * ben AT ben dot com *
9479         * src/parse_y.y: Temporarily change PCB=yyPCB while InitClip after
9480         load (similar hacks exist in other load code)
9482 2008-01-03   Dan McMahill * dan AT mcmahill dot net *
9484         * lib/qfpdj.inc: add missing PKG_QFP_40
9486 2008-01-03   Dan McMahill * dan AT mcmahill dot net *
9488         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c: apply
9489         patch 1852864     GTK HID: scrolled layer preferences To enable a
9490         scroll window for the layers.  This is needed if the user uses more
9491         than 8 or so layers.
9493 2008-01-02   Dan McMahill * dan AT mcmahill dot net *
9495         * src/hid/bom/bom.c: Fix a problem with the X-Y output file where
9496         the y values were mirrored and offset with respect to the RS274-X
9497         output.  Given that this bug has been here since the code was
9498         written 3 years ago, I conclude that in fact no one has used this
9499         feature.
9501 2007-12-26   Dan McMahill * dan AT mcmahill dot net *
9503         * src/lrealpath.c: change the preprocessor logic a bit to avoid
9504         #ifdef-ing in code that will never be reached.
9506 2007-12-26   Dan McMahill * dan AT mcmahill dot net *
9508         * src/puller.c: add a couple of casts to make pointer compares work
9509         on identical pointer types.
9511 2007-12-26   DJ Delorie * dj AT delorie dot com *
9513         * src/hid/png/png.c: Fix some off-by-one bugs.
9515 2007-12-26   Dan McMahill * dan AT mcmahill dot net *
9517         * src/puller.c: get rid of a handful of compiler warnings (printf
9518         format strings, and unused variables).
9520 2007-12-22   DJ Delorie * dj AT delorie dot com *
9522         * src/hid/lesstif/netlist.c: Cast parameters to right type.
9524 2007-12-21   Dan McMahill * dan AT mcmahill dot net *
9526         * lib/geda.inc: add 10x10mm TQFP64, 12x12mm TQFP80, and 12x12mm
9527         TQFP100 footprints
9529 2007-12-19   Dan McMahill * dan AT mcmahill dot net *
9531         * lib/connector.inc: make sure both rows of CONNECTOR_DIL use 38 mil
9532         pins.  Noted on geda-user by Michael Stovenour
9534 2007-12-19   DJ Delorie * dj AT delorie dot com *
9536         * src/hid/lesstif/dialogs.c: Resolve some const-cast issues.
9538 2007-12-18   DJ Delorie * dj AT delorie dot com *
9540         * lib/geda.inc: Add TSSOP14 and TSSOP16
9542 2007-12-13   Dan McMahill * dan AT mcmahill dot net *
9544         * lib/plcc.inc: fix a few more cases of = being used where == was
9545         called for
9547 2007-12-13   Dan McMahill * dan AT mcmahill dot net *
9549         * lib/plcc.inc: use == instead of = for testing equality.  Gets rid
9550         of a bunch of warnings.  Verified that pcblib-newlib contents did
9551         not change with this commit.
9553 2007-12-11   DJ Delorie * dj AT delorie dot com *
9555         * src/gpcb-menu.res, src/pcb-menu.res: Various changes from Kai;
9556         cut-copy swap for lesstif.
9558 2007-12-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9560         * : Forced checkin with no changes due to missed log entry from in
9561         commit Initialise static variables x_prev and y_prev in
9562         ghid_port_window_motion_cb() to -1, to avoid the (unlikely) case
9563         they are used initialised.
9565 2007-12-10   DJ Delorie * dj AT delorie dot com *
9567         * src/hid/gtk/gui-output-events.c: Fix enter/leave logic to avoid
9568         leaving obsolete crosshair-attached elements on the screen when the
9569         cursor leaves the working area.
9571 2007-12-10   Ben Jackson * ben AT ben dot com *
9573         * src/hid/lesstif/main.c, src/pcb-menu.res: Add Zoom(Toggle) and
9574         bind it to ` (backtick).  Fix all warnings in hid/lesstif/main.c
9576 2007-12-10   Ben Jackson * ben AT ben dot com *
9578         * src/draw.c: Make 'outline' layer test case-insensitive to match
9579         other instances.
9581 2007-12-10   Ben Jackson * ben AT ben dot com *
9583         * src/draw.c: Add gross hack to avoid using mask in DrawRats() for
9584         othet than lesstif HID, as lesstif and gtk provide different
9585         capabilities in CLEAR mode.
9587 2007-12-10   Ben Jackson * ben AT ben dot com *
9589         * src/draw.c, src/hid/lesstif/main.c, src/hid/lesstif/xincludes.h: 
9590         Add XRENDER support to the Lesstif HID.  Rat lines and soldermasks
9591         are now displayed at 50% intensity on top of other drawn elements.
9593 2007-12-09   Ben Jackson * ben AT ben dot com *
9595         * configure: Rebuild with 2.61
9597 2007-12-09   DJ Delorie * dj AT delorie dot com *
9599         * config.h.in, configure, configure.ac: Check for Xrender library.
9601 2007-12-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
9603         * src/polygon1.c: Sometimes single-point touching will leave no
9604         starting point on the 'A' pline for an ISECTED contour. Check for
9605         starting points on the 'B' pline (only at the point of intersection)
9606         just in case it has a valid starting point.
9608 2007-12-04   Ben Jackson * ben AT ben dot com *
9610         * src/hid/png/png.c: ignore paste layers when exporting 'as shown':
9611         Correct logic for silk display; Add logic for mask display ignore
9612         soldermask layers for normal output add option to make
9613         background/erasures transparent
9615 2007-12-03   Ben Jackson * ben AT ben dot com *
9617         * src/crosshair.c: Avoid moving elements snapping to their own pins
9618         or pads.  Don't snap moving vias to any kind of pins (they can't
9619         overlap anyway).
9621 2007-12-03   Ben Jackson * ben AT ben dot com *
9623         * src/action.c: Don't create empty text objects.
9625 2007-12-02   Ben Jackson * ben AT ben dot com *
9627         * src/misc.c, src/polygon.c: Data->LayerN should generally be
9628         avoided.  It's not initialized for buffers.  All buffers should have
9629         max_layer available (which is a macro for PCB->Data->LayerN, the
9630         number of layers in the current board).
9632 2007-12-02   Ben Jackson * ben AT ben dot com *
9634         * src/action.c: Partial fix? [ 1775101 ] Undo with the line tool
9635         sometimes switches to wrong node If you auto-drc and you extend a
9636         line (causing a delete and re-add of a longer line), then undo, this
9637         patch ensures the restored short segment has FOUNDFLAG so you can
9638         continue drawing.
9640 2007-12-02   Ben Jackson * ben AT ben dot com *
9642         * src/macro.h, src/move.c: Fix [ 1820398 ] Inconsistant vias with
9643         move-to-layer Add explicit check for silk layer when making vias due
9644         to movelinetolayer
9646 2007-12-02   Ben Jackson * ben AT ben dot com *
9648         * src/action.c: Fix [ 1836169 ] undo of shift-paste element
9649         replacement broken Code was "stealing" the original name memory
9650         before removing it, so the element went into the undo buffer
9651         nameless.  Copy string instead.
9653 2007-12-02   Ben Jackson * ben AT ben dot com *
9655         * src/action.c: Fix [ 1836172 ] shift-create two vias, undo twice,
9656         internal error Caused by my addition of shift-click vias -- the new
9657         via undo was happening before the new flag undo.
9659 2007-12-02   Ben Jackson * ben AT ben dot com *
9661         * src/buffer.c: Missed a spot when adding 'clearlineflag' support to
9662         Text.  Also Fixed a bug in movearctobuffer
9664 2007-11-30   DJ Delorie * dj AT delorie dot com *
9666         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/dialogs.c,
9667         src/hid/ps/ps.c: Fix printer calibration.
9669 2007-11-30   DJ Delorie * dj AT delorie dot com *
9671         * src/gpcb-menu.res, src/pcb-menu.res: Add 50 mil grid setting.  Add
9672         global puller submenu.
9674 2007-11-30   Ben Jackson * ben AT ben dot com *
9676         * src/action.c: Fix a typo.  Do not use grid size for
9677         Connection(Find) search radius
9679 2007-11-30   DJ Delorie * dj AT delorie dot com *
9681         * src/hid/lesstif/menu.c: Attach the show soldermask layer button to
9682         its flag.
9684 2007-11-30   Ben Jackson * ben AT ben dot com *
9686         * src/polygon.c: In case 'biggest()' polygon is 0 area, init size =
9687         -1 instead of 0.
9689 2007-11-27   Ben Jackson * ben AT ben dot com *
9691         * src/rats.c: Fix two bugs in my via-rats patch: 1)  Certain combinations of objects (presumably rare!) could lead to
9692         a crash.  2)  Fix a cut/paste error where the wrong coordinate was tested.
9693         Add explanatory comment.
9695 2007-11-25   DJ Delorie * dj AT delorie dot com *
9697         * src/puller.c: Add global puller.
9699 2007-11-25   DJ Delorie * dj AT delorie dot com *
9701         * src/hid/lesstif/main.c: Draw arc start/end radii in separate
9702         colors, and dotted, if enabled.
9704 2007-11-25   DJ Delorie * dj AT delorie dot com *
9706         * src/draw.c, src/draw.h: Export DrawLayer() for the ps exporter.
9708 2007-11-25   DJ Delorie * dj AT delorie dot com *
9710         * src/hid/ps/ps.c: Draw outline layer on all other copper layers
9711         when "draw outline" is selected.  Make alignment marks less
9712         obtrusive.  Make drill helpers half the board's minimum drill size,
9713         not twice PCB's minimum drill size.  Include commented out helpers
9714         for brass paste stencil etching.
9716 2007-11-25   DJ Delorie * dj AT delorie dot com *
9718         * src/undo.c: Don't just clean out RemoveList, free it, so it's
9719         created properly later.
9721 2007-11-25   Ben Jackson * ben AT ben dot com *
9723         * src/polyarea.h: Add some prototypes for global functions returning
9724         double that will confuse the heck out of you if treated as returning
9725         int!
9727 2007-11-24   DJ Delorie * dj AT delorie dot com *
9729         * src/hid/lesstif/netlist.c: Don't crash if a scanned element has no
9730         text.
9732 2007-11-24   DJ Delorie * dj AT delorie dot com *
9734         * src/hid/lesstif/library.c: lesstif_show_library: Don't reset the
9735         dialog when we're just re-displaying it.
9737 2007-11-24   Ben Jackson * ben AT ben dot com *
9739         * src/action.c: Apply [ 1726201 ] SaveTo(PasteBuffer.file) for
9740         footprint creation with cleanups (original patch from Christian
9741         Riggenbach - gizmotron)
9743 2007-11-23   Ben Jackson * ben AT ben dot com *
9745         * src/actionlist.c: Remove obsolete (generated, even!) file
9747 2007-11-23   Ben Jackson * ben AT ben dot com *
9749         * src/gpcb-menu.res, src/pcb-menu.res: Change all the GetXY prompts
9750         for greater clarity.
9752 2007-11-23   Ben Jackson * ben AT ben dot com *
9754         * src/hid/gtk/gui-config.c: Apply patch [ 1835365 ] Fix for [
9755         1820385 ] Can't close the preference dialog from denis77
9757 2007-11-23   Ben Jackson * ben AT ben dot com *
9759         * src/autoroute.c: LIST_LOOP works on circular lists, but at least
9760         some code will produce a head pointer of NULL for an empty list,
9761         causing LIST_LOOP to crash.  Since I'm not sure which is the bug, I
9762         changed LIST_LOOP to assert() on a NULL list head and skip the loop.
9763         With assert disabled, the loop becomes a no-op, which seems
9764         appropriate.
9766 2007-11-23   DJ Delorie * dj AT delorie dot com *
9768         * src/search.c, src/search.h: Additional slanted-pad patch for
9769         missed DRC
9771 2007-11-22   DJ Delorie * dj AT delorie dot com *
9773         * src/hid/lesstif/styles.c: Update the status line even when we
9774         don't have a styles dialog.
9776 2007-11-19   DJ Delorie * dj AT delorie dot com *
9778         * src/report.c: Add annulus and mask gap to pin/via report.
9780 2007-11-19   Dan McMahill * dan AT mcmahill dot net *
9782         * configure, configure.ac: add a missing AC_MSG_RESULT in the
9783         makeinfo version test.  Patch from Peter Brett.  While here, remove
9784         a bashism (== vs =).
9786 2007-11-18   DJ Delorie * dj AT delorie dot com *
9788         * globalconst.h: Expand min/max values.
9790 2007-11-14   DJ Delorie * dj AT delorie dot com *
9792         * src/misc.c, src/parse_y.y: Fix pin bound calculations based on new
9793         thermal calculations.
9795 2007-11-12   DJ Delorie * dj AT delorie dot com *
9797         * src/crosshair.c: Snap to pin/pads whenever we're within the
9798         pin/pad copper, unless shift is pressed, then snap to the nearest
9799         grid point if it's closer.
9801 2007-11-12   DJ Delorie * dj AT delorie dot com *
9803         * src/hid/common/hidnogui.c: Don't complain about checking the shift
9804         key when exporting pngs from the command line.
9806 2007-11-12   Ben Jackson * ben AT ben dot com *
9808         * src/buffer.c: Fix bugs intoduced by revision 1.41 while preserving
9809         the fixes in 1.41.
9811 2007-11-10   DJ Delorie * dj AT delorie dot com *
9813         * lib/connector.inc: Reduce silk width of connector/header/jumpers
9814         (some fabs clip it to the pads) to be similar to other elements.
9816 2007-11-10   DJ Delorie * dj AT delorie dot com *
9818         * lib/qfpdj.inc, lib/smt.inc: Move silk away from pads.  Fix notch
9819         in SO footprints.
9821 2007-11-05   Dan McMahill * dan AT mcmahill dot net *
9823         * lib/geda.inc: fix DIN41651_20 and DIN41651_20S.  Those are 20 pin
9824         footprints not 10 pin footprints.  Reported by Marshall Jose.
9826 2007-11-04   Ben Jackson * ben AT ben dot com *
9828         * src/change.c, src/change.h, src/move.c, src/polygon.c,
9829         src/rotate.c, src/strflags.c: Add support for clearing text from
9830         polygons.  Text with the clearline flag (set with the J key by
9831         default, just like lines and arcs) will have a rounded rectangle
9832         hole cut in any overlapping polygons.
9834 2007-11-04   Ben Jackson * ben AT ben dot com *
9836         * src/action.c: Shift-click with the via tool to connect it to the
9837         current layer as you place it.
9839 2007-11-04   Ben Jackson * ben AT ben dot com *
9841         * src/hid/lesstif/netlist.c, src/netlist.c, src/rats.h: Plumb the
9842         NetlistShow() hid action in lesstif.  Takes a pin name or a net name
9843         and sets the current selection in the netlist window.  Does not pop
9844         up the netlist.
9846 2007-11-02   Dan McMahill * dan AT mcmahill dot net *
9848         * configure, doc/actions.texi, doc/version.texi: regen
9850 2007-11-02   DJ Delorie * dj AT delorie dot com *
9852         * src/draw.c: Properly thin-draw slanted pads.
9854 2007-11-02   DJ Delorie * dj AT delorie dot com *
9856         * src/find.c, src/polygon.c, src/search.c, src/search.h: Fixes for
9857         DRC of slanted pads.  Tracker bug 1791388 and patch 1791392.
9859 2007-11-02   DJ Delorie * dj AT delorie dot com *
9861         * src/draw.c: Don't draw pins/holes on the outline layer.  Include
9862         commented-out code to put board outline on mask layers, for fabs
9863         that need that.
9865 2007-11-02   Dan McMahill * dan AT mcmahill dot net *
9867         * src/action.c, src/buffer.c, src/hid/gtk/gui-output-events.c,
9868         src/hid/gtk/gui-top-window.c, src/select.c: fix some compiler
9869         warnings
9871 2007-11-02   Dan McMahill * dan AT mcmahill dot net *
9873         * configure.ac: Improve the robustness of the makeinfo version test.
9874         Patch provided by Peter Brett.
9876 2007-11-02   Dan McMahill * dan AT mcmahill dot net *
9878         * src/hid/gtk/gui-top-window.c: Don't segfault when clicking the top
9879         right button which toggles units.  Problem noted by and solution
9880         provided by Christian Riggenbach.
9882 2007-10-24   Ben Jackson * ben AT ben dot com *
9884         * src/search.c: Treat VIAFLAG rats (displayed as donuts) as round
9885         targets, not as the invisible lines they are internally.
9887 2007-10-23   DJ Delorie * dj AT delorie dot com *
9889         * src/hid/lesstif/dialogs.c: Make sure the leftmost end of the line
9890         is visible in the log window.
9892 2007-10-21   Ben Jackson * ben AT ben dot com *
9894         * src/action.c: Fix printf format warnings.
9896 2007-10-21   Ben Jackson * ben AT ben dot com *
9898         * src/crosshair.c, src/draw.c, src/rats.c: Ratlist generation is
9899         changed to favor connecting to polygons when they are available and
9900         surround the pin needing a connection.  Such rats are still
9901         internally lines to the corner of the polygon, but have the VIAFLAG
9902         set.  The drawing code is modified to show them as little donuts
9903         (suggesting the via that would be used to connect the pin, vs a
9904         line).  The crosshair rubberband code is modified to NOT draw these
9905         lines while dragging.  These changes are forward and backward
9906         compatible.
9908 2007-10-21   Ben Jackson * ben AT ben dot com *
9910         * src/action.c, src/find.c, src/find.h: Make DRC dialog
9911         next/continue to clarify its function.  When DRC is over, message
9912         now indicates if it was cancelled (so log can distinguish lack of
9913         DRC errors from aborted DRC).
9915 2007-10-20   Ben Jackson * ben AT ben dot com *
9917         * src/rubberband.c: The correct point on a line now moves with a
9918         polygon (fix cut'n'paste typo) When you move a line endpoint, only
9919         *exactly* connected lines go with you.  When you move a line, if
9920         another segment fully overlaps the end of the moving line, the
9921         entire segment (not an arbitrary end of it) will move.  When you
9922         move an element, any segments completely covered by a pad move with
9923         the pad.  (there are still some bugs in the drawing code as you
9924         drag??)
9926 2007-10-06   Dan McMahill * dan AT mcmahill dot net *
9928         * src/hid/gtk/gtkhid-main.c: Fix some really broken spurious panning
9929         of the drawing area which happens when the board is viewed from the
9930         back.  Reported by Peter Clifton who also helped getting this patch
9931         working right.
9933 2007-10-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9935         * src/hid/gtk/gui-output-events.c: Reject double and triple clicks
9936         in ghid_port_button_press_cb() Fixes a bug where a component would be rotated by more steps than
9937         desired if clicking quickly with the rotate tool.
9939 2007-09-24   Ben Jackson * ben AT ben dot com *
9941         * src/polygon.c: Change rendering of rounded corners used when
9942         clearing polygons.  This fixes a slight rotation in rounded
9943         rectangles and asymmetry of all rounded clearances besides complete
9944         circles (which were not affected by the bug).  For an illustration,
9945         see:  http://ad7gd.net/geda/roundrectanim.gif (include error code
9946         print in returns from the polygon code -- not much use)
9948 2007-09-24   Ben Jackson * ben AT ben dot com *
9950         * src/autoroute.c: Add (under ifdef) code I used to debug a report
9951         of "The rats nest is stale! Aborting autoroute...".  It leaves the
9952         rat in question selected after the error.
9954 2007-09-19   Dan McMahill * dan AT mcmahill dot net *
9956         * src/misc.c: add missing 2007 in copyright year (for all the gtk
9957         usermenu stuff)
9959 2007-09-17   Dan McMahill * dan AT mcmahill dot net *
9961         * src/hid/gtk/gui-top-window.c: avoid free()-ing some memory a bit
9962         too soon.  Patch from Ineiev.
9964 2007-09-14   Dan McMahill * dan AT mcmahill dot net *
9966         * src/gpcb-menu.res, src/pcb-menu.res: use mil and mm instead of
9967         mils and mms for grid units
9969 2007-09-13   Dan McMahill * dan AT mcmahill dot net *
9971         * README.snapshots: a few minor corrections
9973 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
9975         * configure, configure.ac: welcome to 1.99w
9977 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
9979         * NEWS: news for 20070912
9981 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
9983         * ChangeLog: update for 20070912 snapshot
9985 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
9987         * README.snapshots: set date for 20070912
9989 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
9991         * Makefile.in, README_FILES/Makefile.in, aclocal.m4, configure,
9992         doc/Makefile.in, doc/actions.texi, doc/pcbfile.texi,
9993         doc/version.texi, example/Makefile.in,
9994         example/libraries/Makefile.in, lib/Makefile.in,
9995         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
9996         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
9997         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
9998         newlib/electro-optics/Makefile.in, newlib/headers/Makefile.in,
9999         newlib/keystone/Makefile.in, newlib/msp430/Makefile.in,
10000         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
10001         newlib/tests/Makefile.in, src/Makefile.in, src/icons/Makefile.in,
10002         tools/Makefile.in, tutorial/Makefile.in, win32/Makefile.in: regen
10004 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
10006         * src/hid/gtk/gtkhid-main.c: fill in the missing code to get the gtk
10007         HID set_crosshair() function working as well as the Cursor() action
10009 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
10011         * src/hid/lesstif/main.c: fix a typo in a help string
10013 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
10015         * src/hid/gtk/gui-output-events.c: remove unused variable
10017 2007-09-11   DJ Delorie * dj AT delorie dot com *
10019         * src/hid/lesstif/main.c: Add missing else.
10021 2007-09-08   Ben Jackson * ben AT ben dot com *
10023         * src/buffer.c: Fix bugs with undoing "group" moves of objects over
10024         a polygon.  The group code uses the buffer code (sort of an
10025         automatic cut/paste) so it applies to inserting elements and using
10026         the buffers as well.
10028 2007-09-08   Ben Jackson * ben AT ben dot com *
10030         * src/action.c: Fix [ 1751568 ] shorted nets stay orange after
10031         fixing and re-opt netlist
10033 2007-09-08   Ben Jackson * ben AT ben dot com *
10035         * src/rotate.c: Fix [ 1751574 ] undoing rotation that put an elt
10036         inside a poly didn't fix plow Properly restores/clears rubber band
10037         lines during rotate and undo.  Still shockingly slow if you try this
10038         on an even moderately full board!
10040 2007-09-08   Ben Jackson * ben AT ben dot com *
10042         * src/find.c, src/rtree.h: Search for rat-end connections using 3x3
10043         "fat" ends to avoid having rat-to-polygon-corner connections missed.
10045 2007-09-08   Ben Jackson * ben AT ben dot com *
10047         * src/select.c: Fix [ 1751566 ] When 'far side' hidden, hidden
10048         elements don't deselect Change the SelectBlock to ignore visibility
10049         for deselect while looping over all elements.  The diffs are large
10050         because the original code used VISIBLE_*_LOOP so all of the looping
10051         was replaced.
10053 2007-09-08   Ben Jackson * ben AT ben dot com *
10055         * src/search.c: Apply [ 1751580 ] polys should not be
10056         selectable/considered when thin-drawn
10058 2007-09-08   Ben Jackson * ben AT ben dot com *
10060         * src/search.c: Fix the crash from [ 1724453 ] PCB Crashes with bad
10061         footprint (in its library) Does not fix whatever bug in the input
10062         allowed a bogus element in (see bug for description of the problem
10063         with the element and the source of the bad element).
10065 2007-09-08   Ben Jackson * ben AT ben dot com *
10067         * src/remove.c: Fix bugs 1751572 and 1743534 by allowing a remove on
10068         an endpoint to delete the segment if it's not just deleting a kink
10069         from a longer line.
10071 2007-09-08   Ben Jackson * ben AT ben dot com *
10073         * src/move.c: Fix [ 1751578 ] 'move to current layer' doesn't
10074         re-plow polygon correctly by clearing the NEW line pointer instead
10075         of the old (destroyed) one.
10077 2007-09-06   Dan McMahill * dan AT mcmahill dot net *
10079         * lib/dil.inc: Patch [ 1784693 ] Fix Mark position for SDIP packages
10081 2007-09-06   Dan McMahill * dan AT mcmahill dot net *
10083         * configure, configure.ac: Add newlib/keystone/Makefile.  Forgot to
10084         check this in earlier.
10086 2007-09-05   Dan McMahill * dan AT mcmahill dot net *
10088         * newlib/Makefile.am, newlib/Makefile.in,
10089         newlib/keystone/KEYSTONE_1062.fp, newlib/keystone/Makefile.am,
10090         newlib/keystone/Makefile.in: add Keystone SMT battery holder for
10091         CR2032 coin cells.
10093 2007-09-05   Dan McMahill * dan AT mcmahill dot net *
10095         * lib/Makefile.am, lib/Makefile.in, lib/candk.inc, lib/common.m4,
10096         lib/nichicon.inc, lib/optek.inc: Add C&K ES series switches, Optek
10097         white LED, and Nichicon WT series of SMT electrolytics.
10099 2007-09-04   Dan McMahill * dan AT mcmahill dot net *
10101         * src/hid/gtk/gui-dialog-print.c, src/hid/gtk/gui.h: gut
10102         ghid_print_dialog() and use the attribute editor to do all of the
10103         dialog box work.  Removes a bunch of duplicated code.
10105 2007-09-04   Dan McMahill * dan AT mcmahill dot net *
10107         * src/action.c, src/file.c, src/gpcb-menu.res, src/hid.h,
10108         src/hid/batch/batch.c, src/hid/bom/bom.c,
10109         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
10110         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog-print.c,
10111         src/hid/gtk/gui-dialog.c, src/hid/gtk/gui.h,
10112         src/hid/lesstif/dialogs.c, src/hid/lesstif/lesstif.h,
10113         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/nelma/nelma.c,
10114         src/hid/png/png.c, src/hid/ps/ps.c, src/vendor.c: Add a
10115         ->fileselect() function to the HID interface.  Now actions can use
10116         gui->fileselect() instead of gui->prompt_for() when they are
10117         specifically looking for a file.  Currently the gtk HID implements
10118         this and the lesstif one has the old behaviour.  While messing around with dialogs, add a "descr" argument to the
10119         attribute editor.  That can be used as a tooltip, help string, or
10120         ignored.
10122 2007-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10124         * src/hid/ps/ps.c: Fixed .ps output with "drill-copper" and
10125         "drill-helper" options.  Holes in the soldermask (and other non-copper layers) are now drawn
10126         correctly when the "drill-copper" option is set to false. With the
10127         "drill-helper" option on, only holes on copper layers are affected.
10129 2007-08-22   Dan McMahill * dan AT mcmahill dot net *
10131         * src/hid.h, src/hid/batch/batch.c, src/hid/common/hidnogui.c,
10132         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog-print.c,
10133         src/hid/gtk/gui.h, src/hid/lesstif/dialogs.c,
10134         src/hid/lesstif/main.c, src/hid/ps/ps.c: add a title argument to the
10135         HID attribute_dialog function so the dialogs can have appropriate
10136         titles
10138 2007-08-22   Dan McMahill * dan AT mcmahill dot net *
10140         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog-print.c,
10141         src/hid/gtk/gui.h: Implement the missing attribute editor dialog for
10142         the GTK HID and now that it is available, add the PrintCalibrate()
10143         action to match the lesstif one.
10145 2007-08-22   Dan McMahill * dan AT mcmahill dot net *
10147         * src/hid/ps/ps.c: indent
10149 2007-08-19   Dan McMahill * dan AT mcmahill dot net *
10151         * src/draw.c: when drawing the mark for an element also put an "L"
10152         on it if the element is locked.  Patch from Bert Timmerman
10154 2007-08-17   Dan McMahill * dan AT mcmahill dot net *
10156         * doc/pcb.texi: clean up the regexp appendix a bit
10158 2007-08-17   Dan McMahill * dan AT mcmahill dot net *
10160         * lib/qfn.inc: use a default pad clearance of 20 mils instead of
10161         zero.  Bug [ 1742394 ] Zero clearance QFN footprints.
10163 2007-08-17   Dan McMahill * dan AT mcmahill dot net *
10165         * src/gpcb-menu.res, src/hid/gtk/gui-top-window.c: Teach the GTK HID
10166         about active=<flag> in the menu resource file.  Now that this works,
10167         sync up the active=have_regex menus with the lesstif menu resource
10168         file.
10170 2007-08-06   DJ Delorie * dj AT delorie dot com *
10172         * src/global.h: Give data->pcb a real type.
10174 2007-08-06   DJ Delorie * dj AT delorie dot com *
10176         * src/buffer.c: Make sure loaded buffers have a proper pcb
10177         backpointer.
10179 2007-08-06   DJ Delorie * dj AT delorie dot com *
10181         * src/draw.c: [ 1751567 ] with thin-draw-poly on, soldermask display
10182         is messed up
10184 2007-08-06   DJ Delorie * dj AT delorie dot com *
10186         * src/select.c: Match whole names with regex's, when possible.
10187         [1741650]
10189 2007-08-06   DJ Delorie * dj AT delorie dot com *
10191         * src/flags.c, src/pcb-menu.res: Fix the have_regex flag in
10192         pcb-menu.res [1751564]
10194 2007-08-06   DJ Delorie * dj AT delorie dot com *
10196         * src/hid/common/actions.c, src/hid/lesstif/menu.c: More empty
10197         :command checks [1751582]
10199 2007-08-06   DJ Delorie * dj AT delorie dot com *
10201         * src/polygon.c: Ben: Avoid duplicate passes through pad clearances.
10203 2007-08-05   DJ Delorie * dj AT delorie dot com *
10205         * src/action.c, src/const.h, src/draw.c, src/flags.c, src/global.h,
10206         src/gpcb-menu.res, src/main.c, src/pcb-menu.res, src/polygon.c,
10207         src/strflags.c: patch 1738364: flag for non-clipped polygons.
10209 2007-08-05   DJ Delorie * dj AT delorie dot com *
10211         * src/hid/bom/bom.c: Adds an export in mm to the BOM export dialog
10212         [1742399]
10214 2007-08-05   DJ Delorie * dj AT delorie dot com *
10216         * src/set.c: Don't limit keepaway size to minimum *line* size.
10218 2007-08-04   DJ Delorie * dj AT delorie dot com *
10220         * src/hid/ps/ps.c: Apply bloat to drawn rectangles.
10222 2007-08-04   DJ Delorie * dj AT delorie dot com *
10224         * src/draw.c: Tracker 1753084 - fixes 1751589, merged soldermask has
10225         larger than expected outline.
10227 2007-08-03   DJ Delorie * dj AT delorie dot com *
10229         * src/hid/gtk/gui-top-window.c: More paranoid check for "gui is up"
10231 2007-08-02   DJ Delorie * dj AT delorie dot com *
10233         * src/hid/gtk/gui-top-window.c: Don't allow LayersChanged if there's
10234         no GUI yet.
10236 2007-08-01   DJ Delorie * dj AT delorie dot com *
10238         * src/hid/lesstif/main.c: Protect against empty :command string.
10240 2007-08-01   DJ Delorie * dj AT delorie dot com *
10242         * src/strflags.c: Fixed a bug in flags_to_string where the LOCALREF
10243         pcb flag would be discarded.
10245 2007-08-01   DJ Delorie * dj AT delorie dot com *
10247         * src/action.c: Fix references to RouteStyleChanged (should be
10248         RouteStylesChanged).  Call it when :RouteStyle is called.
10250 2007-08-01   DJ Delorie * dj AT delorie dot com *
10252         * src/file.c: When a board is loaded, the first route style is
10253         automatically selected if the old style doesn't happen to match any
10254         styles.
10256 2007-08-01   DJ Delorie * dj AT delorie dot com *
10258         * src/misc.c: Add missing variable.
10260 2007-08-01   DJ Delorie * dj AT delorie dot com *
10262         * src/misc.c: When the layer stack is reset, bring the component
10263         layer to the front and make it active.
10265 2007-08-01   DJ Delorie * dj AT delorie dot com *
10267         * src/hid/lesstif/main.c: When swapping board sides, swap top/bot
10268         layers even if both layers are visible.
10270 2007-08-01   DJ Delorie * dj AT delorie dot com *
10272         * src/hid/lesstif/main.c: Swap the direction of scroll bars when the
10273         board is swapped.
10275 2007-08-01   DJ Delorie * dj AT delorie dot com *
10277         * src/hid/gerber/gerber.c, src/hid/ps/eps.c, src/hid/ps/ps.c: 
10278         Gerber, PS, and EPS ignore the thindraw settings.  Fix bug in PS
10279         when first item on the board is an arc.  PS "drill helper" changed
10280         to a simple hole reduction so that copper extends to drilled hole
10281         even when hole is off-center.
10283 2007-08-01   DJ Delorie * dj AT delorie dot com *
10285         * src/hid/lesstif/menu.c: Don't free home_pcbmenu until after it's
10286         used.
10288 2007-06-28   Dan McMahill * dan AT mcmahill dot net *
10290         * src/hid/gtk/gui-config.c: Don't forget to fclose() the config file
10291         after we're done reading it.  CID 27, scan #1.
10293 2007-06-28   Dan McMahill * dan AT mcmahill dot net *
10295         * src/hid/bom/bom.c: Fix a few memory leaks.  Coverity ID 22, 23,
10296         and 24, scan #1.
10298 2007-06-13   Dan McMahill * dan AT mcmahill dot net *
10300         * src/hid/gtk/gtkhid-main.c: add missing save_syntax and save_help.
10301         Also allow Save(PasteBuffer) so we have more compatibility with the
10302         lesstif HID.  This also fixes the regression about saving buffer
10303         elements which appeared after the user menu branch was merged.
10305 2007-06-13   Dan McMahill * dan AT mcmahill dot net *
10307         * src/hid/lesstif/dialogs.c: add Save(PasteBuffer) to save_syntax.
10309 2007-06-09   DJ Delorie * dj AT delorie dot com *
10311         * src/action.c, src/pcb-menu.res: Add Delete() action.  No
10312         arguments: delete selected ELSE object, but options for selected
10313         only, object only, selected rats, all rats.
10315 2007-05-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10317         * src/draw.c: Revert patch to hide far-side (invisible) pads when
10318         near-side pins / pads are switched off. Old behaviour was
10319         intentional.
10321 2007-05-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10323         * src/hid/ps/ps.c: Add option "drill-copper" to draw / not draw
10324         drill holes in the copper layers of the ps exporter. This is useful
10325         for plated through processes which require the etch mask to protect
10326         the vias / pins during etching.
10328 2007-05-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10330         * src/draw.c: Change drawing code for square pads to use
10331         gui->fill_rect (...) as on Win32, the current method of drawing a
10332         zero length line doesn't work.
10334 2007-05-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10336         * src/draw.c: Stop far side 'invisible' pads being drawn when pins /
10337         pads are switched off.
10339 2007-05-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10341         * src/hid/gtk/gtkhid-main.c: Fix drawing of filled rectangles when
10342         the board is flipped.  Makes soldermask view  on the back of the
10343         board work.
10345 2007-05-24   Dan McMahill * dan AT mcmahill dot net *
10347         * configure: regen
10349 2007-05-24   Dan McMahill * dan AT mcmahill dot net *
10351         * configure.ac: check for buggy versions of m4 which seem to think
10352         eval(-2/2) should be 2147483647.  Noted by Peter Clifton.
10354 2007-05-23   Dan McMahill * dan AT mcmahill dot net *
10356         * src/hid/gtk/gui-top-window.c: Avoid a stack corruption.  Noted by
10357         Peter Clifton.  Should probably replace all instances of sprintf in
10358         pcb with snprintf, but that will take some work.
10360 2007-05-17   Dan McMahill * dan AT mcmahill dot net *
10362         * src/hid/gtk/gui-top-window.c, src/hid/lesstif/menu.c, src/main.c: 
10363         check for getenv() return codes everywhere and deal if getenv
10364         returns NULL.  Noted by Peter Clifton.
10366 2007-05-16   Dan McMahill * dan AT mcmahill dot net *
10368         * src/file.c: if the popen fails for the ListLibraryContents.sh
10369         shell script, continue on with the newlib processing instead of
10370         failing.  This helps on systems where either the user has disabled
10371         m4 libraries or on systems like windows where the popen will not
10372         work.
10374 2007-05-04   Dan McMahill * dan AT mcmahill dot net *
10376         * src/todo: remove a few fixed things
10378 2007-05-04   Dan McMahill * dan AT mcmahill dot net *
10380         * lib/connector.inc: Increase the hole size on the DIN* connectors
10381         (are these named wrong btw?) from 28 mils to 40 mils.  This is more
10382         in line with what is recommended for Tyco *-1634689-* box headers in
10383         Tyco drawing 1634689.  Noted by Seb James.
10385 2007-05-02   Dan McMahill * dan AT mcmahill dot net *
10387         * src/create.c: When refusing to create overlapping vias spit out a
10388         warning.  We should probably allow overlapping vias but turn it into
10389         a DRC violation.  But until then, at least give a warning instead of
10390         silently dropping them.  More details are in bug reports: [ 1687692
10391         ] Large Pads (150 mils) silently dropped [ 1266154 ] lost vias
10393 2007-05-02   Dan McMahill * dan AT mcmahill dot net *
10395         * src/file.c, src/file.h, src/misc.c: avoid triggering an emergency
10396         save on normal exit.  Reported and patch provided in bug [ 1705607 ]
10397         Emergency save on normal exit.
10399 2007-05-01   Dan McMahill * dan AT mcmahill dot net *
10401         * src/hid/gtk/gui-pinout-window.c: - make arcs show up in the pinout window - don't rotate the element in the pinout window.  Rather display
10402           with the same rotation as in the layout.  Besides being more useful
10403           this avoid a segfault in some cases.
10405 2007-05-01   Dan McMahill * dan AT mcmahill dot net *
10407         * src/gpcb-menu.res: remove the menu mneumonics as some conflict
10408         with hotkeys
10410 2007-05-01   Dan McMahill * dan AT mcmahill dot net *
10412         * src/gpcb-menu.res, src/hid/gtk/gtkhid-main.c,
10413         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
10414         src/hid/gtk/gui.h: Teach the GTK HID how to trap certain hotkeys
10415         which gtk usually captures for its own use.  This lets PCB use the
10416         arrow keys and the tab key again.  So restore the hotkey for
10417         flipping sides in the menu resource file.  Start on the Cursor()
10418         action which is needed for the arrow keys.  That part is not done
10419         yet.
10421 2007-04-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
10423         * src/polygon.c: Don't double the pad thickness when restoring to
10424         the polygon.  For speedup, just add back a simple rectangle since it
10425         only has 4 points. Should do that for lines too, but didn't.
10427         ----------------------------------------------------------------------
10429 2007-04-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
10431         * src/polygon.c: fix bloating of region to search for re-clearance
10432         after a portion of polyogn is restored.
10434         ----------------------------------------------------------------------
10436 2007-04-22   DJ Delorie * dj AT delorie dot com *
10438         * src/hid/gerber/gerber.c: Draw non-circular arcs manually.
10440 2007-04-21   DJ Delorie * dj AT delorie dot com *
10442         * src/action.c, src/buffer.c, src/copy.c, src/create.c,
10443         src/create.h, src/parse_y.y: Preserve width *and* height when
10444         manipulating arcs.
10446 2007-04-21   DJ Delorie * dj AT delorie dot com *
10448         * src/buffer.c: Add FreeRotatebuffer(Angle) (angle can be any angle)
10450 2007-04-21   DJ Delorie * dj AT delorie dot com *
10452         * src/crosshair.c, src/search.c: Allow for diagonal pads.
10454 2007-04-21   DJ Delorie * dj AT delorie dot com *
10456         * src/hid/lesstif/dialogs.c: Use ".fp" when loading element data.
10458 2007-04-21   DJ Delorie * dj AT delorie dot com *
10460         * src/buffer.c, src/create.c: Permit the existence of diagonal pads.
10462 2007-04-21   DJ Delorie * dj AT delorie dot com *
10464         * src/hid/gerber/gerber.c: Use polygons to draw square ended
10465         diagonal lines.
10467 2007-04-21   Dan McMahill * dan AT mcmahill dot net *
10469         * src/autoplace.c: add a check to make sure malloc() succeeds.
10470         Noted in bug [ 1657886 ] Check return codes everywhere
10472 2007-04-21   Dan McMahill * dan AT mcmahill dot net *
10474         * src/gpcb-menu.res, src/pcb-menu.res: Change "Select all" to
10475         "Select all visible" to match up with what actually happens.
10476         Reported in bug [ 1013719 ] Select all objects: misleading name?
10478 2007-04-20   Dan McMahill * dan AT mcmahill dot net *
10480         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
10481         src/hid/lesstif/main.c, src/hid/ps/ps.c, src/hid/ps/ps.h: fix a
10482         handful of compiler warnings
10484 2007-04-20   Dan McMahill * dan AT mcmahill dot net *
10486         * doc/actions.texi: regen after usermenu merge
10488 2007-04-20   Dan McMahill * dan AT mcmahill dot net *
10490         * config.h.in, configure, configure.ac, src/Makefile.am,
10491         src/Makefile.in, src/action.c, src/gpcb-menu.res,
10492         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-config.c,
10493         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
10494         src/hid/gtk/gui.h, src/misc.c, src/pcbtest.sh.in, src/set.c,
10495         src/todo: Merge the usermenu branch.   This reworks how the menus
10496         and hotkeys are defined and handled for the gtk HID.  In particular,
10497         instead of being hard coded, the menus are loaded from a menu
10498         resource file like in the lesstif gui.  All hotkeys are defined via
10499         the menu hotkeys and thus are visually presented in the menus.  The
10500         gtk HID looks for "gpcb-menu.res" instead of "pcb-menu.res" so that
10501         the menu organization may be different between the lesstif and gtk
10502         HID's.
10504 2007-04-19   Dan McMahill * dan AT mcmahill dot net *
10506         * src/action.c, src/change.c, src/hid/gtk/gui-output-events.c,
10507         src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui-top-window.c,
10508         src/misc.c, src/output.c, src/output.h, src/set.c, src/thermal.c: 
10509         Remove references to the now unused output.h.  To help keep it that
10510         way, go ahead and remove the unused output.c and output.h files.
10512 2007-04-12   DJ Delorie * dj AT delorie dot com *
10514         * src/command.c: Allow :s without filename to use current filename.
10516 2007-04-11   Dan McMahill * dan AT mcmahill dot net *
10518         * configure, configure.ac, src/Makefile.am, src/Makefile.in,
10519         src/hid/nelma/hid.conf, src/hid/nelma/nelma.c,
10520         src/hid/nelma/nelma.h: add the nelma export HID provided in patch: [
10521         1601099 ] Nelma export HID by Tomaz Solc with a few minor updates by
10522         me.
10524 2007-04-11   Dan McMahill * dan AT mcmahill dot net *
10526         * src/hid/gtk/gui-output-events.c: Apply patch supplied in patch [
10527         1692014 ] Patch for "click on focus for zoom" bug from Tomaz Solc.
10529 2007-04-10   Dan McMahill * dan AT mcmahill dot net *
10531         * doc/actions.texi, doc/pcbfile.texi, doc/version.texi,
10532         src/Makefile.in: regen
10534 2007-04-08   Dan McMahill * dan AT mcmahill dot net *
10536         * src/hid/gtk/gui-config.c: Initialize command history size to 5 if
10537         no config setting is given.  Patch [ 1608559 ] Patch for command
10538         entry history bug.
10540 2007-04-08   Dan McMahill * dan AT mcmahill dot net *
10542         * src/hid/gtk/gui-misc.c: add distance and angle to the relative
10543         readout.  Mostly provided in patch submission [ 1621913 ] Euclidian
10544         distance from mark.  Minor update (fix the fact that in PCB units,
10545         positive Y is down) from me.
10547 2007-04-08   Dan McMahill * dan AT mcmahill dot net *
10549         * src/file.c, src/file.h, src/parse_y.y: turn on the code which
10550         marks the file format version in the file.  pcb has had the code in
10551         place for a bit now that parses that and gives a warning if the
10552         version of pcb is not new enough to read the current file version.
10554 2007-04-07   Dan McMahill * dan AT mcmahill dot net *
10556         * src/hid/gtk/gui-misc.c, src/hid/gtk/gui-top-window.c: prevent the
10557         cursor position labels from growing/shrinking as you move the cursor
10558         around.
10560 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10562         * src/flags.c: Change the stringflag in the settings from showdrc to
10563         showdrcmode since we already used showdrc for the flag.  This fixes
10564         the menu choice for "crosshairs show drc clearance".
10566 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10568         * src/rats.c: avoid using an unitialized variable (even though we
10569         ignore the result of that access)
10571 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10573         * src/move.c: document MoveLayer() action
10575 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10577         * src/file.h: add missing prototypes
10579 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10581         * src/file.c: add missing header, remove unused variable
10583 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10585         * src/create.c, src/find.c: remove unused variable
10587 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10589         * src/action.c: format string fix
10591 2007-03-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
10593         * src/rats.c: find rats regardless of how far the coordinates are
10594         out of bounds
10596         ----------------------------------------------------------------------
10598 2007-03-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
10600         * src/rats.c: Handle case for connections are close to or beyond
10601         MAX_COORD
10603         ----------------------------------------------------------------------
10605 2007-03-09   DJ Delorie * dj AT delorie dot com *
10607         * src/Makefile.am, src/Makefile.in, src/clip.c, src/clip.h,
10608         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Add basic line
10609         clipping to both GUIs.
10611 2007-03-04   Dan McMahill * dan AT mcmahill dot net *
10613         * src/find.c: Fix a bug when looking for square pad to square pad
10614         clearance.  The old way simply grew one of the pads by Bloat on all
10615         4 sides and looked for overlap.  This is not the correct test in the
10616         case where the closest line between the two pads is a unique line
10617         from two of the corners.  The new way should correctly handle all
10618         cases.
10620 2007-03-04   DJ Delorie * dj AT delorie dot com *
10622         * src/Makefile.am, src/Makefile.in, src/action.c, src/action.h,
10623         src/autoroute.c, src/change.c, src/const.h, src/crosshair.c,
10624         src/data.c, src/data.h, src/djopt.c, src/draw.c, src/file.c,
10625         src/find.c, src/flags.c, src/global.h, src/hid.h,
10626         src/hid/batch/batch.c, src/hid/common/hidinit.c,
10627         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
10628         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c,
10629         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
10630         src/hid/png/png.c, src/hid/ps/eps.c, src/hid/ps/ps.c, src/macro.h,
10631         src/main.c, src/misc.c, src/misc.h, src/parse_y.y,
10632         src/pcb-menu.res, src/report.c, src/search.c, src/set.c,
10633         src/strflags.c, src/strflags.h, src/todo: Made flags type big enough
10634         to hold PCB flags.  Added hash table for parameter lookup in action.c Moved thindraw code out of lesstif hid.  Added "thin draw polygons" flag to toplevel stuff.  Fixed "check polygons" so it works again.  Added "lock names" setting: When set, the arrow tool ignores element
10635         names and text objects, so you can select the elements or objects
10636         beneath them.  Added "only names" setting: When set, the arrow tool can only select
10637         element names and text objects; you won't accidentally move an
10638         element.  Made the crosshair-move code draw the outline of pads, not the
10639         centerline.  It does still draw round-end pads as rectangles,
10640         though.  Allow "--no-foo" to shut off boolean "--foo" options that default to
10641         on.  Added "--layer-stack" option that takes a string and sets the layer
10642         stack to it (for eps/png export, mostly).  Layers are numbers
10643         0..N-1, the names of the layers from the loaded PCB file, or the
10644         special names "rats", "invisible", "pins", "vias", or "elements".
10645         Layers may be separated by spaces, commas, semicolons, or colons.  Added Display(Step,[1..9]) to move the cursor in steps.  Implemented
10646         in lesstif HID, attached to arrow keys.  Added "what to do with the
10647         pointer" parameter - warp pointer to match crosshair, or pan window
10648         to put crosshair under cursor.  Make autorouter show live trials.  Clean up various FIXMEs.  Add support for string encoded PCB flags.  thindraw exports: off by default?  Follow current setting?  Or put
10649         it in their own attribute list? Added Report(NetLength) which reports on the total length of
10650         segments (lines and arcs) for the net under the cursor.  It will
10651         also tell you the name of the net.  Remove obsolete UseLogWindow and RaiseLogWindow.
10653 2007-03-02   Dan McMahill * dan AT mcmahill dot net *
10655         * win32/pcb.nsi.in: remove some left over links on uninstall
10657 2007-02-27   DJ Delorie * dj AT delorie dot com *
10659         * src/file.c: Avoid segfaults when loading elements, fixes bug in
10660         load-element-as-pcb patch.
10662 2007-02-27   DJ Delorie * dj AT delorie dot com *
10664         * src/hid/ps/ps.c: Add calibration values to the attribute list so
10665         they can be stored in the settings file, or given on the command
10666         line.
10668 2007-02-24   DJ Delorie * dj AT delorie dot com *
10670         * src/file.c, src/parse_y.y: Allow the user to load a footprint as a
10671         pcb; create a suitably-sized pcb around it.
10673 2007-02-23   DJ Delorie * dj AT delorie dot com *
10675         * src/report.c: Report on pads as rectangles, not lines, so we get
10676         width and height for the pad and mask.  Also, report the gap between
10677         the pad and the mask.
10679 2007-02-23   DJ Delorie * dj AT delorie dot com *
10681         * src/hid/ps/ps.c: Silence some compiler warnings.
10683 2007-02-23   DJ Delorie * dj AT delorie dot com *
10685         * src/hid/ps/ps.c: Don't print the scale if we're filling the page.
10686         Don't print (null) if there's no board name.
10688 2007-02-15   DJ Delorie * dj AT delorie dot com *
10690         * src/hid/lesstif/main.c: Attach status bar widgets to the correct
10691         siblings.
10693 2007-02-15   DJ Delorie * dj AT delorie dot com *
10695         * src/hid/lesstif/main.c: Don't use the crosshair's position to keep
10696         track of whether it's in the window or not; have a separate variable
10697         so we can avoid panning when we're just resetting the crosshair
10698         after a tool change.
10700 2007-02-15   DJ Delorie * dj AT delorie dot com *
10702         * src/autoroute.c, src/hid/ps/ps.c, src/parse_l.l, src/polygon.c: 
10703          Move declarations before statements (patch by Ben Jackson * ben AT
10704          ben dot com *)
10706 2007-02-13   DJ Delorie * dj AT delorie dot com *
10708         * src/action.c, src/change.c, src/draw.c, src/draw.h, src/move.c,
10709         src/print.c, src/remove.c, src/rotate.c, src/undo.c: Keep track of
10710         the minimum line size for text depending on which layer the text is
10711         on (copper, silk, pin numbers).
10713 2007-02-12   Dan McMahill * dan AT mcmahill dot net *
10715         * src/Makefile.am, src/Makefile.in, src/Pcb.ad.in, src/Pcb.ad.raw,
10716         src/Pcb.ad.small: Remove the appdefaults files.  These were leftover
10717         from Xaw days and weren't really doing anything other than providing
10718         a filename conflict on case insensitive file systems (pcb vs Pcb).
10720 2007-02-12   DJ Delorie * dj AT delorie dot com *
10722         * src/hid/ps/ps.c: Compensate for rotated boards.  Allow the print
10723         step to be skipped.
10725 2007-02-10   DJ Delorie * dj AT delorie dot com *
10727         * src/action.c, src/hid/lesstif/dialogs.c, src/hid/lpr/lpr.c,
10728         src/hid/ps/ps.c, src/pcb-menu.res: Add printer calibration code for
10729         lesstif HID.
10731 2007-02-10   DJ Delorie * dj AT delorie dot com *
10733         * src/vendor.c: Cache vendor lookups.  Use binary search instead of
10734         linear.
10736 2007-02-10   DJ Delorie * dj AT delorie dot com *
10738         * src/file.c, src/parse_l.l: Properly deal with quoted characters in
10739         both string reading and string writing.
10741 2007-02-10   DJ Delorie * dj AT delorie dot com *
10743         * src/vendor.c: Call busy before applying the vendor map.
10745 2007-02-10   DJ Delorie * dj AT delorie dot com *
10747         * src/action.c, src/djopt.c, src/hid.h, src/hid/batch/batch.c,
10748         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Change the way
10749         the busy cursor is done.  Called for autoplace, autoroute, and
10750         optimize.
10752 2007-02-10   DJ Delorie * dj AT delorie dot com *
10754         * src/hid/lesstif/main.c, src/pcb-menu.res: Add "C" for Center()
10755         action.  Provide examples for zooming-with-centering in
10756         pcb-menu.res.
10758 2007-02-10   Dan McMahill * dan AT mcmahill dot net *
10760         * README.cvs_branches: note the usermenu branch
10762 2007-02-09   DJ Delorie * dj AT delorie dot com *
10764         * src/create.c: Always initialize default layer names.
10766 2007-02-09   Dan McMahill * dan AT mcmahill dot net *
10768         * src/create.c: use MAX_LAYER in a spot instead of max_layer.
10769         Prevents a segfault with the lesstif hid.
10771 2007-02-09   Dan McMahill * dan AT mcmahill dot net *
10773         * configure, configure.ac: bump rev after 20070208 branch
10775 2007-02-09   Dan McMahill * dan AT mcmahill dot net *
10777         * ChangeLog, NEWS: update for 20070208 snapshot
10779 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10781         * configure, configure.ac, src/main.c: if we somehow fail to find
10782         the install path from lrealpath(argv[0]) or by searching through the
10783         PATH environment variable, fall back to the configure time path
10784         which is compiled into the binary.
10786 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10788         * doc/actions.texi, doc/version.texi: regen
10790 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10792         * lib/Makefile.am, lib/Makefile.in: Modify how the dependencies work
10793         a bit for the newlib library that is generated from the m4
10794         libraries.  In particular, make sure that a normal user building
10795         from a tarball doesn't have to build the libraries since they take
10796         quite a bit of time.  Also make sure things work with a read-only
10797         source tree.
10799 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10801         * src/main.c: When pcb is called with no path, i.e. "pcb" instead of
10802         "../src/pcb" or /usr/local/bin/pcb, then we can't just look at
10803         argv[0] to figure out the installation path.  In this situation,
10804         search through PATH to find which pcb was called.  Should fix
10805         problems noted on geda-dev by Tomaz Solc.
10807 2007-02-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
10809         * src/pcbtest.sh.in: fix pcbtest script to use the new binary name
10810         ('pcb') even when not using gdb
10812         ----------------------------------------------------------------------
10814 2007-02-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
10816         * src/polygon1.c: Prevent degenrate holes with no points from being
10817         added to polygon.  This is a stop-gap measure until I figure out why
10818         coincident edges in opposite directions are being created in some
10819         polygons.
10821         ----------------------------------------------------------------------
10823 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10825         * Makefile.in, README_FILES/Makefile.in, aclocal.m4, configure,
10826         doc/Makefile.in, example/Makefile.in,
10827         example/libraries/Makefile.in, lib/Makefile.in,
10828         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
10829         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
10830         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
10831         newlib/electro-optics/Makefile.in, newlib/headers/Makefile.in,
10832         newlib/msp430/Makefile.in, newlib/not_vetted_ingo/Makefile.in,
10833         newlib/sockets/Makefile.in, newlib/tests/Makefile.in,
10834         src/Makefile.in, src/icons/Makefile.in, tools/Makefile.in,
10835         tutorial/Makefile.in, win32/Makefile.in: regen
10837 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10839         * : remove these generated files
10841 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10843         * README.snapshots: update for 20070208 snapshot
10845 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10847         * configure.ac: add a GIF AM_CONDITIONAL to go along with the PNG
10848         one
10850 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10852         * doc/Makefile.am, doc/Makefile.in: s/pcb-bin/pcb
10854 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10856         * win32/build_pcb: fix botched commit
10858 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10860         * win32/build_pcb: add a --enable-maintainer-mode flag
10862 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10864         * win32/pcb.nsi.in: Include in the installer the licenses for the
10865         included libraries (gd, png, jpeg, freetype, zlib).
10867 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10869         * win32/build_pcb, win32/pcb.nsi.in: Add in the png HID to the
10870         non-cygwin windows build.
10872 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10874         * lib/m4lib_to_newlib.sh.in: When generating the previews of the
10875         footprints, run pcb on an input and output file in the current
10876         directory instead of a different directory.  This becomes important
10877         on filesystems that use \ instead of / for the directory separator.
10879 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10881         * config.h.in, configure, configure.ac: On non-cygwin windows, look
10882         for -lbgd instead of -lgd since the former is what is available as a
10883         pre-build dll.
10885 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10887         * src/file.c: remove some illegal casts to unions.
10889 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10891         * lib/m4lib_to_newlib.sh.in: the executible is now pcb not pcb-bin
10893 2007-02-05   Dan McMahill * dan AT mcmahill dot net *
10895         * src/parse_l.l: If the passed path to Parse is "" then don't use
10896         it.
10898 2007-02-05   Dan McMahill * dan AT mcmahill dot net *
10900         * src/parse_l.l: make sure r is always initialized
10902 2007-02-04   Dan McMahill * dan AT mcmahill dot net *
10904         * Makefile.in, README_FILES/Makefile.in, acinclude.m4, aclocal.m4,
10905         config.h.in, configure, configure.ac, doc/Makefile.in,
10906         example/Makefile.in, example/libraries/Makefile.in,
10907         lib/Makefile.in, newlib/2_pin_thru-hole_packages/Makefile.in,
10908         newlib/Makefile.in, newlib/analog-devices/Makefile.in,
10909         newlib/burr-brown/Makefile.in, newlib/connectors/Makefile.in,
10910         newlib/crystal/Makefile.in, newlib/electro-optics/Makefile.in,
10911         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
10912         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
10913         newlib/tests/Makefile.in, src/Makefile.in, src/file.c,
10914         src/icons/Makefile.in, src/main.c, src/parse_l.l,
10915         tools/Makefile.in, tutorial/Makefile.in, win32/Makefile.in: More
10916         work on the relocatability stuff to handle the annoying "\" instead
10917         of "/" for directory separators in windows.  Use ";" instead of ":"
10918         for path seperators under windows since it is common to have
10919         "c:\some\path".  With this change things seem to work under
10920         non-cygwin windows.
10922 2007-02-04   Dan McMahill * dan AT mcmahill dot net *
10924         * win32/pcb.nsi.in: install pcb.exe instead of pcb-bin.exe
10926 2007-02-04   Dan McMahill * dan AT mcmahill dot net *
10928         * configure, configure.ac, lib/Makefile.am, lib/Makefile.in,
10929         newlib/Makefile.am, newlib/Makefile.in, newlib/cypress/Makefile.am,
10930         newlib/cypress/Makefile.in,
10931         newlib/generic_SMD_packages/0805_reflow_solder,
10932         newlib/generic_SMD_packages/0805_wave_solder,
10933         newlib/generic_SMD_packages/1206_reflow_solder,
10934         newlib/generic_SMD_packages/Makefile.am,
10935         newlib/generic_SMD_packages/Makefile.in,
10936         newlib/generic_SMD_packages/SOT-23_Transistor,
10937         newlib/toko/Makefile.am, newlib/toko/Makefile.in: Remove some empty
10938         newlib directories, some poorly maintained footprints, and some
10939         "heavy" footprints.  There is still much more to be done but this is
10940         a start.
10942 2007-02-04   Dan McMahill * dan AT mcmahill dot net *
10944         * config.h.in, configure, configure.ac, doc/actions.texi,
10945         doc/pcb.texi, doc/version.texi, src/Makefile.am, src/Makefile.in,
10946         src/file.c, src/global.h, src/hid/common/hidinit.c,
10947         src/hid/gtk/gui-config.c, src/main.c, src/pcbtest.sh.in,
10948         src/script/Makefile.am, src/script/Makefile.in, src/script/pcb.in: 
10949         Take a stab at making pcb installations be relocatable.  By this I
10950         mean you can configure and install with ./configure --prefix=/original/path make make install mv
10951         /original/path /new/path and still have pcb work.  To make this work, the binary path is determined at runtime and all
10952         of the other paths are computed relative to this.  As part of this, go ahead and kill off the pcb wrapper script around
10953         pcb-bin.  That was leftover from Xaw days and wasn't really needed
10954         anymore.  As a side effect, the --program-prefix and
10955         --program-suffix configure options will probably work now.
10957 2007-02-03   Dan McMahill * dan AT mcmahill dot net *
10959         * acinclude.m4, config.h.in, configure, configure.ac: add autoconf
10960         macros from
10961         http://autoconf-archive.cryp.to/adl_compute_relative_paths.html and
10962         http://autoconf-archive.cryp.to/adl_normalize_path.html and use them
10963         to find relative paths from $bindir (where the pcb binary gets
10964         installed) to the directories with the default font and the
10965         footprints.  This is the first step in making an installation be
10966         relocatable.
10968 2007-02-03   Dan McMahill * dan AT mcmahill dot net *
10970         * src/file.c, src/file.h, src/hid/gtk/gui-config.c, src/main.c: - Instead of tying the saving of preferences to the autobackup
10971         timer, save them when we press ok on the preferences form.  - Move the autosave code out of the gtk hid and put it in the core.
10972           Now autosave should work on all gui's instead of just the gtk one.
10974 2007-02-03   Dan McMahill * dan AT mcmahill dot net *
10976         * src/hid/gtk/gui-netlist-window.c: Add a "find" and "rip-up" button
10977         to the netlist window.  Patch from Hans Nieuwenhuis on the geda-user
10978         mailing list.
10980 2007-02-03   Dan McMahill * dan AT mcmahill dot net *
10982         * globalconst.h, src/file.c: Instead of writing the backup file
10983         always to /tmp/something derive a backup name from the pcb file name
10984         (if the pcb file name exists, otherwise use PCB.%i.save in the
10985         current directory).  This should make it easier to find the backup
10986         file for a particular layout and also helps in cases where /tmp is
10987         not appropriate (windows).
10989 2007-02-02   DJ Delorie * dj AT delorie dot com *
10991         * src/main.c: Add command line option for setting DrawGrid
10993 2007-02-02   DJ Delorie * dj AT delorie dot com *
10995         * src/report.c: Round drill sizes before reporting them.
10997 2007-02-02   DJ Delorie * dj AT delorie dot com *
10999         * src/netlist.c, src/rats.c, src/rats.h: Fix logic for adding new
11000         rat lines to the netlist.
11002 2007-02-02   DJ Delorie * dj AT delorie dot com *
11004         * src/hid/gtk/gtkhid-main.c: Fix gtk grid when board flipped.
11006 2007-02-02   Dan McMahill * dan AT mcmahill dot net *
11008         * Makefile.in, README_FILES/Makefile.in, configure,
11009         doc/Makefile.in, example/Makefile.in,
11010         example/libraries/Makefile.in,
11011         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
11012         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
11013         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
11014         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
11015         newlib/generic_SMD_packages/Makefile.in,
11016         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
11017         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
11018         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
11019         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
11020         tutorial/Makefile.in, win32/Makefile.in: regen
11022 2007-02-01   DJ Delorie * dj AT delorie dot com *
11024         * src/draw.c: Draw plated holes when exporting.
11026 2007-01-29   DJ Delorie * dj AT delorie dot com *
11028         * src/hid/lesstif/main.c, src/hid/lesstif/netlist.c: Add more
11029         functionality to netlist dialog.
11031 2007-01-27   DJ Delorie * dj AT delorie dot com *
11033         * src/action.c: Make sure we have a current mark when we convert
11034         selection to an element.
11036 2007-01-22   Dan McMahill * dan AT mcmahill dot net *
11038         * lib/Makefile.am, lib/Makefile.in: Fix a problem where we ended up
11039         with "//" in a full path name.  This caused problems on cygwin.
11041 2007-01-20   Dan McMahill * dan AT mcmahill dot net *
11043         * src/hid/gtk/gtkhid-main.c: add some code showing how to get the
11044         installation path on windows.  Right now, just print out the
11045         directory to show it works until I figure out how to get it to the
11046         rest of the program.
11048 2007-01-20   Dan McMahill * dan AT mcmahill dot net *
11050         * win32/build_pcb: clean out the old install directory prior to
11051         installing to avoid leftover cruft showing up in the installer.
11053 2007-01-20   Dan McMahill * dan AT mcmahill dot net *
11055         * win32/build_pcb: add a number of flags to this script to help when
11056         using it with cvs sources or in debug mode.  See "build_pcb --help"
11057         for details on the flags.
11059 2007-01-20   Dan McMahill * dan AT mcmahill dot net *
11061         * configure, configure.ac, src/main.c: Break apart PCBTREEDIR into
11062         the original plus PCBTREEPATH where the latter is a : seperated path
11063         and the former is just the base installation directory for newlib.
11065 2007-01-19   Dan McMahill * dan AT mcmahill dot net *
11067         * src/compat.c, src/compat.h, src/hid/common/hidinit.c: Add
11068         replacement wrappers for dlopen() and friends on windows.  Update
11069         the hid initialization code to pull in the compat header.  Also work
11070         around windows limitations with stat().  No change on real operating
11071         systems.
11073 2007-01-19   Dan McMahill * dan AT mcmahill dot net *
11075         * config.h.in, configure, configure.ac: - check for dlfcn.h and windows.h - fix the test for if the PNG hid is being compiled in or not
11077 2007-01-17   Dan McMahill * dan AT mcmahill dot net *
11079         * src/file.c: exclude .html and .png files from newlib directories
11081 2007-01-17   Dan McMahill * dan AT mcmahill dot net *
11083         * configure, configure.ac, src/pcbtest.sh.in: add the generated
11084         (from m4lib) newlib to the library search path
11086 2007-01-16   Dan McMahill * dan AT mcmahill dot net *
11088         * lib/Makefile.am, lib/Makefile.in, lib/footprint.pcb: - Add missing template .pcb file for generating previews of all the
11089           footprints.  Building the previews also verifies that there are no
11090           syntax errors in the m4lib footprints.  - fix the logic for rebuilding the newlib library from m4 libs.
11092 2007-01-16   DJ Delorie * dj AT delorie dot com *
11094         * src/hid/gerber/gerber.c: Use a global aperture list instead of
11095         per-layer lists.
11097 2007-01-16   DJ Delorie * dj AT delorie dot com *
11099         * src/file.c, src/macro.h, src/main.c, src/parse_l.l: Don't call
11100         popen() if we don't need to.
11102 2007-01-15   Dan McMahill * dan AT mcmahill dot net *
11104         * lib/Makefile.am, lib/Makefile.in: Build and install a newlib
11105         library from the m4lib library.  Currently nothing else has changed,
11106         the default for pcb is still the old behaviour.  This is just the
11107         first step.
11109 2007-01-15   Dan McMahill * dan AT mcmahill dot net *
11111         * lib/m4lib_to_newlib.sh.in: Make building the png preview optional.
11112         Other minor cleanups.
11114 2007-01-15   Dan McMahill * dan AT mcmahill dot net *
11116         * configure, configure.ac: add an AM_CONDITIONAL indicating if the
11117         png HID was compiled in
11119 2007-01-15   DJ Delorie * dj AT delorie dot com *
11121         * doc/actions.texi, doc/pcbfile.texi, doc/version.texi: Update from
11122         ../src
11124 2007-01-15   DJ Delorie * dj AT delorie dot com *
11126         * src/djopt.c: Keep canonicalizing lines until they're all
11127         canonicalized.  Don't delete vias that aren't tented (assume they're
11128         test points).  Add an option to just canonicalize lines.
11130 2007-01-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11132         * src/autoroute.c, src/mtspace.c, src/mtspace.h: More thurough via
11133         site searching, cost function changes and some better handling of
11134         certain search conditions.  Much improved smoothing pass
11135         implementation. Doesn't gratuitously pack traces at minimum
11136         clearance during smoothing pass. Overall much better routing is
11137         acheived.
11139         ----------------------------------------------------------------------
11141 2007-01-11   DJ Delorie * dj AT delorie dot com *
11143         * src/hid/ps/ps.c:  From: Hans Nieuwenhuis * vzzbx AT xs4all dot nl
11144         * Check for failed opens.
11146 2007-01-09   DJ Delorie * dj AT delorie dot com *
11148         * src/draw.c, src/hid/gerber/gerber.c: Don't draw plated holes on
11149         outline gerber.
11151 2007-01-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
11153         * src/move.c: fix segfault when moving polygon to layer. Also user
11154         r_search to find the pin/via thermals.
11156         ----------------------------------------------------------------------
11158 2006-12-23   DJ Delorie * dj AT delorie dot com *
11160         * src/hid/lesstif/dialogs.c: Cast away const-ness.
11162 2006-12-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
11164         * src/crosshair.c: don't indicate line end-point if the line is
11165         selected since move will move the whole selection.
11167         ----------------------------------------------------------------------
11169 2006-12-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
11171         * src/crosshair.c, src/hid/gtk/gtkhid-main.c,
11172         src/hid/gtk/gui-misc.c, src/hid/gtk/gui.h, src/hid/lesstif/main.c,
11173         src/search.h, src/todo: provide a cursor shape change when the arrow
11174         mode crosshair is over a line end-point.
11176         ----------------------------------------------------------------------
11178 2006-12-22   DJ Delorie * dj AT delorie dot com *
11180         * src/todo: Take "enums" off the lesstif list.
11182 2006-12-22   DJ Delorie * dj AT delorie dot com *
11184         * src/hid/lesstif/dialogs.c: Add support for HID_Enum in attribute
11185         dialogs.
11187 2006-12-22   DJ Delorie * dj AT delorie dot com *
11189         * src/hid/lesstif/main.c: Increase default size of main window.
11191 2006-12-21   Dan McMahill * dan AT mcmahill dot net *
11193         * win32/build_pcb: if the configure or build fails, then abort the
11194         whole process.
11196 2006-12-21   Dan McMahill * dan AT mcmahill dot net *
11198         * win32/pcb.nsi.in: the link should be to pcb-bin.exe not pcb
11200 2006-12-21   DJ Delorie * dj AT delorie dot com *
11202         * src/todo: Remove completed projects, add some new ones.
11204 2006-12-18   DJ Delorie * dj AT delorie dot com *
11206         * src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
11207         src/hid/lesstif/main.c: ... and return 0 for progress hooks.
11209 2006-12-18   DJ Delorie * dj AT delorie dot com *
11211         * src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
11212         src/hid/lesstif/main.c: Fix progress prototypes.
11214 2006-12-17   DJ Delorie * dj AT delorie dot com *
11216         * src/hid.h, src/hid/batch/batch.c, src/hid/bom/bom.c,
11217         src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
11218         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/png/png.c,
11219         src/hid/ps/ps.c: Add progress() hook to HID structure.  No actual
11220         implementation yet.
11222 2006-12-17   DJ Delorie * dj AT delorie dot com *
11224         * src/hid/lesstif/main.c: Add automatic busy cursor.  Add (disabled)
11225         debug code for arc thindraw.
11227 2006-12-17   DJ Delorie * dj AT delorie dot com *
11229         * lib/geda.inc: Add SDIP20.  Fix comment.
11231 2006-12-15   DJ Delorie * dj AT delorie dot com *
11233         * src/parse_y.y: Allow attributes in old-style elements too.
11235 2006-12-14   Dan McMahill * dan AT mcmahill dot net *
11237         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: Fix a bug in
11238         GTK hid that causes the view port to scroll in a random direction on
11239         a mouse click inside the view port (for example when drawing a
11240         line).  This bug only shows itself when an X application that steals window
11241         focus is running together with PCB on the same X server. At least
11242         GNOME and XFCE window managers are known to do that.  See the following and related GNOME bugs for some discussion about
11243         this: http://bugzilla.gnome.org/show_bug.cgi?id=102209 See also GTK documentation for GtkWidget and GdkEvent.  Analysis and patch provided in patch [ 1610717 ] Patch for auto-pan
11244         bug by Tomaz Solc.  This should also address bug report [ 1593578 ] Display sometimes
11245         auto-scrolls when drawing lines by Garth Webb.
11247 2006-12-14   Dan McMahill * dan AT mcmahill dot net *
11249         * src/Makefile.in: regen
11251 2006-12-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11253         * src/polygon1.c: avoid duplicate removal of duplicate points
11255         ----------------------------------------------------------------------
11257 2006-12-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11259         * src/hid/gtk/gui-config.c: beginnings of support for isleArea as a
11260         dialog changeable item
11262         ----------------------------------------------------------------------
11264 2006-12-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11266         * src/draw.c: fix arc drawing on the flipped board
11268         ----------------------------------------------------------------------
11270 2006-12-14   Dan McMahill * dan AT mcmahill dot net *
11272         * src/Makefile.am, src/Makefile.in: add missing lrealpath.h
11274 2006-12-14   Dan McMahill * dan AT mcmahill dot net *
11276         * src/dbus.c: change a libiberty.h include to lrealpath.h since
11277         thats what we have now
11279 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11281         * src/buffer.c, src/mymem.c, src/undo.c: Avoid some null pointer
11282         dereferences.  Also make sure UndoList and RemoveList are
11283         initialized at startup to avoid any strange behavior there.  This
11284         fixes a bug reported on geda-user where starting pcb with an empty
11285         board and then doing 'load layout to buffer' and pasting and then
11286         doing it again causes a segfault.  Thanks to Peter Clifton for
11287         pointing this out.
11289 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11291         * src/dbus-pcbmain.c, src/dbus-pcbmain.h, src/dbus.c, src/dbus.h: 
11292         indent new code -- no other changes
11294 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11296         * config.h.in, configure, src/Makefile.in: regen
11298 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11300         * acinclude.m4: fix underquoting of libiberty_NEED_DECLARATION
11302 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11304         * src/Makefile.am: when building dbus, compile in lrealpath.c
11306 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11308         * acinclude.m4, configure.ac: add configure checks needed for
11309         lrealpath.c
11311 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11313         * src/lrealpath.c: remove ansidecls.h
11315 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11317         * src/lrealpath.c, src/lrealpath.h: add a header with the lrealpath
11318         prototype and point to that instead of libiberty.h
11320 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11322         * src/lrealpath.c: Add lrealpath.c from gcc's libiberty.   For now
11323         lets just add this one libiberty function.  This is the unmodified
11324         version from gcc current as of 2006-12-12.  Last modified on
11325         2005-05-24.
11327 2006-12-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
11329         * src/misc.c: scan all layers for match because buffers don't always
11330         have LayerN set properly
11332         ----------------------------------------------------------------------
11334 2006-12-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
11336         * src/autoroute.c: break loops when exploring new paths, plus some
11337         other enhancements.
11339         ----------------------------------------------------------------------
11341 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11343         * src/dbus.c: put back the unused variable but protect it with
11344         #ifdef DEBUG. From Peter Clifton
11346 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11348         * src/hid/gtk/gtkhid-main.c: fix broken dereference from last commit
11350 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11352         * src/dbus.c: remove an unused variable
11354 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11356         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Don't try to
11357         cast to a union.  This practice does not work with all compilers.
11358         Fixes compilation with sun compilers.
11360 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11362         * src/hid/ps/ps.c: add --scale for postscript scaling.  Patch from
11363         Hans Nieuwenhuis on geda-user.
11365 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11367         * Makefile.in, README_FILES/Makefile.in, config.h.in, configure,
11368         configure.ac, doc/Makefile.in, doc/pcbfile.texi,
11369         example/Makefile.in, example/libraries/Makefile.in,
11370         lib/Makefile.in, newlib/2_pin_thru-hole_packages/Makefile.in,
11371         newlib/Makefile.in, newlib/analog-devices/Makefile.in,
11372         newlib/burr-brown/Makefile.in, newlib/connectors/Makefile.in,
11373         newlib/crystal/Makefile.in, newlib/cypress/Makefile.in,
11374         newlib/electro-optics/Makefile.in,
11375         newlib/generic_SMD_packages/Makefile.in,
11376         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
11377         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
11378         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.am,
11379         src/Makefile.in, src/dbus-pcbmain.c, src/dbus-pcbmain.h,
11380         src/dbus.c, src/dbus.h, src/dbus.xml, src/hid.h,
11381         src/hid/common/extents.c, src/hid/common/hidnogui.c,
11382         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c,
11383         src/icons/Makefile.in, src/main.c, src/script/Makefile.in,
11384         tools/Makefile.in, tutorial/Makefile.in, win32/Makefile.in: Initial
11385         checkin of Peter Cliftons DBus work.  Currently dbus is disabled by
11386         default but can be enabled with --enable-dbus
11388 2006-12-06   Dan McMahill * dan AT mcmahill dot net *
11390         * src/hid/gtk/gui-top-window.c: Intercept window manager delete
11391         events.  This prevents data loss when the window manager closes or
11392         deletes a window.   Reported as [ 1458340 ] data loss with closing
11393         main PCB windows and also on geda-dev by Peter Clifton.
11395 2006-12-06   Dan McMahill * dan AT mcmahill dot net *
11397         * src/hid/gtk/gui-library-window.c, src/hid/gtk/gui-log-window.c,
11398         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-pinout-window.c: 
11399         Stop preventing the library, log, netlist, and pinout windows from
11400         accepting focus.  Preventing them from accepting focus had the side
11401         effect of breaking those dialogs on some systems with certain window
11402         managers.
11404 2006-12-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
11406         * src/autoroute.c: allow searching across expansion boxes in each
11407         direction which can find lower cost routes.
11409         ----------------------------------------------------------------------
11411 2006-12-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
11413         * src/autoroute.c: Various changes to improve the ability to find
11414         routes and make better looking, more efficient routes.
11416 2006-12-03   Harry Eaton * haceaton AT users dot sourceforge dot net *
11418         * src/misc.c, src/polygon.c: use Data->LayerN instead of max_layer
11419         where Data may not be PCB->Data
11421         ----------------------------------------------------------------------
11423 2006-12-02   DJ Delorie * dj AT delorie dot com *
11425         * src/move.c: Handle edge conditions when adding/removing layers wrt
11426         thermals.
11428 2006-12-02   DJ Delorie * dj AT delorie dot com *
11430         * src/move.c: Move thermals when we move layers.
11432 2006-12-02   DJ Delorie * dj AT delorie dot com *
11434         * src/hid/ps/ps.c: Move layer ID text outside of the "board" area.
11435         Print board name, layer name, and mirror flag in lower left near
11436         margin.  When both mirror and auto-mirror are checked, xor them.
11438 2006-12-01   Dan McMahill * dan AT mcmahill dot net *
11440         * src/hid/lpr/lpr.c, src/hid/ps/ps.c, src/hid/ps/ps.h: make sure the
11441         postscript header line makes it in the lpr HID.  Should fix problems
11442         where the postscript text was being printed instead of executed.
11444 2006-11-16   Harry Eaton * haceaton AT users dot sourceforge dot net *
11446         * src/polygon.c, src/polygon.h, src/thermal.c: make clearances
11447         around rectangular pins and pads have rounded rectangle features
11449         ----------------------------------------------------------------------
11451 2006-11-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
11453         * src/draw.c: remove dead code accidentally left behind
11455         ----------------------------------------------------------------------
11457 2006-11-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11459         * src/draw.c, src/polygon.c, src/polygon.h: always draw with dicing
11460         so that polygons can reside in holes of other polygons
11462         ----------------------------------------------------------------------
11464 2006-11-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11466         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h: Make the invalidate
11467         rectangle only include the drawn region.  This vastly speeds up
11468         drawing when zoomed in on a complex deisgn.
11470         ----------------------------------------------------------------------
11472 2006-11-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
11474         * src/buffer.c: Warn if non-manhattan lines are trying to become
11475         pads.
11477 2006-11-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
11479         * src/polygon.c: preven silk clipping copper polygons and copper
11480         clipping silk polygons
11482 2006-11-11   Dan McMahill * dan AT mcmahill dot net *
11484         * src/parse_y.y: minor fix to the FileVersion documentation
11486 2006-11-10   Dan McMahill * dan AT mcmahill dot net *
11488         * src/hid/ps/ps.c: add us and international business card media
11490 2006-11-10   Dan McMahill * dan AT mcmahill dot net *
11492         * src/file.c, src/file.h, src/parse_l.l, src/parse_y.y: Add code to
11493         the parser which looks for a line like FileVersion[20061101] at the top of the .pcb file.  If this line is seen and indicates a
11494         version which is too new for this version of pcb then issue a
11495         complaint and explain why.  This should help out when the file
11496         format changes and someone tries to load a new design with an older
11497         version of pcb.  Of course the real benefit won't happen until
11498         versions of pcb prior to this check all go away...  For now, the actual output file from pcb hasn't changed.  There is a
11499         two line change to include the FileVersion[] line that can be
11500         included the next time the file format is changed.  However, there
11501         is no reason to not have the program start watching for it.
11503 2006-11-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
11505         * src/buffer.c, src/undo.c: fix some segfaults due to clearing pcb
11506         pointer in data structure.
11508 2006-11-09   Dan McMahill * dan AT mcmahill dot net *
11510         * src/hid/ps/ps.c: Add several more media types and for the existing
11511         metric ones, recompute the bounding box size since pcb has more
11512         internal resolution that the old values.
11514 2006-11-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
11516         * src/remove.c: prevent segfault when removing polyogn points
11517         resulting in fewer than 3 points in the poly
11519         ----------------------------------------------------------------------
11521 2006-11-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
11523         * src/polygon.c, src/polygon1.c: fix some bugs for unusual clipping
11524         conditions. Specifically holes touching at one point (or edge) as an
11525         acceptable self-intersection and snap-rounding expanding the
11526         bounding box by 1.
11528         ----------------------------------------------------------------------
11530 2006-11-05   Dan McMahill * dan AT mcmahill dot net *
11532         * doc/actions.texi, doc/pcbfile.texi: regen
11534 2006-11-05   Dan McMahill * dan AT mcmahill dot net *
11536         * src/action.c, src/change.c, src/change.h, src/const.h,
11537         src/draw.c, src/find.c, src/strflags.c: Add a 'nopaste' flag for
11538         pads.  This lets you produce fiducial marks that should not have
11539         solder paste.  In addition you can use it for things like card edge
11540         connectors where you may not want solder paste.  Since this is
11541         moderately dangerous (how do you make sure you don't set this flag
11542         somewhere where you _need_ solder paste), the drc check reports a
11543         count of how many times this flag is used.
11545 2006-11-04   Harry Eaton * haceaton AT users dot sourceforge dot net *
11547         * src/intersect.c: fix crash due to not checking for no overlaps.
11548         Thanks to Anread Kemnade for the patch.
11550         ----------------------------------------------------------------------
11552 2006-11-03   Dan McMahill * dan AT mcmahill dot net *
11554         * src/action.c: use *FILEVERSION* instead of *VERSION* for the
11555         annotation file to help avoid possible confusion between file
11556         version and program version.
11558 2006-10-29   DJ Delorie * dj AT delorie dot com *
11560         * src/report.c: Report units in mm or mils as selected by user.
11562 2006-10-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
11564         * src/parse_y.y: fix polyarea ordering to correspond to file saving
11566         ----------------------------------------------------------------------
11568 2006-10-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
11570         * src/action.c: fix setsame layer changing
11572         ----------------------------------------------------------------------
11574 2006-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
11576         * src/find.c: allow pins/vias with zero clearance to touch polygons
11578         ----------------------------------------------------------------------
11580 2006-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
11582         * src/polygon1.c: speed improvement by avoiding r_search call
11583         overhead when there is no overlap
11585         ----------------------------------------------------------------------
11587 2006-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
11589         * src/file.c, src/global.h, src/main.c, src/parse_l.l: support for
11590         polygon island size in the pcb file
11592         ----------------------------------------------------------------------
11594 2006-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
11596         * src/parse_y.y, src/polygon.c: Avoid use of 'max_layer' macro - it
11597         assumes the Data is the loaded PCB which doesn't work during file
11598         reading.
11600         ----------------------------------------------------------------------
11602 2006-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
11604         * src/polygon.c, src/thermal.c, src/thermal.h: use the saved thermal
11605         scale when loading a design
11607         ----------------------------------------------------------------------
11609 2006-10-20   Dan McMahill * dan AT mcmahill dot net *
11611         * src/hid/common/hidinit.c, src/hid/gerber/gerber.c: Cast the char's
11612         which are being fed to isspace() and friends to ints which is what
11613         they want.
11615 2006-10-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
11617         * src/rtree.c: check the coming regions, not the one we're at over
11618         and over
11620         ----------------------------------------------------------------------
11622 2006-10-20   Dan McMahill * dan AT mcmahill dot net *
11624         * src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c: add a
11625         couple of casts and kill the rest of the remaining gcc and SunPRO
11626         warnings!
11628 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11630         * src/hid/lesstif/dialogs.c, src/hid/lesstif/menu.c,
11631         src/hid/lesstif/styles.c: cast to a size_t before converting
11632         callback data between ints and pointers
11634 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11636         * src/hid/gtk/gui-icons-misc.data, src/hid/gtk/gui-top-window.c: 
11637         remove some SunPRO compiler complaints about initilizers being out
11638         of range
11640 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11642         * src/hid/common/hidinit.c: catch HID_Mixed in a switch
11644 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11646         * src/hid/bom/bom.c, src/hid/gerber/gerber.c, src/print.c: avoid gcc
11647         warnings when using %c with strftime
11649 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11651         * src/polygon1.c: #ifdef DEBUG out a couple of things which are
11652         defined but not used unless DEBUG is defined
11654 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11656         * src/draw.c: cast to a size_t before an int when passing an int to
11657         a callback function.
11659 2006-10-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
11661         * src/rtree.c: even faster tree searching and insertion
11663         ----------------------------------------------------------------------
11665 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11667         * src/polygon1.c: modify the DEBUGP macro slightly so it can be
11668         legally called with only one argument like DEBUGP("\n");
11670 2006-10-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
11672         * src/polygon1.c: oops, don't manage the contour bounding boxes in
11673         the tree
11675         ----------------------------------------------------------------------
11677 2006-10-18   Dan McMahill * dan AT mcmahill dot net *
11679         * lib/geda.inc: {T,}QFN16_3{,_EP} needs to use PKG_QFN_50S not
11680         PKG_QFN_50.  Noted by Matthias Wenzel.
11682 2006-10-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
11684         * src/polygon1.c: speed up hole insertion further. Trees everywhere!
11686         ----------------------------------------------------------------------
11688 2006-10-18   Dan McMahill * dan AT mcmahill dot net *
11690         * configure, configure.ac: Only apply the -rdynamic check if we're
11691         using gcc.  This probably isn't the correct long term fix but for
11692         now it lets users with SunPRO build again.  The problem is -rdynamic
11693         with SunPRO's cc doesn't have the same behaviour as with gcc but it
11694         returns 0 so configure thinks it is ok to add -rdynamic.
11696 2006-10-17   Dan McMahill * dan AT mcmahill dot net *
11698         * src/hid/ps/ps.c: Use the media option to set the page size and
11699         margins.  Selecting different paper size should work now.
11701 2006-10-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
11703         * src/create.c, src/polyarea.h, src/polygon.c, src/polygon1.c,
11704         src/rtree.c: bug fixes for hole insertion and fast point inside
11705         polygon checking
11707         ----------------------------------------------------------------------
11709 2006-10-17   Dan McMahill * dan AT mcmahill dot net *
11711         * config.h.in, configure, configure.ac: check for dlopen in -ldl.
11712         Needed on solaris 9
11714 2006-10-17   Dan McMahill * dan AT mcmahill dot net *
11716         * configure, configure.ac: be verbose about the rdynamic test
11718 2006-10-16   Dan McMahill * dan AT mcmahill dot net *
11720         * lib/geda.inc: add some 16 pin 3x3 mm QFN packages
11722 2006-10-15   DJ Delorie * dj AT delorie dot com *
11724         * src/buffer.c: If we're converting a buffer to an element and the
11725         buffer has no associated PCB; assign the current one so we have *a*
11726         group table to use.
11728 2006-10-15   DJ Delorie * dj AT delorie dot com *
11730         * src/hid/gtk/gui-top-window.c, src/hid/lesstif/menu.c: Keep
11731         ElemenOn and *SILK->On in sync.
11733 2006-10-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11735         * src/change.c: handle polygon clearance for unplated holes
11737         ----------------------------------------------------------------------
11739 2006-10-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11741         * src/find.c: fix rat<->polygon connection test
11743         ----------------------------------------------------------------------
11745 2006-10-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11747         * src/change.c, src/polygon.c: fix undo handling for all change
11748         operations that affect polygon clip
11750         ----------------------------------------------------------------------
11752 2006-10-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
11754         * src/find.c: fix rat to polygon connection test
11756         ----------------------------------------------------------------------
11758 2006-10-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
11760         * src/change.c: fix the sense of set/clear for line join
11762         ----------------------------------------------------------------------
11764 2006-10-12   Harry Eaton * haceaton AT users dot sourceforge dot net *
11766         * src/macro.h: Fix GROUP_LOOP macro
11768 2006-10-12   Harry Eaton * haceaton AT users dot sourceforge dot net *
11770         * src/create.c, src/global.h, src/heap.h, src/polygon.c,
11771         src/polygon1.c: fix GROUP_LOOP macro, optimize hole insertion and
11772         fix some small bugs
11774         ----------------------------------------------------------------------
11776 2006-10-12   Harry Eaton * haceaton AT users dot sourceforge dot net *
11778         * src/action.c: Morph selections
11780         ----------------------------------------------------------------------
11782 2006-10-11   Dan McMahill * dan AT mcmahill dot net *
11784         * src/hid/lesstif/dialogs.c, src/hid/lesstif/menu.c: fix a few
11785         pointer bugs.
11787 2006-10-10   Dan McMahill * dan AT mcmahill dot net *
11789         * src/hid/lesstif/dialogs.c: remove some unused variables
11791 2006-10-10   Dan McMahill * dan AT mcmahill dot net *
11793         * src/hid/lesstif/menu.c: - include resource.h before lesstif.h to make sure we get a
11794           prototype for lesstif_note_mouse_resource().  - remove some unused variables.
11796 2006-10-10   Dan McMahill * dan AT mcmahill dot net *
11798         * src/hid/lesstif/main.c: remove some unused variables and add a
11799         missing return value
11801 2006-10-10   Dan McMahill * dan AT mcmahill dot net *
11803         * src/hid/lesstif/lesstif.h: - Be consistent with underscores in __RESOURCE_INCLUDED__.  Now this
11804           file matches what resource.h has! - Add a couple of missing prototypes.
11806 2006-10-10   Dan McMahill * dan AT mcmahill dot net *
11808         * src/resource.h: be consistent with underscores in
11809         __RESOURCE_INCLUDED__
11811 2006-10-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
11813         * src/draw.c, src/polyarea.h, src/polygon.c, src/polygon.h,
11814         src/polygon1.c: fix polygon search bug introduced with
11815         optimizations.  fix a layer group bug in polygon clearing.  speed up
11816         gerber generation a little
11818         ----------------------------------------------------------------------
11820 2006-10-09   Dan McMahill * dan AT mcmahill dot net *
11822         * doc/version.texi: regen
11824 2006-10-09   Dan McMahill * dan AT mcmahill dot net *
11826         * configure, configure.ac: bump rev to 1.99u in light of the clipper
11827         code going in
11829 2006-10-09   Dan McMahill * dan AT mcmahill dot net *
11831         * doc/actions.texi, doc/ideas/database.txt, doc/pcbfile.texi,
11832         src/Makefile.am, src/Makefile.in, src/action.c, src/autoplace.c,
11833         src/autoroute.c, src/buffer.c, src/buffer.h, src/change.c,
11834         src/change.h, src/command.c, src/compat.c, src/const.h, src/copy.c,
11835         src/copy.h, src/create.c, src/crosshair.c, src/dev_ps.c,
11836         src/dev_ps.h, src/dev_rs274x.c, src/dev_rs274x.h, src/djopt.c,
11837         src/draw.c, src/drill.c, src/file.c, src/find.c, src/fontmode.c,
11838         src/global.h, src/hid.h, src/hid/batch/batch.c, src/hid/bom/bom.c,
11839         src/hid/common/extents.c, src/hid/common/hidnogui.c,
11840         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
11841         src/hid/gtk/gui-pinout-window.c, src/hid/lesstif/main.c,
11842         src/hid/lpr/lpr.c, src/hid/png/png.c, src/hid/ps/eps.c,
11843         src/hid/ps/ps.c, src/insert.c, src/line.c, src/macro.h, src/main.c,
11844         src/mirror.c, src/misc.c, src/misc.h, src/move.c, src/mtspace.c,
11845         src/mymem.c, src/netlist.c, src/parse_y.y, src/polyarea.h,
11846         src/polygon.c, src/polygon.h, src/polygon1.c, src/print.c,
11847         src/puller.c, src/rats.c, src/remove.c, src/report.c, src/rotate.c,
11848         src/rtree.c, src/rubberband.c, src/search.c, src/search.h,
11849         src/select.c, src/strflags.c, src/thermal.c, src/thermal.h,
11850         src/undo.c, src/undo.h, src/vendor.c: Merge clipper branch back to
11851         the trunk.
11853 2006-10-08   DJ Delorie * dj AT delorie dot com *
11855         * src/hid/common/hidinit.c: Add RTLD_GLOBAL.
11857 2006-10-07   Dan McMahill * dan AT mcmahill dot net *
11859         * src/hid/common/hidinit.c: add missing header for Message()
11860         prototype and remove an unused variable
11862 2006-10-07   Dan McMahill * dan AT mcmahill dot net *
11864         * src/hid.h: add missing hid_{load,save}_settings prototypes
11866 2006-10-06   DJ Delorie * dj AT delorie dot com *
11868         * src/hid/gtk/gui-dialog-print.c: Minor bug fix for exporter.
11870 2006-10-05   DJ Delorie * dj AT delorie dot com *
11872         * src/hid.h, src/hid/common/hidinit.c,
11873         src/hid/gtk/gui-dialog-print.c, src/hid/lesstif/dialogs.c,
11874         src/main.c: Add global "exporter" option.
11876 2006-10-02   DJ Delorie * dj AT delorie dot com *
11878         * doc/actions.texi, src/action.c, src/hid.h,
11879         src/hid/common/hidinit.c, src/main.c: Load settings from
11880         ./pcb.settings and ~/.pcb/settings.  Add :savesettings action.
11882 2006-10-02   DJ Delorie * dj AT delorie dot com *
11884         * src/hid/common/hidinit.c: Remove debugging printf.
11886 2006-10-02   DJ Delorie * dj AT delorie dot com *
11888         * src/hid/common/hidinit.c: Fix plugin init function logic.
11890 2006-10-02   DJ Delorie * dj AT delorie dot com *
11892         * configure, configure.ac, src/hid.h, src/hid/batch/batch.c,
11893         src/hid/bom/bom.c, src/hid/common/extents.c,
11894         src/hid/common/hidinit.c, src/hid/common/hidnogui.c,
11895         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
11896         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/png/png.c,
11897         src/hid/ps/eps.c, src/hid/ps/ps.c: Dynamically load plug-ins (hids,
11898         actions, etc) at runtime.
11900 2006-10-01   Dan McMahill * dan AT mcmahill dot net *
11902         * win32/build_pcb: extract the version from configure.ac instead of
11903         hard coding it.
11905 2006-10-01   DJ Delorie * dj AT delorie dot com *
11907         * src/hid/lesstif/menu.c: Fix off-by-one error.
11909 2006-10-01   Dan McMahill * dan AT mcmahill dot net *
11911         * config.h.in, configure, configure.ac: Check for popen().  So far
11912         nothing is done as a result of this.
11914 2006-10-01   Dan McMahill * dan AT mcmahill dot net *
11916         * win32/build_pcb: It should be "-mms-bitfields" instead of
11917         "--mms-bitfields".  Noted by Cesar Strauss.
11919 2006-09-30   DJ Delorie * dj AT delorie dot com *
11921         * configure, configure.ac: Add -rdynamic when it's available.
11923 2006-09-30   DJ Delorie * dj AT delorie dot com *
11925         * src/todo: I did the one about separate ps files.
11927 2006-09-29   Dan McMahill * dan AT mcmahill dot net *
11929         * configure, configure.ac, win32/build_pcb: Move the gcc flags that
11930         cause builds under cygwin to produce non-cygwin binaries out of the
11931         configure script and into the script which is used to build a
11932         non-cygwin binary under cygwin.  The end result should be the same for users who use
11933         ./win32/build_pcb but users who wish to compile a cygwin binary
11934         should be able to now.  Adapated from patch #1567401 "Re-enabling the Cygwin port" by Cesar
11935         Strauss.
11937 2006-09-27   Dan McMahill * dan AT mcmahill dot net *
11939         * doc/extract-docs: make this script more robust with respect to the
11940         formatting of the help and syntax strings.  In particular, variable
11941         whitespace is now allowed in the "static const char" declaration and
11942         the string may not begin on the same line as the declaration.  This
11943         allows the source code to run through indent(1) and still have the
11944         docs extracted properly.
11946 2006-09-26   Dan McMahill * dan AT mcmahill dot net *
11948         * configure, configure.ac: We don't directly need X stuff anymore
11949         unless we're using the lesstif HID so don't look for X except in
11950         that case.  This avoids some issues seen on some systems which have
11951         older libraries in /usr/X11R6/lib (like freetype or fontconfig).
11953 2006-09-25   Dan McMahill * dan AT mcmahill dot net *
11955         * src/hid/lesstif/dialogs.c: use the unified "about" string.
11957 2006-09-25   Dan McMahill * dan AT mcmahill dot net *
11959         * src/mymem.c, src/mymem.h: const-ify DSAddString
11961 2006-09-25   Dan McMahill * dan AT mcmahill dot net *
11963         * src/hid/gtk/gui-dialog.c, src/misc.c, src/misc.h: Improve the gtk
11964         "about" dialog box output to explicitly list the HID's which have
11965         been compiled in.  As part of this, pull out the code which
11966         generates the text of the dialog box into its own function so that
11967         it can be used by other HID's.
11969 2006-09-25   DJ Delorie * dj AT delorie dot com *
11971         * src/draw.c: A layer group that only contains a layer named
11972         "outline" or "route" will not have pins, pads, or vias drawn.
11974 2006-09-25   DJ Delorie * dj AT delorie dot com *
11976         * src/hid/common/flags.c: A layer group containing only an "outline"
11977         or "route" layer will be named "outline" when exported.
11979 2006-09-25   DJ Delorie * dj AT delorie dot com *
11981         * src/hid/gerber/gerber.c: Add a --verbose option to list gerber
11982         files as they're printed.
11984 2006-09-24   Dan McMahill * dan AT mcmahill dot net *
11986         * src/rats.c: When optimizing rats, if there are > 0 of them,
11987         display a message indicating how many.  This way when the layout is
11988         not complete you see how far you have to go and also you see that
11989         the operation has done something.
11991 2006-09-24   DJ Delorie * dj AT delorie dot com *
11993         * src/draw.c: If Settings.RatThickness is less than 20, it's a pixel
11994         size, not a pcb size.
11996 2006-09-24   DJ Delorie * dj AT delorie dot com *
11998         * src/hid/lesstif/main.c: Display remaining rats in status bar.
12000 2006-09-24   DJ Delorie * dj AT delorie dot com *
12002         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
12003         src/search.h: Note pixel slop in gtk hid.  Increase slop to 10
12004         pixels.
12006 2006-09-22   Dan McMahill * dan AT mcmahill dot net *
12008         * src/fontmode.c: add missing return value
12010 2006-09-22   Dan McMahill * dan AT mcmahill dot net *
12012         * src/create.c, src/file.c: remove some unused variables
12014 2006-09-22   DJ Delorie * dj AT delorie dot com *
12016         * src/buffer.c: Fix bug in poly point sorting for element
12017         conversion.
12019 2006-09-22   DJ Delorie * dj AT delorie dot com *
12021         * src/buffer.c: Allow rectangular polygons when converting a buffer
12022         to an element.
12024 2006-09-21   DJ Delorie * dj AT delorie dot com *
12026         * src/drill.c, src/mymem.c: Avoid attempts to realloc to zero bytes.
12028 2006-09-21   DJ Delorie * dj AT delorie dot com *
12030         * src/action.c: Fix undo for MinMaskGap()
12032 2006-09-21   DJ Delorie * dj AT delorie dot com *
12034         * doc/actions.texi, src/action.c: Add MinMaskGap() action.
12036 2006-09-20   DJ Delorie * dj AT delorie dot com *
12038         * src/hid/ps/ps.c: Add multi-file output option.
12040 2006-09-20   DJ Delorie * dj AT delorie dot com *
12042         * src/hid/common/flags.c, src/hid/gerber/gerber.c, src/hid/hidint.h: 
12043         Break out layer->filename code.  Fix bug in top/bottom detection.
12045 2006-09-14   Dan McMahill * dan AT mcmahill dot net *
12047         * src/hid/gerber/gerber.c: If the output file(s) can't be opened for
12048         writing then spit out an error message instead of segfaulting.  The
12049         segfaults were noted in bug [ 1556894 ] "segfault when exporting to
12050         non-existing directory" reported by Stephan Boettcher.
12052 2006-09-13   DJ Delorie * dj AT delorie dot com *
12054         * src/draw.c: Draw the elements' marks.
12056 2006-09-13   Dan McMahill * dan AT mcmahill dot net *
12058         * lib/amp.inc, lib/amphenol.inc, lib/bga.inc, lib/bourns.inc,
12059         lib/connector.inc, lib/dil.inc, lib/gtag.m4, lib/johnstech.inc,
12060         lib/lsi.m4, lib/misc.inc, lib/pci.inc, lib/plcc.inc, lib/qfn.inc,
12061         lib/qfp.inc, lib/qfp2.inc, lib/qfpdj.inc, lib/resistor_adjust.inc,
12062         lib/to.inc, lib/zif.inc: quote the refdes parameter (name on board
12063         parameter) on the PKG_* macros.  This prevents problems when a
12064         refdes matches the name of a macro and m4 expands it.  Patch
12065         provided by Peter Clifton.
12067 2006-09-13   Dan McMahill * dan AT mcmahill dot net *
12069         * lib/to.inc: remove a ' in an output comment line which threw off a
12070         closing ) that broke the TO3_90 element.
12072 2006-09-13   DJ Delorie * dj AT delorie dot com *
12074         * src/hid/common/actions.c:  * pcjc2 AT cam dot ac dot uk * Patch to
12075         fix bug #1553558, Stack corruption PCB bug in hid_parse_actions
12077 2006-09-04   Dan McMahill * dan AT mcmahill dot net *
12079         * configure, configure.ac, lib/Makefile.am, lib/Makefile.in,
12080         lib/m4lib_to_newlib.sh.in: Go ahead and let configure process the
12081         m4lib_to_newlib script.  Also remove a couple of hardcoded paths in
12082         the same script.
12084 2006-09-03   Dan McMahill * dan AT mcmahill dot net *
12086         * lib/to.inc: Fix up the pads and drill sizes on the TO* packages.
12087         Based on patch [ 1108881 ] "Fix to m4 library hole sizes" by Walter
12088         Fetter Lages.  I added comments containing the actual dimensions
12089         from the JEDEC drawings and comments about how the pad size and
12090         drill size were selected.  Based on the JEDEC drawings I adjusted
12091         some of the drill and pad sizes.  I did not change or examine pin
12092         locations, numbering, or silk.
12094 2006-09-03   Dan McMahill * dan AT mcmahill dot net *
12096         * lib/misc.inc: improve the drill sizes for several footprints.
12097         Changes provided by patch [ 1108881 ] "Fix to m4 library hole sizes"
12098         by Walter Fetter Lages.
12100 2006-09-02   Dan McMahill * dan AT mcmahill dot net *
12102         * src/hid/common/hidinit.c: ensure that derive_default_filename()
12103         always comes back with a valid string even when we don't have a name
12104         for the pcbfile.  This fixes bug [ 1548756 ] "Segfault when
12105         exporting png files" reported by Werner Hoch.
12107 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12109         * lib/connector.inc: increase PKG_CONNECTOR and PKG_CONNECTOR_DIL
12110         hole size to something more reasonable.
12112 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12114         * lib/geda.inc: - remove the BRE* footprints.  The required PKG_RECTANGULAR macro
12115           doesn't exist anywhere and I can't figure out what the correct
12116           behaviour should be anyway so rather than propagate a very
12117           questionable footprint name, kill it right here.  - Fix the problem where the ACY*P and RCY*P packages called
12118           non-existant macros.  They now produce the same footprints as the
12119           ACY* and RCY* packages but with a polarity marking.  The suitability
12120           for any particular part number should be still verified before using
12121         them on a board.
12123 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12125         * lib/misc.inc: expand the PKG_AXIAL_LAY and PKG_RADIAL_CAN macros
12126         to take an extra optional argument.  When set to 1, this optional
12127         argument causes the part to have a "+" by pin 1 and "-" by pin 2.
12128         This was done instead of implementing the missing
12129         PKG_AXIAL_LAY_POLAR and  PKG_RADIAL_CAN_POLAR macros.
12131 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12133         * lib/m4lib_to_newlib.sh.in: Rather than putting a huge list of
12134         footprints into one index file, break it out by library.
12136 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12138         * lib/geda.inc: remove unused PKG_DUMMY which did not do anything
12139         anyway
12141 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12143         * lib/m4lib_to_newlib.sh.in: - put both the index.html file and the broken.html file in the
12144         output directory.  - run pcb-bin from the src build directory to avoid complaints about
12145           not being able to find the font - use .fp as the file extension for footprints - fix up the .png output file names - fix up the links in the index file
12147 2006-09-01   DJ Delorie * dj AT delorie dot com *
12149         * src/action.c: Shift-click replaces element on pcb with element in
12150         buffer.
12152 2006-08-30   DJ Delorie * dj AT delorie dot com *
12154         * doc/actions.texi, doc/pcbfile.texi, doc/version.texi: Regenerate
12155         to add attributes
12157 2006-08-30   DJ Delorie * dj AT delorie dot com *
12159         * src/parse_y.y: Doc typo.
12161 2006-08-30   DJ Delorie * dj AT delorie dot com *
12163         * src/copy.c: Copy attributes when copying element data.
12165 2006-08-30   DJ Delorie * dj AT delorie dot com *
12167         * src/create.c, src/create.h, src/file.c, src/global.h,
12168         src/parse_l.l, src/parse_y.y: Add arbitrary attributes to PCB and
12169         Element types.  Ignore optional flags on Layer types.
12171 2006-08-30   DJ Delorie * dj AT delorie dot com *
12173         * src/draw.c: Remove obsolete comment.
12175 2006-08-29   Dan McMahill * dan AT mcmahill dot net *
12177         * lib/m4lib_to_newlib.sh.in: add the start of a m4lib to newlib
12178         conversion script
12180 2006-08-28   Dan McMahill * dan AT mcmahill dot net *
12182         * Makefile.in, README_FILES/Makefile.in, doc/Makefile.in,
12183         example/Makefile.in, example/libraries/Makefile.in,
12184         lib/Makefile.in, newlib/2_pin_thru-hole_packages/Makefile.in,
12185         newlib/Makefile.in, newlib/analog-devices/Makefile.in,
12186         newlib/burr-brown/Makefile.in, newlib/connectors/Makefile.in,
12187         newlib/crystal/Makefile.in, newlib/cypress/Makefile.in,
12188         newlib/electro-optics/Makefile.in,
12189         newlib/generic_SMD_packages/Makefile.in,
12190         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
12191         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
12192         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
12193         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
12194         tutorial/Makefile.in, win32/Makefile.in: regen after the lex/yacc
12195         configure.ac change
12197 2006-08-27   DJ Delorie * dj AT delorie dot com *
12199         * src/hid/lesstif/main.c: Constrain arc start angles to -180..180
12200         degrees.
12202 2006-08-24   DJ Delorie * dj AT delorie dot com *
12204         * src/netlist.c: Fix rats enable/disable code.
12206 2006-08-23   Dan McMahill * dan AT mcmahill dot net *
12208         * configure, configure.ac: error out if yacc or lex could not be
12209         found
12211 2006-08-23   Dan McMahill * dan AT mcmahill dot net *
12213         * doc/version.texi: bump rev after 20060822 branch
12215 2006-08-23   Dan McMahill * dan AT mcmahill dot net *
12217         * configure, configure.ac: bump rev after 20060822 branch
12219 2006-08-23   DJ Delorie * dj AT delorie dot com *
12221         * src/hid/ps/eps.c: When printing as-shown, mirror the image if
12222         we're viewing the solder side.
12224 2006-08-23   DJ Delorie * dj AT delorie dot com *
12226         * src/hid/ps/eps.c: Don't consider off layers for fast mask.  Don't
12227         print paste.
12229 2006-08-22   DJ Delorie * dj AT delorie dot com *
12231         * src/hid/ps/eps.c: Don't print invisible silk.
12233 2006-08-22   Dan McMahill * dan AT mcmahill dot net *
12235         * README.snapshots: add a note about how I test the distcheck target
12236         for the lesstif HID
12238 2006-08-22   DJ Delorie * dj AT delorie dot com *
12240         * src/find.c: Special case: allow vias with exactly zero clearance.
12242 2006-08-22   Dan McMahill * dan AT mcmahill dot net *
12244         * ChangeLog, NEWS, README.snapshots: update for 20060822 snapshot
12246 2006-08-22   DJ Delorie * dj AT delorie dot com *
12248         * src/hid/lesstif/main.c: fill_rect needs the same point-ordering as
12249         draw_rect
12251 2006-08-22   DJ Delorie * dj AT delorie dot com *
12253         * src/change.c: Allow via clearance to be reduced to zero.
12255 2006-08-22   DJ Delorie * dj AT delorie dot com *
12257         * src/draw.c: If a pad/via's clearance is zero, don't attempt to
12258         draw a zero-width clear.
12260 2006-08-21   DJ Delorie * dj AT delorie dot com *
12262         * src/main.c: Add default colors for layers 9..16
12264 2006-08-21   DJ Delorie * dj AT delorie dot com *
12266         * src/file.c: post-initialize PCBs loaded from files.
12268 2006-08-21   DJ Delorie * dj AT delorie dot com *
12270         * src/pcb-menu.res: Let right-mouse do "rotate" for now.
12272 2006-08-21   DJ Delorie * dj AT delorie dot com *
12274         * src/search.c, src/todo: Don't let search find backsilk if
12275         invisible objects are off.
12277 2006-08-21   DJ Delorie * dj AT delorie dot com *
12279         * src/draw.c: Draw via annulii on assembly drawings.
12281 2006-08-18   Dan McMahill * dan AT mcmahill dot net *
12283         * configure, doc/actions.texi, doc/pcbfile.texi: regen
12285 2006-08-18   Dan McMahill * dan AT mcmahill dot net *
12287         * src/action.c, src/global.h, src/undo.c, src/undo.h: add a
12288         Renumber() action which renumbers reference designators and outputs
12289         a "was/is" sort of file which can be used for back annotation if
12290         someone writes a utility to apply those changes to a schematic.  For now Renumber() is still considered somewhat experimental and
12291         hence is not hooked up to the menus yet.
12293 2006-08-15   DJ Delorie * dj AT delorie dot com *
12295         * configure, configure.ac: Add X_CFLAGS to CFLAGS so that Xm/Xm.h
12296         can be found.
12298 2006-08-15   Dan McMahill * dan AT mcmahill dot net *
12300         * src/hid/ps/ps.c: add header for a missing prototype
12302 2006-08-15   Dan McMahill * dan AT mcmahill dot net *
12304         * src/action.c: Apply patch from patch [ 1496742 ] Make 'a' key
12305         (SetSame) work again submitted by Wim Lewis.
12307 2006-08-14   Dan McMahill * dan AT mcmahill dot net *
12309         * configure, configure.ac: when pkg-config fails to find the desired
12310         version of gtk or glib, then print the pkg-config output as part of
12311         the error message.  Suggested in bug # 1507555 by Mark Whitis.
12313 2006-08-14   Dan McMahill * dan AT mcmahill dot net *
12315         * lib/geda.inc: use 0.01 mm instead of 0.05 mm for the roundoff for
12316         01005 footprints because they are so small.  This bumps the gap
12317         between pads just over 6 mils instead of just under 6 mils.
12319 2006-08-11   Dan McMahill * dan AT mcmahill dot net *
12321         * src/hid/lpr/lpr.c: Fix bug [ 1534098 ] Segmentation fault in GTK
12322         print dialog reported by Mark Rages.  Symptom was changing the lpr
12323         command in the gtk dialog box gave an instant crash.
12325 2006-08-10   Dan McMahill * dan AT mcmahill dot net *
12327         * src/Makefile.am, src/Makefile.in: add hid/batch/batch_lists.h to
12328         DISTCLEANFILES
12330 2006-08-10   Dan McMahill * dan AT mcmahill dot net *
12332         * lib/geda.inc: Add 01005 footprints.
12334 2006-08-04   Dan McMahill * dan AT mcmahill dot net *
12336         * src/copy.c: Remove extra calls to Draw().  This greatly speeds up
12337         copy operations.  This is especially true when pasting large blocks
12338         of layout.  Patch supplied by  Tibor Palinkas as patch #1532922.
12340 2006-08-03   DJ Delorie * dj AT delorie dot com *
12342         * src/Makefile.am, src/Makefile.in, src/fontmode.c: Add font editing
12343         mode (FontEdit() and FontSave())
12345 2006-08-03   DJ Delorie * dj AT delorie dot com *
12347         * src/file.c: Use the old style (mil) syntax when saving font info,
12348         if the values permit it, for readability and to save file space.
12350 2006-08-03   DJ Delorie * dj AT delorie dot com *
12352         * src/action.c: Allow New() to take a name, so that the user need
12353         not be prompted during scripts and such.
12355 2006-08-03   DJ Delorie * dj AT delorie dot com *
12357         * src/move.c: When deleting a layer, make sure to zero out the
12358         now-unused slot at the end.
12360 2006-08-02   Dan McMahill * dan AT mcmahill dot net *
12362         * configure, configure.ac: After running PATH_XTRA and checking for
12363         various X libs (Xpm, etc), we need to use $X_LIBS as part of LIBS in
12364         subsequent library tests or we'll have a failure.  This should
12365         address some issues noted recently on one of the gEDA lists and
12366         configuring with lesstif and the png HID's.
12368 2006-08-02   DJ Delorie * dj AT delorie dot com *
12370         * src/Pcb.ad.in, src/Pcb.ad.raw, src/Pcb.ad.small, src/action.c,
12371         src/autoroute.c, src/buffer.c, src/create.c, src/crosshair.c,
12372         src/data.c, src/dev_rs274x.c, src/djopt.c, src/draw.c, src/error.c,
12373         src/file.c, src/find.c, src/hid/gtk/gtkhid-main.c,
12374         src/hid/lesstif/main.c, src/line.c, src/misc.c, src/mtspace.h,
12375         src/mymem.c, src/netlist.c, src/output.c, src/parse_l.l,
12376         src/parse_y.y, src/polygon.c, src/puller.c, src/rats.c,
12377         src/rtree.c, src/rubberband.c, src/search.c, src/select.c,
12378         src/undo.c: spelling fixes from Larry.
12380 2006-08-02   DJ Delorie * dj AT delorie dot com *
12382         * src/hid/ps/ps.c, src/print.c, src/print.h: When the drill list
12383         fits "naturally", no offset is added, which makes me happy.  When
12384         the drill list would otherwise fall off the left edge of the paper,
12385         just enough offset is added to keep that from happening.
12387 2006-08-02   DJ Delorie * dj AT delorie dot com *
12389         * src/hid/lesstif/netlist.c: Allow extended selections.
12391 2006-08-01   Dan McMahill * dan AT mcmahill dot net *
12393         * README.cvs: - Note that automake-1.7 and older are too old.  - Add a pointer to the README.snapshot document
12395 2006-07-26   DJ Delorie * dj AT delorie dot com *
12397         * src/file.c: Enable loaded netlists by default.
12399 2006-07-26   DJ Delorie * dj AT delorie dot com *
12401         * src/hid/lesstif/lesstif.h, src/hid/lesstif/main.c,
12402         src/hid/lesstif/menu.c, src/pcb-menu.res: Add the ability to
12403         user-configure mouse actions.
12405 2006-07-24   DJ Delorie * dj AT delorie dot com *
12407         * src/hid/lesstif/lesstif.h, src/hid/lesstif/main.c,
12408         src/hid/lesstif/menu.c: Add support for multi-key hotkeys, via
12409         <Keys>abc syntax for a/b/c sequence.
12411 2006-07-23   DJ Delorie * dj AT delorie dot com *
12413         * src/hid/lesstif/dialogs.c: use "top" and "bottom" to describe the
12414         side flags, instead of using "solder" and "component", which are
12415         common layer names.
12417 2006-07-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
12419         * src/autoroute.c, src/mtspace.c, src/rtree.c: Various improvements
12420         to speed up auto-routing. Mainly optimizing the r-tree searching
12421         even more.
12423         ----------------------------------------------------------------------
12425 2006-07-14   DJ Delorie * dj AT delorie dot com *
12427         * src/crosshair.c, src/hid/gtk/gtkhid-main.c,
12428         src/hid/lesstif/main.c: Fix draw_rect vs board flipping bug.
12430 2006-07-14   DJ Delorie * dj AT delorie dot com *
12432         * src/autoplace.c, src/djopt.c, src/main.c, src/move.c, src/mymem.c: 
12433         Minor patches from Larry.
12435 2006-07-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
12437         * src/autoroute.c, src/rats.c: fix some autorouter bugs and improve
12438         ability to round around non-manhattan lines
12440         ----------------------------------------------------------------------
12442 2006-07-10   Dan McMahill * dan AT mcmahill dot net *
12444         * src/Makefile.am, src/Makefile.in: remove circular dependency which
12445         breaks non-GNU make programs.
12447 2006-07-08   Dan McMahill * dan AT mcmahill dot net *
12449         * INSTALL: summarize the dependencies for building pcb
12451 2006-07-08   Dan McMahill * dan AT mcmahill dot net *
12453         * INSTALL: fix a typo
12455 2006-07-08   Dan McMahill * dan AT mcmahill dot net *
12457         * README: remove some redundant and out of date notes
12459 2006-07-07   DJ Delorie * dj AT delorie dot com *
12461         * src/misc.c: Fix minor rounding bug in c_dtostr().
12463 2006-07-07   DJ Delorie * dj AT delorie dot com *
12465         * src/misc.c: Fix layer group parsing code.  Avoid trailing colon in
12466         group string.
12468 2006-07-04   Dan McMahill * dan AT mcmahill dot net *
12470         * src/hid/bom/bom.c, src/hid/common/hidinit.c,
12471         src/hid/gerber/gerber.c, src/hid/gtk/gui-top-window.c,
12472         src/hid/hidint.h, src/hid/png/png.c, src/hid/ps/eps.c,
12473         src/hid/ps/ps.c: Apply a patch from Larry Doolittle.  Refactors filename handling code common to the file export HIDs
12474         (bom, gerber, png, eps, ps).  The png code had one feature (last_made_filename) that was missing
12475         in the others.  This refactoring brings all the HIDs to feature
12476         parity, which lets pcb -x bom --bomfile=foo.txt bar.pcb work as expected.  The old code ignores the command line flag, and
12477         writes the bom to bar.bom.  Likewise for .xy, .gbr, .eps, and .ps
12478         files.  Also fixes a couple of spelling errors.
12480 2006-07-04   Dan McMahill * dan AT mcmahill dot net *
12482         * doc/actions.texi, doc/pcbfile.texi, src/Makefile.in,
12483         src/action.c, src/create.c, src/dev_rs274x.c, src/drill.c,
12484         src/file.c, src/find.c, src/mymem.c, src/mymem.h, src/parse_l.l,
12485         src/rats.c, src/remove.c, src/undo.c: Apply a patch from Larry
12486         Doolittle that switches from the MyFree() function to the new
12487         MYFREE() macro to avoid strict aliasing violations.
12489 2006-06-26   DJ Delorie * dj AT delorie dot com *
12491         * src/djopt.c: Don't delete vias with thermals.  Try to split
12492         diagonal lines at pins and vias.
12494 2006-06-25   DJ Delorie * dj AT delorie dot com *
12496         * src/todo: MoveLayers cleanup tasks - thermals, pips, undo
12498 2006-06-22   Dan McMahill * dan AT mcmahill dot net *
12500         * README.cvs: add a comment about needing the png HID for building
12501         docs from cvs
12503 2006-06-21   DJ Delorie * dj AT delorie dot com *
12505         * src/hid/lesstif/main.c: Account for board flipping when zooming.
12507 2006-06-11   DJ Delorie * dj AT delorie dot com *
12509         * src/action.c: Remove obsolete ActionSwapSides()
12511 2006-06-11   DJ Delorie * dj AT delorie dot com *
12513         * src/hid/lesstif/main.c, src/pcb-menu.res: Merge lesstif's Flip()
12514         action into SwapSides to avoid conflict with core Flip().
12516 2006-06-11   DJ Delorie * dj AT delorie dot com *
12518         * src/hid/lesstif/menu.c: Print actions called when verbose.
12520 2006-06-10   DJ Delorie * dj AT delorie dot com *
12522         * globalconst.h, src/action.c, src/autoplace.c, src/autoroute.c,
12523         src/buffer.c, src/copy.c, src/create.c, src/create.h,
12524         src/crosshair.c, src/data.h, src/djopt.c, src/draw.c, src/file.c,
12525         src/find.c, src/global.h, src/hid/common/extents.c,
12526         src/hid/common/flags.c, src/hid/gerber/gerber.c,
12527         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-config.c,
12528         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h,
12529         src/hid/lesstif/dialogs.c, src/hid/lesstif/main.c,
12530         src/hid/lesstif/menu.c, src/hid/png/png.c, src/hid/ps/eps.c,
12531         src/hid/ps/ps.c, src/line.c, src/macro.h, src/main.c, src/misc.c,
12532         src/misc.h, src/move.c, src/move.h, src/parse_y.y,
12533         src/pcb-menu.res, src/polygon.c, src/print.c, src/rats.c,
12534         src/rtree.c, src/rubberband.c, src/search.c, src/undo.c, src/undo.h: 
12535         flexible max_layers
12537 2006-06-09   DJ Delorie * dj AT delorie dot com *
12539         * src/hid/lesstif/main.c: Compensate for board flipping in the
12540         panning code.
12542 2006-06-06   DJ Delorie * dj AT delorie dot com *
12544         * src/hid/gerber/gerber.c: Fix rounding bug when collecting drill
12545         sizes.
12547 2006-06-03   DJ Delorie * dj AT delorie dot com *
12549         * src/djopt.c: Fix logic a bit, don't try to move pins.
12551 2006-06-03   DJ Delorie * dj AT delorie dot com *
12553         * src/pcb-menu.res: Syntax fix for DisperseElements()
12555 2006-05-29   DJ Delorie * dj AT delorie dot com *
12557         * src/todo: Remove lesstif board flipping item.
12559 2006-05-29   DJ Delorie * dj AT delorie dot com *
12561         * src/hid/lesstif/main.c, src/pcb-menu.res: Add Flip action, both
12562         vertical and horizontal.
12564 2006-05-29   DJ Delorie * dj AT delorie dot com *
12566         * src/djopt.c: Adjust endpoints of lines that don't quite reach
12567         adjoining lines.
12569 2006-05-21   DJ Delorie * dj AT delorie dot com *
12571         * src/hid/lesstif/menu.c, src/report.c: Report on locked objects if
12572         there are no unlocked objects under the cursor.  Save the cursor
12573         position even if we don't initially need it, in case we call an
12574         action that does.
12576 2006-05-21   DJ Delorie * dj AT delorie dot com *
12578         * src/hid/gerber/gerber.c: Reset layer value cache before we
12579         shortcut for counting apertures.
12581 2006-05-20   DJ Delorie * dj AT delorie dot com *
12583         * src/draw.c, src/hid.h, src/hid/common/extents.c,
12584         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
12585         src/hid/lesstif/main.c, src/hid/png/png.c, src/hid/ps/eps.c,
12586         src/hid/ps/ps.c: Split plated and unplated drills in gerber output.
12588 2006-05-20   DJ Delorie * dj AT delorie dot com *
12590         * src/hid/gerber/gerber.c: Name internal gerber layers sanely.
12592 2006-05-20   DJ Delorie * dj AT delorie dot com *
12594         * src/hid/gerber/gerber.c: Change gerber names to be compatible with
12595         pre-hid.
12597 2006-05-20   DJ Delorie * dj AT delorie dot com *
12599         * src/const.h, src/search.c: Ignore locked objects unless
12600         LOCKED_TYPE is passed (lock tool).
12602 2006-05-16   Dan McMahill * dan AT mcmahill dot net *
12604         * configure, configure.ac: add the batch HID to the list of gui HIDs
12605         in the help output
12607 2006-05-15   DJ Delorie * dj AT delorie dot com *
12609         * src/hid/gtk/gui-top-window.c: Fig typo in ChangeDrillSize menu.
12611 2006-05-15   DJ Delorie * dj AT delorie dot com *
12613         * src/hid/batch/batch.c: Fix test for interactiveness.
12615 2006-05-15   DJ Delorie * dj AT delorie dot com *
12617         * src/Makefile.am, src/Makefile.in, src/hid/batch/batch.c,
12618         src/hid/batch/hid.conf: Add batch-mode HID.
12620 2006-05-14   DJ Delorie * dj AT delorie dot com *
12622         * src/crosshair.c: Fix drawing of box around text items in buffer.
12624 2006-05-14   DJ Delorie * dj AT delorie dot com *
12626         * src/draw.c: Add support for drawing/exporting paste layers.
12628 2006-05-01   Dan McMahill * dan AT mcmahill dot net *
12630         * doc/actions.texi, doc/version.texi, src/action.c: add Message()
12631         action
12633 2006-04-30   Dan McMahill * dan AT mcmahill dot net *
12635         * src/buffer.c: fix a bug where mirroring a buffer with only traces
12636         triggered the "can't mirror a buffer with text" if there was text
12637         anywhere in the layout.  Patch provided as part of bug #1467446.
12639 2006-04-29   Bill Wilson * billw2 AT users dot sourceforge dot net *
12641         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c,
12642         src/hid/gtk/gui-top-window.c: Update status line after menu Save
12643         layout and Save layout as.  Change file select response button from "Open" to "Ok".  Don't try to Save layout when user hits Cancel and file name is
12644         NULL.
12646 2006-04-29   Bill Wilson * billw2 AT users dot sourceforge dot net *
12648         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-utils.c: Couple
12649         of small typo bugs: a missing "break" and needed -1 arg to size
12650         request.
12652 2006-04-28   Dan McMahill * dan AT mcmahill dot net *
12654         * src/action.c: prevent segfaults when trying to undo in the middle
12655         of drawing ratlines.  Problem noted by Daniel Wisehart, fixed by me.
12657 2006-04-28   DJ Delorie * dj AT delorie dot com *
12659         * src/file.c, src/misc.c, src/misc.h, src/parse_l.l: Use
12660         locale-independent strtod and dtostr functions.
12662 2006-04-27   Dan McMahill * dan AT mcmahill dot net *
12664         * config.h.in: regen
12666 2006-04-27   Dan McMahill * dan AT mcmahill dot net *
12668         * INSTALL: minor updates, mention gd-2.0.23 as having been used
12670 2006-04-27   Dan McMahill * dan AT mcmahill dot net *
12672         * configure, configure.ac: if gdlib-config is not found, try and
12673         just check for -lgd on the off chance that it works.  The user in
12674         this case may have to add things like -lpng to their LDFLAGS
12675         variable in the environment or just update to a newer version of
12676         gdlib.  gdlib-config has been around for at least a few years
12677         anyway.
12679 2006-04-26   Dan McMahill * dan AT mcmahill dot net *
12681         * README_FILES/Makefile.in: remove obsolete README file
12683 2006-04-26   Dan McMahill * dan AT mcmahill dot net *
12685         * INSTALL: bring the install docs up to date
12687 2006-04-26   Dan McMahill * dan AT mcmahill dot net *
12689         * README-GTK_PORT, README_FILES/INSTALL, README_FILES/Makefile.am,
12690         README_FILES/Makefile.in: remove obsolete README file
12692 2006-04-25   Dan McMahill * dan AT mcmahill dot net *
12694         * configure, configure.ac: complain if the png HID has been
12695         requested but all formats disabled
12697 2006-04-24   Dan McMahill * dan AT mcmahill dot net *
12699         * src/hid/gtk/gui-top-window.c: do not crash if the input pipe
12700         terminates when using --listen
12702 2006-04-24   Dan McMahill * dan AT mcmahill dot net *
12704         * src/hid/lesstif/main.c: remove a debugging printf
12706 2006-04-24   DJ Delorie * dj AT delorie dot com *
12708         * src/global.h: Comment tweak.
12710 2006-04-24   DJ Delorie * dj AT delorie dot com *
12712         * src/global.h: Define on-board objects in terms of base types.
12714 2006-04-23   Dan McMahill * dan AT mcmahill dot net *
12716         * src/buffer.c: when smashing the pastebuffer, don't set the pure
12717         hole flag on the vias unless is was set on the original pin.
12718         Reported by Levente Kovacs on geda-user.
12720 2006-04-23   Dan McMahill * dan AT mcmahill dot net *
12722         * doc/pcb.texi: update newlib creation section for the latest GTK
12723         HID.  Addresses bug 1473640.
12725 2006-04-22   Dan McMahill * dan AT mcmahill dot net *
12727         * NEWS: add 20060422 release notes
12729 2006-04-22   Dan McMahill * dan AT mcmahill dot net *
12731         * README.snapshots: update for 20060422
12733 2006-04-22   Dan McMahill * dan AT mcmahill dot net *
12735         * ChangeLog: update for 20060422 snapshot
12737 2006-04-21   Dan McMahill * dan AT mcmahill dot net *
12739         * src/hid/gtk/gui-config.c: Comment out locale.h since the code
12740         which needed that was also commented out.  Fixes builds on solaris
12741         with sunpro and the gtk HID.
12743 2006-04-21   Dan McMahill * dan AT mcmahill dot net *
12745         * src/macro.h: protect some GNU C specific stuff with #ifdef
12746         __GNUC__
12748 2006-04-21   Dan McMahill * dan AT mcmahill dot net *
12750         * src/hid/gtk/gui-utils.c: change from NONE_PRESSED to
12751         NO_BUTTON_PRESSED since the former is not part of the ButtonState
12752         enum while the latter is.
12754 2006-04-21   Dan McMahill * dan AT mcmahill dot net *
12756         * src/hid/lesstif/main.c: comment out with #if 0 the code related to
12757         lesstif_options and lesstif_resources since those were both empty.
12758         With this change pcb should build correctly on 64-bit Irix-6.5 with
12759         version 7.41 of the MIPSpro compilers.  There are still a handful of
12760         compiler warnings to investigate.
12762 2006-04-20   DJ Delorie * dj AT delorie dot com *
12764         * doc/actions.texi, src/hid.h, src/hid/common/actions.c,
12765         src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
12766         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
12767         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c: Document
12768         lesstif hid actions.
12770 2006-04-20   Dan McMahill * dan AT mcmahill dot net *
12772         * src/box.h, src/find.c: rely on the autoconf test for inline
12773         instead of using our own based on __GNUC__.  This will let other
12774         non-gcc C99 compilers take advantage of inline.
12776 2006-04-19   Dan McMahill * dan AT mcmahill dot net *
12778         * config.h.in, configure, configure.ac, doc/actions.texi,
12779         doc/version.texi, src/Makefile.am, src/Makefile.in, src/djopt.c,
12780         src/draw.c, src/file.c, src/flags.c, src/hid/lesstif/dialogs.c,
12781         src/hid/lesstif/library.c, src/hid/lesstif/main.c,
12782         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
12783         src/hid/lesstif/styles.c, src/hid/lesstif/xincludes.h, src/misc.c,
12784         src/parse_y.y, src/strflags.c, src/strflags.h: - add checks for sys/param.h and compiler understanding of 'inline'.  - remove a handful of warnings which showed up with the sunpro
12785         compiler.  - move the X11 includes into a header where they can be included in
12786           a way which keeps them from messing up the namespace of the rest of   pcb.  Fixes some obscure warnings from sunpro.
12788 2006-04-19   Dan McMahill * dan AT mcmahill dot net *
12790         * src/hid/png/png.c: get this to properly link when --disable-gif is
12791         used and the installed libgd does not have gif support.
12793 2006-04-19   DJ Delorie * dj AT delorie dot com *
12795         * src/hid/ps/ps.c: Add --psfade option.
12797 2006-04-18   Bill Wilson * billw2 AT users dot sourceforge dot net *
12799         * src/command.c, src/data.c: Clean out Gtk HID related FIXMEs
12801 2006-04-18   Bill Wilson * billw2 AT users dot sourceforge dot net *
12803         * src/draw.c: Clean out Gtk HID related FIXMEs.  Also old background
12804         image code which is now done in the Gtk and Lesstif HIDs.
12806 2006-04-18   Bill Wilson * billw2 AT users dot sourceforge dot net *
12808         * src/main.c, src/set.c: Clean out FIXMEs specific to the Gtk HID.
12810 2006-04-18   Bill Wilson * billw2 AT users dot sourceforge dot net *
12812         * src/misc.c, src/misc.h: Remove Gtk HID specific
12813         build_route_string() function.
12815 2006-04-18   Bill Wilson * billw2 AT users dot sourceforge dot net *
12817         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-size.c,
12818         src/hid/gtk/gui-top-window.c: Fix route style "Save as default" bug.  Update status line when new route style selected.
12820 2006-04-17   DJ Delorie * dj AT delorie dot com *
12822         * doc/actions.texi, doc/extract-docs, doc/pcb.texi,
12823         doc/pcbfile.texi, doc/version.texi, src/const.h, src/hid.h,
12824         src/hid/common/actions.c, src/hid/lesstif/main.c, src/parse_y.y: 
12825         Remove all the prev-next-up links, reformat all the texi files to
12826         allow for automatic structure generation.  Add helper hooks in the
12827         extractor to let the source files control what types of nodes and
12828         document structure is used for each category.  Auto-create nodes and
12829         document substructure for each key within each category.
12831 2006-04-17   Bill Wilson * billw2 AT users dot sourceforge dot net *
12833         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c,
12834         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: For the Gtk HID, add an
12835         alternate vertical window layout mode to help on lower vertical
12836         resolution displays.
12838 2006-04-17   DJ Delorie * dj AT delorie dot com *
12840         * src/netlist.c: Include sys/types.h so that regex compiles on more
12841         hosts.
12843 2006-04-16   Bill Wilson * billw2 AT users dot sourceforge dot net *
12845         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-command-window.c,
12846         src/hid/gtk/gui-keyref-window.c, src/hid/gtk/gui-library-window.c,
12847         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-netlist-window.c,
12848         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: Fix soldermask draw
12849         while TAB view from solder side.  Don't raise windows if already shown so library & netlist window
12850         won't grab focus.  Focus can still be grabbed if an already shown
12851         window is reshown via the top menu bar.  Not sure yet how to handle
12852         this case.
12854 2006-04-16   Dan McMahill * dan AT mcmahill dot net *
12856         * src/hid/png/png.c: switch the output scaling to default to 100 dpi
12857         instead of fixing the max dimension at 800 pixels.  This at makes
12858         the default be a sort of to scale (for 100 dpi monitors it will be
12859         to scale) image.
12861 2006-04-15   DJ Delorie * dj AT delorie dot com *
12863         * doc/actions.texi, src/report.c: Document actions in report.c.
12865 2006-04-15   DJ Delorie * dj AT delorie dot com *
12867         * doc/Makefile.am, doc/Makefile.in, doc/actions.texi,
12868         doc/puller.pcb, doc/version.texi, src/puller.c: Document the puller
12869         action.
12871 2006-04-15   Bill Wilson * billw2 AT users dot sourceforge dot net *
12873         * src/hid/gtk/gui-output-events.c: Make ghid_get_coords() x value
12874         account for side viewed (when using TAB).
12876 2006-04-14   Bill Wilson * billw2 AT users dot sourceforge dot net *
12878         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-top-window.c,
12879         src/hid/gtk/gui.h: Support --bg-image in the Gtk HID.  Images can be
12880         jpg, png, gif, etc. as supported by the Gdk installation.  Zooming gets slow at higher zoom levels, but I can address that
12881         later when I have more time.
12883 2006-04-14   DJ Delorie * dj AT delorie dot com *
12885         * src/global.h: Make sure the Message and return are in the same
12886         scope.
12888 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12890         * src/hid/gtk/gui-top-window.c: make sure we set the default icon
12891         _before_ any windows are created
12893 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12895         * configure, configure.ac: bump rev after 20060414 branch
12897 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12899         * NEWS: 20060414 release notes
12901 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12903         * ChangeLog: update for 20060414 snapshot
12905 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12907         * README.snapshots: update the instructions a bit
12909 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12911         * doc/actions.texi: regen
12913 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12915         * Makefile.am, Makefile.in: fix a distcheck problem
12917 2006-04-14   DJ Delorie * dj AT delorie dot com *
12919         * src/hid/lesstif/main.c: Add --bg-image option to lesstif hid to
12920         load a background image.
12922 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12924         * src/hid/gtk/gui-top-window.c: on win32, figure out the path to the
12925         installed package so we can set the newlib directory.
12927 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12929         * src/hid/gtk/gtkhid-main.c: add missing return value
12931 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12933         * src/compat.c: add a (lame) random() replacement
12935 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12937         * src/autoplace.c, src/strflags.c: add compat.h header for missing
12938         system functions
12940 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12942         * Makefile.am, Makefile.in, README.win32: add a win32 README file
12944 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12946         * src/Makefile.am, src/Makefile.in: add a dependency on the icon
12947         resource object if this is win32
12949 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12951         * win32/Makefile.in: add missing file
12953 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12955         * : add generated icon file
12957 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12959         * Makefile.am, Makefile.in: add win32 to SUBDIRS
12961 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12963         * win32/Makefile.am, win32/Xdefaults.tgif: add a tgif Xdefaults file
12964         needed for generating the correct XPM version
12966 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12968         * win32/pcb_icon_big.obj, win32/pcb_icon_med.obj,
12969         win32/pcb_icon_sml.obj: replace wcalc icons with placeholder pcb
12970         icons
12972 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12974         * Makefile.in, README_FILES/Makefile.in, configure, configure.ac,
12975         doc/Makefile.in, example/Makefile.in,
12976         example/libraries/Makefile.in, lib/Makefile.in,
12977         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
12978         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
12979         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
12980         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
12981         newlib/generic_SMD_packages/Makefile.in,
12982         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
12983         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
12984         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.am,
12985         src/Makefile.in, src/icons/Makefile.in, src/script/Makefile.in,
12986         tools/Makefile.in, tutorial/Makefile.in: check for a few tools used
12987         to regenerate windows icons
12989 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12991         * src/error.c, src/file.c, src/find.c, src/main.c, src/misc.c,
12992         win32/build_pcb: add a few more checks to let this build under
12993         cygwin/mingw
12995 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12997         * config.h.in, configure, configure.ac: check for getcwd()
12999 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
13001         * src/hid/gtk/pcb.rc: add windres file for win32 icons
13003 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
13005         * config.h.in, configure, configure.ac: one more header check
13007 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
13009         * config.guess, config.sub: add some new configure related files
13011 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
13013         * src/Makefile.am, src/Makefile.in: add stuff to compile in icons
13014         for win32
13016 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
13018         * Makefile.in, README_FILES/Makefile.in, config.h.in, configure,
13019         configure.ac, doc/Makefile.in, example/Makefile.in,
13020         example/libraries/Makefile.in, lib/Makefile.in,
13021         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
13022         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
13023         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
13024         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
13025         newlib/generic_SMD_packages/Makefile.in,
13026         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
13027         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
13028         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
13029         src/compat.c, src/compat.h, src/file.c, src/hid/gerber/gerber.c,
13030         src/icons/Makefile.in, src/misc.c, src/print.c,
13031         src/script/Makefile.in, tools/Makefile.in, tutorial/Makefile.in: Add
13032         a couple more configure checks for functions (gethostname and
13033         password related functions) and headers which may not be present on
13034         win32.  This should be enough to get things to compile under cygwin
13035         although there are still runtime issues.
13037 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13039         * win32/Makefile.am, win32/Readme.txt, win32/build_pcb,
13040         win32/pcb.nsi.in, win32/pcb_icon_big.obj, win32/pcb_icon_med.obj,
13041         win32/pcb_icon_sml.obj: Add some stuff to help build under win32.
13042         Note:  win32 support is not finished and PCB does not yet work
13043         correctly under win32, but this is some progress.
13045 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13047         * src/error.c, src/error.h, src/hid.h, src/hid/common/hidnogui.c,
13048         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui.h,
13049         src/hid/lesstif/dialogs.c, src/hid/lesstif/main.c: const-ify the log
13050         message functions
13052 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13054         * src/hid/gtk/gtkhid-main.c: add the About action
13056 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13058         * src/action.c, src/global.h, src/vendor.c: use AFAIL() when an
13059         action fails due to a syntax error
13061 2006-04-12   DJ Delorie * dj AT delorie dot com *
13063         * src/hid/ps/eps.c: Determine when we need to use the complex erase
13064         logic, and when we can just paint white.  Painting white is a LOT
13065         faster, and avoids rasterization in ps2pdf.
13067 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13069         * doc/version.texi: add thermals to glossary
13071 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13073         * doc/pcb.texi: add thermal to the glossary
13075 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13077         * doc/Makefile.am, doc/Makefile.in: increase resolution of PDFs of
13078         drawings.  72dpi looked pretty bad on the thermal drawing
13080 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13082         * doc/Makefile.am, doc/Makefile.in: add thermal drawing
13084 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13086         * doc/thermal.pcb: change name of board
13088 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13090         * doc/thermal.pcb: add a drawing showing what a thermal relief looks
13091         like
13093 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13095         * doc/database.txt, doc/ideas/database.txt, doc/ideas/keepouts.txt,
13096         doc/keepouts.txt: move these to an ideas subdirectory to hopefully
13097         more clearly indicate that not only are these not implemented yet
13098         but that they are not even certain to ever be implemented.
13100 2006-04-12   DJ Delorie * dj AT delorie dot com *
13102         * doc/actions.texi, doc/version.texi, src/netlist.c: Document
13103         actions in netlist.c
13105 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13107         * doc/actions.texi, src/action.c: add support for units and relative
13108         coordinates in PasteBuffer(ToLayout)
13110 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13112         * doc/database.txt, doc/keepouts.txt: add two documents in progress
13113         describing a plan for future work
13115 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13117         * doc/actions.texi, src/action.c, src/global.h: Add a "ToLayout"
13118         option for the PasteBuffer() action.  You can now do things like
13119         PasteBuffer(ToLayout, 10000, 200000) to paste from the current
13120         buffer Also add a DumpLibrary() action.
13122 2006-04-11   DJ Delorie * dj AT delorie dot com *
13124         * doc/actions.texi, doc/extract-docs, src/action.c, src/command.c: 
13125         Document actions in command.c.
13127 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13129         * lib/crystal.list, lib/crystal.m4, lib/generic.list,
13130         lib/generic.m4, lib/resistor_0.25W.list, lib/resistor_array.list,
13131         lib/texas_inst_voltage_reg.m4, lib/transistor.m4: - add a missing description and move some footprints from the wrong
13132         .list file to the correct .list file to be able to pick up the
13133         descriptions and parameters from the corresponding .m4 file.  - all of the m4 libs should at least be correct in the sense that
13134         the pieces are all there and they all run through m4 correctly.
13135         They have not been verified any more for correctness, but this is
13136         progress.
13138 2006-04-11   DJ Delorie * dj AT delorie dot com *
13140         * src/print.c, src/report.c: Print correct symbol counts for drills
13141         on fab drawing.
13143 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13145         * Makefile.in, README_FILES/Makefile.in, example/Makefile.in,
13146         example/libraries/Makefile.in, lib/Makefile.in,
13147         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
13148         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
13149         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
13150         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
13151         newlib/generic_SMD_packages/Makefile.in,
13152         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
13153         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
13154         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
13155         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
13156         tutorial/Makefile.in: regen (after checking for perl)
13158 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13160         * doc/actions.texi, doc/version.texi, src/action.c, src/select.c,
13161         src/select.h: - for the Select(*ByName) action, allow a 2nd argument to specify
13162         the name and only use the gui dialog box if the 2nd argument is not
13163         specified.  - Add *ByName options for the Unselect() action.
13165 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13167         * src/hid/gtk/gtkhid-main.c: garbage collect some printf output
13169 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13171         * src/hid/gtk/gui-top-window.c: Fix bug [ 1462380 ] saving buffer
13172         elemnts to file does nothing.
13174 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13176         * configure, configure.ac, doc/Makefile.am, doc/Makefile.in: When
13177         building docs, look for a perl to use.  This will let the user set
13178         PERL in their environment and have configure pick it up.
13180 2006-04-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
13182         * src/find.c: turn off debugging by default
13184         ----------------------------------------------------------------------
13186 2006-04-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
13188         * src/find.c: fixed list overflow with element connection listing
13190         ----------------------------------------------------------------------
13192 2006-04-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
13194         * src/find.c: added overflow error reporting to the ADD* routines
13196         ----------------------------------------------------------------------
13198 2006-04-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
13200         * src/find.c: fixed bug using in LookupLOConnectionsToPVList where
13201         the wrong variable was used.
13203         ----------------------------------------------------------------------
13205 2006-04-10   DJ Delorie * dj AT delorie dot com *
13207         * doc/actions.texi, doc/version.texi, src/action.c: Document the
13208         rest of the registered actions in action.c.
13210 2006-04-06   Dan McMahill * dan AT mcmahill dot net *
13212         * src/find.c: move some initializations inside a loop so they don't
13213         get missed
13215 2006-04-06   Dan McMahill * dan AT mcmahill dot net *
13217         * src/main.c: declare dump_actions() right before using it
13219 2006-04-06   Dan McMahill * dan AT mcmahill dot net *
13221         * src/hid/png/png.c: add some missing const-s
13223 2006-04-06   Bill Wilson * billw2 AT users dot sourceforge dot net *
13225         * src/hid/gtk/gui-top-window.c: mode_button_toggled_cb() didn't sync
13226         ghidgui->settings_mode with current mode button state.
13228 2006-04-06   Dan McMahill * dan AT mcmahill dot net *
13230         * src/hid/gtk/gui-top-window.c: revert the previous, this part
13231         wasn't quite right.
13233 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13235         * src/mymem.c, src/mymem.h: add a MyMalloc to go along with MyCalloc
13237 2006-04-05   Bill Wilson * billw2 AT users dot sourceforge dot net *
13239         * src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui.h: Fix netlist
13240         window to scroll to net/node when user lookups connection.
13242 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13244         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c: - make the ESC key return you to the arrow tool if you are in via,
13245           thermal, lock, etc modes.  - in line, poly, arc, etc. modes, the first ESC press returns you to
13246           "tool neutral" and the 2nd ESC press returns you to the arrow tool.
13248 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13250         * src/hid/gtk/gui-dialog.c, src/hid/lesstif/dialogs.c: add pointer
13251         to the geda homepage and wiki as well as the pcb home page in the
13252         about dialog
13254 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13256         * src/hid/gtk/gui-dialog-print.c: fix a bug which prevented the
13257         File->Export menu from working more than once in a pcb session.
13259 2006-04-05   DJ Delorie * dj AT delorie dot com *
13261         * src/action.c, src/djopt.c, src/hid.h, src/hid/common/actions.c,
13262         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/dialogs.c,
13263         src/hid/lesstif/main.c, src/main.c, src/vendor.c: Initial chunk of
13264         inline action docs.
13266 2006-04-05   DJ Delorie * dj AT delorie dot com *
13268         * doc/Makefile.am, doc/Makefile.in, doc/actions.texi,
13269         doc/extract-docs, doc/pcb.texi, doc/version.texi: Fix eps->pdf rule
13270         to set size and resolution right.  Limit pcb->* to visible areas.
13271         Add support for action extraction from sources.
13273 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13275         * src/script/Makefile.am, src/script/Makefile.in,
13276         src/script/pcb-print: remove the pcb-print script.  It is obsolete
13277         now that the HID version directly supports command line export/print
13278         through the export HID's.
13280 2006-04-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
13282         * src/find.c: Expand search box during bloat in case the box overlap
13283         would otherwise prevent checking.  This repairs a really bad bug
13284         introduced when the rtrees were used to speed the find tracing.
13286         ----------------------------------------------------------------------
13288 2006-04-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
13290         * src/misc.c: fixed pin/via bounding box to include thermal tails;
13291         bug reported by CL
13293         ----------------------------------------------------------------------
13295 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13297         * src/hid/gtk/gui.h: Be a bit more careful with rouding issues when
13298         converting to pcb units.  Hopefully this will help with the issue
13299         reported on the geda lists about 23.99 mil vias when the user
13300         thought they picked 24 mil ones.  Patch posted on geda-user by DJ.
13302 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13304         * config.h.in, configure, configure.ac, src/hid/png/png.c: check to
13305         see which graphic file formats are supported by the installed GD.
13306         If the desired list is not found, abort and tell the user they can
13307         explicitly disable certain file types.  Should deal with installed
13308         versions of gd which do not support GIF output.
13310 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13312         * src/hid/lesstif/styles.c: fix a prototype
13314 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13316         * src/dolists.h, src/hid/lesstif/dialogs.c, src/hid/lesstif/main.c,
13317         src/hid/lesstif/menu.c, src/hid/lesstif/styles.c: move variable
13318         declarations to the beginning of blocks to make gcc-2.95 and
13319         probably other non-gcc compilers happy.
13321 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13323         * src/find.c: Check to make sure a pointer is not NULL before
13324         dereferencing it.  This seems to be the place where the segfault was
13325         happening sometimes when saving connection data.  For now, spit out
13326         a warning message because I think there may be some other underlying
13327         bug which causes the NULL pointer in the first place.
13329 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13331         * src/mymem.h: do not redefine malloc if we are using dmalloc
13333 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13335         * src/action.c, src/autoplace.c, src/autoroute.c, src/buffer.c,
13336         src/change.c, src/command.c, src/crosshair.c, src/djopt.c,
13337         src/draw.c, src/error.c, src/file.c, src/insert.c, src/intersect.c,
13338         src/line.c, src/main.c, src/misc.c, src/mtspace.c, src/netlist.c,
13339         src/output.c, src/print.c, src/puller.c, src/report.c,
13340         src/res_parse.y, src/rtree.c, src/select.c, src/set.c,
13341         src/strflags.c, src/vector.c, src/vendor.c: put back dmalloc support
13343 2006-03-28   DJ Delorie * dj AT delorie dot com *
13345         * src/action.c, src/find.c, src/hid/gtk/gtkhid-main.c,
13346         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c,
13347         src/hid/gtk/gui-top-window.c, src/hid/lesstif/dialogs.c,
13348         src/hid/lesstif/library.c, src/hid/lesstif/main.c,
13349         src/hid/lesstif/netlist.c, src/main.c, src/set.c: hid_actionl must
13350         be terminated with NULL, not a plain 0, in case integers and
13351         pointers are different sizes.
13353 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13355         * src/hid/gtk/gui-top-window.c: access djopt_set_auto_only() via the
13356         associated action instead of directly
13358 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13360         * src/djopt.c, src/djopt.h: fix prototype for an action.  kills one
13361         more compiler warning
13363 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13365         * src/hid/lesstif/main.c: add a missing typecase
13367 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13369         * src/action.c, src/hid/gtk/gui-top-window.c, src/pcb-menu.res: - When changing selected line size from the menu, do it to the
13370         selected arcs to.  - Add a SelectedArcs option to the ChangeSize action.
13372 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13374         * src/select.c: Fix a bug where actions using SelectedPads did
13375         nothing and SelectedPins picked up both pins and pads.  Noted by bug
13376         #1438523
13378 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13380         * src/strflags.c: avoid allocating 0 bytes
13382 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13384         * src/misc.c: fix a typo in a comment
13386 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13388         * src/main.c: No need to use strdup(Concat()) as Concat already
13389         gives us allocated memory that is not referenced anywhere else.
13391 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13393         * src/file.c: Fix an off by one overflow of a malloc'ed buffer.
13394         Found with ElectricFence.
13396 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13398         * src/misc.c: in a function which is supposed to return a string but
13399         is commented out with #ifdef FIXME, return a big warning string
13400         rather than no return value until I/we figure out how to fix it.
13401         Hopefully if this triggers bugs it will be easier to locate.
13403 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13405         * configure, configure.ac: add back in the --enable-efence and
13406         --enable-dmalloc configure flags to turn on ElectricFence and
13407         dmalloc debugging respectively.
13409 2006-03-27   DJ Delorie * dj AT delorie dot com *
13411         * src/action.c, src/command.c, src/djopt.c, src/hid.h,
13412         src/hid/common/actions.c, src/hid/gtk/gtkhid-main.c,
13413         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-top-window.c,
13414         src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
13415         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
13416         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c, src/netlist.c,
13417         src/puller.c, src/report.c, src/vendor.c: hid actions: remove
13418         needs_coords, use need_coord_msg to determine when to get coords.
13420 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13422         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui-utils.c: Make sure
13423         we initialize some variables before using them.  Fixes a segfault on
13424         startup problem noted on NetBSD/alpha when displaying to an 8-bit
13425         Xvnc.
13427 2006-03-27   Bill Wilson * billw2 AT users dot sourceforge dot net *
13429         * src/hid/gtk/gtkhid-main.c: I wrapped too much into the verbose
13430         option so the file load stopped working - fixed.
13432 2006-03-26   Dan McMahill * dan AT mcmahill dot net *
13434         * configure, configure.ac: bump the rev letter to help identify this
13435         as the HID version if someone pulls up the "about" dialog box.
13437 2006-03-26   Dan McMahill * dan AT mcmahill dot net *
13439         * src/hid/gtk/gtkhid-main.c: - Remove a debug printf which tried to print a NULL string.  Avoids
13440         a segfault bug.  - When chosing "Save Layout" on a new layout (that hadn't already
13441         been given a name or filename), correctly use the new file name that
13442         is selected with the dialog box.
13444 2006-03-26   Dan McMahill * dan AT mcmahill dot net *
13446         * src/hid/lesstif/dialogs.c: - remove a debug printf which was trying to print a NULL string.
13447           Fixes a segfault bug on solaris-2.9/sparc.  - Fix the behaviour when doing "Save Layout" on a new board that   didn't have a file name yet.
13449 2006-03-26   Dan McMahill * dan AT mcmahill dot net *
13451         * src/hid/lesstif/main.c: add a --listen option for the lesstif HID
13452         too (works the same as the gtk one -- listens on stdin for actions).
13454 2006-03-26   Bill Wilson * billw2 AT users dot sourceforge dot net *
13456         * src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-output-events.c: 
13457         Pan to a netlist window selected node if it's not visible.  Fix a pan bug.
13459 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13461         * src/hid/gtk/gui-netlist-window.c: add cast to avoid compiler
13462         warnings
13464 2006-03-25   DJ Delorie * dj AT delorie dot com *
13466         * src/action.c, src/hid/gtk/gui-top-window.c, src/pcb-menu.res: Add
13467         File->Revert.
13469 2006-03-25   Bill Wilson * billw2 AT users dot sourceforge dot net *
13471         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-netlist-window.c: Turn
13472         of Disable all nets button when NetlistChanged.  Make some diagnostic output only if verbose.
13474 2006-03-25   Bill Wilson * billw2 AT users dot sourceforge dot net *
13476         * src/hid/gtk/gui-netlist-window.c: Set netlist nodes enabled by
13477         default when NetlistChanged.
13479 2006-03-25   Bill Wilson * billw2 AT users dot sourceforge dot net *
13481         * src/hid/gtk/gtkhid-main.c: Fix draw arc when flipped.
13483 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13485         * doc/actions.texi, doc/fractional_size.texi, doc/letter_size.texi,
13486         doc/metric_size.texi, doc/overview.texi, doc/pcbfile.texi,
13487         doc/wire_size.texi: add some of the generated files to see if that
13488         will help with those who don't read the README.cvs file...
13490 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13492         * src/hid/gtk/gui-top-window.c: use fileno(stdin) instead of 1 to
13493         get the stdin file descriptor.
13495 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13497         * src/drill.c: fix a segfault when printing a board with no drill
13498         holes at all.
13500 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13502         * src/hid/gtk/gui-top-window.c: add a --listen option which causes
13503         pcb to listen on the standard input for actions.  This should open
13504         the door to experimenting with having gschem interact directly with
13505         pcb.
13507 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13509         * src/hid/gtk/gui-config.c: Fix a bug in options parsing where the
13510         loop looking for matches continued after a match had already been
13511         found.
13513 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13515         * src/main.c: add a help string for --lib-newlib
13517 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13519         * doc/Makefile.am, doc/Makefile.in: minor cleanup of status output
13521 2006-03-24   DJ Delorie * dj AT delorie dot com *
13523         * src/hid/lesstif/menu.c: Also look for ~/.pcb/pcb-menu.res.
13524         Actually use the path we found ;-)
13526 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13528         * configure, configure.ac: List the available HID's in the
13529         ./configure --help output.  Ideally, we'd have the help text be
13530         automatic, but until we figure out how, just statically list the HID
13531         (in the help text)
13533 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13535         * Makefile.in, README_FILES/Makefile.in, config.h.in, configure,
13536         doc/Makefile.in, example/Makefile.in,
13537         example/libraries/Makefile.in, lib/Makefile.in,
13538         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
13539         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
13540         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
13541         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
13542         newlib/generic_SMD_packages/Makefile.in,
13543         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
13544         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
13545         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
13546         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
13547         tutorial/Makefile.in: regen
13549 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13551         * Makefile.am, README.cvs, configure.ac, doc/Makefile.am: - when not in maintainer mode, do not list all the dependencies for
13552           the manual.  This allows regular users who are building from a
13553           tarball to avoid having to rebuild the manual and lets them simply
13554           take the preformatted one.  This avoids recently noted issues with
13555           incompatibility with older versions of texinfo which seem somewhat
13556           common.  It also removes the requirement for having latex installed
13557           and for building the png HID for pcb.  - add a --disable-doc flag which allows users who are building from
13558           CVS to skip the doc directory and thus avoid the need for the
13559           documentation formatting tools.
13561 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13563         * README.snapshots: note the DISTCHECK_CONFIGURE_FLAGS variable
13565 2006-03-24   Bill Wilson * billw2 AT users dot sourceforge dot net *
13567         * src/hid/gtk/gui-top-window.c: Fix gtk magenta color messages ->
13568         initialize all new hidGC colornames to Settings.BackgroundColor
13569         because bgGC color outside of ghid_expose_callback() is never
13570         initialized and it's used to draw outside of the callback when an
13571         object is selected.
13573 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13575         * doc/Makefile.am, doc/Makefile.in: Fix the calculation of the names
13576         of the generated .texi tables for the drill sizes.
13578 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13580         * Makefile.in, README_FILES/Makefile.in, aclocal.m4,
13581         doc/Makefile.in, doc/pad.eps, example/Makefile.in,
13582         example/libraries/Makefile.in, lib/Makefile.in,
13583         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
13584         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
13585         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
13586         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
13587         newlib/generic_SMD_packages/Makefile.in,
13588         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
13589         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
13590         newlib/tests/Makefile.in, newlib/toko/Makefile.in,
13591         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
13592         tutorial/Makefile.in: regen after configure.ac changes
13594 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13596         * autogen.sh: don't automatically run ./configure.  Simplifies
13597         things a bit when trying to have several different builds share the
13598         same source tree.
13600 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13602         * doc/extract-docs: put the generated files in the build directory
13603         instead of the source directory (in case they are not the same)
13605 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13607         * doc/Makefile.am, doc/Makefile.in: Rework the dependencies on the
13608         various generated files a bit to hopefully correctly include all
13609         dependencies.  Also allow this to continue and just use the shipped
13610         preformatted docs in the case where latex and friends are not
13611         available.
13613 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13615         * src/pcbtest.sh.in: correctly find the font file correctly find the
13616         m4lib stuff when building outside the source tree.
13618 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13620         * configure, configure.ac, lib/ListLibraryContents.sh,
13621         lib/ListLibraryContents.sh.in: move ListLibraryContents.sh to being
13622         something created at configure time like the rest of the m4lib
13623         stuff.  This puts it in the build directory and allows you to run
13624         pcb out of the build directory prior to installation even in the
13625         case of a read only source tree.  While here add some
13626         AM_CONDITIONALS to indicate when latex and friends are not available
13627         for formating the reference card.
13629 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13631         * src/Makefile.am, src/Makefile.in: add missing lesstif header to
13632         get it in the distfile
13634 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13636         * src/hid/png/png.c: fix a bug when specifying the output file name
13638 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13640         * src/pcbtest.sh.in: also set the font path
13642 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13644         * src/pcbtest.sh.in: fix a couple of paths when building outside the
13645         source directory
13647 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13649         * src/hid/lesstif/main.c, src/hid/lesstif/menu.c: avoid some
13650         compiler warnings on solaris-2.9/sparc (gcc-3.3.5)
13652 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13654         * src/hid/lesstif/main.c: check the result of the --install options
13655         _after_ the options have been processed.  Thanks to DJ for finding
13656         this one.
13658 2006-03-23   DJ Delorie * dj AT delorie dot com *
13660         * src/Makefile.am, src/Makefile.in: Change the way we handle built
13661         include files.
13663 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13665         * src/strflags.c: avoid some compiler warnings on solaris-2.9/sparc
13666         (gcc-3.3.5)
13668 2006-03-23   Bill Wilson * billw2 AT users dot sourceforge dot net *
13670         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c: 
13671         ghid_invalidate_all() when colors change.
13673 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13675         * src/hid/common/actions.c, src/misc.c, src/mymem.c: avoid some
13676         compiler warnings on solaris-2.9/sparc (gcc-3.3.5)
13678 2006-03-23   Bill Wilson * billw2 AT users dot sourceforge dot net *
13680         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c: Fix a
13681         zoom glitch.
13683 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13685         * src/file.c: avoid some complier warnings on solaris-2.9/sparc
13686         (gcc-3.3.5)
13688 2006-03-23   DJ Delorie * dj AT delorie dot com *
13690         * src/drill.c, src/drill.h, src/hid/gerber/gerber.c, src/print.c: 
13691         Round drill sizes to nearest mil for fab drawings and gerber drill
13692         file.
13694 2006-03-23   DJ Delorie * dj AT delorie dot com *
13696         * src/mtspace.c: Avoid aliasing problems.
13698 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13700         * src/pcbtest.sh.in: add some missing arguments when running in gdb
13702 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13704         * src/main.c: don't include the full path for the default value of
13705         the LibraryCommand and LibraryContentsCommand.  That prevented
13706         --lib-command-dir from working.
13708 2006-03-23   DJ Delorie * dj AT delorie dot com *
13710         * src/undo.c: Use void * pointers to avoid aliasing problems.
13712 2006-03-23   DJ Delorie * dj AT delorie dot com *
13714         * src/search.c: Use explicit void** pointers to avoid aliasing
13715         problems.
13717 2006-03-23   DJ Delorie * dj AT delorie dot com *
13719         * src/hid/gerber/gerber.c, src/hid/lesstif/dialogs.c,
13720         src/hid/lesstif/lesstif.h, src/hid/lesstif/main.c,
13721         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
13722         src/hid/lesstif/styles.c: Misc bugfixes and changes, to silence
13723         compiler warnings.
13725 2006-03-23   DJ Delorie * dj AT delorie dot com *
13727         * src/mymem.c, src/mymem.h: MyCalloc, MyRealloc, MyStrdup: make
13728         final parameter (tag string) const, to avoid compiler warnings.
13730 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13732         * src/action.c: fix the ChangeFlag action (compiler warning pointed
13733         to the bug)
13735 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13737         * src/Makefile.am, src/Makefile.in: quote the regexp passed to grep
13738         to keep solaris-2.9 happy
13740 2006-03-23   DJ Delorie * dj AT delorie dot com *
13742         * src/hid/lesstif/main.c: Don't try to run the idle proc until the
13743         GUI is created.
13745 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13747         * src/action.c, src/command.c, src/djopt.c, src/dolists.h,
13748         src/flags.c, src/hid.h, src/hid/gtk/gtkhid-main.c,
13749         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-top-window.c,
13750         src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
13751         src/hid/lesstif/main.c, src/hid/lesstif/netlist.c,
13752         src/hid/lesstif/styles.c, src/hid/png/png.c, src/hid/ps/eps.c,
13753         src/hid/ps/ps.c, src/main.c, src/netlist.c, src/puller.c,
13754         src/report.c, src/vendor.c: Revert the ";" thing.  The REGISTER_*
13755         macros now contain ";" where needed and a ";" should not be used
13756         when the macros are called.   This is because the REGISTER_* macros
13757         in hid.h expand to a function like int foo(){/* code here */} where
13758         no ";" should be used at the end.  gcc ignores the resulting empty
13759         declaration but the sunpro c compiler doesn't like it.
13761 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13763         * src/action.c, src/action.h, src/actionlist.c, src/autoplace.c,
13764         src/autoplace.h, src/autoroute.c, src/autoroute.h, src/box.h,
13765         src/buffer.c, src/buffer.h, src/change.c, src/change.h, src/clip.c,
13766         src/clip.h, src/command.c, src/command.h, src/compat.c,
13767         src/compat.h, src/const.h, src/copy.c, src/copy.h, src/create.c,
13768         src/create.h, src/crosshair.c, src/crosshair.h, src/data.c,
13769         src/data.h, src/dev_ps.c, src/dev_ps.h, src/dev_rs274x.c,
13770         src/dev_rs274x.h, src/djopt.c, src/djopt.h, src/dolists.h,
13771         src/draw.c, src/draw.h, src/drill.c, src/drill.h, src/error.c,
13772         src/error.h, src/file.c, src/file.h, src/find.c, src/find.h,
13773         src/flags.c, src/global.h, src/heap.c, src/heap.h, src/hid.h,
13774         src/hid/hidint.h, src/hid/lesstif/dialogs.c,
13775         src/hid/lesstif/lesstif.h, src/hid/lesstif/library.c,
13776         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
13777         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c,
13778         src/hid/lpr/lpr.c, src/hid/png/png.c, src/hid/png/png.h,
13779         src/hid/ps/eps.c, src/hid/ps/ps.c, src/hid/ps/ps.h,
13780         src/icons/Makefile.in, src/insert.c, src/insert.h, src/intersect.c,
13781         src/intersect.h, src/line.c, src/macro.h, src/main.c, src/mirror.c,
13782         src/mirror.h, src/misc.c, src/misc.h, src/move.c, src/move.h,
13783         src/mtspace.c, src/mtspace.h, src/mymem.c, src/mymem.h,
13784         src/netlist.c, src/output.c, src/output.h, src/parse_l.h,
13785         src/polygon.c, src/polygon.h, src/print.c, src/print.h,
13786         src/puller.c, src/rats.c, src/rats.h, src/remove.h, src/report.c,
13787         src/resource.h, src/rotate.c, src/rotate.h, src/rtree.c,
13788         src/rtree.h, src/rubberband.c, src/rubberband.h,
13789         src/script/Makefile.in, src/search.c, src/search.h, src/select.c,
13790         src/select.h, src/set.c, src/set.h, src/strflags.c, src/strflags.h,
13791         src/undo.c, src/undo.h, src/vector.c, src/vector.h, src/vendor.c,
13792         src/vendor.h: indent
13794 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13796         * src/hid/bom/bom.c, src/hid/common/actions.c,
13797         src/hid/common/extents.c, src/hid/common/flags.c,
13798         src/hid/common/hidinit.c, src/hid/common/hidnogui.c,
13799         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
13800         src/hid/gtk/gtkhid.h, src/hid/gtk/gui-command-window.c,
13801         src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-print.c,
13802         src/hid/gtk/gui-dialog-size.c, src/hid/gtk/gui-dialog.c,
13803         src/hid/gtk/gui-keyref-window.c, src/hid/gtk/gui-library-window.c,
13804         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-misc.c,
13805         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-output-events.c,
13806         src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui-top-window.c,
13807         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: indent
13809 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13811         * src/action.c, src/command.c, src/djopt.c, src/dolists.h,
13812         src/flags.c, src/hid.h, src/hid/gtk/gtkhid-main.c,
13813         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-top-window.c,
13814         src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
13815         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
13816         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c,
13817         src/hid/png/png.c, src/hid/ps/eps.c, src/hid/ps/ps.c, src/main.c,
13818         src/netlist.c, src/puller.c, src/report.c, src/vendor.c: Take the
13819         ";" out of the REGISTER_* defines and put them in the invocations.
13820         This will let indent work correctly.
13822 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13824         * src/action.c, src/command.c, src/crosshair.c, src/draw.c,
13825         src/main.c, src/misc.c, src/polygon.c, src/polygon.h, src/puller.c,
13826         src/rats.c: fix several more compiler warnings by removing some
13827         unused variables and adding/removing return values where
13828         appropriate.
13830 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13832         * src/hid/gtk/gui-icons-mode-buttons.data,
13833         src/hid/gtk/gui-top-window.c, src/hid/ps/eps.c: remove more compiler
13834         warnings
13836 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13838         * src/hid/lpr/lpr.c: add missing member to the lpr_hid
13839         initialization
13841 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13843         * src/file.c: remove unused variable
13845 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13847         * src/misc.c: add missing header
13849 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13851         * src/hid/common/flags.c: remove an unused variable
13853 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13855         * src/hid/common/hidnogui.c: remove compiler warning
13857 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13859         * src/vendor.c: remove unused variable
13861 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13863         * src/report.c: format string fix
13865 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13867         * src/puller.c: add a couple of missing headers
13869 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13871         * src/print.c: add missing draw.h header
13873 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13875         * src/flags.c: add RCSID and dmalloc.h
13877 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13879         * src/flags.c: remove a spurious ";"
13881 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13883         * src/hid/gerber/gerber.c: remove unused variable
13885 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13887         * src/hid/gtk/gui-misc.c: remove a duplicate header and Id
13889 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13891         * src/hid/lesstif/lesstif.h: add RCS Id
13893 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13895         * src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
13896         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
13897         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c: add config.h,
13898         dmalloc.h, and RCS Id
13900 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13902         * src/hid/gtk/gui-misc.c: add dmalloc.h
13904 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13906         * src/hid/hidint.h: add RCS Id
13908 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13910         * src/hid/common/actions.c, src/hid/common/extents.c,
13911         src/hid/common/flags.c, src/hid/common/hidinit.c,
13912         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
13913         src/hid/lpr/lpr.c: add config.h, dmalloc.h, and RCS Id
13915 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13917         * src/hid/ps/eps.c, src/hid/ps/ps.c, src/hid/ps/ps.h: remove
13918         compiler warning and add config.h, dmalloc.h, and RCS Id
13920 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13922         * src/hid/png/png.c: remove a compiler warning
13924 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13926         * src/hid/bom/bom.c: add missing header
13928 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13930         * src/Makefile.am, src/Makefile.in: add the generated headers to
13931         DISTCLEANFILES and add a bunch of missing headers to the various
13932         *_SOURCES.  With this change, the 'distcheck' target works again.
13934 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13936         * configure: regen
13938 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13940         * configure.ac: add $srcdir in a couple of places for configuring
13941         outside of the source directory.
13943 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13945         * src/dolists.h: add missing RCS Id
13947 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13949         * configure, configure.ac, doc/Makefile.am, doc/Makefile.in,
13950         doc/pad.eps, doc/pad.obj: Replace the tgif drawing with a pcb
13951         drawing.  The suffix rules are now in place to use .pcb files as
13952         part of the manual.
13954 2006-03-21   DJ Delorie * dj AT delorie dot com *
13956         * src/hid/lpr/lpr.c: Call lpr, don't just save the file.
13958 2006-03-21   DJ Delorie * dj AT delorie dot com *
13960         * src/hid/lesstif/library.c: Remove a debug printf.
13962 2006-03-21   DJ Delorie * dj AT delorie dot com *
13964         * src/action.c, src/file.c, src/main.c, src/misc.h, src/set.c,
13965         src/set.h: Remove UpdateSettingsOnScreen.  Call InitCrosshair only
13966         for GUIs.
13968 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13970         * doc/pad.pcb: correctly identify the poly clearance
13972 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13974         * configure, doc/Makefile.in: regen
13976 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13978         * configure.ac, doc/Makefile.am: detect when tgif is not found and
13979         give a warning instead of crashing the build
13981 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13983         * doc/pad.eps: include the tgif output here until I replace the
13984         drawings with pcb drawings
13986 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13988         * doc/pad.pcb: improve this drawing a bit
13990 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13992         * src/hid/bom/bom.c: Use log() instead of logv().  Fixes compilation
13993         on NetBSD/alpha, gcc-3.3.3
13995 2006-03-21   DJ Delorie * dj AT delorie dot com *
13997         * compile: New file, from automake 1.9.
13999 2006-03-21   DJ Delorie * dj AT delorie dot com *
14001         * depcomp, doc/mdate-sh, doc/texinfo.tex, install-sh, missing,
14002         mkinstalldirs, ylwrap: Update to automake 1.9 files.
14004 2006-03-21   DJ Delorie * dj AT delorie dot com *
14006         * Makefile.in, README_FILES/Makefile.in, aclocal.m4, config.h.in,
14007         configure, doc/Makefile.in, example/Makefile.in,
14008         example/libraries/Makefile.in, lib/Makefile.in,
14009         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
14010         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
14011         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
14012         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
14013         newlib/generic_SMD_packages/Makefile.in,
14014         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
14015         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
14016         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
14017         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
14018         tutorial/Makefile.in: regenerate everything with FC4.
14020 2006-03-21   DJ Delorie * dj AT delorie dot com *
14022         * config.h.in, configure, configure.ac, src/Makefile.am,
14023         src/Makefile.in, src/Pcb.ad.in, src/action.c, src/action.h,
14024         src/autoplace.c, src/autoroute.c, src/buffer.c, src/change.c,
14025         src/command.c, src/command.h, src/const.h, src/control.c,
14026         src/control.h, src/copy.c, src/create.c, src/create.h,
14027         src/crosshair.c, src/data.c, src/data.h, src/dialog.c,
14028         src/dialog.h, src/djopt.c, src/djopt.h, src/dolists.h, src/draw.c,
14029         src/draw.h, src/error.c, src/file.c, src/fileselect.c,
14030         src/fileselect.h, src/find.c, src/find.h, src/flags.c,
14031         src/global.h, src/gui-command-window.c, src/gui-config.c,
14032         src/gui-dialog-print.c, src/gui-dialog-size.c, src/gui-dialog.c,
14033         src/gui-icons-misc.data, src/gui-icons-mode-buttons.data,
14034         src/gui-keyref-window.c, src/gui-library-window.c,
14035         src/gui-log-window.c, src/gui-misc.c, src/gui-netlist-window.c,
14036         src/gui-output-events.c, src/gui-pinout-window.c,
14037         src/gui-top-window.c, src/gui-utils.c, src/gui.c, src/gui.h,
14038         src/heap.c, src/hid.h, src/hid/bom/bom.c, src/hid/bom/hid.conf,
14039         src/hid/common/actions.c, src/hid/common/extents.c,
14040         src/hid/common/flags.c, src/hid/common/hidinit.c,
14041         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
14042         src/hid/gerber/hid.conf, src/hid/gtk/gtkhid-main.c,
14043         src/hid/gtk/gtkhid.h, src/hid/gtk/gui-command-window.c,
14044         src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-print.c,
14045         src/hid/gtk/gui-dialog-size.c, src/hid/gtk/gui-dialog.c,
14046         src/hid/gtk/gui-icons-misc.data,
14047         src/hid/gtk/gui-icons-mode-buttons.data,
14048         src/hid/gtk/gui-keyref-window.c, src/hid/gtk/gui-library-window.c,
14049         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-misc.c,
14050         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-output-events.c,
14051         src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui-top-window.c,
14052         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h, src/hid/gtk/hid.conf,
14053         src/hid/hidint.h, src/hid/lesstif/dialogs.c,
14054         src/hid/lesstif/hid.conf, src/hid/lesstif/lesstif.h,
14055         src/hid/lesstif/library.c, src/hid/lesstif/main.c,
14056         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
14057         src/hid/lesstif/styles.c, src/hid/lpr/hid.conf, src/hid/lpr/lpr.c,
14058         src/hid/png/hid.conf, src/hid/png/png.c, src/hid/png/png.h,
14059         src/hid/ps/eps.c, src/hid/ps/hid.conf, src/hid/ps/ps.c,
14060         src/hid/ps/ps.h, src/insert.c, src/intersect.c, src/lgdialog.c,
14061         src/lgdialog.h, src/library.c, src/library.h, src/line.c,
14062         src/log.c, src/log.h, src/macro.h, src/main.c, src/menu.c,
14063         src/menu.h, src/misc.c, src/misc.h, src/move.c, src/mtspace.c,
14064         src/mymem.c, src/mymem.h, src/netlist.c, src/netlist.h,
14065         src/output.c, src/output.h, src/parse_l.l, src/parse_y.y,
14066         src/pcb-menu.res, src/pcbtest.sh.in, src/pinout.c, src/pinout.h,
14067         src/polygon.c, src/print.c, src/print.h, src/printdialog.c,
14068         src/printdialog.h, src/printpanner.c, src/printpanner.h,
14069         src/puller.c, src/rats.c, src/report.c, src/report.h,
14070         src/res_lex.l, src/res_parse.y, src/resmenu.c, src/resmenu.h,
14071         src/rotate.c, src/rtree.c, src/search.c, src/select.c,
14072         src/selector.c, src/selector.h, src/set.c, src/set.h,
14073         src/sizedialog.c, src/sizedialog.h, src/strflags.c, src/todo,
14074         src/undo.c, src/undo.h, src/vector.c, src/vendor.c, src/vendor.h: 
14075         HID merge.
14077 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14079         * README.cvs_branches: note what some of the branches are
14081 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14083         * README.snapshots: add a few more notes about the snapshot process
14085 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14087         * README_FILES/Makefile.in, aclocal.m4, example/Makefile.in,
14088         example/libraries/Makefile.in,
14089         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
14090         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
14091         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
14092         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
14093         newlib/generic_SMD_packages/Makefile.in,
14094         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
14095         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
14096         newlib/tests/Makefile.in, newlib/toko/Makefile.in,
14097         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in: 
14098         regen
14100 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14102         * NEWS: add news for the 20060321 snapshot
14104 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14106         * AUTHORS: update authors a bit
14108 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14110         * ChangeLog: update with changes for 20060321 snapshot.
14112 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14114         * Makefile.in, tutorial/Makefile.in: regen
14116 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14118         * doc/version.texi: bump updated date
14120 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14122         * doc/Makefile.in: regen
14124 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14126         * doc/Makefile.am: Minor updates to fix the 'distcheck' target.
14127         Adds a missing file (extract-docs) to the list of distributed files, uses $(srcdir) in a
14128         couple of spots, etc.
14130 2006-03-20   Dan McMahill * dan AT mcmahill dot net *
14132         * configure: regen
14134 2006-03-20   Dan McMahill * dan AT mcmahill dot net *
14136         * configure.ac: - replace obsolete AC_ERROR with AC_MSG_ERROR - store the path to the m4 executible
14138 2006-03-16   DJ Delorie * dj AT delorie dot com *
14140         * src/parse_y.y: Document ElementArc, ElementLine, and Mark.
14142 2006-03-14   Dan McMahill * dan AT mcmahill dot net *
14144         * doc/pad.pcb: add drawing of soldermask opening around a pad
14146 2006-03-14   Dan McMahill * dan AT mcmahill dot net *
14148         * lib/QueryLibrary.sh.in, lib/common.m4: add an optional -fp
14149         argument which will display the correct footprint= attribute for
14150         gschem.  Generally useful for debugging.
14152 2006-03-14   Dan McMahill * dan AT mcmahill dot net *
14154         * lib/pci.inc, lib/pci.list, lib/pci.m4: Remove the abuse of the
14155         value field as a way of passing in multiple extra parameters.  While
14156         here fix the pinlists.  These footprints still have diagonal pads
14157         which are not allowed.
14159 2006-03-14   Dan McMahill * dan AT mcmahill dot net *
14161         * lib/Makefile.in, src/Makefile.in: regen
14163 2006-03-14   Dan McMahill * dan AT mcmahill dot net *
14165         * lib/Makefile.am, lib/genericsmt.inc, lib/genericsmt.list,
14166         lib/genericsmt.m4: garbage collect some footprints that were not at
14167         all conforming to the correct usage of the m4 library system.  In
14168         addition, they were rather redundant.
14170 2006-03-13   Dan McMahill * dan AT mcmahill dot net *
14172         * lib/CreateLibraryContents.sh.in: put the correct gschem footprint=
14173         attribute in [] at the end of each description
14175 2006-03-12   DJ Delorie * dj AT delorie dot com *
14177         * doc/extract-docs: New file, for extracting inline documentation.
14179 2006-03-12   Dan McMahill * dan AT mcmahill dot net *
14181         * lib/QueryLibrary.sh.in: eat blank lines of which there can be many
14182         in the element output
14184 2006-03-11   DJ Delorie * dj AT delorie dot com *
14186         * doc/Makefile.am, doc/Makefile.in, doc/pcb.css, doc/pcb.texi,
14187         src/const.h, src/parse_y.y: Inline documentation.
14189 2006-03-11   DJ Delorie * dj AT delorie dot com *
14191         * src/action.c, src/change.c, src/change.h: Add "join" to SetFlag,
14192         ClrFlag, and ChangeFlag actions.
14194 2006-03-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
14196         * src/autoroute.c: Fixed bug where pads were assumed to be on the
14197         same side as the element
14199         ----------------------------------------------------------------------
14201 2006-03-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
14203         * src/crosshair.c: Crosshair snap to pad ends instead of center -
14204         necessary for rat drawing because rats only connect at pad end
14205         points.
14207         ----------------------------------------------------------------------
14209 2006-03-06   DJ Delorie * dj AT delorie dot com *
14211         * src/print.c: Fab author fixes from Karel.
14213 2006-03-06   Dan McMahill * dan AT mcmahill dot net *
14215         * src/parse_y.y: Fix reduce-reduce conflicts (patch from DJ).
14217 2006-03-03   Dan McMahill * dan AT mcmahill dot net *
14219         * doc/pcb.texi: - clarify that the manual does not currently document the very
14220           latest pcb output file format.  - add a (sparsely populated) glossary appendix - add a note about how to change layers
14222 2006-03-03   Dan McMahill * dan AT mcmahill dot net *
14224         * globalconst.h, src/action.c, src/create.c, src/file.c,
14225         src/find.c, src/global.h, src/gui-config.c, src/parse_y.y,
14226         src/rotate.c, src/sizedialog.c, src/vendor.c: add DRC checks for
14227         minimum drill diameter and minimum annular ring.
14229 2006-03-02   Dan McMahill * dan AT mcmahill dot net *
14231         * src/rats.c: When manually adding nets, make sure we actually pick
14232         a unique name when a new net is created.  Fixes a bug noted by
14233         Vanessa Dannenberg.
14235 2006-02-28   Dan McMahill * dan AT mcmahill dot net *
14237         * doc/pad.pcb: Add a pad drawing showing how a pad is drawn with a
14238         rectangular aperture.  Not used yet, but this will replace the tgif
14239         drawing at some point.
14241 2006-01-29   Dan McMahill * dan AT mcmahill dot net *
14243         * src/error.c: apply some fixes for DragonFly BSD
14245 2006-01-18   Dan McMahill * dan AT mcmahill dot net *
14247         * src/action.c: format cleanup of ActionChangePinName() to bring
14248         more in line with GNU coding standards for C code formatting.
14250 2006-01-17   Dan McMahill * dan AT mcmahill dot net *
14252         * doc/pcb.texi: document ChangePinName action
14254 2006-01-17   Dan McMahill * dan AT mcmahill dot net *
14256         * src/action.c, src/action.h, src/command.c: add a ChangePinName()
14257         action which lets you change the name of a pin/pad on an element.
14258         For example, ChangePinName(U1, 7, VCC) changes the name of pin #7 on
14259         U1 to "VCC".  This makes it simple to propagate pin names from a
14260         schematic capture tool to the layout without requiring the layout
14261         library to know the pin names for every component.
14263 2006-01-16   Harry Eaton * haceaton AT users dot sourceforge dot net *
14265         * src/buffer.c, src/copy.c, src/create.c, src/draw.c, src/find.c,
14266         src/insert.c, src/move.c, src/mymem.c, src/parse_y.y,
14267         src/polygon.c, src/print.c, src/remove.c, src/report.c,
14268         src/search.c, src/select.c: Updated to use rtrees for polygon
14269         handling
14271 2006-01-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
14273         * src/polygon.c: Fixed bugs in GetClosestPolygonPoint where (a) the
14274         passed point was not used, and (b) projection of the segment past
14275         the end was being used when it shouldn't.
14277         ----------------------------------------------------------------------
14279 2006-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
14281         * src/autoroute.c: Speed computation of route costs, it uses about
14282         13% of the CPU time during routing.
14284         ----------------------------------------------------------------------
14286 2006-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
14288         * src/rtree.c: Speed up the rtree searches by establishing better
14289         balance of the cluster size during a node split. This reduces the
14290         tree depth resulting in faster searching.
14292         ----------------------------------------------------------------------
14294 2006-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
14296         * src/strflags.c: Fixed clearline flag so that arcs also have this
14297         property
14299         ----------------------------------------------------------------------
14301 2006-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
14303         * src/change.c: Fixed bug where clearances could be set 1 below the
14304         spacing setting
14306         ----------------------------------------------------------------------
14308 2005-12-09   Dan McMahill * dan AT mcmahill dot net *
14310         * doc/Makefile.in: regen [put the html manual in 1 file]
14312 2005-12-09   Dan McMahill * dan AT mcmahill dot net *
14314         * doc/Makefile.am: put the html manual in 1 file.  Its a bit easier
14315         to manage
14317 2005-12-09   Dan McMahill * dan AT mcmahill dot net *
14319         * doc/version.texi: bump date last touched
14321 2005-12-07   Dan McMahill * dan AT mcmahill dot net *
14323         * lib/smt.inc: cause the missing ) in PKG_SMT_2PAD_MM100 to appear
14325 2005-12-06   Dan McMahill * dan AT mcmahill dot net *
14327         * doc/pcb.texi: - added the pad drawing showing how a pad is drawn with an aperture.  - added some comments about the evolving file format for layout
14328         files.
14330 2005-12-02   Dan McMahill * dan AT mcmahill dot net *
14332         * src/create.c, src/global.h, src/gui-netlist-window.c, src/rats.c: 
14333         fix a bug which prevented disabling nets from the ratsnest
14335 2005-12-02   Dan McMahill * dan AT mcmahill dot net *
14337         * lib/geda.inc: fix duplicate PKG_SME4 which should have been called
14338          SME5.  Reported by Wojciech Kazubski in bug #1353304
14340 2005-12-02   Dan McMahill * dan AT mcmahill dot net *
14342         * src/pcbtest.sh.in: Be sure to set the library path to the source
14343         tree.  Patch supplied by Wim Lewis in patch #1362564
14345 2005-10-11   Dan McMahill * dan AT mcmahill dot net *
14347         * lib/geda.inc: redo the 0201, 0402, etc passives to bring them in
14348         line with the IPC recommendations.  The pads on, for example 0603,
14349         were too small before.  They worked, were really not adequate.
14351 2005-10-11   Dan McMahill * dan AT mcmahill dot net *
14353         * lib/smt.inc: add a PKG_SMT_2PAD_MM100 which directly takes
14354         dimensions for the pads, silk, and placement courtyard from IPC-7351
14355         for things like 0402 capacitor and resistor footprints.
14357 2005-09-06   Dan McMahill * dan AT mcmahill dot net *
14359         * autogen.sh: make this script a bit more verbose and also abort on
14360         errors
14362 2005-09-06   Dan McMahill * dan AT mcmahill dot net *
14364         * configure: regen
14366 2005-09-06   Dan McMahill * dan AT mcmahill dot net *
14368         * configure.ac: make sure to check for -lX11 even when we're using
14369         the gtk gui.  action.c still has a direct call to an X function
14370         (XWarpPointer) so on some systems (Solaris) you need to explicitly
14371         link -lX11 instead of getting it through the gtk dependencies
14373 2005-08-05   Dan McMahill * dan AT mcmahill dot net *
14375         * configure: regen
14377 2005-08-05   Dan McMahill * dan AT mcmahill dot net *
14379         * configure.ac: check for gtk+ >= 2.4.0 instead of 2.2.0 since we
14380         need >= 2.4.0
14382 2005-08-05   Dan McMahill * dan AT mcmahill dot net *
14384         * src/script/Makefile.am, src/script/Makefile.in: add pcb-print to
14385         the list of distributed files
14387 2005-08-05   Dan McMahill * dan AT mcmahill dot net *
14389         * src/script/pcb-print: fix a bug in the --add-alignment option.
14390         Noted by David Baird
14392 2005-08-04   Dan McMahill * dan AT mcmahill dot net *
14394         * src/gui-library-window.c: fix -auto-place for the library window
14396 2005-08-04   Dan McMahill * dan AT mcmahill dot net *
14398         * src/script/pcb-print: add script to make it easier to print from
14399         the command line
14401 2005-08-04   Dan McMahill * dan AT mcmahill dot net *
14403         * src/action.c, src/action.h, src/command.c, src/global.h,
14404         src/gui-library-window.c, src/gui-log-window.c,
14405         src/gui-netlist-window.c, src/gui-pinout-window.c,
14406         src/gui-top-window.c, src/main.c, src/misc.c,
14407         src/script/Makefile.am, src/script/Makefile.in: - change the Print action to PrintDialog since it causes the print   dialog box to come up - add a new Print action provided by David Baird as patch # 1212168.    Modified by me to work with the gtk version of pcb.  - to let this action work, allow actions to take a parameter list
14408           and # of parameters to allow large numbers of arguments.  - modify the Quit action and some of the initialization code so that   you can use Quit() in a startup script.  - add a -auto-place command line option which causes the windows to
14409           be automatically placed rather than letting the window manager do
14410           it.  This is useful when printing via the command line.  - add a command line shell script for printing.  This is a wrapper
14411           which takes a whole bunch of flags relating to the print parameters
14412           and translates that to the correct invocation of the Print() action.    Shell script provided by David Baird as part of patch #1212168 and   modified by me to make it portable.
14414 2005-07-31   Dan McMahill * dan AT mcmahill dot net *
14416         * lib/geda.inc: add 1008 package
14418 2005-07-27   Dan McMahill * dan AT mcmahill dot net *
14420         * lib/bourns.inc: fix the pin order.
14422 2005-07-24   Harry Eaton * haceaton AT users dot sourceforge dot net *
14424         * src/gui-config.c: Fix initial layer groups so that layer named
14425         'component' is actually on the component side and layer named
14426         'solder' is actually on the solder side. Unfortunately the GTK
14427         version saves the old bug in the .pcb/preferences file so no
14428         patching will fix existing installations. They must manually edit
14429         the layer groups and check the "use as default" to fix their
14430         installation.
14432         ----------------------------------------------------------------------
14434 2005-07-23   Dan McMahill * dan AT mcmahill dot net *
14436         * aclocal.m4, configure: regen (fix botched commit which was missing
14437         some M4 paths)
14439 2005-07-22   Dan McMahill * dan AT mcmahill dot net *
14441         * doc/pcb.texi, doc/version.texi: add appendix describing the
14442         centroid file format along with the algorithm for finding the
14443         centroid and rotation.
14445 2005-07-22   Dan McMahill * dan AT mcmahill dot net *
14447         * src/print.c: remove some redundant code to make things more clear
14449 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14451         * lib/genericsmt.m4: fix typo
14453 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14455         * aclocal.m4, configure: regen
14457 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14459         * configure.ac, src/vendor.c: add a check for sys/types.h and then
14460         if found, include in vendor.c.  Needed to build on FreeBSD.  Problem
14461         and fix reported in bug #1220963.
14463 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14465         * lib/qfn.inc: hires-ify the QFN packages.  While here make sure we
14466         use an appropriate soldermask relief for this style of package.
14468 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14470         * src/gui-dialog-print.c, src/gui-dialog-size.c, src/set.c: remove
14471         the inclusion of menu.h.  We don't use that file anymore and the
14472         only reason we could still build on some systems is we'd find the
14473         /usr/include/menu.h from curses!  Problem noted in bug #1226924 by
14474         Axeloide.
14476 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14478         * doc/refcard.tex, src/gui-keyref-window.c, src/gui-output-events.c: 
14479         apply patches provided by Bill Wilson in patch #1230708.   Fix key bindings for drill size changes to be <mod>s  and <shift><mod>s to agree with the Xaw default key  bindings.   Add missing key bindings '/' and '.' for cycle  multiline mode and toggle 45 degree enforcement  respectively.   Fix refcard.tex to reflect the current set of key binding.   Now the gtk key bindings and the refcard should be in  sync and be the same as the default Xaw PCB bindings  with one exception: the buffer selection binding is  <control>1...5 instead of <shift>1...5. This can be  fixed but at the cost of removing the shortcuts from  the menus because gtk can't use <shift>digits as menu  shortcuts.
14481 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14483         * INSTALL, NEWS, README-GTK_PORT: apply patches provided by Bill
14484         Wilson in patch #1230704  This patch adds a note to the README-GTK_PORT about  runtime warnings if using early gtk+2.4.0 versions.   It also makes small adjustments to the INSTALL file to  remove an outdated Xt reference and a non-existent  68HC11 file reference.   In addition, note that gtk+2.4 is needed, not gtk+2.2.
14486 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14488         * src/global.h, src/gui-config.c, src/gui-top-window.c, src/gui.h: 
14489         apply patches provided by Bill Wilson in patch #1227292  As per a request on the gEDA list, this patch adds a  Preferences option to make the layout name appear on  the window title bar instead of on the main menu bar  area. This is convenient when the layout name might be  somewhat long and takes up too much horizontal space on  the menu bar area.
14491 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14493         * src/file.c, src/gui-config.c, src/gui-top-window.c: apply patches
14494          provided by Bill Wilson in patch #1227205 When loading layouts using
14495          alternating mil/mm units, the PCB units displaying can get out of
14496          sync. This patch fixes it.
14498 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14500         * src/find.c, src/gui-utils.c: apply patches provided by Bill Wilson
14501         in patch #1215935 1) The DRC user interface issue has been reported on the gEDA
14502         mailing list and is listed on the PCB bugs page as request id
14503         1206762 dated 2005-05-23 01:29 and is fixed in this patch.  3) Fix a dangling DRC check g_message() which I overlooked fixing
14504         during the final Gtk port cleanup.  4) Adjust the DRC draw centering to be 1/4 screen offset since the
14505         continue dialog is centered (under window manager control) and that
14506         was covering up the DRC highlighted portion of the draw which was
14507         previously also centered.  2) The log window was not scrolling to keep most recent log items
14508         added in view and this patch fixes that.
14510 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14512         * src/const.h, src/global.h, src/gui-netlist-window.c: apply the
14513         patches provided by Wim Lewis in patch #1189989 to allow pcb to
14514         compile more cleanly on OpenBSD.
14516 2005-06-11   DJ Delorie * dj AT delorie dot com *
14518         * src/action.c, src/autoroute.c, src/buffer.c, src/change.c,
14519         src/const.h, src/copy.c, src/create.c, src/create.h,
14520         src/crosshair.c, src/data.h, src/dev_rs274x.c, src/djopt.c,
14521         src/draw.c, src/file.c, src/find.c, src/global.h,
14522         src/gui-top-window.c, src/insert.c, src/line.c, src/macro.h,
14523         src/misc.c, src/misc.h, src/move.c, src/mymem.c, src/parse_l.l,
14524         src/parse_y.y, src/polygon.c, src/print.c, src/rats.c,
14525         src/report.c, src/rotate.c, src/search.c, src/strflags.c,
14526         src/strflags.h, src/undo.c, src/undo.h: Update sources to support
14527         more than 8 layers.
14529 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14531         * NEWS: add news for 20050609
14533 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14535         * ChangeLog: add changes for 20050609
14537 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14539         * globalconst.h: reduce minimum board size from 1.2 to 0.6 inches
14541 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14543         * src/Makefile.in: regen [add missing strflags.h]
14545 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14547         * src/Makefile.am: add missing strflags.h
14549 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14551         * configure: regen
14553 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14555         * configure.ac: make sure we still set the X library rpath (yes, it
14556         is still possible to use --disable-rpath debian folks).
14558 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14560         * src/draw.c, src/global.h, src/gui-config.c,
14561         src/gui-output-events.c, src/gui-top-window.c, src/gui-utils.c,
14562         src/main.c: convert several c++ style comments to c comments.  not
14563         all compilers like //
14565 2005-06-03   DJ Delorie * dj AT delorie dot com *
14567         * src/djopt.c: Avoid name conflict with abs/min/max
14569 2005-05-26   Dan McMahill * dan AT mcmahill dot net *
14571         * configure: regen [error out if m4 not found]
14573 2005-05-26   Dan McMahill * dan AT mcmahill dot net *
14575         * configure.ac: error out if m4 is not found
14577 2005-03-28   DJ Delorie * dj AT delorie dot com *
14579         * src/strflags.c: Fix the "all pads are ovals" bug.
14581 2005-03-21   DJ Delorie * dj AT delorie dot com *
14583         * src/strflags.c: Minor bugfixes related to error handling
14585 2005-03-21   DJ Delorie * dj AT delorie dot com *
14587         * src/Makefile.am, src/Makefile.in, src/file.c, src/parse_y.y,
14588         src/strflags.c, src/strflags.h: When saving files, convert flags to
14589         symbolic format instead of storing the actual internal bitfield.
14591 2005-03-21   DJ Delorie * dj AT delorie dot com *
14593         * src/const.h: Put parens around computed macros.  Use ~0 instead of
14594         -1 for "all bits".
14596 2005-03-14   Dan McMahill * dan AT mcmahill dot net *
14598         * src/gui-icons-misc.data, src/gui-icons-mode-buttons.data: add some
14599         files missed in the gtk-pcb checkin
14601 2005-03-13   Dan McMahill * dan AT mcmahill dot net *
14603         * doc/pcbrc-sample, src/file.c, src/global.h, src/gui-config.c,
14604         src/gui-top-window.c, src/gui.h, src/main.c, src/misc.c,
14605         src/misc.h, src/pcbtest.sh.in: add some config file patches from
14606         Bill Wilson
14608 2005-03-12   Dan McMahill * dan AT mcmahill dot net *
14610         * README-GTK_PORT, configure, configure.ac, doc/version.texi,
14611         globalconst.h, po/fr_FR.po, po/pcb.pot, src/Makefile.am,
14612         src/Makefile.in, src/Pcb.ad.in, src/action.c, src/action.h,
14613         src/autoplace.c, src/autoroute.c, src/buffer.c, src/change.c,
14614         src/clip.c, src/clip.h, src/command.c, src/command.h, src/const.h,
14615         src/create.c, src/crosshair.c, src/data.c, src/data.h,
14616         src/dev_ps.c, src/dev_rs274x.c, src/djopt.c, src/djopt.h,
14617         src/draw.c, src/draw.h, src/drill.c, src/error.c, src/error.h,
14618         src/file.c, src/file.h, src/find.c, src/global.h,
14619         src/gui-command-window.c, src/gui-config.c, src/gui-dialog-print.c,
14620         src/gui-dialog-size.c, src/gui-dialog.c, src/gui-keyref-window.c,
14621         src/gui-library-window.c, src/gui-log-window.c, src/gui-misc.c,
14622         src/gui-netlist-window.c, src/gui-output-events.c,
14623         src/gui-pinout-window.c, src/gui-top-window.c, src/gui-utils.c,
14624         src/gui.h, src/heap.c, src/insert.c, src/intersect.c, src/line.c,
14625         src/macro.h, src/main.c, src/menu.h, src/misc.c, src/misc.h,
14626         src/move.c, src/mtspace.c, src/mymem.c, src/output.c, src/output.h,
14627         src/parse_l.l, src/parse_y.y, src/pcb-menu.res, src/pcbtest.sh.in,
14628         src/polygon.c, src/print.c, src/rats.c, src/rats.h, src/report.c,
14629         src/res_parse.y, src/rotate.c, src/rtree.c, src/script/pcb.in,
14630         src/select.c, src/select.h, src/set.c, src/set.h, src/undo.c,
14631         src/vector.c, src/vendor.c, src/vendor.h: Import Bill Wilson's port
14632         of pcb to gtk.  Things seem to compile and run but this should be
14633         considered a work in progress at the moment.
14635 2005-03-12   Dan McMahill * dan AT mcmahill dot net *
14637         * doc/Makefile.in: regen
14639 2005-03-12   Dan McMahill * dan AT mcmahill dot net *
14641         * doc/Makefile.am: add a few missing files to EXTRA_DIST
14643 2005-03-10   Dan McMahill * dan AT mcmahill dot net *
14645         * ChangeLog: update with latest changes
14647 2005-03-10   Dan McMahill * dan AT mcmahill dot net *
14649         * Makefile.in, README_FILES/Makefile.in, doc/Makefile.in,
14650         doc/version.texi, example/Makefile.in,
14651         example/libraries/Makefile.in, lib/Makefile.in,
14652         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
14653         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
14654         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
14655         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
14656         newlib/generic_SMD_packages/Makefile.in,
14657         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
14658         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
14659         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
14660         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
14661         tutorial/Makefile.in: regen after adding gtk configure.ac stuff
14663 2005-03-10   Dan McMahill * dan AT mcmahill dot net *
14665         * autogen.sh: use ACLOCAL_FLAGS if set
14667 2005-03-10   Dan McMahill * dan AT mcmahill dot net *
14669         * lib/geda.inc, lib/misc.inc, lib/to.inc: add MULTIWATT and friends.
14670         Fix drill size for several versions of the TO-220 package, fix some
14671         bugs which caused several TO-220 packages and others to generate
14672         syntax errors, and fix the drill size on several TO-* packages.  You
14673         can't fit a 40 mil pin in a 20 mil hole!
14675 2005-02-23   DJ Delorie * dj AT delorie dot com *
14677         * src/global.h, src/main.c, src/print.c: Allow FAB author name to be
14678         set by .Xdefaults
14680 2005-02-10   Dan McMahill * dan AT mcmahill dot net *
14682         * src/action.h: add a few missing prototypes
14684 2005-02-09   Dan McMahill * dan AT mcmahill dot net *
14686         * aclocal.m4: regen
14688 2005-02-09   Dan McMahill * dan AT mcmahill dot net *
14690         * configure: regen after adding --enable-gtk and --disable-xaw
14692 2005-02-09   Dan McMahill * dan AT mcmahill dot net *
14694         * configure.ac: add --enable-gtk and --disable-xaw configure flags
14695         which will turn on the configuring of gtk+ and turn off the
14696         configuring of Athena widgets respectively.  At this time the effect
14697         is that you will not be able to compile if you use these options.
14698         They are added to help support some gtk+ development work.
14700 2005-02-02   Dan McMahill * dan AT mcmahill dot net *
14702         * src/data.c, src/dialog.c, src/printdialog.c: fix a segfault bug
14703         when using <Key>Up and <Key>Down to try and adjust the scale slider
14704         in the print dialog box.  While here fix up the print dialog box so
14705         that you can use the arrow keys to fine adjust the scale slider.
14706         Noted in bug #1111847 filed by Bob Paddock.
14708 2005-02-02   Dan McMahill * dan AT mcmahill dot net *
14710         * src/rotate.c: fix a segfault bug on the pinout window (no null
14711         pointer dereference)
14713 2005-02-02   Dan McMahill * dan AT mcmahill dot net *
14715         * src/Pcb.ad.in: change units to 1/100 mil for pinout window offset
14717 2005-01-30   Dan McMahill * dan AT mcmahill dot net *
14719         * lib/geda.inc: Add DIP44.  Provided by Walter Fetter Lages in patch
14720         #1108881
14722 2005-01-30   Dan McMahill * dan AT mcmahill dot net *
14724         * lib/misc.inc: fix drill size for ZIP packages.  Noted by Walter
14725         Fetter Lages in patch #1108881
14727 2005-01-30   Dan McMahill * dan AT mcmahill dot net *
14729         * lib/connector.inc: fix drill size for PKG_BNC_LAY.  Provided by
14730         Walter Fetter Lages in patch #1108881
14732 2005-01-30   Dan McMahill * dan AT mcmahill dot net *
14734         * lib/geda.inc: add TQFP packages provided by Walter Fetter Lages in
14735         patch #1108881.  More to come from that patch...
14737 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14739         * doc/Makefile.in: regen
14741 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14743         * doc/Makefile.am: add flag to keep building the html manual as a
14744         single page.  Having multiple pages seems to do strange things to
14745         the install.
14747 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14749         * doc/Makefile.in: regen
14751 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14753         * doc/Makefile.am: fix typo in target for creating texi files from
14754         the ascii list of drills
14756 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14758         * doc/Makefile.in: regen
14760 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14762         * doc/Makefile.am, doc/ascii2texi.awk, doc/fractional_size.tab,
14763         doc/letter_size.tab, doc/metric_size.tab, doc/pcb.texi,
14764         doc/wire_size.tab: add an appendix with a big list of drill sizes.
14765         Included are American Standard wire size, letter size, fractional
14766         size, and metric.
14768 2005-01-27   Dan McMahill * dan AT mcmahill dot net *
14770         * NEWS: add news for snapshot 20050127
14772 2005-01-27   Dan McMahill * dan AT mcmahill dot net *
14774         * ChangeLog: update to get ready for next snapshot
14776 2005-01-27   Dan McMahill * dan AT mcmahill dot net *
14778         * Makefile.in, README_FILES/Makefile.in, aclocal.m4,
14779         doc/Makefile.in, example/Makefile.in,
14780         example/libraries/Makefile.in, lib/Makefile.in,
14781         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
14782         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
14783         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
14784         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
14785         newlib/generic_SMD_packages/Makefile.in,
14786         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
14787         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
14788         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
14789         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
14790         tutorial/Makefile.in: update to latest automake
14792 2005-01-27   Dan McMahill * dan AT mcmahill dot net *
14794         * src/Pcb.ad.in, src/main.c: change pcb to Pcb in a commented out
14795         resource
14797 2005-01-27   Dan McMahill * dan AT mcmahill dot net *
14799         * lib/geda.inc, lib/misc.inc: fix the LED3 and LED5 footprints for
14800         T-1 and T-1 3/4 (3mm and 5mm) standard LED's.  The old footprint had
14801         drill holes which were too small and also there was silk on the pad.
14803 2005-01-26   Dan McMahill * dan AT mcmahill dot net *
14805         * lib/plcc.inc: increase the padsize and drill size for through-hole
14806         PLCC sockets
14808 2005-01-25   DJ Delorie * dj AT delorie dot com *
14810         * src/pcb-menu.res: Oops, take out test entry
14812 2005-01-25   DJ Delorie * dj AT delorie dot com *
14814         * src/menu.c, src/pcb-menu.res, src/resmenu.c, src/resmenu.h: Move
14815         right-click popup menu to pcb-menu.res also.
14817 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14819         * doc/version.texi: bump date
14821 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14823         * src/create.c: do not complain about MIN_PINORVIACOPPER on a
14824         mounting hole
14826 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14828         * src/Pcb.ad.in, src/main.c, src/set.c: - break the status line into 2 lines as it was getting rather long - put the cursor position line below the menu as it is also getting   rather long with the metric display.  Besides keeping the 2 lines from being cutoff on smaller displays,
14829         it seems to avoid some of the strange Xaw issues seen in bug
14830         #1099862 and patch #1042731 where the porthole for the main drawing
14831         area is not properly sized and where the status line is sometimes
14832         covered by the porthole.
14834 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14836         * src/Makefile.in: regen
14838 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14840         * src/Makefile.am: for the .test/Pcb apps-default file (the one used
14841         when running before installation), use the pcb-menu.res file in the
14842         source directory.
14844 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14846         * doc/pcb.texi, src/action.c, src/pcb-menu.res: Add "Selected" and
14847         "All" arguments to DisperseElements so you have the option to not
14848         disperse all of them.  Add corresponding menu choices.
14850 2005-01-18   Dan McMahill * dan AT mcmahill dot net *
14852         * src/print.c: avoid having text overlaying text in the fab drawing
14853         when a very small number of drill sizes are used.  Problem reported
14854         in bug #1100163.  Patch provided by Mick.
14856 2005-01-18   Dan McMahill * dan AT mcmahill dot net *
14858         * configure: regen
14860 2005-01-18   Dan McMahill * dan AT mcmahill dot net *
14862         * configure.ac: add a --disable-rpath flag to disable hardcoding of
14863         the X11 library path.  Default behaviour is unchanged.
14865 2005-01-17   Dan McMahill * dan AT mcmahill dot net *
14867         * src/main.c: use LAYOUT_BOTTOM to always put the status line at the
14868         bottom of the main window.  Gets rid of some annoying bugs on
14869         solaris and some other systems where the status line would sometimes
14870         get covered up when the window was resized.
14872 2005-01-17   Dan McMahill * dan AT mcmahill dot net *
14874         * src/create.c: in the message log produced when a via size has to
14875         be increased to meet the minimum copper, add a location to make it
14876         easier to locate the via.
14878 2005-01-17   Dan McMahill * dan AT mcmahill dot net *
14880         * src/Pcb.ad.in, src/main.c: Increase
14881         Pcb.masterForm*cursorPosition.width to make room for metric display.
14882         Provided by Mark Whitis in patch #1042731
14884 2005-01-17   Dan McMahill * dan AT mcmahill dot net *
14886         * doc/pcb.texi: add docs for ChangeClearSize() action.  Also apply
14887         some other fixes provided in patch #1068842
14889 2005-01-14   Dan McMahill * dan AT mcmahill dot net *
14891         * lib/misc.inc: increase quoting of $2 in PKG_CRYSTAL to avoid the
14892         refdes from being expanded by m4.  Lets you use "X1" as the refdes
14893         in gschem and gsch2pcb
14895 2005-01-13   Dan McMahill * dan AT mcmahill dot net *
14897         * README_FILES/Makefile.in: regen
14899 2005-01-13   Dan McMahill * dan AT mcmahill dot net *
14901         * doc/version.texi: udate data
14903 2005-01-13   Dan McMahill * dan AT mcmahill dot net *
14905         * src/pcb-menu.res: add DisperseElements() to menu
14907 2005-01-13   Dan McMahill * dan AT mcmahill dot net *
14909         * src/control.c, src/main.c, src/resmenu.c: remove some more
14910         compiler warnings
14912 2005-01-13   Dan McMahill * dan AT mcmahill dot net *
14914         * doc/pcb.texi, src/action.c, src/action.h, src/main.c: add a
14915         DisperseElements() action which will disperse all elemnents in a
14916         layout.  The purpose is to spread out elements which are all on top
14917         of each other at the very beginning of a design.
14919 2005-01-06   Dan McMahill * dan AT mcmahill dot net *
14921         * README, README_FILES/LICENSE, README_FILES/MAILING,
14922         README_FILES/Makefile.am, README_FILES/README: remove duplicated
14923         files and fix some out of date info
14925 2005-01-06   Dan McMahill * dan AT mcmahill dot net *
14927         * src/djopt.c, src/rtree.c: cast some pointers to (void *) when
14928         printing debug output.  reduces the # of compiler warnings
14930 2005-01-03   Dan McMahill * dan AT mcmahill dot net *
14932         * src/action.c, src/autoplace.c, src/autoroute.c, src/box.h,
14933         src/buffer.c, src/buffer.h, src/change.c, src/change.h, src/clip.c,
14934         src/clip.h, src/copy.c, src/copy.h, src/create.c, src/create.h,
14935         src/crosshair.c, src/crosshair.h, src/data.c, src/data.h,
14936         src/dev_ps.c, src/dev_rs274x.c, src/draw.c, src/file.c, src/find.c,
14937         src/find.h, src/global.h, src/insert.c, src/insert.h,
14938         src/intersect.c, src/line.c, src/macro.h, src/mirror.c,
14939         src/mirror.h, src/misc.c, src/misc.h, src/move.c, src/move.h,
14940         src/mtspace.c, src/output.c, src/output.h, src/pinout.c,
14941         src/polygon.c, src/polygon.h, src/print.c, src/print.h,
14942         src/printdialog.c, src/rotate.c, src/rotate.h, src/rubberband.c,
14943         src/search.c, src/search.h, src/set.c, src/set.h, src/undo.c,
14944         src/undo.h: change "Location" to "LocationType".  Avoids some
14945         confusion with some compilers (SunPRO in particular) when "Location"
14946         is also used as part of a struct.
14948 2004-12-31   Dan McMahill * dan AT mcmahill dot net *
14950         * src/vendor.c: move the regfree() call _before_ the return from the
14951         function that calls it so that it actually happens.
14953 2004-12-12   Dan McMahill * dan AT mcmahill dot net *
14955         * src/vendor.c: remove a compiler warning
14957 2004-11-20   Dan McMahill * dan AT mcmahill dot net *
14959         * src/set.c: add metric output to the location display.  Based on
14960         patches provided in patch #1042731 by Mark Whitis
14962 2004-11-20   Dan McMahill * dan AT mcmahill dot net *
14964         * src/main.c: adjust Pcb.masterForm*cursorPosition.width to match
14965         the app-defaults file value
14967 2004-11-20   Dan McMahill * dan AT mcmahill dot net *
14969         * src/actionlist.c: revert previous.  Seems to have snuck in by
14970         mistake in the strcmp() cleanup.
14972 2004-11-20   Dan McMahill * dan AT mcmahill dot net *
14974         * src/pcb-menu.res: add <Key>. as the hotkey for toggling 45 degree
14975         line mode.  addressed bug #1069665 filed by Mark Whitis.
14977 2004-11-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
14979         * src/crosshair.c: Snap to pads go to pad centers and allow snapping
14980         to element mark too.
14982         ----------------------------------------------------------------------
14984 2004-11-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
14986         * src/action.c, src/actionlist.c, src/autoplace.c, src/create.c,
14987         src/dev_rs274x.c, src/dialog.c, src/djopt.c, src/draw.c,
14988         src/file.c, src/fileselect.c, src/macro.h, src/main.c, src/misc.c,
14989         src/netlist.c, src/print.c, src/rats.c, src/res_parse.y,
14990         src/search.c, src/selector.c, src/set.c, src/vendor.c: Replace all
14991         strcmp with a macro that tests for NULL pointers
14993         ----------------------------------------------------------------------
14995 2004-11-08   Dan McMahill * dan AT mcmahill dot net *
14997         * src/control.c: Restore translation table for the mode buttons.
14998         This seems to fix the "mode buttons are not responsive" bug reported
14999         in bug #716517 Patch provided by Daniel Nilsson in patch #1023078.
15001 2004-11-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
15003         * src/change.c, src/change.h: Allow element names to be edited over
15004         the name itself
15006         ----------------------------------------------------------------------
15008 2004-11-02   Dan McMahill * dan AT mcmahill dot net *
15010         * src/Pcb.ad.in: Fix the <Key>. binding to toggle 45 degree mode.
15011         Addresses bug #1022800
15013 2004-11-01   Dan McMahill * dan AT mcmahill dot net *
15015         * config.h.in, configure: regen [add support for ElectricFence
15016         debugging.  --enable-efence]
15018 2004-11-01   Dan McMahill * dan AT mcmahill dot net *
15020         * configure.ac: add support for ElectricFence debugging.
15021         --enable-efence
15023 2004-11-01   Dan McMahill * dan AT mcmahill dot net *
15025         * doc/pcb.texi, doc/version.texi: clarify the units used by PCB a
15026         bit
15028 2004-10-31   Dan McMahill * dan AT mcmahill dot net *
15030         * doc/pcb.texi, src/vendor.c: Allow the use of regular expressions
15031         in the resources which specify elements which should not have their
15032         drill holes mapped to the vendor table.
15034 2004-10-30   Dan McMahill * dan AT mcmahill dot net *
15036         * src/pcb-menu.res, src/vendor.c: Modify the LoadVendor() action so
15037         if the file name is not give, the user is presented with a file
15038         selection dialog box to choose a file.  Also add a menu choice for
15039         this.
15041 2004-10-30   Dan McMahill * dan AT mcmahill dot net *
15043         * src/script/pcb.in:  Quote "$@" to keep args whole
15045 2004-10-29   Dan McMahill * dan AT mcmahill dot net *
15047         * src/Makefile.am, src/Makefile.in: add missing vendor.h
15049 2004-10-29   Dan McMahill * dan AT mcmahill dot net *
15051         * doc/pcb.texi: document vendor drill mapping
15053 2004-10-29   Dan McMahill * dan AT mcmahill dot net *
15055         * src/Makefile.in, src/actionlist.c: regen after adding vendor
15056         resource/mapping code
15058 2004-10-29   Dan McMahill * dan AT mcmahill dot net *
15060         * src/Makefile.am, src/action.c, src/change.c, src/change.h,
15061         src/create.c, src/pcb-menu.res, src/vendor.c, src/vendor.h: Add
15062         support for a loadable vendor resource.  The primary purpose is to
15063         import a list of vendor supported or prefered drill sizes.  The
15064         design is then modified to change drills to sizes in the drill list.
15065         Additionally, the vendor resource file may include DRC settings.
15067 2004-10-27   DJ Delorie * dj AT delorie dot com *
15069         * src/resmenu.c: Support multiple actions per line for -action and
15070         -script
15072 2004-10-27   DJ Delorie * dj AT delorie dot com *
15074         * src/pcbtest.sh.in:  Quote "$@" to keep args whole
15076 2004-10-27   DJ Delorie * dj AT delorie dot com *
15078         * src/actionlist.c, src/global.h, src/main.c, src/resmenu.c: Add
15079         -action command line, to execute one action string at startup
15081 2004-10-27   DJ Delorie * dj AT delorie dot com *
15083         * src/pcb-menu.res, src/res_lex.l: Add support for comments.
15084         Comments begin with '#' and extend to the end of the line.
15086 2004-10-27   DJ Delorie * dj AT delorie dot com *
15088         * doc/pcb.texi, doc/version.texi: Document resource file comments
15090 2004-10-26   Dan McMahill * dan AT mcmahill dot net *
15092         * src/dialog.c: remove unused variable, make sure return returns a
15093         value on a non-void fn
15095 2004-10-25   Dan McMahill * dan AT mcmahill dot net *
15097         * src/dialog.c: Add date and compile time to the About dialog.
15098         Patch provided as patch #1053444 by Bob Paddock.
15100 2004-10-25   Dan McMahill * dan AT mcmahill dot net *
15102         * src/buffer.c: Fix one more (last one maybe?) hires bug where when
15103         converting a selection or buffer to element, the soldermask relief
15104         is 100x smaller than the default.  Address bug report #1049033.
15106 2004-10-25   Dan McMahill * dan AT mcmahill dot net *
15108         * Makefile.in, README_FILES/Makefile.in, example/Makefile.in,
15109         example/libraries/Makefile.in, lib/Makefile.in,
15110         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
15111         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
15112         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
15113         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
15114         newlib/generic_SMD_packages/Makefile.in,
15115         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
15116         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
15117         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
15118         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
15119         tutorial/Makefile.in: regen so that all Makefile.in files came from
15120         the same version of automake
15122 2004-10-25   Dan McMahill * dan AT mcmahill dot net *
15124         * doc/version.texi: update date on manual since there have been
15125         additions
15127 2004-10-23   Dan McMahill * dan AT mcmahill dot net *
15129         * doc/pcb.texi: minor fixups to make this happy again with the new
15130         texinfo.tex
15132 2004-10-23   Dan McMahill * dan AT mcmahill dot net *
15134         * doc/texinfo.tex: update to texinfoversion 2004-09-06.16
15136 2004-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15138         * src/change.c: Fix borking of name_tree when changing an element
15139         name
15141         ----------------------------------------------------------------------
15143 2004-10-21   Dan McMahill * dan AT mcmahill dot net *
15145         * doc/Makefile.in: regen
15147 2004-10-21   Dan McMahill * dan AT mcmahill dot net *
15149         * doc/Makefile.am: - override the mostlyclean-aminfo target to avoid deleting the .dvi,
15150         .html, .pdf, and .ps versions of the manual with 'make clean'.
15151         Since these files already go in the distfile, we don't want a 'make
15152         clean' to remove them as that would force a dependency on TeX.  This
15153         issue was noted by Stuart Brorson.  - while here let automake handle the html and pdf conversions
15154         automatically.  This ends up defaulting to texi2pdf for PDF which
15155         seems to do a better job than ps2pdf anyway.
15157 2004-10-21   Dan McMahill * dan AT mcmahill dot net *
15159         * aclocal.m4, configure: regen
15161 2004-10-21   Dan McMahill * dan AT mcmahill dot net *
15163         * configure.ac: check for ps2pdf which is used for building the
15164         refcard
15166 2004-10-21   Dan McMahill * dan AT mcmahill dot net *
15168         * acinclude.m4: improve the quoting so that aclocal-1.9.2 is happier
15170 2004-10-20   Dan McMahill * dan AT mcmahill dot net *
15172         * doc/pcb.texi: minor fixup in the newlib element creation guide.
15174 2004-10-20   Dan McMahill * dan AT mcmahill dot net *
15176         * doc/pcb.texi: Apply several improvements from Bob Paddock
15177         including: - spell check - improved section on modifying newlib footprints - add section on searching for elements - add section on measurements - add appendix on regular expressions Some texinfo fixes from me.
15179 2004-10-17   DJ Delorie * dj AT delorie dot com *
15181         * src/resmenu.c: Sort actions by modifier so that both Ctrl<Key>x
15182         and <Key>x work.
15184 2004-10-17   DJ Delorie * dj AT delorie dot com *
15186         * src/actionlist.c: Regenerated
15188 2004-10-17   DJ Delorie * dj AT delorie dot com *
15190         * src/action.c: Add FlagHaveRegex (have_regex) so that the
15191         SelectByName menu entries work.
15193 2004-10-12   DJ Delorie * dj AT delorie dot com *
15195         * src/global.h: Oops, overzealous patching ;-)
15197 2004-10-12   DJ Delorie * dj AT delorie dot com *
15199         * src/global.h: add non-gcc definition of ATTRIBUTE_UNUSED
15201 2004-10-12   Dan McMahill * dan AT mcmahill dot net *
15203         * src/global.h: add missing #else clause in defining
15204         ATTRIBUTE_UNUSED on non-gcc or older gcc version.  Problem noted by
15205         Dave McGuire.
15207 2004-10-08   DJ Delorie * dj AT delorie dot com *
15209         * src/rats.c: Check for numberless pins.
15211 2004-10-08   DJ Delorie * dj AT delorie dot com *
15213         * src/print.c: Print plated and unplated hole counts on separate
15214         lines.
15216 2004-10-06   DJ Delorie * dj AT delorie dot com *
15218         * src/print.c: Avoid checking pin numbers for unnumbered pins.
15220 2004-09-24   DJ Delorie * dj AT delorie dot com *
15222         * src/actionlist.c, src/data.c, src/dialog.c, src/global.h,
15223         src/main.c: Add command history to : widget.
15225 2004-09-24   Dan McMahill * dan AT mcmahill dot net *
15227         * README.snapshots: minor tweaks to instructions
15229 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15231         * src/draw.c, src/move.c, src/pinout.c: Fixes for pinout window
15232         crash. Still need to fix pinout scroll range at high zoom
15234 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15236         * src/misc.c: Fix error on non-quarter circle arc bounding box
15237         calculations
15239 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15241         * src/menu.c: Don't ask for X,Y coordinates in third-button pop-up
15242         menu; the coordinate is where the cursor was when the menu was
15243         popped up.
15245 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15247         * src/draw.c: Fixed return value of Emark_callback. (Didn't really
15248         matter, we weren't count number of marks drawn).
15250 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15252         * src/action.c: Allow Ctrl-drag to copy objects in arrow mode.
15254 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15256         * src/polygon.c: Fix bug with polygon clearances from other layers
15257         in the group.
15259 2004-09-08   Dan McMahill * dan AT mcmahill dot net *
15261         * src/set.c: add an extra digit to the display of metric
15262         measurements.  Patch from Gabriel Paubert.
15264 2004-09-04   Dan McMahill * dan AT mcmahill dot net *
15266         * NEWS: mention the background image in 20040903
15268 2004-09-03   Dan McMahill * dan AT mcmahill dot net *
15270         * NEWS: update with pcb-20040903 news items
15272 2004-09-03   Dan McMahill * dan AT mcmahill dot net *
15274         * ChangeLog: update to get ready for next snapshot
15276 2004-09-03   Dan McMahill * dan AT mcmahill dot net *
15278         * README.snapshots: add more detailed snapshot instructions
15280 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15282         * src/main.c, src/resmenu.h: add missing headers
15284 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15286         * src/parse_y.y: add missing prototype
15288 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15290         * src/find.c: remove unused variable
15292 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15294         * src/res_lex.l: add missing prototype
15296 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15298         * src/res_parse.y: clean up a few more compiler warnings
15300 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15302         * src/djopt.c: get rid of a bunch of format string compiler warnings
15303         along with some unused variable warnings
15305 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15307         * src/action.c, src/autoplace.c, src/autoroute.c, src/buffer.c,
15308         src/change.c, src/clip.c, src/command.c, src/compat.c,
15309         src/control.c, src/copy.c, src/create.c, src/crosshair.c,
15310         src/data.c, src/dev_ps.c, src/dev_rs274x.c, src/dialog.c,
15311         src/djopt.c, src/draw.c, src/drill.c, src/error.c, src/file.c,
15312         src/fileselect.c, src/find.c, src/global.h, src/gui.c, src/heap.c,
15313         src/insert.c, src/intersect.c, src/lgdialog.c, src/library.c,
15314         src/line.c, src/log.c, src/main.c, src/menu.c, src/mirror.c,
15315         src/misc.c, src/move.c, src/mtspace.c, src/mymem.c, src/netlist.c,
15316         src/output.c, src/parse_l.l, src/parse_y.y, src/pinout.c,
15317         src/polygon.c, src/print.c, src/printdialog.c, src/printpanner.c,
15318         src/rats.c, src/remove.c, src/report.c, src/res_lex.l,
15319         src/res_parse.y, src/resmenu.c, src/rotate.c, src/rtree.c,
15320         src/rubberband.c, src/search.c, src/select.c, src/selector.c,
15321         src/set.c, src/sizedialog.c, src/undo.c, src/vector.c: rework the
15322         lines which have static char *rcsid=....  to include an unused
15323         attribute on gcc.  This gets rid of a bunch of gcc -Wall warnings
15324         which can cause some actual bugs to be lost in the noise.  While here, make sure we include config.h and also dmalloc.h if
15325         dmalloc debugging has been requested.
15327 2004-08-29   Dan McMahill * dan AT mcmahill dot net *
15329         * src/draw.c: fix a "=" instead of "==" bug
15331 2004-08-28   Dan McMahill * dan AT mcmahill dot net *
15333         * README.cvs: update this to more closely match the current reality
15335 2004-08-28   Dan McMahill * dan AT mcmahill dot net *
15337         * src/actionlist.c: add actionlist.c for non-maintainers
15339 2004-08-28   Dan McMahill * dan AT mcmahill dot net *
15341         * configure: regen (if we are using gcc then add -Wall)
15343 2004-08-28   Dan McMahill * dan AT mcmahill dot net *
15345         * configure.ac: if we are using gcc then add -Wall
15347 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15349         * src/draw.c: add missing header (for isdigit)
15351 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15353         * src/dev_rs274x.c: use long int in some places to avoid assigning a
15354         long int to an int
15356 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15358         * src/action.c, src/rtree.c: remove some unused variables
15360 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15362         * src/output.c, src/resmenu.c: add a missing header
15364 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15366         * src/main.c: remove an unused variable
15368 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15370         * doc/version.texi: bump updated date
15372 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15374         * doc/Makefile.in: regen (add pcb.1 to EXTRA_DIST)
15376 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15378         * doc/Makefile.am: add pcb.1 to EXTRA_DIST
15380 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15382         * doc/pcb.texi: document the ExecuteFile() action and the -script
15383         command line option
15385 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15387         * src/global.h, src/main.c, src/misc.c, src/resmenu.c: add an
15388         ExecuteFile(file) action which executes the actions contained in the
15389         specified file.  In addition, add a "-script <filename>" option
15390         which will invoke ExecuteFile(<filename>) upon startup.  Eventually
15391         (but not yet) this will be able to be used for things like
15392         generating postscript and RS-274-X output from the command line.
15394 2004-08-26   Dan McMahill * dan AT mcmahill dot net *
15396         * src/resmenu.c: Fix a minor memory leak bug which allocated space
15397         for 10 more pointers everytime invoke_action() was called.  While here add a few comments about whats going on in this function.
15399 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15401         * doc/pcb.texi: update the table of the output files generated by
15402         PCB
15404 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15406         * src/pcb-menu.res: use "Reference Designator" instead of "Name on
15407         PCB" as the former is more standard
15409 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15411         * src/file.c: exclude Makefile, Makefile.am, and Makefile.in as
15412         valid element names as these may reside in a lib directory
15414 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15416         * doc/pcb.texi: add a brief comment about what M4 is and where to
15417         find more info
15419 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15421         * src/action.c: add one more Usage message.  this time for the
15422         RemoveSelected() action
15424 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15426         * src/main.c, src/misc.c: allow --version, --help, and --copyright
15427         to also work since those are typically supported by GNU programs.
15429 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15431         * src/misc.c: In the Usage() function be sure to restore stderr at
15432         the beginning since this function calls exit().  This will ensure
15433         that the Usage() message can actually be seen in all cases.  Fixes
15434           the following:  clock AT oberon:~$ pcb --version    clock AT oberon:~$ noted by Karel Kulhav on the gEDA mailing
15435         list.
15437 2004-08-24   Dan McMahill * dan AT mcmahill dot net *
15439         * doc/Makefile.in: regen after adding pcb.1
15441 2004-08-24   Dan McMahill * dan AT mcmahill dot net *
15443         * doc/Makefile.am, doc/pcb.1: add a man page which says where to
15444         look for the manual
15446 2004-07-31   Dan McMahill * dan AT mcmahill dot net *
15448         * src/find.c: avoid 'inline' unless we're using gcc.
15450 2004-07-31   Dan McMahill * dan AT mcmahill dot net *
15452         * src/res_parse.y: use foo?foo:bar instead of foo?:bar as the latter
15453         is a gcc extension.  Makes the irix c compiler happy.
15455 2004-07-29   Dan McMahill * dan AT mcmahill dot net *
15457         * lib/geda.inc: update the 150 and 300 mil width SOIC packages per
15458         the IPC recommendations at footprint.ipc.org.  Partially addresses
15459         the "silk on pad" bug noted in bug report #995401.
15461 2004-07-29   Dan McMahill * dan AT mcmahill dot net *
15463         * lib/smt.inc: improve the decision on adding or not adding a silk
15464         arc on the COMMON_SMT_DIL_MIL macro
15466 2004-07-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
15468         * src/print.c: Only clear silk on same side as pad. Patch
15469         contributed by burto
15471 2004-07-10   DJ Delorie * dj AT delorie dot com *
15473         * doc/pcb.texi, src/draw.c, src/draw.h, src/global.h, src/main.c,
15474         src/misc.c: Add limited support for a behind-the-board background
15475         image.
15477 2004-07-08   Dan McMahill * dan AT mcmahill dot net *
15479         * src/rubberband.c: Fix a bug related to checking for the
15480         intersection of a circular region defined by an line end point and
15481         its radius and a rectangular pin/pad.  The old code looked for the
15482         intersection of the smallest square which encloses the circular
15483         region and the rectangular pin/pad region.  However this method
15484         claims that there are intersections when in fact there are not.  For
15485         example a very wide trace has a significant area enclosed by the
15486         square which encloses the circular region defined by the line end
15487         and radius that is not enclosed by the circular region.  The new code actually looks for intersection of the circular region
15488         and the square region.
15490 2004-07-07   Dan McMahill * dan AT mcmahill dot net *
15492         * src/rubberband.c: fix some errors where the diameter was used
15493         where the radius should have been used when looking for circular
15494         regions which intersect.  Fixes bug report #978412.  Partial patch
15495         provided in the bug report, additional bugs fixed by me.  Note: a bug still exists when calculating line -> rectangular pad
15496         intersection.  A fix will be coming.
15498 2004-07-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
15500         * src/undo.c: Fix UndoChangeMaskSize assuming LINESTRUCT has the
15501         mask parameter
15503 2004-06-30   Dan McMahill * dan AT mcmahill dot net *
15505         * src/pcbtest.sh.in, src/script/pcb.in: when running under gdb set
15506         XAPPLRESDIR and unset XUSERFILESEARCHPATH
15508 2004-06-30   Dan McMahill * dan AT mcmahill dot net *
15510         * src/resmenu.c: make 'str' static so that the memory allocated by
15511         MyStrdup() can properly be freed on the next call of invoke_action.
15513 2004-06-25   DJ Delorie * dj AT delorie dot com *
15515         * src/pcb-menu.res: Change size of selected objects, fix enlarge
15516         options to actually enlarge (bug 978408)
15518 2004-06-25   DJ Delorie * dj AT delorie dot com *
15520         * src/menu.c: Cut and Copy from the popup menu now wait for a click
15521         before acting (bug 978406)
15523 2004-06-24   DJ Delorie * dj AT delorie dot com *
15525         * src/Pcb.ad.in, src/main.c, src/menu.c, src/pcb-menu.res,
15526         src/resmenu.c, src/resmenu.h: Add support for menu accelerators.
15527         Replace hotkey translations with menu accelerators where
15528         appropriate.
15530 2004-06-20   DJ Delorie * dj AT delorie dot com *
15532         * src/Makefile.am, src/Makefile.in: Run gather-actions only if
15533         maintainer-mode
15535 2004-06-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
15537         * src/action.c, src/autoroute.c, src/const.h, src/menu.c,
15538         src/pcb-menu.res: Fix live routing menu handling; patch segfault on
15539         breaking element with no element specified.  Autorouter tweaks.
15541 2004-06-10   Dan McMahill * dan AT mcmahill dot net *
15543         * lib/geda.inc: add a few more 400mil width DIP packages (DIPxM)
15545 2004-06-10   Dan McMahill * dan AT mcmahill dot net *
15547         * src/dev_rs274x.c: make sure we define all aperture codes used by
15548         arcs.  Fixes the bug reported in bug #969903 by Werner Hoch where an
15549         arc of a width not used by anything else in the layout does not have
15550         its aperture defined.
15552 2004-06-09   Dan McMahill * dan AT mcmahill dot net *
15554         * src/find.c: fix the function name strings passed to MyCalloc().
15556 2004-06-09   Dan McMahill * dan AT mcmahill dot net *
15558         * src/pcb-menu.res: Do not arbitrarily change the zoom setting
15559         whenever running DRC.  Especially if there are no DRC errors, we
15560         don't want/need to change the zoom.  Noted by Mark Becker.
15562 2004-06-09   Dan McMahill * dan AT mcmahill dot net *
15564         * src/pcb-menu.res: Add 0.5 and 0.1 mil grid selections.  Requested
15565         in RFE #876549 by John Griessen.
15567 2004-06-09   Dan McMahill * dan AT mcmahill dot net *
15569         * src/find.c, src/misc.c, src/misc.h: Save layerstack settings prior
15570         to running DRC and restore them afterwards so that things like
15571         current input layer are not changed by DRC.  Noted by Mark Becker.
15573 2004-06-05   Dan McMahill * dan AT mcmahill dot net *
15575         * configure: regen after rpath flag order change
15577 2004-06-05   Dan McMahill * dan AT mcmahill dot net *
15579         * configure.ac: change the order in the list of rpath flags which
15580         are tried out.  This is because when -R was tried first, it was
15581         accepted on linux systems because even though gcc didn't like it, it
15582         still exited with 0.  The new order seems to do the right thing on
15583         solaris, linux, and netbsd as the compiler now actually gives an
15584         error code for the flags it does not like.
15586 2004-06-05   DJ Delorie * dj AT delorie dot com *
15588         * src/djopt.c: Be even more picky about which line is chosen as an
15589         example.
15591 2004-06-04   Dan McMahill * dan AT mcmahill dot net *
15593         * configure: regen (If --enable-dmalloc is given but dmalloc is not
15594         found then error out instead of disabling dmalloc
15596 2004-06-04   Dan McMahill * dan AT mcmahill dot net *
15598         * configure.ac: If --enable-dmalloc is given but dmalloc is not
15599         found then error out instead of disabling dmalloc
15601 2004-06-03   Dan McMahill * dan AT mcmahill dot net *
15603         * src/action.c: add usage output for several more actions
15605 2004-06-03   Dan McMahill * dan AT mcmahill dot net *
15607         * src/action.c: Add usage output if the input arguments are not
15608         quite right for several actions.  Still have more to add, but this
15609         is a start.
15611 2004-06-02   Dan McMahill * dan AT mcmahill dot net *
15613         * src/default_font:  add @ character.  Absence noted by Dave
15614         McGuire.
15616 2004-06-01   Dan McMahill * dan AT mcmahill dot net *
15618         * src/pcb-menu.res: add a GetXY() to the 'copy selection to buffer'
15619         menu.  Needed to have a resonable reference point for the copy.
15620         Noted by Mark Becker.
15622 2004-06-01   Dan McMahill * dan AT mcmahill dot net *
15624         * configure: regen (fail configuration if Xaw is not found)
15626 2004-06-01   Dan McMahill * dan AT mcmahill dot net *
15628         * configure.ac: fail configuration if Xaw is not found
15630 2004-05-31   Dan McMahill * dan AT mcmahill dot net *
15632         * README.snapshots: add a note to remember to do something better
15633         with versions on the next snapshot
15635 2004-05-31   Dan McMahill * dan AT mcmahill dot net *
15637         * NEWS: remove duplicated line
15639 2004-05-31   Dan McMahill * dan AT mcmahill dot net *
15641         * ChangeLog: update changelog with cvs2cl.pl.  This file previously
15642         was empty.
15644 2004-05-31   Dan McMahill * dan AT mcmahill dot net *
15646         * doc/version.texi: bump updated date to match snapshot date
15648 2004-05-31   Dan McMahill * dan AT mcmahill dot net *
15650         * NEWS: add some release notes for the upcoming 20040530 snapshot
15652 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15654         * src/change.c: add missing prototype
15656 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15658         * globalconst.h: set MASKFRAME to be 3 (mils) instead of 0.  This
15659         way the soldermask opening will be larger than the pads for
15660         components defined using the older style format which did not
15661         explicitly give soldermask relief size.
15663 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15665         * doc/pcb.texi: document the SetFlag(), ClrFlag(), and ChangeFlag()
15666         actions
15668 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15670         * doc/pcb.texi: correct location for Pcb appdefaults file
15672 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15674         * src/pcbtest.sh.in, src/script/pcb.in: For the pcb wrapper script,
15675         if the first argument is "-gdb", pick off that flag and run pcb
15676         inside of the gdb debugger.  Should simplify debugging a bit.
15678 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15680         * src/action.c, src/action.h, src/change.c, src/change.h,
15681         src/main.c: Add SetFlag, ClrFlag, and ChangeFlag actions.  These
15682         currently let you set, clear, or change the square, octagon, or
15683         thermal pads.  For example :SetFlag(SelectedVias,thermal)
15684         :ClrFlag(SelectedObjects,square) :ChangeFlag(SelectedPads,octagon,1)
15686 2004-05-28   Dan McMahill * dan AT mcmahill dot net *
15688         * src/djopt.c: Fix the segfault bug noted in bug report #959073 by
15689         Bob Paddock.  While here, also fix a bug which can potentially cause
15690         a floating point exception.
15692 2004-05-28   Dan McMahill * dan AT mcmahill dot net *
15694         * config.h.in, configure: regen after adding rint() test
15696 2004-05-28   Dan McMahill * dan AT mcmahill dot net *
15698         * configure.ac: add test for rint()
15700 2004-05-27   Dan McMahill * dan AT mcmahill dot net *
15702         * doc/version.texi: bump date
15704 2004-05-27   Dan McMahill * dan AT mcmahill dot net *
15706         * doc/pcb.texi: add INFO-DIR-SECTION Miscellaneous per bug #957369
15707         submitted by Mike Frysinger
15709 2004-05-23   Dan McMahill * dan AT mcmahill dot net *
15711         * lib/smt.inc: update the COMMON_SMT_2PAD_MIL macro to the newer
15712         element format.  With this change, the soldermask relief and
15713         clearance can now be specified for the pads.  This fixes the issue
15714         noted recently on the geda mailing list about 0805 footprints from
15715         the ~geda library having soldermask openings which are the same size
15716         as the pads.
15718 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15720         * src/dev_ps.c: make sure we get the preamble in all EPS output
15721         files.  Bug noted by David Koski
15723 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15725         * lib/geda.inc: add SOJ packages (lots of them)
15727 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15729         * lib/smt.inc: fix a hi-res bug in the polarity arc silk for some
15730         SMT DIL pkgs
15732 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15734         * src/res_parse.y: add missing string.h (for strcmp).  Noted by Dave
15735         McGuire
15737 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15739         * src/pcbtest.sh.in, src/script/pcb.in: unset XUSERFILESEARCHPATH
15740         which causes a conflict with XAPPLRESDIR
15742 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15744         * src/resource.h: add a comment
15746 2004-05-13   Dan McMahill * dan AT mcmahill dot net *
15748         * src/misc.c: correct the pin/pad bounding box calculation.  Bug
15749         noted by David Koski.
15751 2004-05-05   Dan McMahill * dan AT mcmahill dot net *
15753         * src/macro.h: fix typo in comment
15755 2004-05-02   DJ Delorie * dj AT delorie dot com *
15757         * src/djopt.c, src/pcb-menu.res: Add flag to default to optimizing
15758         only autorouted nets, plus menu option to control it.
15760 2004-05-02   DJ Delorie * dj AT delorie dot com *
15762         * src/resmenu.c: Don't use local var for widget name.
15764 2004-05-02   DJ Delorie * dj AT delorie dot com *
15766         * src/djopt.c: Fix bug wrt intersecting layer groups in miter
15768 2004-05-02   DJ Delorie * dj AT delorie dot com *
15770         * src/menu.c, src/resmenu.c: Remove gcc-isms
15772 2004-05-01   Dan McMahill * dan AT mcmahill dot net *
15774         * doc/pcb.texi: fix typo
15776 2004-05-01   Dan McMahill * dan AT mcmahill dot net *
15778         * src/resmenu.c: protect the inclusion of string.h with
15779         HAVE_STRING_H
15781 2004-04-30   Dan McMahill * dan AT mcmahill dot net *
15783         * lib/minicircuits.inc: adjust spacing between the 2 rows of pins to
15784         better match the datasheet
15786 2004-04-30   Dan McMahill * dan AT mcmahill dot net *
15788         * lib/smt.inc: clarify a comment
15790 2004-04-30   Dan McMahill * dan AT mcmahill dot net *
15792         * src/Pcb.ad.in, src/action.c, src/file.c, src/find.c,
15793         src/global.h, src/macro.h, src/main.c, src/parse_y.y,
15794         src/sizedialog.c: Add some DRC checking of silkscreen layers.
15795         Currently this check looks for minimum widths of silk lines.
15796         Currently not checked are: - silk polygons - silk text - wide silk lines made by overlapping several narrow silk lines
15798 2004-04-30   Dan McMahill * dan AT mcmahill dot net *
15800         * src/find.c: put a string which is repeated several times into a
15801         #define and use that macro instead.
15803 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15805         * src/autoplace.h, src/autoroute.h, src/djopt.h, src/drill.h,
15806         src/heap.h, src/intersect.h, src/netlist.h, src/output.c,
15807         src/rats.c, src/resmenu.h, src/rtree.h, src/selector.c,
15808         src/vector.h: RCS Id police
15810 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15812         * src/Makefile.in: regen
15814 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15816         * src/Makefile.am: minor fixes to get the distcheck target working
15817         again.
15819 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15821         * doc/pcb.texi: add a note about the centroid and bill of materials
15822         output.  While here add a feature list near the top of the document
15823         to help a new user quickly answer the question "what is pcb and what
15824         can it do?".
15826 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15828         * src/resmenu.c: RCS Id and config.h police
15830 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15832         * src/print.c: When printing to RS-274-X also generate a centroid
15833         data file (X-Y data) with the required data to drive a pick and
15834         place machine.  The centroid of each part is calculated from the
15835         center of each pin/pad.  The rotation is determined by looking at
15836         the angle of pin1 relative to the centroid.  In addition, generate a bill of materials file.  This lists the
15837         part, quantity, and list of reference designators.
15839 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15841         * src/res_lex.l, src/res_parse.y, src/resmenu.c: fix some 64-bit
15842         bugs to get this working on my alpha.  Of prime importance, an int
15843         isn't big enough to hold a pointer.
15845 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15847         * src/resource.h: RCS Id police
15849 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15851         * src/res_lex.l, src/res_parse.y: RCS Id police
15853 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15855         * src/misc.c: put variable declarations at the beginning of
15856         functions.  Avoids syntax error on gcc-2.95
15858 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15860         * lib/amp.inc, lib/bourns.inc, lib/johnstech.inc,
15861         lib/minicircuits.inc, lib/panasonic.inc: fix the EXTRACT_END flag
15863 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15865         * lib/Makefile.am, lib/Makefile.in, lib/common.m4, lib/cts.inc: add
15866         cts library containing CTS series 742/3/4/5/6 resistor packs
15868 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15870         * lib/johnstech.inc, lib/smt.inc: fix refdes silk size
15872 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15874         * lib/dil.inc, lib/geda.inc: Fix SDIP (shrink DIP) footprints.
15875         Patch from Wojciech Kazubski in RFE #929697 slightly modified by me.
15877 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15879         * lib/panasonic.inc: Correct the spacing between the rows of pads.
15880         Also fix one of the pad widths on a footprint which was obviously
15881         broken.
15883 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15885         * lib/smt.inc: hires-ify the COMMON_SMT_DIL_MIL macro.  The macro
15886         already took input arguments in 1/1000 mil so now we simple only
15887         reduce the resolution to 1/100 mil in the output instead of to 1
15888         mil.  This also helps the COMMON_SMT_DIL_MM which calls the
15889         COMMON_SMT_DIL_MIL macro.
15891 2004-04-27   Dan McMahill * dan AT mcmahill dot net *
15893         * src/tmp.txt: test commit #3
15895 2004-04-27   Dan McMahill * dan AT mcmahill dot net *
15897         * src/tmp.txt: test commit #2
15899 2004-04-27   Dan McMahill * dan AT mcmahill dot net *
15901         * src/tmp.txt: test commit
15903 2004-04-27   DJ Delorie * dj AT delorie dot com *
15905         * doc/version.texi: add version.texi for non-maintainers
15907 2004-04-27   DJ Delorie * dj AT delorie dot com *
15909         * doc/pcb.texi, src/Makefile.am, src/Makefile.in, src/Pcb.ad.in,
15910         src/Pcb.ad.raw, src/Pcb.ad.small, src/action.h, src/dialog.c,
15911         src/gather-actions, src/global.h, src/gui.c, src/main.c,
15912         src/menu.c, src/menu.h, src/misc.c, src/misc.h, src/pcb-menu.res,
15913         src/res_lex.l, src/res_parse.y, src/resmenu.c, src/resmenu.h,
15914         src/resource.h, src/set.c, src/sizedialog.c: add file-driven menus
15916 2004-04-27   DJ Delorie * dj AT delorie dot com *
15918         * Makefile.in, ylwrap: add ylwrap
15920 2004-04-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
15922         * src/autoroute.c: More autorouter improvements, some bug fixes
15924 2004-04-26   Harry Eaton * haceaton AT users dot sourceforge dot net *
15926         * src/autoroute.c, src/mtspace.c: Significant improvements to
15927         autorouting of congested designs
15929 2004-04-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
15931         * src/global.h, src/rtree.c: Fix rtree memory management bugs
15933 2004-04-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
15935         * src/rtree.c: Fix a bug that allocates too much memory to store
15936         pointers
15938 2004-04-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
15940         * src/buffer.c, src/move.c: Fix some bugs with rtree based name
15941         handling
15943 2004-04-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
15945         * src/autoroute.c, src/find.c, src/rats.c: More autorouter
15946         improvements. Improve trace appearance, slightly speed up and allow
15947         it to use power planes
15949 2004-04-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
15951         * src/action.c, src/change.c, src/copy.c, src/file.c, src/insert.c,
15952         src/move.c, src/polygon.c, src/polygon.h, src/remove.c,
15953         src/rotate.c: Fix pin-in-poly bug; because polys can overlap can
15954         never check one single polygon.
15956 2004-04-12   Harry Eaton * haceaton AT users dot sourceforge dot net *
15958         * src/autoroute.c, src/djopt.c: Restore mistakenly lost lines in
15959         djopt, and various improvements to auto-router
15961 2004-04-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
15963         * src/move.c: Argh, another attempt to properly fix the bug
15965 2004-04-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
15967         * src/djopt.c, src/move.c: Fixup some errors introduced in last
15968         patch
15970 2004-04-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
15972         * src/djopt.c: Fix segfault with edge-connector elements (pads on
15973         both sides)
15975 2004-04-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
15977         * src/draw.c, src/insert.c, src/move.c, src/output.c: Various bug
15978         fixes
15980 2004-03-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
15982         * src/action.c, src/autoroute.c, src/global.h, src/menu.c: Still
15983         more improvements to the router, plus can show it's action on
15984         screen.
15986 2004-03-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
15988         * src/autoroute.c, src/box.h, src/mtspace.c, src/mtspace.h: More
15989         improvements to the autorouter
15991 2004-03-26   Harry Eaton * haceaton AT users dot sourceforge dot net *
15993         * src/create.c: Forbid diagonal pads when created externally with an
15994         editor
15996 2004-03-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
15998         * src/autoroute.c: Some improvements to autorouter - still need to
15999         better handle mtspace structures so there is not so much duplicate
16000         effort with multiple route styles
16002 2004-03-23   DJ Delorie * dj AT delorie dot com *
16004         * src/parse_y.y: Provide our own yywrap(), just in case.
16006 2004-03-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
16008         * src/Pcb.ad.in: Fix a couple of key binding bugs
16010 2004-03-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
16012         * src/find.c: Fix some re-drawing issues after finding connections
16014 2004-03-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
16016         * src/autoroute.c: Fix some autoroute bugs; add proper style
16017         handling to autorouter
16019 2004-03-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
16021         * src/report.c, src/rtree.c: Provide better rtree visualization
16022         capability
16024 2004-03-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
16026         * src/buffer.c, src/change.c, src/create.c, src/dev_ps.c,
16027         src/draw.c, src/global.h, src/misc.c, src/move.c, src/move.h,
16028         src/mymem.c, src/print.c, src/printpanner.c, src/remove.c,
16029         src/rotate.c, src/search.c: Use rtree to search element names; fix
16030         postscript paper handling; fix silk names clipped over pins/pads
16032 2004-03-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
16034         * src/rtree.c, src/rtree.h: Slight optimization of tree
16035         construction, plus add means to visualize tree
16037 2004-03-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
16039         * src/file.c: Don't use _LOOP macros for writing files in order to
16040         preserver ordering so that diff can be effectively used on pcb files
16042 2004-03-19   Dan McMahill * dan AT mcmahill dot net *
16044         * lib/johnstech.inc: increase soldermask relief on mounting pads
16046 2004-03-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16048         * src/const.h, src/draw.c, src/polygon.c: Use sqrt(2)/2 defined in
16049         math library when available
16051 2004-03-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16053         * src/rats.c: Handle shorts to unnamed elements and pins
16055 2004-03-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16057         * src/line.c: Forgot to check this in with the _LOOP macro changes
16059 2004-03-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16061         * src/dev_ps.c, src/print.c: Add assembly drawing output for
16062         postscript
16064 2004-03-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16066         * src/action.c, src/autoplace.c, src/autoroute.c, src/buffer.c,
16067         src/change.c, src/copy.c, src/create.c, src/crosshair.c,
16068         src/dev_ps.c, src/dev_rs274x.c, src/djopt.c, src/draw.c,
16069         src/drill.c, src/file.c, src/find.c, src/global.h, src/library.c,
16070         src/macro.h, src/menu.c, src/mirror.c, src/misc.c, src/move.c,
16071         src/mymem.c, src/netlist.c, src/pinout.c, src/polygon.c,
16072         src/print.c, src/rats.c, src/remove.c, src/report.c, src/rotate.c,
16073         src/rtree.c, src/rubberband.c, src/search.c, src/select.c,
16074         src/set.c, src/undo.c: Change _LOOP macros so that gdb can break
16075         inside the loop
16077 2004-03-17   Dan McMahill * dan AT mcmahill dot net *
16079         * src/rtree.c: revert last change.  Some compilers including
16080         gcc-2.95.3 do not like it.  ok'ed by harry.
16082 2004-03-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16084         * src/autoplace.c, src/intersect.c: Various fixes to autoplacement
16085         code
16087 2004-03-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16089         * src/set.c: auto drc bug fix
16091 2004-03-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16093         * src/action.c: Acknowledge placement
16095 2004-03-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16097         * src/netlist.c, src/rats.c: Fix memory leaks
16099 2004-03-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16101         * src/rotate.c: corrctly distinguish rubberand rat lines
16103 2004-03-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
16105         * src/rtree.c: Remove unnecessary union identifier to clarify code
16107 2004-03-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
16109         * src/action.c: Fix polygon insert point bug introduced when
16110         reorganizing code
16112 2004-03-10   Dan McMahill * dan AT mcmahill dot net *
16114         * lib/geda.inc: 100 pin QFP packages have 100 pins not 72
16116 2004-03-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
16118         * src/error.c: Fix for bad pipe handling under cygwin
16120 2004-03-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
16122         * src/draw.c: Minimize rectangle fills
16124 2004-03-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
16126         * src/polygon.c: Oops - this fixes the error introduced moving to
16127         IsPadInPolygon
16129 2004-03-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
16131         * src/crosshair.c: Use SQUARE macro
16133 2004-03-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
16135         * src/action.c, src/change.c, src/create.c, src/rats.c: clean up
16136         code to use SQUARE macro and fix via mask update bug
16138 2004-03-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
16140         * src/draw.c, src/find.c, src/find.h, src/polygon.c, src/print.c,
16141         src/search.c, src/search.h: Erase silk over solder regions when they
16142         cross and display that way on screen
16144 2004-03-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
16146         * src/rtree.c: Streamline code for clustering
16148 2004-03-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
16150         * src/Pcb.ad.in, src/action.c: Added a function { AddRats(Close)
16151         bound to shift-n } that selects the shortest unselected ratline and
16152         centers the screen view on it.
16154 2004-03-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
16156         * src/crosshair.c, src/crosshair.h, src/line.c, src/line.h: New
16157         Auto-DRC line drawing mode implemented.
16159 2004-03-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
16161         * src/draw.c, src/draw.h: Forgot to checkin draw.h; fix some bugs
16162         with really high zoom
16164 2004-03-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
16166         * src/find.c: Avoid doubling DRC clearance between non-clearing
16167         polygons and square pins/pads
16169 2004-03-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
16171         * src/action.c, src/buffer.c, src/change.c, src/create.c,
16172         src/dialog.c, src/draw.c, src/find.c, src/global.h, src/move.c,
16173         src/move.h, src/mymem.c, src/output.c, src/printpanner.c,
16174         src/remove.c, src/rotate.c, src/rtree.c, src/search.c, src/select.c: 
16175         Fixes for various bugs introduced with the rtree database
16176         infrastructure
16178 2004-03-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
16180         * src/menu.c, src/misc.c: A couple of bug fixes: absolute negative
16181         value entries (e.g. =-4) also check the correct zoom level in the
16182         menu
16184 2004-03-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16186         * src/select.h: Fix conditional compile variable name
16188 2004-03-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16190         * src/library.c, src/mymem.c, src/output.c, src/polygon.c: Fixes for
16191         several memory leaks and some uninitialized varibable bugs
16193 2004-03-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16195         * src/file.c, src/parse_l.l, src/parse_y.y: Save the DRC settings in
16196         the board file
16198 2004-03-04   Harry Eaton * haceaton AT users dot sourceforge dot net *
16200         * src/Pcb.ad.in, src/dev_ps.c, src/global.h, src/printdialog.c,
16201         src/printpanner.c: Fix the postscript print panner bugs introduced
16202         with hi-res; also fix the long-standing bug where the default media
16203         selection wasn't used
16205 2004-03-04   Dan McMahill * dan AT mcmahill dot net *
16207         * src/select.h: one more regex bug fix noted by Matt Ettus
16209 2004-03-04   Dan McMahill * dan AT mcmahill dot net *
16211         * doc/pcb.texi: document the ToggleVisibility action
16213 2004-03-04   Dan McMahill * dan AT mcmahill dot net *
16215         * src/action.c, src/action.h, src/main.c: Added a new action which
16216         will toggle the visibility of layers without clicking on them.
16217         Intended to be bound to keys.  Patch provided by Matt Ettus in patch
16218         #908658.
16220 2004-03-04   Dan McMahill * dan AT mcmahill dot net *
16222         * src/action.c, src/menu.c, src/select.c: enable the regex select
16223         stuff.  A trial of a regex select of some components seems to work.
16224         Prompted by patches provided by Matt Ettus in patch submission
16225         908651.
16227 2004-03-03   Dan McMahill * dan AT mcmahill dot net *
16229         * lib/geda.inc: a HEADER60_2 should have 60 pins not 50 as noted in
16230         bug report 900231
16232 2004-03-03   Harry Eaton * haceaton AT users dot sourceforge dot net *
16234         * globalconst.h, src/action.c, src/draw.c, src/misc.c, src/move.c,
16235         src/report.c: Fixes for element line boundry handling
16237 2004-03-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16239         * src/move.c: Fix for search element bounding box error
16241 2004-03-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16243         * src/crosshair.c, src/crosshair.h: These were updated too for the
16244         auto-DRC infrastructure
16246 2004-03-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16248         * src/action.c, src/change.c, src/control.c, src/control.h,
16249         src/find.c, src/find.h, src/global.h, src/misc.c, src/misc.h,
16250         src/move.c, src/output.c, src/search.c, src/set.c: Some intersection
16251         bug fixes and more rtree infrastructure change Also more ground work
16252         for auto drc line mode
16254 2004-02-29   DJ Delorie * dj AT delorie dot com *
16256         * src/Makefile.in: Regenerate.
16258 2004-02-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
16260         * src/action.c, src/buffer.c, src/change.c, src/const.h,
16261         src/create.c, src/draw.c, src/find.c, src/global.h, src/insert.c,
16262         src/menu.c, src/misc.c, src/misc.h, src/move.c, src/remove.c,
16263         src/search.c, src/set.c, src/undo.c: More usage of rtrees for rats,
16264         pins and pads. Some foundation work for a new auto-drc line drawing
16265         mode, and some bug fixes.
16267 2004-02-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
16269         * src/buffer.c, src/create.c, src/find.c, src/global.h, src/menu.c,
16270         src/misc.c, src/move.c, src/mymem.c, src/remove.c, src/rtree.c,
16271         src/rtree.h: Store pins/pads in rtree
16273 2004-02-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
16275         * src/rtree.c: Fixes for some compiler warnings
16277 2004-02-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
16279         * src/clip.c, src/clip.h: Oh Yeah, the drawing clipping won't work
16280         without these files!
16282 2004-02-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
16284         * src/Makefile.am, src/Makefile.in, src/action.c, src/create.c,
16285         src/data.c, src/data.h, src/draw.c, src/global.h, src/insert.c,
16286         src/insert.h, src/line.c, src/line.h, src/macro.h, src/misc.c,
16287         src/output.c, src/parse_y.y, src/polygon.c, src/report.c: Fixes for
16288         clipping the drawing. Simple saturation could change the geometry
16289         when zoomed way in. Also some organizational changes to make the
16290         code easier to maintain.
16292 2004-02-27   Dan McMahill * dan AT mcmahill dot net *
16294         * doc/pcb.texi: clarify the pad creation a little
16296 2004-02-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
16298         * src/misc.c: Fix for text bounding box error
16300 2004-02-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
16302         * src/action.c, src/const.h, src/crosshair.c, src/menu.c: Add a
16303         feature to display design-rule clearance arround prospective
16304         line/arc/via
16306 2004-02-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
16308         * src/find.c, src/search.c: Fix some DRC bugs with square pins
16310 2004-02-20   Dan McMahill * dan AT mcmahill dot net *
16312         * lib/misc.inc: whitespace fix
16314 2004-02-19   Dan McMahill * dan AT mcmahill dot net *
16316         * lib/connector.inc: add a PKG_CONNECTOR_DIL for 2 column headers
16317         with DIL pin numbering.  This fixes the HEADER*_1 entries in the
16318         geda footprint library.
16320 2004-02-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16322         * src/buffer.c: Fix typo that caused bug in via tree handling.
16324 2004-02-17   Dan McMahill * dan AT mcmahill dot net *
16326         * lib/generic.list: remove extra whitespace in generic208_lqfp
16328 2004-02-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16330         * src/action.c, src/draw.c, src/find.c, src/polygon.c,
16331         src/polygon.h, src/print.c, src/report.c, src/rtree.c: Bug fixes for
16332         design rule checking
16334 2004-02-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16336         * src/rtree.c: Make rtree routines reentrant since now they are used
16337         that way when drawing during DRC.
16339 2004-02-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
16341         * src/action.c, src/autoplace.c, src/autoroute.c, src/buffer.c,
16342         src/change.c, src/copy.c, src/create.c, src/dev_ps.c, src/draw.c,
16343         src/file.c, src/find.c, src/find.h, src/global.h, src/insert.c,
16344         src/macro.h, src/main.c, src/mirror.c, src/mirror.h, src/misc.c,
16345         src/misc.h, src/move.c, src/move.h, src/mtspace.c, src/mymem.c,
16346         src/mymem.h, src/parse_y.y, src/pinout.c, src/polygon.c,
16347         src/polygon.h, src/print.c, src/rats.c, src/remove.c, src/report.c,
16348         src/rotate.c, src/rotate.h, src/rtree.c, src/rtree.h,
16349         src/rubberband.c, src/search.c, src/search.h, src/select.c,
16350         src/undo.c: Large number of changes to keep most of the database in
16351         rtrees and avoid linear searches
16353 2004-02-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
16355         * src/change.c: Fix minor bug in pad clearance adjustment
16357 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16359         * src/Makefile.in: regen after adding compat.c/h
16361 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16363         * src/Makefile.am, src/compat.c, src/compat.h, src/draw.c,
16364         src/set.c: add a place for putting our own implementation of
16365         missing/broken functions.  For now add a logf and expf to help
16366         solaris.
16368 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16370         * tools/Makefile.am, tools/Makefile.in: install MergePCBPS and
16371         Merge_dimPBPS
16373 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16375         * config.h.in, configure: regen after adding logf and expf checks
16377 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16379         * configure.ac: add checks for logf and expf
16381 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16383         * src/create.c, src/dev_ps.c, src/dev_rs274x.c, src/draw.c,
16384         src/file.c, src/global.h, src/parse_l.l, src/parse_y.y: add a way to
16385         control the scale factor associated with thermals.  This is a global
16386         value stored in the .pcb file.  The default gives the same behaviour
16387         as previous version.  By increasing the scale factor, the width of
16388         the spokes increases.  Eventually it would be nice to make this be
16389         per pin/via.
16391 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16393         * src/report.c: correct the drill diameter in the drill report after
16394         the hi-res changes
16396 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16398         * src/polygon.c: Fixed syntax error and potential bug
16400 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16402         * src/draw.c: Elliminate pre-computing of octagons - there are too
16403         many with .01 mil resolution
16405 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16407         * src/find.c, src/polygon.c: More non-clearing polygon fixes
16409 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16411         * src/buffer.c, src/dev_rs274x.c, src/draw.c, src/macro.h,
16412         src/menu.c, src/polygon.c, src/print.c, src/rubberband.c: Fixed some
16413         bugs with non-clearing polygons and made GROUP_LOOP macro
16415 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16417         * src/action.c, src/crosshair.c, src/macro.h: Fix arc creation tool
16418         when crosshair is on-axis with start point
16420 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16422         * src/report.c, src/report.h: Report on points and fix some
16423         formating
16425 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16427         * src/set.c: Fix formatting mismatch
16429 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16431         * src/polygon.c: Fixup includes and trivial bug
16433 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16435         * src/move.c: fix includes for Message()
16437 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16439         * src/menu.c: add left/right buffer mirror menu entry
16441 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16443         * src/Pcb.ad.in, src/action.c, src/find.c, src/global.h,
16444         src/insert.c, src/main.c, src/polygon.c, src/polygon.h,
16445         src/print.c, src/report.c, src/set.c, src/sizedialog.c: More
16446         complete and sensible DRC checking
16448 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16450         * src/move.c, src/search.c: Prevent changing layers of locked
16451         objects, find ratlines before other layer objects
16453 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16455         * src/action.c, src/buffer.c, src/buffer.h, src/menu.c: Added
16456         function to mirror the buffer
16458 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16460         * src/buffer.c: Recalculate arc bounding box when swaping the side
16462 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16464         * src/dialog.c: Updated about dialog
16466 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16468         * src/rats.c: Use warn color on pins/pads even when netname is known
16470 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16472         * src/change.c: Only change masks with size change when they're
16473         non-zero to begin with
16475 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16477         * src/change.c: Allow +0 change to mask size to make it equal the
16478         underlying copper
16480 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16482         * src/action.c, src/change.c, src/select.c: Proper handling of all
16483         text scalings
16485 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16487         * src/action.c, src/select.c: Handle element name size changing
16488         properly
16490 2004-02-12   Harry Eaton * haceaton AT users dot sourceforge dot net *
16492         * src/change.c: Automatically adjust mask size when copper size is
16493         changed
16495 2004-02-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
16497         * src/print.c: Fixed output bug with persistant thermal changes
16499 2004-02-09   Dan McMahill * dan AT mcmahill dot net *
16501         * tools/Makefile.in: regen after adding Merge_dimPCBPS
16503 2004-02-09   Dan McMahill * dan AT mcmahill dot net *
16505         * tools/Makefile.am: add Merge_dimPCBPS
16507 2004-02-09   Dan McMahill * dan AT mcmahill dot net *
16509         * tools/MergePCBPS, tools/Merge_dimPCBPS: #/bin/sh -> #!/bin/sh to
16510         make these execute correctly.  While here, add RCS Id's.
16512 2004-02-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
16514         * src/find.c: Find more errors when skipping through DRCs
16516 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16518         * src/action.c, src/find.c, src/find.h: Added feature to continue
16519         checking drc after first error is found
16521 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16523         * src/change.c: Prevent clearance size adjustment from changing
16524         joined lines to unjoined
16526 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16528         * src/set.c: Fix bug where local reference mark was not erased
16529         properly
16531 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16533         * src/file.c: Fix bug where loading pcb didn't restore saved view
16534         position correctly
16536 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16538         * src/global.h, src/undo.c: Fixed undo change text size bug
16539         introduced with hi-res changes
16541 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16543         * src/draw.c: Special drawing mode to examine planes for break-up
16544         due to tracks routing through them.
16546 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16548         * tools/Merge_dimPCBPS: Add a tool to merge to PCB postscript files
16549         where the first one is printed in a light gray color. This is useful
16550         for making an assembly drawing where the front tracks are shown in
16551         light gray while the silkscreen is solid black.
16553 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16555         * src/draw.c, src/macro.h, src/polygon.c, src/print.c: Make
16556         persistant thermal flags for easier changes to polygons
16558 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16560         * src/action.c, src/const.h, src/menu.c: Add mode for poly viewing
16561         to help spot broken planes
16563 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16565         * src/main.c: Fix text scaling intialization
16567 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16569         * src/dev_rs274x.c: Fix a couple of gerber bugs introduced with
16570         hi-res
16572 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16574         * src/polygon.c: Warn on unplated holes piercing polygons
16576 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16578         * src/print.c: Don't clear pure-holes in polygons
16580 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16582         * src/polygon.c: Fix bug in PIP flags
16584 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16586         * src/dev_rs274x.c, src/find.c, src/find.h, src/print.c: Fixed some
16587         gerber hi-res bugs and some complex ground-plane print issues
16589 2004-02-04   DJ Delorie * dj AT delorie dot com *
16591         * example/libraries/Makefile.in: * Detect re_comp(), regcomp(), and <regex.h> (select.c doesn't use
16592           the new HAVE_* yet, this is a prelude to it).  * Set -DNDEBUG for all src/* compiles.  * Support maintainer mode (--enable-maintainer-mode) (I got tired of   having half the world regenerated just because I did a "cvs
16593           update") * Detect tgif, if not found pad.{png,eps} just isn't built (what's   that for, anyway?)  Prebuilt copies of those should be checked in   too at some point.
16595 2004-02-04   DJ Delorie * dj AT delorie dot com *
16597         * Makefile.in, README_FILES/Makefile.in, aclocal.m4, config.h.in,
16598         configure, configure.ac, doc/Makefile.am, doc/Makefile.in,
16599         example/Makefile.in, lib/Makefile.in,
16600         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
16601         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
16602         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
16603         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
16604         newlib/generic_SMD_packages/Makefile.in,
16605         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
16606         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
16607         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.am,
16608         src/Makefile.in, src/icons/Makefile.in, src/script/Makefile.in,
16609         tools/Makefile.in, tutorial/Makefile.in: * Detect re_comp(), regcomp(), and <regex.h> (select.c doesn't use
16610           the new HAVE_* yet, this is a prelude to it).  * Set -DNDEBUG for all src/* compiles.  * Support maintainer mode (--enable-maintainer-mode) (I got tired of   having half the world regenerated just because I did a "cvs
16611           update") * Detect tgif, if not found pad.{png,eps} just isn't built (what's   that for, anyway?)  Prebuilt copies of those should be checked in   too at some point.
16613 2004-02-04   DJ Delorie * dj AT delorie dot com *
16615         * src/draw.c: Don't assume that an all-ones pixel is white.
16617 2004-02-03   Harry Eaton * haceaton AT users dot sourceforge dot net *
16619         * src/menu.c: Fixes for hi-res bugs
16621 2004-02-03   Harry Eaton * haceaton AT users dot sourceforge dot net *
16623         * src/print.c: Changes to the fab drawing for improved clarity and
16624         allows for a an outline route by naming a layer "outline" or "route"
16626 2004-02-03   Harry Eaton * haceaton AT users dot sourceforge dot net *
16628         * src/error.c: Added a line count to Message mechanism
16630 2004-02-03   Dan McMahill * dan AT mcmahill dot net *
16632         * NEWS: note harry's hi-res changes.
16634 2004-02-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
16636         * src/autoroute.c, src/heap.c, src/heap.h: More speed-ups for the
16637         router
16639 2004-02-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16641         * src/print.c: Change gerber drill files to have .cnc suffix and
16642         name the component side output group "front", the solder-side output
16643         "back"
16645 2004-02-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16647         * src/action.c, src/parse_y.y: A couple of bug fixes for arc
16648         handling in hi-res
16650 2004-01-31   Harry Eaton * haceaton AT users dot sourceforge dot net *
16652         * src/autoroute.c: More speed-up changes. Limit the intial search in
16653         FindIntersecting
16655 2004-01-31   Harry Eaton * haceaton AT users dot sourceforge dot net *
16657         * src/rtree.c: Minor comment changes and some tiny tweaks
16659 2004-01-31   Harry Eaton * haceaton AT users dot sourceforge dot net *
16661         * src/buffer.c: Fix bug in element name mirroring when elements are
16662         created on the solder side
16664 2004-01-30   Harry Eaton * haceaton AT users dot sourceforge dot net *
16666         * src/main.c: Fix initial screen/offscreen zoom
16668 2004-01-30   Harry Eaton * haceaton AT users dot sourceforge dot net *
16670         * src/polygon.c: Some Hi-res fixes plus elliminat too close to
16671         polygon concept
16673 2004-01-30   Harry Eaton * haceaton AT users dot sourceforge dot net *
16675         * src/output.c: Fixed the auto-scroll broken when switched to hi-res
16677 2004-01-30   Harry Eaton * haceaton AT users dot sourceforge dot net *
16679         * src/rats.c: Fix bug introduced changing to hi-res
16681 2004-01-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
16683         * src/autoroute.c, src/box.h: More speed ups to the auto-router
16684         code. This is only code streamlining, there is no algorithm change
16686 2004-01-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
16688         * src/kdtree.c, src/kdtree.h: The kdtree has been replaced with
16689         rtree which is faster given the way it is used
16691 2004-01-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
16693         * src/rtree.c, src/rtree.h: rtree for faster rectangle intersection
16694         searching
16696 2004-01-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
16698         * src/Makefile.am, src/Makefile.in, src/autoplace.c,
16699         src/autoroute.c, src/mtspace.c: replaced kd-tree with r-tree for
16700         faster auto-routing
16702 2004-01-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
16704         * src/action.c: Fix for smashing element in place
16706 2004-01-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
16708         * src/autoroute.c, src/heap.h, src/kdtree.c, src/kdtree.h: Fixes for
16709         auto-router with hi-res and some speed-ups of its operation
16711 2004-01-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
16713         * src/find.c: Speed up polygon/polygon intersection testing. The
16714         special case is *all* points inside polygon, not just some points so
16715         only one point need be tested
16717 2004-01-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
16719         * src/const.h, src/data.c, src/data.h, src/draw.c, src/draw.h,
16720         src/file.c, src/global.h, src/macro.h, src/main.c, src/menu.c,
16721         src/parse_y.y, src/pinout.c, src/set.c, src/set.h: Modifications to
16722         support arbitrary zoom ratios
16724 2004-01-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16726         * src/menu.c: Fix for intermediate zoom levels
16728 2004-01-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16730         * globalconst.h, src/Pcb.ad.in, src/data.c, src/draw.c,
16731         src/macro.h, src/output.c, src/parse_y.y, src/set.c: Added some
16732         intermediate zooms, so now it goes by sqrt(2)
16734 2004-01-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16736         * src/menu.c: Add menu item to auto-route only selected rats
16738 2004-01-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16740         * src/output.c: Increase the minimum size of the panner control
16742 2004-01-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16744         * src/main.c: Fix some default sizes for hi-res when no resource
16745         file is available
16747 2004-01-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
16749         * src/action.c, src/action.h, src/menu.c: Added support to smash an
16750         element in place
16752 2004-01-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
16754         * src/action.c, src/const.h, src/menu.c, src/misc.c, src/set.c: 
16755         Added Local reference measurement for line drawing and allow
16756         not-overriding the mark position for moves and line-drawing
16758 2004-01-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
16760         * src/Pcb.ad.in, src/action.c, src/main.c, src/set.c, src/set.h: Fix
16761         to keep mode setting and add a function for moving an object by/to
16762         numerical coordinates
16764 2004-01-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16766         * src/Pcb.ad.in, src/action.c, src/command.c, src/misc.c: Tweaks for
16767         case-insensitive command arguments, keyboard adjust of grid and
16768         fixed a couple of absolute/relative bugs.
16770 2004-01-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16772         * src/misc.c: Turned off debugging messages
16774 2004-01-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16776         * src/macro.h, src/misc.c, src/output.c: Fixes for several
16777         solder-side viewing bugs introduced with hi-res changes
16779 2004-01-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16781         * src/djopt.c: Fixed for new definition of mils for savings report
16783 2004-01-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16785         * src/box.h, src/mtspace.c: Fix for mtspace coalesce; hi-res
16786         requires floats for area computation
16788 2004-01-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
16790         * src/action.c, src/draw.c, src/report.c: Fixes for text scaling
16792 2004-01-10   Dan McMahill * dan AT mcmahill dot net *
16794         * src/parse_y.y: One more hi-res buglet.  Correct parsing of 'Arc'.
16795         Thanks to Bill Wilson for catching this one.
16797 2004-01-09   Dan McMahill * dan AT mcmahill dot net *
16799         * lib/smt.inc: partially undo the last change with respect to
16800         quoting.  Only quote $2.  This keeps the reference designator from
16801         being expanded as desired but lets the Description field get
16802         expanded as desired.
16804 2004-01-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
16806         * Makefile.in, aclocal.m4, configure, doc/Makefile.in,
16807         lib/Makefile.in, newlib/2_pin_thru-hole_packages/Makefile.in,
16808         newlib/Makefile.in, newlib/analog-devices/Makefile.in,
16809         newlib/burr-brown/Makefile.in, newlib/connectors/Makefile.in,
16810         newlib/crystal/Makefile.in, newlib/cypress/Makefile.in,
16811         newlib/electro-optics/Makefile.in,
16812         newlib/generic_SMD_packages/Makefile.in,
16813         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
16814         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
16815         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Pcb.ad.in,
16816         src/action.c, src/icons/Makefile.in, src/main.c, src/misc.c,
16817         src/script/Makefile.in: Fixes for absolute/relative size change.
16818         Also added repeat last typed command and fixed a few hi-res bugs.
16820 2004-01-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16822         * src/set.c: Fixed sign display in fractional mil part of crosshair
16824 2004-01-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16826         * src/action.c: Fix for Display(Save|Restore)
16828 2004-01-05   Dan McMahill * dan AT mcmahill dot net *
16830         * src/print.c: fix generation of fab drawing with the high
16831         resolution changes
16833 2004-01-05   Dan McMahill * dan AT mcmahill dot net *
16835         * src/dev_rs274x.c: fix a couple of other bugs related to the high
16836         res changes.  In particular, correct the aperture for the fab
16837         drawing and for the outline.  Also fix up text output.
16839 2004-01-05   Dan McMahill * dan AT mcmahill dot net *
16841         * lib/johnstech.inc: Convert to a high resolution footprint.  Pads
16842         are a little more accurate now.
16844 2004-01-05   Dan McMahill * dan AT mcmahill dot net *
16846         * src/dev_rs274x.c: correct the aperture definition output lines and
16847         the drill tool definition output lines after the hi-res change.
16848         Gerber output should be ok again.
16850 2004-01-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16852         * src/Pcb.ad.in: fixed missing continuation in scroll commands
16854 2004-01-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16856         * configure, configure.ac, globalconst.h, src/Makefile.in,
16857         src/Pcb.ad.in, src/action.c, src/action.h, src/autoplace.c,
16858         src/autoplace.h, src/autoroute.c, src/autoroute.h, src/box.h,
16859         src/buffer.c, src/buffer.h, src/change.c, src/change.h,
16860         src/const.h, src/copy.c, src/copy.h, src/create.c, src/create.h,
16861         src/crosshair.c, src/crosshair.h, src/data.c, src/data.h,
16862         src/dev_ps.c, src/dev_rs274x.c, src/djopt.c, src/djopt.h,
16863         src/draw.c, src/drill.h, src/file.c, src/find.c, src/find.h,
16864         src/global.h, src/gui.c, src/gui.h, src/heap.h, src/insert.c,
16865         src/insert.h, src/intersect.c, src/intersect.h, src/kdtree.c,
16866         src/kdtree.h, src/macro.h, src/main.c, src/menu.c, src/mirror.c,
16867         src/mirror.h, src/misc.c, src/misc.h, src/move.c, src/move.h,
16868         src/mtspace.c, src/mtspace.h, src/netlist.c, src/netlist.h,
16869         src/output.c, src/output.h, src/parse_y.y, src/pinout.c,
16870         src/polygon.c, src/polygon.h, src/print.c, src/print.h, src/rats.c,
16871         src/report.c, src/rotate.c, src/rotate.h, src/rubberband.c,
16872         src/search.c, src/search.h, src/set.c, src/set.h, src/sizedialog.c,
16873         src/undo.c, src/undo.h, src/vector.h: Many changes to add 0.01 mil
16874         resolution
16876 2004-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
16878         * src/change.c: Display pin/pad number when prompting for name
16880 2004-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
16882         * src/draw.c: Minor correction to not attempt to write vertical null
16883         strings
16885 2004-01-02   Dan McMahill * dan AT mcmahill dot net *
16887         * doc/refcard.tex: add missing RCS Id
16889 2004-01-02   Dan McMahill * dan AT mcmahill dot net *
16891         * src/autoplace.c, src/autoplace.h, src/autoroute.c,
16892         src/autoroute.h, src/box.h, src/djopt.c, src/djopt.h, src/drill.h,
16893         src/gui.c, src/gui.h, src/heap.c, src/heap.h, src/intersect.c,
16894         src/intersect.h, src/kdtree.c, src/kdtree.h, src/mtspace.c,
16895         src/mtspace.h, src/netlist.c, src/netlist.h, src/rats.c,
16896         src/vector.c, src/vector.h: add missing RCS Id
16898 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16900         * lib/smt.inc: - modify the 2 pad smt base definition to put the origin of the
16901           footprint at the common centroid.  Useful both for driving pick and
16902           place as noted in bug report 716519 and for centering a part on a
16903         grid.  - while here make sure the $1, $2, and $3 arguments to the various   macros are properly quoted.  This helps avoid some obscure bugs   with generated layouts from gEDA.
16905 2004-01-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16907         * src/draw.c: Font metrics need to be outside TO_DRAW() macros
16909 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16911         * lib/smt.inc: fix some quoting
16913 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16915         * lib/amphenol.inc: bump copyright date
16917 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16919         * lib/amphenol.inc: properly pass down the arguments to the
16920         underlying macro for the PKG_AMPHENOL_ARFX123{0,1,2} packages
16922 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16924         * doc/wishlist.txt: add element versioning and database of good
16925         elements
16927 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16929         * doc/wishlist.txt: add a features wish list.  not sure if this is
16930         the best place for such a thing, but for now it'll do.
16932 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16934         * lib/Makefile.in: regen after adding amp library
16936 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16938         * lib/Makefile.am, lib/amp.inc, lib/common.m4: add Amp connector
16939         library.  Currently its populated with the 767054 series of Mictor
16940         connectors.
16942 2003-12-31   Harry Eaton * haceaton AT users dot sourceforge dot net *
16944         * src/menu.c: Fixed menu selection of metric grids: The
16945         C-preprocessor won't change string literals of course.
16947 2003-12-31   Harry Eaton * haceaton AT users dot sourceforge dot net *
16949         * src/Pcb.ad.in, src/const.h, src/draw.c, src/misc.c: Added vertical
16950         text support for pinout descriptions
16952 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16954         * lib/smt.inc: with reverse order numbering in COMMON_SMT_DIL_MIL
16955         and COMMON_SMT_DIL_MM, make sure the pin number matches the pin
16956         name.
16958 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16960         * lib/panasonic.inc: fix typo in a comment
16962 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16964         * lib/geda.inc, lib/smt.inc: add SC70_3, SC70_4, SC70_5, and SC70_6
16965         footprints (the 3,4,5, and 6 pin SC70 family).
16967 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16969         * lib/to.inc: rename the SOT23 and SOT323 footprints here to
16970         SOT23_CEL and SOT323_CEL to avoid a conflict with the ones defined
16971         in the geda library.  The "CEL" part reflects that the pin numbering
16972         is the one used by CEL which is different from what others seem to
16973         use.
16975 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16977         * lib/Makefile.in: regen after adding panasonic library
16979 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16981         * lib/Makefile.am, lib/common.m4, lib/panasonic.inc: Add the
16982         panasonic EXB series of chip resistor arrays.
16984 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16986         * lib/smt.inc: deal with SMT DIL packages with an odd number of pads
16987         per side
16989 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16991         * lib/smt.inc: add an extra argument to COMMON_SMT_DIL_MIL and
16992         COMMON_SMT_DIL_MM to allow the pins to go in the reverse order to
16993         deal with some non-standard pinouts like the mini-circuits KK81
16994         package.
16996 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16998         * lib/Makefile.in: regen after adding minicircuits
17000 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
17002         * lib/Makefile.am, lib/common.m4, lib/minicircuits.inc: add several
17003         minicircuits packages
17005 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17007         * lib/Makefile.in: regen after adding bourns library
17009 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17011         * lib/geda.inc, lib/smt.inc: - add a handful of 3 pin SMT EMI filter footprints - add US* family of SMT packages.
17013 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17015         * lib/connector.inc: add through hole test point footprint.
17017 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17019         * lib/common.m4: include the bourns library
17021 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17023         * lib/amphenol.inc, lib/amphenol.list, lib/amphenol.m4: add some
17024         more SMA connectors
17026 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17028         * lib/Makefile.am, lib/bourns.inc: add bourns 3224G, 3224J, 3224W,
17029         and 3224X trim pots
17031 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17033         * doc/pcb.texi: add note about the dangers of whitespace in .list
17034         files
17036 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17038         * lib/amphenol.m4: correct capitalization for amphenol_ARFX1229
17040 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17042         * lib/amphenol.list: remove extra whitespace at end of ARFX1229 line
17044 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17046         * lib/Makefile.in: regen after adding amphenol library
17048 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17050         * lib/Makefile.am, lib/amphenol.inc, lib/amphenol.list,
17051         lib/amphenol.m4, lib/common.m4: Add amphenol connectors.  Start out
17052         with the ARFX1229 SMA connector.
17054 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17056         * lib/connector.inc, lib/geda.inc: add MTA100 connectors
17058 2003-12-30   Harry Eaton * haceaton AT users dot sourceforge dot net *
17060         * src/action.c, src/autoplace.c, src/buffer.c, src/change.c,
17061         src/copy.c, src/create.c, src/crosshair.c, src/dev_ps.c,
17062         src/dev_rs274x.c, src/dialog.c, src/draw.c, src/drill.c,
17063         src/file.c, src/find.c, src/library.c, src/menu.c, src/mirror.c,
17064         src/misc.c, src/move.c, src/mymem.c, src/netlist.c, src/pinout.c,
17065         src/polygon.c, src/print.c, src/rats.c, src/remove.c, src/report.c,
17066         src/rotate.c, src/rubberband.c, src/search.c, src/select.c,
17067         src/set.c, src/undo.c: Ok, this complete the formating changes.
17068         Whew!
17070 2003-12-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
17072         * src/file.c: Fixed another glitch during format change
17074 2003-12-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
17076         * src/find.c: Fixed a polygon/polygon intersection bug where a wrong
17077         point index was used
17079 2003-12-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
17081         * src/file.c: Restored accidentally deleted line during formating
17082         change.
17084 2003-12-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
17086         * src/action.c, src/autoplace.c, src/buffer.c, src/change.c,
17087         src/command.c, src/control.c, src/copy.c, src/create.c,
17088         src/crosshair.c, src/dev_ps.c, src/dev_rs274x.c, src/dialog.c,
17089         src/draw.c, src/drill.c, src/error.c, src/file.c, src/fileselect.c,
17090         src/find.c, src/gui.c, src/insert.c, src/kdtree.c, src/lgdialog.c,
17091         src/library.c, src/log.c, src/main.c, src/menu.c, src/mirror.c,
17092         src/misc.c, src/move.c, src/mtspace.c, src/mymem.c, src/netlist.c,
17093         src/output.c, src/pinout.c, src/polygon.c, src/print.c,
17094         src/printdialog.c, src/printpanner.c, src/rats.c, src/remove.c,
17095         src/report.c, src/rotate.c, src/rubberband.c, src/search.c,
17096         src/select.c, src/set.c, src/sizedialog.c, src/undo.c, src/vector.c: 
17097         Cleaned up coding formating from long-ago indent diaster with _LOOP
17098         macros.  These should be formating changes only.
17100 2003-12-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
17102         * src/insert.c, src/polygon.c, src/remove.c, src/search.c,
17103         src/search.h, src/undo.c: fixed polygon undo bugs; speed-up of undo
17104         operations
17106 2003-12-26   DJ Delorie * dj AT delorie dot com *
17108         * src/djopt.c: Use the layer groups to determine which layers are
17109         solder and component.  Fix bugs in check2 and padcleaner where
17110         deleted lines weren't skipped.
17112 2003-12-26   Harry Eaton * haceaton AT users dot sourceforge dot net *
17114         * src/djopt.c: added undo capability for trace optimizations
17116 2003-12-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
17118         * src/autoroute.c, src/copy.c, src/dev_rs274x.c, src/draw.c,
17119         src/find.c, src/macro.h, src/polygon.c, src/print.c,
17120         src/rubberband.c, src/undo.c: using macro LAYER_PTR(n) to go from
17121         layer number to pointer.  this simplifies the code a little bit
17123 2003-12-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
17125         * src/move.c, src/remove.c: simplified ObjectMove undo serial number
17126         handling
17128 2003-12-24   Harry Eaton * haceaton AT users dot sourceforge dot net *
17130         * src/select.c: fixed bug where null F->Pad could be called (e.g.
17131         change drill size)
17133 2003-12-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
17135         * src/netlist.c: Both ends of an added rat line must have named
17136         elements
17138 2003-12-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
17140         * src/find.c, src/search.c: Fixed various DRC errors with arcs,
17141         square pads and square pins
17143 2003-12-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
17145         * src/netlist.c: Disallow drawing rat-lines to unnamed elements;
17146         fixed a problem with netlist window being doubly disposed.
17148 2003-12-20   Dan McMahill * dan AT mcmahill dot net *
17150         * lib/smt.inc: add -*- m4 -*-
17152 2003-12-17   Dan McMahill * dan AT mcmahill dot net *
17154         * lib/Makefile.am, lib/Makefile.in, lib/common.m4,
17155         lib/gen_list.awk, lib/gen_m4.awk, lib/johnstech.inc: add footprints
17156         for Johnstech Evaluation Socket for QFN packages Johnstech Socket
17157         Part Numbers 724810 through 724839.  Note, the footprint has been
17158         checked by hand but not yet verified through fabrication.
17160 2003-12-01   Dan McMahill * dan AT mcmahill dot net *
17162         * configure: regen after -R fix
17164 2003-12-01   Dan McMahill * dan AT mcmahill dot net *
17166         * configure.ac: When trying out the various -R, --rpath, etc.
17167         compiler flags, actually try them out instead of just claiming to.
17168         Addresses part of bug report 850369 filed by Tom Saunders.
17170 2003-11-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
17172         * src/crosshair.c: Allow snap to line end-points and vias when
17173         off-grid
17175 2003-11-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
17177         * src/dev_rs274x.c: restored bug fixes that got lost, fixed some
17178         bugs and cleaned the code a little
17180 2003-11-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
17182         * src/dev_rs274x.c: removed #include <varargs> that accidentally got
17183         in on the last commit
17185 2003-11-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
17187         * src/dev_rs274x.c, src/print.c: Changed print.c and dev_rs274x.c in
17188         order to provide negative image ground planes for gerber output when
17189         possible. Some fab vendors can't handle or charge extra for
17190         composite ground planes which is the motivation for this.  Negative
17191         image planes are made when (1) There are no lines, arcs, text, or
17192         pads on a layer and (2) There is exactly 1 polygon on the layer and (3) All vias/holes/pins pierce the polygon. The polygon is then
17193         assumed to consume all of the area and only the thermal reliefs and
17194         pin/via clearances are needed. haceaton 11/19/03
17196 2003-11-13   Dan McMahill * dan AT mcmahill dot net *
17198         * doc/Makefile.in: regen
17200 2003-11-13   Dan McMahill * dan AT mcmahill dot net *
17202         * doc/Makefile.am: add rules for creating postscript and png from a
17203         tgif drawing.  Needed for improved docs.
17205 2003-11-13   Dan McMahill * dan AT mcmahill dot net *
17207         * config.h.in: regen after adding Xpm check
17209 2003-11-13   Dan McMahill * dan AT mcmahill dot net *
17211         * src/print.c: Change how the polarity of the soldermask relief
17212         layer is handled.  The polarity is not changed but it now correctly
17213         works for postscript output as well as gerber output.  Previously
17214         the postscript output produced white on a white background or black
17215         on a black background.  This addresses PR 825680 filed by Russ Dill.
17217 2003-11-08   Dan McMahill * dan AT mcmahill dot net *
17219         * configure, configure.ac: use AC_PATH_PROGS to search through a
17220         list of candidates for wish
17222 2003-11-08   Dan McMahill * dan AT mcmahill dot net *
17224         * configure, src/Makefile.in, src/script/Makefile.in: regen after
17225         moving the pcb script to a subdirectory.
17227 2003-11-08   Dan McMahill * dan AT mcmahill dot net *
17229         * configure.ac, src/Makefile.am, src/pcb.in,
17230         src/script/Makefile.am, src/script/pcb.in: move the pcb script to a
17231         subdirectory to avoid name conflicts with the Pcb application
17232         default file on systems such as cygwin that are not case sensitive.
17234 2003-11-08   Dan McMahill * dan AT mcmahill dot net *
17236         * configure, configure.ac: search for libXpm which is needed on
17237         cygwin libXaw
17239 2003-11-08   Dan McMahill * dan AT mcmahill dot net *
17241         * configure, configure.ac: add a few more variants of wish (wish83,
17242         cygwish80, etc) to search for
17244 2003-10-15   Dan McMahill * dan AT mcmahill dot net *
17246         * src/dev_rs274x.c: fix two bugs related to gerber file generation.
17247         The first bug is triggered when the first aperture used in a file is
17248         the same as the last aperture used in the previous file.  In this
17249         case the aperture selection code is missing from the output file.  The second bug is when the first point drawn has its Y coordinate
17250         (in PCB coordinates) equal to zero.  The output will be at gerber Y
17251         coordinate zero which is on the opposite side of the board.  Thanks to Gabriel Paubert (paubert at iram dot es) for noting these
17252         bugs and supplying a patch.
17254 2003-10-13   Dan McMahill * dan AT mcmahill dot net *
17256         * src/report.c: correct the reporting of soldermask relief for pads
17257         and via's.  Patch provided by Gabriel Paubert, paubert at iram dot
17258         es on the geda-dev mailing list.
17260 2003-10-11   Dan McMahill * dan AT mcmahill dot net *
17262         * src/report.c: show pad names in object report.  patch supplied in
17263         bug report 787711 by Olof Tangrot.
17265 2003-10-11   Dan McMahill * dan AT mcmahill dot net *
17267         * src/cmask.grb, src/cpaste.grb, src/csilk.grb, src/pdrill.grb,
17268         src/smask.grb, src/spaste.grb, src/ssilk.grb, src/udrill.grb: remove
17269         some output files which should have never been in CVS.
17271 2003-10-03   Dan McMahill * dan AT mcmahill dot net *
17273         * lib/Makefile.in: regen after qfn.inc additions
17275 2003-10-03   Dan McMahill * dan AT mcmahill dot net *
17277         * lib/Makefile.am, lib/common.m4, lib/geda.inc, lib/qfn.inc: add 60
17278         members of the Quad Flat No-lead (QFN) package family.  Based on
17279         package drawings downloaded from www.maxim-ic.com and Intersil
17280         technical brief TB389.1 "PCB Land Pattern Desugn and Surface Mount
17281         Guidelines for QFN (MLFP) Packages".
17283 2003-10-01   Dan McMahill * dan AT mcmahill dot net *
17285         * doc/Xdefaults.tgif, doc/pad.obj: add a figure to help with
17286         describing the pads.  Also add an Xresources file needed to convert
17287         the tgif drawing to png
17289 2003-09-30   Dan McMahill * dan AT mcmahill dot net *
17291         * doc/pcb.texi: update copyright for last changes
17293 2003-09-30   Dan McMahill * dan AT mcmahill dot net *
17295         * configure, example/Makefile.in, example/libraries/Makefile.in: 
17296         regen after example/libraries addition
17298 2003-09-30   Dan McMahill * dan AT mcmahill dot net *
17300         * configure.ac, example/Makefile.am: add example/libraries/Makefile
17302 2003-09-30   Dan McMahill * dan AT mcmahill dot net *
17304         * doc/pcb.texi, example/libraries/Makefile.am,
17305         example/libraries/example.inc, example/libraries/example.list,
17306         example/libraries/example.m4: Add two new chapters to the manual.
17307         The first attempts to provide some more documentation about library
17308         creation.  It includes a complete example of adding footprints using
17309         M4 style libraries as well as giving instructions on creating newlib
17310         style footprints.  The second added chapter shows how to take a
17311         design from start to finish using gEDA as the schematic capture and
17312         PCB as the layout tool.  This chapter still needs work, but early
17313         feedback is good and its better than no documentation.
17315 2003-09-03   DJ Delorie * dj AT delorie dot com *
17317         * src/dev_ps.c, src/dev_rs274x.c, src/draw.c, src/drill.c,
17318         src/print.c, src/report.c: Add FAB drawing page.  Use thinner traces
17319         for larger fonts.
17321 2003-09-03   Dan McMahill * dan AT mcmahill dot net *
17323         * aclocal.m4, configure: regen
17325 2003-09-03   Dan McMahill * dan AT mcmahill dot net *
17327         * acinclude.m4, configure.ac: don't hardcode -lXaw in the FUNCPROTO
17328         and related tests.
17330 2003-09-03   Dan McMahill * dan AT mcmahill dot net *
17332         * configure: regen
17334 2003-09-03   Dan McMahill * dan AT mcmahill dot net *
17336         * configure.ac: add a --with-xaw= option that lets you select an
17337         alternative to Xaw.  For example, --with-xaw=Xaw3d will search for
17338         the Xaw3d library.
17340 2003-09-03   Dan McMahill * dan AT mcmahill dot net *
17342         * doc/pcb.texi: add brief section about the trace optimizer.
17344 2003-08-31   Dan McMahill * dan AT mcmahill dot net *
17346         * lib/geda.inc: change 'Square' to 'Rectangular' to the comment for
17347         the rectangular QFP section.
17349 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17351         * lib/gen_geda_list.awk, lib/gen_geda_m4.awk: remove the lines which
17352         tried to copy the source file RCS Id to the generated files.  CVS
17353         broke this feature by expanding keywords on me.
17355 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17357         * lib/geda.list, lib/geda.m4: these files are autogenerated now
17359 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17361         * lib/geda.inc, lib/qfpdj.inc: rework the QFP packages fixing
17362         several bugs and greatly expanding the footprint database.  Patches
17363         supplied in bug report 785400 by Wojciech Kazubski.  Many thanks for
17364         the contribution!
17366 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17368         * lib/common.m4: add qfpdj.inc to the include list
17370 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17372         * lib/CreateLibraryContents.sh.in: when given a -I flag, look both
17373         there and the current directory for .list files.   Needed for
17374         building outside the source tree directory.
17376 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17378         * lib/Makefile.am, lib/Makefile.in, lib/gen_geda_list.awk,
17379         lib/gen_geda_m4.awk: add scripts which autogenerate geda.m4 and
17380         geda.list from geda.inc.
17382 2003-08-26   Dan McMahill * dan AT mcmahill dot net *
17384         * lib/geda.inc, lib/geda.list, lib/geda.m4, lib/plcc.inc: Add
17385         20,28,32 pin PLCC footprints, both unsocketed and socketed (through
17386         hole).  Provided in bug report 777539 by Troy Jacobson.
17388 2003-08-23   DJ Delorie * dj AT delorie dot com *
17390         * src/djopt.c: Support however many layers are configured.
17392 2003-08-16   Dan McMahill * dan AT mcmahill dot net *
17394         * doc/pcb.texi: add info-dir entry
17396 2003-08-16   Dan McMahill * dan AT mcmahill dot net *
17398         * newlib/2_pin_thru-hole_packages/Makefile.in: regen
17400 2003-08-16   Dan McMahill * dan AT mcmahill dot net *
17402         * newlib/2_pin_thru-hole_packages/Makefile.am: Makefile.am is not a
17403         library component so do not install it as one
17405 2003-08-15   Dan McMahill * dan AT mcmahill dot net *
17407         * README.snapshots: add a note on creating snapshots
17409 2003-08-15   Dan McMahill * dan AT mcmahill dot net *
17411         * doc/pcb.texi: add DJ and myself
17413 2003-08-14   Dan McMahill * dan AT mcmahill dot net *
17415         * lib/lsi.list, lib/lsi.m4: Remove extra space in one of the pin
17416         names in AT90S2313_dil and add missing AT90S4434_dil AT90S8535_dil
17417         AT90S8535_plcc.  Patch provided in bug report 770829 by Daniel
17418         Mooney (dbmk).
17420 2003-08-06   Dan McMahill * dan AT mcmahill dot net *
17422         * lib/texas_inst_voltage_reg.m4: fix parse error on uA7952C.  Patch
17423         provided in bug report 770829 by Daniel Mooney (dbmk).
17425 2003-08-05   Dan McMahill * dan AT mcmahill dot net *
17427         * lib/texas_inst_amplifier.m4: fix parse errors in TL083 and ua747.
17428         Patch provided in bug report 770829 by Daniel Mooney (dbmk).
17430 2003-08-05   Dan McMahill * dan AT mcmahill dot net *
17432         * lib/jerry.m4: fix parse errors on DS1225 and DS1230.  Patch
17433         provided in bug report 770829 by Daniel Mooney (dbmk).
17435 2003-07-25   DJ Delorie * dj AT delorie dot com *
17437         * : second dummy commit
17439 2003-07-20   Dan McMahill * dan AT mcmahill dot net *
17441         * README.cvs: note that autoconf 2.13 is not new enough and mention
17442         how to get the version
17444 2003-07-20   DJ Delorie * dj AT delorie dot com *
17446         * src/dev_rs274x.c: polygon fills must have a defined aperture also
17448 2003-07-20   DJ Delorie * dj AT delorie dot com *
17450         * src/dev_rs274x.c, src/print.c: Solder mask layers are reliefs and
17451         normally are positive prints.  Support inverted gerber plots.
17453 2003-07-07   DJ Delorie * dj AT delorie dot com *
17455         * src/dev_rs274x.c: Properly scale outline and alignment.  Add
17456         segment to alignment to act as registration.
17458 2003-07-06   DJ Delorie * dj AT delorie dot com *
17460         * src/report.c: Sort drill report by hole size, list total hole
17461         count.
17463 2003-07-02   DJ Delorie * dj AT delorie dot com *
17465         * src/djopt.c: Fix off-by-one bug in handling bloat.  Be more
17466         careful about cleaning up traces within pads.
17468 2003-07-01   DJ Delorie * dj AT delorie dot com *
17470         * src/sizedialog.c: The minimum size of a board should never be more
17471         than the current actual size of the board.
17473 2003-06-25   DJ Delorie * dj AT delorie dot com *
17475         * src/Pcb.ad.in, src/change.c: Automatically set CLEARLINEFLAG if
17476         the user modifies the clearance.  Add keys for changing clearance by
17477         selection instead of pointer.
17479 2003-06-22   DJ Delorie * dj AT delorie dot com *
17481         * src/Makefile.in: Regenerate with djopt.c
17483 2003-06-22   DJ Delorie * dj AT delorie dot com *
17485         * src/action.c, src/const.h, src/crosshair.c, src/menu.c: Add
17486         orthogonal move feature
17488 2003-06-22   DJ Delorie * dj AT delorie dot com *
17490         * src/Pcb.ad.in, src/action.c, src/const.h, src/draw.c, src/menu.c: 
17491         Add Thindraw
17493 2003-06-22   DJ Delorie * dj AT delorie dot com *
17495         * src/Makefile.am, src/Pcb.ad.in, src/djopt.c, src/djopt.h,
17496         src/main.c, src/menu.c: Add trace optimizer.
17498 2003-06-13   Dan McMahill * dan AT mcmahill dot net *
17500         * Makefile.in, aclocal.m4, config.h.in, configure, depcomp: add
17501         automake/conf output to make it easier for users to build
17503 2003-06-13   Dan McMahill * dan AT mcmahill dot net *
17505         * README_FILES/Makefile.in, doc/Makefile.in, example/Makefile.in,
17506         lib/Makefile.in, newlib/2_pin_thru-hole_packages/Makefile.in,
17507         newlib/Makefile.in, newlib/analog-devices/Makefile.in,
17508         newlib/burr-brown/Makefile.in, newlib/connectors/Makefile.in,
17509         newlib/crystal/Makefile.in, newlib/cypress/Makefile.in,
17510         newlib/electro-optics/Makefile.in,
17511         newlib/generic_SMD_packages/Makefile.in,
17512         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
17513         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
17514         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
17515         src/icons/Makefile.in, tools/Makefile.in, tutorial/Makefile.in: add
17516         the automake/conf generated files to make building from CVS sources
17517         easier for people.
17519 2003-06-13   Dan McMahill * dan AT mcmahill dot net *
17521         * src/error.c: only declare sys_nerr if we're using the sys_errlist
17522         interface.  This fixes compilation on NetBSD/alpha using gcc-3.3.
17524 2003-06-13   Dan McMahill * dan AT mcmahill dot net *
17526         * src/dev_rs274x.c: remove unused varargs.h header which breaks
17527         gcc-3.3 compilation
17529 2003-06-05   Dan McMahill * dan AT mcmahill dot net *
17531         * src/action.c, src/menu.c: Allow '=' at the beginning of the zoom
17532         exponent to indicate an absolute number rather than a relative
17533         number.  This lets a value of "=-2" be used to indicate an absolute
17534         -2 while "-2" still indicates a relative -2.  Also correct the
17535         position of the check mark on the zoom menu.  Patch from DJ Delorie.
17537 2003-05-26   Dan McMahill * dan AT mcmahill dot net *
17539         * src/file.c, src/fileselect.c, src/misc.c, src/misc.h: Fix a bug in
17540         the way the current working directory is found.  This caused the
17541         file dialog box to always start in the library tree directory.  In addition add a loop in ParseLibraryTree() to allow multiple
17542         newlib style directory tree's to be specified in the Xresource.
17543         This provides an easy way to have per-user and per-project library
17544         directories.  These directories may either be specified as an
17545         absolute or relative path.  Patches provided by Tony (droghedra at users dot sourceforge dot
17546         net) in bug report 736010 with minor changes by me.
17548 2003-05-22   Dan McMahill * dan AT mcmahill dot net *
17550         * lib/Makefile.am: add missing rules.inc
17552 2003-05-22   Dan McMahill * dan AT mcmahill dot net *
17554         * src/menu.c: add 2 more levels of zooming to the menu.  Inspired by
17555         an email from DJ Delorie on the gEDA mailing list.
17557 2003-05-21   Dan McMahill * dan AT mcmahill dot net *
17559         * src/parse_l.l: change yy_current_buffer to YY_CURRENT_BUFFER.
17560         This addresses the build \ problem reported in bug 734403 and also
17561         agrees with the man page for \ flex-2.5.4.\ \ In addition add a
17562         %option yylineno to address part of bug 736010\ where the line
17563         number associated with a parse error is incorrectly\ displayed as 1.
17564         \
17566 2003-05-20   Dan McMahill * dan AT mcmahill dot net *
17568         * lib/common.m4: add missing bga.inc and resistor_adjust.inc
17569         included.  The latter addresses part of bug report 734403.
17571 2003-03-17   Dan McMahill * dan AT mcmahill dot net *
17573         * : remove spurious file which should not have been imported.  Noted
17574          by Mark Becker.
17576 2003-03-17   Dan McMahill * dan AT mcmahill dot net *
17578         * ...: remove spurious file which should not have been imported.
17579         Noted by Mark Becker.
17581 2003-03-05   Dan McMahill * dan AT mcmahill dot net *
17583         * src/error.c: if strerror() is present on our system then use it
17584         instead of trying to use sys_errlist.  Patch from harry, with the
17585         check for strerror from me.
17587 2003-03-05   Dan McMahill * dan AT mcmahill dot net *
17589         * configure.ac: move the strerror test up in the configure process
17590         so we don't need to link to the X libraries for the test.
17592 2003-03-05   Dan McMahill * dan AT mcmahill dot net *
17594         * configure.ac: add check for strerror()
17596 2003-02-24   Dan McMahill * dan AT mcmahill dot net *
17598         * src/autoroute.c: when checking for a NULL pointer compare to NULL
17599         rather than 0 for enhanced portability.
17601 2003-02-21   Dan McMahill * dan AT mcmahill dot net *
17603         * configure.ac: bump to 1.99o since a 1.99n version was posted to
17604         the geda list.  We should avoid further updates to this version
17605         number until a release.  If users want snapshots, they can get them
17606         from CVS.
17608 2003-02-21   Dan McMahill * dan AT mcmahill dot net *
17610         * src/kdtree.c: change c++ style comments to c style and remove the
17611         use of non-static initializers to allow the SunPRO c compiler to be
17612         able to compile this file.
17614 2003-02-21   Dan McMahill * dan AT mcmahill dot net *
17616         * src/autoroute.c: coding style fixes to allow this to be compiled
17617         with the SunPRO c compiler.  Changes are moving from c++ style
17618         comments to c style comments and getting rid of non-static
17619         initializers.
17621 2003-02-21   Dan McMahill * dan AT mcmahill dot net *
17623         * README.cvs: - add section on checking out via anoncvs and updating via anoncvs.  - point to INSTALL document for what to do afte bootstrapping the
17624           auto* tools
17626 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17628         * doc/Imakefile, doc/pcb.texi.in, doc/pcb.texi.raw,
17629         doc/refcard.tex.in, doc/refcard.tex.raw: remove obsolete files
17631 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17633         * : these don't really belong in CVS.  The sources are in the doc/
17634         directory and they do get generated and put into the distfile when a
17635         release is made.
17637 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17639         * : remove obsolete file (the contents live in pcb/newlib/ now
17641 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17643         * lib/CreateLibrary.sh.raw, lib/CreateLibraryContents.sh.raw,
17644         lib/Imakefile, lib/QueryLibrary.sh.raw: remove obsolete files
17646 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17648         * src/CreateSedScript.sh, src/Imakefile: remove obsolete files
17650 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17652         * src/1.grb, src/2.grb, src/3.grb, src/4.grb, src/5.grb: remove
17653         unneeded output files
17655 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17657         * Initial revision