File: NEWS

package info (click to toggle)
gtkdiff 1.8.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,736 kB
  • ctags: 1,654
  • sloc: ansic: 15,829; sh: 763; makefile: 320; sed: 93
file content (141 lines) | stat: -rw-r--r-- 4,447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
New in 1.8.0:
* diff3(1) support. No directory diff3 support yet.
* -o option to specify a merge output file.
* Improved keyboard navigation (PageUp and PageDown).
* Bug fixes.
* ~/.gnome/gtkdiff file has been changed.
  The previous version might crash with a new file.
  This version works with a previous file.


New in 1.7.0:
* Highlight selected region.
* Search feature in directory view.
* Directory view's functions are improved.
* Merge UI is improved a little. Click to select, one more click to insert.
* diff(1) -s option support.
* check sum support. (using cksum(1) or sum(1))
* Bug fixes.


New in 1.6.0:
* Search function.
* Click on a different portion in two-pane mode, and the portion is selected.
  It could be useful after you search any word.
  No UI feedback except statusbar, though.
* Toolbar support. 
  (Inspired by "latte"<http://latte.sourceforge.net/>)
* Menubar becomes a little bit fancy.
* Preference settings in directory view are restored properly.
* A bug fix related to DBCS(Double Byte Character String).
* Some bug fixes.


New in 1.5.2:
* A notification release.
* A new tool, gtkdiff-cvs. It's a simple shell script, handling CVS files.
* Minor bug fixes.
* Accelerator key bug fix. (You might need to delete ~/.gnome/accels/gtkdiff file,
  if some accelerator keys don't work.)


New in 1.5.1:
* A bug fix related to widget style.


New in 1.5.0:
* Turkish message translation.
* Danish message translation.
* Merge view.
* Some changes in ~/.gnome/gtkdiff file.
  "PaneMode" entry becomes obsolete.
  "DiffArgs" entry is moved to "Diff" section.
  Although they don't matter, if you don't like useless lines remained,
  please delete ~/.gnome/gtkdiff by yourself.


New in 1.4.0:
* Internal version.
* Most of GUI components become widget base.


New in 1.3.0:
* Starting a development branch, headed for gtkdiff-2.0.0.
* German message translation.
* "Synchronize lines" in two-pane view.
  In this case, each line in two panes can be synchronized.
* Navigations("next difference" etc.) are available for line-wrapped text.
  But it might be very slow for large files.
  Relative navigations still don't work for line-wrapped text.
* A new action, named "current difference"(key-assign ctrl-l), 
  which is useful after you changed window size.
* One bug fix for file selection dialog, which no one might have noticed.
* Merge operation (still experimental).


New in 1.0.2:
* Spanish message translation.
* Menu update routine improvement.
* Some bug fixes.
* Fixed the display adjustment problem on two-panes view.
* Improved directory view.
* A new tool, gtkdiff-rcs. It's a simple shell script, handling RCS files.


New in 1.0.1:
* Some bug fixes.
* French message translation.
* Preference dialog to specify diff(1) options.
* Use paned-widget for two-panes view. It's rather work-around for the current text widget's limitation about its horizontal scrollbar.


New in 1.0.0:
* Navigations improved, ie. the former "next(previous) navigations" are renamed to "relative next(previous) navigations", and new "next(previous) navigations" provided.
* gtkdiffrc becomes installed in $datadir/gtkdiff/gtkdiffrc, e.g. /usr/local/share/gtkdiff/gtkdiffrc.
* statusbar implemented.
* [IMPORTANT] I changed the format of ~/.gnome/gtkdiff. It doesn't matter if you keep using older one, but the file keeps obsolete data. I recommend you to remove your old ~/.gnome/gtkdiff once.
* Improved color settings, you can select through property-box.
* Various UI improvements.
* Message translation: Japanese.


New in 0.9.9:
* Bug fix.
* Changed navigation short-cut keys, which becomes similar to Emacs.
* Added two new navigation features, such as move to first and move to last difference.
* Xor'ed scroll part reverted.
* Geometry argument.


New in 0.9.5:
* Reload two files.
* Hard-coded default color and font, so you can see proper colors without rc-file.
* Renamed from gtkdiffrc to .gtkdiffrc.
* Bug fix of menubar update.
* Feature freeze.


New in 0.9.1:
* Bug fix for handling binary files.
* Some message boxes.


New in 0.9.0:
* Directory view improvements.


New in 0.8.0:
* Port to GNOME.
* To move next or previous diff part.(only text-wrap off case)


New in 0.7.0:
* Right-click menu was improved.
* Show and hide line numbers.
* Go directory view from file view.


New in 0.4.0:
* I improved configure script. I think it finally works.
* In two-panes mode, a scrollbar to control both parts.