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