This file is indexed.

/usr/share/xdrawchem2/HISTORY.txt is in xdrawchem 2.0-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
version 1.9.1:
Updated German translation.  Thanks to Daniel Leidert for this work.
Fixed some keyboard and text input issues.  Mainly, it's possible to label
  carbons again, and type characters that are not US-English letters and
  numbers.  This should also fix some format issues.
You can now change font settings within XDrawChem and have them saved between
  sessions.
Fixed arrow behavior.  All arrow types render correctly, and it's possible
  to change the thickness of some arrow types.
Fixed custom rings dialog.  Custom rings saved to user's home directory
  now appear on menu correctly.  Menu is also dynamically updated, so new
  structures appear immediately without need to restart XDrawChem.

version 1.9:
Added Russian language translation file.  Thanks to Vitaly Lipatov and Roman
  Borisyuk for conributing this work.
Fixed dialogs that display Help.  It's now possible to use the Help dialog, 
  and close it without closing the tool you are using.
Eliminated Elemental analysis dialog.  This feature is now part of Molecule
  Information.
Fixed a bug in the text tool that caused a segfault when clicking off of an
  empty text field.  Also updated text toopl behavior to more accurately show
  what would be selected, moved, etc. on mouse click.
Fixed a bug where aromatic and other rings would have infinite scale and
  random rotation if attached to an existing bond.  Rings now attach
  correctly, even to vertical bonds.
Keyboard input for non-English users is fixed.  You can finally type letters
  with umlauts (e.g., "Säure") and other accents.
You can paste text from other applications with Ctrl+V.  However, you must
  select the Text tool first and create a new text box.
The width of any bond (double, triple, dashed, ...) may be changed now.

version 1.8.5:
Fixed EPS output by using "ps2epsi" script supplied with GhostScript to
  process the file.
Updated some deprecated functions to current version and fixed some
  warnings.
(contributed) Made some pixmaps transparent to improve print quality.

version 1.8.4:
Names retrieved from the database are correctly displayed now.
Right-clicking on a molecule brings up a popup list of actions.  Currently,
  select molecule, cut, copy and molecule info are available this way.

version 1.8.3:
Updated Polish translation.
Pressing Escape now puts you back in select mode, regardless of current state.
Moved XDrawChem database, and eliminated dependency of frowns, sort of.
  Canonical SMILES is now found by querying a cgi-bin script, so if you
  have net access, you can access all DB features now.

version 1.8.2:
Zoom/magnify tools now exist.
Double bond alignment fixes.  You can set a specific double bond style
  by right-clicking on the double bond.
Updated configure script with Geoffrey Wossum's excellent macro for finding
  Qt and setting variables.  http://autoqt.sf.net/

version 1.8.1:
Improved Undo feature.
Code cleanup and arrangement:  compiles much faster now.

version 1.8:
Added circle and square tools.
Changed menu structure a bit.
Added Italian language file.
Improved database -- it's now possible to get CAS number and sometimes
  name from a molecule structure.  Database back-end changes have also
  improved lookup based on name and CAS.
Fixed some bugs, see SourceForge bug tracker.

version 1.7.8:
Added lasso tool.
Fixed bug 900782.
Updated to use OpenBabel 1.100.2 (and later)

version 1.7.7:
Bug fix release -- fixed EPS bounds and buggy text alignment.
Administrative:  moved everything to SourceForge.net, put source in CVS.

version 1.7.6:
Bug fix release -- fixed null pointer bug in file save.
XDrawChem can now draw hex grid.

