Give full URLs to the bug reports, not just the bug numbers.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 10 Feb 2008 20:54:25 +0000 (20:54 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 10 Feb 2008 20:54:25 +0000 (20:54 +0000)
git-svn-id: http://svn.voria.com/code@1659 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/NEWS
synfig-studio/trunk/NEWS

index 4c0876c..17c6604 100644 (file)
@@ -26,7 +26,8 @@
                 changes parameters while rendering.
 
                 Allow zooming furter in to nested PasteCanvas
-                layers. (#1809480)
+                layers.
+                               http://sourceforge.net/support/tracker.php?aid=1809480
 
          * Plant Layer
            -----------
@@ -35,7 +36,8 @@
 
                 Fix: Use the 'width' of each blinepoint in the plant
                 layer to affect the velocities.  Patch from
-                genete. (#1831897)
+                genete.
+                               http://sourceforge.net/support/tracker.php?aid=1831897
 
                 Add the 'offset' parameter to the Plant layer.
 
@@ -47,7 +49,8 @@
          * Stretch
            -------
                 Prevent a crash when rendering a 'Stretch' layer with
-                zero x or y amount. (#1823082)
+                zero x or y amount.
+                               http://sourceforge.net/support/tracker.php?aid=1823082
 
                 Make the 'Stretch' layer's "amount" duck be relative
                 to the center duck.
@@ -55,7 +58,8 @@
          * Text
            ----
                 Allow multibyte characters in the Text layer. Patch by
-                Niki W. Waibel. (#1852208)
+                Niki W. Waibel.
+                               http://sourceforge.net/support/tracker.php?aid=1852208
 
                 First step towards fixing the problem of distorted
                 'Text' layers not rendering correctly at tile borders.
         itself is destroyed.
 
         Encapsulations containing imported images fail to clone
-        properly (#1838132)
+        properly
+                               http://sourceforge.net/support/tracker.php?aid=1838132
 
  * SIF Files
    ---------
 
         Fix: Prevent studio crashing when loading a document that
         contains an unknown valuenode type from a newer version of
-        synfig. Simply refuse to load the document instead. (#1811250)
+        synfig. Simply refuse to load the document instead.
+                               http://sourceforge.net/support/tracker.php?aid=1811250
 
  * Misc
    ----
         radial blur layers when the quality is 10.
 
         New feature: allow importing of lipsynced voice animations
-        from Papagayo (#1879688)
+        from Papagayo
+                               http://sourceforge.net/support/tracker.php?aid=1879688
 
         Fix: Inserting a new item into a list in animation mode caused
         unpredicatable renders before the time of
-        insertion. (#1841280)
+        insertion.
+                               http://sourceforge.net/support/tracker.php?aid=1841280
 
         Fix: The hex color code parser is much more forgiving now.
         Previously spaces before or after the color code would cause
         it to fail.
 
         Fix: Don't treat the required values of command line flags as
-        flags themselves. (#1695735)
+        flags themselves.
+                               http://sourceforge.net/support/tracker.php?aid=1695735
 
         Fix: Initialise the 'time_last_changed' when creating a Node.
         Previously it was being left at a random value.
index 23de3b4..cd661e0 100644 (file)
@@ -10,7 +10,8 @@
         Fixed errors and warnings detected by a pre-release version
         of g++ 4.3.
 
-        Fixes to allow sigc++ 2.1 and newer to be used. (#1859663)
+        Fixes to allow sigc++ 2.1 and newer to be used.
+                               http://sourceforge.net/support/tracker.php?aid=1859663
 
         Removed the 'bootstrap' script for building.  Use autoreconf
         instead.
         outlines together.
 
         Fix: When drawing an outline and a region at the same time,
-        put the outline just on top of the region. (#1829172)
+        put the outline just on top of the region.
+                               http://sourceforge.net/support/tracker.php?aid=1829172
 
         Fix: Always leave only the newly created layers
-        selected. (#1830245)
+        selected.
+                               http://sourceforge.net/support/tracker.php?aid=1830245
 
  * About
    -----
         Fix: Change the about dialog to a splash screen and implement
         a new about dialog based on Gtk::AboutDialog. Still need to
-        connect it up to configure.ac though. (#1678554, #1741220)
+        connect it up to configure.ac though.
+                               http://sourceforge.net/support/tracker.php?aid=1678554
+                               http://sourceforge.net/support/tracker.php?aid=1741220
 
         Fix: Show the correct SVN revision id in the about
-        dialog. (#1797745)
+        dialog.
+                               http://sourceforge.net/support/tracker.php?aid=1797745
 
  * Linking
    -------
 
         Fix: If the window positions and sizes seem to be corrupted, give
         them sensible values to prevent them being created
-        offscreen. (#1836848)
+        offscreen.
+                               http://sourceforge.net/support/tracker.php?aid=1836848
 
          * Console Window
            --------------
                 environment variable
                 SYNFIG_ENABLE_POPUP_MENU_IN_ALL_TOOLS re-enables the
                 popup menu when set.  Should this be the default?
-                Comments please to the bug report. (#1829182)
+                Comments please to the bug report.
+                               http://sourceforge.net/support/tracker.php?aid=1829182
 
                 Fix: Studio was crashing sometimes when closing a
-                document. (#1850637)
+                document.
+                               http://sourceforge.net/support/tracker.php?aid=1850637
 
                 Fix: Studio occasionally renders the tiles in the
                 wrong places.  This was happening when the canvas was
                 one pixel greater than an integer number of tiles
                 wide, and low-resolution rendering (the default) was
-                enabled. (#1824437)
+                enabled.
+                               http://sourceforge.net/support/tracker.php?aid=1824437
 
                 Don't hide and reshow the workarea window when the
-                user clicks the 'X' button to close it. (#1682008)
+                user clicks the 'X' button to close it.
+                               http://sourceforge.net/support/tracker.php?aid=1682008
 
                 Add checkboxes to the toggleable entries in the view
                 menu.
          * Preview Window
            --------------
                  Fix: Crash closing preview window before using
-                 it. (#1835429)
+                 it.
+                               http://sourceforge.net/support/tracker.php?aid=1835429
 
          * Canvas Properties Dialog
            ------------------------
          * Children Panel
            --------------
                 Renaming exported ValueNodes no longer causes a
-                crash. (#1823053)
-
+                crash.
+                               http://sourceforge.net/support/tracker.php?aid=1823053
 
          * History Panel
            -------------
         rotation, rather than seeing it shortcutting as it was
         previously.  It's also now possible to drag angle ducks around
         their origin multiple times and have the rotations
-        count. (#1827966)
+        count.
+                               http://sourceforge.net/support/tracker.php?aid=1827966
 
         Fix: Exported canvases weren't being deleted on shutdown, due
-        to a handle never being released. (#1868911)
+        to a handle never being released.
+                               http://sourceforge.net/support/tracker.php?aid=1868911
 
         Fix: Use the 'C' locale when loading and saving
         sketches.  Not doing so was causing load/save failures in
-        Spanish locales. (#1830670)
+        Spanish locales.
+                               http://sourceforge.net/support/tracker.php?aid=1830670
 
  0.61.07 (SVN 878) - October 10, 2007 - Bug fixes