Next | Query returned 160 messages, browsing 111 to 120 | Previous

History of commit frequency

CVS Commit History:


   2008-11-26 11:34:11 by Mark Davies | Files touched by this commit (3)
Log message:
Update kile to 2.0.2

version 2.0.1 -> 2.0.2

Fixes:
 - Insert \item[] in description environments for smart newline,
 reported and fixed by Job Noorman
 - Fix regression in 2.0.1 inside structure view related to opening files
 - Fix regression in latexoutputfilter resulting in the wrong file being
   reported
 - Fix regression in Kile 2.0.x, blend symbols so that they are usable with
   dark themes also
 - 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
 - Remove not sh-compliant code by requiring a Bash shell for system check
 - 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)
 - Make find-in-files work again with anyting else than the "all \ 
files" filter
 - Minor cwl fixes

Features:
 - cwl file for siunitx (thanks to Dirk Sarpe) and allrunes packages

version 2.0 -> 2.0.1

Fixes:
 - Do all section actions on the whole section
 - Fix possible crash due to unchecked index bounds
 - Some i18n fixes
 - cwl files: fix wrong commands with \left and \right and make them more
   complete
 - Typos in symbols
 - Sync kile project on disk before archiving
 - Add figure* to the structure view also
 - Fix completion for multiple citations/references
 - Fix crash at template handling, reported and fixed by Vincenzo Di Massa
 - Rename some cwl files so that they not only differ by case
 - Search also in $BIBINPUTS and $TEXINPUTS paths if opening files from the
   structure view
 - Add missing package definitions to some symbols from the misc-text pane
 - Allow spaces in the name of images in the includegraphics dialog
 - Don't recompile forever if some file timestamps are in the future
 - Fix the "autocompletion dies" bug

Features:
 - Add \newlength as a variation of newcommand
 - Add url.cwl, svninfo.cwl, svn-multi.cwl, yfonts.cwl, virginialake.cwl
 - Allow ":" and "-" in citation keys, important for \ 
codecompletion

Syntax:
 - Highlight & and @{} in tabular like environments
 - Ignore Noweb blocks

version 2.0beta2 -> 2.0

Fixes:
 - Added some new logic to really disable all debug output if --disable-debug
   is given to configure, should make kile faster

Features:
 - New documentation kile-remote-control.txt
 - Added new DVItoPDF config Modern which calls dvipdfmx instead of dvipdfm,
   set Modern as default

version 2.0beta1 -> 2.0beta2

Fixes:
 - Polishing Quickdocumentdialog
 - More agressive recompiling
 - Cwl fixes
 - Mathsymbol commands were biased with one, some symbol cleanups
 - Don't make system check if the user has defined a master document
 - Don't offer eqnarray in the latex menu (but we still support it for
   math environment completion etc.)
 - Consider also files located in $TEXINPUTS and $BIBINPUTS paths for
   codecompletion.

Features:
 - Call asymptote if needed on latex run
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2008-01-18 06:06:45 by Tobias Nygren | Files touched by this commit (191)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
   2007-11-30 22:55:12 by Thomas Klausner | Files touched by this commit (90)
Log message:
Bump PKGREVISION because openexr now depends on ilmbase.
   2007-09-21 15:04:45 by Thomas Klausner | Files touched by this commit (483)
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
   2007-01-26 05:03:20 by Mark Davies | Files touched by this commit (12)
Log message:
Update icons location of KDE apps.  Bump PKGREVISION
   2007-01-18 00:47:26 by Thomas Klausner | Files touched by this commit (166) | Package updated
Log message:
Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.
   2006-12-03 05:33:08 by Mark Davies | Files touched by this commit (2)
Log message:
Update kile to 1.9.3

version 1.9.2-> 1.9.3
Fixes:
 - Recognize escaped chars in \newcommand.
 - Use KPDF as embedded viewer for quick preview, because KPDF can
   remember current settings.
 - Bugs in tabular wizard, when merging, breaking and merging again some
   cells
 - Quote replacement should not happen inside verbatim/verb environment
 - Fix bug in tabular wizard, when breaking some multicolumn cells
 - Don't use default permissions for backup file
 - Fix bug in syntax highlighting: mathmode in optional parameter
 - Allow tools with brackets in the configuration string also in sequence
   tools, fixed also the crash which hid the bug.
 - One fix in latex-document-cwl and color.cwl
 - Fix crash when adding a file to a project (with no open documents)
   which contains an undefined reference
 - Improve the logic for closing environments
 - Don't treat \\[foo] as a math environment
 - Remove selected text also if we insert a "

Feature:
 - Prepared the latex syntax file for beamer commands
   2006-08-30 02:15:29 by Mark Davies | Files touched by this commit (3)
Log message:
Update kile to 1.9.2

version 1.9.1 -> 1.9.2
Fixes:
 - Add autoref command to standard reference commands
 - Remember the setting of MakeIndexOptions checkbox in the project settings
   dialog.
 - Added utf-8 and other encodings to the quickdocument dialog.
 - Make the "New Tool" dialog box big enough.
 - Check if masterdocs in kilepr files exist, should fix some problems with
   upgrades from kile 1.8.
 - Searching for environments in Edit functions improved.
 - Take array as math environment instead of tabular in
   Configure->Latex Environments.
 - Don't crash if a user changes the icon of a toolbar item.
 - Allow a few more punctuation in codecompletion of citation keys.
 - Remember last working directory in 'find in files' dialog.
 - Tabular wizard should insert all entered elements.
 - Only autosave files which have been modified.
 - Delete comma of last bibtex entry if Bibliographie->Clean is called.
 - Quick Preview fails if graphics are included in selection

version 1.9.0 -> 1.9.1
Fixes:
 - Restore support for KDE 3.2.x.
 - tex files starting with numbers can now also used for "Forward DVI".
 - now we respect the default project location set by the user also in
   projectOpen().
 - don't restore the line position if the file is already open.
 - honor users who want to cancel the close request to embedded parts.
   (namely kbibtex)
 - 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.
 - if "show labels" is disabled in structureview, we should nevertheless
   gather them for codecompl. and undefined ref.
 - don't fake pressed buttons, now the log message button does not looked
   pressed when you start kile.
 - only add an trailing slash to the default project location if we need one.
 - hide the latex menu when we don't have docs open.
 - don't see unstarred env. as closing for starred.
 - 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.
 - only use special double quotes if no slash is in front of the cursor.

Features:
 - Add the possibility to use bullets in user tags via a new placeholder %B.
 - Colour bullets so that they can be spotted easily.
 - new cwl file for the textcomp and import package.
 - we now highlight TODO, FIXME in comments.
   2006-06-21 15:12:34 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Too early: doesn't need pkg-config, but msgfmt.

Next | Query returned 160 messages, browsing 111 to 120 | Previous