This commit was manufactured by cvs2svn to create tag 'lyx-1_1_2'.
[lyx.git] / OLD-CHANGES
blobc4e9c8468025b31fd0271c82f953358a20e9c07e
1 This files documents changes in LyX until version 1.0.4. Please read the
2 file NEWS for information on new features in this LyX version. More details
3 can be found in ChangeLog
4 ----------------------------------------------------------------------------
6 since 1.0.4pre8
7 - small fix to qoutes in DocBook. (Jose)
8 - blurb about DocBook in LaTeXConfig (Jose)
9 - small bug with linuxdoc in LaTeXConfig (Lgb)
10 - added it_Intro. (Giovanni Iachello)
11 - updated documention files from lyxdoc. (Lgb)
12 - added section about revtex4 in LaTeXConfig.lyx.in (JMarc)
13 - one line fix to docbook layout (Jose)
14 - switched the mousewheel to scroll in the same way as
15   gnome-terminal (Lgb)
16 - small DocBook fix (Jose)
17 - Added revtex4 layout, template, and (skeleton) docs (Karger)
18 - updated pl.po (Pawel)
19 - updated makeDocBookFile (Jose)
20 - example and template file for DocBook (Jose)
22 since 1.0.4pre6
23 - recreated all po files to be up to date with the lyx.pot. (Lgb)
24 - updated dependencies in src/Makefile.in (Lgb)
25 - small fix in table.C where the PWidth was not returned
26   correctly for multicolumn-virtual-multirow-cells (Jug)
27 - A (hopefully) last change so that caption for floats work corectly (Jug)
28 - Small copy/paste bug fix from Jose (Jug)
29 - Now multicolumns work for DocBook and some quirks with
30   caption are now fixed. This should work now pretty good :) (Jug)
31 - Small fix for width entry and multicolumns in tabulars (Jug)
32 - Introduced Tabular export for Jose's DocBook (Jug)
33 - dummy change because of new cvs location (Lgb)
34 - Finally corrected detection of DocBook classes. Note that linuxdoc
35   textclasses are now defined with \DeclareLinuxDocClass, while
36   docbook classes use \DeclareDocBookClass (JMarc)
37 - Updated no.po (Lgb)
38 - Updated pl.po (Pawel)
39 - Added key binds for Scientific Word (Serge Winitzki)
40 - Better support for russian: cyrrilic input encodings, a
41   few bugfixes and new russian splash screen (Const Kaplinsky)
42 - Changed the shortcut of Insert->Float->Figure so that it makes more 
43   sense, as pointed out by Rick (JMarc)
44 - Fix the rendering of PS images on some color display (Dan Mueth)
45 - OS/2 fixes in file handling (SMiyata and Arndt)
46 - Fix possible 8bit problem in math editor (Leonid Zeitlin)
47 - In generated LaTeX, font selection must be done before font 
48   encoding selection, as noted by Fred Hucht (JMarc)
49 - more docbook updates: the .eps is stripped from the graphics name,
50   the generated Docbook is updated to the latest, v3.1 (Jose')
52 since 1.0.4pre4
53 - some more changes for the scroll-wheel support. using the wheel
54   does not move the cursor. Slight optimization, removing of
55   dead-code from BufferView::WorkAreaButtonPress. (Lgb)
56 - to make logic better the whell has been reversed (Lgb)
57 - support for accellerated scroll-wheel support (Rvdk, Lgb)
58 - fixed custom-pagesize printing bugs.  Added a new lyxrc variable
59   print_paper_dimension_flag for setting custom page sizes.
60   Also made sure the appropriate lyxrc variables were used rather than
61   relying on hardcoded entries   (ARRae)
62 - fixed bug in lyxrc parsing, table not in alphabetical order (again!)
63   -- spotted by Reuben Thomas (ARRae)
64 - Updates to german translation (Pit)
65 - Fix off-by-one error in the File menu (JMarc)
66 - Index insets do not show the indexed word anymore, since it is
67   likely the word just before (JMarc)
68 - Some changes to make update/view/dependency checking help us to just
69   the number of required latex runs. (Lgb)
71 since 1.0.4pre2
72 - updated documentation from repository (Lgb)
73 - changed parsing of the latex log in LaTeX.C to not care about
74   \listfiles anymore. No we should be able to see more/all external
75   files used by LaTex. (Lgb)
76 - do not output \listfiles into the latex file anymore (Lgb)
77 - Extracted, applied and tested Alexandre Makarenko's patch about
78   better drawing of the () delimiter in mathed (Alejandro)
79 - AASTeX updates (Mike)
80 - Dutch translation team credits added (Allan)
81 - Fix crash when closing math panel with an open symbol menu (Allan)
82 - Update to DocBook support (Jose')
83 - Fix several crashes when entering explicit TeX macros in math editor
84   (Alejandro)
85 - The language setting "french" already provides the index commands;
86   make sure we are not including makeidx.sty in this case (JMarc)
87 - fix bug in environments when one of the paragraphs has specific
88   settings  (JMarc) 
89 - fix crash when reading .eps file with a malformed BoundingBox (JMarc)
90 - Update to fr.po (Emmanuel)
91 - provide configuration example to use dvilj4 instead of dvips (in
92   lyxrc.example) (Reuben)
93 - Better support for different shells wih different syntax under OS/2 (Arnd)
94 - Work around autoconf bug where it fails to detect correct arguments
95   for select() with g++ 2.95 (JMarc)
97 since 1.0.3
98 - Some docbook updates. font handling (Jose')
99 - Add new ProvidesURL tag for textclasses which already have a \url
100   definition (JMarc)
101 - Simplify the emergency definition of \url (when url.sty is not
102   installed); URLs are now aways output as \url{...} (JMarc)
103 - Add binding M-i u for url-insert (Reuben)
104 - Fix typos in LyX-provided LaTeX macros (JMarc)
105 - Fix a bug where a directory could be mistaken with a regular file,
106   with all the nasty consequences one can imagine; thanks to Benjamin
107   Korvemaker for pointing out this one (JMarc)
108 - small fix to configure in the case CXX is explicitely set (Albert Chin)
109 - revert the `feature' that caused footnotes to appear on the wrong
110   page when inside a list. This will re-activate an older bug, where 
111   an enumeration inside a footnote inside an enumeration gets a wrong
112   numbering. (JMarc)
113 - Fixed small configure bug when the CXX variable is set (Albert
114   Chin-A-Young) 
115 - Fixed a bug in DeleteTableRow-Function (Jug)
116 - Fixed the evil egcs/alpha bug that has been plaguing us for some time 
117   (Michal Jaegermann)
118 - New Italian Docs (Claudio Coco)
119 - Improved lyxserver: INFO or ERROR always reported in the output pipe;
120   added '\n' to always terminate server messages; client names
121   remembered, each client notified by name when LyX exits (Stefano)
122 - LyX::Client perl class for bidirectional communication in
123   development/lyxserver/perl (Stefano)
124 - Updated wa.po (Pablo)
125 - Fixed problem that prints were different from previews (Jug)
126 - Fixed problem with multiline-cells and multicolumn, finally (Jug)
127 - Added also german port for g-brief (Jug)
128 - New Catalan translation (Francesc Burrull i Mestres)
129 - Added the g-brief support from Thomas Hartkens (Jug)
130 - Small fix in text2.C for delete-table-row (Jug)
131 - Preliminary support for DocBook documents (Jose')
132 - Support for AASTeX package (Mike Ressler)
133 - Some tweaks detected by Sun CC 5.0; having a picky compiler is nice...
134   (JMarc)
136 since 1.0.3pre4
137 - similar changes as the one made to VSpace::NONE done several other 
138   places too. (Lgb)
139 - New walloon localization (Lorint Hendschel)
140 - Fix the lyxserver, so that the answer to the 'hello' message is
141   terminated by '\n' (JMarc)
142 - fix to VSpace::NONE in lyx_cb.C (Lgb)
143 - remove the gravity of the multi line input in the preamble form
144   so that the scroll bar stops doing stupid things on resize (JMarc)
145 - fixed a LaTeX export bug when using 'Keep' and a standard skip as
146   paragraph spacing (JMarc)
147 - updated pt.po, new pt_splash document (Pedro Kroger)
148 - fixed bug where the width of cells would be lost by copy-and-paste of
149   a table (JMarc)
151 since 1.0.3pre2
152 - fixed a bug in LaTex.C that amde latex be run to few times in certain
153   circumstances. Now latex might be run too many times, especially if 
154   files are generated by exteral programs as makeindex or bibtex. (Lgb)
155 - Fixed a bug in no.po (Lgb)
156 - LaTeX::scanLogFile now reports an NO_OUTPUT error if a dvi
157   file was not created. (Lgb)
158 - LaTex::scanLogFile now reports TOO_MANY_ERRORS if >=100 errors
159   during the LaTex run. (Lgb)
160 - Update to revtex.cls (Dan Mueth)
161 - honor the LC_CTYPE locale setting (Leonid)
162 - fixes to math code for better 8bit support in math text mode 
163   (Leonid Zeitlin)
164 - fixed font-default in math mode (Etienne)
165 - fixed cut-and-paste of included files, so that parameters are 
166   correctly copied (JMarc)
167 - added a check for sys/types.h in configure; this should hopefully
168   help compilation under HP-UX (JMarc)
169 - updated sl.po (Roman), it.po (Fulvio)
170 - removed safer_getcwd from filetools.[hC] (Lgb)
171 - updated OS/2 configure scripts (SMyiata)
172 - added new binding 'M-m ~S-quotedbl' for ddot math accent (JMarc)
173 - fixed dvips command line when \print_extra_options is used in lyxrc (JMarc) 
175 since 1.0.2
176 - added it.po from Fulvio Boggia (Lgb)
177 - search/replace patch from Daniel Naber applied (Lgb)
178 - New File->Import->Noweb menu entry (Kayvan Sylvan)
179 - fix bug affecting latex dependency tracking (Lgb)
181 since 1.0.2pre3
182 - always use absolute path in .dep files (Lgb)
183 - updated cs.po (Ludeck), de.po (Pit), fr.po (Emmanuel)
184 - small tweak in lyxserver.C to help cygwin compatibility (JMarc)
185 - reLyX 2.9.2.1: Added -n option and equivalent noweb2lyx executable.
186   Written by Kayvan Aghaiepour Sylvan (Karger)
187 - fixed the appearance of the Search&Replace popup (JMarc)
188 - fixed a bug in search and replace where an inset would match a space;
189   cleaned up LyXFindReplace1::IsSearchStringInText() (JMarc)
190 - fixed the reported lyxvc bug as per patch. (Lgb)
191 - Updates and corrections to LaTeXConfig.lyx (JMarc)
192 - reLyX 2.9.1.1: Windows compatible! Minor bug fixes/command additions (Karger)
193 - Updated sl.po (Roman); fix buglet in cs.po and es.po (JMarc)
194 - make configure accept the upcoming xforms version 0.89 (and 0.90) as
195   OK, since TC Zhao says they are API compatible. (JMarc)
197 since 1.0.2pre1
198 - Fix bug where lyxlex keyword table for reading layout files was not
199   initialized correctly; removed a few unused LT_xxx codes (JMarc)
200 - Fix bug where using the index feature with a AMS class would cause a
201   redefinition error and cleanup the code which handles the amsmath
202   package; this means that I added two new textclass tags
203   (ProvidesAmsmath and ProvidesMakeidx) and used them in the ams
204   classes (JMarc)
205 - Added a check in chklatex.ltx to get the LaTeX version; updated
206   LaTeXConfig.lyx.in to explain that you should have at least
207   LaTeX revision 1995/12/01. (JMarc)
208 - Add 'francais' as new selectable language (JMarc)
209 - Make sure that no extra space is added at the beginning of footnotes
210   (JMarc)
211 - Beginning of new french documentation (PH Boinnard), update of German
212   docs and new UserGuide (Pit)
213 - Updated de.po (Pit), fr.po (PH Boinnard), pl.po (Dzieko)
214 - Make sure that the font commands always toggle, independently of
215   what the setting in the character popup is (JMarc)
216 - Correctly disable the Replace All button when document is read-only (Daniel)
217 - New README and INSTALL files for OS/2 and updated configure.cmd (Arnd)
218 - Cleaned the bibtex code and moved to Buffer (Ale)
219 - Citation support for multipart documents using the same old trick (Ale)
220 - New french documentation; currently Intro, splash and the tutorial
221   examples are done.
222 - fix the shortcut to dots-insert in menus.bind (JMarc)
223 - New broadway textclass; updated hollywood textclass (Garst)
224 - Let LyXVC handle filenames with spaces. (Lgb)
225 - Fix bug where the cancel button of the version control popup did not
226   work correctly (Daniel)
227 - Fix compilation buglet on some systems in insetbib.C (JMarc)
228 - Small fix to CygWin support (JMarc)
230 since 1.0.1
231 - Removed a stupid warning when loading a child buffer from its parent (Ale)
232 - Now parent and children buffers can share the same reference list (Ale)
233 - New bufferparam parentname, currently only used by insetincludes (Ale)
234 - updated documentation (Lgb)
235 - updated no.po (Lgb)
236 - Listing of bibtex labels from the bib file (patched by Lgb)
237 - Copyright dates updated in a forms/ and lyx.man. (ARRae)
238 - reLyX 2.9: graphics commands. Also several bug fixes (Karger)
239 - Fix bug when reading cross references from older documents (Jose')
240 - Automatically use package algorithm.sty when necessary (JMarc)
241 - reLyX supports \epsffile, \epsfbox, \epsf[xy]size, \psfig, \epsfig,
242   but support is probably still broken (Karger)
243 - Various changes to src/Makefile and configure script to accomodate
244   cygwin environment (JMarc)
245 - Updated sl.po (Roman Maurer), cs.po (Ludek Brukner),
246   pt.po & pt_menus.bind (Pedro Kröger) 
247 - fix buglet in dinbrief.layout (JMarc)
248 - small fix to OS/2 configure.cmd (SMyiata)
250 since 1.0.1pre4
251 - Cleaned up Literate.lyx (MKew)
252 - Cleaned up Literate section of Extended (MKew & ARRae)
253 - Added S-C-A/E/B/F keybindings to emacs and xemacs.bind (ARRae)
254 - Updated toplevel OS/2 configure.cmd (SMiyata)
255 - fix bad line break after menu separator (JMarc)
256 - Pedantic version number updates in UPGRADING.
257 - The menu separator is displayed on screen as a triangle, like the
258   LaTeX output. (Asger)
259 - Updated IEEEtran and latex8 entries in LaTeXConfig.lyx.in (ARRae)
260 - Updated OS/2 configuration scripts (SMiyata)
261 - New pl.po (Dzieko), pt.po (Pedro Kroger); Updated cs.po (Ludek), 
262   de.po (Pit), nl.po (Ivo Timmermans), fr.po (JMarc), sv.po (Joacim)
263 - Splash documents for german (Pit) and polish (Dzieko)
265 since 1.0.1pre2
266 - The splash document is now loaded according to locale (i.e., if
267   LANG is xx, xx_splash.lyx is searched first) (JMarc)
268 - Added 'replace all' functionality to find&replace popup (Daniel)
269 - updated de.po (Pit), fr.po (JMarc), ru.po (Victor); added cs.po (Ludek 
270   Brukner)
271 - Added example file for literate programming (Edmar)
272 - Change the 'view log' function so that it shows the log of the 
273   latest literate build if adequate (Edmar)
274 - bibitemUpdate now adds bibtex entries if there are any (provided that
275   there weren't any ordinary bibliography entries).  (ARRae)
276 - Small fix to bmtable pixmap handling to get correct palette used and
277   substitutions made.  (ARRae)
278 - Fix 'index last word', which did not work after a float (JMarc)
279 - Fiddled a bit with the definition of the menu separator (JMarc)
280 - Added Insert->Special Chars->Menu separator. (Asger)
281 - Added underline to "foot" and other marks, to make them look more
282   like hyperlinks. (Asger)
283 - Delete autosave and emergency files if we say no to load them. (Asger) 
284 - Improve fix to thebibliography environment; make sure that empty
285   citations give reasonable results (JMarc)
286 - Make the definition of \LyX use \providecommand (JMarc) 
288 since 1.0.0
289 - imported updated documentation. (Lgb)
290 - Fixed reported crash when we had a non-existing figure. (Asger)
291 - Fix bug in scrlettr class, which did not allow for several letters (Berndt)
292 - Make sure that the thebibliography environment never gets an
293   empty argument (JMarc)
294 - Make sure that export->custom works correctly when file name contains
295   weird characters (JMarc)
296 - Display a welcome document (example/splash.lyx) when LyX is run
297   without an existing .lyx directory (Daniel)
298 - Bug fixed with dvi file export: dvi file export did not work after
299   printing (or previewing) and vice versa as long as the same file was
300   concerned. (Heinrich Bauer)
301 - Print form extended so that it now allows for specifying a range of
302   pages and a number of copies to be printed (or exported as postscript) 
303   (Stephan Witt) 
304 - Added APA textclass (Randy Gobbel)
305 - Added support for literate programming with noweb (Edmar)
306 - cleanups to FileInfo.[Ch] (JMarc)
307 - Fix printing buglet when only spaces are typed into the 'printer'
308   input field (JMarc)
309 - make sure that URL use the \url|foo| form (or another character than |)
310   so that one can use \verb if url.sty is not available (JMarc)
311 - remove extraneous space in url:s when no 'Name' is given; remove
312   menu entry for HTML URL (JMarc)
313 - Fixed bugs with clicking.  You could not open insets unless you clicked
314   on the left hand side of the button.  Similar for math insets, and other
315   clickable elements. (Asger)
316 - Possibly chase symlinks if the binary path is a symlink to a symlink 
317   to a ... to the real executable (Jan Vroonhof) 
318 - Cleanup the code for reading directories in the file popup (Jan Vroonhof)
319 - Output a warning when the user tries to insert two consecutive spaces 
320   (Daniel Naber)
321 - fix printing when there is a space in the file name (Charles P. Wright)
322 - fix the slides textclass (JMarc)
323 - Several bugfixes for tables (Joacim)
324   * cell 0 (upper left corner) couldn't be set to using linebreaks (C-Ret,
325     nothing happend)
326   * Certain combinations of multicol and linebreak (usually a linebreak row
327     above a row with a multicol in it) gave wrong or broken output in the
328     LaTeX file.
329   * A linebreak cell in the last cell (lower right corner) didn't get a
330     \smallskip{} at the bottom, unless the previous cells on the last row had
331     linebreaks too (in that case, the last text in the last cell didn't show
332     up in the LaTeX at all) ...think that is a simplification of the symptoms
333     actually.
334   * The cursor was jumping to the end of the text in the Extra Table Form
335     popup at every insertion.
336   * The fields in the Extra Table Form wasn't ::Clone()'d
337 - Fix crash on solaris when an url has just been inserted (Joacim)
338 - Add a \maketitle at the end of the document if it contains only
339   InTitle layouts (JMarc)
340 - switched configure to use autoconf 2.13. Developpers should upgrade
341   autoconf (JMarc)
342 - Add test in configure to determine the right casts to use in a
343   select() call (JMarc)
344 - Fixes for creating a binary distribution. You can now specify
345   PERL=none to configure if you want reLyX to output just a message 
346   telling the user to adjust perl location (JMarc)
347 - LyX tends to crash on Linux/AXP when compiled with egcs 1.1.1; see
348   INSTALL for a workaround (Jochen)
349 - Updated ru.po (Victor)
350 - Exit nicely when DISPLAY is not set correctly (Matt Power)
351 - Fix crash when a BibTeX inset has been copied (Allan)
353 since 1.0.0pre8
354 - Fixed crashes after complex cuts. (Asger)
355 - Update to sv.po (Joacim)
356 - Fixed positioning of Math Panel pop-ups. (Asger)
357 - Fixed click cursor positioning, so that if you click at the left half of
358   a letter, the cursor will go to the point to the left, rather than
359   always to the right. (Asger)
360 - Fixed a few bugs in the Insert->menu commands. (Asger)
361 - Updated PO files. (Asger)
362 - Small fix to stop LyX crashing when layouts etc. end with "\r\n"
363   instead of the expected '\n'.  Now we work on Windows this is
364   very important.   (ARRae)
365 - Updated fr.po (JMarc)
366 - updated ru.po from Victor Lavrenko <lyx@lavrenko.pp.ru>. Comments
367   appreciated.
368 - Clarified license - COPYING (Asger)
369 - Tweaked mouse click policy in math insets, and in text a bit. (Asger)
370 - New template for revTeX (Amir)
371 - Add in development/ a spec file (with an accompanying README) to 
372   create RPMs (Mate)
373 - New math function to pull out an argument, currently available by
374   the backspace key. (Alejandro)
375 - fix the 'html type' button in url inset popup (JMarc)
376 - make the 'name' field in the cross reference popup disabled for LaTeX 
377   documents (JMarc) 
378 - Update to sl.po (Roman Maurer)
379 - small fix to po/Makefile.in.in for non-GNU make (JMarc)
380 - New manpage LinuxDoc class (Jose')
381 - reLyX 2.8.1.2: directory bug fix (Karger)
382 - Fixed math accent on macros bug (applied Ettiene's patch)  (Alejandro)
383 - Removed a flag that hindered initialization of math array after
384   another math array. This should fix the bug in most cases.  (Alejandro)
385 - Added optional argument to be able to insert a label without
386   the dialog. Several other commands should have the same. (Alejandro)
387 - added some xresources settings to askForText to get l10n for the
388   buttons in fl_show_input. (Lgb)
389 - changed MenuLabelInsert and a func in formula.C to use askForText
390   instead of fl_show_input. (Lgb)
392 since 1.0.0pre7
393 - Fix problem with TOC in LinuxDoc documents (Jose')
394 - Change the word-* functions so that they behave similarly to emacs
395   (Etienne)
396 - fix for unrecognised TeX error (Lgb)
397 - updated no.po and removed cruft from all other po files (Lgb)
398 - When printing, do not add a space after the \print_to_file switch
399   anymore; this allows to use dvilj instead of dvips (JMarc)
400 - made inseturl accessible from all documents. (Lgb)
401 - fix to inseturl (when writing LaTeX) (Lgb)
402 - made inseturl editable (Lgb)
404 since 1.0.0pre6
405 - New textclass/documentclass hollywood to typeset scripts (Garst)
406 - New slovenian translation (Roman Maurer)
407 - Updates to the slides textclass and template (JohnW)
408 - Fix problem with extra paragraph breaks between math displayed
409   equations (JMarc)
410 - Find&Replace now automatically jumps to the next match after doing a 
411   replacement (Daniel Naber) 
412 - The color of newline characters on screen can now be changed via 
413   the -NewLineColor option (Edmar)
414 - New function server-goto-file-row (Edmar)
415 - change the Character popup so that it remains compatible with xforms 0.81.
416   The patches in forms/ have been somewhat redone so that they apply to the 
417   of the 0.88.1 version of fdesign (JMarc)
418 - first draft of german translation of Extended.lyx (Pit)
419 - Fix a bug with spaces in math labels (Alejandro)
420 - Set the timeout for ispell to 15 seconds instead of 2 (JMarc)
421 - Make the update button of Insert->Cross_Reference remember what the
422   current entry was (JMarc)
423 - fix bug where bibliography insets were not deleted when switching
424   to another layout (JMarc)
425 - fix the change case functions which did not work (and corrupted
426   memory) after footnotes (JMarc)
427 - fix newly introduced bug which prevented Compose key from working (JMarc)
428 - Added french menu bindings fr_menus.bind; not yet complete (Emmanuel) 
429 - Protected spaces are output as plain spaces in explicit LaTeX code (Edmar)
430 - Better support for Aspell (Kevin Atkinson)
432 since 1.0.0pre4
433 - fix to latex log parsing, it could discover false errors (Lgb)
434 - Updated menus.bind to reflect the real menu shortcuts (Etienne)
435 - Made the new url inset use url.sty. (Lgb)
436 - added url.sty to LaTeXFeatures and to LaTeXConfig.lyx.in (Lgb)
437 - Possible fix for the "lyxcrusher" file from Asger. (Lgb)
438 - Updated no.po. (Lgb)
439 - New (html)url inset for linuxdoc and LaTeX. References also work
440   for linuxdoc now (Jose').
441 - IEEEtran document class added. Some documentation in .layout (ARRae)
442 - Brand new german documentation from Peter Suetterlin. It is automatically
443   obtained from the Help menu if your LANG is 'de' (JMarc)
444 - reLyX 2.8.1.1: -o option, bug fixes, plus a couple new commands
445 - new file sv_menus.bind (Joacim)
446 - nl.po updated.
447 - changed to use fl_root instead of RootWindow (Lgb)
448 - some small changes to make doc++ make nicer output. (Lgb)
449 - Fix problem where, after search/replace or spellcheck, the font of the 
450   text was not correctly kept (JMarc)
451 - Re-introduces styles paragraph*/subparagraph*, since they are needed for
452   completeness. (JMarc)
453 - applied the scrollmouse patch from Mark Huang (Lgb)
454 - fix autosave to avoid saving when the backup file is already up to date, 
455   and to avoid disabling autosave after the first try (JMarc)
456 - added support for footnotes in linuxdoc (Jose')
457 - added support for different textclasses in linuxdoc (Jose')
458 - fixed two table-bugs: Sometimes, documents from 0.12 would cause
459   tables to be rendered wrong: They would extend far beyond the screen.
460   Other times, LyX produced wrong code: empty parbox{} arguments in
461   tables.  (Asger) 
462 - added ru.po from Victor (Lgb)
463 - fixed a bug in da.po (%1 used instead of %x1) (Lgb)
464 - fixed segfault bug in tr.po (missing items in menu string) (Lgb)
465 - updated no.po (Lgb)
466 - updated de.po (Peter Suetterlin)
467 - make sure the lyxlookup.C compiles under X11R4 (without compose key-handling,
468   though) (JMarc)
469 - updated slides textclass (JohnW)
470 - fixed the output of <>| in LaTeX. It now outputs the caracters of the 
471   \textxxx{} macros according to the encoding and font (JMarc)
472 - Change to display to layouts with Bibliography label so that no space is 
473   used if the label is empty (for cv textclass) (JMarc)
474 - Renamed polish-2.kmap to european.kmap. This keyboard map should provide
475   most accented characters used in european language, to be used on a 
476   keyboard which lacks dead keys. (Jacek)
477 - Updated fr.po  (Emmanuel)
478 - Improved support for LinuxDoc (Jose)
479 - for textclass authors: \DeclareSGMLClass can now take an optional
480   argument like \DeclareLaTeXClass (JMarc)
481 - Do not try to \protect TeX code inside of moving arguments like
482   section headers; users are supposed to know what they do (JMarc)
483 - use LYX_DIR_10x instead of LYX_DIR_12 to specify the system directory (JMarc)
484 - The binding `cua' is used by default if none is specified (JMarc)
485 - lyxrc is no more overwritten but lyxrc.example is installed instead (JMarc)
487 since 1.0.0pre3
488 - change in formula.C to not add 2 to the width of a mathinset (Lgb)
489 - small change to configure to only use -lc and -lm if needed. (Lgb)
490 - Reverted to former no-update policy for the "Insert->References" popup
491   This is to allow multipart-doc users to access the labels from a
492   different document.  RefUpdateCB should be changed to handle multipart
493   docs intelligently.   (ARRae)
494 - Tiny fix to srcdoc generation in Makefile.in (missing /) (ARRae)
495 - reLyX 2.8: (Karger)
496   -- verbatim & \verb
497   -- -h option
498   -- translate math commands (e.g., \sp -> ^). Configurable.
499   -- translate certain arguments to untranslatable commands as regular
500      LaTeX (e.g., second argument to \rotatebox). Configurable.
501   -- translate a few more simple commands + various small bug fixes
502   -- kernel cleanup
503 - added toolbar icon for LFUN_RUNDVIPS received by mail
504   from Gerhard Zintel (Lgb)
506 since 1.0.0pre2
507 - Fixes to minibuffer and lyxserver (Joacim)
508 - Added an \spell_command entry in lyxrc, for those who use something
509   else than ispell (aspell?) as spellchecker (JMarc)
510 - reLyX is now installed even when perl has not been found (JMarc)
511 - Fixe several problems with Sun CC on solaris (JMarc)
512 - Added Location and Telephone styles to the letter class (JMarc)
513 - Update polish-2.kmap, add two swiss kmaps from Alain Borel (JMarc) 
514 - change `\' to be output as \textbackslash{}, instead of the esoteric
515   \char`\\ which used to be there. I still do not know how to output `"'
516   though (JMarc)
517 - a simple fix for the \centering problem, this problem existed also for
518   \raggedleft and \raggedright. The fix is perhaps not perfect latex file
519   output wise, but it is very simple, and should not have any other
520   implications than the intended one. (Lgb)
521 - set the combo dropdown to do double buffering, looks a lot nicer. (Lgb)
522 - added a hack to ensure that the screen is updated through the 
523   correct path. As far as I can se there is close to no speed penalty. (Lgb)
524 - updated no.po (Lgb)
525 - updated documentation (Lgb)
526 - Fixed the LaTeX generation code (paragraph.C) to support use of endfloats.sty
527   and subtables/subfigures containing tables.  Fairly simple controls
528   on the addition of '\n' to the output.  Further comments in code. (ARRae)
529 - updated fr.po, contributed by Emmanuel Gureghian (JMarc)
530 - fix custom export so that dvips can be used as filter (Joacim)
531 - fix running of background tasks under OS/2 cmd.exe (SMiyata)
532 - Change the behaviour of the character popup (Joacim)
533 - fixed a small update bug in table.C (Jug)
534 - made isValidLength accept negative values (Lgb)
535 - Fix bug inserting an index at the beginning of a paragraph (Joacim)
536 - Fixed the display of \mathit characters (JMarc)
537 - Updated LaTXConfig.lyx.in to include latex8 description       (ARRae)
538 - Further update of inset popup hiding on buffer switch         (ARRae)
539   -- Added a HideFiguresPopups function to hide all figure editing
540      popups on buffer switch.
541   -- Added insetindex popup to be hidden also
542   -- removed insert-figure popup from group to be hidden because it
543      will correctly handle readonly buffers and buffer switches
544   -- All inset popups that work on a particular instance of an inset
545      (recorded by the popup) are now hidden on a buffer switch or
546      read-only toggle.
547 - Fixed InsetInclude to hide popup if deleted -- fixes segfault (ARRae)
548 - Hide most/all inset popups when buffer switched               (ARRae)
549   -- the contents of the popups only makes sense for the previous buffer
550      and hiding the popups avoids accidental modification of a buffer
551      the user can't see.
552 - LinuxDoc: removed support for <tscreen>, cleaned up code for generation
553   of sgml, cleaned up <quote>  (Jose).
555 since 0.12.1pre8
556 - updated dependencies in src/Makefile.in (Lgb)
557 - fixed (partly) line breaking in LaTeX output; InsetQuotes::Latex was
558   returning a number of characters instead of a number of lines 
559   (ARRae & JMarc)
560 - da.po bugfixed and updated. (Asger)
561 - Now, we have both "File->Import->Ascii as Lines" and 
562   "File->Import->Ascii as Paragraph". (Asger)
563 - Better behaviour in Version Control with changed documents. (Asger)
564 - Optional hyphens will not break words into two when spellchecked. (Asger)
565 - Using Ctrl+enter to produce empty lines in LyXCode works correctly, and
566   produces an empty line rather than an error now. (Asger)
567 - Export as LaTeX, SGML, and ASCII won't silently overwrite any 
568   files. (Asger)
569 - removed assignment to static variable (paragraph_id) in lyxparagraph.h
570   -- assignment was already elsewhere in the code (ARRae)
571 - reLyX 2.7.2.1: Translate common optional args to \documentclass (Karger)
572 - reLyX 2.7.1.1: support \input and \include. -p option. Whitespace and
573   word-wrap more like LyX. Translate commands generated by specific LyX layouts
574   (e.g., \lyxaddress). (Karger)
575 - Changed the time of action on clicks on references, insets, math insets,
576   etc., such that things won't happen until you RELEASE the mouse button,
577   rather than when you press it.  This makes it much easier to select text
578   close to these things. (Asger)
579 - added an X error handler. We should no more lose data because of
580   bad X servers (or faulty X-code) (Lgb)
581 - Fixed bibtex database support so that it works in a temp. dir (JMarc)
582 - Fixed minipage LaTeX generation within floats/footnotes (ARRae)
583 - Added support for localized bind-files and localized documentation 
584   (Joacim & JMarc)
585 - Fixed crash when \kbmap is true, but no keyboard map has been defined (JMarc)
586 - Reworded lib/lyxrc a bit, so that printer setup is hopefully easier
587   to understand (JMarc)
588 - fixed readonly operation of dialogs (ARRae)
589 - fixed the new File->Import submenu so lastfiles > 4 still works (ARRae)
590 - reLyX 2.6.1.3: support \hfill and optional argument to \cite,plus
591   several bug fixes
592 - Fix a problem with LinuxDoc documents, where the first character
593   after an \htmlurl was lost in SGML output (JMarc)
594 - We had a segfault if a SGML file that did not exist was opened. Fixed!
595   (Perhaps not a perfect fix, but it does not segfault.) (Lgb)
596 - Change the spellchecker to reject collated words like 'wellcome' by
597   default. See lyxrc if you do not like that (JMarc)
598 - Fix the spellchecker so that it ignores text marked as LaTeX (JMarc)
599 - Removed some old SGI specific code which seems to hurt more than it helps 
600   (JMarc)
601 - Augment the buffer size MAX_BUF_LEN of LyXLex to 2048 (JMarc)
602 - The environment variable PERL is now honored by configure (JMarc)
603 - Update configuration scripts for OS/2 (SMiyata)
604 - Work around a bug in DEC cxx 6.0. The code is at least as clear as
605   it used to be, in fact (JMarc)
606 - Add definition of the lyxcode environment for the slides textclass (JMarc)
607 - reLyX 2.6.1.2: lots of bug fixes, support for BibTeX commands (Karger)
608 - made VSpace accept negative lengths. (Lgb)
609 - applied patch by carsten (Lgb)
610 - update of de.po (Peter)
611 - update of sv.po (Joacim)
612 - update of no.po (Lgb)
614 since 0.12.1pre7
615 - Added protection against !` and ?` ligatures in quote insets (JMarc)
616 - Renamed 'Advanced Editing' to 'Extended Features' and removed
617   'How do I-' in help menu (John)
618 - Fixed menus.bind to reflect the right bindings for the Layout-Menu (Jug)
619 - added new commandtag layout-save-default to be able to insert the
620   "Save Layout as default" menu entry to the binds (Jug)
621 - Small fix in table.C for segfault when reading tables converted
622   with reLyX (Jug)
623 - Fix the display of labels, refs (all insetcommands, in fact) when
624   -Mono is in effect (JMarc)
625 - Changed text Multi-Cell to Multicolumn in table->extra->menu (Jug)
626 - Fixed handling of alignment-options for multicolumn-cells (Jug)
627 - Added support for the new lyxrc command \relyx_command in
628   lib/configure (JMarc)
629 - re-introduce old code in generation of list of references in
630   Insert->Cross_Reference when using the oldish xforms 0.81 (JMarc)
631 - reLyX 2.6: better table support, \bibitem support, and bug fixes (Amir)
632 - Click on a ToC inset, and the ToC pop-up appears. (Asger)
633 - Improved logic on File Open with already opened documents. (Asger)
634 - Updated *.po because of menu logic number changes. (Asger)
635 - Fixed crashes when switching documents with open math insets. (Asger)
636 - Disallow include files with textclass different from the master
637   document textclass (when creating LaTeX file) (JMarc)
638 - Fix buglet where typing Return at the beginning of a bibliography
639   entry would lose the bibkey inset (JMarc)
640 - Added contributed polish-2.kmap keymap file (JMarc)
641 - Fixed bug which caused a segfault when deleting last row when
642   inside a math-inset (Jug)
643 - Fixed a buglet in MenuNew with already open document. (Asger)
644 - Fixed LString static initialization problem exposed on RedHat 5.1
645   causing crash on File Open. (Asger)
646 - Added "File->Import" menu to allow direct import of LaTeX and ASCII files.
647   Requires Perl5.002 and reLyX to work for LaTeX files. (Asger)
648 - Fixed wrong identity string. (Asger)
649 - Replaced koma-script textclasses with better ones provided by Bernd 
650   Rellermeyer (JMarc)
652 since 0.12.1pre6
653 - Fixed custom-export to that makeDVIOutput is called only if type
654   .dvi or .ps is requested (Jug)
655 - Fix buglet in generation of list of references in Insert->Cross_Reference 
656   (JMarc) 
657 - Fixed small bug in producing command for fax_program (Jug)
658 - Accept floats in bounding box for [e]ps pictures (JMarc)
659 - fix bug in mathed where an empty fraction would cause a core dump (JMarc)
660 - Add support for sans-serif fonts on screen in math editor (JMarc)
661 - Added support for 'Other' spacing in Layout->Document (JMarc)
662 - Hopefully made lib/configure more robust when latex could not be run
663   (JMarc)
664 - fix crash when the paper layout popup is closed from the window manager 
665   (JMarc)
666 - Newly created notes are now empty (JMarc)
667 - Fixed bug with appendix and table of contents (Matthias)
668 - added support for multiple packages in \DeclareLaTeXClass for classes that
669   need some packages. See for example latex8.layout (JMarc)
670 - added Latex8.cls support -- IEEE conference papers (no docs yet) (ARRae)
671 - minor fix to eliminate a "warning comparison of enumeral and non-enumeral
672   types" in math_inset.C   (ARRae)
673 - attempt to reduce possibility of warnings when closing splashscreen
674   with the window manager (made it FL_NOBORDER and 7secs)    (ARRae)
676 since 0.12.1pre5
677 - table-header changed from multicol4 to multicol5 as there
678   are changes in the save-format (Jug)
679 - fixed bug with multicolumns and header p{} (Jug)
680 - fixed bug in LaTeX-minipage output (Jug)
681 - fixed bug in production of \parbox in last table cell (Jug)
682 - added support for User-defined table-headers (Jug)
683 - added support for User-defined multicolumn-definition
684   also the width of multicolumns can now be specified extra
685   in the Width-Box (Jug)
686 - \footnote[mark][text] only used for list-like environments   (ARRae)
687 - Open bibitems with C-o (open-stuff) at the beginning of a paragraph
688   (Matthias)
689 - reLyX 2.5.2.3: Read .lyx/syntax.defaults if possible; always use TeX mode,
690   never LaTeX layout, for untranslatable text (Karger)
691 - Newlines marked as TeX are no longer output as \\ (JMarc)
692 - LaTeX generation cleanup 
693   -- extracted common code into separate functions to improve maintainability
694   -- fixed a font generation bug as a result                      (ARRae)
695 - LString::srep empty_rep static initialisation fixes (ARRae)
696 - small speedup of LaTeX generation (about 3%) (ARRae)
697 - small cosmetic change to LyXTextClassList::load() (ARRae)
698 - update de.po (Peter)
699 - reLyX 2.5.2.2: syntax files now contain "regular environments", and -s option
700   causes reLyX to read multiple (e.g., user-defined) syntax files (Karger)
701 - really fix (??) the tendency of lib/configure to nuke useful files and
702   provide a usable packages.lst when LaTeX cannot be run (JMarc)
703 - fixed bug with newlines in tables (Juergen)
704 - layoutchoice is now updated at one, you don't have to move the
705   cursor or the mouse to make it update anymore (Lgb & patch posted to list)
706 - small changes to the lyxvc code, now has default log msg. (Lgb)
708 since 0.12.1pre4
709 - also the check to hindre latex runs if there are gs' running 
710   has been disabled, it did't work anyway. (Lgb) 
711 - new try for a closing to the gs render problem, SIGCHLD removed. (Lgb)
712 - os2 files updated
713 - reLyX 2.5.1.1: one major and some minor bug fixes (Karger)
714 - reLyX 2.5: read in LaTeX command syntax plus bug fixes (Karger)
715 - Added appendix support from Matthias. No menu or doc for now (use the
716   `appendix' function to toggle) (JMarc)
717 - Added textclass ejour2 for Springer Journals from Martin Vermeer,
718   heavily modified by me; added corresponding documentation to
719   AdvancedEditing.lyx and LaTeXConfig.lyx  (JMarc)
720 - Small fixes here and there (JMarc)
722 since 0.12.1pre3
723 - Fixed the behaviour of theorem-like environment in the LaTeX output;
724   updated Foils.lyx accordingly (JMarc)
725 - Extended the syntax of LatexParam in layout files, so that arbitrary
726   fixed arguments can be given. Updated foils.layout accordingly
727   (JMarc)
728 - Tried to make the documentation of layout files in Customization.lyx
729   a bit better (JMarc)
730 - Fixes to sgml support from Jose (JMarc)
731 - A few code changes in figinset.C (bad debug statements), lyxlex.h,
732   math_parser.C and vspace.h (warnings) (JMarc) 
733 - New dinbrief.layout from Carsten Kaemmerer & JĂĽrgen (JMarc)
734 - Fixed hiding of invisible form_title (ARRae)
735 - Fixed corrupt layout segfault,
736   reverts to article and gives a warning. (ARRae)
737 - linuxdoc: Added more character-symbols to output (Bernhard)
738 - linuxdoc: use latex-preamble as linuxdoc-preamble (Bernhard)
739 - linuxdoc: problem solved, for NULL-ptr (Jose Abilio)    
740 - Duplicated rom for math macros. (Alejandro)
741 - Improved math parser error messages function. Better messages, and
742   updates lyxlex line number. (Alejandro)
743 - Fixed bug reading accented undefined names. (Alejandro)
744 - Fixed two bugs in layout files handling (JMarc) 
745 - Fixed a typo in the hu.po translation file below (JMarc)
746 - reLyX 2.4: Table support! (Also accents and center/flush[right|left])(Karger)
747 - Added Hungarian translation and binding file, supplied by Kadar
748   András <kadara@eik.bme.hu> and KrĂ©mer PĂ©ter(JMarc)
749 - Fixed Insert->Index in menus.bind (JMarc)
750 - Fixed Layout->Document so that the font size and page headings lists
751   are refreshed correctly when switching class, as reported by Kalle
752   (JMarc) 
753 - Updated a but Customization.lyx about layout files parameters
754   (JMarc)
755 - Added new landslide.lyx example, provided by Kimmo Koli (JMarc)
756 - Changed a bit the citation and index insets, so that the popups are
757   closed only when *their* inset is deleted (JMarc)
758 - Fixed a color problem when using a private colormap (JMarc)
760 since 0.12.1pre2
761 - minor doc updates to Tutorial, UserGuide, and Introduction (Karger)
762 - reLyX 2.3.1.1: lots of bug fixes and support for -c option (Karger)
763 - New textclasses for koma-script package created by Bernd K"ummerlen
764   <bkuemmer@ix.urz.uni-heidelberg.de> (JMarc)
765 - New tag \screen_font_popup in lyxrc, which has the meaning of the
766   existing \screen_font_menu; the semantic of the later is changed to
767   *really* apply to menus (JMarc)
768 - Fix to lib/configure: works when LaTeX is broken (JMarc)
769 - Fixes to configure: recover when perl is not found; add a
770   replacement for atexit on SunOS (JMarc)
771 - Fix to src/Makefile.in: changed the order of libraries and added a
772   missing $(LIBOBJS) (JMarc)
774 since 0.12.1pre1
775 - SGML-buglet fixed, causing errors in sections with [] and {} (Bernhard)
776 - inserted redraw after SGML-processing, such that error-boxes will be seen
777   immediatly (Bernhard)
778 - added Buffer::redraw() for screen-update (Bernhard)
779 - Fixed a bug regarding the insetbib-popup causing a crash if the inset was
780   deleted while the popup was active, same for insetcitation and
781   insetindex. (Joacim)
782 - Changes to the documentation, re the numbers of undo-levels (Joacim)
783 - A few more _()'s (Joacim)
784 - Fixed the makepatch command and *really* re-added the reLyX.in
785   wrapper :-( (JMarc)
786 - Fixed(?) problem with bibliography item number broken after 127. Now
787   the limit is 255 (JMarc)
788 - Fixed problem with character ÂŁ in encodings other than latin1
789   (JMarc)
790 - Removed the CommandTitle tag in layout files and added new tag
791   InTitle (JMarc)
792 - Cleaned up ams layouts, so that Abstract works, among others (JMarc)
793 - re-added the new reLyX wrapper, which got lost ; added reLyX
794   installation in binary distributions (JMarc)
795 - Fixed the behaviour of Static labels in theorem-like environments ;
796   at least now what you get on screen is consistent with what you get
797   on paper ; fixlet to foils.layout (JMarc)
798 - Patch by ARRae for missing paragraph breaks in environments (JMarc)
799 - reLyX 2.3: reads layouts from LIBDIR/layouts/ (Karger) + buglet (JAMatos)
800 - reLyX 2.2.3.1: -r and -t to handle unknown environments + buglets (Karger)
801 - reLyX 2.2.2.1: -d (debug) + some bug fixes (Karger)
802 - reLyX has a man page! (Karger)
804 since 0.12.0
805 - fixed a bug regarding melt and added an entry in the reference manual for
806   melt (Joacim)
807 - fixed a few cosmetic bugs in the GUI (Joacim)        
808 - Modified the way dvips is called in File->Print. NOTE THAT YOU WILL
809   HAVE TO FIDDLE WITH LYXRC TO PASS THE PRINTER NAME TO DVIPS. This is
810   the price to pay to have it work on mis-configured systems (JMarc)
811 - You can now override the LYX_LIBS variable to make a binary
812   distribution of LyX with static libforms and libXpm. (JMarc)
813 - Fixed bug in reLyX installation and textclass.lst generation (JMarc)
814 - Fixed problem with inline when not using gcc (JMarc)
815 - Fixed some warnings reported by SGI CC (JMarc)       
816 - Fixed some problems for the \hlines in longtable-header/footers (Jug)
817 - endess-loop by converting layouts to linuxdoc belonging to references
818   killed (Bernhard)
819 - extra parameter for Buffer::GetNextParameter. Now it's possible to
820   change the convertion behaviour of single characters depending on the
821   layout. (Bernhard)
822 - New wrapper reLyX.in (JMarc & Karger)
823 - Fix a bug in lib/configure, where files are deleted by mistake
824   (JMarc)
825 - Updates to WHATSNEW, INSTALL, UPGRADING and BUGS.lyx (JMarc)
826 - configure also checks for the C++ compiler xlC (JMarc)
827 - reLyX 2.2.1.1: Bug fixes + added abstract environment (Karger)
828 - added typecasts to unsigned char for arguments to ctype-functions, to
829   fix problems regarding locale+ctype on Solaris2.5 (Joacim)
830 - added a help text for melt (Joacim)
831 - new wrapper around reLyX generated by autoconf (Amir & JMarc)
832 - moved reLyX to lib/ and modified Makefiles for installation and
833   binary distribution (JMarc)
834 - Fixed problems with determination of LyX library dir (JMarc)
835 - Fix buglet with fonts ; fixed buglet with installation of .mo
836   files. (JMarc)
837 - Updated `problems' section of INSTALL (JMarc)
838 - use g++ for compilation if this is possible (JMarc)
840 since 0.12.0pre8
841 - Fixed bad placed cursor after pasting bug in math mode. (Alejandro)
842 - Prevented some problems from missing arguments of LyX functions
843   in math mode, in some cases only correct arguments are used. (Alejandro)
844 - More math array metrics problems fixed, specially for 1 column
845   matrices.  (Alejandro)
846 - reLyX v2.2. Updated from pre-alpha to alpha (Karger)
847 - CleanTeX is now called from reLyX, not a separate program (Karger)
848 - new very basic fr.po file submitted by Emmanuel Gureghian (JMarc)
849 - .mo files are not installed under the same name as LyX
850   (i.e. lyx$(program_suffix) (JMarc)
851 - reLyX added to the bindist target (JMarc)
852 - Update of de.po (Peter)
853 - New subsection in Customization: Menu shortcuts for alternative 
854   languages. (Peter)
855 - Menu shortcuts file menus_de.bind in lib/bind (Peter)
856 - Fixed warnings about casting pointers to int on 64bit architectures
857   (JMarc)
858 - Fixed compilation problems with DEC cxx (JMarc)
859 - add support for environment variable LYX_LOCALEDIR (JMarc)
860 - rewrote README.bin.example (JMarc)
861 - Remove the bogus 'lp' default in Print popup ; use the name of the
862   printer when printing to file (JMarc)
863 - Fixed the order of the entries in the Insert->Float submenu (JMarc)
864 - Removed the 'M-c i' binding. (JMarc)
865 - Fixed the reference to sgml-tools in AdvancedEdit.lyx ; fixed
866   (again) Intro.lyx (JMarc)
868 since 0.12.0pre7
869 - small change in iletter.tex (Jug)
870 - fixed the fontchange in the Table-Layout that it returns to
871   FL_BLACK if the buttons are activated (Jug)
872 - fixed update-bug in Layout-Table (Jug)
873 - fixed the input fields for lengths in PaperLayout and TableLayout
874   with the above function. BLANK-chars are now striped so the error
875   should occur again (Jug)
876 - Updated ANNOUNCEMENT. (Asger)
877 - Updated BUGS.lyx. (Asger)
878 - Fixed small problem with floatflt: It does not take positional arguments.
879   (Asger)
880 - Fixed problem with filenames.with.dots.in.them. (Asger)
881 - Fixed italics and small caps in all docs (JMarc)
882 - Fixed some annoying vertical navigation bugs of math arrays. (Alejandro)
883 - Fixed metrics bug with 1x1 math arrays. (Alejandro)
884 - No more void \labels with equations. (Alejandro)
885 - Removed "copy a void array" error message. (Alejandro) 
886 - many small bug-fixes to below-mentioned reLyX (Karger)
887 - Fixes suggested by Jmarc, plus italic->emph change, in Tutorial (Karger)
888 - added check for X11 availability in configure ; improved the various
889   error messages (JMarc)
890 - nuked the nonfeature 'swap Y<->Z' from Options->Keyboard and docs (JMarc)
891 - fixlets to the documentations (JMarc)
892 - added close handler to table_options forms (JMarc)
893 - fixed the LaTeX output routines so that the length of insets is
894   taken in account (JMarc)
895 - Changed the double keystroke deadkey behavior (alkis)
896 - Updated de.po (Peter)
897 - Small changes to AdvancedEdit (section aapaper) (Peter)
898 - sort of working, most probably buggy, pre-alpha reLyX (Karger)
899 - mentioned reLyX in Tutorial and User's Guide "LaTeX Users" chapters (Karger)
900 - Added short description of comment environment. (Asger)
901 - Fixed problem of pasting the wrong place. (Asger)
902 - Made LyXServer a bit more robust: Ignores end-of-line markers and empty
903   requests. Will hopefully prevent crashes. (Asger)
904 - Updated BUGS.lyx. (Asger)
905 - Included OS/2 info for LyXServer in Customization. (Asger)
906 - Fixed crash with file-browser on directory without read-permission. (Asger)
907 - Changed default pasting mode with middle button to "as paragraphs". 
908   Hopefully fixed crashes with this on too. (Asger)
909 - improved index entry insertion (menu support and minibuffer arg) (CFO-G)
910 - added documentation in References.lyx for index entries and printing (CFO-G)
912 since 0.12.0pre6
913 - some updates to the docs (JMarc)
914 - chkconfig.ltx warns that detection of ec fonts may take a long time
915   (JMarc)
916 - simple workaround for problems with LyXCode and spaces (JMarc)             
917 - fixed bugs in the production of LaTeX code for the ExtraParagraph
918   stuff (minipages & indented text) (Jug)
919 - fixed the wrong <Hot-Key> in the Fax-Form (Jug)
920 - fixed (hopefully) the problems with Standard-Paragraph in higher
921   depth in a list-environment (Jug)
922 - some fixes with the letter-layouts (added the stdlists.inc)
923   and templates (fixed iletter.*) (Jug)
924 - added new example file Minipage.lyx (Jug)
925 - Cleaned up BUGS.lyx (CFO-G)
926 - bugfix for linuxdoc: problem with wrong path leading to 
927   ununderstandable error-messages while generating dvi- or postscript-
928   output (Bernhard)
929 - options changed for SGML-tools 1.0.*-compliance. We will get
930   trouble now for linuxdoc 0.99.*/1.5! (Bernhard)
931 - fixed a bug with drawing of caption lables, and noindented text
932   in floats. (Lgb)
933 - added minimal size on the main window. (Lgb)
934 - small changes to lyxfunc, so that perhaps backspace will work better (Lgb)
935 - installed new banner and icon (JMarc)
936 - fixed Intro.lyx so that it is LaTeX-able (JMarc)
937 - replace 'Reference guide' with 'Reference manual' everywhere (JMarc)
938 - fixed problem with po/Makefile and SGI make (JMarc)
939 - fixed reading of labels with spaces in LyX 0.10.7 files (JMarc)
940 - fixed the vertical resize repaint problem (*phew*) (Joacim)
941 - Fixed bug when switching documents, one of them in math mode. (Alejandro)
942 - Fixed bad width of a math array. (Alejandro)
943 - Frac now behaves more like LaTeX (for the limits problem). (Alejandro)
944 - bugfix to gettext.m4, which dod not recognize an installed gettext !
945   Thanks to Joacim Persson for pointing this out (JMarc)
946 - minor bugfix in the clean and distclean targets of Makefile.in (JMarc)
947 - minor updates of aapaper and de.po (Peter)
948 - spellchecked all docs and examples (CFO-G)
949 - Fixed repaint problems. (Asger)
950 - Small stuff. (Asger)
952 since 0.12.0pre5
953 - small change to SpecialTools.lyx. used \chapter* for Introduction. (Lgb) 
954 - doc bugfixes ; SCO configure bugfixes (JMarc)
955 - Fixed crash after erroneous "font-size default" command. (Asger)
956 - Fixed "Insert LyX file" to ignore buffer-parameters. (Asger)
957 - Continued updating Customization: Cleaned up the I18N section. (Asger)
958 - Fixed ruined Special Tools. (Asger)
959 - A few cosmetic changes in LyXServer. (Asger)
960 - Updated Customization: Clean-ups, finished description of font setup,
961   updated description of LyXServer and moved it to Special Tools. (Asger)
962 - Renamed lyxrc command \update_statusbox to \display_shortcuts. (Asger)
963 - Rewrote LyXServer: Use LString all over. Made robust LyXComm class.
964   Added -dbg 8192 to debug LyXServer. (Asger)
965 - Cleaned up the example development/server_monitor.c. (Asger)
966 - Merged LyXVC.lyx into Special Tools. (Asger)
967 - Updates in User Guide. (Asger)
968 - I most have been drunk when I implemented the label name escaping.
969   Several problems were fixed and I've changed it to be kind of MIME-ish. 
970   The thing should work now. (Asger)
971 - Fixed bug of parsing spaces at the end of a line in math arrays  (Alejandro)
972 - Now it's possible to put any math symbol on the toolbar (Alejandro)
973 - increased some buffersizes in lyxserver. (Lgb)
974 - replaced the #if 0 gettext stuff in lyxfunc with N_() (Lgb)
975 - Added po/README with information on how to update a po file. (Asger)
976 - Updated da.po, no.po (Asger, Lgb)
977 - BUGS.lyx updated. (Asger)
978 - Better handling of errors with FilePtrs - fixes reported bug
979   with "lyx non_existant_directory/test.lyx". (Asger)
980 - Fixed miscoloring of InsetCommand's in TeX mode. (Asger)
981 - Fixed size calculation of menu labels, and added a bit more space to
982   make it look a bit better. (Asger) Fixed it. (Lgb)
983 - Fixed missing progress of spellchecker progress meter. (Asger)
984 - Make LyX use "\pounds{}" instead of "ÂŁ" in LaTeX output. (Asger)
985 - Make LyX escape problematic characters in names of labels rather
986   than forbid them. (Asger)
987 - Make LyX handle error situations after "spellchecker running" or "rendering"
988   nag-boxes better, including when sending faxes. (Asger)
989 - Changed definition of a LyX filename from files ending with ".lyx" or
990   ".lyx#" to files containing ".lyx". This makes it possible to open
991   "LaTeXConfiguration.lyx.in" again. (Also for SGML files.) (Asger)
992 - A few small things. (Asger)
994 since 0.12.0pre4
995 - nl.po added, fi.po updated
996 - tiny bug in de.po fixed (Lgb)
997 - small update to LaTeX.[hC] to make it possible to use natbib.sty. (Lgb)
998 - fixed a stupid bug in lyxvc.C (Lgb)
999 - removed all trace of the old `make depend' target (JMarc)
1000 - compose key handling is finally working ! Well, in fact, it works on
1001   my machine...(JMarc) I fixed a couple of in the compose code, and made
1002   it work as it has used to concerning deadkeys. (Lgb)
1003 - added basic support for \part and \part* (no automatic numbering
1004   though) (JMarc)
1006 since 0.12.0pre3
1007 - updated de.po and cleaned-up shortcuts (Peter)
1008 - small changes in aapaper.layout: Some wrong indentations, take out 
1009   stdstarsections (Bibliography now in stdstruct)(Peter)
1010 - Replaced the shortcut for OK in lyx_sendfax.fd with #O (Joacim)
1011 - argument to moveCursorUpdate bool instead of int (Joacim)
1012 - fixed a "foreverbug" with the title form. (Lgb)
1013 - LyXVC::showLog now works as it should (Lgb)
1014 - The cursor is now updated when running some of the insertion commands. (Lgb)
1015 - when inserting single chars the undo info is stored for
1016   every 20th character (Lgb)
1017 - More pragmas added, this showed a "bug" functions declared but
1018   never defined. (Lgb)
1019 - Some small cleanup related to commented code. (Lgb)
1020 - Updates to Customization.lyx, Tutorial.lyx, ABOUT_NLS and
1021   INSTALL.autoconf (JMarc)
1022 - Show LyXDir and UserDir in Help->Version (JMarc)
1023 - Fix the order of menu items in Insert->Lists & TOCs (JMarc)
1024 - Fix the problems in Makefiles reported by Juegen (JMarc)
1025 - Cleanups in lyxlookup.[Ch]. Still does not work (JMarc)
1026 - fixed handling of file in subdirectories for includeinsets (JMarc)
1027 - `fixed' behaviour of Font tag in layout files by adding a new tag
1028   TextFont (JMarc)
1029 - bugfix in configure (JMarc)
1030 - updated a bit Customization.lyx, BUGS.lyx and INSTALL (JMarc)
1031 - visual cleanup of the Find&replace dialog (JMarc)
1032 - quick fix for a bug regarding "options:" in the minibuffer in combination
1033   with gettext (Joacim)
1034 - "case insensitive" and "complete word" search in form1, lyxfr0, lyxfr1 (HB)
1036 since 0.12.0pre2
1037 - Increased the time short-cut keys are displayed in minibuffer 
1038   from 4 to 6 seconds. (Asger)
1039 - Increased LyXLex buffer to avoid warnings when viewing
1040   the user guide. (Lgb & Asger)
1041 - Small fixes in a few doc files. (Asger)
1042 - Added partial Danish translation file da.po. (Asger)
1043 - Fixed Cursor-Down Bug in tables (as reported) (Jug)
1044 - Fixed a bug in producing code for minipages (Jug)
1045 - got toggle-user-defined-style button working, and fixed the bug with the
1046   Apply-button in Layout-->Character Removed an unused parameter for
1047   lyx_cb.C:ToggleAndShow and LyXText::ToggleFree (Joacim)
1048 - Added foils documentation to Special Tools [foils.cls v2.1]. (ARRae)
1049 - Extended the Foils.lyx example file (ARRae)
1050 - Fixed up the foils.layout file to match foils.cls v2.1 output (ARRae)
1051 - Fixed the "too many '\n' at end of an envirnment" problem that caused
1052   the [] at the end of a Proof environment to be on the wrong line (ARRae)
1053 - Fixed up cursor movement so floats, insets and hfills are treated
1054   as words. (ARRae)
1055 - Added two bug reports to BUGS.lyx since they are unlikely to be fixed
1056   before 0.12 (ARRae)
1057 - Moved Bibliography from stdstarsections.inc to stdstructs.inc (ARRae)
1058 - added a missing break in LyXFunc::Dispatch (did you wonder where those
1059   strange paragraph documents came from?) (Lgb)
1060 - the cursor is now updated after each character(-group) inserted into
1061   the document. (Lgb)
1063 since 0.12.0-pre1
1064 - Changed the name of the dependencies file to <file>.dep, this fixes
1065   a bug when \use_tempdir false, or when a document is renamed. (Lgb)
1066 - Now limits should work in LyX as in LaTeX, as expected. (Alejandro)
1067 - (temporary) fix for deadlock between MenuRunLaTeX vs ispell and gs (Joacim)
1068 - changed the default default papersize to usletter ; some clean up in
1069   dvips and xdvi paper handling (JMarc)
1070 - fixed accented `i' in latin1 and latin2 encodings (JMarc)
1071 - lib/configure ignores environment variables like LATEX or GS (JMarc)
1072 - updated BUGS and BUGS.lyx (JMarc)
1073 - added a word count to the spellchecker. As requested. Not error prone. (Lgb)
1074 - po file for german (de.po) added (Lgb) (made by Peter Metternich)
1075 - improved a bit the `bindist' target of the makefiles. (JMarc)
1076 - improved(?) compose key handling (JMarc)
1077 - fixed the problem with ON/OFF in LyXFont (JMarc)
1078 - xforms-81 + gcc-2.6.3 compatibility (ARRae)
1079 - Bullet Selection now checks libXpm version and WriteAlert()'s
1080   This should stop those pesky Slackware-induced segfaults (ARRae)
1081 - Fixed (or at least limited) a segfault when deleting insets (ARRae)
1082 - small fix to LString == and != and LString=(char) (ARRae)
1083 - fixed a bug in figinset.C regarding the Subfigure radio button in the
1084   figure form. It was impossible to unset Subfigure. (Joacim)
1085 - thereby the problem with the inlined moebius.ps in 4.4 in
1086   UserGuide.lyx could be solved. (Joacim)
1087 - cured a couple of forms from the vi-syndrome (forms with input fields
1088   that have widgets with plain keys as shortcuts, making it impossible to
1089   input those keys in the input fields) (Joacim)
1090 - added a section in Chapter 5 in Customization.lyx about translating
1091   LyX (Joacim)
1092 - Fixed Export to DVI to save in current directory. (Asger)
1093 - Changed default background color from "bisque" to "LemonChiffon1". (Asger)
1094   o switched again to "linen" (Lgb)
1095 - A few small things. (Asger)
1096 - Fixed spellchecker to send ' and escape chars to ispell. (Asger)
1097 - fixed a bug in src/gettext.h ( N_() )  (Joacim)
1098 - used the fixed N_() to replace the ugly kludge LyXFont::setGUINames with
1099   something less kludgy (that actually works in non-english versions too ;)
1100   This method should be used for similar strings in lyxfunc.C (can wait
1101   till 0.13) (Joacim)
1102 - implemented new code for input methods handling in lyxlookup.[Ch] (JMarc)
1103 - fixed the bindist target of Makefile (JMarc)
1104 - small fix in LString.[Ch] when const is broken (JMarc)
1105 - The user directory is not ~/.lyx/ but rather ~/.$LYX_NAME/, to allow
1106   different versions of LyX to coexist (JMarc)
1107 - Updated a bit UserGuide.lyx and lyxrc (JMarc)
1108 - small fix to letter.layout (JMarc)
1109 - the warnings of makedepend are now sent to the wastebasket (JMarc)
1110 - fixed problem with expr in configure (JMarc)
1111 - fixed small logic error in InsetInclude, reported by SMyiata (JMarc)
1112 - Closed four holes in read-only protection with respect to the
1113   minibuffer (CFO-G)
1114 - Disabled replace input for search-replace on read-only buffers (CFO-G)
1115 - Fixed bug with math accents reported by Jean Marc. (Alejandro)
1116 - Fixed bug about writting math macros with argument and cutting at 
1117   the rigth edge of a row bug, both reported by David. (Alejandro)
1118 - Expanded to a reasonable limit the macro table. (Alejandro)
1119 - Wrote Math Chapter for Tutorial (+ other small Tutorial changes) (Karger)
1120 - Math additions to examples/example_{lyxified|raw}.lyx (Karger)
1122 since 0.11.53
1123 - small change/fix in lyxvc. Will be finished in 0.12pre (Lgb)
1124 - configure now checks for X11/forms.h (JMarc)
1125 - fix for configure not finding forms.h on broken HPUX systems (JMarc)
1126 - small fix to amsart.layout (JMarc)
1127 - small updates to UserGuide.lyx, INSTALL and Makefile.in (JMarc)
1128 - Added functions listbox in math panel.  (Alejandro)
1129 - Fixed some bugs related with mouse selection. (Alejandro)
1130 - Fixed a couple of bugs of \frac. (Alejandro)
1131 - rewrote aapaper.layout to use standard includes, removed double 
1132   Inputs in paper.layout  (Peter)
1133 - Mentioned aapaper in UserGuide, fixed some typos (Peter)
1134 - added *.gmo and *.swp (swap files for vim) to the list of patterns for
1135   files not to include in patches with makepatch (Joacim)
1136 - following a ref no longer pushes an Undo onto the stack, this fix is a
1137   kludge - see BufferView.C (Joacim)
1138 - GUI*Names in lyxfont.C made accessible by gettext (Joacim)
1139 - cleaned up in forms/, fixed the patchfiles and added a shortcut for
1140   "Use AMS Math"  (Joacim)
1141 - fixed bug with no shortcuts for lastfiles (Joacim)
1142 - fixed the newly-inserted-footnote segfault (ARRae)
1143 - renamed toc-update to toc-view and updated References to match (ARRae)
1144 - more bullet stuff in SpecialTools (ARRae)
1145 - more stuff in References (ARRae)
1146 - added toggle-cursor-follows-scrollbar lyxfunc (ARRae)
1147 - Fixed form1 borderwidth (ARRae)
1148 - Changed "Documents" menu keybindings in menus, cua, emacs (ARRae)
1149 - Added/fixed several key bindings in menus/emacs.bind (ARRae)
1150 - Added xemacs.bind which also has AucTeX and HM--HTML bindings (ARRae)
1151 - Updated Reference.lyx for several keybindings/functions (ARRae)
1152 - Updated SpecialTools.lyx bullet-related entries (ARRae)
1153 - Fixed small bug with handling of some bullet shapes (ARRae)
1154 - Added checking of ob->spec in bmtable.C (ARRae)
1155 - Fixed call to isReadonly() in bullet_forms_cb.C (ARRae)
1156 - Improved checking for isLinuxDoc() in bullet handling (ARRae)
1157 - Made "Cancel" and "Copy" correctly cancel selections when mark-on (ARRae)
1158 - Completed \LyX{} translation in typewriter-mode mods by dlj (ARRae)
1159 - Stopped insertion of marginpars in minipages (ARRae)
1160 - UpdateAllVisibleBufferRelatedPopups() added, supports most popups (ARRae)
1162 since 0.11.52
1163 - fixed bug regarding input of regular text in readonly math mode. (Joacim)
1164 - bugfixes for undo/redo in math mode (Joacim)
1165 - made a few more insets readonly-aware (Joacim)
1166 - Fixed Figure pop-up, including adding % of column width (CFO-G)
1167 - Menu insertion of floats and ASCII files now goes through Dispatch,
1168   fixing read-only modification bugs (CFO-G)
1169 - Fixed previewing of documents at sites where A4 is not the default
1170   papersize in LaTeX by adding a lyxrc entry for the real default size (CFO-G)
1171 - Updated doc for A&A: \thanks, columns (Peter)
1172 - Some fixes to please DEC cxx and gcc 2.6.3 (JMarc)
1173 - small spell checking and fixes to the A&A layout below (JMarc)
1174 - fixes to the amsart layout (JMarc)
1175 - Added layout for A&A paper with example, template and documentation
1176   in SpecialTools.lyx (Peter)
1177 - small fix regarding readonly-mode: AutoSave(), Figure insets. (Joacim)
1178 - Added bindings to reference-goto and reference-back in emacs
1179   and cua. (Alejandro)
1180 - Completed mouse selection (but not necesarily bug-free). (Alejandro)
1181 - LaTeX validation in Mathed side. Only used macros are expanded. (Alejandro)
1182 - Now LyX is not marked dirty if open or selected a math box.  (Alejandro)
1183 - Fine tunning math selection and mouse positioning. (Alejandro)
1184 - Fixed most (all?) of the places where read-only files could be
1185   modified (CFO-G)
1186 - fixed a ro bug in insetinclude. (Lgb)
1187 - fixed resize bug. (Lgb)
1188 - Fixed bugs in insetinclude with relative filenames; fixed output of
1189   'nice' included files (JMarc)
1190 - finer detection of xforms versions in configure (JMarc)
1191 - removed use_amsmath in lyxrc (JMarc)
1192 - Fixed up TexRow::operator+= so it doesn't reverse the added list (ARRae)
1193 - Fixed up MathAccentWrite so characters are correctly written (ARRae)
1194 - Small additions to UserGuide, Special Tools and Foils example (ARRae)
1195 - Small fix/addition to footnote handling (ARRae)
1196 - Added "Go to Reference" button in "Insert Reference" form. (Alejandro)
1197 - Added "Use AMS-Math" check button in Layout->Document form. (Alejandro)
1198 - Removed third parameter from lyxfunc::Dispatch. Added 
1199   lyxfunc::setHintMessage(bool) instead. (Alejandro)
1200 - Partially implemented mouse selection in math mode. (Alejandro)
1201 - Modified read-only protection so that all layout and figure forms can be 
1202   viewed but not modified (CFO-G)
1203 - Modified read-only protection so that documents can be spellchecked,
1204   but the spellchecker can't modify the buffer (CFO-G)
1206 since 0.11.51
1207 - Scrollbar now resized correctly when closing last buffer (ARRae) 
1208 - fixed segfaults in LyXParagraph::{SetOnlyLayout(),SetLayout()} (ARRae)
1209 - replaced several "" with LString() or .clean() (ARRae)
1210 - Cleaned up Juergen's TableExample.lyx (ARRae)
1211 - writeFileAscii() now puts "References" above bibliography (ARRae)
1212 - Small updates for Customization.lyx and References.lyx (ARRae)
1213 - Small additions to menus.bind: four FoilTeX entries (ARRae)
1214 - Speed improvement in LyXParagraph::BeginningOfMainBody() and
1215   LyXParagraph::getFont(int) and LyXText::GetFont(...) (ARRae) 
1216 - Fixed the "enumeration in a footnote in an enumeration" problem.
1217   Required the three other changes listed below (ARRae)
1218 - Made makeLaTeXFile() and the other TeX producing methods use
1219   LStrings and fwrite to generate the LaTeX file. (ARRae)
1220 - Supercharged the LString operator = and += methods (ARRae)
1221 - Added TexRow::operator+=() (ARRae)
1222 - Made TexRow::reset() iterative instead of recursive (ARRae)
1223 - fixed some of the bugs in readonly-mode, more to do (Joacim).
1224 - Expanded and fixed AMS layouts (dlj0, with help from gureghia and Jean-Marc)
1225 - Fixed cursor's bad position at new display inset inside text. (Alejandro)
1226 - New rc variable and buffer param: use_amsmath. If true, the
1227   package amsmath will be automatically included unless an ams
1228   class (amsart, amsbook) is being used. This also prevents
1229   from expanding predefined math macros.                       (Alejandro)
1230 - Support for pseudoactions in lyxaction.getActionName. At the same
1231   time, the bubble help and the new statusbox (why this name?) works with 
1232   pseudoactions. (Alejandro) 
1233 - Removed xforms drawing functions from formulaMacro. (Alejandro)
1234 - Fixed misfeature with accented macro names (mathed). Now it's
1235   possible to accent other insets. (Alejandro)
1236 - "reference-goto" jumps to the correct position. (Alejandro)
1237 - Changed \i, \j to \imath, \jmath in math_symbols, as must be. (Alejandro)
1238 - Optative display of symbol names when are inserted by the
1239   math panel. Currently works if update_statusbox is true. (Alejandro)
1240 - Math menus use lyxfunc to allow hint message, if enabled.  (Alejandro)
1241 - Added support for two-column floating figures and tables. (CFO-G)
1242 - Fixed minibuffer input of floats. (CFO-G)
1243 - Made "status-box" handle arguments better. (Asger)
1244 - Fixed layout selection, such that it appears in status-box. (Asger)
1245 - Removed extremely annoying 1 second pause after each menu-command. Instead,
1246   improved display of it. (Asger)
1247 - Added more space around inset-buttons to make the cursor visible. (Asger)
1248 - Added "scgen.pl" again. (Asger)
1249 - Filter out 8-bit characters from labels. (Asger)
1250 - Make "Insert Citation" and "Insert BibTeX" show form automatically
1251   when appropriate. (Asger)
1252 - Made default background color "bisque". (Asger)
1253 - Got rid of "help.[Ch]" and "StatusBox.[Ch]". (Asger)
1254 - Finetuned "statusbox": Merged into minibuffer, removed separate statusbox,
1255   and don't display when commands are entered by key. (Asger)
1256 - "self-insert" accepts several characters now. (Asger)
1257 - Improvements in minibuffer behaviour. (Asger)
1258 - Fixed up "Insert LyX file" and added it to the Insert menu. (Asger)
1259 - scgen.pl improved to make prioritized guesses, and speeded up. Characters 
1260   at the beginning of a word are preferred to characters inside a word. (Asger)
1261 - Fixed crashes with commands that aren't allowed when no document is 
1262   open. (Asger)
1263 - fixed (I hope) autosave and writeFile bug (Lgb)
1264 - more imporvements to cursor blink (Lgb)
1265 - some small changes to minibuffer and lyxfunc. (Lgb)
1266 - fixed arg<->argument bug in lyxfunc. (Lgb)
1267 - fixed bug in toolbar (regarding toolbar-add-to) (Lgb)
1268 - Introducing development/tools/scgen.pl (Joacim)
1269 - fixed a bug regarding certain minibuffer messages not staying visible
1270   long enough (Joacim)
1271 - fixed bug with LyXFunc::Dispatch: crash on toolbar-add-to with no args
1272   (still crashes deeper down with *valid* args though)  (Joacim)
1274 since 0.11.50
1275 - showstopper bug in combox.C (uninitialized variable) fixed. This was
1276   a bit strange since it only showed when LANG=no. (Lgb)
1277 - fixed bug regarding defaultbindings. (Lgb)
1278 - added some more errorchecking when making a backup copy. (Lgb)
1279 - All menu shortcuts works now (in English). (Joacim)
1280 - Most of the dialog shortcuts too. (only two buttons in file dialog that
1281   are set in LyXFileDlg::SetButton(), and parts of the layout->table dialog
1282   remains.)  ...in English only. (Joacim)
1283 - Implemented small status window that informs about short-cuts. You can
1284   turn it off with a "\update_statusbox false" lyxrc directive. (Asger)
1285 - Added "Ordinary Quote" to Insert->Special Characters... (Asger)
1286 - Added a bunch of keybindings for menus. (Asger)
1287 - Fixed short-cut for "Insert->Cross-reference...". (Asger)
1288 - Fixed crash in connection to Error insets. (Asger)
1289 - Fixed crash when .lyx does not exist. (Asger)
1290 - Clear paragraph environment combox when no document is open. (Asger)
1291 - Updated info about ispell in User Guide, i.e. making a symlink between 
1292   deutsch and german dictionary files. (Asger)
1293 - Updated and extended "Customization". (Asger)
1294 - Updated all documents after ChkTeX runs. (Asger)
1296 since 0.11.49
1297 - Changed AskQuestion to use i18n-strings on the button labels. (Joacim & Lgb)
1298 - Configure now detects the version of your xpm.h headers. changed a
1299   bit the messages for xforms versions (JMarc)
1300 - The automatic LyX-->\LyX{} conversion is disabled in typewriter
1301   font. (JMarc)
1302 - Added a part on configuration files in Customization.lyx (JMarc)
1303 - Added validation for math macros. If a predefined macro is used 
1304   (currently only \binom and \boldsymbol) in a non-AMS class,
1305   the macro is defined in the preamble. (Alejandro)
1306 - Added support for bold symbols using \boldsymbol. This was not
1307   necessary for AMS class users. Currently there's no way to see
1308   bold symbols WYSIWYM, you have to use TeX (former macro) mode. (Alejandro) 
1309 - Mathed's limits bug at parsing time fixed. (Alejandro)  
1310   Hopefully fixed the configurable toolbar. Had to change some in the
1311   init order to fix it. Now the XForms is initialized before lyxrc is
1312   read, but the forms are created after. (Lgb)
1313 - Matthias Zenker sent me some new toolbar icons, now included. At the same
1314   time I fixed a bug in the Toolbar::read code regarding arguments (Lgb)
1315 - Added some code to make LyX retain the filemode and inode when making
1316   backup copy and saving the document. Needs some polishing. (Lgb)
1317 - Possible fix for the cursor drawing bug. Pleae test. (Lgb)
1318 - Bug fix in filebrowser. (Asger)
1319 - Bug fix with sgmltools. (Asger)
1320 - Warn if included postscript filename contains illegal characters. 
1321   If you really need such a filename, you can still enter it in the text
1322   box in the figure pop-up. (Asger)
1323 - Implemented display of command name and list of defined short-cut keys for 
1324   each action executed when using -dbg 64. Somebody please put this in a
1325   small window next to the minibuffer. (Asger)
1326 - Small fixes in Tutorial.lyx. (Asger)
1327 - Clear selection after "Paste". (Asger)
1328 - Make LyX prefer writable directories as default for New and
1329   Open file. (Asger)
1330 - Fixed hang after failed sgml2latex. (Asger)
1331 - Fixed hang scanning LaTeX log-file with non-existing pictures
1332   with "l." in the filename. (Asger)
1333 - Fixed hang with "View dvi" while rendering pictures. (Asger)
1335 since 0.11.48
1336 - removed isEmpty and notEmpty from LString, replaced with empty (Lgb)
1337 - fixed stupid bug with .fd files and fdesign, updated fdfix.sh (Lgb)
1339 since 0.11.47
1340 - updated the fd files for the "new" shortcut scheme. (Lgb)
1341 - Slightly fixed display of "<hfill>text<hfill>". Still has cosmetic bug:
1342   the last hfill is not extended to the left hand margin. (Asger)
1343 - Added "\exit_confirmation" flag to lyxrc. This can be used to turn off
1344   the confirmation of exit when there are documents that haven't been
1345   saved. (Asger)
1346 - Fix crash with "lyx file.sgml". (Asger)
1347 - Better logic with "New" and already open documents. (Asger)
1348 - Top level text files updated. (Asger)
1349 - 8-bit bug with bind command fixed: \bind "M-f Ă¸" "buffer-open" works now
1350   from the LyX side of things.  However, it will just give you an error,
1351   because X11 requires you to use \bind "M-f oslash" "buffer-open"
1352   instead. (Check the man page for XStringToKeysym for more information on 
1353   the names for characters). (Asger)
1354 - updated Customization.lyx (JMarc)
1355 - LyXTextclass::Read stops if there is an error in an include
1356   file. (JMarc)
1357 - Fix bug with \DeclareLatexClass[foo]{bar} in chkconfig.ltx (JMarc)
1358 - Fix core dump when an .sgml file is open from the command line (JMarc)
1359 - The file open dialog now has a "Examples" button (JMarc)
1360 - fix the size of a few popups for the larger size of my fonts (JMarc)
1361 - initial po-file for Swedish (Joacim)
1362 - cleanup among the accelerators towards idex/scex (Joacim)
1363 - added accelerators to those (all?) menu items that lacked one (Joacim)
1364 - a few more _()'s added (Joacim)
1365 - Added Tutorial.lyx. Complete (?) first draft, except for math
1366   chapter (Karger)
1368 since 0.11.46
1369 - removed BufferParam::cursor, which was not used anyway (JMarc)
1370 - the default roman font is now times instead of utopia, for people
1371   who have slow computers and/or buggy PS font servers (JMarc)
1372 - tried to fix 'buffer-export custom'. It still does not work from a
1373   keybinding (help!) (JMarc)
1374 - the configuration files created by configure in the user's .lyx/
1375   directory are removed if they are identical to the system-global ones
1376   (JMarc) 
1377 - Added the 'fax send' command as autodetected.
1378 - some cleanup in chset.C (JMarc)
1379 - changed behaviour of minipages, now more paragraphs can be part
1380   of a single minipage. Environments are always in the same minipage.
1381   This is forced as otherwise we get LaTeX-Errors!!! (Jug)
1382 - ParagraphExtraOpt's now Apply also on selections (Jug)
1383 - I fixed the Insert/Include File-Dialog to display the appropriate
1384   filetypes (*.lyx for Include / *.tex for Input / * for Verbatim) (Jug)
1385 - added new example file MultirowTable.lyx to lib/examples (Jug)
1386 - Fixed segfault with math-macros reported by JMarc.  (Alejandro)
1387 - Restored the geometric part of frames (for buttons).  (Alejandro)
1388 - Removed some warnings.  (Alejandro)
1389 - Cleanned and improved implementation of user defined math
1390   macros. (Alejandro) (At the cost that currently only subparagraphs
1391   are allowed.)
1392 - New document example about user defined math macros.  (Alejandro)
1393 - Prevented segfault if undo in an empty math box. (Alejandro)              
1394 - new code for quotes, from Ilya Ovchinnikov, plus a bugfix (JMarc)
1395 - Layout->Table is greyed out when unavailable (JMarc)
1396 - added support for FreeSpacing for linuxdoc layouts (JMarc)
1397 - Added a binding for File->Export->Custom (JMarc)
1398 - removed LaTeX from the Insert->Figure Popup (JMarc)
1399 - added support for 'fax send' in lib/configure (I forgot which
1400   package has this command...) (JMarc)
1401 - began to update Customization.lyx to fit better John's
1402   recommandations. Much is left to do (JMarc)
1403 - Enumeration in a footnote fixed to look like LaTeX output (ARRae)
1404 - Bibliography numbering corrected and also made sure you can't
1405   change the depth of a bibliography entry.  (ARRae)
1406 - Switching between documents now returns you back to the cursor
1407   location instead of the top of the document. (ARRae)
1408 - fixed the redraw bug in screen.C and use only X funcs to draw
1409   on the workarea. (Lgb)
1410 - made the black dot disappear (Lgb)
1411 - ran purify and corrected some warnings/errors reported by it. (Lgb)
1412 - removed a couple of enums from definitions.h to LyXParagraph (Lgb)
1413 - changed LString::chars() to LString::c_str() since that is what ANSI C++
1414   is going to use. (Lgb)
1415 - made a real class out of TexRow, I *think* I did it correctly, but I get
1416   segfauls when errorinsets is automaically deleted (Lgb)
1417 - made LFUN_CENTER more natural (Lgb)
1419 since 0.11.45
1420 - work on header files to make them nicer in doc++ (Lgb)
1421 - stupid fix for the display update bug. (Lgb)
1422 - patch to paragraph.C posted to the list by Matthias inserted (Lgb)
1423 - Execute-command now works also in math mode.  (Alejandro)
1424 - Correct metrics for the last row of a 1 column matrix. (Alejandro)
1425 - AtClose for all math popups.  (Alejandro)
1426 - A small correction in UserGuide (the non-standard sizes at the
1427   end of the math chapter had been missed).  (Alejandro)
1428 - Fixed crash with redefinition of partial key binding. Clean-ups
1429   in kbmap.C. (Asger)
1430 - Cleaned up support for ldots, opt. hyphen, end-of-sentence dot. (Asger)
1431 - Updated docs to new special chars format, language clean-up in new
1432   table documentation. (Asger)
1433 - Made InsetCommand handle nested parenthesis in arguments and options:
1434   e.g. \cite[test[test]]{Test{Test}} is handled correctly now. (Asger)
1436 since 0.11.44
1437 - Added some pragmas for g++, made the lyx binary 2Megs smaller when
1438   built with debug info (Lgb)
1439 - Reverted to use only X calls for drawing in to the workarea
1440   (the only exception now is the box used by editable insetcommands) (Lgb)
1441 - Undo/Redo are greyed out is unavailable (JMarc)
1442 - updates to the paper textclass (JMarc)
1443 - add a little blurb in lyxrc.defaults explaining that it should not
1444   be modified (JMarc)
1445 - Fixes to the export->Custom command (JMarc)
1446 - when exporting to LaTeX, insetinclude inherit the 'nice' feature
1447   (JMarc)
1448 - fix 'weird error' with insetlatexaccent (JMarc)
1449 - fix leak in creation of Floats submenu (JMarc)
1450 - cleanup of the layout menu (JMarc)
1451 - add confirmation dialog to 'Save layout as default' feature (JMarc)
1452 - braces, {}, added around several fl_raise_form() calls (ARRae)
1453 - bibitem inset now updated if changed (ARRae)
1454 - Cursor[Left|Right]OneWord now treats insets as words (ARRae)
1455 - "cancel" now cancels a selection also (ARRae)
1456 - bullet selection
1457      o package checking moved to LaTeXFeatures (ARRae)
1458      o Added entry to LyXAction/LyXFunc (ARRae)
1459 - \cursor_follows_scrollbar option added to lyxrc (ARRae)
1460 - Table Options popup now works with xforms-0.81 (ARRae) 
1461 - LaTeXLog popup now raises if already shown. (ARRae)
1462 - Fixed serious bugs in ChangeExtension. (Asger)
1463 - Fixed problems with extensions of documents, also SGML. (Asger)
1464 - ANNOUNCE file updated. It's not ready for 0.12 yet. Help me! (Asger)
1465 - Fixed font bug: "Reset font" would crash sometimes. (Asger)
1466 - Fixed display of Error boxes. (Asger)
1467 - added Ascii File-Type for Export->Custom (Jug)
1468 - fixed lyxrc-settings in LyXGUI::LyXGUI (moved to LyXGUI::init) (Jug)
1469 - fixed some entries in lib/lyxrc which have been forgotten to update (Jug)
1470 - the export_custom_command now is written only the first time in the
1471   above init and if the command-field is empty (Jug)
1472 - fixed display-bug for multicol-table-entries (I saw that when preparing
1473   LongTable.lyx example file) (Jug)
1474 - Updated UserGuide.lyx added the new table documentation (Jug)
1475 - Added Longtable.lyx to lib/examples (Jug)
1476 - fixed bug (and it was a bug) that if a table was the first paragraph
1477   and adding a paragraph before the table was removed (actually all newlines
1478   have been removed till the first character was found this is deadly for
1479   tables!!!) (Jug)
1480 - fixed various problems with quote inset (JMarc)
1481 - the print dialog now keeps its default. (JMarc)
1482 - SendTo has been moved in the export submenu and renamed to Custom;
1483   added a new lyxrc tag \custom_export_format to indicate the file
1484   extension needed; renamed \sendto_command to \custom_export_command
1485   (JMarc)
1486 - updated a few doc files (JMarc)
1487 - Mathed changes:    (Alejandro)
1488   o Fixed bug on vertical matrix alignment.
1489   o Changed "Macro mode" to "TeX mode" to avoid confusion with user
1490     defined macros.
1491   o Finally Undo/Redo for math mode. No problems after some testing.
1492   o Fixed problem on reading spaces in text mode.  
1494 since 0.11.43
1495 - vertical resize now uses fitCursor() so cursor remains visible (ARRae)
1496 - scrollbar now updates cursor position (ARRae)
1497 - small changes to lyx_main.C for gcc-2.6.3 compatability (ARRae)
1498 - bibforms.h.patch, eliminates warnings I caused during compile (ARRae)
1499 - some bugfixes and speedups (cursor movement and scrolling) (Matthias)
1500 - Some latex commands changed (quotes) (Ilya Ovchinnikov)
1501 - new menu command 'Save layout as default' which make a default
1502   template from the layout options of the current buffer (JMarc)
1503 - removed all the buffer-level keywords from lyxrc (they are useless
1504   now) (JMarc)
1505 - changed the semanitcs of \ascii_linelen in lyxrc, so that it applies
1506   also to LaTeX files and LinuxDoc files (JMarc)
1507 - renamed a few lyxrc commands for consistency; more has to be done
1508   (JMarc) 
1509 - fixed the bug with keeping the layout after a section (you know what
1510   I mean) (JMarc)
1511 - introduced new methods LyXLayout::isParagraph() and
1512   LyXLayout::isEnvironment(); please use them instead of testing for
1513   latextype; updated the code accordingly (JMarc)
1514 - Extended ChkTeX documentation. More will come. (Asger)
1515 - Always generate "\textXX{text} " rather than "\textXX{text }". (Asger)
1516 - Reset autosave timer at saves. (Asger)
1517 - Improved order of paragraph environments in combox. (Asger)
1518 - Fixed bug with font setting. (Asger)
1519 - Improved list of font attributes in Layout->Character pop-up. (Asger)
1520 - Fixed reported bug with wrong conversion message. (Asger)
1521 - Misc. clean-ups. (Asger)
1523 since 0.11.42
1524 - made the hyphen char be a colored "-" instead of a sentered "." (Lgb)
1525 - some changes to the quotes...Please check it Jean-Marc (Lgb)
1526 - some cleanup for better sequence in drawing in screen.C, this might
1527   make things a triffle slower. (Lgb)
1528 - lots of changes to get printing to pixmaps better. However the
1529   drawing functions are not always called in the correct sequence.
1530   For instance LyXScreen::expose should only be called by
1531   BufferView::WorkAreaExpose (or with it in the call chain) (Lgb)
1532 - fixed recalculate of column-width after multicolumn-(un)set (Jug)
1533 - enabled alignment setting on fixed width columns only if cell
1534   is (part of) multicolumn (Jug)
1535 - fixed/added support to read in tab-separated ascii-files directly
1536   into tables. As Lines and As Paragraphs works identically here (Jug)
1537 - fixed a small bug regarding the Linebreak/Parbox-Feature (Jug)
1538 - makepatch updated to ignore "core" and "libintl.a" files. (Asger)
1539 - Buffer open behaviour a bit improved. (Asger)
1540 - Started updating Reference.lyx. (Asger)
1541 - Removed obsolete "load auto save" command. (Asger)
1542 - Partially fixed buffer rebreaks. (Asger)
1543 - Documented ChkTeX in Special Tools. Updated Special Tools in general. (Asger)
1544 - Added CloseAllBufferRelatedPopups()    (ARRae)
1545     - solves the potential segfaults caused by having popups open
1546       that expect to be able to change a buffers settings when
1547       there are no buffers available (ie. after closing last file)
1548 - Rewrote Foils and ItemizeBullets example files (ARRae)
1549 - small cleanup of foils.layout (ARRae)
1550 - configure: fixed the order of multiple directories in --with-extra*
1551   (JMarc)
1552 - lib/configure: added a check for chktex (JMarc)
1553 - layout.[Ch], lib/layouts/*: added Tags SecNumDepth and TocDepth;
1554   added support for that where this was needed (JMarc)
1555 - lyxrc: removed tags \paperpagestyle, \papercolumns, \secnumdepth,
1556   \tocdepth. They do not belong there IMO (JMarc)
1557 - po/Makefile.in.in: added a kludge for people without GNU
1558   gettext. Tell me whether this works for you (JMarc)
1559 - LyXAction.C: Added cut and paste as forbidden on ro files (JMarc)
1560 - removed references to sos.h since it is currently unused and some
1561   people have problems compiling it (JMarc)
1562 - insetquotes.C: Added support for so-called ''swedish'' quotes. I
1563   know these names are stupid, but the user do not see them; fixed
1564   some bugs there (JMarc)
1565 - text.C, text2.C: fixed some bugs where COMMANDTITLE was not taken as
1566   a command (JMarc)
1567 - Several Mathed's bugs fixed: (Alejandro)
1568   o Cursor misplaced after a big operator and a scripted expression, and
1569     more robustness for array::Resize (thanks Ralf Gugisch for the patch).
1570   o As suggested by John, each time a { is typed in TeX mode, it's
1571     closed with a }.
1572   o Removed OpenMathInset so math mode always create a new inset, as
1573     requested by David and Amir.
1574   o Several fixes and cosmetic enhancements to math-macro. 
1575   o Fixed several (but not all) matrix and label bugs.
1576   o User defined macro names bugs.  
1577 - Implemented "chktex". (Asger)
1578 - some cleanup in lyxdraw.[hC] (Lgb)
1579 - fixed a bug that made VC not work all the time (Lgb)
1580 - Fixed some bugs regarding tables (Jug)
1581 - Fixed the visual for Multicolumns, now only the last cell is
1582   expanded and not all cells egually as it was before (like
1583   LaTeX does it) (Jug)
1584 - Make word selection stop at end of paragraphs and insets. (Asger)
1585 - Improved display of open footnotes, margin notes, etc. (Asger)
1586 - Fix crash on opening of non-lyx file. (Asger)
1587 - Updated man page. (Asger)
1588 - Added "-sysdir directory" flag to set system directory. Notice that this
1589   will not seem to work because LibFileSearch prefers built_directory to
1590   system_directory. However, I'm sure it does work. (Asger)
1591 - Fix \kbmap lyxrc flag. (Asger)
1592 - Small clean-ups. (Asger)
1593 - Hopefully fixed all spurious crashes on exit. (Asger)
1595 since 0.11.41
1596 - cleanup in table.[Ch] (added column_struct and row_struct) (Jug)
1597 - added longtable-features \endhead \endfirsthead \endfoot \endlastfoot
1598   \newpage (Jug)
1599 - added the posibility to force a \parbox{width}{} in a table cell.
1600   I called this feature "linebreaks" as it inserts the linebreaks
1601   AS-IS on screen display. This option is only selectable if we have
1602   something in the width-field (Jug)
1603 - cleaned up the Fax-Facility, as I've seen that some things where
1604   not quite clear. Doing this I added a message window which pops
1605   up if the sendfax-command has some std[out/err] output and shows
1606   this on screen display (Jug)
1607 - Implemented two new commands:
1608       "end-of-sentence-period-insert" that inserts "\@." bound to C-period.
1609       "dots-insert" that inserts ". . ." (\dots) bound to M-period.
1610   Updated documentation to use them. (Asger)
1611 - Improved display of InsetCommands. (Asger)
1612 - Make "Save As..." work better with LinuxDoc. (Asger)
1613 - Continued work on updating UserGuide.lyx. (Asger)
1614 - BUGS.lyx updated and trimmed. I removed "Fixed bugs", because that section
1615   was larger than "Existing Bugs". (Asger)
1616 - Added warning message after "Reconfigure" to make users restart LyX. (Asger)
1617 - Partially fixed update of counters in footnotes. (Asger)
1618 - Fixed color bleed. (Asger)
1619 - Cleaned out global "current_textclass". (Asger)
1620 - Fixed bug with cursor after footnotes. I introduced it. (Asger)
1621 - removed development/foils (ARRae)
1622 - fixed up bullet_forms patches and regenerated (ARRae)
1623 - added "rm *~" to forms/makefile distclean (ARRae) 
1624 - renamed the option --keep-logs of lib/configure to keep-temps, since
1625   this is more accurate; fixed a bug with sgml-tools there (JMarc)
1626 - updated (not completely) the description of layout files in
1627   Customization.lyx. Added a small explanation about the use of the
1628   .lyx/ directory (JMarc)
1629 - Updated UserGuide.lyx: trimmed preamble, updated section on
1630   bibliography (no BibTeX), removed section on [] and explanations about
1631   running LaTeX several times, fixed a number of crossrefs and labels,
1632   added a description of the LaTeX log window, a pointer to
1633   LaTeXConfig.lyx (JMarc) 
1634 - updated a bit the layout files (JMarc)
1635 - rewrote part of the quote inset: now supports >>quotes<< and
1636   ,,quotes'' (JMarc)
1637 - added LString::clean(), LString::lose()  (Bernhard)
1638 - fixed missing LStrings in LinuxDoc  (Bernhard)
1639 - LinuxDoc-character-conversion also inside URLS...
1640   [Hope it's correct]  (Bernhard)
1642 since 0.11.40
1643 - fixed crash when using bibitem popup (ARRae)
1644 - added typecast to emumeral type used as parameter to LString::+
1645   without it gcc 2.6.3 gives an error (ARRae)
1646 - made fdfix also handle scex and idex + lcolor<->lcol (Lgb)
1647 - Improvements in LaTeX runs:
1648   - Chars ~ $ and % are substituted in filenames because LaTeX chokes on those.
1649 - If LaTeX log contains "Rerun LaTeX.", we rerun LaTeX. (Lgb)
1650 - fixed crash when using a new file name as a line parameter (Petr)
1651 - XForms 0.81 code for the menu_font option (Petr)
1652 - fixed (?) the dreaded configure failure; added a switch --keep-logs
1653   to lib/configure to help debug problems like that (JMarc)
1654 - added detection of rotating.sty. I hope the description is
1655   reasonable. (JMarc)
1656 - A few forms have been updated to the popup style sheet. (Asger)
1657 - Fixes in window title updating: When buffer is changed (or saved), the 
1658   window title is updated. Added "(read only)" when buffer is readonly. (Asger)
1659 - LaTeX error box popup enlarged and made resizable and closable. (Asger)
1660 - Various clean-ups. (Asger)
1661 - Fixed idex. It might leak, but that's not a problem because the strings
1662   live until LyX is closed, so the leak is a close time. (Asger)
1663 - Cleaned up the lib/examples directory. (Asger)
1664 - Fixed crash when loading many documents with lots of insets. (Asger)
1665 - Fixed search backwards bug reported by Allan. (Asger)
1666 - Renamed "Edit->Floats" submenu to "Edit->Floats & Insets". (Asger)
1667 - Fixed hangs from LaTeX errors like "\def\foo{bar". (Asger)
1669 since 0.11.39
1670 - Fixed the Ascii-Export, now also multicolumn and TableContRows
1671   work correctly (even better when using a (t/g)roff postprocessor :) (Jug)
1672 - Added new debug-flag 4096, which I have to use when looking at the
1673   roff-output for table-processing, attention with this flag as if
1674   you use it you have to remove the lyx_tmp(dir) by hand!!! (Jug)
1675 - Extended the Rotation-Support to Table-Cells also. Try it!!! (Jug)
1676 - export ascii text now writes "Abstract" (ARRae)
1677 - export acsii text bug fixed:  (ARRae)
1678       - now correctly skips over tex embedded in a paragraph
1679 - fixed autosave:  (ARRae)
1680       - no longer leaves files in TMP_DIR if the rename fails
1681       - tries writing autosave file directly if failure occurs             
1682 - Search/Replace & spellchecker replace fixed. (Asger)
1683 - Implemented lazy loading of textclasses. Force loading on startup with
1684   "-dbg 1024". (Asger)
1685 - Fixed remove error boxes. (Asger)
1686 - new better and improved scheme for reading the TextClass
1687   descriptions directly from the layout file at configure time. I am
1688   sure this will break for many people, but since I use LaTeX for the
1689   parsing, I should have less problems than with sed; updated the layout
1690   files (JMarc)
1691 - adapted the layout-reading routines for the new format of
1692   textclass.lst; removed the newly-introduced Description tag; please
1693   remove your old textclass.lst files (JMarc) 
1694 - fix a bug with the file-name-in-window-title feature, where closing
1695   the last window caused a crash (Lgb) (I did it first :-)
1696 - A few changes to accomodate DEC cxx (in particular in
1697   intl/libgettext.h, a change which should go in the next release of
1698   GNU gettext) (JMarc)
1699 - A few cosmetic changes to the docs; some others to slides.layout
1700   (JMarc)
1701 - fixed a bug in MakeAbsPath where "foo/./"+"../bar" ==> "foo/bar"
1702   (JMarc)
1703 - changed a few unconditionnal debug messages to optional debug
1704   messages (JMarc)
1705 - made a proposal for solution of the i18n<->shortcut problem, applied to
1706   menus and insetinclude. Added a file in development/Code-rules for, 
1707   Dialogs (Lgb)
1709 since 0.11.38
1710 - linuxdoc: url{}{} and htmlurl{}{} correctly read in again (Bernhard)
1711 - Rewrite and cleanup of Translation classes. Bindings to accents and 
1712   translation work in a unified (?) way. (alkis)
1713 - major mods to bullet implementation. Split code into separate files,
1714   slight mods to panel layout, new patches in forms/ (ARRae)
1715 - bullet panel .xpm and .xbm files regenerated that now look clearer
1716   and have a grey rather than white background.  (ARRae)
1717 - small change to forms/fdfix.sh, sed script now starts line 8 instead
1718   of line 6 -- required to avoid internationalising two new #includes 
1719   needed for bullet_forms.C -- this shouldn't cause any problems (ARRae)
1720 - added a 'distclean' to forms/makefile, rm's *.orig, *.rej  (ARRae)
1721 - Implemented buffer title in window in a clean-way. (Asger)
1722 - Clean-up, bug-fixes and better error recovery in textclass/layout handling. 
1723   (Asger)
1724 - Textclass definition loading prepared for being made lazy. We just need
1725   to have the textclass descriptions in textclass.lst, and I'll implement
1726   lazy layout file loading. That should increase start-up time substantially.
1727   (Asger)
1728 - Fixed "make srcdoc". (Asger)
1729 - Small fixes in UPGRADING. (Asger)
1731 since 0.11.37
1732 - small change to menus.C to work better with gettext (menu names) (Lgb)
1733 - made a makefile in forms. This can be used to regenerate .C files from
1734   .fd files. (Lgb)
1735 - New lyxrc option: menu_font. It allows to set the font used for popups
1736   (FL_NORMAL_STYLE). It is now <menu_font>-*-*-*-?-*-*-*-*-<font_norm>. 
1737   If this font is not available, the popup font is set to 
1738   -*-helvetica-medium-r-*-*-*-?-*-*-*-*-*-* as before. The default value
1739   of menu_font is "-*-helvetica-medium-r". (Petr)
1740 - Some fixes in Introduction.lyx and UserGuide.lyx, but I didn't get all the
1741   way through UserGuide. (Asger)
1742 - Bug fix in canceled buffer reload. (Asger)
1743 - If emergency saved file exist, ask whether to try to load that. (Asger)
1744 - Changed behaviour of \temp_dir. When this alredy exists it is
1745   handled like /tmp (so it won't be created, but lyx_tmpXXXXX is
1746   created instead (Jug)
1747 - fixed small bug in minipage-handling (Jug)
1748 - Made the Table-Layout-Menu a bit smaller (Jug)
1749 - Right-Mouse-Button in tables now moves first the Cursor to
1750   the position and then opens/updates the Table-Layout-Menu (Jug)
1751 - added support for rotating the tables 90 ', with rotating.sty,
1752   this works ONLY for Postscript!!! And is NOT WYSIWYMG. (Jug)
1753 - Added new Description tag to layout files; used it in
1754   Layout/Document; updated layout files to provide descriptions
1755   (JMarc)
1756 - Added the possibility of having several layout files for the same
1757   class; the name of the layout file should be
1758     <classname>_<something>.layout
1759 - renamed the Option tag to Other and moved it into ClassOptions
1760   (JMarc)
1761 - changed again the way to detect layout files; the format of
1762   textclass.lst has been changed to be only a list of layout
1763   names; you should run Options->Reconfigure to regenerate your local
1764   textclass.lst file (JMarc)
1765 - updated the UPGRADING file (JMarc)
1766 - Added a fix for header files when -ansi is set (JMarc)
1767 - cleanup to allow compiling with gcc 2.6.3 (ARRae)
1768       NOTE: still need configure to drop -ansi if 2.6.3 detected
1769 - switch off rendering if \ps_command is empty; display filename
1770   of EPS-file instead. Give some nicer render-status report (Henner)
1772 since 0.11.36
1773 - added support for KeepEmpty in LyXText (Jug)
1774 - changes to support xforms 0.81 (ARRae)
1775 - bug fix related to having more than 4 lastfiles (ARRae)
1776 - Bullet popup improvements, panels loaded from disk at runtime,
1777       using LibFileSearch, support for mono also (ARRae)
1778 - bmtable extended: reading xpm's from disk and freeing them also (ARRae)
1779 - fixed lib/Makefile.in to move doc/*.eps also (ARRae) 
1780 - detection of algorithm.sty (Bernhard) 
1781 - line-length reduction in export of SGML (Bernhard)
1782 - Added "all" keyword for the allowed chars field of \kmod in the
1783   .kmap files. This will use the native chars that TeX allows for
1784   each accent. Also cleanup and bug-fixes in Trans and Intl (alkis)
1785 - Moved allowAccents to BufferParams. Also moved get_accent from
1786   LyXFunc to tex-accent.C (didn't use any LyXFunc state anyway and
1787   I needed it in TransManager) (alkis)
1788 - Dirty hack to make \bind and Trans work together. Any bindings on
1789   accents are delegated to Trans which puts them in the default 
1790   keymap (alkis).
1791 - updated the revtex.layout file; fixed a bug with the Option tag; 
1792   separated stdsections.inc inot two files (JMarc)
1793 - added a new boolean tag in layout files (KeepEmpty) as per Juergen's
1794   request; not used currently (JMarc)
1795 - fixed the problem with lib/configure and color-ls (JMarc)
1796 - small modification of Makefile.in for OS/2 (JMarc)
1797 - added a new lyxrc command \ps_command, which is autodetected and
1798   defaults to 'gs'. It is used in figinset to launch Ghostscript (JMarc)
1799 - applied the change from Falko Sauermann to fixing the disapearing
1800   layout list bug (JMarc)
1801 - added a hack to help people without GNU gettext to build LyX after
1802   they have applied patches. You should really install gettext instead
1803   (JMarc) 
1804 - added some support in lib/Makefile.in for a images/ directory (JMarc)
1805 - Improved delimiter dialog: using right mouse button the right
1806   delimiter is selected, the region displaying the chosen delimiters works
1807   as the apply button (not yet removed), the chosen delimiters are
1808   initialized correctly after close/reopen the math panel.  (Alejandro) 
1809 - Fixed some (not all) bugs related with matrix: double clearing in Matrix
1810   and Par destructors caused a segfault (anyway I inserted your patch,
1811   Henner, for robustness, but an array never should be cleared twice);
1812   alignment with void cells now seems to work. (Alejandro)
1813 - More bugs caused for the leaks stuff: labels and macros. (Alejandro)
1814 - buffer doesn't jump to cursor anymore when figure gets ready (Henner)
1815 - Sizes of rotated figures are displayed right now (Henner)
1816 - A number of bug fixed. BUGS.lyx updated. (Asger)
1817 - Added "error-remove-all" that removes all error-boxes. You can find it
1818   under "Edit/Floats/Remove all Error boxes". (Asger)
1819 - Better handling of resize, but not perfect yet. (Asger)
1820 - Crash in paragraph environments with a manual label and an open footnote
1821   removed. (Asger)
1822 - Various clean-ups. (Asger)
1823 - Up to 10% speed-up on rebreak. (Asger)
1824 - Added two new, obvious methods "bool LString::suffixIs(char)" and 
1825   "bool LString::suffixIs(char const *)". Used them here and there. (Asger)
1826 - Use "void foo(LString bar=LString());" to signify default initialization
1827   of empty strings. (Asger)
1828 - fix in insetlatexaccent (Lgb)
1830 since 0.11.35
1831 - Added a new flag NeedProtect to indicate whether the content of a
1832   layout is a moving argument; used it (JMarc)
1833 - footnotes use \thanks in title layouts (JMarc)
1834 - Some cleanups to the i18n code. Should work now (JMarc)
1835 - some bug fixes to my earlier patch, concerning lib/configure and
1836   default textclass (JMarc)
1837 - cosmetic changes to emacs.bind and bufferlist.C (JMarc)
1838 - Scrollbar and up/down buttons made thinner (ARRae)
1839 - Small improvements to bullet handling (ARRae)
1840 - removed development/bullets (ARRae)
1841 - Installed itemize bullet selection (ARRae)
1842         - can read/write .lyx files
1843         - user input of LaTeX commands
1844         - example file added to lib/examples
1845 - Small fix: file.C to allow compilation (ARRae)
1846 - Got rid of old ScanLogFile. (Asger)
1847 - Stub for "chktex" support put in buffer.C. (Asger)
1848 - Various mostly cosmetic improvements in source code. (Asger)
1849 - Small bug fixes. (Asger)
1850 - Better error handling with key bindings. (Asger)
1851 - Fixed errors with overriding key bindings. (Asger)
1852 - Removed "pc-modern.bind" because it's obsolete. (Asger)
1853 - Figure size defaults to saved size instead of A4 if PostScript file is
1854   not readable/missing (Henner)
1855 - Shows an empty \fbox{} for each undefined figure 
1856   (i.e. no filename given) (Henner)
1857 - Added method LString::charPos(char) that returns a char
1858   position. (Alejandro)
1859 - Removed several "leaks" from mathed, including that which caused a bug
1860   in macros when somebody else removed it. ;-)             (Alejandro)
1861 - Fixed the bug that prevented font changing in math mode. (Alejandro)
1862 - Fixed some incorrect behaviour of ExtraParagraphIndent and inserted
1863   indent for minipage-paragraphs if the paragraph_separation = indent. (Jug)
1864 - Inserted code for handling footnotes in section-headings (I still need
1865   a flag in the layout files, as for now the code is always inserted). (Jug)
1866 - From now on you can write paragraphs in a table-cell =:), try to press
1867   Ctrl-Enter in a table cell. This is NOT WYSIWYG as the linebreaks are
1868   not written to the output-file. There are sure still some minor bugs
1869   here but I find this is one of the most important enhacements I made
1870   for tables. (Jug)
1871 - Write routine for tables updated to "tabular4", to reflect the above
1872   modifications (this is NOT backward compatible). (Jug)
1873 - Activated definetively the SimpleTeXOneTablePar function and cleaned
1874   up SimpleTeXOnePar (removed all Table-Stuff). (Jug)
1875 - Added and modified a bunch of functions to text.C, text2.C and paragraph.C
1876   for the above table-feature. (Jug)
1877 - Added a "Sendto ..." Entry in the File-Menu. This permits you to send
1878   the file in the actual buffer in LyX-,LaTeX,DVI- or Postscript-Format to
1879   a command which you define in a Upcoming window. It inserts to a new
1880   token for lyxrc \sendto_command for which you can define a default
1881   command for this function. (Jug)
1882 - Small table fix. (Jug)
1883 - Fixed segfault on close bug (at least I can't see it anymore) (Lgb)
1884 - changed a lot of X-primitives to XForms-primitives (Lgb)
1885 - update to OS2 files (miyata)
1886 - uptodate documentation included (0.10.7) (weiss)
1887 - small add to space support (spiegel)
1889 since 0.11.34
1890 - Added a "There are unsaved buffers: Exit anyway?" question if LyX
1891   would exit with unsaved buffers. (Jug)
1892 - Added visual feedback on LyX-Main-Screen if the paragraph is in a
1893   minipage-environment (purple dotted line on the left). (Jug)
1894 - TableLayout-Menu now comes to front if it is already opened (Jug)
1895 - Fixed Button-(De)Activation in the ParagraphExtra-Layout-Menu (Jug)
1896 - Recoded some things for Minipage and Paragraph-Indent, especially
1897   now if I (un)set a Paragraph-indent of a List-Environment, it is
1898   (un)set for the whole List (cause as Jean-Marc advised it really
1899   don't work if I select it only on ONE List-Env-Paragraph). If I
1900   set minipage for a List-Environment-Paragraph with a ExtraIndent
1901   set, the Indent for the whole List-Environment is removed. (Jug)
1902 - Split the function SimpleTeXOnePar into SimpleTeXOnePar and
1903   SimpleTeXOneTablePar. I need this for the upcoming new features
1904   as this function is already too large and it would become unable
1905   to mantain if we don't split it. I did not yet activate this new
1906   function. (Jug)
1907 - Coded a lot for introducing new Table-Features. You have to #define
1908   JUG_TEST to be able to test them (they are for not enabled). (Jug)
1909 - New insetparent used as reference for a child's document parent.
1910   Use "parent-insert <parent filename>".                     (Alejandro)
1911 - New function "reference-back" to return from a referenced
1912   label or from a child/parent document.                     (Alejandro)
1913 - New function "reference-goto". Should I to explain? :)     (Alejandro)
1914 - Work on new font loading code: FontLoader finished. Now I only need to use 
1915   it in lyxfont.C and that should be it. Will follow soon. (Asger)
1916 - Make "bold" toggle. (Asger)
1917 - Activated new font loading code. (Asger)
1918 - lyxrc spellchecked. (Asger)
1919 - Removed "pc-modern" bindings in favour of CUA style bindings. Created
1920   "menus.bind" to reduce redundancy and make management of bind files 
1921   easier. (Emacs binding file cleaned up, but bindings are the same
1922   except for new math bindings as defined in math.bind) (Asger)
1923 - Changed environment variable to use to specify LyX system directory
1924   from LYX_DIR to LYX_DIR_12 to avoid conflict with LyX 0.10, and future
1925   versions. (Asger)
1926 - Fixed reference counter problem with LString.C. (Asger)
1927 - Neglible clean-ups. (Asger)
1928 - some small fixes to the buffer files. (altered and removed funcs) (Lgb)
1929 - even better working VCS (Lgb)
1930 - small change to main form, is it better? (Lgb)
1932 since 0.11.33
1933 - New function char *LyXAction::getActionName(action).   (Alejandro)
1934 - Improved LyXAction::helpText. Faster, removed a lot of
1935   redundant data. If there's no help string for an action,
1936   it returns the command name.  (Alejandro)
1937 - Bugfix: NULL-ptr-dereferrencing while using LinuxDoc (Bernhard)
1938 - Bugfix: <descrip>-environment works (almost) correctly (Bernhard)
1939 - Correction: algorithm-float now has correct representation, even
1940   if closed (Bernhard)
1941 - Added support for algorithm-floats (Bernhard)
1942 - Added "loa"-inset (list-of-algorithms) (Bernhard)
1943 - Changed Menu. Now child-files can be included using menu. (Bernhard)
1944 - Added algorithm-float to menu (Bernhard)
1945 - Added action for adding floats (Bernhard)
1946 - Added support for gettext in configure (JMarc)
1947 - simplified a bit the Makefiles. (JMarc)
1948 - changed #include "config.h" to #include <config.h> everywhere (JMarc)
1949 - change the LaTeX file generation so that babel is included later (JMarc)
1950 - --with-warnings is by default off if you do not use GNU C (JMarc)
1951 - changed the code for the detection of textclasses. You do not need
1952   to edit textclass.def if you create a new layout (JMarc)
1953 - renamed layout/textclass.def to textclass.lst and packages.def to
1954   packages.lst (JMarc)
1955 - added a new tag ObsoletedBy <style> in style definitions. This
1956   allows the style to be automatically replaced by another one; used
1957   this to translate transparently LaTeX_Title to Title; removed the
1958   old Title layout (JMarc)
1959 - fixed the title related layouts in amsart.layout (JMarc)
1960 - Added preliminary support for \minipage-environment (Jug)
1961 - Fixed some inconsistences between Nice and NonNice LaTeX-Output
1962   (please check if I did it right) (Jug)
1963 - Fixed some problems for IndentedParagraphs, added full
1964   WYSIWYG (Jug)
1965 - ran lyx through purify, some leaks (about 1k) and array bounds fixed.
1966   We still leak more than 2k (most in math_*) (Lgb)
1967 - small cleanup (Lgb)
1968 - first working version of Version Control (use with care) (Lgb) 
1970 since 0.11.32
1971 - New banner page. (Asger)
1972 - Bug fix: Menu bugs causing crashes. (Asger)
1973 - Bug fix: Parsing of LaTeX command went out of bounds. (Asger)
1974 - Bux fix: Potential crash in combox. (Asger)
1975 - Improvements in spellchecker. (Asger)
1976 - Small bug fix in file browser: If you typed an absolute path in the name box,
1977   the path was ignored. Now, it's respected disregarding current directory. 
1978   (Asger)
1979 - Save more robust: If we fail, allow the user to rename and try again. (Asger)
1980 - Work on new font loading code. Work in progress. (Asger)
1981 - Fixed release of Export Pop-up to avoid FL_MAXPUP error. (Asger)
1982 - Changed behaviour of LyXScrollbar to normal X-behaviour (Jug)
1983 - Added ParagraphExtraOptions with IndentedParagraphs (Jug)
1984 - Fixed the Export-Menu (Jug)
1985 - Fixed the bind files for the new buffer-export command (Jug)
1986 - Button look for editable insetcommands.   (Alejandro)
1987 - Improved \maketitle support: no more need to write explicitly
1988   \maketitle in tex mode.   (Alejandro)
1989 - New latextype CommandTitle, new method bool layout::isCommand(). (Alejandro)
1990 - Example file Maketitle.lyx updated to show these changes. (Alejandro)
1991 - menubar: frame changed and help not flushright anymore. Comments? (Lgb)
1992 - a lot of "user strings" converted from "Qwerty" to _("Qwerty") (Lgb)
1993 - a po/ dir and a intl/ is now in the sources, these are made by the
1994   gettextize program, what remains of active support by developers is
1995   support in configure for gettext. (Lgb)
1996 - configurable toolbar should now work again. (Lgb)
1997 - bufferlist canged to use new and delete dynamically when documents
1998   are opened and closed. We still have the limit of 50 buffers. I'll remove
1999   that later. Also encapsulated the access to buffer[] This might have
2000   put some bugs or leaks into the open, so please test. (Lgb)
2002 since 0.11.31
2003 - partially fixed some .kmap files (JMarc)
2004 - Corrected the installation of the files in lib/layout (JMarc)
2005 - added detection of the color package and fixed its validation (JMarc)
2006 - fixed the handling of float placement options (JMarc)
2007 - Large reorganisation of the layout files; I'm sure I broke a bunch
2008   of them, but I fixed a bug in the reading routines in the meantime (JMarc)
2009 - added the debug level TCLASS=1024 to debug reading of textclasses (JMarc)
2010 - Fix crash when searching for an empty string (JMarc)
2011 - some clean-up in intl.C and trans.C; removed kfopen() (JMarc)
2012 - added a test for gcc strength reduction bug (JMarc)
2013 - fixed a few kmap files for unquoted commas(JMarc)
2014 - Added support for p{} alignment in tables. NOT WYSIWYMG!!! (Jug)
2015 - Fixed the use_longtable handling (Jug)
2016 - New method InsetCommand::getScreenLabel() to avoid confusion
2017   with Inset::getLabel(int). (Alejandro)
2018 - Got back the special InsetBibkey::Write method. (Alejandro)
2019 - Added the method InsetRef::gotoLabel(), guess what it does :) (Alejandro)
2020 - Added the function reference-toggle to toggle an InsetRef
2021   between REF and PAGE_REF non-interactively. (Alejandro)
2022 - Removed the Reference dialog, it's no more necesary: To go to a label, 
2023   click on a reference inset, to change the reference type, use the function
2024   reference-toggle. To change the label, just insert a new one. (Alejandro)
2025 - Several mathed fixes: oslash/emptyset, bot/perp, extra line
2026   after Matrix, spaces around names, etc. (Alejandro)
2027 - Removed a lot of unuseful comments from lyxfunc. (Alejandro)
2028 - Automatic handling of bibtex. Please test and report. (Lgb)
2029 - merged paths.[hC] and filetools.[CH] into one file. (Lgb)
2030 - changed NametoPath to OnlyPath. (Lgb)
2031 - Better VC support. Still not functional, but it is better. (Lgb)
2032 - some general cleanup. (Lgb)
2034 since 0.11.30
2035 - Added preliminary support for longtable package. Changed the
2036   document-format-version to 2.16 (changed back to 2.15 Lgb) and the
2037   table-version from  multipart2 to multipart3. (Jug)
2038 - Now most of the Table-Layout-Form options (like alignment, borders ...)
2039   work also on selections (Jug)
2040 - Added functions to add/remove all table-borders on selection (Jug)
2041 - Changed umllaut to umlaut in greek-keymap (forgot it before :) (Jug)
2042 - Small fix for errorboxes in tables (Jug)
2043 - Fix for Option-Keyboard do accept other... keyboards and
2044   a spell from umllaut to umlaut. (Jug)
2045 - New option --with-warnings in configure automatically set to on for
2046   development versions; this option does not imply -Wno-unused with gcc
2047   anymore (JMarc)
2048 - Better handling for sgml-tools in lib/configure; since this implied
2049   a change in chklatex.ltx, it will probably break the OS/2
2050   configure.cmd (JMarc)
2051 - The file dialog now uses the current buffer's directory as initial
2052   dir (JMarc) 
2053 - " no longer inserts an InsetQuote in TeX mode (JMarc)
2054 - Keybindings should no ignore NumLock setting in Linux (please try
2055   this!) (JMarc)
2056 - Fix the crash with Options->LaTeX when there is no open file (JMarc)
2057 - Text in TeX mode is no longer broken at spaces (JMarc)
2058 - more work on the VC support (not yet functional) (Lgb)
2059 - some shuffling of code and cleanup (especially to insets). (Lgb)
2060 - work on the error reporting on LaTeX and the use of TeXErrors. (Lgb)
2061 - a preliminary (probably non working) InsetRef to use when inserting
2062   crossreferences. (Lgb)
2063 - changed InsetLabel to be a subclass of InsetCommand (Lgb)
2064 - added a method BufferView::available() that tells whether there is a
2065   valid buffer there; used it in many places in the code (JMarc)
2066 - better detection of the C++ compiler in configure (JMarc)
2067 - Break the << and >> ligatures with T1 fonts (JMarc)
2068 - The #warning directives are only active when --with-warnings is set
2069   (e.g. for development versions) (JMarc)
2070 - A small bugfix in autoconf routines for detecting X (JMarc)
2071 - the current paragraph depth is shown in minibuffer along with the
2072   current font (JMarc)
2074 since 0.11.29 (0.11.29.1 0.11.29.2)
2075 - removed calls to mktemp and repaced with calls to tmpnam (Lgb)
2076 - some changes to code so that we can remove the -Wno-unused switch (Lgb)
2077 - more work on the Version Control, not yet finished, but a bit closer (Lgb)
2078 - some rework of the tex header files. (Lgb)
2079 - partial reorganization of the LinuxDoc code. It should be little bit
2080   easier to read. Parts should move in next step to paragraph-class. (Bernhard)
2081 - Display of End-Of-Line marker for ctrl+enter (protected newline). (Asger)
2082 - Backspace much faster. (Asger)
2083 - Assorted minor speed-ups. (Asger)
2084 - Fixed -Mono switch. (Asger)
2085 - Detail bug-fixes/improvements in displaying. (Asger)
2086 - README updated. (Asger)
2087 - BUGS.lyx updated. (Asger)
2088 - several linuxdoc changes, fixes. (Bernhard)
2089 - better handling of Latin1 characters (JMarc)
2090 - quotes should always work now; nicer french quotes (JMarc)
2091 - Added new docs, modified a bit to get along smoothly with 0.11.x (JMarc)
2092 - A few clean-ups for DEC cxx; some changes to BUGS, BUGS.lyx and
2093   LaTeXConfig.lyx.in (JMarc)
2094 - Fixed mathed's bugs concerning deleting and inserting rows (Alejandro)
2095 - Preliminary text mode under math mode (Alejandro)
2096 - Now the labels browser works again for math labels  (Alejandro)
2097 - Improved the insetinclude class and its dialog  (Alejandro)
2098 - Some fixes to intl.C and to label insets (Alkis)
2099 - renamed [pf]eatures.[Ch] to LaTeXFeatures.[Ch]. This should solve
2100   problems with existing features.h (JMarc)
2101 - Fixed problem where a new file would be read only (JMarc)
2102 - Fixed a couple of annoying mathed bugs.  (Alejandro)
2103 - Small enhancement to minibuffer.  (Alejandro)
2104 - rewrote Intl. Now passes translation requests to a Trans class. No more
2105   delete-ing and new-ing when switching kbmaps, Trans is smart enough.
2106   Added new keyword for .kmap files: kcomb deadkey1 deadkey2 allowed that
2107   allows you to combine two deadkeys on the same character. (npoly))
2108 - LFUN_BACKSPACE first consults with Trans to see if the cursor has moved
2109   in the previous keystroke (useful for deadkeys). Backspace will delete
2110   the previous character (if any was inserted) or cancel the previous
2111   deadkey. (npoly)
2112 - Intl reads its default values (primary language, secondary language,
2113   font encoding) from lyxrc. (npoly)
2115 since 0.11.28
2116 - the most uptodate documentation included.
2117 - the keymaps should now be working (almost) correctly. (npoly/Lgb)
2118 - some more changes to the insetinclude (for the better I hope) (Lgb)
2119 - added a new command LFUN_LAYOUTNO (lyx internal only) takes an int instead
2120   of a string as argument. fixed LFUN_LAYOUT. (Lgb)
2121 - made a new file lyxdraw.[hC] it contains the GC functions and the
2122   Draw functions from text.C. Also some changes to text.C. (Lgb)
2123 - removed the current_buffer completely from bufferlist, BufferList should
2124   now be so encapsulated that the buffers at last can be stored as a linked
2125   list. I have been wanting to do that for 1.5 years!!! However the removal
2126   of current_buffer can have introduced some minor bugs, but I have not seen
2127   any so far. (Lgb)
2128 - removed the "Read-Only" popup. (Lgb)
2129 - pre pre alpha preliminary support for RCS, I planned to do this decent,
2130   but I got caught in cleaning instead. In the prelim support LyX is able
2131   to detect that a file is under controll by RCS (the file must be made with
2132   0.11.29 if it shall work correctly. I will complete this promptly on the
2133   return from my vacation. (Lgb)
2134 - Partly rewrote the Quotes inset (JMarc)
2135 - renamed package.h to features.[Ch] and moved some code there. Inset
2136   now do their own validation. (JMarc) small fixes to this (Lgb)
2137 - fix UserGuide.lyx so that the EPS figures appear correctly (JMarc)
2138 - A little change to makepatch to make patches shorter (JMarc)
2139 - minipatch to table.C and TableLayout.C
2140 - updated letter-layouts. Created new stdletter.layout and
2141   updated letter.layout,iletter.layout and dinbrief.layout (Jug)
2142 - updated the file tex/iletter.tex (Jug)
2143 - small fix for New with template (Jug)
2144 - some fixes in LyXLex, there was a wrong handling of \" (Jug)
2145 - fixed the segfault if deleting last row/column from
2146   Layout-Table-Menu and introduced security check for delete table (Jug)
2147 - Added function lyxaction::getApproxFunc and getApproxFuncName. Allow to get
2148   a lyx action from an incomplete or approximate string. If the string is 
2149   exactly equal than an action name, the next action is returned.   (Alejandro)
2150 - Improved the minibuffer:   (Alejandro)
2151   o Added history to store the last MAX_HISTORY commands typed. To browse
2152     the history use the Up and Down keys while the focus is on the minibufer.
2153   o Typing tab to get next command in table or to complete the name from
2154     an approximate or incomplete string (using getApproxFuncName reported
2155     above). By typing Tab several times you can browse the entire 
2156     function table.
2157   o As the minibuffer is using now a prehandler as keyboard callback, 
2158     the dirty trick of the hidden buttons are no more necessary so they
2159     were removed.
2160 - Moved getIncludeonlyList and getReferenceList to buffer.C since they
2161   are buffer's properties. The reference popup doesn't yet work, maybe
2162   because some bug in ReturnNextInsetPointer.   (Alejandro)
2163   
2164 since 0.11.27
2165 - made possible to change pipe-filenames in monitor-program (Bernhard)
2166 - Allow all extensions by ExpandPath-call in read of Resource
2167   \serverpipe (Bernhard)
2168 - made paragraph-layout <quote> in LinuxDoc available (Bernhard)
2169 - Fixed a few warnings and bugs found by DEC cxx (JMarc)
2170 - fixed a bug where a LyXLex file was closed twice. (JMarc)
2171 - fixed a buglet in configure with Sun's broken /bin/tr (JMarc)
2172 - a few tweaks to LaTeX preamble generations (JMarc)
2173 - Fixed mathed bug \not{}. (Alejandro)
2174 - Added switch "verbatim" to insetinclude. (Alejandro)
2175 - Improved the Include dialog. Also, button "Load" works. (Alejandro)
2176 - Added destructors to some classes (lyxGUI, lyxMain, lyxserver)
2177   but aren't used because that "smart" exit.   (Alejandro)
2178 - Three new non-interactive functions for bibtex: bibtex-style,
2179   bibtex-database-add, bibtex-database-del (guess their mean).
2180   The cursor has to be in front of the bibtex inset (by now).  (Alejandro)
2181 - Started to implement getIncludeonlyList(). (Alejandro)
2182 - Cleaned lyxfunc of some unuseful arrays and added preliminary message and
2183   error functions. IMO in a future lyxfunc should not use directly the
2184   minibuffer but let it's owner to display the messages. (Alejandro)
2185 - Created a mechanism to check out that a command is RO (so I removed
2186   from lyxfunc a lot of lines). Currently it consist in an attribute table
2187   that contains only the RO commands but in a future could be expanded
2188   to include more attributes to all commands.   (Alejandro)
2189 - Improved lyxserver:     (Alejandro)
2190   o Added destructor. Now lyxserver closes the pipes and
2191     removes the io callback.
2192   o Added Error notify, in case that lyxfunc reports an error.
2193   o Implemented a silly communication protocol: If a client send 
2194     LYXSRV:<clientname>:hello,  LyX will correspond the greeting
2195     without bothering lyxfunc. So the client will know that LyX is
2196     listening. If LyX send LYXSRV:<clientname>:bye, the clients 
2197     shouldn't expect nor send more messages.
2198   o Added function server-get-tip to get a help line about a command.
2199     btw helpText is now (char const*) because it's not used as LString
2200     currently and can be easily converted to LString where that's really
2201     necessary (conclusion: LString is great but please don't abuse)
2202   o Created a testing tool (server_monitor) as an example on how to
2203     use the new protocol.
2204   o Tested with barracuda, the Qt bibtex browser (it works! :)
2205 - New layout file commands Input and NosStyle; Font...EndFont also
2206   redefines the LabelFont; new layout directive CopyStyle; converted
2207   several layouts to use a common layout file stdclass.layout. (JMarc)
2208 - Section layouts can now have a number and a labelstring; used this
2209   for Chapter; defined layout Chapter* (JMarc)
2210 - LyXLex::GetLongString() tries more carefully to keep a resonable
2211   indentation (JMarc)
2212 - A few changes in LaTeX file preamble generation code.
2213 - Some improvements in OS/2 support in Makefiles (JMarc)
2214 - Rewrote parts of LaTeXConfig.lyx.in to be more like what John wants
2215   (JMarc) 
2216 - added a global bool finished to make lyx quit more graciously. (Lgb)
2218 since 0.11.26 
2219 - rewrote part of the code that generates the preamble
2220   of a LaTeX files; more things are now omitted when unnecessary (JMarc)
2221 - Added support for global and layout-specific preambles in
2222   textclasses (JMarc)
2223 - added support for \lyxline and layouts in Paragraph::validate (JMarc)
2224 - Added a new method LyXLex::GetLongString(endtoken) (used to read
2225   preambles (JMarc).
2226 - fixed a bug in ascii file output (JMarc)
2227 - LyXLex now closes files that it has opened (JMarc)
2228 - inserted new Table-Layout-Menu and reactivated right mousebutton
2229   on Tables, which now will open the Table-Layout-Menu or Update
2230   an already open Window (Jug)
2231 - split LyXLength into LyXLength and LyXGlueLength (Andre)
2232 - made insets for toc,lof and lot and added three new commands
2233   o "toc-insert"
2234   o "lof-insert"
2235   o "lot-insert" (Lgb)
2236 - backwardscompability fix in insetlatexaccent (Lgb)
2237 - some changes because of the bufferlist->current() removal (Lgb)
2238 - prelim support for real read-only buffers, needs some more work. (Lgb)
2239 - some cleanup (Lgb)
2240 - made Buffer:makeLatex only include the needed parts from lyx_sty (Lgb)
2241 - OS/2 support stuffs in src and configure script replacements.
2242   Reconfigure from inside LyX does not work yet (SMiyata)
2243 - Mathed bug fixes: {}delims, extra tabs, bold accents, array mess. (Alejandro)
2244 - Added math.bind with some additional math mode key bindings. (Alejandro)
2245 - Partial implementation of buffer-child-open.  (Alejandro)
2246 - Fixed a couple of font related mathed bugs.   (Alejandro)
2248 since 0.11.25
2249 - fixed bug in lyxfunc, now lyx ignores Mode_Switch (Lgb)
2250 - fixed bug in BufferParams::readPreamble (I think) (Lgb)
2251 - added a const to Formula::Display (Lgb)
2252 - some more refinements to LaTeX::run (Lgb)
2253 - preliminary support for multipart documents (Alejandro/Lgb)
2254 - change in ChangeExtension(...) to allow extension="". (Lgb)
2255 - all bufferlist->current() removed. uses now current_view->currentBuffer()
2256   instead. This is a little better, but this also needs to change, but not
2257   for 0.12. (Lgb)
2258 - enhanced LyXParagraph::validate() to also validate files included through
2259   InsetInclude. (Lgb)
2260 - New InsetInclude to support including child documents. Use
2261   command "buffer-child-insert [filename]" to insert it.        (Alejandro)
2262 - New method LString.rsplit (reverse split). To separate a filename
2263   and its path use fname = oname.rsplit(path, '/').             (Alejandro)
2264 - First step in integration of new classes for abstraction from 
2265   System-calls (Bernhard)
2266 - Better handling of read-only files. They can't be overwritten now. (Asger)
2267 - Emergency save enhanced: We try to emergency save three different places:
2268     1) Same place as document.
2269     2) In HOME directory.
2270     3) In "/tmp/" directory.
2271   (Asger)
2272 - Fixed bug with wrong numbering of itemize after "paragraph" and
2273   "subparagraph" environments. (Asger)
2274 - Fixed stupid bug with setting of font attributes. (Asger)
2275 - Work on system-calls class. Fixed bugs, better error handling and new
2276   feature: The callback is passed the returnvalue from the child, even if
2277   it was executed in the background :-) (Asger)
2279 since 0.11.24
2280 - fixed a bug in LaTeX that caused the error message to not show. (Lgb)
2281 - fixed small bug in LString::frontStrip (Lgb)
2282 - redone a large bit of class LaTeX, it now uses checksums to resolve
2283   LaTeX runs. As far as I can see LaTeX is now never run more than the
2284   requiered times at any point. It is not totally finished, what remains
2285   are support for makeindex and bibtex. (Lgb)
2286 - DepTable.[hC] refined. a couple of new funcs. (Lgb)
2287 - the reg...() funcs in bufferparams has been removed (Lgb)
2288 - validate() in lyxparagraph has been enhanced (Lgb)
2289 - rewrote InsetInfo::read (fixed buggy algo) (Lgb)
2290 - added some consts to insets. (Lgb)
2291 - rewrote BufferParams::readPreamble to not use LyXParagraph (Lgb)
2292 - Fixed DefaultFont handling error in buffer.C (ARRae)
2293 - changed from vmargin.sty to geometry.sty (Jug)
2294 - changed also the configure-stuff from vmargin to geometry (Jug)
2295 - fixed bug in lyxrc which does not know about PaperPackages like a4.sty
2296   look at system.lyxrc for info (Jug)
2297 - added the function CheckToken to lyxlex (I need this) (Jug)
2298 - added the File LaTeXLog.C (guess for what) (Jug)
2299 - added the not activated View Latex-Logfile (Jug)
2300 - improved (?) the code for FontSize and PageStyle textclass options (JMarc)
2301 - cleaned up the code to run LyX in place (JMarc)
2302 - updated BUGS.lyx (JMarc)
2303 - Several mathed bugs fixed.  (Alejandro)
2304 - Improved column alignment in math mode (insert tabs with C-Tab).  (Alejandro)
2305 - Enabled cut & paste between different insets in math mode.   (Alejandro)
2306 - Preliminary support to define interactively macros with two new
2307   functions "math-macro <name> [nargs]" and "math-macro-arg #". (Alejandro)
2309 since 0.11.23
2310 - New (proof-of-concpet) bannerscreen. (Asger)
2311 - Implemented two new commands:
2312   layout-copy   Copies current paragraph environment type
2313   layout-paste  Pastes paragraph environment type
2314   Bound to "ctrl-C" and "ctrl-V" in pcmodern.bind. 
2315   Bound to "m-W" and "ctrl-Y" in emacs.bind (Asger)
2316 - BUGS.lyx updated to lyx format 2.14. (Asger)
2317 - Fixed problems with missing text after footnotes. (Asger)
2318 - Small fix in math font handling. (Asger)
2319 - LString documentation improved. (Asger)
2320 - Fixed stupid bug with font attributes and changing of layout. (Asger)
2321 - Smallcaps made smaller on screen. I'm not sure it's exactly like LaTeX, but 
2322   it's pretty good. (Asger)
2323 - Added "latin5" to Input Encoding option as H. Turgut Uyar requested. (Asger)
2324 - Reluctant change: Matthias is being phased out as primus motor.  
2325   I don't think it's fair to blame Matthias for the many changes
2326   we are doing to LyX, so I've removed his signature from the README
2327   file.  We owe everything to Matthias, so this is an act of respect
2328   rather than despect. (Asger)
2329 - Fixed some mathed's bugs (Alejandro)
2330 - Typing a space at the end of a math inset will leave math mode and
2331   insert a space in text mode.  (Alejandro)
2332 - Extended the set of special ($%#&{}_) and ordinary (?) 
2333   characters in mathed.  (Alejandro)
2334 - Added a small space to math function insets (macro-names)  (Alejandro)
2335 - Fixed a few bugs (JMarc)
2336 - Improved Bibtex and BibKey insets (JMarc)
2337 - Added some font effects to file dialog and CREDITS file (JMarc)
2338 - fixed LString::token and a bug reported by David (JMarc)
2339 - hopefully fixed figure rotation and scaling problems (JMarc)
2340 - some clean-up (JMarc)
2341 - some changes to the figinset popup, not very nice yet. (Lgb)
2342 - tried to make the lyxserver work again, it does not... however
2343   there is probably only small fixing needed to make it work (Lgb)
2344 - reduced xxxinset::descent +3 to +1 (Lgb)
2345 - small patch to filedlg posted to via@ inserted (Lgb)
2347 since 0.11.22
2348 - Fixed segfaults-while-saving problem (ARRae)
2349 - lib/configure now checks for more programs; updated
2350   LaTeXConfig.lyx.in (JMarc) 
2351 - renamed a few lyxrc commands for consistency (JMarc)
2352 - unavailable menu items in the file menu are greyed-out (JMarc)
2353 - fixed the bug killing LyX when the file menu is left open (JMarc)
2354 - changed the depth of the icons shadow to 1 (JMarc)
2355 - Work area now cleared and scrollbar reset after last file closed
2356   (ARRae)
2357 - some general cleanup (table.h) (Lgb)
2358 - trying to get the lyxserver working again. Not quite done yet. (Lgb)
2360 since 0.11.21
2361 - Redone the whole Page-Layout stuff, now called Paper-Layout (Jug)
2362 - Changed LYX_FORMAT from 2.13 to 2.14. This is needed in order to
2363   be able to convert the old papersize-stuff to the new format (Jug)
2364 - configure now checks more closely the xforms version; a few fixes
2365   there (JMarc) 
2366 - the default LYX_DIR is now ${prefix}/share/lyx (JMarc)
2367 - compiles with DEC cxx (JMarc)
2368 - LyX is now able to read environmentvariables by reference inside the
2369   lyxrc-files. (Bernhard) 
2370 - New layout tag LatexParam, currently only used to support dinglists
2371   in foils layout. Provides arguement for environments or commands (ARRae)
2372 - began writing new multirun algorithm (see LaTeX.C) (Lgb)
2373 - included small fix posted to list (Lgb)
2375 since 0.11.20
2376 - Small fixes and clean-ups here and there. (Asger)
2377 - Fixed regular expression matcher. It should be pretty good now. (Asger)
2378 - Optimized screen drawing: LyXText::Draw is twice as fast as before. (Asger)
2379 - Optimized rebreak: 2.8 times as fast on UserGuide.lyx. (Asger)
2380 - Added method "token" (similar to strtok) to LString. (Alejandro) 
2381 - New layout tag ClassOption, currently only used for foils' font
2382   sizes. Doesn't affect standard layouts. (Alejandro)
2383 - Added "default" to pagestyle and fontsize strings. If default
2384   is used no LaTeX code has to be written. This should be extended
2385   to other document options.  (Alejandro)
2386 - Fixed some bugs to make bibliography more usable, finished  support
2387   for nonnumeric bibkeys, added arguments for cite and bibtex
2388   commands.  (Alejandro)
2389 - Make sure default screen is not larger than monitor (Asger)
2390 - Improvements in font handling. (Asger)
2391 - Massaged LaTeXConfig.lyx.in a bit. (Asger)
2392 - Make LyXLex \r compatible to help OS/2 port. (Asger)
2393 - Fixed centering bug for DYNAMIC margintype (Section, subsection..) (Asger)
2394 - Improved error control in reading of layouts, toolbar, lyxrc. (Asger)
2395 - Fixed a bunch of very old errors in layout files. (Asger)
2396 - Added support for iso8859-9 (turkish) screen fonts. (HTU)
2397 - one line fix in LaTeX.h to make error insets work again. (Lgb)
2399 since 0.11.19
2400 - Tiny fix to configure for xforms 0.86; another tiny fix to sos.* for
2401   compilers that do not have a real bool type. (JMarc)
2402 - updated lib/configure to check whether your latex program is really
2403   LaTeX2e; added checks for vmargin.sty and setspace.sty, along with
2404   documentation in LaTeXConfig.lyx.in (JMarc)
2405 - \ and " are now output using \char when possible. This is better
2406   understood by the various LaTeX to HTML converters (JMarc)
2407 - Fixed display of Noun and Emph logical font attributes. (Asger)
2408 - In typewriter family fonts, all blanks are generated as "~" in the
2409   LaTeX file. Other improvements in LaTeX generation. (Asger)
2410 - Added new files: ANNOUNCE, WHATSNEW and UPGRADING to prepare for 0.12.
2411   Notice that those files are only drafts and ANY comment or request for change
2412   is asked for. (Asger)
2413 - Misc. fixes. (Asger)
2414 - Finally corrected cosmetic bug introduced in 0.11.13 by me. It turns out
2415   that the original kernel was bugged with a great performance penalty as a 
2416   consequence.  Now, things should be correct and fast. I think this explains 
2417   why some people have reported bad performance with remote X servers. (Asger)
2418 - Make LyX work with xforms 0.86. Required a little hacking. Primary benefit:
2419   LaTeX Preamble features scrollbars :-) (Asger)
2420 - Small clean-up in mathed font size selection. (Asger)
2421 - Fixed bugs in automatic system directory detection. (Asger)
2422 - Inserted handling for Vmargin.sty with new Layout-Page-Menu (Jug)
2423 - two small fixes from lyx@via inserted (Lgb)
2424 - added Index List to Insert menu (Lgb)
2425 - added a (nonworing) command to Edit: Show LaTeX Log (Lgb)
2427 since 0.11.18
2428 - update lib/configure to allow running LyX from the build directory;
2429   it is rather a hack, so tell me if it works (JMarc)
2430 - change \epsfig to \graphics in the generation of lyxrc.defaults; fix
2431   lyxrc.C to allow reading it (JMarc)
2432 - a backslash is now output as \textbackslash. (JMarc) (Is it?)
2433 - Updated BUGS.lyx (JMarc)
2434 - updated lyx_debug_level everywhere to use lyxerr instead. (Lgb)
2435 - also changed a lot of fprintf(stderr... to lyxerr->print(... (Lgb)
2436 - begun writing of a validate func. (Lgb)
2437 - added a "Comment" style to some of the layouts. This use the 
2438   "verbatim.sty" This is the easy solution, if we want a better solution
2439   we can do that later. (Lgb)
2440 - added support for setspace.sty It is not complete however, missing 
2441   are support for arbitary spacing and per paragraph spacing. (Lgb)
2442 - some more cleanup (moving of enums from definitons.h) (Lgb)
2443 - two unused functions in lyx_cb.C removed. (Lgb)
2444 - small update to vspace.[hC] (enums) (Lgb)
2445 - Except for "../images/", LyX compiles with only one warning with -pedantic.
2446   (Asger)
2447 - Implemented "Increase" and "Decrease" size options in character style
2448   pop-up. Font size names changed to match Rich's second proposal. (Asger)
2449 - Bug fixes in new font code: color should work correctly, LaTeX generating
2450   bug fixed and improved, reading and writing of underbar correct, and a
2451   few other fixes. All in all, the new font code seems pretty stable now. 
2452   (Asger)
2453 - Added monitor dpi setting to lyxrc. LyX autodetects this, but it's 
2454   overridable using the "\dpi integer" lyxrc command. This setting is
2455   used for calculating the size of fonts and vertical spaces. Because
2456   of this, the default zoom factor has been changed to 150% so the fonts
2457   are readable. (Asger)
2458 - LyX system directory normalized to reduce "/p1/../p2/" to "/p1/p2/". (Asger)
2459 - LyXGUI is initialized before documents are loaded, unless "-nw" is
2460   given. The reason is that XForms have to parse the command line before
2461   we know what arguments are documents and which are not. Also, we have 
2462   GUI warnings and error boxes unless the user specified -nw.  As a different
2463   side-effect, this fixes lots of bugs. (Asger)
2464 - Added "\document_path" lyxrc command. (Asger)
2465 - All lyxrc commands that supply paths understand "~/" now. (Asger)
2466 - Removed BUGS.lyx from root dir. If you want to read it, you have to
2467   start lyx, and then it's easier to fetch it under the Help menu. 
2468   Redundancy is bad. The bug file in lib/doc updated. (Asger)
2469 - included part of the OS/2 patch and added support for a
2470   os2_defines.h header file (JMarc) 
2471 - lib/configure now generates a file packages.def containing the list
2472   of LaTeX packages that have been found ; a few fixes (JMarc)
2473 - Help files are not added to the last files list in the 'Files' menu
2474   (JMarc)
2475 - support for inputing latin1 characters using the keyboard's compose
2476   key (JMarc)  
2477 - Mathed changes (a lot):   (Alejandro)
2478   o More natural structure of paragraphs to make easier the introduction
2479     of selection, macros and possibly a good font renderer in a future.
2480   o Removed several hacks. Now the design is cleanner but the cleanup
2481     of the code is not yet finished.
2482   o Fixed several reported bugs and implemented some suggestions.
2483   o Renaming to be consistent with the rest of the names. Now the mostly 
2484     used prefix is "Mathed".
2485   o Builtin macros "binom", "cases", "substack" as a first step toward
2486     minimal AMS support.
2487   o Improved selection: multiline, multicolumn. Still some details have
2488     to be fixed (sometimes it pastes wrong number of columns).
2489   o Removed pixmap and file from math-inset parameters. That could be 
2490     non-threads safe (depending on how threads be implemented).
2491 - new versions of the docs included so that they will reach a bigger
2492   audience (Lgb)
2494 since 0.11.17
2495 - 30% speed-up on rebreak gained yet again after profiling :-) (Asger)
2496 - Layout file system changed: The default font can be declared with the same
2497   syntax as other fonts. Use the "DefaultFont" directive. This supercedes
2498   the obsolete "defaultfamily", "defaulshape", ... directives. See
2499   "article.layout" for an example. (Asger)
2500 - Some memory "profiling" reduced executable size from 711k to 675k :-) (Asger)
2501 - Font handling clean-up continued:
2502   - Font representation changed to mega fast bit table.
2503   - Old bugs with inheritage of font features in nested environments fixed.
2504   - LaTeX font change generation changed to use the \textXX{ } variants.
2505  (Asger)
2506 - Use "\the_end" marker to mark the end of a file. Now ReadLyX2Format reports
2507   whether the reading of a document is complete or not for lyx-format >=2.13. 
2508   (Asger)
2509 - Finally got totally rid of the old math mode. (Asger)
2510 - Font handling cleaned up. Bugs fixed, bugs introduced. This is work in
2511   progress. Don't report bugs. (Asger)
2512 - Color font property added. Work in progress. (Asger)
2513 - Font zoom handling changed to use zoom directive that specifies how
2514   many percent increase in size, you want. Font size handling changed to
2515   use floats internally for better accuracy. (Asger)
2516 - "ref-insert" renamed to "reference-insert". (Asger)
2517 - "buffer-load-auto-save" renamed to "buffer-open-auto-save". (Asger)
2518 - (Updated) Bugs file added under Help menu as "Known Bugs". (Asger)
2519 - Only show TOC pop-up with Reference guide. (Asger)
2520 - Bug with Insert LaTeX figure hacked around. (Asger)
2521 - 30% speed-up on rebreak after profiling results. (Asger)
2522 - LString representation extended with length field. Now LString::length() is
2523   extremely fast, inlined constant time. Abuse as you wish. 
2524   Global srep made local to LString class. (Asger)
2525 - Delay after breaking paragraphs decreased. (Asger)
2526 - Let scrollbar slider fill entire work area when no document is open. (Asger)
2527 - Prevent rebreak when only y coordinate changes. (Asger)
2528 - Prevent crashes when doing stuff on empty work area. (Asger)
2529 - Hundreds of functions changed to use LString const&. (Asger)
2530 - LString speed and memory usage improved. (Asger)
2531 - LString bounds checking removed for non-development releases. (Asger)
2532 - Bugfix in LString::regExp(). "*ab" matches "aab" now. (Asger)
2533 - Various clean-ups. (Asger)
2534 - Bug fix in buffer.C regarding writing of preamble. Lars, we did not
2535   consider case 0, so it was bugged after all :-) (Asger)
2536 - introduced a class FilePtr to be used instead of FILE* (Lgb)
2537 - made a BufferView class (Lgb)
2538 - got rid of OpenFile OpenAllFile and CloseFile in file.[hC] (Lgb)
2539 - cleaned up FD_form_main a bit. (Lgb)
2540 - added a \noun command to lyx.sty (will do for now) (Lgb)
2541 - moved screen (pointer) from class Buffer to class BufferView (Lgb)
2542 - changed the class LyXScreen representation to have a pixmap per object.
2543   This introduced some bugs... However either the LyXScreen must have the
2544   Pixmap as a private variable or the BufferView must have it, eitherway
2545   it cannot be a shared variable among all the LyXScreens. (Lgb)
2546 - moved some funcs from lyx_cb to BufferView (Lgb)
2547 - moved a couple of funcs from Buffer to BufferView (Lgb)
2548 - the title form is now double buffered and the popup time is reduced to
2549   10 secs (from 15) (Lgb)
2550 - MenuOpenByName fixed and renamed to openByName() (Lgb)
2551 - small buf in LaTeX::run() fixed. (Lgb)
2552 - LaTeX if now run only once if no more is needed. (Lgb)
2553 - got rid of form1.C.patch. (Lgb)
2554 - probably some more that I don't remember. (Lgb)
2556 since 0.11.16
2557 - added detection of the ec fonts in lib/configure; fixed a few bugs
2558   there (JMarc)
2559 - new method LString::subst for strings. Hope I implemented it
2560   correctly (JMarc)
2561 - LexRC::printError() now understand a special string $$Token, which
2562   is replaced by the current token; used this in various places to
2563   simplify code  (JMarc)
2564 - most of minibuffer.C interface uses LString now; did the same for
2565   lyx_gui_misc.C and rewrote a bunch of WriteAlert() and
2566   minibuffer->Set() calls. (JMarc)
2567 - new function TmpFileName() which interfaces mktemp() (JMarc)
2568 - Fixes to the epsfig handling; the option 'none' is now understood in
2569   addition to 'default'. (JMarc)
2570 - A few changes in the Makefiles to help the OS/2 port; removed the
2571   -devel thing in configure  (JMarc)
2572 - Optimized a lot of code after profiling a lyx run with loading of a very big
2573   document (The Return of Sherlock Holmes). 15% speed-up gained :-) (Asger)
2574 - Small fixes. (Asger)
2575 - Enhanced droplist combox so that you can drop the choices by clicking
2576   on the text field also. (Asger)
2577 - made a lot of function into member functions of LyXFont (Lgb)
2578 - changed the font loading algorithm a bit, to cope with non
2579   existant fonts (Lgb)
2580 - fixed a bug in toolbar.C reported on lyx@via (Lgb)
2581 - a lot of font handling updated to use enums instead. (Lgb)
2582 - Make spellchecker work again from menu. (Asger)
2583 - LyX prompts an error if closing a file after saving fails. (Asger)
2584 - Bugfixes in file browser. (Asger)
2585 - Changed LyXLex specs a bit to bug-fix document reading. Bug-fixed 8-bit
2586   behaviour. (Asger)
2587 - Finished (almost) bibliography support using insetbibkey and a bibref list 
2588   is updated everytime a cite is edited. Changes marked with ale970302,
2589   looks like a hack until a further cleaning of the code.(Alejandro)
2590   
2591 since 0.11.15
2592 - Fixed bugs with accented chars. (Asger)
2593 - Fixed bug that caused |h|o|r|i|z|o|n|t|a|l| lines. (Asger)
2594 - Various clean-ups. (Asger)
2595 - Prepared LyX for use with XForms 0.84. (Asger)
2596 - Fixed problem with labels and -Mono switch. Labels are palegreen now. (Asger)
2597 - fixed the layoutchoice (Lgb)
2598 - began rewrite of intl.[hC], kbmaps are now completely broken (Lgb)
2599 - some fixing on accents, more is needed. (Lgb)
2600 - made buffers keep a list of bufferViews (not fully implemented) (Lgb)
2601 - the menu is now shorter and the layout choice does not show anything
2602   when no document is loaded. (Lgb)
2603 - the gui init is now last of the inits. This means that no gui is involved
2604   before late. We can now begin to implement command line switches like:
2605   o  -nw   (no-window)
2606   o  -f <func>   execute function (this can only be a subset of functions)
2607   should be possible to do something like: lyx -nw -f print foobar.lyx  (Lgb)
2609 since 0.11.14
2610 - made preliminary index generation using makeindex work. (Lgb)
2611 - Fixed determination of LyX system dir using $PATH if necessary. (Asger)
2612 - LyX allows spaces in document filenames now :-) (Asger)
2613 - Almost implemented Apropos command, except that I don't know how to get
2614   the lyxfunc from a global function (see help.C). (Asger)
2615 - Renamed docu.[Ch] to help.[Ch]. (Asger)
2616 - Moved help text from toolbar to LyXFunc::helpText(kb_action). Now, when
2617   you implement a new command, please add a help-text entry to the table in
2618   lyx_func.C. Many commands still need better help texts. Later, this
2619   table can be used to create pop-up menus. (Asger)
2620 - Changed ranges allowed for LString::operator[]: It is not legal to
2621   access implicit null character at end of string. (Asger)
2622 - Assorted clean ups. (Asger)
2623 - Finished what Jean-Marc started: removed special seperator and
2624   layouts functions for toolbar. Use the "\layouts" and "\separator"
2625   commands instead. (Asger, Lgb)
2626 - LyXlex made more robust: reports errors if lines are too long
2627   instead of crashing. (Asger)
2628 - Fixed Ascent and Decent in a lot of inset because of the above change.(Lgb)
2629 - Some changes that seems to revert recent Lars' changes, but this is
2630   a dialectic process.  :-)   (Alejandro)
2631   o No more need to cast (char const*) from long in Dispatch 
2632     (the only action that had been forced to pass a non-char* argument 
2633      (menu->buffer-write), in fact doesn't accept any argument.) ;-)
2634   o action methods agruped in a new class LyXAction. lyxaction is
2635     one of the very few objects that deserves to be global.
2636   o keyseq is part of the internal state of lyxfunc, should not be separated.
2637     however, keymap can be separated. so I removed bind.C.
2638   o removed several globals, including dispatch variables that are not
2639     used outside Dispatch.
2640   o more unbroken minibuffer; it displays options again and server actions
2641     can be invoked from the minibuffer
2642   o some bugs that caused segf when creating toolbar fixed.
2644 since 0.11.13
2645 - added a method LexRC::printError() for printing error messages
2646   during file parsing; used it in lyxlex.C, layout.C and lyxrc.C  (JMarc)
2647 - Changed toolbar.C to use LString and lyxerr; updated lyxrc (JMarc)
2648 - Changed most occurences of LyXLex::text() to LyXLex::GetString() (JMarc)
2649 - fixed the handling of -g in configure (JMarc)
2650 - fixed the handling of <>|\ for T1 fonts (JMarc)
2651 - unbroke the minibuffer. (Lgb)
2652 - unbroke (almost) the toolbar, some work still needed. (Lgb)
2653 - unbroke keybindings, some work still needed. (Lgb)
2654 - general cleanup + small fix in the bindfiles. (Lgb)
2655 - made lyx backwards compatible with respect to bar (Lgb)
2657 since 0.11.12
2658 - Some cleanups in buffer.C (JMarc)
2659 - The minibuffer is updated when there is a buffer switch; the
2660   filename now uses MakeDisplayPath (JMarc). 
2661 - "Up" is now "Upright" in the Character Layout dialog ; the font
2662   encoding now correctly defaults to "default"  (JMarc)
2663 - Created the function LibFileSearch() to read library files, and used
2664   it in several places (JMarc).
2665 - lyxrc.defaut is now automatically read before lyxrc (JMarc).
2666 - fixed a bug in AddPath() when one of the paths is empty (JMarc)
2667 - Allowed again CXXFLAGS to be overriden in configure (JMarc)
2668 - Fixed the appearance of the LyX banner (JMarc)
2669 - Fixed a bug in \lyxtitle{} that I introduced earlier in a so-called
2670   "cleanup" (JMarc)
2671 - mini-patch in FileInfo.h (jug)
2672 - changed the Document Save Window added Cancel Button (jug)
2673 - Fixed code generation for "--" in typewriter mode to "-{}-". (Asger)
2674 - Obsolete "modern" font state removed. (Asger)
2675 - Micro improvements and bugfixes in lyxrc. (Asger)
2676 - Micro speed- and clean-up by defining LyXFont x = LyXFont... method. (Asger)
2677 - Big performance boost when typing at the end of a paragraph obtained
2678   by ignoring obscure special case. The code is bugged, but I don't
2679   understand it enough to fix it. Matthias, can you help? (Asger)
2680 - New InsetCommand class, a smarter InsetLatex.  (Alejandro)
2681 - Preliminary bibliography and BibTeX support using InsetCommand. (Alejandro)
2682 - got rid of three more global variables. (Lgb)
2683 - moved a few funcs out of file.C (Lgb)
2684 - replaced the bar in LyXFont with misc, should be easy to do things like
2685   crossout or strikethrough now. (a bit buggy yet) (Lgb)
2686 - fixed lyx.fd so that lyx.C.patch is not needed anymore. (Lgb)
2687 - renamed LyXBufferView to LyXView. (Lgb)
2688 - moved the toolbar inside LyXView. (Lgb)
2689 - moved LyXFunc inside LyXView. (Lgb)
2690 - added lots of bugs related to the above changes... (Lgb)
2691 - disabled lyxserver needs some rewrite to function. (Lgb)
2692 - broke the customiable toolbar. If you have your own toolbar
2693   comment it out for the time being. (Lgb)
2694 - broke all bindings, this should be worked on quite fast.
2695   However I decided to release a broken bind anyway. The next
2696   release should come pretty quick. (Lgb)
2697 - renamed LString::isNull and LString::notNull to isEmpty and notEmpty (Lgb)
2698 - broke execution of commands from the minibuffer. The minibuffer should
2699   be moved into LyXView. (Lgb)
2700 - broke math_panel, it asumes global lyxfunc. Fix is needed. (Lgb)
2702 since 0.11.11
2703 - fixed a stupid bug with <>| (JMarc)
2704 - included Alejandro's small mathed patch. (Lgb)
2705 - made a new class FileInfo, use this to get info about files (Lgb)
2706 - make LyX use #foobar.lyx#, foobar.lyx~, foobar.lyx.emergency (Lgb)
2707 - some cleanup and rewrite in filedlg.[hC] (Lgb)
2708 - got rid of symgen.[hC] Finally!! (Lgb)
2709 - deleted lyxparameters.[hC] (Lgb)
2710 - added Id to all object files. (Lgb)
2711 - check to see if autosave file is newer upon loading a file. (Lgb)
2712 - some cleanup in lyx_cb.C and lyx.h (Lgb)
2713 - fixed a bug in LaTeX::run()/LaTeX::deleteAllFiles() (Lgb)
2714 - Use LString in vspace.[Ch]. Updated all callers. (Andre)
2716 since 0.11.10
2717 - Replaced the documentation file browser by several menu items. The
2718   files are searched first in user_lyxdir/doc; in particular,
2719   LaTeXConfig.lyx is found at the right place. (JMarc)
2720 - Added more languages to the languages liste to be up to date with
2721   babel 3.6 (JMarc)
2722 - Corrected the output of <>|\ in typewriter font; replaced \(..\)
2723   contructs with \ensuremath{..}}, since this is not fragile. Commented
2724   out code that conflicts with latin2 encoding. (JMarc)
2725 - Removed the warning when the user_lyxdir/lyxrc file does not exist. (JMarc)
2726 - Completely rewrote the configure script in lib/; it creates a new
2727   lyxrc.defaults file instead of generating the whole lyxrc. This is
2728   however useless until LyX reads this file (JMarc).
2729 - Fixed GetBool bug. Sheesh, this is an old one. Wonder why nobody
2730   noticed... (Asger)
2731 - Fixed bugs in NameToPath() and FileOpenSearch(). (Asger)
2732 - Implemented spellchecker lyxrc commands. (Asger)
2733 - Man page updated. (Asger)
2734 - Included the relevant parts of Petr MejzlĂ­k's latin-2 patch. (Asger)
2735 - Updated lyxrc. (Asger)
2736 - Implemented reconfigure command that starts configure in user lyx
2737   directory and reloads lyx.defaults. (Asger)
2738 - README updated to new scheme and rearranged such that the most important
2739   stuff for a general user is at the top. (Asger)
2740 - \input command changed to search current directory, user lyx dir and then
2741   system lyx directory. This has the nice side-effect that lyxrc.defaults
2742   is read. (Asger)
2743 - \bind_file command changed to search in user lyx bind dir and then in 
2744   system lyx bind dir. (Asger)
2745 - Removed \lyx_layout_lib lyxrc command. (Asger)
2746 - Changed the ~/.lyx creation process as Jean-Marc suggested. (Asger)
2747 - Changed ~/.lyx dir to be hardcoded, i.e. never ~/.lyx-devel/. (Asger)
2748 - Copyright & Warranty missing display fixed. (Asger)
2749 - Search paths changed to new  ~/.lyx/ scheme: $User/dir;$LyX/dir. (Asger)
2750 - A lot of real fixes that help the OS/2 port without hurting us. Most of 
2751   these changes were present in slightly different form in a patch S. Miyata
2752   prepared. I suggest that S. Miyata prepares a new OS/2 patch with inclusion
2753   into the main LyX source distribution in mind. It will hopefully be a lot 
2754   smaller now, and thus no problem for unix LyX. (Asger)
2755 - Removed pedantic question "Are you really sure you want to quit?" (Asger)
2756 - Finally fixed reading error (and removed the strip thing). (Asger)
2757 - Bumped LYX_FORMAT to 2.11. (Asger)
2758 - Fixed file browser in connection with Save As. (Asger)
2759 - A few bug fixes in menus.C and lyxfunc.C. (Asger)
2760 - A few changes and suggestions for LString use in lyx_sendfax_main.C. (Asger)
2761 - Toolbar and scrollbar buttons are borderwidth -2 to provide visual 
2762   feedback. (Asger)
2763 - Copyright and Warranty options merged into one new form. (Asger)
2764 - Credits form text wrapped to meet Jean-Marc's system's demands. (Asger)
2765 - Document, spellchecker and paragraph forms size fixed. (Asger)
2766 - Updated the Ascii-Export and Fax-Support to use LString (Juergen)
2767 - Corrected some bugs in Ascii-Export introduced in 0.11.x (Juergen)
2768 - Remade the Fax-Support-Form to be equal as the other forms
2769   in LyX (fixed also the FL_CANCEL, for closing form) (Juergen)
2770 - Bug concerning LinuxDoc: Now enumerate and itemize at document-end
2771   ok. (Bernhard)
2772 - Wrong written 0-Bytes eliminated (Bernhard)
2773 - Bug that caused crash on start-up fixed. (Asger)
2774 - New commands added:
2775         buffer-fax
2776         buffer-make-nice-latex
2777         buffer-make-linuxdoc
2778         buffer-make-ascii
2779   Keybindings added. (Asger)
2780 - Started to implement .lyx directory handling. This is incomplete and
2781   results will be bad. (Asger)
2782 - Label bugs in keyboard form fixed. (Asger)
2783 - Filedialog keyboard handling and close handling rewritten. This
2784   required quite a few changes and a dirty timer hack because of
2785   missing xforms modal dialog features (it would have been a snap
2786   with Qt). Result is that the file dialog is perfect :-) (Asger)
2787 - If you specify a pattern starting with a ".", the file dialog will
2788   show hidden files (impossible to get such before). (Asger)
2789 - Improved display of long filenames in pop-up dialogs. (Asger)
2790 - Possible to load any filename. (Asger)
2791 - Fixed sources for "config.h" errors, and now the #undef __STRICT_ANSI
2792   thing works. No warnings when compiling :-) (I didn't fix the
2793   configure bug that comments out the #undef directive) (Asger)
2794 - Small fix in lyx_cb.C
2795 - Fixed phonebook bugs introduced in my last patch
2796 - Put default path for phonebook to $(HOME)/.lyx/phonebook [user_dir]
2797 - Fixed the above #undef directive and a few other things (JMarc)
2798 - Finished the implementation of .lyx directory handling. A few
2799   problems remain; renamed system.lyxrc to lyxrc (JMarc) 
2801 since 0.11.9
2802 - Font size in all forms changed to FL_NORMAL from FL_MEDIUM to correct
2803   problems. (Asger)
2804 - When you run "lyx filename.lyx" where filename.lyx does not exist,
2805   LyX asks if you want to create a new document with this name. (Asger)
2806 - MenuNew and MenuOpen more intelligent. (Asger)
2807 - MenuSaveAs more intelligent and uses file browser. (Asger)
2808 - Fixed a bug which caused problems with the default background 
2809   and selection colors. (Asger)
2810 - Implemented three new commands:
2811         buffer-typeset-ps: Updates PostScript file.
2812         buffer-new-template: New file from template.
2813         buffer-reload: Revert to saved file
2814   The buffer-new command has been changed to not ask for a template.
2815   The item "Run LaTeX" in the file menu has been renamed to "Update dvi".
2816   The buffer-typeset-ps has been added to the file menu as "Update PostScript".
2817   The buffer-reload has been added to the file menu as "Revert to saved".
2818 - File menu entry Quit renamed to Exit again. This is what Motif, Windows,
2819   OS/2 and KDE applications uses. Why shouldn't we? (Asger)
2820 - Keybindings updated. (Asger)
2821 - Bug when inserting an empty label name fixed. (Asger)
2822 - lyx_cb.C restructured and somewhat cleaned up. (Asger)
2823 - Main form layout slightly changed. Now, it's not as compact as before, and
2824   the scollbar is closely attached to the work area and has a new improved
2825   appearance. Also, a hack makes it possible to position the toolbar where
2826   the coder wants (previously, it was hardcoded). (Asger)
2827 - Re-implemented the borderwidth -1 setting which got lost in the patch
2828   plethora (this time it's a global border-width). (Asger)
2829 - A few not-so-good things about Robert's patch fixed: 
2830         <lyx_cb.h> -> "lyx_cb.h"
2831   and LyX would hang if the spellchecker was closed when a session was 
2832   started. Now, the spellchecker ignores the close-request (temporary
2833   remedy). (Asger)
2834 - began cleanup that shall lead to multiple frames and buffer visible
2835   at the same time. (Lgb)
2836 - changed parameter list to lyxfunc Dispatch(char const*, long) so that
2837   almost everything can be passed as argument (perhaps this should have 
2838   been void* (Lgb)
2840 since 0.11.8(-2)
2841 - #undef'ine __STRICT_ANSI__ when gcc is used to work around -ansi
2842   problems. (Jean-Marc) 
2843 - Fix the code that finds gcc's default include path. (Jean-Marc)
2844 - add a new flag --with-gcc-hack to configure to allow re-compilation
2845   without optimization after an error. (Jean-Marc)
2846 - remove a few unused files. (Jean-Marc)
2847 - Updated README file. (Asger)
2848 - Comment about -sDEVICE=x11alpha in system.lyxrc.in added. (Asger)
2849 - Help text updated with the new -xpos and -ypos parameters. (Asger)
2850 - Fixed small bug that occured if you provided background_color, but not
2851   selection_color. (Asger)
2852 - Made margins in the main window smaller so that the editing area is
2853   bigger. Should improve usage on small screen. (Asger)
2854 - Fixed wrong \ps_renderer command. Now it's renamed to \ps_picviewer and
2855   system.lyxrc.in has been updated accordingly. Thanks for Jean-Marc for
2856   discovering this one. (Asger)
2857 - Math hard-space display bug fixed. (Asger)
2858 - Renamed latex.[Ch fd] to latexoptions.[Ch fd] to avoid namespace conflict
2859   on case-insensitive platforms (OS-2). (Asger)
2860 - A few other small fixes. (Asger)
2861 - Moved CREDITS file to lib/ directory. Makefile.in updated. (Asger)
2862 - Updated man page. (Asger)
2863 - All forms redesigned to be 100dpi compatible and usable on 640x480 
2864   displays. Many forms are now smaller. (Asger)
2865 - Cross-reference dialog improved. (Asger)
2866 - Valsliders in document form changed to counters. (Asger)
2867 - Graphics for math decorations improved. (Asger)
2868 - New spellchecking option: Input Encoding option for ispell. (Asger)
2869 - Use "visual: default" instead of the "depth:8" which caused problems.
2870   I think this solution is better than "depth:best" which introduces
2871   warnings on my display. I hope this works for everybody. XForms
2872   does not provide good support in this area. (Asger)
2873 - Implemented new options: -xpos and -ypos that specify where the
2874   main form should be positioned. You have to specify both x and y 
2875   before the position is used. Negative positions are ignored. 
2876   If no valid position is specified, the default is to center the main form.
2877   Remember that all command line switches can also be given as X
2878   resources. Now I happily have
2879       lyx*width: 1016
2880       lyx*height: 712
2881       lyx*xpos: 0
2882       lyx*ypos: 0
2883   in my .Xdefaults. (Asger)
2884 - The file dialog does not display hidden files. (Asger)
2885 - Created two functions in lyx_cb.C: CancelCloseBoxCB() and 
2886   IgnoreCloseBoxCB() that do nothing and return FL_CANCEL and
2887   FL_IGNORE resp. Added lots of fl_set_form_atclose() calls (one
2888   for each form) to protect LyX from being killed when a dialog's
2889   close box is pressed. In most situations CancelCloseBoxCB is 
2890   hooked in, which is like pressing the Cancel button. In some
2891   situiations, however, IgnoreCloseBoxCB was used (fax and file
2892   dialogs), because using the Cancel variation resulted in strange
2893   behavior. The authors of fax and file dialogs should look into
2894   it. (RvdK)
2895 - Couldn't help it. Once again changed the GUI depth from 2 to 1 
2896   pixel. I promise I won't change it again, so if you don't like 
2897   it, replace the -1 in -2 again in LyXGUI::setDefaults(). (RvdK)
2898 - replaced int FontEqual(...) with bool operator==(...) (and !=)(Lgb)
2899 - cleaned up a little namespace pollution (Lgb)
2901 since 0.11.7
2902 - Finally implemented MakeDisplayPath and RegexpMatch so that the
2903   pattern in the filebrowser is respected. Also, links are
2904   displayed correctly in the filebrowser now. 
2905   Now it seems that the introduction of LString to all path and
2906   filename stuff has been completed. (Asger)
2907 - Fixed a bug in the fileselector. (Asger)
2908 - Implemented \ps_renderer lyxrc command to allow setting of which 
2909   program to use for rendering postscript pictures. (Asger)
2910 - Implemented \ps_viewer and \dvi_viewer lyxrc commands to allow
2911   setting of which programs to use to view postscript and dvi files
2912   respectively. The \dvi_viewer command make the old xdvi_options
2913   command obsolete. system.lyxrc updated to reflect all of this.
2914   Also updated menus to reflect this. 
2915   *NOTICE* Change of short-cut keys in file menu. (Asger)
2916 - Fixed determination of LyX system dir as Jean-Marc suggested. (Asger)
2917 - Fix bugs in Makefile.in regarding make bindist. (Asger)
2918 - Fixed few bugs in man page. (Asger)
2919 - New way of determining the LyX system directory: (Asger)
2920         // Directories are searched in this order:
2921         // 1) LYX_DIR environment variable
2922         // 2) path of binary/../
2923         // 3) path of binary/../lib/name of binary/
2924         // 4) hardcoded lyx_dir
2925         // The direcory is checked for the present of the file
2926         // "chkconfig.ltx", and if that is present, the directory
2927         // is accepted as the system directory.
2928         // If no chkconfig.ltx file is found, a warning is given,
2929         // and the hardcoded lyx_dir is used.
2930 - New command line options: -help and --help (Asger)
2931 - Small bugfixes. (Asger)
2932 - moved the files around to reduce the clutter in the main directory;
2933   removed some old files. (Jean-Marc)
2934 - moved the data files in the lib/ directory. Changed the directory
2935   search rule 2) above to "path of binary/../lib" (Jean-Marc) 
2936 - implemented the new and improved configuration tool in
2937   lib/. (Jean-Marc)
2938 - added a replacement for the strerror() function for SunOS 4.1.[123]
2939   (Jean-Marc and Stephan) 
2940 - added -ansi has a default gcc compile flag (Jean-Marc)
2941 - minor bug fix in buffer.C (Jean-Marc)
2942 - output characters [, ] and * between curly braces to avoid problems
2943   with optional arguments (with e.g. \item and \\) (Jean-Marc)
2944 - small cosmetic changes in lyx_sty.h (Jean-Marc)
2945 - Added new document parameter "Default Skip".  Used for parskip when
2946   separation method is "skip"; and for individual detached paragraphs 
2947   when separation method is "indent".  Added new user functions 
2948   "break-paragraph-skip", "delete-backward-skip", "delete-forward-skip", 
2949   for easy input of detached paragraphs. (Andre)
2951 since 0.11.6
2952 - Some of the stuff that Shreeniwas redone or reversed because of
2953   problems with other compilers. (Asger)
2954 - Some work done to use Error-class. (Asger)
2955 - Spellchecked a bunch of files, and cleaned README as Alejandro
2956   suggested. (Asger)
2957 - Shreeniwas Sapre const-char cleaned LyX and some other stuff.
2958 - Fixed a bunch of bugs, and now even the fileselector works. (Asger)
2959 - removed support for old lyx format. (Lgb)
2960 - fix in NameToPath (caused index error) (Lgb)
2961 - removed a couple of leaks. (Lgb)
2963 since 0.11.5
2964 - 80 files changed to use LString more. A number of bugs fixed, and
2965   a number of bugs introduced.(and removed) (Asger)
2966 - added rotation of wysiwyg-figures. (Henner)
2967 - Tried to fix (again!) the interaction between " and german styles (Jean-Marc)
2968 - Cosmetic changes to paper.layout (Jean-Marc)
2969 - Added "glue" to LyXLengths. In the Layout Paragraph dialog, Vertical
2970   Spaces, you may write now: "1cm +4mm -2mm", "1+0.1-0.2 in", or
2971   "10+-2pt", for example. (Andre)
2972 - Fixed some bugs related to the introduction of "char const*".  (Alejandro)
2973 - Back to don't skip a char to leave mathed with arrow keys. (Alejandro)
2975 since 0.11.4
2976 - Converted to LString, documented and bugfixed inseterror, insetinfo, 
2977   insetlatex and insetlatexdel, and some other small stuff. (Asger)
2978 - Changed way of opening insets from doubleclick to singleclick. Now
2979   doubleclick is only used for selecting words, and everything is
2980   logical IMO. (Asger)
2981 - added `-devel' suffix to the name of LyX binary and LYX_DIR for
2982   development version. Bug fixes to configure (Jean-Marc)
2983 - several changes here and there to help compile with DEC's cxx, which
2984   looks very picky. (Jean-Marc)
2985 - Enhanced layout paragraph dialog, disallow illegal input. (Andre Spiegel)
2986 - switch from "const char *" to "char const *" (Lgb)
2987 - more stringificaton and lyxlexifications (Lgb)
2988 - added a bug that won't go awat :-( (Lgb)
2990 since 0.11.3
2991 - Implemented new display of optional hyphens: a small red dot
2992   and converted insetlatexdel.[Ch] to use LString. (Asger)
2993 - Fixed a number of LString bugs in insetlatexaccent.C. (Asger)
2994 - Fixed a typo in lastfiles.C. (Asger)
2995 - obviously very last kernel-bug fixed ;-) (Matthias) (0.10.8)
2996 - Enhanced Vertical Spaces in the Layout Paragraph dialog. (Andre Spiegel)
2997 - Added more units to LyXLength + other small changes (Lgb)
2998 - LyX can now be built for several architectures simultaneously, as
2999   long as your Makefile understands `VPATH' (Jean-Marc)
3000 - small configure fixes (Jean-Marc)
3001 - LString fix and addons (Lgb)
3002 - fix to layout combox (LyX)
3003 - some more changes to InsetLaTeXAccent (Lgb)
3004 - implemented algorithm for multiple LaTeX runs (Lgb)
3005 - switched to autoconf 2.11. Things are somehow cleaner, but there
3006   might be new bugs (Jean-Marc). 
3007 - 'make depend' now uses X11's makedepend by default (Jean-Marc)
3008 - commented out the 'abstract' layout in book.layout (Jean-Marc)
3009 - lyx now uses lyxlex to do the file reading (almost), however I have not
3010   been able to track down all the bugs, so please help (Lgb)
3011 - also recursive decent through the paragraphs when printing (Lgb)
3012 - a new function in lyxlex nextToken (Lgb)
3013 - fix in Makefile.in to make (gnu)depend work. added -I../images (Lgb)
3015 since 0.11.2 
3016 - Implemented two new lyxrc commands: (Asger)
3017     \num_lastfiles int -> defines the maximal number of lastfiles
3018     \check_lastfiles bool -> should the lastfiles be checked for existance?
3019 - Small changes in comments in system.lyxrc. (Asger)
3020 - Changed default width of Ascii export from 80 to 75. (Asger)
3021 - Implemented display of current document's filename in window title. For
3022   this, I introduced a new file: lyx_gui_misc.[Ch] where different,
3023   simple GUI specific routines should go. (Asger) (not used yet)
3024 - A bunch of spelling errors in comments all over corrected. (Asger)
3025 - New info in README: how to submit a patch, other internet resources.
3026   More finetuning. I'm getting tired of README :-) (Asger)
3027 - Bugfixes in lastfiles. It should be pretty robust now. (Asger)
3028 - Changed behaviour on how to open floats like footnotes and margin notes:
3029   Now such are opened with a single left click instead of a double click.
3030   That's easier and IMO more logical. (Asger)
3031 - File menu changed back to New, Open... as it should be. (Asger)
3032 - Added warnings to lyxlex, so that bad integers, floats and boolean are
3033   reported to the user. True is still false to LyX, but now the user is
3034   told. (Asger)
3035 - Small fixes to lyxfunc (not yet finished) (Alejandro) 
3036 - Added documentation for mathed (Alejandro) 
3037 - Fixed a small bug in LString that caused a segfault
3038   at starting (Alejandro) 
3039 - Small enhancements to the doc support: unified the directory names using
3040   srcdoc, modified makepatch to avoid srcdoc dir, changed a line in paths.h
3041   that caused a 20MB image, etc.   (Alejandro)
3042 - re-applied a patch to configure that I managed to delete (Jean-Marc)
3043 - moved the configure stuff to config/; added a new option
3044   --with-extra-prefix to configure. (Jean-Marc)
3045 - fixed the bugs introduced by the above patch :-P (Jean-Marc)
3046 - RunLaTeX() moved to Buffer (Lgb)
3047 - new operators for LString (Lgb)
3048 - Bugs fixed in LString (needs still work) (Lgb)
3049 - LyXTextParameters does no longer exist (Lgb)
3050 - All inset classes now have their own files (Lgb)
3051 - insetlatexaccent modified is now much more strict in what it accepts.
3052   all kmap files updated to reflect this. Accentcode in lyxfunc also 
3053   modified. (Lgb)
3054 - new accent: ogonek (terrible on screen, someone fix this please) (Lgb)
3055 - introduced LString in a lot of new functions (Lgb)
3056 - removed the 'W' modifier now we have `S`, `C` and `M` (Lgb)
3057 - other small changes in lyxfunc (Lgb)
3058 - split buffer and bufferlist into two files (four) (Lgb)
3059 - use fwrite to print out strings in a couple of places (Lgb)
3060 - more source documentation (Lgb)
3062 since 0.11.1
3063 - Updates to configure, chklatex.ltx and README files (Jean-Marc)
3064 - Added maketitle stuff to report.layout and book.layout (Jean-Marc)
3065 - added a temprary sting class "LString" (Lgb)
3066 - update to amsart.layout (David)
3067 - fix to menus.C + swaped first two items in File (Lgb)
3068 - changed LastFiles to use the LString class + more checks (Lgb)
3069 - lots of small fixes and shuffling of code... (Lgb)
3070 - Created the class LyXFunc from stuff of the file "keybind.C"
3071   and cleaned the code at the same time. Encapsulated the functionality of
3072   the dispatcher, reorganized the code (the keyboard specific stuff has been
3073   separated from the main dispatcher). Also separated the class declaration
3074   from the kb_action tags.  (Alejandro)
3075 - A new file about coding rules. Created a subdirectory in the development
3076   subdir for related documents.   (Alejandro)
3077 - began using doc++ to document the sources. (Lgb)
3078 - source (*.[HCh]) moved to src (Jean Marc, Lgb)
3079 - more work on lastfiles.[hC] (Lgb)
3080 - file dialog stuff (Andre)
3081 - if you are planning  to do something tell me about it. (Lgb)
3083 since 0.11.0
3084 - applied the ->ascii and fax patch
3085 - begining of more OO framwork to divide GUI from LyX kernel. (Lgb)
3086 - some work on lastfiles.[hC] to make it GUI unaware. (Lgb)
3087 - try to get rid of init() (in lyx_cb.C) (Lgb)
3088 - added fix from JC 
3090 since 0.10.7
3091 - made lastfiles use lyxlex. (Lgb)
3092 - began cleanup, added main.C, lyx_main.h, lyx_gui.[Ch] (Lgb)
3094 since 0.10.6
3095 - Created (Alejandro) and enhanced (Jean Marc) foilsTeX class.
3096 - Updated the README file once again to make it more user friendly. (Asger)
3097 - Added four new commands: paragraph-up[-select], paragraph-down[-select]
3098   that are bound to ctrl+up/down in both emacs.bind and pc-modern.bind. (Asger)
3099 - Changed backspace & delete to use real "Cut" if we have a selection. (Asger)
3100 - One real memory leak fixed in paths.C plus a bunch of delete[]s. (Asger)
3101 - Updated README with info on the new organization and added a paragraph
3102   about the chkconfig.ltx stuff. (Asger)
3103 - Changed spellchecker once again: Only real words are passed to ispell. 
3104   Words are a-z A-Z and all codes above 192. Added "ignore word" button which
3105   ignores the current word once. A few, hidden memory leaks fixed. (Asger)
3106 - Fixed filebrowser so Rescan works without changing focus. (Asger)
3107 - Updated sample.lyxrc to keep in synch with system.lyxrc. (Asger)
3108 - Fixed non-closing macro mode bug when closing mathinsets  (Alejandro)
3109 - Left/right keys moves 1 space the cursor after close math mode (Alejandro)
3110 - better detection and handling of SCO in configure (Jean-Marc)
3111 - better error handling in configure (Jean-Marc)
3112 - new fix to autoconf to handle fussy C++ compilers (Jean-Marc)
3113 - small color change to toolbar icons. (Lgb)
3114 - "Reference" changed to "References" in layout files. (Lgb)
3115 - added a Code_Rules file in development. (Lgb)
3116 - added a few more XFlush() (Lgb)
3117 - changed "References" to "Bibliography" in report.layout and book.layout
3118   according to Lamport. (Lgb)
3119 - small cursor fixes (Matthias)
3120 - updated chkconfig.ltx to be easier to understand and added support
3121   for the foils layout (Jean-Marc) 
3122 - added support in chkconfig.ltx for the standard document classes,
3123   including slides (Jean-Marc) 
3124 - the execution of chkconfig.ltx is now done at configure time instead of
3125   install time (Jean-Marc)
3126 - fixed a bug with columns settings when the file is saved (Jean-Marc)
3127 - changed some of the bahaviour in floats: empty paragraphs now is deleted,
3128   this also implies that you explicit much add a caption (if you don't
3129   edit it at once). (Lgb)
3130 - removed some gcc specific #ifdef's (Lgb)
3131 - initialization bug fixed in spellchecker.C (Lgb & Asger, with help :-) )
3132 - changes to make LaTeX's thebibliography work (Lgb)
3133 - Added support for different input encodings at ispell interface. (?)
3134 - a cursor positioning bug in tables fixed (Matthias)
3135 - table refinements (Matthias)
3137 since 0.10.5
3138 - fixed the selection stuff for the new selection-way (fast_selection false)
3139   for search-replace and the spellchecker (Matthias)
3140 - highly editable insets (for example mathinsets) can be opened with 
3141   char-forward and char-backward now (Matthias) 
3142 - Fixed the clear-bug with auto-delete-selection. Now it should be
3143   easier to fill out templates with address layouts (Matthias) 
3144 - Added a README.new_templates. Fixes to some templates. (Matthias)
3145 - small other fixes (Matthias)
3147 since 0.10.4
3148 - Fixed infinite-loop bug in paths.C   (David & Alejandro)
3149 - Fixed small bug in mathed_init_fonts   (Alejandro)
3150 - Added a break-paragraph when inserting display inset
3151   inside a text paragraph (provisional solution)    (Alejandro)
3152 - Allow to insert things like "\alpha\alpha" in mathed's macro mode (Alejandro)
3153 - Small clean up of Buffer.C   (Alejandro)
3155 since 0.10.3
3156 - Support for colored selection in math mode  (Alejandro)
3157 - Now it's possible to unlock an inset with cursor keys  (Alejandro)
3158 - improvements to the configure script for SCO (Jean-Marc)
3159 - tiny updates to configure.in and chkconfig.ltx (Jean-Marc)
3160 - more improvements to the --with-broken-const option and to 
3161   the binary distribution target of Makefile.in (Jean-Marc)
3162 - fix to compile on other compilers than gcc (Lgb)
3163 - correct the --with-two-colors bug (?)
3164 - fixed some of the bw icons (Lgb)
3165 - increased buffersize in NextToken in symgen.C and figinset.C (Lgb)
3166 - added a check for NULL in MakeRelPath, this check is no good... (Lgb)
3167 - test compiled on sgi 5.3, solaris 2.5, and SunOs 4.1.3  (Lgb)
3168 - Smarten up the spellchecker. Now it really works with 8-bit languages
3169   and the "escape chars" from spelloptions are respected. (Asger)
3170 - Bugfixes in lyxfont.C (Asger)
3171 - support for background and selection colors. Rubbanding still
3172   supported by setting \fast_selection in either lyxrc or commandline
3173   argument (Matthias)
3174 - fixed a very old bug that sometimes didn't let figures appear :-)  
3175   The selection is no more cleared when updateting insets, too (Matthias)
3176 - fixed a bug with footnotelabels that have been printed with fixed-font since
3177   0.10.1 thanks to the FootColor-patch, NOT done by me... (Matthias)
3178 - made the text-in-box insets a bit larger and drawed a rectangle around
3179   to look better with background colors.  Also fixed the LabelInset that 
3180   drawed itself over its size! (Matthias)
3181 - changed commandline-option InsetColor to NoteColor since this
3182   only changed the color of the Note-Inset. (Matthias)
3183 - small fixes in LyXText::SetHeightOfRow(...)
3184   for nicer screenprinting (Matthias)
3185 - few improvements to locked inset cursor handling (Matthias)
3186 - ran lyx through purify: no leaks (Lgb)
3187 - stupid, but good change to LyXFont (Lgb)
3188 - fix to Combox.C (?)
3190 since 0.10.2 
3191 - Fixed a display related bug. (Alejandro) 
3192 - All binary operators and relations are displayed correctly (Alejandro)
3193 - New command to let users modify a math font size (Alejandro)
3194 - Implemented multiple labels for eqnarrays (Alejandro)
3195 - Implemented a command to supress the equation number for a 
3196   single line. (Alejandro)
3197 - Limited local selection for math insets (Alejandro)
3198 - improvements to the configure and chkconfig.ltx scripts (Jean-Marc)
3199 - fixed label-printing for David's smallcaps-labels (Matthias)
3200 - internally middle mouse paste (only highlighted text, only
3201   inside one buffer. Will be improved in the near future so that
3202   LyX really helds the X-Primary-Selection...hopefully) (Matthias)
3203 - new function "break-paragraph-keep-layout" bind to "M-Return" in
3204   the bindfiles that also keeps the current depth (Matthias)
3205 - Spellchecker options code rewritten. (Asger)
3206 - Minor bugfixes in spellchecker. (Asger)
3207 - chkconfig.ltx language clean up. (Asger)
3208 - Missing shortcuts added to menus. (Asger)
3209 - File-menu context-dependent on textclass. (Asger)
3210 - Yet another clean up of the README file. (Asger)
3212 since 0.10.1
3213 - open floats are now in a red box with a small label at the top-left 
3214    corner  (Matthias)
3215 - opening of floats with dbl-click, closing with click on the label (Matthias)
3216 - popup on right-mouse when inside a float, therefore changed table-popup
3217    to appear only when the hit was on the table (Matthias)
3218 - figure- and tablefloats are now open after loading (Matthias)
3219 - put "insert primary selection (lines)" on the middle-mouse (Matthias)
3220 - small bugfix concerning nested environments and layouts with 
3221     top_label or centered_top_label (Matthias)
3222 - very small fix to the layout-desciption of abstract layout (Matthias)
3223 - documents no longer marked as changed after processing of  figinsets.
3224    Therefore UpdateInset got a "mark_dirty"-boolean parameter (Matthias)
3225 - no more undo stored when entering highly-editable-insets (mathinsets), 
3226    but when these are changed  (as LYX_UNDO_INSERT). This is called by
3227    mathinsets via LockedInsetStoreUndo(). Several other minor fixes to 
3228    undo-handling with insets (little steps forward completly transparent
3229    mathed-integration)  (Matthias)
3230 - new inset feature "const char* EditMessage()" that appears in the minibuffer
3231    when editing. So no missleading "Opened inset" anymore... (Matthias)
3232 - Added experimental chkconfig.tex which check for the availability of
3233   some packages. It should be expanded if there is interest. (Jean-Marc)
3234 - Added new layout to support the paper.cls documentclass. (Jean-Marc)
3235 - Added reverse video and monochrome support to lyx, through the use of
3236   switches: -Reverse -Mono -MathColor -MathFrameColor -FootColor -FillColor
3237   -OnOffLineColor -LatexColor -InsetColor -LightedColor.
3238   The switches default to the present configuration.
3239 - enhancements to configure script with latex autodetection
3240 - new functions: file-insert, file-new, file-open (Uwe)
3241 - support for fancyheadings (Uwe)
3242 - Changed default placement of dialogs to be around mouse to improve
3243   keyboard usage. (Asger)
3244 - Changed appearance of labels from "\label{name}" to "name" in a
3245   grey box. (Asger)
3246 - Fixed small errors in a few bubble-help texts. (Asger)
3247   
3248 since 0.10.0
3249 - implemented a bubble-help for the icons (Matthias)
3250 - updated lyx.C to fit with the lyx.fd file (Headings sizes now Large)
3251   (Matthias)
3252 - filebrowser gets a suggested field now, i.e. "newfile" when
3253   creating a new file, otherwise it is cleared (Matthias)
3254 - borderwidth set to -2 for visual feedback when clicking on icons (Matthias)
3255 - small bugfix in UpdateInset (Matthias)
3256 - marked "Formula" and "Numbered Formula" layouts a obsolete.
3257    Search for "Obsolete Layouts" in lyx_cb.C (Matthias)
3258 - lastfiles::newfile now called when writing or loading a file, not anymore
3259    when just calling newfile  (Matthias)
3261 since pre0.10.3
3262 - \cline support for tables => vertical multicolumns (Matthias)
3263 - reimplemented the keyboard-control for the combobox (Matthias)
3264 - mathinsets now work in latex commands. This was done by adding
3265    "fragile" as a parameter to the insets' Latex feature. (Matthias)
3266 - the reference-box now shows mathinset-labels, too. Will still work
3267    when mathinsets allow several lables (Matthias)
3268 - cut/copy-selection fixes (also table copy bug) (Matthias)
3269 - floats at beginning of description fixed (Matthias)
3270 - fixed two serious bugs in text-class (ptr-par instead of ptr->par) (Matthias)
3271 - autosave interval default changed from 120 to 300 because of the undo
3272   feature. (Asger)
3273 - Added ctrl+ins for copy, shift+del for cut, and shift+ins for paste
3274   to the pc-modern bind file. (Asger)
3275 - Added info on how to submit a patch to README. (Asger)
3276 - added options \kbmap, \kbmap_primary, and \kbmap_secondary to lyxrc. (Lgb)
3277 - added DEBUG_KBMAP (Lgb)
3278 - border with set to (-)1 some new icons included and old ones modified.
3279   This still needs some tuneup.
3280 - fixed a long time bug in QuitLyX() (Lgb)
3281 - some (very) small changes to the main window. (Lgb)
3283 since pre0.10.2
3284 - fixes to make LyX compile on SGI CC (Xiaokun)
3285 - rework of combox (true pop-up and grabbing) (Alejandro)
3286 - combox used in Layouts->Document. (Alejandro)
3287 - allow default.map (should we provide one?) (Lgb/Jacques)
3288 - fixed bug in intl.C. This one has been there ever since I changed
3289   intl.C to use the structures in tex-defs.h insetad of its own. Several
3290   people have tried to fix this, but they have only fixed the sympthoms, not
3291   the real problem. Hopefully it is correct now. (Lgb)
3293 since pre0.10.1
3294 - rework of DeleteLineForward, DeleteWord[Forward, Backward] (Matthias)
3295 - fixes to undo and delete-empty-paragraph-mechanism (Matthias)
3296 - small change to emacs.bind to fit more with X-Emacs [home, end] (Matthias)
3297   (these are only included in comments, GNU Emacs does not
3298     have these bindings [Lgb])
3299 - few small fixes (Matthias)
3300 - several small fixes (posted to lyx@via)
3301 - combox now used in Options->Keyboard. Should not introduce new bugs, but
3302   something is still wrong in intl.C (Lgb)
3303 - added activate(), deactivate() to Combox (Lgb)
3305 since 0.9.28
3306 - Visual label and numbering for equations  (Alejandro)
3307 - Proper handle of locked insets in buffer  (Alejandro)
3308 - Several Mathed misfeatures fixed  (Alejandro)
3309 - Math forms cleaned up. (Asger Alstrup)
3310 - Bug in system.lyxrc fixed: Fontencoding back to T1. (Asger Alstrup)
3311 - Added new --with-broken-const option to configure (Jean-Marc)
3312 - Checked in all file that config.h is the first to be #included (Jean-Marc)
3313 - Update to INSTALL and README.bin (Jean-Marc)
3314 - correct undo enabled for delete-word[line] functions (Matthias)
3315 - print-to-ps-file now prints in the directory of the document (Matthias)
3316 - little table bugfix (too wide margins in multicolumns) (Matthias)
3317 - copy & paste bugfix to avoid half tables (Matthias)
3318 - toolbar-fixes: pointer_grab with sb_right_cursor and 
3319   disabling of other widgets when the layout-choice is down.
3320   Now the layout-choice should behave like a real widget :-) (Matthias)
3322 since 0.9.27
3323 - reenabled "lyxquote"-macro in lyx_sty.h and file.C as "lxq". (Matthias)
3324 - Improved inset-locking. Now every buffer can have its own 
3325    the_locking_inset (Matthias)
3326 - new layout-description command "latexclass", few delete[] fixes  (Matthias)
3327 - linux-doc-sgml-bug concerning footnotes fixed (Matthias
3328 - fixes to paragraph enumeration in footnotes (Matthias)
3329 - another fix to the DepthCB-stuff (Matthias)
3330 - deleteting tmpbuf when exiting re-enabled (Matthias)
3331 - fixed the INOUT-bug with menus (Matthias)
3332 - avoids display-insets in tables (Matthias)
3333 - correct placement of error boxes even with mathinsets in 
3334    document (Matthias)
3335 - rework of figinsets path-handling. Now figinsets use an
3336    absolute path internally, what is hidden for the user.
3337    You will see the effect when moving a figinset into
3338    another buffer. See figinset.C for further details (Matthias)
3339 - filebrowser to create new document (Matthias)
3340 - small other fixes (Matthias)
3341 - Change to configure to check that the xforms library is 0.81 (Jean-Marc)
3343 since 0.9.26
3344 - Several Mathed improvements: better limits display, visual decorations
3345   and accents, spaces, oint, single greek, dots, etc.  (Alejandro)
3346 - bugfixes and little enhancement for insert-reference (Matthias)
3347 - new functions layout-character, layout-document, layout-paragraph,
3348    layout-quotes, font-roman, little fixes (Matthias)
3349 - little changes to menus and bindfiles (Matthias)
3350 - dvips set as epsfig-driver in system.lyxrc (Matthias)
3351 - small fix to LyXText::OpenStuff and OpenMathInset(Matthias)
3352 - changes to lyx_sty.h to avoid floats on pages with
3353    lyx-title-layout (Matthias)
3354 - few figinset fixes concerning memory (de-)allocation(Matthias)
3355 -  the "do not display this figure"-option of figinsets now works.(Matthias)
3356 - scrollbar set back to old look but with 3D arrows (Matthias)
3357 - no more segfault when chosing a kbmap. (Matthias)
3358 - once again: "Newline" in preamble input is possible (Matthias)
3360 since 0.9.25
3361 - makepatch changed to use YYMMDD date format instead of DDMMYY so the 
3362   patchfiles sort better. (Asger Alstrup)
3363 - Clean up and restructuring of default system-lyxrc file. (Asger Alstrup)
3364 - Minor changes to minibuffer messages and man-page. (Asger Alstrup)
3365 - Minor simplification of parsing of booleans in lyx_rc.C so GetBool is
3366   used. (Asger Alstrup)
3367 - wysiwyg delimiters and decorations!  (Alejandro)
3368 - Hopefully solved the tmpbuf \input and figinset problem by setting
3369    input@path in the generated tex-file if necessary (Matthias)
3370 - enabled undo for editing insets (Matthias)
3371 - Rotating arrow and keyboard control for layout combobox (Matthias)
3372 - New function "drop-layouts-choice" (Matthias)
3373 - MiniBuffer::Activate(), MiniBuffer::Deactivate() (Matthias)
3374 - LFUN_DEPTH alias "depth-next" works again (Matthias)
3375 - little bugfix in text2.C CheckParagraph. Happend when the cursor
3376    was inside a table and a figinset is processed. Many thanks
3377    to the very good bugreports:-)  (Matthias)
3378 - small fix to ComboBox: correct gravity for the browser (Matthias)
3379 - changed various delete's to delete[] (Matthias)
3380 - small fix to UpdateInset (Matthias)
3381 - Small fixing to combox  (Alejandro)
3382 - Mathed bugs fixed related to delimiters, macro mode
3383   and parser's panic (Alejandro) 
3384 - math-display is used in math mode to toggle the display status of
3385   and existing formula (Alejandro)
3386 - A new action math-delim, needs 2 arguments separated by a ' '.  (Alejandro)
3388 since 0.9.24
3389 - Documentation for Mathed  (Alejandro)
3390 - Fixed several reported Mathed bugs  (Alejandro)
3391 - Moved minibuffer out from lyx_cb and added protection against
3392   blank inputs  (Alejandro) 
3393 - lyx.fd created for lyx.C. Be careful with this one. (Asger Alstrup)
3394 - Filebrowser simplified. (Asger Alstrup)
3395 - Shortcuts and resizeability added to most dialogs. (Asger Alstrup)
3396 - bugfixes to tables (Matthias)
3397 - little optical changes to combobox (colors) (Matthias)
3398 - GUI warning when exiting because of unreachable layout descriptions
3399   (Matthias)
3400 - small bugfix in bind-files (Matthias)
3401 - little change to menus (float instead of the missleading caption) (Matthias)
3402 - small changes to fileformat to allow reasonable diff/patch (Matthias)
3403 - bugifxes to texcode generation (Matthias)
3405 since 0.9.23
3406 - not much only small fixes (?)
3408 since 0.9.22
3409 - Some mathed bugs fixed (Alejandro)   
3410 - Preliminary support for math accents  (Alejandro)
3411 - A step to incorporate mathed as the new math mode (Alejandro) 
3412 - Support for label and numbering a formula (Alejandro) 
3413 - Preliminary support for maketitle (Alejandro) 
3414 - Bugfixes for wysiwyg tables, pageUp/pageDown-scrolling,
3415   buffer resizing, file browser, find & replace and undo (Matthias)
3416 - cleanup for the layout descriptions (Matthias)
3417 - enhancments to the lyx environment handling: defaultfamily, defaultseries,
3418   defaultshape and defaultsize. Also centered_top_label_environment
3419   (Matthias)
3420 - the layout object in the mainform now uses a combox. Not as encapsulated
3421   as I'd want it to be. (Lgb)
3422 - small changes to the combox class + added FL_COMBOX_INPUT (Lgb)
3423 - general cosmetic cleanup + small stuff (Lgb)
3424 - fixed configure's --with-extra-lib on Solaris 2.x (Jean-Marc)
3425 - fixed configure so that it does not use libstdc++ if not present (Jean-Marc)
3426 - updated devel/tools/autoconf.patch with a new fix (Jean-Marc)
3428 since 0.9.21
3429 - Configure changes. Option --with-sun-headers is automatic now (Jean-Marc)
3430 - Changed the function bzero() to macro BZERO() which uses either memset() 
3431   or bzero() (Jean-Marc)
3432 - Added support for | in file.C and corrected prettyprinting of `LaTeX2e'
3433   (Jean-Marc)
3434 - A few changes to help compile with Sun's CC -- does not work yet (Jean-Marc)
3435 - fix to spellchecker (Floyd)
3436 - some cleanup (Lgb)
3437 - a combobox is now included in the source but not used (Alejandro)
3439 since 0.9.20
3440 - Correct scrolling during inset lock. Therefore new method 
3441   LyXScreen::FitManualCursor  (Matthias) 
3442 - No weird scrolling anymore when locking a highly editable inset (Matthias)
3443 - bugfixes in CheckParagraph that is used to update insets (Matthias)
3444 - state info for fontloading. New Store() and Reset() method for minibuffer
3445   (Matthias)
3446 - MoveCursorUpdate now works again  (Matthias)
3447 - Display()-Insets are now printed on the screen as Display()-Insets. 
3448   Also code to make sure Display()-Insets cannot occur on weird places
3449   (Matthias)
3450 - small fix to cut and paste (Matthias)
3451 - small fix in inserting figures: no more latex when figinset (Matthias)
3452 - Automatic scrolling to keep the cursor visible for mathisnets (Matthias)
3453 - Fixed bug in Minibuffer that created unnecessary pseudoactions (Alejandro)
3454 - To prevent that \xdvi_extra_options cause segfault, now is used
3455   the size of the table instead of the last enum.                (Alejandro) 
3456 - Added function bool lyxlex::GetBool() to parse "false" and 
3457   "true"  (Alejandro)
3458 - Fixed several Mathed bugs.  (Alejandro)  
3459 - Windows menu item renamed to Documents. (Asger Alstrup)
3461 since 0.9.19
3462 - bugfix in symgen.h (Robert Withrow)
3463 - removed malloc and free in paths.C (Lgb)
3464 - corrected command names in *.bind (Lgb)
3465 - removed malloc and free from spellchecker.C. Added new and delete[]
3466   instead. Please test the spelchecker to see if anything went wrong. (Lgb)
3467 - removed the info lines generated upon startup, use -dbg 1 to see them (Lgb)
3468 - Cleaned up dialogs, menus and minibuffer dialog to improve user interface.
3469   Remove wierd forms "HiFi" and "Calc". All references to the word "buffer" 
3470   changed to "document" in user interface. Another small stuff. (Asger Alstrup)
3471 - The traditionnal infinitesimal changes to configure (Jean-Marc).
3472 - Changed command names view and view-ps into buffer-view and buffer-view-ps,
3473   and updated .bind files accordingly. (RvdK).
3474 - Changed command name greek-toggle into math-greek-toggle and moved the
3475   command from the keyboard menu to to math menu (M-m g) in both .bind
3476   files. (RvdK)
3477 - added a #error in lyx_main.C to gard against wrong version of xforms (Lgb)
3478 - removed all KP_x from *.bind files, these were broken, please
3479   use xev to check what keysyms the keypad really returns (Lgb)
3481 since 0.9.18
3482 - remade the MiniBuffer class. it now encapsulates all the minibuffer
3483   stuff. Even the input object is hidden in this class. (Lgb)
3484 - some changes to Toolbar, and added a new func toolbar-add-to (Lgb)
3485 - added a quit pixmap (Lgb)
3486 - two new keymaps (three) (nn sorry didn't record the names)
3487 - Removed the void idle string from lyx_func_table and changed
3488   LookupLyxFunc accordingly. Now last element can be selected. (Alejandro :)
3489 - Added void Inset::SetDisplay(bool) and implemented in InsetFormula
3490   (Alejandro)
3491 - Fixed several Mathed bugs. (Alejandro)
3492 - Changed command names to new set with object.event order. (RvdK)
3493 - Changed `right' and `left' in command names to `forward' and `backward' 
3494   for consistency with other command names. (RvdK)
3495 - Added user command `cancel' again (got lost in 0.9.18). (RvdK)
3496 - Changed command name `meta-fake' to `meta-prefix'. (RvdK)
3497 - Once again removed most of the built-in bindings. Did *not* remove the 
3498   movement, edit, accent and default keypad keys. (Rvdk)
3499 - Replace bind section in system.lyxrc with stuff that supports the
3500   .bind files. (RvdK)
3501 - Renamed Search & Replace to Find & Replace in menu and dialog. (RvdK)
3502 - Renamed preview to view in command names and menus. (RvdK)
3503 - Changed and/or added accelerators to several menus. (RvdK).
3504 - added option to Document Layout form to allow \float_placement value
3505   to be changed on a per document basis. (thornley)
3506 - added new command \float_placement to allow figure and table floats
3507   to be placed according to the users wish, rather than using LaTeX's
3508   default values. (thornley)
3509 - configure changes to improve portability (Jean-Marc)
3510 - usage of a free object instead of a canvas for the work_area:
3511   Advantage is the better focus managment. The work_area gets
3512   the input now, even when the cursor is on a menu.
3513   When xforms someday will keep the focus of a form, LyX will, too. (Matthias)
3514 - new look of the main form (Matthias)
3515 - minibuffer is editable now (an input-widget) (Matthias)
3516 - enables undo for replace-string and insert-string (Matthias)
3517 - bugfix in texing tables (what Jean-Marc mentioned) (Matthias)
3518 - few changes in insetlocking and mathinsets (Matthias)
3519 - insets can now be edited with dbl-click AND middle mouse. (Matthias)
3520 - inset can be "highly" editable (like mathinsets). With these
3521    a usual click is enough to edit them (Matthias)
3523 since 0.9.17
3524 - changed getenv("USER") into getenv("LOGNAME") (posix) (Lgb) (suggestion
3525   at lyx@via) 
3526 - set the depth to 8 always. (Lgb) (suggestion at lyx@via)
3527 - screen is now correct (Lgb)
3528 - LyX should now read the lyxrc file correctly (I hope) (Lgb)
3529 - update to mathed (Alejandro)
3530 - cosmetic cleanup, and spell fix (Jean-Marc)
3531 - small changes to figinset (Matthias)
3532 - moved form_search into form1.fd (Matthias)
3533 - update to tables (multicolumn) and undo (Matthias)
3534 - Patched LookupLyxFunc(). Scan range now depends on sizeof
3535   lyx_func_table. Last element could not be selected. (RvdK).
3536 - Added two new user commands: depth-dec and depth-inc. (RvdK). (I
3537   changed the names. Lgb.)
3538 - Very small change to DepthCB() to support depth-dec command. (RvdK).
3539 - Added new user command: menu-open. (RvdK).
3540 - Added new function MenuOpenByName() in lyx_cb.C that opens a
3541   visible menu of a given name. (RvdK). (NB! Almost nothing should
3542   be added to lyx_main.C. Lgb)
3543 - Added new user command: spellcheck. (RvdK).
3544 - Disabled the Meta-xxx visible menu accelerators. (RvdK).
3545 - Changed some of the visible menu accelerators, some of the menu
3546   item texts and removed fixed binding strings. (RvdK).
3547 - Added new \bind_file lyxrc command that loads a bind file from
3548   system dir (unless an absolute path is given). (RvdK).
3549 - Introduced two new bind files, pc-modern.bind and emacs.bind that
3550   hold default binding configuarations. (RvdK).
3551 - Changed Makefile.in. The .bind files are now installed to the
3552   system dir. (RvdK).
3553 - Added user commands `cancel' and `meta-fake' for \bindable
3554   cancel and meta fake functionality and added cancel and meta-fake 
3555   features in keybind.C. (RvdK).
3556 - When building a key sequence, the minibuffer always reflects this state,
3557   without time-out. (RvdK).
3558 - When a prefix key is entered, the available key options appear after one 
3559   second in the minibuffer. (Rvdk)
3560 - Possible to execute commands from minibuffer. (Lgb) (not very clever done)
3561   it is not even possible to see what you write :-(
3562 - change to InsetFig::Browsefile (thornley)
3563 - made a MiniBuffer class (methods: Set, Init, and expose) (Lgb)
3565 since 0.9.16
3566 - configure updates : removed support for installing lyx.sty, for xforms 0.75, 
3567   updated INSTALL file, removed a few macros from lyx_sty.h and enclosed
3568   it in \makeatletter ... \makeatother (Jean-Marc)
3569 - fiddling in lyx_sty.h (Lgb)
3570 - new bindable function: push-toolbar(int nth) and a hack in 
3571   create_form_form_main so that other objs can know where
3572   the toolbar is. (not finished) (Lgb)
3573 - Class Inset split into two classes: interaction methods
3574   now are placed in UpdatableInset class, and the_locking_inset
3575   is an object of this class.  (Alejandro)
3576 - All references to Displaymath layout removed from formula.C.
3577   Now lyx should center a mathinset if its method
3578   Display() returns true. Also, for a clean scrolling, the
3579   method HotSpot returns the position of the inset, since
3580   a mathinset moves current lyx cursor.  (Alejandro)
3581 - Now Mathed supports Arrays, eqnarrays and numbered equations.  (Alejandro)
3582 - Enhaced local TeX mode for mathed, and several bugs fixed  (Aljandro)
3583 - Rewriten mathed's cloning mechanism. No more segfaults when UNDO (Alejandro) 
3584 - Unlimited UNDO and REDO (Matthias)
3585 - the string "LyX" will be texed with the new lyxlogo as \LyX{}
3586    Also TeX and LaTeX. (code is in file.C, "idea for labels")
3587 - AutoCorrection with special Autocorrect-buffer
3588 - Some cleanup and several bugfixes of the LyXText-class (Matthias)
3589 - layout conversion error fixed and several more bugfixes (Matthias)
3590 - improved tables (dashed unvisible lines, some fixes) (Matthias)
3591 - float-labels and lines appear red now (Matthias)
3592 - Added LYX_SYMBOL_FAMILY to the font module (Matthias)
3593 - TexRowStuff changed in a way that allows LaTeX to
3594   run in background in the future (Matthias)
3596 since 0.9.15
3597 - Fixed several bugs related to lyxlex in lyxrc.C (Alejandro)
3598 - added a \input to lyxrc (Alejandro)
3599 - C-k now _is_ delete-line-forward (Alejandro) (That was now, wasn't it?)
3600 - kill-line-forward now works as expected (Lgb)
3601 - table and menu update (Matthias)
3602 - lyx.sty removed, is now included in lyx. (Lgb)
3603 - \def\LyX included in lyx_sty.h, IMO need changes. (Lgb from David)
3604 - fixes to compile lyx on SGI/NCC (Xiaokun)
3605 - small fix in MakeLaTeX... + added some info lines in .tex file (Lgb)
3607 since 0.9.14
3608 - Introduced several features to mathed, and bugs fixed. (Alejandro)
3609 - update to configure (Jean-Marc)
3610 - menu and table stuff (Matthias)
3612 since 0.9.13
3613 - Configure changes (Jean-Marc)
3614 - enhancements to lyxlex (Alejandro)
3615 - speed up and other (i.e. toolbar change) (Matthias)
3616 - fix depth item in toolbar + other small toolbar changes (Lgb)
3617 - more clean up (or obfusc. depends on view) (Lgb)
3618 - update of isolyx.lyx, not good yet, but better. (Lgb)
3619 - have I forgot anything? Please make a note in changes when sending patches.
3620   (just add the note to the absolute top of the file)
3622 since 0.9.12
3623 - More configure changes (Jean-Marc)
3624 - some bugfixes (several)
3625 - freespacing (Robert)
3626 - using LyXLex for parsing of lyxrc (not broken is it?) (Lgb & Alejandro)
3627 - more cleanup and moving around (Lgb)
3628 - have I forgot anything? Please make a note in changes when sending patches.
3630 since 0.9.11
3631 - Math panel enhanced.  (Alejandro)
3632 - Created a simple lexical analizer class from existing code. (Alejandro)
3633 - preliminary support for read only buffers (Dirk)
3634 - use tmpdir for generated files (Dirk)
3635 - reorganization of code (Dirk and Lars Gullik)
3636   (did I overdo this? lgb)
3637 - command line arguments and resources (a couple) (Lars Gullik)
3638 - removed a sympthom (latex file sometimes contained '\0')
3639   this still needs to be fixed in a decent way. (Lars Gullik)
3640 - support for debug levels look in definitions.h (Lars Gullik)
3642 since 0.9.10
3643 - a nasty bug in argument passing removed (Dirk)
3644 - BufferList now actually works. 
3645   buffer[current_buffer] replaced with bufferlist.current() (Lars Gullik)
3646   (this is why 0.9.11 was released)
3647 - some minor fixes (Lars Gullik)
3648 - all (99%) unused variables have been commented out (or removed.) (Lgb)
3650 since 0.9.9
3651 - Several enhancements and bugs fixed to MathEd. (Alejandro)
3652 - New path/filename mingling code (Dirk)
3653 - Some cleanup and adding more bugs. (Lars Gullik)
3654 - buffers almost dynamic alocated (disabled, might be removed). (Lars Gullik)
3655 - most of the forms moved to external files (Dirk)
3657 since 0.9.8
3658 - bugs fixed (Matthias)
3659 - a new symbolgenerator (not quite finished, hopefully useful) (Lars Gullik)
3660 - three new keymaps. (Boloni Laszo)
3661 - Sharing text keybind handling to mathed, and bugs fixed. (Alejandro)
3662 - support for the new xforms lib (0.8x) the old one is still
3663   usable (just remember '#define oldxf' in config.h) (Lars Gullik)
3664 - some improvements to make usable pseudoactions in toolbar. (Alejandro)
3666 since 0.9.7
3667 - TAGS in makefile + small change to makepatch (Lars)
3668 - toolbar configurable from .lyxrc (Lars)
3669 - pseudoaction handling and some improvements in toolbar. (Lars & Alejandro)
3670 - some changes to quit sequence and title form (Lars)
3671 - some new commands and keybindings (Robert)
3672 - configure improvements (Jean-Marc)
3673 - first steps for wysiwyg-tables (Matthias)
3674 - improvements in row-printing (top labels and chapter labels) (Matthias)
3675 - some bugfixes (code & layouts)
3676 - see APPLIED Patches. Authors of these patches, please drop me
3677   a short line for the CHANGES list, thanks.
3679 since 0.9.6
3680 - configure improvements (Jean-Marc)
3681 - a lot of small things (Robert)
3682 - some things (Lars)
3683 - Bugfixes (Graham)
3685 since 0.9.5
3686 - Integration of MathEd (Alejandro)
3687 - configure patches (Jean-Marc)
3688 - few bugfixes
3690 since 0.9.4
3691 - user definable toolbar, deadkey handling improved,
3692   various small improvements (Lars)
3693 - configure improved (Jean-Marc)
3694 - faster rebreaking when texing and opening/closing all floats (Matthias)
3695 - popups move to front now when reinvoked (Matthias)
3697 since 0.9.3
3698 - improved wysiwyg figures (Ivan)
3699 - bugfixes (Matthias)
3701 since 0.9.2
3702 - improved bind. Greek keyboard (Alejandro)
3703 - improved wysiwyg figures (Ivan)
3704 - bug fixes 
3705 - new inset features for figures and mathed (Matthias)
3707 since 0.9.1
3708 - many many bugfixes
3709 - better keymap handling
3710 - wysiwyg figures (preliminary support) (Ivan)
3712 since 0.8.3 (this is new development branch 0.9.1)
3713  0.9.1 is basically the same as 0.8.3 with
3714  some alterations to the keyhandling code and
3715  better internal support for dead-keys.
3717 since 0.8
3718 - improved mathtables (Alejandro)
3719 - improved configure script (Jean-Marc)
3720 - few bugfixes 
3722 since 0.7p4d11
3723 - several bugfixes (when will that end?))
3724   and "goto note" function (Matthias)
3725 - kbmaps documentation (Ivan)
3727 since 0.7p4d10
3728 - nicer latex-code (Matthias)
3729 - kbmaps (Ivan Schreter)
3730 - menus don't segfault anymore (XForms bug) (Lars Gullik)
3731 - printer enhancements (D.A. Niggemann)
3732 - Few bugfixes, little linuxdoc enhancements (Matthias)
3734 since 0.7p4d9
3735 - new menus (Lars Gullik)
3736 - note inset, simple help system, label/reference support,
3737   credits popup, few bug fixes (Matthias Ettrich)
3739 since 0.7p4d8
3740 - font underline support (Matthias) 
3741 - layout bug correction and config. handling enhancements (D.A. Niggemann)
3742 - real configure script (Thomas Pundt)
3744 since 0.7p4d7
3745 - fixed the layout display when specifying a document on command line 
3746   (Matthias)
3747 - changed the search order for layouts seeking (Lars Gullik)
3748 - changed the Copyright notice timeout (Lars Gullik)
3749 - added layout class "letter" (Matthias)
3750 - implemented a current row. Before this change LyX had to go through the whole
3751   document from the beginning each time it accesses a row on the screen. 
3752   (Matthias)
3753 - bug corrections and more... (Matthias Ettrich and Lars Gullik)
3755 since 0.7p4d6
3756 - spellchecker (Hubert Schreier)
3757 - layout parser redesign (Alejandro Aguilar Sierra)
3758 - math symbol form enhancements (Alejandro Aguilar Sierra)
3759 - Imakefile rework and lyx form close callback (Pascal Andre)
3760 - bug corrections and more ... (Christian Buescher and Lars Gullik)
3762 since 0.7p4d5
3763 - math symbol support (Alejandro Aguilar Sierra)
3764 - keymaps 32bits patch (Christian Buescher)
3765 - LinuxDoc SGML support enhancement (Pascal Andre)
3766 - external style definition files (Pascal Andre)
3768 since 0.7p4d4
3769 - user-definable keys (Christian Buescher)
3770 - lyxserver (Christian Buescher)
3771 - LinuxDoc SGML support (Pascal Andre)
3772 - bugfix in select word (very first and very last)
3774 since 0.7p4d3
3775 - dead-key support for isolatin characters.
3776   (Lars Gullik)
3777 - fontencoding command added (Lars Gullik)
3778 - epsfig-driver support (Lars Gullik)
3779 - multicol.lyx documentation added (Lars Gullik)
3780 - isolyx.lyx documentation added (Lars Gullik)
3781 - fontsizes and font_norm can be set now via GUI or 
3782   lyxrc
3783 - pasting of the primary selection is now possible
3784 - internally improved cut and paste
3785   (necessary to implement tables and
3786   equations in the future)
3787 - less memory leaks
3789 since 0.7p4
3790 - added a table of contents:
3791   support for tocdepth, tabel visible in extra window,
3792   ability to jump to the corresponding position in 
3793   the text by clicking into the table of contents
3794 - added support for spellchecker
3795 - support for psnfss and inputenc. Removed the
3796   obsolete isolatin1 stuff.
3797 - delete can be mapped to backspace in the .lyxrc
3798 - temporary fix of the scrollbar's behavior. I also
3799   added two scroll buttons until XForms comes with
3800   a real scrollbar.
3801 - small bug in delete character fixed, concerning
3802   the screen refresh
3803 - other little bugfixes
3805 since 0.7p3
3806 - improved word-wise movement
3807 - tex code in LaTeX Commands like lyxrightaddress was 
3808   wrong since a senseless protec was added after
3809   the tex code.
3811 since 0.7p2
3812 - close buffer caused a segfault with an empty 
3813   buffer
3814 - M-v and C-v did not do what emacs does
3815 - xdvi extra options works now
3817 since 0.7
3818 - fixed a terrible bug concerning footnotes.
3819   (saving and cut & paste)
3820   
3821 since LyX 0.5 
3822   (sorry I was too lazy too report the various 
3823   changes)
3825 since 1.05p2
3826 - changed toolkit to XForms and improved a LOT of
3827   things. 
3829 since 1.05
3830 - Motif2.0 fix: When the layouts combobox was
3831   set to another layout (for example when moving
3832   the cursor through the text) the layouts where
3833   set again. That means that user defined changes
3834   to the paragraphs like vertical spaces etc. where
3835   reseted to the default values.
3836   This bug didn't occur with Motif < 2.0
3838 since 1.04
3839 - new font handling (saver and more variable) since
3840   a lot of segementationt faults (that nowbody told
3841   me :-( ) occured on systems that had other fonts 
3842   installed.
3843 - less bugs (specifying a file at the commandline,
3844   user defined preambles, generated tex-code)
3845 - you may preview and print from within NoName now
3846 - tex runs now in the directory where the lyx-file
3847   is. This is better, since the dvi-file may need
3848   pictures.
3849 - editor asks when exiting with unsaved changes.
3850 - you may use editres with noname now
3852 since 1.03:
3853 - You can run LaTeX from within NoName now.
3854 - Generated TeX-code should be less buggy.
3855 - Editor is improved (cut&paste, search&replace)
3856 - Creating a new file is easier.