OSDN Git Service

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