Accepting request 131325 from home:badshah400:branches:Publishing

Update to version 3.5

OBS-URL: https://build.opensuse.org/request/show/131325
OBS-URL: https://build.opensuse.org/package/show/Publishing/texmaker?expand=0&rev=43
This commit is contained in:
OBS User mrdocs
2012-08-22 22:34:01 +00:00
committed by Git OBS Bridge
parent 427f043332
commit 1d8d703498
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Aug 21 18:46:30 UTC 2012 - badshah400@gmail.com
- Update to version 3.5:
- New pdf viewer: "two pages", "discontinuous" and
"presentation" modes and page rotation have been added
- A new option (-insert foo) has been added to the command line
allowing an external program to insert a latex command to the
current document while texmaker is running
- Polish quotes mode has been added to the "LaTeX/International
quotes" menu
- The structure items detection has been improved
- Captured text can be used in the "Replace" dialog while using
regular expression ($1, $2...). Example : \\textit\{([^}]*)\}
for the "find" field and \textbf{$1} for the "replace" field.
- The CTRL+SHIFT+F8 shortcut has been added to the "Restore
previous session" action (requested by users)
- Bugs fixed:
+ .aux is not added after browsing the bib(la)tex command in
the configuration dialog if this command is not bibtex
+ Structure view is reset after closing all documents
+ A trouble about completion between brackets has been
fixed.
-------------------------------------------------------------------
Fri Jul 20 00:37:06 UTC 2012 - badshah400@gmail.com