OSDN Git Service

Add /fileext command line option
[winmerge-jp/winmerge-jp.git] / Docs / Users / ChangeLog.md
1 # Change log
2
3 ## WinMerge 2.16.14 - 2021-07-2x
4
5 ### General
6
7 - Fixed an issue where the WinMerge process might not terminate even though the
8     WinMerge window was closed.
9
10 ### File compare
11
12 - BugFix: Fixed an infinite loop when "find what" in the substitution filters
13    is empty.
14
15 ### Folder compare
16
17 - BugFix: Fix an issue where a file is deselected when returning to the folder
18     compare window after opening the file compare window by double-clicking
19     the file in the folder compare window. (PR #857)
20 - Right click context menu - Compare files or folders in a new tab (#232,#277)
21
22 ### Binary compare
23
24 - BugFix: Fixed an issue where window titles may not be updated
25
26 ### Image compare
27
28 - winmerge shows (differences) rotated image (winmerge/winimerge #20)
29 - Added following menu items to the context menu
30   - Rotate Right 90deg
31   - Rotate Left 90deg
32   - Flip Vertically
33   - Flip Horizontally
34
35 ### Options dialog
36
37 - Add preference option to clear "Don't ask this question again"
38     CompareLargeFiles choice (#772, PR #859)
39
40 ### Select Files or Folders dialog
41
42 - BugFix: Fix the Select Files or Folders dialog. (PR #882,#892)
43
44 ### Plugins
45
46 - BugFix: CompareMSExcelFiles.sct: "This picture only contains a bitmap" was
47     displayed when comparing Excel files that contain shapes.
48 - BugFix: CString rangestr = (argc > 0) ? argv[0] : GetColumnRangeString();
49     (#853)
50 - Improve plugin system (editor script) (PR #871)
51 - New unpacker plugins:
52   - PrettifyHTML
53   - PrettifyYAML
54   - ValidateHTML
55   - QueryYAML
56   - SelectColumns
57   - SelectLines
58   - ReverseColumns
59   - ReverseLines
60   - Replace
61 - New editor script plugins:
62   - PrettifyHTML
63   - PrettifyYAML
64   - SelectColumns
65   - SelectLines
66   - ReverseColumns
67   - ReverseLines
68   - Replace
69 - Updated Apache Tika to version 2.0.0
70 - Updated yq to version 4.11.1
71
72 ### Command line
73
74 - Added /l command line option (osdn.net #41528)
75 - Added /t, /table-delimiter, /new, /fileext and /inifile command line option
76
77 ### Installer
78
79 - Installer integrates with TortoiseGit and TortoiseSVN despite being told not
80     to (#878)
81
82 ### Translations
83
84 - Translation updates:
85   - Bulgarian (PR #850)
86   - Dutch (PR #842,#893)
87   - Galician (PR #869)
88   - German (PR #860,#870,#883,#890)
89   - Hungarian (PR #845,#856)
90   - Japanese
91   - Lithuanian (PR #840,#849,#866,#875,#879)
92   - Portuguese (PR #846,#872)
93   - Slovenian (#858)
94   - Russian (PR #847)
95   - Turkish (PR #848)
96
97 ### Internals
98
99 - BugFix: WinMerge doesn't build under Visual Studio 16.10.2 (#841)
100 - BugFix: x64: LINK : warning LNK4010: invalid subsystem version number 5.01;
101     default subsystem version assumed (#855)
102 - BugFix: Project: heksedit cl : command line warning D9002: ignoring unknown
103     option '/arch:SSE' (#861)
104 - BugFix:ALL.vs2019.sln cl : command line warning D9035: option 'Gm' has been
105     deprecated and will be removed in a future release (#862)
106 - Resolves: Add continuous code security and quality analysis (PR #844, #843)
107 - Improvement: Add check and error mesage in DownloadDeps.cmd that path to
108     7-zip exists (#864)
109
110 ## WinMerge 2.16.13 - 2021-06-22
111
112 ### General
113
114 - BugFix: Register.bat did not work properly on the Chinese version of
115     Windows XP (#780)
116 - Possibility to store settings in INI file (#248) (PR #750)
117 - FeatureRequest - Ignoring options - lack in "button menu" (#804)
118
119 ### File compare
120
121 - BugFix: Fix PHP syntax highlighting. (PR #782, PR #802)
122 - BugFix: BS key did not work at the beginning of the line after splitting
123     the pane or clicking the OK button in the Options dialog.
124 - BugFix: The edited contents were discarded when the "Recompare As" menu item
125     was selected after editing the file
126 - BugFix: Incorrect comparison (#834)
127     (This bug occured when enabling both the 'Ignore blank lines' option and
128      the 'Completely unhighlight the ignored differences' option.)
129 - Add Smarty syntax highlighting. (PR #821)
130 - Thicken the caret in overwrite mode (osdn.net #42179)
131
132 ### Folder compare
133
134 - BugFix: Different Files are Identical? (#768)
135     (When comparing files with only BOM and no contents, the comparison result
136      became unstable because it referred to the uninitialized memory.)
137 - BugFix: Fix a crash when re-comparing folders (osdn.net #42219)
138
139 ### Binary compare
140
141 - BugFix: The file could not be saved after creating a new one
142 - Made Unpacker plugins available for image compare and binary compare
143
144 ### Image compare
145
146 - BugFix: Error on try to show differences between two different gif (#784)
147 - Made Unpacker plugins available for image compare and binary compare
148
149 ### Plugins
150
151 - Improve plugin system (PR #797)
152   - Added categorized Unpacker plugin menu items to various menus 
153   - Made it possible to specify multiple Unpacker/Prediffer plugins by
154       concatenating them with | and to specify arguments.
155   - Allowed Unpacker/Prediffer plugins to be specified for multiple files at
156       once in Folder Compare window. The specified plugin will be visible in
157       the Unpacker and Prediffer columns
158   - Add "(U)" or "(P)" to the tab title of the window opened by the
159       Unpacker/Prediffer plugin.
160   - Allowed the plugin settings dialog to specify default arguments that will
161       be used when no plugin arguments are specified
162   - Allowed plugins used by Automatic Unpacking/Prediffing to be excluded in
163       the plugin settings dialog
164   - New unpacker plugins:
165     - ApacheTika
166     - PrettifyJSON
167     - PrettifyXML
168     - QueryCSV
169     - QueryTSV
170     - QueryJSON
171     - MakeUpper
172     - MakeLower
173     - RemoveDuplicates
174     - CountDuplicates
175     - SortAscending
176     - SortDescending
177     - ExecFilterCommand
178     - Tokenize
179     - Trim
180     - VisualizeGraphviz
181   - New editor script plugins:
182     - RemoveDuplicates
183     - CountDuplicates
184     - Tokenize
185     - Trim
186     - ApacheTika
187     - PrettifyJSON
188     - PrettifyXML
189
190 ### Translations
191
192 - BugFix: Fix an issue where a message is not translated.(PR #763)
193 - Translation updates:
194   - French (PR #762)
195   - Japanese
196   - Polish (PR #769)
197   - Turkish (PR #803)
198   - Russian (PR #761)
199
200 ### Internals
201
202 - Update CWindowsManagerDialog (PR #811)
203 - Update CWindowsManagerDialog - check some pointers for null and made safe
204     casts (PR #824)
205
206 ## WinMerge 2.16.12 - 2021-04-29
207
208 ### General
209
210 - GUI textstrings: grammatical corrections (PR #722)
211 - Added ARM64 support
212
213 ### File compare
214
215 - BugFix: Fix PHP syntax highlighting. (PR #751)
216 - BugFix: Strings in a multi-line diff block were not be replaced correctly
217     when the substitution filters' regular expression contained ^
218 - BugFix: Font size restoration with Ctrl+0 key did not work properly in
219     Hi-DPI environment
220 - BugFix: Fixed a rare crash when enabling syntax highlight
221 - BugFix: Fixed an issue where inline scripts in HTML files were not
222     highlighted correctly
223 - Make the width of the 'Find what' label in Find dialog a little wider
224     (osdn.net #42063)
225 - Fix conflicting accelerators (osdn.net #42064) 
226 - [Feature Request] Selection Count on Status Bar (#135)
227 - Add C# 6.0 reserved words to style list (PR #719)
228 - FR: Add a shortcut key go to next file (#721)
229 - Update PHP syntax highlighting keyword list. (PR #724)
230 - autoit.cpp - Macros >> User 1 ..... Variable >> User 2 (PR #749)
231 - autoit.cpp - #CS #CE support (PR #753)
232 - Interrupt a inline diff process when it takes too long
233 - Make the color of characters that represent spaces and tabs lighter than
234     other characters when the "View Whitespace" menu item is enabled
235 - Added "Open Parent Folder" menu item to the context menu
236
237 ### Folder compare
238
239 - BugFix: Copy confirmation dialog has overlapped Yes/No Button (#739)
240 - BugFix: Comparison result was not updated by Swap operation in 3-way folder
241     comparison (osdn.net #41901)
242
243 ### Binary compare
244
245 - BugFix: Next File or Previous File button on the toolbar did not work if the
246     active window was a binary compare window or an image compare window.
247 - BugFix: Only one pane was zoomed in/out in Ctrl+Mouse Wheel
248
249 ### Image compare
250
251 - BugFix: Next File or Previous File button on the toolbar did not work if the
252     active window was a binary compare window or an image compare window.
253 - BugFix: The header bar widths were not calculated properly when the
254     'Split Vertically' menu item is unchecked.
255
256 ### Open dialog
257
258 - Make archive files openable as binary files from the pull-down menu.
259
260 ### Archive support
261
262 - BugFix: Fixed a rare crash when decompressing an archive file
263
264 ### Plugins
265
266 - BugFix: ATL: QIThunk - 2 LEAK in plugins e.g. DisplayBinaryFiles and
267     DisplayXMLFiles (#755)
268
269 ### Translations
270
271 - Translation updates:
272   - Brazilian (PR #711,#728,#729)
273   - Dutch (PR #706)
274   - Galician (PR #737)
275   - German (PR #718,#752)
276   - Hungarian (PR #712)
277   - Japanese
278   - Korean (PR #709)
279   - Lithuanian (PR #708,#713,#738,#754)
280   - Portuguese (PR #725)
281   - Slovenian
282   - Swedish (PR #720,#723)
283   - Russian (PR #707)
284
285 ## WinMerge 2.16.11 - 2021-03-28
286
287 ### General
288
289 - Make all OK strings same case (PR #593)
290 - Tab bar: Added shadows to help distinguish between active and inactive tabs
291 - Added drop-down menu to Open and Save icon on toolbar 
292
293 ### File compare
294
295 - BugFix: Basic syntax highlighter is broken (osdn.net #41440)
296 - BugFix: File is corrupted while saving differences in changed file (Ctrl+S)
297     (#607)
298 - BugFix: Fix an issue where the syntax highlighting scheme is not applied to
299     the split second File pane and the Diff pane when changing it.
300     (PR #624)
301 - BugFix: The position selected by clicking while holding down the shift key is
302     incorrect. (sf.net #2237)
303 - BugFix: Fix an issue where the comment filter might not work properly if the
304     file is non-UTF-8 and the comment contains non-ascii characters.
305 - Add a feature to set up default highlighting by a file extension
306     (PR #627)
307 - Add "Copy Selected Line(s) to/from Left/Right" feature (#463)
308     (PR #642)
309 - If -b or -w is also specified, -B now considers lines to be empty if they
310     contain only white space (osdn.net #41355)
311 - Added BOM checkbox to the Codepage dialog.
312
313 ### Folder compare
314
315 - BugFix: Program crash if you close a tab with the folder from where you
316     opened current file (#645)
317 - BugFix: The title bar path was not updated when swapping files in a Zip file.
318 - BugFix: The codepage specified in the Codepage dialog did not affect the
319     files to be opened.
320
321 ### Image compare
322
323 - BugFix: The image on the right does not open if the file exists only on the
324     right (osdn.net #41721)
325
326 ### Open dialog
327
328 - Added Text, Table, Binary and Image menu items to the Compare button in the
329     "Select Files or Folders" window
330
331 ### Archive support
332
333 - Rar5 support (#644)
334
335 ### Options dialog
336
337 - BugFix: Fix an issue where custom colors are not saved.
338     (PR #648)
339
340 ### Plugins
341
342 - RCLocalizationHelper: Fix memory leaks (PR #596)
343
344 ### Installer
345
346 - Installer issue with Polish diacritics characters (#589)
347
348 ### Translations
349
350 - Translation updates:
351   - Bulgarian (PR #599,#625)
352   - Brazilian (PR #633)
353   - French (PR #637,#649,#658,#659)
354   - Galician (PR #587,#650,#677)
355   - German (PR #632,#651)
356   - Hungarian (PR #682,#683,#685)
357   - Japanese
358   - Lithuanian (PR #634,#653)
359   - Polish (PR #597,#673)
360   - Portuguese (PR #674)
361   - Slovenian
362   - Russian (PR #588)
363
364 ### Command line
365
366 - Single instance mode does not work when launched from Visual Studio 2019
367     (#622)
368     (Added /sw command line option)
369
370 ### Internals
371
372 - BugFix: Plugins\src_VCPP\VCPPPlugins.vs2017.sln can't open projects any
373     more because in revision 69455da the projects were renamed. (#598)
374 - BugFix: OutputFile of plugin project DisplayXMLFiles is different that the
375     other projects (#600)
376 - BugFix: WinMergeScript.rgs files in Plugins\src_VCPP projects are not found.
377     (#605)
378 - BugFix: typeinfoex.h(189): warning C4701: potentially uninitialized local
379     variable 'pTypeLib' used (#605)
380 - BugFix: Plugins project DisplayXMLFiles.vcxproj contains
381     "Unicode Release MinSize" configuration but was removed (#611)
382 - Expression is always true (#612,PR #613)
383 - Plugins.cpp function SearchScriptForMethodName can be improved (#690)
384
385 ## WinMerge 2.16.10 - 2021-01-30
386
387 ### General
388
389 - BugFix: Fixed processing that uses GetAsyncKeyState(). (GitHub PR #505)
390 - BugFix: Fixed the problem that the language setting is not applied to the
391     context menu of the MDI tab when the language setting is changed. 
392     (GitHub PR #523)
393 - BugFix: command-line option /x did not work for binary and image comparison
394 - BugFix: Substiturions vs. Substitutions (GitHub #551)
395 - Swap Panes functionality for 3 way compares (Issue #507) (GitHub PR #533)
396 - [feature request] Add options to command line to change "compare methods"  
397     (GitHub #530)
398 - Added the command line option "/s-" to ensure that another instance is
399     always executed, ignoring the value of the 'Allow only one instance to 
400     run' option.
401
402 ### File compare
403
404 - BugFix: WinMerge crashes with mouse double click (GitHub #531)
405 - BugFix: Fixed an issue where the message box "The report has been created
406     successfully." was displayed even if the report creation failed.
407 - BugFix: BUG: Doesn't respect "Don't ask this question again" checkbox when
408     comparing large files (GitHub #574)
409 - The Location pane doesn't draw a line connecting moved differences by
410     default (GitHub #498)
411 - Update crystallineparser.cpp - AutoIt (\*.au3) support as a "Basic"
412     (GitHub PR #543)
413 - s\_apszAutoItKeywordList[] - actualization for AutoIt (GitHub PR #584)
414 - Added JavaScript and JSON syntax highligher (osdn.net #41083)
415 - Added View -> Diff Context -> Invert menu item
416 - Feature Request: Move To Next File option while comparing files #475
417     (GitHub PR #561)
418 - A new feature "Ignored Substutions" (GitHub PR #544,#549,#560)
419   ("Ignored Substitutions" was renamed to "Substitution Filters")
420
421 ### Folder compare
422
423 - BugFix: Winmerge crashes consistently when deleting files
424     (GitHub #491)
425 - BugFix: Copy Folder does not copy subfolders and I don't see any option for it
426     (GitHub #537)
427
428 ### Table compare
429
430 - Added File -> New -> Table menu item
431
432 ### Binary compare
433
434 - Added File -> New -> Binary menu item
435
436 ### Image compare
437
438 - Implement copy and paste images (GitHub PR #524)
439 - Added File -> New -> Image menu item
440 - Added Image -> Compare Extracted Text From Image menu item
441
442 ### Options dialog
443   
444   - Fix an issue where custom colors are not saved.
445     (GitHub PR #648)
446
447 ### Filter dialog
448
449 - Making CPropertySheet resizable needs some re-work. (Issue #509)
450     (GitHub PR #535)
451   
452 ### Patch Generator dialog
453
454 - BugFix: Crash when generating patch (GitHub #521)
455
456 ### Translations
457
458 - Translation updates:
459   - Dutch (GitHub #578,#579,#580)
460   - Galician (GitHub PR #493,#538,#570)
461   - German (GitHub PR #532,#548,#563,#585)
462   - Japanese
463   - Lithuanian (GitHub PR #496,#528,#536,#562,#564)
464   - Portuguese (GitHub PR #495)
465   - Slovenian (GitHub #553,#565)
466   - Russian (GitHub PR #494)
467
468 ### Manual
469
470 - Update manual (GitHub PR #497,#513,#546)
471 - Small tweaks for the Manual (GitHub PR #508)
472 - Windows XP Pro SP0 vs Requirements (GitHub #515)
473
474 ### Internals
475
476 - Fix Various Warnings (GitHub PR #539)
477 - Various fixes to testing (GitHub PR #545)
478 - Some tweaks for translations status (GitHub PR #556)
479 - Link error when `building Plugins\src_VCPP\DisplayXMLFiles` with Visual
480     Studio 2019 16.7.7 (GitHub #554)
481 - Link error when building VCPP plugin DisplayXMLFiles with Visual Studio
482     2019 16.7.7 (GitHub #555)
483 - Link warnings when building VCPP plugin DisplayXMLFiles with Visual Studio
484     2019 16.7.7 (GitHub #558)
485 - Some more files should be added to the .gitignore file (GitHub #559)
486
487 ## WinMerge 2.16.9 - 2020-11-29
488
489 ### General
490
491   - BugFix: MainFrm.cpp: Toolbar was leaking image lists (GitHub PR #432)
492   - BugFix: The icons on a 43" 4K screen are too small (GitHub #276)
493   - Update English.pot (GitHub #440)
494   - Update Merge.rc (GitHub #487)
495   - Improved startup time
496
497 ### File compare
498
499   - BugFix: [UI] Pane enlargement was reset after changing tab (GitHub #403)
500   - BugFix: Non-comment differences were sometimes ignored when the comment
501       filter was enabled, (osdn.net #40488)
502   - BugFix: Line Filters aren't applied when using a 3rd file (GitHub #395)
503   - BugFix: "Ignore blank lines" does not work in 3-way compare (GitHub #450)
504   - BugFix: Fix the problem that the comparison result is displayed one line
505       off in the file compare window if a sync point is added with the first
506       line selected. (GitHub PR #435)
507   - BugFix: Fix the problem accessing the text buffer out of range if a sync
508       point is added by selecting a ghost line that is after the last block.
509       (GitHub PR #457)
510   - BugFix: Fix the problem that "Goto...", "Goto Line <line>" and moving by
511       left click on the location pane do not work appropriately when the Diff
512       pane is active in the file compare window. (GitHub PR #476)
513   - BugFix: Reloading file does not refresh its encoding (GitHub #466)
514   - BugFix: Editor text display is abnormal - character spacing problem
515       (GitHub #468)
516   - always copy "full line" instead of "selected text only" - option
517       CopyFullLine (GitHub PR #459)
518   - Add the feature "Go to Moved Line" requested by #278 (GitHub PR #484)
519   - how to show white space with linebreak hidden? (GitHub #265)
520     (Added View->View EOL menu item)
521
522 ### Folder compare
523
524   - BugFix: Pausing comparing doesn't pause immediately (GitHub #342)
525   - BugFix: Sorting on Comparison Result being done incorectly (GitHub #483)
526   - Commandline to display versions in the output report (GitHub #418)
527   - "Don't ask again" checkbox for the Confirm Copy dialog (GitHub PR #445)
528
529 ### Binary compare
530
531   - BugFix: Scrolling binary files (GitHub #456)
532
533 ### Options dialog
534   
535   - Added "Automatically scroll to first inline difference" option to Options
536     dialog
537
538 ### Patch Generator dialog
539
540   - BugFix: Fixed the problem that the input to File1 or File2 comboboxes of
541       the Patch Generator dialog is not applied when the Patch Generator dialog
542       is opened by selecting multiple files. (GitHub PR #421)
543
544 ### Translations
545
546   - Translation updates:
547     - Chinese Simplified (GitHub PR #465)
548     - Dutch (GitHub PR #482)
549     - Galician (GitHub PR #419,#458,#493)
550     - German (GitHub PR #438,#448,#480,#490)
551     - Lithuanian (GitHub PR #417,#439,#443,#449,#481)
552     - Polish (GitHub PR #447)
553     - Portuguese (GitHub PR #429,#467)
554     - Slovak (GitHub PR #470)
555     - Slovenian (GitHub PR #486,#488)
556     - Spanish (GitHub PR #454)
557     - Turkish (GitHub PR #425)
558
559 ### Manual
560
561   - Update Shortcut_keys.xml (GitHub PR #430)
562   - Update manual (GitHub PR #485,#492)
563
564 ### Internals
565
566   - Tweak output from BuildInstaller.cmd and BuildArc.cmd (GitHub PR #424)
567   - Fix typo in GhostTextBuffer.cpp (GitHub PR #472)
568   - Fix typo in memdc.h (GitHub PR #474)
569
570 ## WinMerge 2.16.8 - 2020-08-28
571
572 ### General
573   - BugFix: More space for some internationalized strings (GitHub #402)
574   - BugFix: Some improvements (GitHub #405,#411)
575
576 ### File compare
577   - BugFix: Ignore case option did not work when Diff algorithm was
578       other than default
579   - BugFix: A white vertical rectangle was sometimes drawn in the selected area
580   - BugFix: The title of the file comparison window after changing the language
581       was accidentally changed to "Untitled left/right"
582   - BugFix: Wrong merging (GitHub #420)
583       (minimal/patience/histogram diff algorithm did not work on Windows XP)
584   - Extended F4 key movement range to the whole file
585   - Don't treat UTF-8 and UTF-8 with BOM the same when the 
586       "Ignore codepage differences" option is disabled
587
588 ### Folder compare
589   - BugFix: Appropriate error messages were not displayed when the file to be
590       deleted no longer existed
591   - BugFix: 'Show Middle/Right Unique items' menu item does not work properly
592       in 3-way folder compare (osdn.net #40672)
593   - CTRL+Drag folders now has the opposite behavior of the current
594       Include Subfolders option
595
596 ### Image compare
597   - BugFix: Fix scrolling glitches (GitHub WinMerge/winimerge PR #8)
598   - Reduce flicker on resize (GitHub WinMerge/winimerge PR #9)
599
600 ### Options dialog
601   - Allow choosing image filename patterns from a multi-selection dropdown list
602       (GitHub PR #391)
603   - WildcardDropList: Avoid the String instance as it could throw std::bad_alloc
604       (GitHub PR #397)
605   - Remove duplicate filename patterns without relying on WildcardDropList
606       (GitHub PR #400)
607   - Made Options dialog resizable
608   - Changed the default values for the following options:
609     - Ignore codepage differences -> disabled
610     - Include unique subfolders contents -> enabled
611
612 ### About dialog
613   - Rework the fix for Github issue #316: GUI glitches/bugs #2 (GitHub PR #392)
614   - Replace outdated list of developers in AboutBox with ascii-art gnu from FSF
615       (GitHub PR #394)
616
617 ### Installer
618   - BugFix: Installation - Internal error: Failed to expand shell folder
619       constant "userdesktop" (GitHub #354)
620   - BugFix: Lithuanian.po is missing (GitHub PR #415)
621   - New installer for per-user installation
622       (WinMerge-2.16.8-x64-PerUser-Setup.exe)
623
624 ### Translations
625   - Translation updates:
626     - Brazilian (GitHub PR #383)
627     - Galician (GitHub PR #393)
628     - German (GitHub PR #388,#389,#398,#399,#401,#406,#412,#414, WinMerge/frhed PR #2)
629     - Lithuanian (GitHub PR #385,#390,#407,#408,#413,#415)
630     - Turkish (GitHub PR #386)
631     - Russian (GitHub PR #387)
632
633 ### Manual
634   - Update manual for IgnoreCommentsC change (GitHub PR #384)
635   - Update Shortcut_keys.xml (GitHub PR #410)
636
637 ## WinMerge 2.16.7 - 2020-07-26
638 ### General
639   - BugFix: The icons on a 43" 4K screen are too small (GitHub #276)
640   - BugFix: GUI glitches/bugs (GitHub #316)
641   - BugFix: Several issues regarding i18n (GitHub #314)
642   - Add Solarized Dark/Light color scheme (GitHub #287)
643   - Compile WinMerge with ASLR and CFG enabled (GitHub #315)
644
645 ### File compare
646   - BugFix: Diff Pane issues (GitHub #307)
647   - BugFix: Codepage not updated on refresh (GitHub #320)
648   - BugFix: Crashes when comparing large files (GitHub #325)
649   - BugFix: WinMerge does not recognize the same files (GitHub #332)
650   - BugFix: Moved ghost lines are shown in the wrong color (GitHub #358)
651   - BugFix: opening same file (GitHub #362)
652   - BugFix: Find dialog sometimes remembers old text to start a new find
653       instead of the new text. (GitHub #368)
654   - BugFix: Fix a problem where markers that are out of the range of the 
655       current difference appear in the difference pane. (osdn.net 40407)
656   - BugFix: HTML5 encoding (<meta charset="..." >) is ignored. (osdn.net #40476)
657   - '=' should be included in word separator (osdn.net #40224)
658   - Allow specifying default for EOL warning checkbox (GitHub #297)
659   - Only indent existing lines (GitHub #356)
660
661 ### Table compare
662   - Made it possible to display the contents of CSV and TSV files like
663       spreadsheet software.
664
665 ### Folder compare
666   - BugFix: DST causes incorrect dates shown in Date column (GitHub #299)
667   - BugFix: Long filename issue (GitHub #339)
668   - BugFix: Winmerge Freeze if large number of files are listed in Window View
669       (GitHub #348)
670   - BugFix: Change to disable some menu items that should not be executed for
671       directories, when directories are selected in the folder compare window. 
672       (GitHub PR #366)
673   - BugFix: Update DirViewColItems.cpp (GitHub #376)
674   - BugFix: Fix the problem that not 3 panes but 2 panes file compare window
675       displays when executing "Compare As" > "Binary" or "Compare As" > "Image"
676       in the context menu in the folder compare window with selecting 3 items.
677       (GitHub PR #381)
678   - BugFix: Fix a problem where a text file could be considered a binary file.
679       (osdn.net #40296)
680   - BugFix: crash when clicking [Merge]-> [Delete] menu item while renaming a
681       file
682   - Add a feature generating a patch from directories (#283) (GitHub PR #331)
683   - added bin and obj directories to C# filter (GitHub PR #365)
684
685 ### Image compare
686   - BugFix: Scrolling behavior when dragging images is wrong (osdn.net #40205)
687
688 ### Open dialog
689   - BugFix: Open dialogs are sometimes left as garbage (osdn.net #40487)
690   - Browse button in the file/dir selection show wrong path (GitHub #346)
691
692 ### Options dialog
693   - BugFix: Pressing the [Compare/Binary] category button in the Options dialog
694       twice will cause a crash. (osdn.net #40308)
695
696 ### Plugins
697   - BugFix: Fix handling of line breaks in SortAscending, SortDescending
698       (osdn.net PR #40266)
699   - BugFix: Error when comparing images in the CompareMSExcelFiles.sct plugin
700       (osdn.net #40472)
701   - CompareMSExcelFiles.sct: Include Excel Addin files (*.xlam) (GitHub PR #269)
702   - Add support for C# and TypeScript (GitHub PR #382)
703   - Add a plugin for Visio (osdn.net PR #40473)
704   - Plugin fixes for the new Table Compare
705       (CompareMSExcelFiles.sct, IgnoreFieldsComma.dll, IgnoreFieldsTab.dll)
706
707 ### Archive support
708   - BugFix: Crash when comparing encrypted 7z files (GitHub #367)
709
710 ### Installer
711   - Create the installer with Inno Setup 5.x since installers created with Inno
712       Setup 6.0.x are identified as malware by multiple virus scanning engines
713
714 ### Translations
715   - Translation updates:
716     - Brazilian (GitHub #360)
717     - Chinese Simplified (GitHub PR #303,#377)
718     - Galician (GitHub PR #292,#293,#308,#313,#326)
719     - German (GitHub PR #312,#357)
720     - Lithuanian (GitHub PR #291,#298,#333)
721     - Polish (GitHub PR #280)
722     - Portuguese (GitHub PR #305)
723     - Russian (GitHub PR #270,#271,#272,#302,#327,#328)
724     - Slovak (GitHub PR #300)
725     - Slovenian (GitHub #285)
726     - Spanish (GitHub PR #292,#293,#304,#308)
727     - Turkish (GitHub PR #335,#336,#337,#338)
728
729 ### Manual
730   - Minor changes to translations README.md file (GitHub #289)
731   - Update winmerge.org URL to HTTPS, many small improvements (GitHub PR #306)
732
733 ### Internals
734   - BugFix: Src\Common\MyCom.h unused? (GitHub #284)
735   - BugFix: Error on git repository cloning (GitHub #288)
736
737 ## WinMerge 2.16.6 - 2020-02-23
738
739 ### General
740   - Added CWindowsManagerDialog class for handling open tabs with Ctrl+Tab,
741       now the application is behave just like professional editors
742       (Visual Studio, Notepad++, etc.) to switch and activate the open tabs.
743       (GitHub #247)
744
745 ### File compare
746   - BugFix: GhostTextBuffer: Don't unexpectedly bring back empty lines user
747       wants to delete (GitHub #244)
748   - BugFix: Prevent silent abort with File Comparison of files whose size
749       is an exact multiple of 2^32 bytes (GitHub #257)
750   - BugFix: WinMerge 2.16.4.0 crashes after de-selecting Split Vertically
751       (GitHub #259)
752   - BugFix: "Replace All" may not replace all text
753   - BugFix: An error message is shown when pressing Enter key in Diff pane
754       (osdn.net #39924)
755   - BugFix: Non-moved lines are treated as moved lines (osdn.net #39851)
756   - Add support for touchpad horizontal scroll (GitHub #254)
757
758 ### Image compare
759   - BugFix: Support 16-bit images (GitHub WinMerge/winimerge issue #6)
760   - Add support for SVG, PDF, WMF and EMF file types
761     (Only available in WinMerge 64bit version on Windows 10)  
762       Demo1: https://gyazo.com/b605edb820bc52d0f4f6232eb8ad78aa  
763       Demo2: https://gyazo.com/f5f267546db27f2dc801c00df8cb4251
764
765 ### Archive support
766   - BugFix: Third tgz doesn't get fully extracted (first two do) (GitHub #263)
767
768 ### Patch generator dialog
769   - BugFix: Crash when generating patch for multiple files and a file only on
770       one side (GitHub #252)
771
772 ### Installer
773   - BugFix: Fix spelling of Git (GitHub #246)
774
775 ### Translations
776   - New translation: Arabic (sf.net #3038)
777   - Translation updates:
778     - Bulgarian (GitHub #236, #268)
779     - French (GitHub #251)
780     - German (GitHub #239, #245, #258)
781     - Lithuanian (GitHub #233, #267)
782     - Portuguese (GitHub #237)
783     - Spanish (GitHub #266)
784
785 ### Manual
786   - BugFix: Fix spelling of Git (GitHub #246)
787   - Update Configuration.xml (GitHub #262)
788
789 ### Internals
790   - Consolidate FolderCmp (GitHub #240, #242)
791   - Avoid some back and forth file path transcoding between UTF16 and UTF8
792       (GitHub #243)
793
794 ## WinMerge 2.16.5 - 2019-12-09
795
796 ### File compare
797   - BugFix: Suspicious lack of Release() calls in lwdisp.c (GitHub #171)
798   - BugFix: Performance using Unpacker (GitHub #180)
799   - BugFix: WinMerge toolbar appears too small on UHD and should default
800       to the conforming Windows 10 scaling/DPI accessibility setting
801       (GitHub #182)
802   - BugFix: "Recompare as" menu option doesn't follow current choice
803       (GitHub #191)
804   - BugFix: Switching between "Find Next" and "Find Prev" need to click twice
805       (GitHub #202)
806   - BugFix: Program is crashed! (GitHub #229)
807   - Switch "Find" buttons in Find dialog (GitHub #201)
808   - Improve UNICODE character support using icu.dll usable
809       from Windows 10 Creators Update 
810   - Add support for color emoji (Only available in 64bit version)
811       (To enable color emoji support, select DirectWrite* in Rendering
812        mode combobox on Editor page in the Options dialog)  
813       Demo: https://gyazo.com/7cbbbd2c1de195fcd214d588b21b21d4
814
815 ### Folder compare
816   - BugFix: Crash when clicking Next Difference button after unchecking
817       Show Different Items menu item
818   - Changed symbols in Newer/Older column for better visual clarity
819       (GitHub #169)
820   - Add "Ignore codepage differences" to quick options (GitHub #197)
821   - Limit the window flashing count. (GitHub #206)
822
823 ### Image compare
824   - BugFix: Image compare breaks when zoomed too much with large pictures
825       (GitHub #188)
826   - BugFix: [Image compare] Zoom-in focuses on top-left corner instead of
827       cursor position (GitHub #211)
828
829 ### Shell extension
830   - BugFix: "Run as Administrator" incompatible with "Shell integration"
831       (ver 2.16.4) (sf.net #2234)
832
833 ### Installer
834   - BugFix: Installer russian translation (#168)
835   - BugFix: Windows 10 shell integration not working (GitHub #176)
836   - Installer - Proposal - Separate Inno Setup strings from WinMerge
837       installer strings (GitHub #167)
838
839 ### Translations
840   - Update Italian translation (GitHub #164, #165)
841   - Update Russian translation (GitHub #166)
842   - Update Bulgarian translation (GitHub #170, #175, #179, #212)
843   - Update Portuguese translation (GitHub #185, #199)
844   - Update French translation (GitHub #187)
845   - Update Lithuanian translation (GitHub #189, #208, #217, #225)
846   - Update Swedish translation (GitHub #194, #196)
847   - Update German translation (GitHub #204, #205, #215)
848   - Update Polish translation (GitHub #218)
849   - Update Simplified Chinese translation (GitHub #228)
850   - Update Finnish translation (sf.net #3037)
851   - Update English.pot (#216)
852   - Add Japanese manual (GitHub #183)
853
854 ### Manual
855   - Small Manual tweaks (GitHub #190)
856
857 ## WinMerge 2.16.4 - 2019-07-28
858
859 ### File compare
860   - BugFix: coretools.cpp: linelen() should not truncate lines with embedded
861       NULs (GitHub #156)
862   - BugFix: file compare : right-click doesn't select the diff under
863       the mouse (GitHub #159)
864   - BugFix: Avoid an exception in GuessCodepageEncoding() when filepath equals
865       "NUL" (GitHub #162)
866   - BugFix: Auto-indent did not work if the EOL-style was not CRLF
867
868 ### Folder compare
869   - BugFix: Generating HTML Folder Compare report including File Compare
870       report did not complete (Bitbucket #15)
871   - BugFix: Compare Statistics dialog: The number of diff folders was
872       counted in the number of diff files
873
874 ### Plugins
875   - BugFix: PrediffLineFilter.sct: Wrong encoding for settings
876       dialog (Bitbucket #16)
877
878 ### Translations
879   - Update Russian translation (Bitbucket PR #51)
880   - Update Italian translation (Bitbucket PR #52)
881
882 ### Internals
883   - Favor PathContext::GetSize() over PathContext::size() (GitHub #157)
884   - Consolidate FolderCmp (GitHub #158, #160, #161)
885   - Avoid some InnoSetup compiler warnings (Bitbucket PR #53)
886
887 ## WinMerge 2.16.3 - 2019-06-29
888
889 ### General
890   - BugFix: Slow startup with documents folder redirected to high-latency
891       network drive (Bitbucket #155)
892   - Add VisualElementsManifest for Windows 10 start menu (Bitbucket PR #47)
893   - Reduce the size of the executable file
894
895 ### File compare
896   - BugFix: Location and Diff pane visibility broken in 2.16.1 
897       (GitHub #138, Bitbucket #163, sf.net #2228)
898   - BugFix: Temporary files could not be created (GitHub #143, sf.net #2220)
899   - BugFix: Trivial bugfix (GitHub #155)
900   - BugFix: Regression: Incorrectly shows 'no changes' for large portions of
901       certain binary files! (Bitbucket #162)
902   - Small tweaks for HTML file reports (Bitbucket PR #44, #45)
903   - Made diff algorithm selectable by using libXDiff
904       algorithms: default(Myers), minimal, patience, histogram
905   - triple click to select whole line (Bitbucket #144)
906   - Add support for merging word level diffs in selection  
907       Demo: https://i.gyazo.com/af18960bd1f121213a2cd9287cae9cf4.gif
908
909 ### Folder compare
910   - BugFix: WinMerge 3-Way Compare Bugs: Always Shows Unique Items.
911       (GitHub #154)
912   - BugFix: WinMerge could not compare files that are opened in other
913       applications
914   - Show progress bar while generating Folder Compare Report
915   - Use own colors settings for folder compare (Bitbucket PR #49)
916
917 ### Project file
918   - BugFix: Possible Bugs in 2.16.2 (sf.net #2221)
919   - Supporting relative path in project file (Bitbucket #158)
920   - Allow multiple <paths> in project file
921
922 ### Image compare
923   - BugFix: no message was displayed when file saving failed
924   - Implement Insertion/Deletion Detection  
925       Demo: https://gyazo.com/17d8773354d23b5ae51262f28b0f1f80
926
927 ### Options dialog
928   - Tweak size of combobox "codepage" in options (GitHub #144)
929   - Sort combobox codepage and add manual codepage (GitHub #145)
930
931 ### Installer
932   - Allow per-user installation (only x64 installer)
933   - Don't install Files.txt and don't add "Uninstall WinMerge" to the
934       start menu (Bitbuket #38)
935
936 ### Translations
937   - Update French translation (GitHub #149, #150)
938   - Update Lithuanian translation (Bitbucket PR #36, #40, #43, #46, #48, #50)
939   - Update Russian translation (Bitbucket PR #41, #42)
940
941 ## WinMerge 2.16.2 - 2019-04-04
942
943 ### File compare
944   - BugFix: Edit > Replace > All, Undo: should undo all (sf.net #2113)
945   - BugFix: Save As: default directory should be file's original
946       directory (sf.net #2163)
947   - BugFix: Strings with embedded 0 bytes are handled incorrectly (sf.net
948       #2187)
949   - BugFix: Removed word level merge support due to unstable behavior
950   - BugFix: Menu item "File->File Encoding" moves main window (Bitbucket #150)
951   - BugFix: Crash when maximizing MDI child window
952   - BugFix: Crash when failed to load file
953   - Add syntax highlight for Lua (Bitbucket #114)
954
955 ### Folder compare
956   - BugFix: Compare results refresh incorrectly after deletions (sf.net #2217)
957
958 ### Archive Support
959   - Upgraded to 7-zip 19.00
960
961 ### Tab bar
962   - Improve icon display at 120DPI
963
964 ### Image compare
965   - BugFix: Zoom In/Out shortcuts don't update zoom level in location
966       pane (Bitbucket #149)
967   - Zoom In/Out menu items for image compare (Bitbucket #148)
968
969 ### Open dialog
970   - Allow quoted filenames in "Select Files or Folders" (sf.net #1240,
971     GitHub #137)
972
973 ### Manual
974   - Some tweaks for the manual (Bitbucket PR #35)
975
976 ### Installer
977   - BugFix: Gibberish language during installation (Bitbucket #147)
978
979 ### Translations
980   - Update Catalan translation (Bitbucket PR #29)
981   - Update Italian translation (Bitbucket PR #32)
982   - Update Lithuanian translation (Bitbucket PR #33)
983   - Update Simplified Chinese translation (Bitbucket PR #34)
984
985 ## WinMerge 2.16.1 - 2019-02-24
986
987 ### General
988   - Updated the copyright year to 2019, actually (GitHub #110)
989   - Prevent splitter view from claiming input focus (GitHub #127)
990   - Contributors.txt: Changed EOL from Unix (LF) to Windows (CR LF),
991       because not shows correctly in Windows Notepad. (Bitbucket PR #17)
992
993 ### Open dialog
994   - Alternatively to Swap buttons, allow drag & drop between filetype
995       icons (GitHub #118)
996   - Expose cleaner moving/resizing behavior esp. in non-maximized
997       state (GitHub #119)
998   - Avoid retaining bogus filetype icons from previous selections (GitHub #122)
999
1000 ### File compare
1001   - BugFix: Extra blank displayed after left/right single/double
1002       quotes (Bitbucket #134)
1003   - BugFix: Click doesn't trigger document to scroll in Location pane under
1004       circumstance (Bitbucket #140)
1005   - BugFix: Frustrating text selection bug (GitHub #109)
1006   - BugFix: Left and Right files swap after losing focus
1007       v2.16.0.0 (sf.net #2213)
1008   - BugFix: WinMerge 2.16.0.0 Unicoe X64 version displaying
1009       Microsoft Visual C++ Runtime Library Asset in DiffWraper.CPP
1010       line 984 (sf.net #2214)
1011   - BugFix: Cancelation of selection range with reverse indent (sf.net #2215)
1012   - BugFix: upward and downward search not work correctly
1013   - Bugifx: Fix menu accelerator conflict
1014   - Add File/Recompare As/Image menu item
1015   - Add support for merging word level diffs in selection  
1016     Demo: https://i.gyazo.com/af18960bd1f121213a2cd9287cae9cf4.gif
1017
1018 ### Folder compare
1019   - BugFix: Unique files are not shown (Bitbucket #138)
1020   - BugFix: Improve Hard-IO error handling, other bug fixes, cleanup,
1021       tweaks (GitHub #120)
1022
1023 ### Archive Support
1024   - Upgraded to 7-zip 18.06 (Bitbucket #119)
1025
1026 ### Options dialog
1027   - BugFix: Widen the width of labels in Options dialog (GitHub#108)
1028   - BugFix: view settings make winmerge crash (Bitbucket #109)
1029   - BugFix: 64bit version can't browse between option pages (Bitbucket #128)
1030   - BugFix: Shell Integration "Enable Advanced Menu" disabled on new
1031     install (Bitbucket #137)
1032   - BugFix: Binary File options don't change from default (Bitbucket #135)
1033
1034 ### Shell extension
1035   - BugFix: CreateTranslatedRcFiles needs an update (GitHub #113)
1036
1037 ### Translations
1038   - Update Brazilian Portuguese translation (GitHub #108)
1039   - Update Swedish translation (sf.net #3035, GitHub #112, #114)
1040   - Update Lithuanian translation (Bitbucket PR #7, #8, #27)
1041   - Update Russian translation (Bitbucket PR #9-#26, #139)
1042   - Update Bulgarian translation (Bitbucket PR #28)
1043   - Update Turkish translation (sf.net #3036)
1044   - Update Japanese translation
1045   - Remove now unneeded MergeLang.dll
1046
1047 ### Manual
1048   - BugFix: Some fixes in the manual (GitHub #116)
1049   - Bugifx: end of line documentation (sf.net #2211)
1050   - Clarification as per
1051       https://github.com/WinMerge/winmerge-v2/issues/41 (GitHub #126)
1052
1053 ### Internals
1054   - Remove `nFinalNullLines` checking, disabled by an earlier
1055       commit (GitHub #111)
1056   - Various minor updates, plus preparation for VS2019 (GitHub #115)
1057   - DiffTextBuffer: Create Unicode temp files (makes EscapeControlChars()
1058       obsolete) (GitHub #123)
1059   - Don't pass `DIFFITEM *` by casting to `uintptr_t` (GitHub #124, #125)
1060
1061 ## WinMerge 2.16.0 - 2018-11-23
1062
1063 ### General
1064   - BugFix: Disabled icon on toolbar not gray out when running on XP
1065
1066 ### File compare
1067   - BugFix: Copy to X and Advance" not work in 3way-compare (Bitbucket #123)
1068   - BugFix: File compare always showing different ending (GitHub #106)
1069   - BugFix: Scrolling issue (GitHub #105)
1070   - BugFix: A crash (GitHub #104)
1071   - Add separators to "Zoom" and "Diff Context" menus (Bitbucket PR #5)
1072
1073 ### Open dialog
1074   - BugFix: Drag&Drop in Open Dialog won't work correct (Bitbucket #125)
1075
1076 ### Installer
1077   - Drop ClearCase integration (Bitbucket PR #6)
1078
1079 ### Translations
1080   - Add Lithuanian translation (Bitbucket #124)
1081   - Update Portuguese translation (GitHub #102,#103)
1082
1083 ## WinMerge 2.15.5 - 2018-10-28
1084
1085 ### General
1086   - Add support for very long path and file names (GitHub #87,#95,#99)
1087   - Enable Ctrl+C shortcut key on the file path bar
1088   - Remove support for old version control system (GitHub #96)
1089   - Improve Options > Color > Differences dialog layout (GitHub #89)
1090   - Improve information and formatting in Help > Configuration reporting (GitHub #92)
1091   - Improve visual layout of Open dialog (GitHub #97)
1092   - Add icon for "New (3 panes)" menu item (GitHub #97)
1093
1094 ### File compare
1095   - Add Window/Split menu item
1096   - Improve handling of last lines in files (GitHub #89,#90,#93)
1097   - Improve "Visual C++ Loose" filter (GitHub #95)
1098   - BugFix: Crash when saving a file if the active pane is diff detail pane
1099   - BugFix: Crash when pressing Alt+Down key while loading large files
1100   - BugFix: Crash when "mousing over" Plugin Setting context menu if Plugins are disabled
1101   - BugFix: Various problems reading of files > 2GB (GitHub #81)
1102   - BugFix: Selecting files "From MRU list" again works correctly
1103
1104 ### Translations
1105   - Update Italian translation (GitHub #86)
1106   - Update Japanese translation (Bitbucket #3)
1107   - Update Dutch translation
1108   - Update German translation
1109   - BugFix: Spanish translation error (Bitbucket Issue #108)
1110
1111 ### Internals
1112   - Various diffengine and compilation/build fixes
1113       (GitHub #89,#90,#91,#92,#94)
1114
1115 ## WinMerge 2.15.4 - 2018-04-28
1116
1117 ### Appearance
1118   - BugFix: Dot icon in a drop-down menu is not drawn correctly
1119
1120 ### File compare
1121   - BugFix: Crash when reading a file in Google Drive File Stream (sf.net#2206)
1122   - BugFix: Crash when removing ghost lines (GitHub #80)
1123   - BugFix: Lines without EOL appears even though it is not the last line
1124   - Add Ctrl++/Ctrl+-(not numpad key) shortcut key to zoom in/out (sf.net#1727)
1125   - Remove 2GB file size limit for 64-bit build (GitHub #81, #82)
1126
1127 ### Folder compare
1128   - Add Pause button to Folder Compare Progress dialog (sf.net#828,#1222,#1237)
1129   - Re-detect the file encoding when opening files (sf.net#2131)
1130
1131 ### Open dialog
1132   - Add Options button to Open dialog
1133   - Add Save Project button to Open dialog
1134
1135 ### Patch generator dialog
1136   - BugFix: File1/File2 fields don't remember manual input (sf.net#1949)
1137
1138 ### Reports
1139   - BugFix: Garbled text was copied to the clipboard when generating a report
1140       on the clipboard (sf.net#2200)
1141
1142 ### Plugins
1143   - Add PrediffLineFilter.sct plugin
1144   - Make ignored lines by Prediffer plugin colored
1145
1146 ### Translations
1147   - Update Slovak translation (sf.net#2902)
1148   - Update Portuguese translation (GitHub #84,#85)
1149
1150 ### Internals
1151   - Adapt to VS2017 version 15.6.1 (GitHub #79)
1152
1153 ## WinMerge 2.15.3 - 2018-03-04
1154
1155 ### File compare
1156   - Fix assertion error when started on Windows XP
1157   - Fix a problem that moved blocks are sometimes shown as normal diff blocks
1158   - Fix a problem that EOL is removed unexpectedly when removing lines
1159       included ghost lines
1160   - Fix reverse search to search last line correctly
1161   - Fix infinite loop when replacing ^ (sf.net#2094)
1162   - Fix to show text that contains & on message box, correctly (sf.net#2067)
1163
1164 ### Folder compare
1165   - Fix a problem that unique files are invisible when comparing files using
1166       'Date' compare method
1167   - Remove trailing garbage from a dragged text (Github#75)
1168
1169 ### Patch generator dialog
1170   - Fix a problem that typed-in Context in Generate Patch is not applied
1171       (sf.net#2179)
1172
1173 ### Reports
1174   - Entitify file paths in HTML & XML directory comparison reports (sf.net#2199)
1175
1176 ### Location pane
1177   - Add support for HiDPI screens (Github #54)
1178
1179 ### Plugins
1180   - CompareMSExcelFiles.sct: Add "Compare headers and footers" checkbox to
1181       settings dialog (sf.net#2102)
1182
1183 ### Installer
1184   - Remove extra space in installer: " Launch WinMerge" (sf.net#2144)
1185   - Add "How to Apply These Terms to Your New Programs" section into GPL.rtf
1186       (sf.net#2098)
1187
1188 ### Translations
1189   - Add Finnish translation (sf.net#3031)
1190   - Add Sinhala translation (sf.net#3032)
1191   - Update Korean translation (Github #61)
1192   - Update Portuguese translation (GitHub #56-78)
1193   - Update Polish translation (sf.net#2177)
1194   - Update Turkish translation (Bitbucket#85, #86)
1195   - Change the file encodings of all .po files of WinMerge GUI to UTF-8 
1196
1197 ## WinMerge 2.15.2 - 2018-01-28
1198
1199 ### Appearance
1200   - Flatten GUI pane edges
1201   - Partial support for HiDPI (not Per-Monitor DPI Aware)
1202   - Remove splash screen. The splash screen image is now displayed in About
1203       dialog
1204
1205 ### Tool bar
1206   - Add "View->Toolbar->Huge" menu item
1207   - Add drop down menu to Options icon
1208   - Add icons for 3-way merge functions
1209
1210 ### Open dialog
1211   - Change window type of Open dialog from modal window to MDI child window
1212   - Add Read-only checkbox to Open dialog
1213   - Add buttons to swap items
1214   - Add the third path combobox for 3-way comparison
1215   - Allow file name patterns like not only *.ext but file*.ext
1216
1217 ### Tab bar
1218   - Make Tabbar reorderable by using drag-and-drop
1219   - Add "Close Other Tabs", "Close Right Tabs" and "Close Left Tabs" menu items
1220       to system menu
1221   - Add "Enable Auto Max Width" menu item to Tab Bar context menu
1222   - Show close button when hovering over tabs
1223   - Add icons to each tab
1224
1225 ### Options dialog
1226   - Add "Close Select Files or Folders Dialog on clicking OK button" checkbox
1227       to "General" page
1228   - Add "Language" combobox to "General" page and remove Language dialog
1229   - Add "Ignore codepage differences" checkbox to "Compare/General" page
1230   - Remove checkboxes in "Enable multiple compare windows for" group from
1231       "General" page (Now always enabled multi compare windows)
1232   - Add "Include Subfolders" checkbox to "Compare/Folder" page
1233   - Add "Automatically expand all subfolders" checkbox to "Compare/Folder" page
1234   - Add "Ignore Reparse Points" checkbox to "Compare/Folder" page
1235   - Add "Number of compare threads" textbox to "Compare/Folder" page
1236   - Add "Compare/Binary" page
1237   - Add "Compare/Image" page
1238   - Add checkboxes whether to use custom colors for text to 
1239       "Colors/Differences" page
1240   - Add "GitHub/Bitbucket" button to "Colors/Differences" page
1241   - Add "Margin" color button to "Colors/Text" page
1242   - Add "Colors/Markers" page
1243   - Remove "Use stand-alone 7-Zip if available" and 
1244       "Use local 7-Zip from WinMerge folder" radio button from 
1245       "Archive Support" page
1246       (Now always use local 7-Zip from WinMerge folder)
1247   - Make $file and $linenum parameters available in External editor textbox
1248       on "System" page
1249   - Make Custom codepage on "Codepage" page selectable from dropdown list 
1250   - Add "Detect codepage for text files using mlang.dll" checkbox to 
1251       "Codepage" page
1252   - Remove "Include subfolders by default" checkbox from 
1253       "Shell Integration" page
1254       (ShellExtension now refers to "Include subfolders" checkbox 
1255         on "Compare/Folder" page or on "Select Files or Folders" dialog)
1256   - Remove "Add Shell menu to context menu" from "Shell Integration" page
1257       (WinMerge now always adds shell menu to context menu in Folder window)
1258   - Add "Register shell extension" button to "Shell Integration" page
1259
1260 ### Folder Compare
1261   - Add Multi-thread compare support for Full Contents or Quick Contents
1262       method
1263   - Color the background of items in list view
1264   - Restore collapse/expand state of folder tree after re-comparison 
1265   - Make comparing window closeable
1266   - Make sub-folder re-comparable
1267   - Display folder items in list view during comparison
1268   - Display the file name currently being compared in progress window
1269   - Add "Parent Folder" menu item in 'Open Left/Middle/Right' menu
1270   - Add "Compare Non-horizontally" menu item to context menu
1271   - Add "Copy items To Clipboard" menu item to context menu
1272   - Add "Swap panes" menu item to View menu
1273   - Add "Auto/Manual Prediffer" menu item to Plugin menu
1274   - Open selected folders in new tab when clicking "Compare" menu item with
1275       pressing Ctrl key
1276   - Cleanup Date column alignment (GitHub #25)
1277   - BugFix: Version column not sorted correctly
1278   - BugFix: A unique item that is a binary file was not detected
1279       as a binary file
1280   - BugFix: Properly handle 3-way comparison of Binary files (Github #23)
1281   - BugFix: Use proper font for View>Use Default Font menu item (GitHub #24)
1282
1283 ### File Compare
1284   - Add support for 3-way compare/merge
1285   - Add "Diff Context" menu to View menu to adjust the number of displayed
1286       diff context lines
1287   - Add "Split Vertically" menu item to View menu
1288   - Add "Add Synchronization Point" to Merge menu
1289   - Add "Auto/Manual Prediffer" menu item to Plugin menu
1290   - Show the name of the applied plugin in the status bar
1291   - Add shortcut(Ctrl+Alt+E) to open with external editor
1292   - Add Go and Rust highlighter
1293   - Add VHDL syntax highlighter (Bitbucket #2)
1294   - Add C++11 keywords
1295   - Make merge editor window D&Dable
1296   - Highlight the search text and implement Marker
1297   - Highlight the EOL pane in status bar if there is a difference 
1298       in the EOL of files
1299   - Reload files when another application changes files opened by WinMerge
1300   - Improve in-line diff algorithm
1301   - BugFix: More on Issue #73 Fixed the -dl -dm and -dr description parameters
1302       for conflict files
1303       (for both 2 way and 3 way conflict files).(Bitbucket #1)
1304   - BugFix: Fix Memory Leak with Drop Targets (GitHub #26)
1305
1306 ### Binary Compare
1307   - Install binary file editor (frhed) component again by default
1308   - Make binary file editor undoable
1309
1310 ### Image Compare
1311   - Add image file compare/merge support
1312
1313 ### Reports
1314   - Add "Include File Compare Report" checkbox to "Folder Compare Report"
1315       dialog
1316   - Change the encoding of HTML folder compare report from ANSI to UTF-8
1317   - Add icons to the HTML folder compare report
1318   - Change visual style of HTML report
1319
1320 ### Archive Support
1321   - Install 7-zip plugin by default
1322
1323 ### Drag and Drop
1324   - Accept drag&droped files or folders from various places like:
1325       Zip folder, FTP folder, Recycle bin, images in Web browser
1326
1327 ### Plugins
1328   - Introduce new plugin type FILE_FOLDER_PACK_UNPACKER
1329     which allows unpacking data in a file to multiple files in a folder
1330   - Use FILE_FOLDER_PACK_UNPACKER plugin for decompressing archives
1331   - Add support for unpacker plugin written in VBScript/Javascript.
1332   - Add WinMerge32BitPluginProxy.exe to make 32-bit plugins usable in 64-bit
1333       WinMerge 
1334   - Rewrite some plugins in VBScript
1335   - Add CompareMSPowerPointFiles.sct plugin
1336   - Add ApplyPatch.sct plugin
1337   - Add SortAscending, SortDescending and ExecFilterCommand menu item to 
1338       Plugin->Script menu
1339   - Make plugins configurable with settings dialog of each plugin
1340
1341 ### Filters
1342   - Update \*.flt files for Visual Studio 2015 and 2017
1343
1344 ### Shell extension
1345   - Display another WinMerge icon in Explorer's context menu when a folder is
1346       selected
1347
1348 ### Installer
1349   - 64-bit version of WinMerge is available
1350   - Install plugins by default
1351
1352 ### Translations
1353   - Update Portuguese translation (GitHub #2-17)
1354   - Update Korean translation (GitHub #45)
1355   - Update Traditional Chinese translation (GitHub #53)
1356   - Remove "Language" menu item from View menu
1357       (You can specify UI language at Options dialog)
1358
1359 ### Command line
1360   - Incompatible change: The third file path is now treated as a right path
1361       for 3-way comparison, not output path
1362       Use /o option for ouput path instead
1363   - Add /wm, /dm, /fl, /fm, /fr, /al, /am and /ar option for 3-way comparison
1364
1365 ### Other changes
1366   - Add support for jump list introduced in Windows 7
1367
1368 ### Internals
1369   - Use POCO C++ libraries instead of pcre, expat and scew.
1370       They use pcre, expat internally
1371   - Link statically with MFC and VC runtime libraries
1372   - Various compilation/build fixes
1373       (GitHub #1,#19,#21,#29,#31-33,#36-38,#42-44,#49-52)
1374
1375 ## WinMerge 2.14.0 - 2013-02-02 (r7596)
1376   - BugFix: Shell extension uses unquoted program path (patches#3023)
1377   - Translation updates
1378     - Dutch (patches:#3020)
1379     - Slovenian (patches:#3021)
1380
1381 ## WinMerge 2.13.22 - 2013-01-13 (r7585)
1382   - Translation updates
1383     - Turkish (patches:#2967)
1384     - Russian (patches:#3017)
1385     - Norwegian (patches:#3018)
1386     - Danish (patches:#3019)
1387
1388 ## WinMerge 2.13.21 - 2012-12-30 (r7575)
1389   - Update PCRE to version 8.10
1390   - Update SCEW to version 1.1.2
1391   - Improve startup time (#2788142)
1392   - Add menuitems for selecting automatic or manual prediffing (#2638608)
1393   - Add accelerator keys for Shell context menu (#2823536)
1394   - Improve editing of linefilter regular expressions (#3015416)
1395   - Allow editing context line count in patch creator (#2092180)
1396   - Improve color options organization (#2818451)
1397   - Add /xq command line switch for closing WinMerge after identical files
1398       and not showing message (#2827836)
1399   - Allow setting codepage from command line (#2725549)
1400   - Allow giving encoding name as custom codepage (#2813825, #3010934)
1401   - Add new options dialog panel for folder compare options (#2819626)
1402   - Add options GUI for quick compare limit (#2825628)
1403   - Write config log as UTF-8 file (r7057)
1404   - BugFix: Untranslated string ("Merge.rc:nnnn") was displayed 
1405       in status bar (#3025855)
1406   - BugFix: Pane headers not updated after language change (#2923684)
1407   - BugFix: Quick contents compare didn't ignore EOL byte differences (#2929005)
1408   - BugFix: Compare by size always checked file times too (#2919510)
1409   - BugFix: Crash when pasting from clipboard (#3109525)
1410   - BugFix: Keeps verifing path even turned off in options (#3111581)
1411   - BugFix: Crash after deleting text (#3109521)
1412   - BugFix: Added EOL chars between copied file/path names (#2817546)
1413   - BugFix: Created new matching folder to wrong folder (#2890961)
1414   - BugFix: Strange scrolling effect in location pane (#2942869)
1415   - BugFix: Plugin error after interrupting folder compare (#2919475)
1416   - BugFix: "+" and "-" from the number block don't work in the editor (#3306182)
1417   - BugFix: Date format did not respect Regional Settings (#3175189)
1418   - BugFix: When selecting multiple files in Patch Generator dialog,
1419       "Swap" button led to an error.  (#3043635, #3066200)
1420   - BugFix: WinMerge contained a vulnerability in handling project files (#3185386)
1421       (http://www.zeroscience.mk/mk/vulnerabilities/ZSL-2011-4997.php)
1422   - Installer: Remove OpenCandy from the InnoSetup installer (r7572, r7539)
1423   - New translation: Basque (#3387142)
1424   - Translation updates
1425     - French (#3412030)
1426     - Hungarian (#3164982)
1427     - Spanish (#3412937)
1428
1429 ## WinMerge 2.13.20 - 2010-10-20 (r7319)
1430   - Add missing keywords to Pascal highlighter (#2834192)
1431   - Recognize .ascx files as ASP files (#3042393)
1432   - Fix help locations (#2988974)
1433   - Show only "Copy to other side" item in file compare
1434       context menu (#2600787)
1435   - Expand/collapse folders from keyboard (#2203904)
1436   - Improve detecting XML files in file compare (#2726531)
1437   - Initialize folder selection dialog to currently selected folder in
1438       options dialog (r6570)
1439   - New translation: Persian (#2877121, #3065119)
1440   - New translation: Serbian (#3017674, #3065119)
1441   - Installer: Drop Windows 9x/ME/NT4 support and use Microsoft runtime
1442       libraries installer (#3070254)
1443   - Installer: Remove Uninstall shortcut from start menu folder (#3076909)
1444   - Installer: Don't install quick launch icon for Windows 7 (#3079966)
1445   - Installer: Add OpenCandy to the InnoSetup installer (#3088720)
1446   - BugFix: WinMerge was vulnerable to DLL hijacking as described in
1447       Microsoft Security Advisory (2269637)  (#33056008)
1448   - BugFix: Location pane focus enabled "Save" (#3022292)
1449   - BugFix: "Copy and advance" toolbar icons not automatically enabled (#3033325)
1450   - Translation updates
1451     - Bulgarian (#3082392)
1452     - Chinese (#3033324)
1453     - Dutch (#2804979)
1454     - French (#2850842, #2968200)
1455     - Slovenian (#2917796, #2932094, #2934354, #3070136)
1456     - Spanish (#2930734)
1457     - Turkish (#2825132, #2827817)
1458     - Ukrainian (#2817835)
1459
1460 ## WinMerge 2.12.4 - 2009-06-09 (r6833)
1461   - Add more C/C++ types to syntax highlight (#2776705)
1462   - Create config log file to My Documents-folder (#2789839)
1463   - BugFix: Reports had same left/right descriptions (#2772646)
1464   - BugFix: When conflict file saved trailing line-ending was lost (#2550412)
1465   - BugFix: File compare HTML reports use invald DOCTYPE (#2783477)
1466   - BugFix: "##" in file filter pattern caused an infinite loop (#2789345)
1467   - BugFix: Could select prediffer when plugins were disabled (#2787131)
1468   - BugFix: Opening mixed-EOL file one side forced both files to be handled as
1469       mixed-eol files (#2022312)
1470   - BugFix: Didn't show correct EOL chars if whitespace chars were turned off
1471       and again on (#2791402)
1472   - BugFix: Generated patch had wrong file time for UTF-16 files (#2791506)
1473   - BugFix: Did not export changed options values (#2799149)
1474   - BugFix: Reset the compare method to original if it was changed (#2802427)
1475
1476 ## WinMerge 2.12.2 - 2009-04-01 (r6625)
1477   - Disable folder compare tree-view by default (#2714968)
1478   - BugFix: Filename extension column was empty for files (#2670046)
1479   - BugFix: Crash when selecting backup folder (#2686382)
1480   - BugFix: Swapping panes did not update statusbar (#2661838)
1481   - BugFix: Says files are identical after making files different in another
1482       application and re-loading them (#2672737)
1483   - BugFix: Files with missing last EOL weren't merged correctly (#2712120)
1484   - Translation updates
1485     - Polish (#2717382, #2720875)
1486
1487 ## WinMerge 2.12.0 - 2009-03-05 (r6542)
1488   - Remember last target folder for Copy/Move to in folder compare (#2659228)
1489   - Detect Windows 7 and Windows 2008 in config log (#2599256)
1490   - BugFix: Help window opened from WinMerge was modal (#2590079)
1491   - BugFix: Crash in editor when undoing (#2590212)
1492   - BugFix: Browse button in Option dialog reverted to previous settings
1493     (#2606153)
1494   - BugFix: Files without extension get backed up to name..bak (#2627752)
1495   - BugFix: Must Show Different to Show L/R Unique (#2129561)
1496   - Translation updates
1497     - Chinese Traditional (#2608190)
1498     - Croatian (#2596949)
1499     - Czech (r6538)
1500     - Danish (#2648183)
1501     - Dutch (#2586422, #2590430)
1502     - French (#2603591)
1503     - Galician (#2632173)
1504     - German (#2586497)
1505     - Greek (#2615285)
1506     - Japanese (r6456)
1507     - Swedish (#2586274)
1508     - Ukrainian (#2609242)
1509
1510 ## WinMerge 2.11.2 - 2009-02-05 (r6428)
1511   - Update Python syntax highlight keywords for Python 2.6 (#2473375)
1512   - More accurate visible area rect in location pane (#2479804)
1513   - New options page for Shell Integration options (#2433648)
1514   - Remove Frhed hex editor from GUI (context menu) (r6376)
1515   - Register.bat should use Find with full path (#2536582)
1516   - Better Unicode file detection for full contents compare (2477657)
1517   - BugFix: Could not open project file that contains an ampersand 
1518     character in folder names (#2372000)
1519   - BugFix: File compare method "Modified Date and Size" ignored file size
1520       (#2455595)
1521   - BugFix: Quick compare didn't ignore EOL differences (#2433677)
1522   - BugFix: Remove EOL characters from command line (#2458728)
1523   - BugFix: Merging one line diff to empty other side didn't work (#2456399)
1524   - BugFix: Location pane was empty for some files with diffs (#2459234)
1525   - BugFix: Line filter editing didn't update edit box when editing was
1526       canceled by ESC key (#2493935)
1527   - BugFix: Wrong number shown for difference when using line filters (#2493980)
1528   - BugFix: Crashed if compared file disappeared during file compare (#2493945)
1529   - BugFix: Creating new files caused message about missing files (#2515875)
1530   - BugFix: Could not hide folders in recursive compare (#2528749)
1531   - BugFix: Folder Compare:Copy Right/Left don't create folder
1532   - BugFix: Must Show Different to Show L/R Unique (#2129561)
1533   - BugFix: Could not copy files from right to left (#2556904)
1534   - BugFix: Don't show file name extension for folders (#2563314)
1535   - Translation updates
1536     - Brazilian (#2461443, #2524796)
1537     - Chinese Traditional (#2540115)
1538     - Czech (r6201)
1539     - Dutch (#2481022, #2494378, #2499994)
1540     - French (#2551043, #2551066)
1541     - Greek (#2550911)
1542     - Swedish (#2452467, #2465385, #2511043)
1543
1544 ## WinMerge 2.12.x (R2_12) branch created (r6202)
1545
1546 ## WinMerge 2.11.1.8 - 2008-12-19 (r6200)
1547   - Allow reloading the file if it has been changed on the disk
1548     behind WinMerge (#2354125)
1549   - Add option to show Open-dialog on WinMerge startup (#2327424)
1550   - Add Git to Source Control filter and fix ignore file rules (#2329381)
1551   - Add build identifier for 64-bit builds to About-dialog (r6142)
1552   - Installer: Option to add WinMerge to system path (#2435175)
1553   - Add Unicode version of heksedit (#2036603)
1554   - Allow multiple file compare documents by default (#2445749)
1555   - BugFix: Move confirmation dialog sometimes had wrong paths (#2327565, #2309190)
1556   - BugFix: Use translated version of readme.txt for Chinese Simplified (#2391000)
1557   - BugFix: Installer didn't install readme.txt for all translations (#2396437)
1558   - BugFix: Could not give paths to commandline when started WinMerge
1559       from Cygwin prompt (#2427946)
1560   - BugFix: Infinite loop in heksedit's Replace-dialog (r6176)
1561   - Translation updates
1562     - Croatian (#2390558)
1563     - German (r6130)
1564     - Greek (#2379356)
1565     - Japanese (r6154)
1566     - Swedish (#2318778, #2374278)
1567
1568 ## WinMerge 2.11.1.7 - 2008-11-20 (r6112)
1569   - Add shell context menu to folder compare context menu (#2189315)
1570   - Update PCRE to version 7.8 (#2209911)
1571   - Show missing lines in location pane for diffs having both different
1572       and missing lines (#2119235)
1573   - Syntax highlighting for Verilog files (#2231145)
1574   - Tweak new "equal file" icon a little bit (#2312381)
1575   - Readme update (#2234689)
1576   - Translation updates
1577     - Brazilian (#2219568)
1578     - Czech (r6034)
1579     - Swedish (#2215167, #2236651)
1580
1581 ## WinMerge 2.11.1.6 - 2008-10-23 (r6033)
1582   - General compare status for files (not known if text/binary) (#2175736)
1583   - Change icons for the new general compare status (#2185302)
1584   - Use 24bit icons for "Bookmarks" and "Delete" menu items (#2141184)
1585   - Installer: create backup of ClearCase config file (#2129095)
1586   - BugFix: Translatable strings having space before colon (#1971868)
1587   - BugFix: Wrong cursor position when disabling selection margin (#2138555)
1588   - BugFix: Showed a black line when disabling selection margin (#2068790)
1589   - BugFix: Fix manual URL in Readme.txt (#2181628)
1590   - BugFix: Long unique paths were mixed up in folder compare view (#2129634)
1591   - BugFix: Some calls made to plugins when plugins were disabled (#2182788)
1592   - BugFix: If messagebox was shown during file loading location pane
1593       didn't show any differences (#2101780)
1594
1595 ## WinMerge 2.11.1.5 - 2008-10-02 (r5995)
1596   - Use external editor to edit file filters (#2082774)
1597   - Improved command line handling (#2081779)
1598   - Change Manual url to http://winmerge.org/docs/manual/ (r5956)
1599   - Manual updates
1600   - Plugins: Show processing instructions in XML plugin (#1979321)
1601   - Add icon for "Compare" menu item (#2119843)
1602   - Change download URL to current URL (#2136765)
1603   - Installer: create backup of ClearCase config file (#2129095)
1604   - BugFix: ClearCase checkout/commit dialog translation error (#2051069)
1605   - BugFix: Table of Contents in manual (#2071625)
1606   - BugFix: Highlight ShowUnInstDetails keyword for NSIS files (#2084879)
1607   - BugFix: Displayed a blank time when file last modified time is 00:00:00
1608       (#2098626)
1609   - BugFix: Customized colors weren't used in some areas (#2110218)
1610   - BugFix: Zip files were extracted into wrong folder (#2110350)
1611   - BugFix: Case-sensitive regexp search didn't work (#1991259)
1612   - BugFix: There were some installer regressions
1613          (eg. Installer didn't create Quick Launch icon) (#1460517)
1614   - BugFix: Whitespace ignore options didn't work with quick compare (#2120174)
1615   - BugFix: Giving path to file and folder to command line
1616       did not work (#2138560)
1617   - New translation: Galician (#2120685)
1618   - Translation updates
1619     - German (r5934)
1620     - Russian (#2067785)
1621     - Swedish (#2075513)
1622     - Ukrainian (#2131753)
1623
1624 ## WinMerge 2.11.1.4 - 2008-08-21 (r5846)
1625   - Binary file edit/compare (#2036603)
1626   - Add wait cursor for undo and redo (#2039228)
1627   - Add icon for "Open Conflict File" menu item (#2047054)
1628   - Include unique subfolder contents in recursive folder compare (#2034259)
1629   - Installer: Use -u switch in TortoiseSVN command line (#2060782)
1630   - Add icon for "Plugins->List" menu item (#2060771)
1631   - BugFix: External editor command line switches did not work (#2037862)
1632   - BugFix: Deleting/Moving file crashed WinMerge in debugger (#2025833)
1633   - BugFix: Lost focus after folder compare operations (#2046002)
1634   - BugFix: Some files had folder icons when aborting folder compare (#2018836)
1635   - BugFix: Didn't select word-diff cyclically by pressing F4 key (#1989858)
1636   - BugFix: Could not reset EOL ignore after selecting it from query
1637       dialog (#2056741)
1638   - Translation updates
1639     - Brazilian (#2059836)
1640     - German (#2045666)
1641     - Greek (#2062442)
1642     - Chinese Traditional (#2039929)
1643     - Japanese (r5805)
1644     - Swedish (#2062107)
1645
1646 ## WinMerge 2.11.1.3 - 2008-08-04 (r5733)
1647   - Rename color scheme menu item "None" and add separator (#2027300)
1648   - Add -u commandline parameter as alternative to -ub (#2029275, #2030359)
1649   - Remove RCLocalizationHelper plugin (#2029457)
1650   - Clarify Supercopier caused hang in release notes (#2030040)
1651   - Improve tree mode in folder compare (#2018836)
1652   - Unlimited undo (#2033754)
1653   - BugFix: Could change syntax highlight mode when highlighting was
1654       disabled from options (#2027325)
1655   - BugFix: Editing line filters updated wrong filter (#2025130)
1656   - BugFix: Boldfacing did work only for Courier font (#2000996)
1657   - BugFix: Shift+Backspace didn't work in editor (#1153696)
1658
1659 ## WinMerge 2.11.1.2 - 2008-07-24 (r5673)
1660   - Refresh compare after changing filter (#2017426)
1661   - Add dialog listing available plugins (#2021722)
1662   - Hierarchical directory comparison result view (#2018836)
1663   - Add "Open Conflict" for file/folder compare menus (#2025472)
1664   - Enable hierarchial folder compare view by default (#2025478)
1665   - Confirmation dialog for move operations (#2026508)
1666   - Manual: New build system (#2015434)
1667   - Manual: Improve Opening Files and Folders (#2017901)
1668   - Manual: Improve folder compare documentation (#2024587)
1669   - BugFix: Failed to compare UTF-8 files plugins disabled (#2018287)
1670   - BugFix: Don't warn about closing multiple windows when only one
1671       window is open (#2010463)
1672   - BugFix: Moving was allowed for protected items (#2023734)
1673   - BugFix: Could change EOL style for protected file (#2025781)
1674
1675 ## WinMerge 2.11.1.1 - 2008-07-11 (r5609)
1676   - Manual: Introduction update (#2011365)
1677   - Manual: Reorganize structure (#2011924)
1678   - Add ShellExtension menu for drive letters (root folders) (#2011602)
1679   - Remove buildall.bat (#2013576)
1680   - New option to enable plugins (disabled by default) (#2013845)
1681   - Plugins: Show processing instructions in XML plugin (#1979321)
1682   - BugFix: Use system codepage for paths (#1979429, #2008581)
1683   - BugFix: ANSI build crash in folder compare (#2010053)
1684   - BugFix: Add insert/overtype mode indicator to statusbar (#2015174)
1685   - BugFix: Detected UTF-8 encoding shown as 65001 (#2012377)
1686
1687 ## WinMerge 2.10.x (R2_10) branch created (r5561)
1688
1689 ## WinMerge 2.9.1.5 - 2008-07-04 (r5560)
1690   - Manual: Copy editing (#2000322, #2005418)
1691   - Manual: Clarify 64-bit support (#2002431)
1692   - Reduce executable sizes (#2003203)
1693   - Release Notes update (#2007673, r5557)
1694   - BugFix: Possible crash when enabling line filter (#2004160)
1695   - BugFix: Location Pane flickers when scrolling (#1938177, #2005031)
1696   - BugFix: Use system codepage for paths (#1979429, #2008581)
1697   - BugFix: Random crashes in folder compare (#2005308)
1698   - Translation updates
1699     - Chinese Traditional (#2007426)
1700
1701 ## WinMerge 2.9.1.4 - 2008-06-24 (r5518)
1702   - Use PCRE regular expressions in the editor (#1991259)
1703   - Installer: install to all users (#1460517)
1704   - Update release notes (#1990886, #1995265, #1999880)
1705   - Manual: Use PNG files (#1988845, #1989744)
1706   - BugFix: Temp paths in Reports created from archive file (#1984346)
1707   - BugFix: ISL file syntax highlighting starts comment with { (#1981326)
1708   - BugFix: Crash when starting a second instance (#1993835)
1709   - BugFix: Crash when starting WinMerge with only one path (#1994402)
1710   - BugFix: Messages missing from installer translations (r5506)
1711   - BugFix: Always right side as origin side in copy confirmation dialog
1712       when Copy To... (#2001237)
1713   - New translation: Slovenian (#1997236)
1714   - Translation updates
1715     - Brazilian (#1994578)
1716     - Swedish (#2000307)
1717
1718 ## WinMerge 2.9.1.3 - 2008-06-05 (r5438)
1719   - Update PCRE (regular expression library) to version 7.7 (#1941779)
1720   - Add VB.net keywords to Basic highlighter (#1970912)
1721   - Open conflict files by drag & dropping to main window (#1984884)
1722   - Possible improvement for WinMerge exit bug (#1602313)
1723   - BugFix: Location Pane flickers when resizing (#1740106)
1724   - BugFix: Command line description text starting with "/" confused
1725       WinMerge (#1973225)
1726   - BugFix: Item count in statusbar not get cleared (#1976480)
1727   - New translation: Ukrainian (#1973149, #1974021)
1728   - Translation updates
1729     - Brazilian (#1978374)
1730     - Korean (#1978362)
1731     - Swedish (#1980970)
1732
1733 ## WinMerge 2.9.1.2 - 2008-05-23 (r5362)
1734   - Optimize location pane (r5341, r5342, r5346, r5351, r5355, r5356)
1735   - BugFix: Version Control filter did not match all VSS files (#1881186)
1736   - BugFix: Fix showing differences in the end of the line (#1883409, #1962816)
1737   - BugFix: Fix command line paths in quotes ending with "\" (#1963523)
1738   - New translation: Greek (#1968429)
1739   - Translation updates
1740     - Bulgarian (#1957434)
1741     - Croatian (#1958283)
1742     - Swedish (#1950188, #1970074)
1743
1744 ## WinMerge 2.9.1.1 - 2008-04-23 (r5324)
1745   - Release Notes update (#1933950)
1746   - Installer: Use correct way to create start menu web link (#1913919)
1747   - Installer: Simplify DeletePreviousStartMenu() function (#1913949)
1748   - Installer: Updated the side art of the installer application (#1915012)
1749   - Update URLs and switch to 2.8 manual (#1919965)
1750   - New splash screen (#1914869)
1751   - Tab icons at Filter dialog (#1926531)
1752   - Add VS2003/VS2005 project files (#1926346)
1753   - Create separate document for compiling WinMerge (#1927502)
1754   - Update InnoSetup translations (#1931492)
1755   - Make 'Yes' the default button in copy confirmation dialog (#1943647)
1756   - Allow drag & drop of paths to Open dialog (#1945254)
1757   - Enlarge 'Discard All' button in Save confirmation dialog (#1947216)
1758   - BugFix: Installer could create a registry access error (#1909967)
1759   - BugFix: The filter text box in Open-dialog sometimes displayed some garbage
1760       data (#1915424)
1761   - BugFix: Print area was not clipped correctly. (#1915536)
1762   - BugFix: Undo after pane swapping (#1915536, #1923625)
1763   - BugFix: Quick compare for same folder didn't show differences (#1918599)
1764   - BugFix: Installer didn't have ChangeLog.txt included (r5255)
1765   - BugFix: Shortcuts given in command line were not expanded (#1942217)
1766   - New translation: Romanian (#1939729)
1767   - Translation updates
1768     - Brazilian (#1913723)
1769     - Chinese Traditional (#1927605)
1770     - French (#1920380)
1771     - German (r5130, r5139, r5171, r5203, r5236, #1949068)
1772     - Italian (#1939235)
1773     - Japanese (r5152)
1774     - Polish (#1934655)
1775     - Russian (#1914466)
1776     - Spanish (#1907152, r5250)
1777     - Swedish (#1908289)
1778
1779 ## WinMerge 2.8 RC - 2008-03-04 (r5125)
1780   - Update developers list in splash screen (#1891548)
1781   - Better error handling for Excel plugin (#1510293)
1782   - Add macros, bookmarks and document properties to Word plugin (#1510298)
1783   - Add *.dot (document template) extension to Word plugin (r5120)
1784   - BugFix: Copy&Paste from VB6 added binary chars (#1904355)
1785   - Translation updates
1786     - Chinese Traditional (#1905323)
1787     - Swedish (#1905520)
1788
1789 ## WinMerge 2.7.7.6 - 2008-02-28 (r5099)
1790   - Remove sintance.h/sintance.cpp as not compatible with GPL (#1886580)
1791   - Automatically switch to mixed-EOL mode when loading files with
1792       two or more EOL styles (#1901547)
1793   - Indent "Explorer Context Menu" sub options (#1901763)
1794   - Replace 'DOS' in EOL style strings with 'Windows' (#1902583)
1795   - Show 'Mixed' as file compare EOL style instead of empty style (r5091)
1796   - Typo fixes and grammar improvements to several strings (#1898401)
1797   - BugFix: Ignore codepage specified on File Encoding dialog if file was 
1798       detected as UTF-8 (#1900728)
1799   - BugFix: Recognize invalid UTF-8 sequence as UTF-8 (#1900733)
1800   - BugFix: Didn't highlight any difference between untitled documents (#1900257)
1801   - Translation updates
1802     - Czech (r5073)
1803     - Japanese (r5076)
1804     - Swedish (#1901784)
1805
1806 ## WinMerge 2.7.7.5 - 2008-02-22 (r5069)
1807   - Cleaning up Help-menu (#1875111)
1808   - Right-align tab size number in editor options (r5037)
1809   - Move Time difference ignore -option to compare options (#1892283)
1810   - Add option to select temporary folder (#1893167)
1811   - Show file encoding in file compare statusbar (#1895629)
1812   - Unify EOL style strings in folder compare and file compare (#1896462)
1813   - Remove "DisplayBinaryFiles" and "EditBinaryFiles" plugin (#1899161)
1814   - BugFix: Potential lockup in folder compare (#1865131, #1889907)
1815   - BugFix: Line filter didn't filter non-ascii lines correctly (#1880628)
1816   - BugFix: GNU General Public License name in menu (#1868989)
1817   - BugFix: Didn't switch back to content compare once switched to quick 
1818       compare in folder compare (#1770373)
1819   - BugFix: Quick compare didn't ignore EOL differences (#1884717)
1820   - Translation updates
1821     - Croatian (r5032)
1822     - Czech (r5017)
1823     - German (r5038)
1824     - Slovak (#1895583)
1825     - Swedish (#1891326)
1826
1827 ## WinMerge 2.7.7.4 - 2008-02-07 (r5011)
1828   - Detect (and read/write) UTF-8 files without BOM (#1879271)
1829   - Tell user that file is not a conflict file (#1880423)
1830   - Allow opening conflict file from command line (#1880857)
1831   - Use radio symbol for current EOL menu item (#1869755)
1832   - Ask and create pair for unique folder and open them (#1881454)
1833   - Add publisher info to version resource (#1884920)
1834   - Move "Zoom In/Out" to own sub menu (#1879340)
1835   - Installer: Add more version resource info (#1885793)
1836   - Reset text zoom to default size with Ctrl + * (#1886664)
1837   - BugFix: Always return 0 to command line (#1854419)
1838   - BugFix: Merge/Delete deleted items from read-only sides (#1882019)
1839   - BugFix: Shellextension had no publisher info and wrong
1840       description (#1878828)
1841   - BugFix: Lockup when showing binary files (#1880711)
1842   - Translation updates
1843     - Croatian (r4952)
1844     - Japanese (r4962)
1845     - Swedish (#1884918)
1846
1847 ## WinMerge 2.7.7.3 - 2008-01-23 (r4951)
1848   - Resolve conflict files (cvs, svn...) (#1875129)
1849   - Save line filter when edit box loses focus (#1875853)
1850   - Add link to translations website at help menu (#1699883)
1851   - Manual: Add instructions for conflict file resolving (#1876770)
1852   - Manual: Document third path given to command line (#1877735)
1853   - BugFix: Fix Quick Compare regression in 2.7.7.2 (#1872165)
1854   - BugFix: Clipped text in file saving error message (#1874854)
1855
1856 ## WinMerge 2.7.7.2 - 2008-01-14 (r4915)
1857   - Syntax highlighting for PowerShell files (#1859657)
1858   - Syntax highlighting for PO(T) files (#1866221)
1859   - Change font size with Ctrl + MouseWheel (#1865795, #1869686)
1860   - Horizontal scrolling with Shift + MouseWheel (#1865795)
1861   - Installer: Add support for integration with latest version of TortoiseCVS and
1862       TortoiseSVN x64 (#1865168)
1863   - Close compare tab with middle mouse button (#1865220)
1864   - Add index.html for documentation folders (#1866183)
1865   - Manual: Clarify file filters folder name matching (#1867212)
1866   - Improve file compare margin icons location (#1718699)
1867   - Enable file compare to open binary files (#1869647)
1868   - File encoding dialog for file compare (#1871079)
1869   - BugFix: Crash when using TrackPoint middle-button scrolling (#1864040)
1870   - BugFix: WinMerge didn't show the contents of the symbolic link target (#1864978)
1871   - BugFix: Unused registry key HKCU\Thingamahoochie\WinMerge was created 
1872       (#1865202)
1873   - BugFix: Register.bat didn't work on Windows 98 and Vista (#1869821)
1874   - BugFix: Open-dialog was not displayed on Windows 98 (#1866442, #1869858)
1875   - BugFix: Right mouse button didn't move cursor to new place (#1814184)
1876   - Translation updates
1877     - Spanish (#1867234)
1878     - Swedish (#1867765, #1867844)
1879
1880 ## WinMerge 2.7.7.1 - 2007-12-20 (r4842)
1881   - New option to keep file's time when saving in file compare (#1851921)
1882   - Installer: Link to translated ReadMe in Start menu, if file exists (#1805818)
1883   - Add HTML-formatted release notes (#1851308, #1852534)
1884   - Installer: Install release notes file (#1852599)
1885   - Installer: Move manual to core files component and remove
1886   - User Guide component (#1853409)
1887   - BugFix: VS2008 and VS2005 compile problems (#1847265)
1888   - BugFix: More difference highlight code reverts (#1748940)
1889   - Translation updates
1890     - Spanish (#1655577)
1891
1892 ## WinMerge 2.7.6 - 2007-11-29 (r4807)
1893   - Touchpad scrolling improvements (#1837457)
1894   - BugFix: Values with "," inside could break the CSV report (#1831512)
1895   - BugFix: Failed to create backup file in folder compare (#1835283)
1896   - BugFix: Revert difference highlight code to 2.6.12 version (#1811695)
1897   - BugFix: Backspace key didn't work when renaming items (#1738790)
1898   - Translation updates
1899     - Croatian (r4786)
1900
1901 ## WinMerge 2.7.5.7 - 2007-11-19 (r4772)
1902   - Remove MFC dependency from ShellExtension (#1833521)
1903   - Update ShellExtension icon to new WinMerge icon (#1833616)
1904   - BugFix: Build script didn't update PO files correctly before copying (r4756)
1905   - BugFix: ShellExtension's icon was clipped if system font size was small
1906       (#1833616)
1907   - BugFix: Merge controls were not enabled for missing lines (#1833714)
1908
1909 ## WinMerge 2.7.5.6 - 2007-11-15 (r4752)
1910   - BugFix: Many translation-system related fixes and improvements (#1804762)
1911   - BugFix: When copying files to VCS system, destination file was
1912       not checked out (#1828930)
1913   - BugFix: Visible area indicator on location pane shook when clicking
1914       above or below the vertical scroll bar to scroll one screen (#1829572)
1915   - Translation updates
1916     - Croatian (#1829301)
1917     - Japanese (r4730)
1918
1919 ## WinMerge 2.7.5.5 - 2007-11-08 (r4722)
1920   - BugFix: Don't enable merge GUI for ignored differences (#1826375)
1921   - BugFix: PgUp key caused the error message "An invalid argument was
1922       encountered" when word-wrap mode was on (#1820631)
1923   - BugFix: Keep selected items visible in Folder Compare columns dialog (r4715)
1924   - BugFix: Disable Folder Compare column selection dialog's up/down buttons
1925       when first/last items are selected (r4716)
1926   - BugFix: Many translation-system related fixes and improvements (#1804762)
1927   - Add Croatian translation (#1820308)
1928   - Translation updates
1929     - Chinese Traditional (#1824691)
1930
1931 ## WinMerge 2.7.5.4 - 2007-11-01 (r4687)
1932   - New PO files based translation system (#1804762)
1933   - New folder compare column selection dialog (#1804555)
1934   - Install WinMerge.exe (ANSI version) only for Windows 95/98/ME (#1809140)
1935   - Better multi-monitor support, with option to lock panes (#1788168)
1936   - Installer: Install PO files and MergeLang.dll (#1820689)
1937   - BugFix: Ignored differences were merged when merging multiple
1938       differences (#1811745)
1939   - BugFix: Don't clear selection when right-clicking outside it (#1814184)
1940   - BugFix: Configuration log labeled Vista as Longhorn (#1815859)
1941   - BugFix: Customized text color for ignored differences didn't shown (#1807895)
1942   - Translation updates
1943     - Chinese Traditional (#1810192, #1810541)
1944     - Italian (#1805044)
1945
1946 ## WinMerge 2.7.5.3 - 2007-09-27 (r4572)
1947   - Use PO files for translations (generate RC-files from PO-files)
1948   - Add Portuguese translation (#1756364)
1949   - Change Up/Down button names in folder compare columns dialog(#1800064)
1950   - BugFix: Fix MakeResDll crash (#1795421)
1951   - BugFix: Full screen mode didn't work with multiple monitors (#1788168)
1952   - BugFix: Revert multiple monitor patches (#1788168)
1953   - BugFix: PgUp key didn't do anything in beginning of the file (#1795680)
1954   - BugFix: The option 'Automatically scroll to first difference' didn't work
1955       properly when word-wrap mode was on (#1795814)
1956   - Translation updates
1957     - French (#1800064, #1802363)
1958     - Japanese (r4546)
1959
1960 ## WinMerge 2.7.5.2 - 2007-09-11 (r4528)
1961   - Graphical improvements to location pane (#1770175)
1962   - Remove MFC dependency from resource compiler (#1783581)
1963   - Better multi-monitor support (split file view on monitor boundary) (#1788168)
1964   - BugFix: Renaming unique item (only other side) renamed parent folder (#1787816)
1965   - BugFix: Goto didn't change the active pane when selecting another pane (#1791351)
1966   - Translation updates
1967   - Traditional Chinese (r4473)
1968
1969 ## WinMerge 2.7.5.1 - 2007-08-16 (r4440)
1970   - HTML reports for file compare (#1739209)
1971   - Ask confirmation when exiting with multiple windows open (#1757800)
1972   - Translation updates
1973     - Catalan (r4370)
1974     - Simplified Chinese (r4369)
1975     - Danish (r4360)
1976     - French (r4383)
1977     - Russian (r4421)
1978     - Slovak (r4413)
1979     - Swedish (r4412)
1980
1981 ## WinMerge 2.7.4 - 2007-06-27 (r4352)
1982   - Batch-file syntax highlighting keywords cleanup (#1743504)
1983   - BugFix: Archivesupport Zip-->both didn't work correctly (#1734439)
1984   - BugFix: Linediff didn't highlight whitespace differences (#1698781)
1985   - BugFix: Copy confirmation dialog did show wrong To-path (#1740024)
1986   - Translation updates
1987     - Italian (#1737491)
1988
1989 ## WinMerge 2.7.3.7 - 2007-06-14 (r4330)
1990   - New big toolbar (actual image instead of placeholder) (#1736520)
1991   - BugFix: Fixes to folder compare copy/rename operations (#1730534)
1992   - Translation updates
1993     - Swedish (#1735635)
1994
1995 ## WinMerge 2.7.3.6 - 2007-06-07 (r4321)
1996   - Recent project files in File-menu (#1731551)
1997   - Automatically import existing linefilters to new dialog (#1718040)
1998   - BugFix: copy/delete of unique items failed in folder compare
1999       in 2.7.3.5 (#1730534)
2000   - BugFix: crashed when ESC was pressed while renaming item in
2001       folder compare (#1705874)
2002
2003 ## WinMerge 2.7.3.5 - 2007-05-31 (r4304)
2004   - Relax selecting parent folder restrictions (up arrow in folder compare) (#1727829)
2005   - Show a warning if item can't be found anymore in folder compare
2006       and it is tried to access (copy/move/delete) (#1723778)
2007   - New Borland Delphi file filter (#1699783)
2008   - Gradient toolbar (#1717774)
2009   - BugFix: could not create new file filters in 2.7.3.4 (#1719892)
2010
2011 ## WinMerge 2.7.3.4 - 2007-05-15 (r4287)
2012   - Big (32x32) toolbar (image still placeholder) (#1698641)
2013   - Improve folder compare copy confirmation dialog (#1699585, #1700241)
2014   - New file filter for Symbian developers (#1694048)
2015   - BugFix: several fixes to in-line difference highlight (#1694102, #1714088)
2016   - BugFix: word wrap lose horizontal scrollbar (#1706476)
2017   - BugFix: fixes to tabbed window control (#1718148)
2018   - Translation updates
2019     - German (#1701151)
2020     - Japanese
2021     - Korean (#1704904)
2022     - Swedish (#1703350)
2023
2024 ## WinMerge 2.7.3.3 - 2007-04-04 (r4234)
2025   - Tabbed interface (#1603292)
2026   - Enable shell integration for folder backgrounds (#1693113)
2027   - Allow selecting syntax highlighting (#1690346)
2028   - New C# development file filter (#1689854)
2029   - Icon updates (#1686279, #1692097)
2030   - BugFix: compare by date and by size broken in 2.7.3.2 (#1693441)
2031   - BugFix: Open-dialog file filter failed if modified (#1693275)
2032   - Translation updates
2033     - Swedish (#1689515)
2034
2035 ## WinMerge 2.7.3.2 - 2007-03-27 (r4201)
2036   - Several fixes to line difference highlighting (#1491334, #1683061, #1639453)
2037   - Icon updates (#1684865)
2038   - Printing improvement (#1687430)
2039   - Language files size reduced (#1687661, #1687983, #1688012)
2040   - BugFix: 2.7.3.1 binary file compare crash (#1687966)
2041   - BugFix: long linefilters now restored correctly (#1680920)
2042   - Translation updates
2043     - Japanese
2044
2045 ## WinMerge 2.7.3.1 - 2007-03-20 (r4179)
2046   - New copy confirmation dialog in folder compare (#1675087, #1683842)
2047   - Improved line filter dialog (#1682475)
2048   - Installer/uninstaller icons restored to default icons
2049   - Some icon updates (#1680209)
2050   - BugFix: folder compare lost focus after confirmation dialog (#1670991)
2051   - BugFix: crash comparing empty folders (#1675211)
2052   - Translation updates
2053     - Czech
2054     - French (#1664689)
2055     - Polish (#1673082)
2056     - Swedish (#1673908, #1678676, #1683289)
2057
2058 ## WinMerge 2.7.2 - 2007-02-27 (r4137)
2059   - Fix ShellExtension installation bug 
2060   - Translation updates
2061     - Czech
2062     - German (#1667564)
2063     - French (#1664689)
2064
2065 ## WinMerge 2.7.1.7 - 2007-02-20 (r4120)
2066   - Folder compare threading improvement - should be faster in many
2067       situations (#1662002)
2068   - New options for backup file location and naming (#1652696)
2069   - Syntax highlighting for CSS files (#1582537)
2070   - Allow to hide folder compare margins (View/View Margins) (#1663798)
2071   - Translation updates
2072     - Czech
2073     - Polish (#1650831)
2074     - Swedish (#1657664)
2075
2076 ## WinMerge 2.7.1.6 - 2007-02-01 (r4094)
2077   - New post-compare line filters for folder compare (#1644820)
2078   - Optimization for word wrap code (#1640741)
2079   - BugFix: 2.7.1.5 forgets selected filter (#1637433)
2080   - BugFix: limiting to single file compare window now works more
2081       logically (#1636314)
2082   - BugFix: ANSI regular expressions didn't work (#1644668)
2083   - Translation updates
2084     - Bulgarian (#1639493)
2085     - Catalan (#1646638)
2086     - Swedish (#1634968)
2087
2088 ## WinMerge 2.7.1.5 - 2007-01-10 (r4030)
2089   - New line filter implementation (please test and report bugs!) (#1593810)
2090   - Minimum height for location pane's visible area (#1489875)
2091   - Short label "Error" for error items in folder compare (#1567749)
2092   - BugFix: rename edits wrong field in folder compare (#1597939)
2093   - BugFix: too much scrolling in difference navigation
2094   - BugFix: wrong text selection after pane switch in file compare (#1630630)
2095   - BugFix: crash when editing space-char indented files (#1631613)
2096   - Manual updates
2097
2098 ## WinMerge 2.7.1.4 - 2006-12-21 (r3991)
2099   - Match lines inside differences (#1447744)
2100   - Workaround-patch (locally included to the build) for
2101       shutdown problems (#1602313)
2102   - New ASP.Net filefilter (#1619689)
2103   - BugFix: folder compare speed regression in 2.7.1.3 (#1610442)
2104   - BugFix: new fix for folder compare Copy Left/Right To.. (#1603061)
2105   - BugFix: copyright info missing from about dialog when
2106       translation selected (#1604115)
2107   - BugFix: location pane problems with word-wrap (#1584068, #1611542)
2108   - BugFix: invalid path added to project file -dialog (#1602219)
2109   - Swedish translation update (#1614442)
2110   - Manual updates
2111
2112 ## WinMerge 2.7.1.3 - 2006-12-05 (r3919)
2113   - Now hides skipped items by default (#1604078)
2114   - Improved INI file syntax highlighting (#1607193)
2115   - Easier folder selection in Project File -dialog (#1603196)
2116   - New "Exclude Source Control files and directories filter" filefilter (#1557295)
2117   - BugFix: project files weren't loaded correctly from command line
2118       (using shell file association) (#1602214)
2119   - BugFix: crash in syntax parser (#1556688)
2120   - BugFix: wrong difference navigation when word-wrap enabled (#1597814)
2121   - BugFix: ClearCase integration didn't install if "Program Files" -folder
2122       was named differently (non-English Windows)
2123   - Manual updates
2124     - Slovak translation update (#1606496)
2125
2126 ## WinMerge 2.7.1.2 - 2006-11-24 (r3844)
2127   - close WinMerge if Open-dialog is canceled when started
2128       from command line (#1600714)
2129   - BugFix: project files didn't work (loaded right-side path
2130       for both sides) (#1600000)
2131   - BugFix: location pane misdrawn when word-wrap enabled (#1584068)
2132
2133 ## WinMerge 2.7.1.1 - 2006-11-16 (r3810)
2134   - Use expat + scew for XML handling (partially converted) (1587574)
2135   - Uses PCRE for regular expressions (partially converted) (#1591605)
2136   - New folder compare icons (#1586705)
2137   - New bookmarks icons (#1586689)
2138   - Manifest files in resource, no need for separate files (#1588212)
2139   - BugFix: WinMerge/Filters folder was always created (#1578419)
2140   - BugFix: modality problems in file selection dialogs (#1586869)
2141   - BugFix: crash if file modification time was missing (#1589563)
2142   - BugFix: /x parameter didn't work with some other parameters (#1564283)
2143   - BugFix: asked sometimes twice about saving modified files (#1596692)
2144
2145
2146 For older changes look at the VCS (Version Control System).