OSDN Git Service

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