Accepting request 115981 from home:badshah400:branches:Publishing
Update to version 0.4.4: major feature update. OBS-URL: https://build.opensuse.org/request/show/115981 OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=12
This commit is contained in:
parent
c92494e7d7
commit
38f58c4f01
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18ed7cfc0b3131251e06ca467eb6e7d9dd7fff3f1f96fe42d10c572438fe4348
|
|
||||||
size 4445559
|
|
3
texworks-0.4.4-r1004.tar.gz
Normal file
3
texworks-0.4.4-r1004.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5a51867cb88dd1496c88664b484d9b8b6e267e68bec967a8a0b45d3c77bff5b4
|
||||||
|
size 5305883
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 29 08:45:11 UTC 2012 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.4.4:
|
||||||
|
+ Fix crash caused by Qt when adding lines at the beginning of a
|
||||||
|
document
|
||||||
|
+ Fix search/replace for multi-line strings
|
||||||
|
+ Work around layout issues which cause lines to disappear
|
||||||
|
+ Fix building with BSD make
|
||||||
|
+ Fix block selection of last paragraph
|
||||||
|
+ Fix overwrite of "Find all occurrences" option
|
||||||
|
+ Improve "Unable to execute..." error dialog
|
||||||
|
+ Rename "Show/Hide Output Panel" to "Show/Hide Console Output"
|
||||||
|
in the menu and the preferences dialog
|
||||||
|
+ Remove subject and add instructions to body of the "email to
|
||||||
|
mailinglist"
|
||||||
|
+ Bring the window running TeX to the top at the beginning of
|
||||||
|
typesetting to ensure that the console output is visible
|
||||||
|
+ Allow symlinks and display only folders in "path for programs"
|
||||||
|
in the preferences dialog
|
||||||
|
+ Add "Clear Recent Files" to "Open Recent" menu
|
||||||
|
+ Add an autocompletion entry to the preferences dialog
|
||||||
|
+ Add Lua(La)TeX to the default tools (and drop LaTeXmk by
|
||||||
|
default)
|
||||||
|
+ Add an option to open log files
|
||||||
|
+ Add CMake support (experimental)
|
||||||
|
+ Update SyncTeX to version 1.17
|
||||||
|
+ Update URLs to http://www.tug.org/texworks/
|
||||||
|
+ Some enhancements to functions available to scripting
|
||||||
|
+ Avoid showing an empty message box for script results
|
||||||
|
+ Resolve symlinks when looking for scripts
|
||||||
|
+ Expose the scripts' titles, authors, filenames, etc. to
|
||||||
|
scripting
|
||||||
|
+ Update/improve scripts: open pdf in default viewer, derive
|
||||||
|
spellchecking language from babel package, log parser.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 10:56:50 UTC 2012 - coolo@suse.com
|
Mon Feb 13 10:56:50 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -13,14 +13,17 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%define release_num r1004
|
||||||
|
|
||||||
Name: texworks
|
Name: texworks
|
||||||
Version: 0.4.3
|
Version: 0.4.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Summary: TeXshop-like TeX Editor
|
Summary: TeXshop-like TeX Editor
|
||||||
Url: http://www.tug.org/texworks/
|
Url: http://www.tug.org/texworks/
|
||||||
Group: Productivity/Publishing/TeX/Frontends
|
Group: Productivity/Publishing/TeX/Frontends
|
||||||
Source0: texworks-%{version}.tar.bz2
|
Source0: http://texworks.googlecode.com/files/%{name}-%{version}-%{release_num}.tar.gz
|
||||||
BuildRequires: dbus-1-devel
|
BuildRequires: dbus-1-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: hunspell-devel
|
BuildRequires: hunspell-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user