annotate kdiff3/ChangeLog @ 51:c59d5a3a8ff3

0.9.80
author joachim99
date Tue, 09 Dec 2003 20:29:43 +0000
parents f8290ffda5ca
children 32d5cbf9db71
rev   line source
joachim99@51 1 Version 0.9.80 - 2003/12/08
joachim99@51 2 ===========================
joachim99@51 3 New Text Diff/Merge Features:
joachim99@51 4 - Now using GNU-diff algorithms internally. (Option "External Diff" removed.)
joachim99@51 5 - Option for treating C/C++ comments as whitespace during diff.
joachim99@51 6 - Bugfix for locale character encoding (+ new option "Use string encoding")
joachim99@51 7 - Option for suppressing highlighting in white-space changes.
joachim99@51 8 (Also suppresses highlighting in comments and numbers when the
joachim99@51 9 respective options are active.)
joachim99@51 10 - Merge-menu: Choose A/B/C for all unsolved conflicts.
joachim99@51 11 Choose A/B/C for all unsolved whitespace conflicts.
joachim99@51 12 - Options to automatically choose a certain source for whitespace conflicts.
joachim99@51 13 - Shorcut F5 now used to reload the current file.
joachim99@51 14
joachim99@51 15 New Directory-Comparison/Merge Features:
joachim99@51 16 - Option to trust filesize. (Some directory services don't copy the date/time correctly.)
joachim99@51 17 - Shortcut F7 now starts complete directory merge (previously F5).
joachim99@51 18 - Do the selected merge operation for the selected file/dir only
joachim99@51 19 "Run Operation For Current Item" (F6).
joachim99@51 20 - Shortcuts for selecting the merge operation for the selected item.
joachim99@51 21 Ctrl-1/2/3/4/Del select A/B/C/Merge/Delete respectively.
joachim99@51 22
joachim99@51 23 Other Improvements:
joachim99@51 24 - Several i18n-corrections (by Stephan Binner)
joachim99@51 25 - Bugfix for option CVS-ignore: Didn't work correctly in subdirectories.
joachim99@51 26 - Bugfix for remote operations: Operation can now be aborted, when KIO-slaves doesn't respond.
joachim99@51 27 - Cancel-Button in progress bar.
joachim99@51 28 - Default diff-view now again side by side instead of one above the other.
joachim99@51 29
joachim99@51 30
joachim99@42 31 Version 0.9.71 - 2003/10/14
joachim99@35 32 ===========================
joachim99@35 33 - Windows-Installer by Sebastien Fricker.
joachim99@35 34 - Bugfixes for Windows. (Problems with setFont() in paintEvent().)
joachim99@35 35 - Default font for Windows now "Courier New" (instead of Courier)
joachim99@35 36 - Fix for compilation with gcc 2.95
joachim99@35 37 - Support for Ctrl-Tab under Windows.
joachim99@35 38 - Fix for finding documentation.
joachim99@42 39 - Fix for problem with directory-sync-mode (new in 0.9.70).
joachim99@42 40 - Fix for several subsequent CR-characters in input file.
joachim99@35 41
joachim99@12 42 Version 0.9.70 - 2003/09/28
joachim99@12 43 ===========================
joachim99@12 44 - Transparent access to URLs via KIO (KDE only):
joachim99@12 45 Compare files and directories on ftp, fish, smb, tar etc. ressources.
joachim99@12 46 - Workaround for a Win32-bug (Crashed sometimes during selections)
joachim99@12 47 - When the merge flag is selected in the open dialog, the directory-tool
joachim99@12 48 always starts a merge by default for each file. Without the flag only a
joachim99@12 49 diff will be started by default.
joachim99@12 50 - Immediately showing progress bar in dir scan.
joachim99@12 51 - Showing progress bar for file comparison too.
joachim99@12 52 - Directory-menu: Fold/Unfold all subdirs
joachim99@12 53 - Bugfix for 3-way auto-merge: A line deleted from the base in B and C
joachim99@12 54 resulted in a empty line instead of being completely removed.
joachim99@12 55 - Improved locale support
joachim99@12 56 - KDiff3 is now a KPart
joachim99@12 57 - in KDevelop3 it can be used to compare the current text with the
joachim99@12 58 last saved version, or the current version on disk with the last cvs version.
joachim99@12 59 - in Konqueror it can be used to look at a unified *.patch-file if one complete
joachim99@12 60 version is available too.
joachim99@12 61 - Documentation is now in docbook-format.
joachim99@12 62 - "Toggle Split Orientation" for Diff-Input windows. (Good for long lines.)
joachim99@12 63 - When "Dir and Text Split-Screen-View" is off: Now "Focus Next/Prev Window"
joachim99@12 64 also toggles between dir and text-windows. Selecting a file via double click
joachim99@12 65 switches to text-screen.
joachim99@12 66 - KDiff3 displays a warning when trying to read a dir without the permission.
joachim99@12 67 - Directory-Diff-Option "Use CVS-Ignore" to ignore files like CVS does.
joachim99@12 68 - Displaying a status message at the end of the directory-comparison.
joachim99@12 69 - Cursor in MergeResultWindow is automatically placed at current difference when a jump occurred.
joachim99@12 70 (But not when something was selected.)
joachim99@12 71 - Fix for cursor blinking in the topline of the MergeResultWindow.
joachim99@12 72
joachim99@12 73
joachim99@12 74 Version 0.9.61 - 2003/06/07
joachim99@12 75 ===========================
joachim99@12 76 - Compilation problem fixed.
joachim99@12 77 - Directory merge: Preserving file attributes and times during copy. (now also for Win32)
joachim99@12 78 - Crash fixed, when directory comparison from the command-line was started.
joachim99@12 79
joachim99@12 80
joachim99@12 81 Version 0.9.60 - 2003/06/01
joachim99@12 82 ===========================
joachim99@12 83 New features:
joachim99@12 84 - New ways to select input for the diff window:
joachim99@12 85 - Pasting clipboard text into a diff window.
joachim99@12 86 - Drag and drop a file from a filemanager (e.g. konqueror) onto a diff window.
joachim99@12 87 - Drag and drop text from an editor (e.g. kate) onto a diff window.
joachim99@12 88 Reanalysis starts immediately if no merge is in progress.
joachim99@12 89 (This should help you to compare similar parts in the same file.)
joachim99@12 90 - New/Deleted white lines are now also considered as white deltas.
joachim99@12 91 - Configurable keyboard shortcuts for most actions (KDE version only).
joachim99@12 92 - The overview now also distinguishes whitespace deltas.
joachim99@12 93 New preprocessor options:
joachim99@12 94 - You can now define your own external Preprocessor and LineMatchingPreprocessor:
joachim99@12 95 - "Convert to upper case",
joachim99@12 96 - "Ignore numbers"
joachim99@12 97 Fixed bugs:
joachim99@12 98 - Directory merge: Preserving file attributes and times during copy.
joachim99@12 99 (not for Win32 yet)
joachim99@12 100 Source-tree-structure:
joachim99@12 101 - Switch to KDevelop3 (Gideon): Renamed subdir "kdiff3" to "src".
joachim99@12 102 - xpm-files in xpm-subdirectory.
joachim99@12 103
joachim99@12 104
joachim99@12 105 Version 0.9.51 - 2003/04/14
joachim99@12 106 ===========================
joachim99@12 107 - Compilation fix for gcc 2.95.
joachim99@12 108
joachim99@12 109
joachim99@12 110 Version 0.9.50 - 2003/03/30
joachim99@12 111 ===========================
joachim99@12 112 Fixed bugs:
joachim99@12 113 - Auto-Advance setting was lost when entering the settings-dialog.
joachim99@12 114 - Windows specific: Keys with AltGr-Combination didn't work.
joachim99@12 115 - Windows 95/98/ME: Fixed crash when KDiff3 is called used without parameters,
joachim99@12 116 and corrected support for external diff.
joachim99@12 117 New Features:
joachim99@12 118 - Search-function: Search for a string in all open text windows.
joachim99@12 119 - Special background colors for current region.
joachim99@12 120 - Button to toggle showing of whitespace in differences.
joachim99@12 121 - Buttons to go to next/prev unsolved (!) conflict.
joachim99@12 122 - While auto-advance waits, no more choices are allowed.
joachim99@12 123 - New setting: Auto-advance-delay.
joachim99@12 124 (Note that with delay 0 fast clicks might be detected as double clicks and the second
joachim99@12 125 click does nothing. My advice: Prefer the keyboard-shortcuts Ctrl-1/2/3)
joachim99@12 126 - Functions to Show/Hide Diff Window A, B or C. The other windows then have more space.
joachim99@12 127 - Merge editor: The right mouse button selects the current region and lets you choose
joachim99@12 128 A, B or C via a popup menu.
joachim99@12 129 - Commandline option --auto: No GUI if all conflicts are auto-solvable.
joachim99@12 130 - When equal files are compared, then a message box informs you.
joachim99@12 131 - Merge current file: When comparing two or three files, the merge can be started with a single click.
joachim99@12 132 - Option dialog: Warning for "Defaults" added, because it resets all options.
joachim99@12 133 - A warning is given, when the user tries to merge binary files. (i.e. files that contain '\0'-bytes)
joachim99@12 134 Changed behaviour:
joachim99@12 135 - 3 file automerge: When for a line B==C (and A!=B) then C will be selected.
joachim99@12 136 (In older versions this was a conflict. I was convinced that this is no problem.)
joachim99@12 137 - Auto-Advance now jumps to next unsolved (!) conflict.
joachim99@12 138 - On 256-color-displays KDiff3 uses them. (Previously KDiff3 only used 16 colors.)
joachim99@12 139 - On 16-color-displays the Defaults-button in the options dialog selects special colors.
joachim99@12 140
joachim99@12 141
joachim99@12 142 Version 0.941 - 2003/02/09
joachim99@12 143 ==========================
joachim99@12 144 Fixed bugs:
joachim99@12 145 - Qt-only-version: Compile problem corrected.
joachim99@12 146 - Documentation: Formatting for tables corrected.
joachim99@12 147
joachim99@12 148
joachim99@12 149 Version 0.94 - 2003/02/09
joachim99@12 150 =========================
joachim99@12 151 New features:
joachim99@12 152 - Option to use external GNU-diff for line matching.
joachim99@12 153 (Sometimes GNU-diff is better, sometimes not: You may choose now.)
joachim99@12 154 - In diff-windows a tooltip shows the full path if you move the mouse on the filename.
joachim99@12 155 - Speedup of directory-merge operations without user interaction.
joachim99@12 156 (Not every item in the tree is made visible anymore. This took too long.)
joachim99@12 157 - When opening a file for comparison or merge KDiff3 immediately shows the first difference.
joachim99@12 158 - "Go To Top/Bottom"-action have been changed to "Go To First/Last Delta".
joachim99@12 159 - Font-Option "Italic For Deltas" added.
joachim99@12 160 - Many icons and actions will only be enabled, when the operation is possible.
joachim99@12 161 - Icon for merge of current file in directory merge mode added.
joachim99@12 162 - New action "Go to Current Delta".
joachim99@12 163 - Conflicts where some lines contained only-white-space-changes are now separated from
joachim99@12 164 other non-white-space-conflicts.
joachim99@12 165 - Experimental: Use as replacement for ClearCase-cleardiffmrg.exe (under Windows only).
joachim99@12 166 See main.cpp for details.
joachim99@12 167
joachim99@12 168 Fixed bugs:
joachim99@12 169 - If files were different, but had the same dates, the "not existant"-icon was
joachim99@12 170 shown for one file. Now a error message will be shown if the option
joachim99@12 171 "Copy newer instead of merging" is used.
joachim99@12 172 - Documentation: Section "The Operation Column" corrected.
joachim99@12 173 - Qt-only-version: Fontsize wasn't correctly restored.
joachim99@12 174 - Keyboard accelerators didn't work for ToggleActions.
joachim99@12 175
joachim99@12 176
joachim99@12 177 Version 0.931 - 2003/01/19
joachim99@12 178 ==========================
joachim99@12 179 Fix for compilation problems with gcc version < 3.
joachim99@12 180
joachim99@12 181
joachim99@12 182 Version 0.93 - 2003/01/16
joachim99@12 183 =========================
joachim99@12 184 New features:
joachim99@12 185 - Directory comparison and merge. (More than 3000 new lines of code only here!!!)
joachim99@12 186 - Open-Dialog: Filename specification: If no previous filename is there then start
joachim99@12 187 directory is taken from another file.
joachim99@12 188 - Message about number of found and automatically solved conflicts.
joachim99@12 189 - Support for wheelmouse based scrolling.
joachim99@12 190 - New option in Diff-tab: Preserve Carriage Return Characters
joachim99@12 191
joachim99@12 192 Fixed bugs:
joachim99@12 193 - Save button disabled until all conflicts are solved.
joachim99@12 194 - Copy-operation conserves conflict messages "<Merge Conflict>".
joachim99@12 195 - Paste operation created pseudo conflicts when the clipboard contained empty lines.
joachim99@12 196 - W95/98/ME specific program crash removed.
joachim99@12 197
joachim99@12 198
joachim99@12 199 Version 0.92 - 2002/11/04
joachim99@12 200 =========================
joachim99@12 201 Severe bug corrected:
joachim99@12 202 - Merge menu: Choose A/B/C Everywhere sometimes lost data. (introduced in 0.9)
joachim99@12 203
joachim99@12 204
joachim99@12 205 Version 0.91 - 2002/11/03
joachim99@12 206 =========================
joachim99@12 207 Speed improvements for very big/complicated files:
joachim99@12 208 - Faster analysis because of limited search range (can be adjusted).
joachim99@12 209 - Faster scrolling and editor behaviour.
joachim99@12 210
joachim99@12 211 Fixed bugs:
joachim99@12 212 - Compilation problem with gcc 3.2 fixed.
joachim99@12 213 - When comparing two lines, matching spaces often were undetected.
joachim99@12 214 - Merge editor appended extra empty line when saving.
joachim99@12 215 - Sometimes the next diff/conflict wasn't made visible.
joachim99@12 216 - The Auto-Advance setting is saved now.
joachim99@12 217 - When doing a merge the application now has modified-state,
joachim99@12 218 even without further input. (The old method wasn't safe.)
joachim99@12 219 - File selection now always in directory of respective file.
joachim99@12 220
joachim99@12 221
joachim99@12 222 Version 0.9 - 2002/10/16
joachim99@12 223 ========================
joachim99@12 224 New features:
joachim99@12 225 - Qt-only support. Allows compilation under KDE2, Gnome, Mac, Windows, ...
joachim99@12 226 Note that KDE3 still gets special treatment.
joachim99@12 227 - For Mergers: Auto-Advance after selection, Choose A/B/C everwhere, ...
joachim99@12 228 - Commandline: If files with same name in different directories
joachim99@12 229 are compared, only the first parameter needs the filename.
joachim99@12 230 - Shift-Del, Ctrl-Ins, Shift-Ins supported for Cut/Copy/Paste
joachim99@12 231
joachim99@12 232 Fixed bugs:
joachim99@12 233 - Make failed on some systems because of missing "minmax.h".
joachim99@12 234 - Files where opened for reading, but not closed afterwards.
joachim99@12 235 - Vertical scrollbar sometimes didn't work correctly.
joachim99@12 236
joachim99@12 237
joachim99@12 238
joachim99@2 239 Version 0.81 - 2002/08/18
joachim99@12 240 =========================
joachim99@2 241 New features:
joachim99@2 242 - Now KDE3 is also supported. Previously only KDE2 was supported.
joachim99@2 243 - Navigation via click into the overview column now supported.
joachim99@2 244
joachim99@2 245 Fixed bugs:
joachim99@2 246 - Some input files caused a crash in the diff-algorithm.
joachim99@2 247 - The meaning of option "Ignore trivial matches" was inverted.
joachim99@2 248 - When selecting a text in one window, this deselects any previously
joachim99@2 249 active selection in the same or another window.
joachim99@2 250
joachim99@2 251
joachim99@2 252
joachim99@2 253 Version 0.8 - 2002/07/28
joachim99@2 254 ========================
joachim99@2 255 This is the first version to be released.