version 1.7.5:
EPS output should now draw text better.
A "Did You Know?" dialog was added.
configure script updated to use latest autoconf/automake.
OpenBabel is no longer bundled.  You will need to download it separately.
--(from http://openbabel.sourceforge.net/ ; OB version must be 1.100.1)
Translation .po and .pot files were updated (sorry that I forgot these!)

version 1.7.4:
Program now supports English and metric units.

version 1.7.3:
Added ruler and square grid.
Added octanol-water partition (Kow) calculator.
Updated OB source directory.

version 1.7.2:
Fixed an issue with EPS/PostScript output.
Added new Danish and Polish translations.

version 1.7.1:
Improved p orbital symbols.
(Hopefully) fixed bug with saving pictures.

version 1.7:
Added half and full arrowheads for Bezier curves.
Updated documentation.
Fixed double->int conversions so that rounding is done rather than truncation.
  (should improve drawing appearance)
Generated an xdrawchem.pot file for translation.

version 1.6.10:
Fixed a printing bug where lines were drawn over text.
Added pKa estimation.

version 1.6.9:
Added "wavy" bond type.
Page setup preferences (page size, orientation, etc.) are now saved.

version 1.6.8:
Bug fix release.  No significant new features.

version 1.6.7:
Added file type auto-detect.
Added aliphatic chain tool.
Added Newman projection.

version 1.6.6:
Added option to not add hydrogens and format.
New text options: left, center, right justify.

version 1.6.5:
Fixed CDX/CDXML open and save operations.
Added new drawing options: box, ellipse, cubic bezier, new arrow style.

version 1.6.4:
Added new spectrum dialog.
Fixed text behaviors -- backspace and delete behavior and display of carbon.
Added option to put subscript on brackets.

version 1.6.3:
Combined open and save menus, eliminated import/export options.
Command line conversion (molecule -> image) is now possible.

version 1.6.2:
Fixed compilation to work on newer gcc.
Updated OpenBabel library code.
Updated Windows version to include OpenBabel.

version 1.6.1:
Added translation files for Danish (dk) and Japanese (jp).
Patched SMILES dialog to use OpenBabel. (contributed by Brett Saunders)
Fixed several memory leaks.
Fixed Delete key behavior.
Added symbol font.
Re-implemented (some) event handling to use Qt signal-slot architecture.

version 1.6:
Latest stable release.
Clipboard works again, and works with curve arrows and symbols correctly.
Added help to some dialogs.

version 1.5.5:
Code cleanup.
Automatic scaling on file read or import operation.
Changed behavior of select tool when moving bonds.

version 1.5.4:
File export via OpenBabel is implemented.
Fixed some namespace issues.

version 1.5.3:
Added configure switch to control whether OpenBabel is built.
Added configure switch to specify which flavor of Qt to use.
File import via OpenBabel is implemented.

version 1.5.2:
New HTML-based manual.
autoconf/automake build implemented.  See INSTALL.txt

version 1.5.1:
Partial OpenBabel integration.
Numerous usability and file format fixes.
Save custom ring dialog added.

version 1.5:
(UNIX) Stereo bonds now print correctly.
The annoying ring placement bug has been fixed  :)
Improved 1H NMR prediction -- chiral centers, better shift prediction.

version 1.4.2:
Limited 1H NMR prediction ability.
Fixed bug with deleting labels (again).
MDL Molfile now saved correctly.
(Windows) Stereo-down bonds are drawn correctly.

version 1.4.1:
Fixed parentheses printing (EPS mode)
Fixed bug with saving/restoring where element name saved incorrectly
Delete key on highlighted text behaves correctly now.
Ctrl+B, Ctrl+I, Ctrl+U, Ctrl-Plus, Ctrl-Minus shortcuts on text.
  (Bold, Italic, Underline, Superscript, Subscript, respectively)
Fixed hydrogen calc and attach point for more groups:  "CO", "SO"
Fixed printing of symbols (i.e., learn to print bitmaps)

version 1.4:
Bug fixes:  redraw, text placement, etc.  Added some templates.
Smart placement.  Automatic attachment of amino acids and rings.

version 1.3.2:
Bug fix release:  pointers, getenv(), -lqt vs. -lqt-mt, fonts, etc.
Really fixed EPS bug this time, I hope.

version 1.3.1:
Added pictures to menus for "standard" items.
Fixed EPS export bug.

version 1.3:
Preferences are now saved.  (The directory is platform-dependent)
Simple reaction analysis: Free energy change estimate, 13C NMR comparison.

version 1.2:
Consolidated all molecule info stuff into one dialog.
Added features to group molecules into reactants and products.
Switched to GPL (woo hoo!)

version 1.1.1:
Fixed a bug with screen clearing and double buffering.
Code cleanup.

version 1.1:
Structure cleanup has improved -- aliphatics no longer drawn as straight lines.
Changed drawing of carbonyl and imine double bonds.
New CML parser - used Qt's XML parsing functions.

version 1.0.2:
Molecular weight and empirical formula are displayed on the status line
  before pasting.
Can paste elemental analysis data into the drawing.
Moving towards using a Preferences class to store user settings.

version 1.0.1:
Rings are not placed automatically; click to place rings.
Screen drawing is now double-buffered.  Flicker should be reduced.
More intelligent text placement.  Automatically adds hydrogens.
Added symbol:  stereochemical ring hydrogen.
Added ring templates:  indole, purine, pyrimidine, steroid backbone.

version 1.0:
First "stable" release.
Fixed some things:  memory allocation, selection issues.
Shift-drag over part of a molecule selects the entire molecule.
IR spectrum prediction improved.
Export Peak Lists from 13C NMR and IR copies peak list to clipboard.
Fixed length and angle of bond and arrow are now controlled separately. 
XDrawChem can now use Babel.  Added features if Babel is installed:
  Can read and write PDB files.  
  Can output SMILES strings.

