Warning, /office/kile/ChangeLog is written in an unsupported language. File is not indexed.
0001 version 3.0 beta 3 -> 3.0 beta 4 0002 0003 Fixes: 0004 - Ensure \end{env} is inserted in the right place even when the user uses tabs 0005 for indentation (Patch by Kishore Gopalakrishnan, #322654) 0006 - Avoid saving console commands in bash history (Patch by Alessio Bonfiglio, 0007 391537 & #453935) 0008 - Don't crash when deleting templates (#413506) 0009 - Avoid crashing when closing a document that is being parsed (#404164) 0010 0011 Features: 0012 - Enable high-dpi support 0013 - Provide option to hide menu bar (Patch by Daniel Fichtner, #372295) 0014 - Configurable global default setting for the LivePreview engines (Patch by 0015 Florian Zumkeller-Quast, #450332) 0016 0017 0018 version 3.0 beta 2 -> 3.0 beta 3 0019 0020 Fixes: 0021 - Don't crash if DBUS is not available 0022 - Ensure that live preview event handlers don't trigger any action when live 0023 preview is disabled (#387234) 0024 - Avoid crashing when trying to open a directory (#384665) 0025 - Do not crash if there is no document open when adding to or removing from 0026 the project (Patch by David Narváez) 0027 0028 0029 version 3.0 beta 1 -> 3.0 beta 2 0030 0031 Fixes: 0032 - Fix double use of the Alt + Shift + F shortcut (#381291) 0033 - Fix problems in the include-graphics dialog (Patch by Fritz Meier) 0034 - Fix the substitution of abbreviations (#374016) 0035 - Avoid crashing when opening the statistics dialog (#373586) 0036 - Open project files correctly as projects when selected in the Open File 0037 dialog (317432) 0038 0039 Features: 0040 - Split project files into a structure and a GUI part (Initial patch by Eugene 0041 Shalygin, #303815) 0042 - Add support for the "imakeidx" and "splitidx" packages for index generation 0043 - Add a config setting for showing full paths in the window title (#156225) 0044 0045 0046 version 2.1 -> 3.0 beta 1 0047 0048 Features: 0049 - New live preview feature 0050 - Integration of Okular viewer 0051 - Customizable user menu 0052 0053 Fixes: 0054 - Numerous fixes 0055 0056 0057 version 2.1 beta 5 -> 2.1 0058 0059 Fixes: 0060 - Fix a potential memory leak related to the parser progress bar 0061 - Fix a crash that occurred when typing "exit" in the embedded console (#263405) 0062 - Improve the wording of the message box which pops up when the user 0063 wants to create a new project but no project name has been given yet (#263661) 0064 - Correctly handle '.' characters that occur in citation labels (#266670) 0065 - Run the tool 'asymptote' automatically when 'asymptote' figures are present 0066 in the document (Patch by Felix Mauch, #258352) 0067 - Fix a typo present in the LaTeX markup when inserting a description list 0068 environment via the 'LaTeX' menu (Patch by Mark Morschhäuser, #268043) 0069 - Fix some bugs in the tabular wizard (Patch by Felix Mauch) 0070 - Revive the automatic insertion of $ feature (Patch by Dominik Haumann) 0071 - Fix the problem that dead keys are sometimes treated as 'alive' (#269590) 0072 - Avoid crashes when running Kile in a non-English locale (#271910) 0073 0074 Features: 0075 - Make the background colour of the quick preview pane configurable (#265879) 0076 - Add a directory selection button (and the corresponding dialog) which allows 0077 it to select the default location for projects in a more comfortable way 0078 (Patch by Felix Mauch, #116670) 0079 - Also add a directory selection button for the TeX documentation (Patch by 0080 Felix Mauch) 0081 - Allow users to comfortably install custom completion files (Patch by Libor 0082 Bukata, #265284) 0083 - Add the possibility to copy tables from the clipboard into the tabular 0084 wizard (Patch by Felix Mauch) 0085 - New CWL file for the 'soul package' (Patch by Thomas Braun, #271688) 0086 0087 0088 version 2.1 beta 4 -> 2.1 beta 5 0089 0090 Fixes: 0091 - Ensure that LaTeX root documents are recognised correctly when Kile is starting up (#233667) 0092 - Don't prepend the base directory to absolute file names returned by 'grep' (#234235) 0093 - Fix some crashes in the find-in-files dialog 0094 - Fix problems that could occur when using custom tools in combination with a translated GUI (#224130) 0095 - Make the 'smart new line' feature respect custom indentation (#226161) 0096 - Restore the master document setting (for single files) when Kile is starting up (#222029) 0097 - Correct the tool tip for the symbol panel in the side bar (Patch by Christian Herzberg) 0098 - Fix the problem that the LaTeX root icon isn't shown for project items if they aren't opened 0099 - Fix problems related to opening files from the file browser widget (#222325) 0100 - Correctly split strings containing line breaks in the log widget (#237885) 0101 - Fix some bugs related to the new-document wizard (#238544) 0102 - Correct the problem of changing the focus when auto-save is triggered (#228321) 0103 - Rename the 'BibTeX' and 'Biblatex' actions in the LaTeX menu to avoid confusion within the shortcut configuration dialog (#184847) 0104 - After a manual invocation, abbreviations are now replaced immediately even if longer matches are possible (#238897). 0105 - Add icons for the 'Split Cells' and 'Join Cells' actions in the tabular dialog (#237897) 0106 - Add missing fields to 'bibtexentries.rc' (Patch by Martin Weis) 0107 - Add support for the '%absolute_target' keyword, which enables ForwardPDF (with Okular) to work correctly in embedded mode (#245483) 0108 - Reduce GUI flickering a little more 0109 - Ensure that the $PATH variable is respected when tools are launched (#204397) 0110 - Fix a problem related to opening non-existing files in projects which can freeze the GUI (#241181) 0111 - Fix the bug which causes keyboard shortcuts to change when switching between documents (#247646) 0112 - Correct a bug which results in references to appear as undefined (#241730) 0113 - Fix restoring of user-defined LaTeX commands and environments (#257463) 0114 - Fix a crash which could occur after clicking on 'Ok' in the shortcut configuration dialog when at least one project is open (#257318) 0115 0116 Features: 0117 - Make it configurable whether the splash screen is shown or not (#244909) 0118 - Add an embedded viewer configuration for the 'ForwardPDF' tool 0119 - Add completion files for 'units.sty' and 'nomencl.sty' (Patch by Andreas Weder) 0120 - Update 'todonotes.sty' (2009/12/25) (Patch by by Andreas Weder) 0121 - Make the document tabs movable (Initial patch by Nicolas Pavillon, #200890) 0122 - New CWL file for the 'fancyref' package 0123 0124 0125 version 2.1 beta 3 -> 2.1 beta 4 0126 0127 Fixes: 0128 - Set up the project archive feature correctly (#216964) 0129 - Ensure that toolbar customizations are correctly loaded on start-up (#216957) 0130 - Force termination of Kile when the main window is closed. (#220343) 0131 - Implement bindings for the commands "w", "wa", "wq", "wqa", "q" of KatePart's VI input mode (#223701) 0132 - Recognize the 'table*' environment during parsing (Patch by Andreas Wenning) 0133 - Ensure that the Kile window is raised to the top during inverse search 0134 - Add SyncTeX support (Patch by Christian Trippe, #226718) 0135 - Fix a typo in the Powerdot template (#225863) 0136 - Fix menu accelerator clashes w.r.t. the find/replace functionality of KatePart (#216980, #222703) 0137 - Add several missing icons 0138 - Fix problems related to the auto-save functionality 0139 - Optimize the parsing of documents by only doing it when it is required 0140 - Ensure that the tool tips showing the document names are set correctly on all tabs (#205245) 0141 - Insert '\ss{}' and '\SS{}' instead of '\ss' and '\SS' 0142 - Fix the search for multi-line math groups 0143 - Fix the detection of the correct file during LaTeX output parsing when files are included with '\Input' or '\include' (#223200) 0144 - Track the current editor highlight schema in the configuration dialog (Patch by Dominik Haumann, #227141) 0145 0146 Features: 0147 - Add support for some currently missing AMS LaTeX environments 0148 - New CWL files for the 'Cancel', 'Gauss' and 'Mathtools' packages 0149 - Add a progress bar showing parsing progress to the status bar 0150 - Allow to choose a preview tool for the quick preview feature of math groups 0151 0152 0153 version 2.1 beta 2 -> 2.1 beta 3 0154 0155 Fixes: 0156 - Restore find-in-project functionality (#205087) 0157 - Use correct version string in project files 0158 - Lots of code completion improvements (#193583, #209089, #209850) 0159 - Fix crash related to the customizable file inclusion feature (#210217) 0160 - Add SeaMonkey as browser for the 'ViewHTML' tool (Ubuntu bug 429336) 0161 - Some improvements to the scripting functionality (missing bindings) 0162 - Fix the labelling of the '\tfrac' insertion action (#212500) 0163 - Fix crash related to the parsing of LaTeX output logs (#212224) 0164 - Fix problems related to the handling of LaTeX environments (#214740) 0165 - Make the output view use KDE colours (#215389) 0166 0167 Features: 0168 - Allow newline characters (%n) and cursor position (%C) in the expansion text of abbreviations 0169 - Save and restore editor settings for regular documents and for projects (requires KDE libraries 4.4). 0170 - Add a sidebar tab which allows to display CWL word lists 0171 - Improve the graphics inclusion dialog 0172 0173 0174 version 2.1 beta 1 -> 2.1 beta 2 0175 0176 Fixes: 0177 - ask the user if the tool list should be reloaded, needed due to the switch 0178 to KDE4 0179 - remove some uncommong utf8 settings from Quickdocument Wizard, make the 0180 default encoding utf8x (#204189) 0181 - make the ALT+p shortcut unique (ubuntu #404879) 0182 - make section jumping faster for unchanged documents (thanks to Rafał Nowak) 0183 - fix %M support in user tags (thanks to Amaro Rica da Silva) 0184 - use the KDE system colours for displaying entries in the log widget (#185529) 0185 - don't set empty highlightning, work around for katepart bug (#196791) 0186 - add biblatex file suffixes 0187 0188 Features: 0189 - add Evince as PDF, PS, DVI Viewer 0190 - Nicer "Open File" widget (thanks to dhaumann) 0191 - biblatex cwl files, one for users and one for authors 0192 0193 version 2.0 -> 2.1 beta 1 0194 0195 Bigger Features: 0196 - port code to KDE4 and QT4, this includes the move from DCOP to DBUS interface 0197 - Fix something like 70 bugs at least 0198 - move from old autoconf and friends to the cmake buildsystem 0199 - change source code layout 0200 - complete rewrite of the TabularDialog 0201 - adapt the tools, removed kghostview,kdvi,kpdf, use okular instead, 0202 add draft mode for *tex tools, added context and xelatex tools. 0203 - reworked toolbars for the tools 0204 - porting of kile to Windows has started 0205 - better LaTeX syntax highlightning 0206 - New way of generating symbols for the symbolview. Now also utf8 symbols can 0207 be included and text in utf8 as a comment. The old method with tex files and 0208 gesymb has been removed. The new way needs a xml file as input and gesymb-ng found in src/data/symbols-ng 0209 0210 Features: 0211 - Lots of added cwl files, also some changes 0212 - reworked Image Include dialog 0213 - reworked New Project dialog 0214 - reworked Tools configuration dialog 0215 - add biblatex menu as an alternative to the bibtex menu 0216 - ddd some more templates 0217 - on-the-fly special-character-to-latex-code substitution 0218 0219 version 2.0.3 -> 2.0.4svn 0220 0221 Fixes: 0222 - fix rare crash 0223 - Create "~/.lyx" if it does not exist (Ubuntu bug #324722) 0224 0225 Syntax: 0226 - bibtex: add new biblatex types, allow numbers in key names 0227 0228 version 2.0.2 -> 2.0.3 0229 0230 Fixes: 0231 - Add {} to special characters in symbolview for easier handling (#170144) 0232 - Don't blend user defined symbols because we don't know how they look like 0233 - Misplaced cursor with intelligent double quotes and selections (#174937) 0234 - Fixed a case where the autocompletion dies (#164231,#174003) 0235 - Make the statistics pane work also for non latex files (#173745) 0236 - Don't report certain log messages as tex errors (#174665) 0237 - Properly escape the log messages so that also <...> shows up (#175148) 0238 - some cwl typos 0239 0240 CWL: 0241 - Added babel, todonotes (thanks to Salim), glosstex, nicefrac, float, 0242 fastex (thanks to Fabian Rost) 0243 0244 Syntax: 0245 - latex: -- fixed corner case where \newcommand got highlighted wrong 0246 -- highlight alignat and friends correctly 0247 0248 version 2.0.1 -> 2.0.2 0249 0250 Fixes: 0251 - Insert \item[] in description environments for smart newline (#161658), 0252 reported and fixed by Job Noorman 0253 - Fix regression in 2.0.1 inside structure view related to opening files (debian #484146) 0254 - Fix regression in latexoutputfilter resulting in the wrong file being 0255 reported (#162899) 0256 - Fix regression in Kile 2.0.x, blend symbols so that they are usable with 0257 dark themes also (#161153) 0258 - Don't create 'save' and 'save-as' actions specifically for Kile as they will 0259 interfere with the corresponding actions from KatePart. Thanks to Mathias 0260 Soeken for reporting. 0261 - Also parse class warnings and show them in the Logview, patch by Jeroen Leeuwestein (#169040) 0262 - Remove not sh-compliant code by requiring a Bash shell for system check (debian #489618) 0263 - Add a workaround for a bug contained in KatePart 3.x in the 'setEncoding' method, which enforces 0264 a reload on every change of the encoding (as a consequence the user sees a confusing 0265 document-modified dialog) (#160258) 0266 - Make find-in-files work again with anyting else than the "all files" filter (#165636) 0267 - Minor cwl fixes 0268 0269 Features: 0270 - cwl file for siunitx (thanks to Dirk Sarpe) and allrunes packages 0271 0272 version 2.0 -> 2.0.1 0273 0274 Fixes: 0275 - Do all section actions on the whole section (#154272) 0276 - Fix possible crash due to unchecked index bounds 0277 - Some i18n fixes (#153371) 0278 - cwl files: fix wrong commands with \left and \right and make them more complete 0279 - Typos in symbols (#158749) 0280 - Sync kile project on disk before archiving 0281 - Add figure* to the structure view also (#151743) 0282 - Fix completion for multiple citations/references (#152766) 0283 - Fix crash at template handling, reported and fixed by Vincenzo Di Massa 0284 - Rename some cwl files so that they not only differ by case (#158600) 0285 - Search also in $BIBINPUTS and $TEXINPUTS paths if opening files from the 0286 structure view 0287 - Add missing package definitions to some symbols from the misc-text pane 0288 - Allow spaces in the name of images in the includegraphics dialog (#161101) 0289 - Don't recompile forever if some file timestamps are in the future (#121956) 0290 - Fix the "autocompletion dies" bug (#155044) and also (#160555) 0291 0292 Features: 0293 - Add \newlength as a variation of newcommand 0294 - Add url.cwl, svninfo.cwl, svn-multi.cwl, yfonts.cwl, virginialake.cwl 0295 - Allow ":" and "-" in citation keys, important for codecompletion 0296 0297 Syntax: 0298 - Highlight & and @{} in tabular like environments 0299 - Ignore Noweb blocks 0300 0301 version 2.0beta2 -> 2.0 0302 0303 Fixes: 0304 - Added some new logic to really disable all debug output if --disable-debug 0305 is given to configure, should make kile faster 0306 0307 Features: 0308 - New documentation kile-remote-control.txt 0309 - Added new DVItoPDF config Modern which calls dvipdfmx instead of dvipdfm, 0310 set Modern as default 0311 0312 version 2.0beta1 -> 2.0beta2 0313 0314 Fixes: 0315 - Polishing Quickdocumentdialog 0316 - More agressive recompiling 0317 - Cwl fixes 0318 - Mathsymbol commands were biased with one, some symbol cleanups (#148855) 0319 - Don't make system check if the user has defined a master document (#148800) 0320 - Don't offer eqnarray in the latex menu (but we still support it for math environment completion etc.) (#101583) 0321 - Consider also files located in $TEXINPUTS and $BIBINPUTS paths for codecompletion. (#149652) 0322 0323 Features: 0324 - Call asymptote if needed on latex run 0325 0326 version 1.9.3 -> 2.0beta1 0327 0328 Fixes: 0329 - More than 50 bugs have been closed 0330 - Symlinked files and directories in combination with inverse search 0331 - Autosave fix: If a file is two autosave cycles not writable we will skip the file until it is writeable again. 0332 - Fix starting directory for add Files. Take the project's basedir 0333 - Fix bug in tabular wizard, when breaking some multicolumn cells 0334 - Remove selected text in any case if the user insert " 0335 - Fix bug where environments were completed which should not have been completed. 0336 - Textcolor bug in tabular wizard 0337 - Only use special quotes if we have a tex file 0338 - Fix bug in lyxserver when the filesystem in the users home directory does not support FIFOS 0339 - Use the $PATH variable to search for the tools 0340 - Remove our own "not perfectly" working spellchecker implementation, now the katepart spellchecker is always in charge 0341 - Call "Refresh Strcuture" after changing the encoding 0342 - Grep for \newenvironment and add them to the completion lists 0343 - Smart newline now also recognizes comment lines 0344 0345 Bigger Features: 0346 - Add auto completion in abbreviation mode: 0347 a) All abbreviations can be shown in the sidebar (configurable) 0348 b) All abbreviations from a local abbreviations list 'kile-abbrevs.cwl' are 0349 editable. This file can be found in the local application path of Kile. 0350 c) Editable abbreviations are marked with a star. 0351 d) It is possible to add new abbreviations or delete existing ones. 0352 e) A new auto mode to expand abbreviations was added (configurable 0353 of course). If an abbreviation is followed by a space or a punctuation 0354 symbol, it is immediately expanded without further user commands. 0355 - Added a set of commands to work directly with sectioning on the structure view: 0356 copy, cut, paste, select, delete, comment, quick preview 0357 - New Symbolview which contains: 0358 - Most frequently used symbol list 0359 - Complete revamped symbol list with more items (nearly 1000) and more 0360 categories 0361 - Show command and depending packages in the tooltip 0362 - Send a warning in the logwidget if a package is not included 0363 - By pressing CTRL and SHIFT while inserting an item one gets {} or $$ 0364 around the inserted command 0365 - Added a scripting interface to kile 0366 - A big bunch of new cwl files, mostly from kile users , so kile has now more 0367 than 80 :) 0368 - Add support for TexLive 2005/2007 0369 - Preview of mathgroups from Mathias Soeken (with some additions and 0370 extensions by Holger Danielsson) 0371 0372 Smaller Features: 0373 - New tool entries for: 0374 - Asymptote 0375 - PDFLaTeX draftmode (available in PDFTeX from TeXLive 2007) 0376 - Bibtex 8bit Version 0377 - Added Lilypond tool (4 variants), icon will follow 0378 - Renamed LaTeXtoDocBook to DBLaTeX , use 0379 programm dblatex for that and also introduced 4 variants of it. 0380 - Renamed LaTeXtoHTML to LaTeX to Web and added tex4ht variants (to XML, to HTML 0381 and to MathML), but keeping the latex2html tool also 0382 - Added a variant of quickbuild , do only LaTeX 0383 - Added DVItoPDF variant, Landscape and "Black and White" 0384 - Moved Archive tool from type none to Archive and also added much more 0385 configs, now users can also alter them 0386 - Changed default bibtex viewer for new kile users to kbibtex 0387 - added gbib, jabref, kbib to bibtexviewers 0388 - Recursive parsing of footnote command 0389 - New citeViewBib action, which asks the bibtex viewer (currently only 0390 kbib) to send marked references. Thanks to Thach Nguyen for the 0391 initial patch 0392 - New function "Save Copy as..." 0393 - Revamped the new-file dialog. 0394 - Add support for templates types other than LaTeX. 0395 - Use the extension ".kileicon" for template icon files. 0396 - Added lyx:paste command in kile's lyxserver 0397 - Add Readme, Readme.cwl and Building-with-cmake.txt 0398 - Show todo/fixme tasks in structure view 0399 - Enhance completion configuration dialog usability and support local directories for completion files 0400 - Merge labels and sections in document structure view as user configurable option 0401 - First preliminary support for the beamer package 0402 - Select a single LaTeX command with CTRL+MouseDblClick-left 0403 - Autocomplete $ to $$ 0404 - Move cursor out of braces after selecting from a keylist 0405 - Make include commands configurable through our nice latexcommand menu 0406 - Assign the keyboard focus to the active text view after Kile has started up 0407 - FindInFiles dialog can be moved into the background 0408 - Add additional double quotes for babel supported languages (czech, icelandic) 0409 - Highlighting of Section Titles as bold 0410 - Add emacs-like delete-to-end-of-line command 0411 - Removed metapost view in the sidebar, the commands can be accessed via 0412 kile's dictionary mode 0413 - Sort items in references list box 0414 - Some new toolbar icons 0415 - Added more optional fields in the predefined bibtex entries, patch from 0416 Martin Weis <martin.weis.newsadress (a) gmx.de> 0417 - Added CMake build support. 0418 - Add scripting support. 0419 - We always remember now the current most top item of the structure view and restore it after an update. 0420 - Add new actions gotoNextSection() and gotoPrevSection() 0421 - Quote replacement should not happen inside verbatim/verb environment 0422 - Add new actions gotoNextParagraph() and gotoPrevParagraph() 0423 - Fix rebuild structureview if changing the expansion level 0424 - Add mathgroup preview to the popup menu (right mouse button), where either a selection or a mathgroup is shown 0425 - More tools in kile's system check 0426 - Add drag-and-drop functionality 0427 - Remember MakeIndex checkbox settings in kileprojectdlg 0428 - Add autoref command to std. ref. commands 0429 0430 version 1.9.2-> 1.9.3 0431 Fixes: 0432 - Recognize escaped chars in \newcommand. (#132899) 0433 - Use KPDF as embedded viewer for quick preview, because KPDF can remember current settings. (#129177) 0434 - Bugs in tabular wizard, when merging, breaking and merging again some cells 0435 - Quote replacement should not happen inside verbatim/verb environment (#133112) 0436 - Fix bug in tabular wizard, when breaking some multicolumn cells 0437 - Don't use default permissions for backup file (CVE CAN-2005-1920 also applies to kile) 0438 - Fix bug in syntax highlighting: mathmode in optional parameter (#134146) 0439 - Allow tools with brackets in the configuration string also in sequence tools, fixed also the crash which hid the bug. (#134605) 0440 - One fix in latex-document-cwl and color.cwl 0441 - Fix crash when adding a file to a project (with no open documents) which contains an undefined reference (#135575) 0442 - Improve the logic for closing environments (#134793) 0443 - Don't treat \\[foo] as a math environment (#137131) 0444 - Remove selected text also if we insert a " (#137272) 0445 0446 Feature: 0447 - Prepared the latex syntax file for beamer commands 0448 0449 version 1.9.1 -> 1.9.2 0450 Fixes: 0451 - Add autoref command to standard reference commands (#130037) 0452 - Remember the setting of MakeIndexOptions checkbox in the project settings 0453 dialog. (debian #337550) 0454 - Added utf-8 and other encodings to the quickdocument dialog. (#131402) 0455 - Make the "New Tool" dialog box big enough. (#132425) 0456 - Check if masterdocs in kilepr files exist, should fix some problems with upgrades from kile 1.8. 0457 - Searching for environments in Edit functions improved. 0458 - Take array as math environment instead of tabular in Configure->Latex Environments. 0459 - Don't crash if a user changes the icon of a toolbar item. (debian #382317) 0460 - Allow a few more punctuation in codecompletion of citation keys. (#130148) 0461 - Remember last working directory in 'find in files' dialog. (debian #359932) 0462 - Tabular wizard should insert all entered elements. (#132736) 0463 - Only autosave files which have been modified. 0464 - Delete comma of last bibtex entry if Bibliographie->Clean is called. (#129499) 0465 - Quick Preview fails if graphics are included in selection (#126019) 0466 0467 version 1.9.0 -> 1.9.1 0468 Fixes: 0469 - Restore support for KDE 3.2.x. 0470 - tex files starting with numbers can now also used for "Forward DVI". (#124613) 0471 - now we respect the default project location set by the user also in projectOpen(). (#124099) 0472 - don't restore the line position if the file is already open. (#125175) 0473 - honor users who want to cancel the close request to embedded parts. (namely kbibtex) 0474 - fix ViewBib, if we support $BIBINPUTS for compilation we should also do it for viewing. We now also check in all paths in BIBINPUTS for an bib file. (#125133) 0475 - if "show labels" is disabled in structureview, we should nevertheless gather them for codecompl. and undefined ref. 0476 - don't fake pressed buttons, now the log message button does not looked pressed when you start kile. (#124098) 0477 - only add an trailing slash to the default project location if we need one. 0478 - hide the latex menu when we don't have docs open. 0479 - don't see unstarred env. as closing for starred. (#120509) 0480 - we are now much more carefully if the autosaving has succeded. We now warn if we can't autosave and don't overwrite backups with empty backups. (#125975) 0481 - only use special double quotes if no slash is in front of the cursor. (#127813) 0482 0483 Features: 0484 - Add the possibility to use bullets in user tags via a new placeholder %B. 0485 - Colour bullets so that they can be spotted easily. 0486 - new cwl file for the textcomp and import package. 0487 - we now highlight TODO, FIXME in comments. (only if they are not in normal text) 0488 - added Readme.MacOSX 0489 0490 [...] 0491 0492 version 1.6.3 -> 1.7a3 0493 major: 0494 - smart LaTeX: rerun automatically when needed, runs BibTeX and/or MakeIndex if required 0495 - a more flexible and powerful tool system 0496 - automatic completion of LaTeX commands 0497 - access to teTeX help system 0498 - system configuration checker (Settings->System Check), detects installation errors, missing apps and wrong Kile settings 0499 0500 minor: 0501 - BibTeX files are now parsed as well, references in a BibTeX file can be used in \cite autocompletion now as well 0502 - user defined commands (using \newcommand) are added to the autocompletion list 0503 - improved structure view, remembers its state, it doesn't collapse anymore after a save 0504 - find in files dialog 0505 - several LaTeX specific editing options (close environment for example) 0506 - convert accented letters (like Ë) to ASCII TeX commands (like \"E) and vice versa 0507 - new side and bottom bars 0508 0509 version 1.6.2 -> 1.6.3 0510 - fix a crash when opening/closing projects with common files 0511 - warn if user tries to overwrite an existing file in the "New Project" dialog 0512 - make usertags/tools shortcuts configurable 0513 - place cursor after a bracket when inserting a usertag 0514 - polished up the "New File" wizard, the size and selected template are now remembered, an option to start the Quick Start wizard after selecting an empty template is also added 0515 - double clicking on a non-existent file results in a dialog requesting the creating of this file, instead of just an error 0516 0517 version 1.6.1 -> 1.6.2 0518 - bugfixes 0519 0520 version 1.6 ->1.6.1 0521 - bugfixes 0522 0523 version 1.5.2 -> 1.6 0524 major: 0525 - new editor (katepart) 0526 - project management 0527 minor: 0528 - auto-complete environments 0529 - statistics dialog for document (word count) 0530 - can open multiple files in one go (using the open file dialog or the sidebar) 0531 - launch you favorite BibTeX editor using the bilbiographies found in your document 0532 - interaction with gBib and pyBliographer 0533 - restore files and projects on start up (optional) 0534 - checking whether or not the document is a LaTeX root before compile is optional now 0535 - structure view: jump to line AND column, allow multiple labels on one line, allow space between \struct and { }, don't parse 0536 structure elemented that are out-commented 0537 - configurable shortcuts to focus log/messages, output, konsole, editor views (resp. ctrl+alt+m,o,k,e) 0538 - more advanced \includegraphics dialog (thx Michael Margraf) 0539 - check for modified on disc 0540 - highligthing inside math environments 0541 - allow user to set PS-PDF, DVI-PS, PDF-PS, BibTeX, makeindex commands 0542 0543 version 1.5 -> 1.5.2 : 0544 - prompt user when trying to run LaTeX on a document which isn't a document root 0545 - better syntax highlighting (deals with \verb and verbatim environment) 0546 - summary of compilation results after running LaTeX 0547 - improved "clicking on errors in the log file jumps to corresponding line" 0548 - user can define an arbitrary number of user tools/tags. 0549 - autosave 0550 - added an Output view, theOutput view is the location for the raw 0551 output of the shell processes (latex,dvips, etc.) 0552 - more error messages/warnings when the user tries to do compile/view 0553 non-existing/untitled documents 0554 - added templates support (user can select a template when creating a new 0555 file, user can create templates from existing documents). 0556 - added a stop button, (La)TeX can now be stopped while compiling 0557 - added a Toolbars submenu, toolbars can be hidden now 0558 - output of compilations remains visible, log file can be shown 0559 on request 0560 - inverse search now also works for documents whos name starts with a number 0561 - more flexible command syntax, instead of having latex and pdflatex as 0562 commands, one can use 0563 latex %S.tex or make %S.dvi 0564 now 0565 0566 version 1.4 -> 1.5 : 0567 - added metapost support 0568 - added "user commands" menu 0569 - added ability to change or add gnuplot commands before plotting with the Gnuplot frontend 0570 - fixed the bug for files with accents in the Kite file selector 0571 - added the ability to show the line numbers and to choose the colors for the editor 0572 0573 version 1.32 -> 1.4 : 0574 - added dvi and postcript embedded viewers (based on kdvi and kghostview kparts) 0575 - spell checking is now possible for the selected paragraphs and not only for all the document 0576 - overwrite an existing file must now be confirmed 0577 - the bug about the "report" document class in the "quick document dialog" has been fixed 0578 0579 version 1.31 -> 1.32 : 0580 - the user can set the encoding character of the file with a combo box included in the Kite file selector. 0581 - two color schemes are available for the editor (Black on White/White on Black) 0582 - improved the "Multiple Function" dialog of the "Gnuplot frontend" 0583 0584 version 1.3 -> 1.31 : 0585 - new dialog box for the "ref" and "pageref" tags (the user can select one of the existing labels) 0586 - the "--unique" option is now used for the "Kdvi Forward Search" command 0587 - the bug about the "report" class in the "Quick Start" wizard has been fixed 0588 - the GnuPlot front end code has been cleaned (only QString are used instead of string) 0589 0590 version 1.3beta -> 1.3 : 0591 - fixed some minor bugs 0592 - new user manual 0593 - added more options for the "Quick Start" wizard 0594 0595 version 1.2 -> 1.3beta : 0596 - the "label" tags written on the same line than a "section" tag are now detected 0597 - added a "find next" command 0598 - improved the "replace" command 0599 - improved the "edit user menu" command (ability to insert several lines) 0600 - added more options for the "quick start", "tabular" and "array" wizards 0601 - added new LaTeX tags (maketitle, footnote, tableofcontents, ref, pageref) 0602 - added DCOP support (no new instance when kile is already running - Kdvi "inverse search" should work better) 0603 0604 version 1.1 -> 1.2 : 0605 - new panel (file selector, structure view, mathematical symbols and the greek letters) 0606 - no more embedded viewers 0607 - classical order for the "recent files" list 0608 - added shortcuts for the "item" tag and icons for the "enumerate" and "itemize" environments 0609 - added info about the size of the .eps file while using \includegraphics{} 0610 - the Konsole is now synchronized with the current document 0611 - added ability to remove the optional fields of a .bib file. ("Clean" command) 0612 - added "watch file" mode for the "quick build" command (the viewers are not launched) 0613 0614 version 1.0 -> 1.1 : 0615 - added toolbars configuration 0616 - added new modes for the 'Quick build' command 0617 - user can now print the ps/pdf file directly with kite 0618 - added a wizard for the 'Tabbing' environment 0619 - by typing %myenvironment in the 'LaTeX content' field of an 'user menu', Kite inserts directly this code : 0620 \begin{myenvironment} 0621 0622 \end{myenvironment} 0623 - fixed some minor bugs