summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7e2f52..ea929da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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