OSDN Git Service

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