On 2013-12-31 Harry van der Wolf <hvdw...@gmail.com> wrote:
> Hi all,

> On the last day of the year 2013 we release the source tarball for the new
> Hugin release 2014.0.

Yay.

Some nitpicks:

+ src/hugin1/icpfind/default.unix still adds an entry for the
  (removed) autopano_noop.

+ We have ended with "informations" in a user visible message, fid
  attached a trivial patch to fix all occurences.

+ Two newly available manpages have broken formatting (missing
  whatis).

thanks, cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20140101154348.GD3202%40downhill.g.la.
For more options, visit https://groups.google.com/groups/opt_out.
--- hugin-2014.0.0~beta1+dfsg.orig/src/celeste/Celeste.h
+++ hugin-2014.0.0~beta1+dfsg/src/celeste/Celeste.h
@@ -39,7 +39,7 @@ namespace celeste
 {
 
 /** loads the SVM model from file
- *  @param model struct, which stores the SVM informations, if you don't need it, call destroySVMmodel
+ *  @param model struct, which stores the SVM information, if you don't need it, call destroySVMmodel
  *  @param model_file filename of model file to load
  *  @return true, if loading of SVM file was sucessfull
  */
--- hugin-2014.0.0~beta1+dfsg.orig/src/hugin1/base_wx/wxLensDB.h
+++ hugin-2014.0.0~beta1+dfsg/src/hugin1/base_wx/wxLensDB.h
@@ -32,7 +32,7 @@
 #include "panoinc.h"
 
 /** @brief loads the lens parameters from lensfun database and create approbiate PT::PanoCommand to apply this parameter.
-    it shows a dialog to select which informations should be loaded
+    it shows a dialog to select which information should be loaded
     @param parent parent window for display window
     @param pano panorama object from which information should be inside lensfun database
     @param images images into which parameters should be loaded from database
--- hugin-2014.0.0~beta1+dfsg.orig/src/hugin1/hugin/AboutDialog.h
+++ hugin-2014.0.0~beta1+dfsg/src/hugin1/hugin/AboutDialog.h
@@ -53,7 +53,7 @@ private:
 
     DECLARE_EVENT_TABLE()
 
-    /** retrieves the system informations */
+    /** retrieves the system information */
     void GetSystemInformation(wxFont *font);
     /** event handler for changing tab */
     void OnChangedTab(wxNotebookEvent &e);
--- hugin-2014.0.0~beta1+dfsg.orig/src/hugin1/hugin/PreviewLayoutLinesTool.h
+++ hugin-2014.0.0~beta1+dfsg/src/hugin1/hugin/PreviewLayoutLinesTool.h
@@ -39,7 +39,7 @@ class GLPreviewFrame;
  *    point tab.
  * .
  * 
- * @todo Update line information when control point informations changes, and
+ * @todo Update line information when control point information changes, and
  * only when it changes. The main preview system doesn't redraw when control
  * points change. This should save on the draw time, since we don't always
  * need to examine the control points to draw the preview.
--- hugin-2014.0.0~beta1+dfsg.orig/src/hugin1/hugin/ViewState.h
+++ hugin-2014.0.0~beta1+dfsg/src/hugin1/hugin/ViewState.h
@@ -46,7 +46,7 @@
  * we want to initiate an update the preview ourself, so all the main GUI
  * interactions work.
  *
- * The informations are divided into two classes:
+ * The information is divided into two classes:
  *      -   The first class is the ViewState class which holds information that is 
  *          relevant for all Visualizations like the preview, panosphere or plane.
  *          This is mainly dominated by the manipulation of the Textures related stuff
--- hugin-2014.0.0~beta1+dfsg.orig/src/hugin_base/panodata/Panorama.cpp
+++ hugin-2014.0.0~beta1+dfsg/src/hugin_base/panodata/Panorama.cpp
@@ -2218,7 +2218,7 @@ bool PanoramaMemento::loadPTScript(std::
     // vector with the different information lines about images
     vector<ImgInfo> oImgInfo;
     vector<ImgInfo> iImgInfo;
-    // strange comment informations.
+    // strange comment information.
     vector<ImgInfo> cImgInfo;
     // hugin additional information
     vector<ImgInfo> huginImgInfo;
--- hugin-2014.0.0~beta1+dfsg.orig/src/tools/pto_gen.cpp
+++ hugin-2014.0.0~beta1+dfsg/src/tools/pto_gen.cpp
@@ -323,7 +323,7 @@ int main(int argc, char* argv[])
         catch(std::exception & e)
         {
             cerr << "ERROR: caught exception: " << e.what() << endl;
-            cerr << "Could not read image informations for file " << filelist[i] << endl;
+            cerr << "Could not read image information for file " << filelist[i] << endl;
             cerr << "Skipping this image." << endl << endl;
             continue;
         };
--- hugin-2014.0.0~beta1+dfsg.orig/doc/pto_mask.pod
+++ hugin-2014.0.0~beta1+dfsg/doc/pto_mask.pod
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-pto_mask Apply a mask
+pto_mask - Apply a mask
 
 =head1 SYNOPSIS
 
--- hugin-2014.0.0~beta1+dfsg.orig/doc/pto_template.pod
+++ hugin-2014.0.0~beta1+dfsg/doc/pto_template.pod
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-pto_template Apply a template file
+pto_template - Apply a template file
 
 =head1 SYNOPSIS
 

Reply via email to