Selaa lähdekoodia

KTIGCC 1.07 release.

git-svn-id: file:///var/svn/tigccpp/branches/ktigcc-1-branch@1079 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 vuotta sitten
vanhempi
commit
6f903e61a4
1 muutettua tiedostoa jossa 62 lisäystä ja 0 poistoa
  1. 62 0
      ktigcc/ChangeLog

+ 62 - 0
ktigcc/ChangeLog

@@ -1,3 +1,65 @@
+2007-04-03 10:13  kevinkofler
+
+	* NEWS, mainform.ui.h: Store name of recent file to open before
+	  calling savePrompt() (fixes the wrong recent file getting opened
+	  when opening triggers save prompt).
+
+2007-04-03 10:01  kevinkofler
+
+	* NEWS, mainform.ui.h: Fix adding to the recent file list getting
+	  confused by changes to the list from other KTIGCC instances.
+
+2007-04-03 09:20  kevinkofler
+
+	* NEWS, errorlist.ui, errorlist.ui.h: Don't grab the keyboard
+	  globally (stealing key presses from other apps) in the
+	  Errors&Warnings pane, only override the Ctrl+C and Ctrl+Ins
+	  accelerators.
+
+2007-04-02 04:05  kevinkofler
+
+	* NEWS, mainform.ui.h: Fix A68k items in the New menu being shown
+	  even when A68k is not installed.
+
+2007-03-08 09:59  kevinkofler
+
+	* INSTALL: Fix installation instructions:
+	  * The RPM doesn't require desktop-file-utils anymore since 1.00.
+	  * Fix yum command to include kdebase (which pulls in kdelibs and
+	  qt).
+
+2007-03-03 21:47  kevinkofler
+
+	* NEWS, programoptions.ui: Fix missing word wrap on the data
+	  variable reloc label in Program Options.
+
+2007-03-02 01:33  kevinkofler
+
+	* NEWS, preferences.cpp: Don't hardcode ~/.kde for localkdedir
+	  (KDEHOME).
+
+2007-02-26 05:34  kevinkofler
+
+	* NEWS, mainform.ui.h: Fix highlighting update when moving a file
+	  to Header Files from another editable category. (The first character
+	  was read from the wrong buffer.)
+
+2007-01-29 10:26  kevinkofler
+
+	* NEWS, mainform.ui.h, srcfilewin.ui.h: Fix stray indentation at
+	  the end of the line when autoclosing a curly brace as ENTER is
+	  pressed.
+
+2007-01-29 10:02  kevinkofler
+
+	* fedora/ktigcc.spec, ktigcc.cpp: Bump version to 1.07. Bump
+	  copyright years.
+
+2006-12-03 08:38  kevinkofler
+
+	* ChangeLog, NEWS, ktigcc.pro: Add a full changelog (generated from
+	  CVS logs).
+
 2006-12-01 00:14  kevinkofler
 
 	* .cdtproject, .cvsignore, .project,