diff options
author | Slávek Banko <[email protected]> | 2014-01-05 03:03:03 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-01-05 03:03:03 +0100 |
commit | b304b1f064e6894b6e2b98d092bb0babdc101735 (patch) | |
tree | 73c36eac93a369b15c3094f59426e890bf5f4240 /ChangeLog | |
parent | 3dcdee6c98b6bbdc52c73c81b70188ac9c91849d (diff) | |
download | kile-b304b1f064e6894b6e2b98d092bb0babdc101735.tar.gz kile-b304b1f064e6894b6e2b98d092bb0babdc101735.zip |
Update to upstream version 2.0.3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -1,3 +1,47 @@ +version 2.0.2 -> 2.0.3 + +Fixes: + - Add {} to special characters in symbolview for easier handling (#170144) + - Don't blend user defined symbols because we don't know how they look like + - Misplaced cursor with intelligent double quotes and selections (#174937) + - Fixed a case where the autocompletion dies (#164231,#174003) + - Make the statistics pane work also for non latex files (#173745) + - Don't report certain log messages as tex errors (#174665) + - Properly escape the log messages so that also <...> shows up (#175148) + - some cwl typos + +CWL: + - Added babel, todonotes (thanks to Salim), glosstex, nicefrac, float, + fastex (thanks to Fabian Rost) + +Syntax: + - latex: -- fixed corner case where \newcommand got highlighted wrong + -- highlight alignat and friends correctly + +version 2.0.1 -> 2.0.2 + +Fixes: + - Insert \item[] in description environments for smart newline (#161658), + reported and fixed by Job Noorman + - Fix regression in 2.0.1 inside structure view related to opening files (debian #484146) + - Fix regression in latexoutputfilter resulting in the wrong file being + reported (#162899) + - Fix regression in Kile 2.0.x, blend symbols so that they are usable with + dark themes also (#161153) + - Don't create 'save' and 'save-as' actions specifically for Kile as they will + interfere with the corresponding actions from KatePart. Thanks to Mathias + Soeken for reporting. + - Also parse class warnings and show them in the Logview, patch by Jeroen Leeuwestein (#169040) + - Remove not sh-compliant code by requiring a Bash shell for system check (debian #489618) + - Add a workaround for a bug contained in KatePart 3.x in the 'setEncoding' method, which enforces + a reload on every change of the encoding (as a consequence the user sees a confusing + document-modified dialog) (#160258) + - Make find-in-files work again with anyting else than the "all files" filter (#165636) + - Minor cwl fixes + +Features: + - cwl file for siunitx (thanks to Dirk Sarpe) and allrunes packages + version 2.0 -> 2.0.1 Fixes: @@ -16,6 +60,7 @@ Fixes: - Add missing package definitions to some symbols from the misc-text pane - Allow spaces in the name of images in the includegraphics dialog (#161101) - Don't recompile forever if some file timestamps are in the future (#121956) + - Fix the "autocompletion dies" bug (#155044) and also (#160555) Features: - Add \newlength as a variation of newcommand |