version 0.99.9:
Fixed more behavior bugs.
Double and triple bonds are drawn a little better now.
Same code compiles on Windows and UNIX.  Visual C++ project file
  now included.
Hydrogens added automatically in SMILES and structure cleanup.
Title bar now says "XDrawChem".

version 0.99.8:
Fixed some behavior bugs.
Fixed some code incompatibility between Windows and UNIX with conditional
  compile statements.
Added SVG export support.  (Under "Save picture")
Added ChemDraw(TM) XML export support.  (Under "Save as...")

version 0.99.7:
Make text placement slightly smarter.
Implemented copy to system clipboard and drag and drop.  This uses the
  Qt library objects QImageDrag and QClipboard; I am not sure what
  applications can interact with items from Qt applications.
Received (or created from old language_*.h) new translation files.
  Dutch, French, German and English now supported.
Created mailing list:  xdrawchem-announce@lists.sourceforge.net

version 0.99.6:
Bugfix release - conditional compiling should still allow compilation with
Qt 2.3.x, and fixed elemental analysis and EPS output.
Added translation sources (.ts files) for French (fr), German (de),
Italian (it), Dutch (nl), Spanish (es), and Portugese (pt and br - Brazil).
The text is still in English and needs translating with Qt Linguist :)

version 0.99.5:
Default print resolution is 100 dpi -- so 25 point lines on screen equal
  1/4 inch on paper, etc.
Now using Qt 3.0 langauge support - no more language_*.h files.
Network access now uses Qt 3.0 HTTP support, eliminating curl dependency.

version 0.99.4:
Implemented structural diagram generation based on JMDraw.
Added SMILES interpreter.
Added molecule clean-up function.

version 0.99.3:
Fixed problem with text rendering when printing.

version 0.99.2:
Split ring menu into categories.
Added automatic text placement.
Added German manual.

version 0.99.1:
Fixed compile bug(s).

version 0.99:
Added edit functions.
Added more help strings.
Started to fix localization.

version 0.98:
Added database access components.

version 0.97:
Added French, German, and Polish languages.

version 0.96:
Added some language support.
Changed the way double bonds are handled.  Aromatics etc. look nicer.
Added arrow styles - dashed, bidirectional, retrosynthetic, 90 and 270
  degree curve arrows.

version 0.95:
Added colors and background.
Added bold, italic, and underline options for text.
Added page setup and tinkered with printing.

version 0.94:
Implemented Undo.
First Windows build released.

version 0.93:
Added bracket styles.
Import of binary ChemDraw (CDX) files. (not perfect, of course :)
Basic IR prediction.

version 0.92:
Finally, you can do "make install"!
Improved handling of CDXML [ChemDraw(TM) XML text] file types.

version 0.91:
Added empirical formula calculation.
Added elemental analysis.
Fixed some behaviors (text and selection).

version 0.9:
Rewrote nearly everything.
UI changes.
Added curve arrow.
Improved symbols.
13C NMR prediction.

version 0.85:
Added Rotate functions (under Edit menu).
Consolidated Flip functions (under Edit menu).
Added Insert menu under Edit menu; can now insert CML/XML files.
Started to migrate pre-defined rings to CML format.
Can read simple ChemDraw XML (text only!) files.
Can write simple Encapsulated PostScript (EPS) files.

version 0.84:
Added Info window and functions.
Fixed MW calculator.
Fixed some things in Format menu.
Changed Alignment functions; now under Tools menu.
Alignment functions now collected as Auto Layout.
Better support for XML documents.  (Auto scale and placement)
Changed ring dialog; added all common amino acids and nucleic acids.

version 0.83:
Bug fixes, add more rings, update manual, etc.
Improved MDL Molfile support (still doesn't meet spec, but closer now)
Improved XDrawChem file format to store element info.
Added Undo (may not be able to undo everything!).
Added Mass Calculator.
Changed and improved text editor - now can properly do super- and subscript, 
  and support multi-line entry.
Added some support for 2-D CML (Chemical Markup Language) files.

version 0.82:
Added support for PNG image files.
Ability to flip horizontal/vertical.
Dashed line support.
Symbol support.
Changed install procedure and Makefile to point to correct ring file location.

version 0.81:
Added more rings. (This will probably happen every release.)
Wrote more manual pages. (This will also probably happen every release.)
Bug fixes. (I really hope to do this every release too.)
Added color.
Changed ring dialog so "tool tips" appear to identify each ring.
Line drawing now tells length and angle of the line being drawn.
Manual is not modal anymore, so you can continue working with the manual open.
There is now a user-defined page size which allows you to specify the pixel
  size of the drawing widget (this is most useful for creating images).
You can now set the fixed angle used in fixed length/angle mode.

version 0.8:
First public release.