[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texworks] 35/73: Imported Debian patch 0.5~svn1026-1



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texworks.

commit 056a4e2b6765a639ed181ec37471b1957154f545
Merge: f956dff a34e62b
Author: Atsuhito KOHDA <kohda@debian.org>
Date:   Wed Sep 26 16:48:05 2012 +0900

    Imported Debian patch 0.5~svn1026-1

 TeXworks.pro                                      |   8 +
 debian/changelog                                  |   6 +
 res/resfiles/configuration/texworks-config.txt    |   6 +-
 res/resfiles/scripts/Hooks/logParser.js           |  54 +++--
 src/ClosableTabWidget.cpp                         |  52 +++++
 src/ClosableTabWidget.h                           |  48 ++++
 src/CompletingEdit.cpp                            |  49 +++-
 src/CompletingEdit.h                              |  11 +-
 src/SvnRev.h                                      |   4 +-
 src/TWApp.cpp                                     |   3 +
 src/TWApp.h                                       |   3 +-
 src/TWScript.h                                    |  10 +-
 src/TWScriptAPI.cpp                               |  18 ++
 src/TWScriptAPI.h                                 |  13 +-
 src/TWTextCodecs.cpp                              | 105 +++++++++
 src/TWTextCodecs.h                                |  44 ++++
 src/TWUtils.cpp                                   |   4 +-
 src/TeXDocument.cpp                               |  21 +-
 src/TeXDocument.h                                 |  32 +--
 src/TeXDocument.ui                                |   8 +-
 testcases/logParser/tests-miktex/23.test          |  39 ++++
 testcases/logParser/tests-miktex/24.test          | 206 ++++++++++++++++
 testcases/logParser/tests-miktex/25.test          | 100 ++++++++
 testcases/logParser/tests-miktex/files.js         |   6 +-
 testcases/logParser/tests-texlive-ubuntu/10.test  |  43 ++++
 testcases/logParser/tests-texlive-ubuntu/11.test  | 142 ++++++++++++
 testcases/logParser/tests-texlive-ubuntu/12.test  | 271 ++++++++++++++++++++++
 testcases/logParser/tests-texlive-ubuntu/files.js |  12 +
 trans/TeXworks_af.qm                              | Bin 56487 -> 56149 bytes
 trans/TeXworks_af.ts                              | 266 +++++++++++----------
 trans/TeXworks_ar.qm                              | Bin 52688 -> 52320 bytes
 trans/TeXworks_ar.ts                              | 266 +++++++++++----------
 trans/TeXworks_ca.qm                              | Bin 58164 -> 57802 bytes
 trans/TeXworks_ca.ts                              | 266 +++++++++++----------
 trans/TeXworks_cs.qm                              | Bin 56275 -> 55897 bytes
 trans/TeXworks_cs.ts                              | 266 +++++++++++----------
 trans/TeXworks_de.qm                              | Bin 60171 -> 60207 bytes
 trans/TeXworks_de.ts                              | 266 +++++++++++----------
 trans/TeXworks_es.qm                              | Bin 59482 -> 59154 bytes
 trans/TeXworks_es.ts                              |  13 +-
 trans/TeXworks_fa.qm                              | Bin 49275 -> 47936 bytes
 trans/TeXworks_fa.ts                              |   4 +-
 trans/TeXworks_fo.qm                              | Bin 54533 -> 54185 bytes
 trans/TeXworks_fo.ts                              | 266 +++++++++++----------
 trans/TeXworks_fr.qm                              | Bin 59929 -> 59559 bytes
 trans/TeXworks_fr.ts                              | 266 +++++++++++----------
 trans/TeXworks_it.qm                              | Bin 53187 -> 56891 bytes
 trans/TeXworks_it.ts                              |  65 ++++--
 trans/TeXworks_ja.qm                              | Bin 44208 -> 43878 bytes
 trans/TeXworks_ja.ts                              |  12 +-
 trans/TeXworks_ko.qm                              | Bin 44334 -> 44008 bytes
 trans/TeXworks_ko.ts                              |  12 +-
 trans/TeXworks_nl.qm                              | Bin 57277 -> 56919 bytes
 trans/TeXworks_nl.ts                              |  12 +-
 trans/TeXworks_pl.qm                              | Bin 57183 -> 56861 bytes
 trans/TeXworks_pl.ts                              | 265 ++++++++++-----------
 trans/TeXworks_pt_BR.qm                           | Bin 57867 -> 57493 bytes
 trans/TeXworks_pt_BR.ts                           |  12 +-
 trans/TeXworks_ru.qm                              | Bin 57436 -> 57062 bytes
 trans/TeXworks_ru.ts                              |  12 +-
 trans/TeXworks_sl.qm                              | Bin 57630 -> 57268 bytes
 trans/TeXworks_sl.ts                              | 266 +++++++++++----------
 trans/TeXworks_tr.qm                              | Bin 56176 -> 55806 bytes
 trans/TeXworks_tr.ts                              |  20 +-
 trans/TeXworks_zh_CN.qm                           | Bin 41354 -> 41036 bytes
 trans/TeXworks_zh_CN.ts                           |  12 +-
 66 files changed, 2612 insertions(+), 1273 deletions(-)

diff --cc debian/changelog
index 9661570,0000000..134e278
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,155 -1,0 +1,161 @@@
++texworks (0.5~svn1026-1) unstable; urgency=low
++
++  * New Upstrean Release (rev 1026).
++
++ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 26 Sep 2012 16:48:05 +0900
++
 +texworks (0.5~svn1007-1) unstable; urgency=low
 +
 +  * New Upstream Release (rev 1007).
 +  * Updated copyright file: added Charlie Sharpsteen as Upstream Authors.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Wed, 02 May 2012 16:27:37 +0900
 +
 +texworks (0.5~svn956-1) unstable; urgency=low
 +
 +  * New Upstream Release (rev 956).
 +  * Fixed hunspell dictionaries problem with a setting -DTW_DICPATH in rules.
 +    (Closes: #657702)
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 31 Jan 2012 08:55:10 +0900
 +
 +texworks (0.5~svn952-1) unstable; urgency=low
 +
 +  * New Upstream Release (rev 952).
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 12 Dec 2011 15:44:20 +0900
 +
 +texworks (0.5~svn939-2) unstable; urgency=low
 +
 +  * I failed to apply a patch suggested by Jakub Wilk in the previous
 +    upload.  This time I believe the patch is applied.  (Closes: #632393)
 +  * Removed unnecessary patch for luatex.  It was included in the upstream.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 29 Sep 2011 07:48:29 +0900
 +
 +texworks (0.5~svn939-1) unstable; urgency=low
 +
 +  * New upstream release (rev 939).
 +  * Applied a patch suggested by Jakub Wilk <jwilk AT debian.org>
 +    (Closes: #632393)
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 26 Sep 2011 15:39:22 +0900
 +
 +texworks (0.5~svn930-1) unstable; urgency=low
 +
 +  * New upstream release (rev 930).
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 18 Aug 2011 11:22:40 +0900
 +
 +texworks (0.5~svn862-1) unstable; urgency=low
 +
 +  * New upstream release (rev 862).
 +  * Installed manual borrowed from the latest stable version 0.4.3
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 14 Jul 2011 08:24:37 +0900
 +
 +texworks (0.5~svn843-1) unstable; urgency=low
 +
 +  * New upstream release (rev. 846).
 +    I tested to build the package on AMD64 and found no problem.
 +    (Closes: #628276)
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 13 Jun 2011 17:50:43 +0900
 +
 +texworks (0.5~svn808-1) unstable; urgency=low
 +
 +  * New Upstream Release (rev. 808).  (Closes: #625543)
 +  * Fixed/Updated copyright file; added Stefan Löffler as Upstream Authors.
 +  * Updated README.Debian a bit.
 +  * Changed to use texworks.desktop, texworks.1 and .png files
 +    of source trees instead of obsolete ones under debian.
 +    To do so, refined rules file a bit.
 +  * Updated control file and removed unnecessary texworks.menu and COPYING.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Fri, 06 May 2011 12:54:27 +0900
 +
 +texworks (0.4.0-2) unstable; urgency=low
 +
 +  * Added english manual.
 +  * Updated Build-Depends; removed sharutils and replaced python2.6-dev with
 +    python-dev
 +  * Removed obsolete debian/patch-print and debian/document-print.png.enc
 +  * Added texworks-help-en package which included manual for texworks.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 04 Apr 2011 13:42:12 +0900
 +
 +texworks (0.4.0-1) unstable; urgency=low
 +
 +  * New Upstream Release, now 0.4.0. (Rev. 759).
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 22 Mar 2011 09:16:16 +0900
 +
 +texworks (0.3~svn741-1) unstable; urgency=low
 +
 +  * New Upstream Release. (Rev. 741)
 +  * Removed printing support.  Now it will offer to open the document
 +    in the system's default viewer.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 21 Dec 2010 21:17:41 +0900
 +
 +texworks (0.3~svn671-2) unstable; urgency=low
 +
 +  * Uploaded to unstable.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 19 Aug 2010 15:15:38 +0900
 +
 +texworks (0.3~svn671-1) experimental; urgency=low
 +
 +  * New Upstream Release. (Rev.671)
 +  * Updated patches.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 03 Aug 2010 15:31:17 +0900
 +
 +texworks (0.3~svn606-1) experimental; urgency=low
 +
 +  * New Upstream Release. (Rev.606)
 +  * Updated patches.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 15 Apr 2010 08:15:38 +0900
 +
 +texworks (0.3~svn569-3) experimental; urgency=low
 +
 +  * Fixed TWPythonPlugin compilation problems on AMD64 by consulting
 +    a package of Stefan Löffler.  (Closes: #570841)
 +  * Modified TW_HELPPATH as a package of Stefan Löffler.  I expect one can
 +    use a texworks-help-en package by Stefan Löffler now.
 +  * Added LuaTeX in a list of Typeset engines for experiment.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 22 Feb 2010 12:52:39 +0900
 +
 +texworks (0.3~svn569-2) experimental; urgency=low
 +
 +  * Added Lua and Python scripting plugins.  These are called
 +    texworks-scripting-lua and texworks-scripting-python following packages
 +    (Ubuntu version) of Stefan Löffler.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 18 Feb 2010 09:14:31 +0900
 +
 +texworks (0.3~svn569-1) experimental; urgency=low
 +
 +  * SVN version for experiment.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 15 Feb 2010 22:09:05 +0900
 +
 +texworks (0.2.3-2) unstable; urgency=low
 +
 +  * Rebuild under poppler 0.12  (Closes: #551435)
 +  * Added note on synctex feature in README.Debian
 +  * Fixed copyright file to express Jérôme Laurens correctly
 +  * Added texlive-latex-base and texlive-xetex to Recommends and Suggests
 +    respectively.
 +  * Moved "uudecode debian/document-print.png.enc" to configure-stamp
 +    from build-stamp because configure searched it.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Sun, 18 Oct 2009 19:16:52 +0900
 +
 +texworks (0.2.3-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #538211)
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Sun, 11 Oct 2009 15:25:52 +0900

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texworks.git


Reply to: