root/lyx-devel/branches/BRANCH_new_insets/OLD-CHANGES

Revision 254, 195.7 kB (checked in by lasgouttes, 9 years ago)

A few modifications for next version.

  • Property svn:eol-style set to native
Line 
1 This files documents changes in LyX until version 1.0.4. Please read the
2 file NEWS for information on new features in this LyX version. More details
3 can be found in ChangeLog
4 ----------------------------------------------------------------------------
5
6 since 1.0.4pre8
7 - small fix to qoutes in DocBook. (Jose)
8 - blurb about DocBook in LaTeXConfig (Jose)
9 - small bug with linuxdoc in LaTeXConfig (Lgb)
10 - added it_Intro. (Giovanni Iachello)
11 - updated documention files from lyxdoc. (Lgb)
12 - added section about revtex4 in LaTeXConfig.lyx.in (JMarc)
13 - one line fix to docbook layout (Jose)
14 - switched the mousewheel to scroll in the same way as
15   gnome-terminal (Lgb)
16 - small DocBook fix (Jose)
17 - Added revtex4 layout, template, and (skeleton) docs (Karger)
18 - updated pl.po (Pawel)
19 - updated makeDocBookFile (Jose)
20 - example and template file for DocBook (Jose)
21
22 since 1.0.4pre6
23 - recreated all po files to be up to date with the lyx.pot. (Lgb)
24 - updated dependencies in src/Makefile.in (Lgb)
25 - small fix in table.C where the PWidth was not returned
26   correctly for multicolumn-virtual-multirow-cells (Jug)
27 - A (hopefully) last change so that caption for floats work corectly (Jug)
28 - Small copy/paste bug fix from Jose (Jug)
29 - Now multicolumns work for DocBook and some quirks with
30   caption are now fixed. This should work now pretty good :) (Jug)
31 - Small fix for width entry and multicolumns in tabulars (Jug)
32 - Introduced Tabular export for Jose's DocBook (Jug)
33 - dummy change because of new cvs location (Lgb)
34 - Finally corrected detection of DocBook classes. Note that linuxdoc
35   textclasses are now defined with \DeclareLinuxDocClass, while
36   docbook classes use \DeclareDocBookClass (JMarc)
37 - Updated no.po (Lgb)
38 - Updated pl.po (Pawel)
39 - Added key binds for Scientific Word (Serge Winitzki)
40 - Better support for russian: cyrrilic input encodings, a
41   few bugfixes and new russian splash screen (Const Kaplinsky)
42 - Changed the shortcut of Insert->Float->Figure so that it makes more
43   sense, as pointed out by Rick (JMarc)
44 - Fix the rendering of PS images on some color display (Dan Mueth)
45 - OS/2 fixes in file handling (SMiyata and Arndt)
46 - Fix possible 8bit problem in math editor (Leonid Zeitlin)
47 - In generated LaTeX, font selection must be done before font
48   encoding selection, as noted by Fred Hucht (JMarc)
49 - more docbook updates: the .eps is stripped from the graphics name,
50   the generated Docbook is updated to the latest, v3.1 (Jose')
51
52 since 1.0.4pre4
53 - some more changes for the scroll-wheel support. using the wheel
54   does not move the cursor. Slight optimization, removing of
55   dead-code from BufferView::WorkAreaButtonPress. (Lgb)
56 - to make logic better the whell has been reversed (Lgb)
57 - support for accellerated scroll-wheel support (Rvdk, Lgb)
58 - fixed custom-pagesize printing bugs.  Added a new lyxrc variable
59   print_paper_dimension_flag for setting custom page sizes.
60   Also made sure the appropriate lyxrc variables were used rather than
61   relying on hardcoded entries   (ARRae)
62 - fixed bug in lyxrc parsing, table not in alphabetical order (again!)
63   -- spotted by Reuben Thomas (ARRae)
64 - Updates to german translation (Pit)
65 - Fix off-by-one error in the File menu (JMarc)
66 - Index insets do not show the indexed word anymore, since it is
67   likely the word just before (JMarc)
68 - Some changes to make update/view/dependency checking help us to just
69   the number of required latex runs. (Lgb)
70
71 since 1.0.4pre2
72 - updated documentation from repository (Lgb)
73 - changed parsing of the latex log in LaTeX.C to not care about
74   \listfiles anymore. No we should be able to see more/all external
75   files used by LaTex. (Lgb)
76 - do not output \listfiles into the latex file anymore (Lgb)
77 - Extracted, applied and tested Alexandre Makarenko's patch about
78   better drawing of the () delimiter in mathed (Alejandro)
79 - AASTeX updates (Mike)
80 - Dutch translation team credits added (Allan)
81 - Fix crash when closing math panel with an open symbol menu (Allan)
82 - Update to DocBook support (Jose')
83 - Fix several crashes when entering explicit TeX macros in math editor
84   (Alejandro)
85 - The language setting "french" already provides the index commands;
86   make sure we are not including makeidx.sty in this case (JMarc)
87 - fix bug in environments when one of the paragraphs has specific
88   settings  (JMarc)
89 - fix crash when reading .eps file with a malformed BoundingBox (JMarc)
90 - Update to fr.po (Emmanuel)
91 - provide configuration example to use dvilj4 instead of dvips (in
92   lyxrc.example) (Reuben)
93 - Better support for different shells wih different syntax under OS/2 (Arnd)
94 - Work around autoconf bug where it fails to detect correct arguments
95   for select() with g++ 2.95 (JMarc)
96
97 since 1.0.3
98 - Some docbook updates. font handling (Jose')
99 - Add new ProvidesURL tag for textclasses which already have a \url
100   definition (JMarc)
101 - Simplify the emergency definition of \url (when url.sty is not
102   installed); URLs are now aways output as \url{...} (JMarc)
103 - Add binding M-i u for url-insert (Reuben)
104 - Fix typos in LyX-provided LaTeX macros (JMarc)
105 - Fix a bug where a directory could be mistaken with a regular file,
106   with all the nasty consequences one can imagine; thanks to Benjamin
107   Korvemaker for pointing out this one (JMarc)
108 - small fix to configure in the case CXX is explicitely set (Albert Chin)
109 - revert the `feature' that caused footnotes to appear on the wrong
110   page when inside a list. This will re-activate an older bug, where
111   an enumeration inside a footnote inside an enumeration gets a wrong
112   numbering. (JMarc)
113 - Fixed small configure bug when the CXX variable is set (Albert
114   Chin-A-Young)
115 - Fixed a bug in DeleteTableRow-Function (Jug)
116 - Fixed the evil egcs/alpha bug that has been plaguing us for some time
117   (Michal Jaegermann)
118 - New Italian Docs (Claudio Coco)
119 - Improved lyxserver: INFO or ERROR always reported in the output pipe;
120   added '\n' to always terminate server messages; client names
121   remembered, each client notified by name when LyX exits (Stefano)
122 - LyX::Client perl class for bidirectional communication in
123   development/lyxserver/perl (Stefano)
124 - Updated wa.po (Pablo)
125 - Fixed problem that prints were different from previews (Jug)
126 - Fixed problem with multiline-cells and multicolumn, finally (Jug)
127 - Added also german port for g-brief (Jug)
128 - New Catalan translation (Francesc Burrull i Mestres)
129 - Added the g-brief support from Thomas Hartkens (Jug)
130 - Small fix in text2.C for delete-table-row (Jug)
131 - Preliminary support for DocBook documents (Jose')
132 - Support for AASTeX package (Mike Ressler)
133 - Some tweaks detected by Sun CC 5.0; having a picky compiler is nice...
134   (JMarc)
135
136 since 1.0.3pre4
137 - similar changes as the one made to VSpace::NONE done several other
138   places too. (Lgb)
139 - New walloon localization (Lorint Hendschel)
140 - Fix the lyxserver, so that the answer to the 'hello' message is
141   terminated by '\n' (JMarc)
142 - fix to VSpace::NONE in lyx_cb.C (Lgb)
143 - remove the gravity of the multi line input in the preamble form
144   so that the scroll bar stops doing stupid things on resize (JMarc)
145 - fixed a LaTeX export bug when using 'Keep' and a standard skip as
146   paragraph spacing (JMarc)
147 - updated pt.po, new pt_splash document (Pedro Kroger)
148 - fixed bug where the width of cells would be lost by copy-and-paste of
149   a table (JMarc)
150
151 since 1.0.3pre2
152 - fixed a bug in LaTex.C that amde latex be run to few times in certain
153   circumstances. Now latex might be run too many times, especially if
154   files are generated by exteral programs as makeindex or bibtex. (Lgb)
155 - Fixed a bug in no.po (Lgb)
156 - LaTeX::scanLogFile now reports an NO_OUTPUT error if a dvi
157   file was not created. (Lgb)
158 - LaTex::scanLogFile now reports TOO_MANY_ERRORS if >=100 errors
159   during the LaTex run. (Lgb)
160 - Update to revtex.cls (Dan Mueth)
161 - honor the LC_CTYPE locale setting (Leonid)
162 - fixes to math code for better 8bit support in math text mode
163   (Leonid Zeitlin)
164 - fixed font-default in math mode (Etienne)
165 - fixed cut-and-paste of included files, so that parameters are
166   correctly copied (JMarc)
167 - added a check for sys/types.h in configure; this should hopefully
168   help compilation under HP-UX (JMarc)
169 - updated sl.po (Roman), it.po (Fulvio)
170 - removed safer_getcwd from filetools.[hC] (Lgb)
171 - updated OS/2 configure scripts (SMyiata)
172 - added new binding 'M-m ~S-quotedbl' for ddot math accent (JMarc)
173 - fixed dvips command line when \print_extra_options is used in lyxrc (JMarc)
174
175 since 1.0.2
176 - added it.po from Fulvio Boggia (Lgb)
177 - search/replace patch from Daniel Naber applied (Lgb)
178 - New File->Import->Noweb menu entry (Kayvan Sylvan)
179 - fix bug affecting latex dependency tracking (Lgb)
180
181 since 1.0.2pre3
182 - always use absolute path in .dep files (Lgb)
183 - updated cs.po (Ludeck), de.po (Pit), fr.po (Emmanuel)
184 - small tweak in lyxserver.C to help cygwin compatibility (JMarc)
185 - reLyX 2.9.2.1: Added -n option and equivalent noweb2lyx executable.
186   Written by Kayvan Aghaiepour Sylvan (Karger)
187 - fixed the appearance of the Search&Replace popup (JMarc)
188 - fixed a bug in search and replace where an inset would match a space;
189   cleaned up LyXFindReplace1::IsSearchStringInText() (JMarc)
190 - fixed the reported lyxvc bug as per patch. (Lgb)
191 - Updates and corrections to LaTeXConfig.lyx (JMarc)
192 - reLyX 2.9.1.1: Windows compatible! Minor bug fixes/command additions (Karger)
193 - Updated sl.po (Roman); fix buglet in cs.po and es.po (JMarc)
194 - make configure accept the upcoming xforms version 0.89 (and 0.90) as
195   OK, since TC Zhao says they are API compatible. (JMarc)
196
197 since 1.0.2pre1
198 - Fix bug where lyxlex keyword table for reading layout files was not
199   initialized correctly; removed a few unused LT_xxx codes (JMarc)
200 - Fix bug where using the index feature with a AMS class would cause a
201   redefinition error and cleanup the code which handles the amsmath
202   package; this means that I added two new textclass tags
203   (ProvidesAmsmath and ProvidesMakeidx) and used them in the ams
204   classes (JMarc)
205 - Added a check in chklatex.ltx to get the LaTeX version; updated
206   LaTeXConfig.lyx.in to explain that you should have at least
207   LaTeX revision 1995/12/01. (JMarc)
208 - Add 'francais' as new selectable language (JMarc)
209 - Make sure that no extra space is added at the beginning of footnotes
210   (JMarc)
211 - Beginning of new french documentation (PH Boinnard), update of German
212   docs and new UserGuide (Pit)
213 - Updated de.po (Pit), fr.po (PH Boinnard), pl.po (Dzieko)
214 - Make sure that the font commands always toggle, independently of
215   what the setting in the character popup is (JMarc)
216 - Correctly disable the Replace All button when document is read-only (Daniel)
217 - New README and INSTALL files for OS/2 and updated configure.cmd (Arnd)
218 - Cleaned the bibtex code and moved to Buffer (Ale)
219 - Citation support for multipart documents using the same old trick (Ale)
220 - New french documentation; currently Intro, splash and the tutorial
221   examples are done.
222 - fix the shortcut to dots-insert in menus.bind (JMarc)
223 - New broadway textclass; updated hollywood textclass (Garst)
224 - Let LyXVC handle filenames with spaces. (Lgb)
225 - Fix bug where the cancel button of the version control popup did not
226   work correctly (Daniel)
227 - Fix compilation buglet on some systems in insetbib.C (JMarc)
228 - Small fix to CygWin support (JMarc)
229
230 since 1.0.1
231 - Removed a stupid warning when loading a child buffer from its parent (Ale)
232 - Now parent and children buffers can share the same reference list (Ale)
233 - New bufferparam parentname, currently only used by insetincludes (Ale)
234 - updated documentation (Lgb)
235 - updated no.po (Lgb)
236 - Listing of bibtex labels from the bib file (patched by Lgb)
237 - Copyright dates updated in a forms/ and lyx.man. (ARRae)
238 - reLyX 2.9: graphics commands. Also several bug fixes (Karger)
239 - Fix bug when reading cross references from older documents (Jose')
240 - Automatically use package algorithm.sty when necessary (JMarc)
241 - reLyX supports \epsffile, \epsfbox, \epsf[xy]size, \psfig, \epsfig,
242   but support is probably still broken (Karger)
243 - Various changes to src/Makefile and configure script to accomodate
244   cygwin environment (JMarc)
245 - Updated sl.po (Roman Maurer), cs.po (Ludek Brukner),
246   pt.po & pt_menus.bind (Pedro Kröger)
247 - fix buglet in dinbrief.layout (JMarc)
248 - small fix to OS/2 configure.cmd (SMyiata)
249
250 since 1.0.1pre4
251 - Cleaned up Literate.lyx (MKew)
252 - Cleaned up Literate section of Extended (MKew & ARRae)
253 - Added S-C-A/E/B/F keybindings to emacs and xemacs.bind (ARRae)
254 - Updated toplevel OS/2 configure.cmd (SMiyata)
255 - fix bad line break after menu separator (JMarc)
256 - Pedantic version number updates in UPGRADING.
257 - The menu separator is displayed on screen as a triangle, like the
258   LaTeX output. (Asger)
259 - Updated IEEEtran and latex8 entries in LaTeXConfig.lyx.in (ARRae)
260 - Updated OS/2 configuration scripts (SMiyata)
261 - New pl.po (Dzieko), pt.po (Pedro Kroger); Updated cs.po (Ludek),
262   de.po (Pit), nl.po (Ivo Timmermans), fr.po (JMarc), sv.po (Joacim)
263 - Splash documents for german (Pit) and polish (Dzieko)
264
265 since 1.0.1pre2
266 - The splash document is now loaded according to locale (i.e., if
267   LANG is xx, xx_splash.lyx is searched first) (JMarc)
268 - Added 'replace all' functionality to find&replace popup (Daniel)
269 - updated de.po (Pit), fr.po (JMarc), ru.po (Victor); added cs.po (Ludek
270   Brukner)
271 - Added example file for literate programming (Edmar)
272 - Change the 'view log' function so that it shows the log of the
273   latest literate build if adequate (Edmar)
274 - bibitemUpdate now adds bibtex entries if there are any (provided that
275   there weren't any ordinary bibliography entries).  (ARRae)
276 - Small fix to bmtable pixmap handling to get correct palette used and
277   substitutions made.  (ARRae)
278 - Fix 'index last word', which did not work after a float (JMarc)
279 - Fiddled a bit with the definition of the menu separator (JMarc)
280 - Added Insert->Special Chars->Menu separator. (Asger)
281 - Added underline to "foot" and other marks, to make them look more
282   like hyperlinks. (Asger)
283 - Delete autosave and emergency files if we say no to load them. (Asger)
284 - Improve fix to thebibliography environment; make sure that empty
285   citations give reasonable results (JMarc)
286 - Make the definition of \LyX use \providecommand (JMarc)
287
288 since 1.0.0
289 - imported updated documentation. (Lgb)
290 - Fixed reported crash when we had a non-existing figure. (Asger)
291 - Fix bug in scrlettr class, which did not allow for several letters (Berndt)
292 - Make sure that the thebibliography environment never gets an
293   empty argument (JMarc)
294 - Make sure that export->custom works correctly when file name contains
295   weird characters (JMarc)
296 - Display a welcome document (example/splash.lyx) when LyX is run
297   without an existing .lyx directory (Daniel)
298 - Bug fixed with dvi file export: dvi file export did not work after
299   printing (or previewing) and vice versa as long as the same file was
300   concerned. (Heinrich Bauer)
301 - Print form extended so that it now allows for specifying a range of
302   pages and a number of copies to be printed (or exported as postscript)
303   (Stephan Witt)
304 - Added APA textclass (Randy Gobbel)
305 - Added support for literate programming with noweb (Edmar)
306 - cleanups to FileInfo.[Ch] (JMarc)
307 - Fix printing buglet when only spaces are typed into the 'printer'
308   input field (JMarc)
309 - make sure that URL use the \url|foo| form (or another character than |)
310   so that one can use \verb if url.sty is not available (JMarc)
311 - remove extraneous space in url:s when no 'Name' is given; remove
312   menu entry for HTML URL (JMarc)
313 - Fixed bugs with clicking.  You could not open insets unless you clicked
314   on the left hand side of the button.  Similar for math insets, and other
315   clickable elements. (Asger)
316 - Possibly chase symlinks if the binary path is a symlink to a symlink
317   to a ... to the real executable (Jan Vroonhof)
318 - Cleanup the code for reading directories in the file popup (Jan Vroonhof)
319 - Output a warning when the user tries to insert two consecutive spaces
320   (Daniel Naber)
321 - fix printing when there is a space in the file name (Charles P. Wright)
322 - fix the slides textclass (JMarc)
323 - Several bugfixes for tables (Joacim)
324   * cell 0 (upper left corner) couldn't be set to using linebreaks (C-Ret,
325     nothing happend)
326   * Certain combinations of multicol and linebreak (usually a linebreak row
327     above a row with a multicol in it) gave wrong or broken output in the
328     LaTeX file.
329   * A linebreak cell in the last cell (lower right corner) didn't get a
330     \smallskip{} at the bottom, unless the previous cells on the last row had
331     linebreaks too (in that case, the last text in the last cell didn't show
332     up in the LaTeX at all) ...think that is a simplification of the symptoms
333     actually.
334   * The cursor was jumping to the end of the text in the Extra Table Form
335     popup at every insertion.
336   * The fields in the Extra Table Form wasn't ::Clone()'d
337 - Fix crash on solaris when an url has just been inserted (Joacim)
338 - Add a \maketitle at the end of the document if it contains only
339   InTitle layouts (JMarc)
340 - switched configure to use autoconf 2.13. Developpers should upgrade
341   autoconf (JMarc)
342 - Add test in configure to determine the right casts to use in a
343   select() call (JMarc)
344 - Fixes for creating a binary distribution. You can now specify
345   PERL=none to configure if you want reLyX to output just a message
346   telling the user to adjust perl location (JMarc)
347 - LyX tends to crash on Linux/AXP when compiled with egcs 1.1.1; see
348   INSTALL for a workaround (Jochen)
349 - Updated ru.po (Victor)
350 - Exit nicely when DISPLAY is not set correctly (Matt Power)
351 - Fix crash when a BibTeX inset has been copied (Allan)
352  
353 since 1.0.0pre8
354 - Fixed crashes after complex cuts. (Asger)
355 - Update to sv.po (Joacim)
356 - Fixed positioning of Math Panel pop-ups. (Asger)
357 - Fixed click cursor positioning, so that if you click at the left half of
358   a letter, the cursor will go to the point to the left, rather than
359   always to the right. (Asger)
360 - Fixed a few bugs in the Insert->menu commands. (Asger)
361 - Updated PO files. (Asger)
362 - Small fix to stop LyX crashing when layouts etc. end with "\r\n"
363   instead of the expected '\n'.  Now we work on Windows this is
364   very important.   (ARRae)
365 - Updated fr.po (JMarc)
366 - updated ru.po from Victor Lavrenko <lyx@lavrenko.pp.ru>. Comments
367   appreciated.
368 - Clarified license - COPYING (Asger)
369 - Tweaked mouse click policy in math insets, and in text a bit. (Asger)
370 - New template for revTeX (Amir)
371 - Add in development/ a spec file (with an accompanying README) to
372   create RPMs (Mate)
373 - New math function to pull out an argument, currently available by
374   the backspace key. (Alejandro)
375 - fix the 'html type' button in url inset popup (JMarc)
376 - make the 'name' field in the cross reference popup disabled for LaTeX
377   documents (JMarc)
378 - Update to sl.po (Roman Maurer)
379 - small fix to po/Makefile.in.in for non-GNU make (JMarc)
380 - New manpage LinuxDoc class (Jose')
381 - reLyX 2.8.1.2: directory bug fix (Karger)
382 - Fixed math accent on macros bug (applied Ettiene's patch)  (Alejandro)
383 - Removed a flag that hindered initialization of math array after
384   another math array. This should fix the bug in most cases.  (Alejandro)
385 - Added optional argument to be able to insert a label without
386   the dialog. Several other commands should have the same. (Alejandro)
387 - added some xresources settings to askForText to get l10n for the
388   buttons in fl_show_input. (Lgb)
389 - changed MenuLabelInsert and a func in formula.C to use askForText
390   instead of fl_show_input. (Lgb)
391
392 since 1.0.0pre7
393 - Fix problem with TOC in LinuxDoc documents (Jose')
394 - Change the word-* functions so that they behave similarly to emacs
395   (Etienne)
396 - fix for unrecognised TeX error (Lgb)
397 - updated no.po and removed cruft from all other po files (Lgb)
398 - When printing, do not add a space after the \print_to_file switch
399   anymore; this allows to use dvilj instead of dvips (JMarc)
400 - made inseturl accessible from all documents. (Lgb)
401 - fix to inseturl (when writing LaTeX) (Lgb)
402 - made inseturl editable (Lgb)
403
404 since 1.0.0pre6
405 - New textclass/documentclass hollywood to typeset scripts (Garst)
406 - New slovenian translation (Roman Maurer)
407 - Updates to the slides textclass and template (JohnW)
408 - Fix problem with extra paragraph breaks between math displayed
409   equations (JMarc)
410 - Find&Replace now automatically jumps to the next match after doing a
411   replacement (Daniel Naber)
412 - The color of newline characters on screen can now be changed via
413   the -NewLineColor option (Edmar)
414 - New function server-goto-file-row (Edmar)
415 - change the Character popup so that it remains compatible with xforms 0.81.
416   The patches in forms/ have been somewhat redone so that they apply to the
417   of the 0.88.1 version of fdesign (JMarc)
418 - first draft of german translation of Extended.lyx (Pit)
419 - Fix a bug with spaces in math labels (Alejandro)
420 - Set the timeout for ispell to 15 seconds instead of 2 (JMarc)
421 - Make the update button of Insert->Cross_Reference remember what the
422   current entry was (JMarc)
423 - fix bug where bibliography insets were not deleted when switching
424   to another layout (JMarc)
425 - fix the change case functions which did not work (and corrupted
426   memory) after footnotes (JMarc)
427 - fix newly introduced bug which prevented Compose key from working (JMarc)
428 - Added french menu bindings fr_menus.bind; not yet complete (Emmanuel)
429 - Protected spaces are output as plain spaces in explicit LaTeX code (Edmar)
430 - Better support for Aspell (Kevin Atkinson)
431
432 since 1.0.0pre4
433 - fix to latex log parsing, it could discover false errors (Lgb)
434 - Updated menus.bind to reflect the real menu shortcuts (Etienne)
435 - Made the new url inset use url.sty. (Lgb)
436 - added url.sty to LaTeXFeatures and to LaTeXConfig.lyx.in (Lgb)
437 - Possible fix for the "lyxcrusher" file from Asger. (Lgb)
438 - Updated no.po. (Lgb)
439 - New (html)url inset for linuxdoc and LaTeX. References also work
440   for linuxdoc now (Jose').
441 - IEEEtran document class added. Some documentation in .layout (ARRae)
442 - Brand new german documentation from Peter Suetterlin. It is automatically
443   obtained from the Help menu if your LANG is 'de' (JMarc)
444 - reLyX 2.8.1.1: -o option, bug fixes, plus a couple new commands
445 - new file sv_menus.bind (Joacim)
446 - nl.po updated.
447 - changed to use fl_root instead of RootWindow (Lgb)
448 - some small changes to make doc++ make nicer output. (Lgb)
449 - Fix problem where, after search/replace or spellcheck, the font of the
450   text was not correctly kept (JMarc)
451 - Re-introduces styles paragraph*/subparagraph*, since they are needed for
452   completeness. (JMarc)
453 - applied the scrollmouse patch from Mark Huang (Lgb)
454 - fix autosave to avoid saving when the backup file is already up to date,
455   and to avoid disabling autosave after the first try (JMarc)
456 - added support for footnotes in linuxdoc (Jose')
457 - added support for different textclasses in linuxdoc (Jose')
458 - fixed two table-bugs: Sometimes, documents from 0.12 would cause
459   tables to be rendered wrong: They would extend far beyond the screen.
460   Other times, LyX produced wrong code: empty parbox{} arguments in
461   tables.  (Asger)
462 - added ru.po from Victor (Lgb)
463 - fixed a bug in da.po (%1 used instead of %x1) (Lgb)
464 - fixed segfault bug in tr.po (missing items in menu string) (Lgb)
465 - updated no.po (Lgb)
466 - updated de.po (Peter Suetterlin)
467 - make sure the lyxlookup.C compiles under X11R4 (without compose key-handling,
468   though) (JMarc)
469 - updated slides textclass (JohnW)
470 - fixed the output of <>| in LaTeX. It now outputs the caracters of the
471   \textxxx{} macros according to the encoding and font (JMarc)
472 - Change to display to layouts with Bibliography label so that no space is
473   used if the label is empty (for cv textclass) (JMarc)
474 - Renamed polish-2.kmap to european.kmap. This keyboard map should provide
475   most accented characters used in european language, to be used on a
476   keyboard which lacks dead keys. (Jacek)
477 - Updated fr.po  (Emmanuel)
478 - Improved support for LinuxDoc (Jose)
479 - for textclass authors: \DeclareSGMLClass can now take an optional
480   argument like \DeclareLaTeXClass (JMarc)
481 - Do not try to \protect TeX code inside of moving arguments like
482   section headers; users are supposed to know what they do (JMarc)
483 - use LYX_DIR_10x instead of LYX_DIR_12 to specify the system directory (JMarc)
484 - The binding `cua' is used by default if none is specified (JMarc)
485 - lyxrc is no more overwritten but lyxrc.example is installed instead (JMarc)
486
487 since 1.0.0pre3
488 - change in formula.C to not add 2 to the width of a mathinset (Lgb)
489 - small change to configure to only use -lc and -lm if needed. (Lgb)
490 - Reverted to former no-update policy for the "Insert->References" popup
491   This is to allow multipart-doc users to access the labels from a
492   different document.  RefUpdateCB should be changed to handle multipart
493   docs intelligently.   (ARRae)
494 - Tiny fix to srcdoc generation in Makefile.in (missing /) (ARRae)
495 - reLyX 2.8: (Karger)
496   -- verbatim & \verb
497   -- -h option
498   -- translate math commands (e.g., \sp -> ^). Configurable.
499   -- translate certain arguments to untranslatable commands as regular
500      LaTeX (e.g., second argument to \rotatebox). Configurable.
501   -- translate a few more simple commands + various small bug fixes
502   -- kernel cleanup
503 - added toolbar icon for LFUN_RUNDVIPS received by mail
504   from Gerhard Zintel (Lgb)
505
506 since 1.0.0pre2
507 - Fixes to minibuffer and lyxserver (Joacim)
508 - Added an \spell_command entry in lyxrc, for those who use something
509   else than ispell (aspell?) as spellchecker (JMarc)
510 - reLyX is now installed even when perl has not been found (JMarc)
511 - Fixe several problems with Sun CC on solaris (JMarc)
512 - Added Location and Telephone styles to the letter class (JMarc)
513 - Update polish-2.kmap, add two swiss kmaps from Alain Borel (JMarc)
514 - change `\' to be output as \textbackslash{}, instead of the esoteric
515   \char`\\ which used to be there. I still do not know how to output `"'
516   though (JMarc)
517 - a simple fix for the \centering problem, this problem existed also for
518   \raggedleft and \raggedright. The fix is perhaps not perfect latex file
519   output wise, but it is very simple, and should not have any other
520   implications than the intended one. (Lgb)
521 - set the combo dropdown to do double buffering, looks a lot nicer. (Lgb)
522 - added a hack to ensure that the screen is updated through the
523   correct path. As far as I can se there is close to no speed penalty. (Lgb)
524 - updated no.po (Lgb)
525 - updated documentation (Lgb)
526 - Fixed the LaTeX generation code (paragraph.C) to support use of endfloats.sty
527   and subtables/subfigures containing tables.  Fairly simple controls
528   on the addition of '\n' to the output.  Further comments in code. (ARRae)
529 - updated fr.po, contributed by Emmanuel Gureghian (JMarc)
530 - fix custom export so that dvips can be used as filter (Joacim)
531 - fix running of background tasks under OS/2 cmd.exe (SMiyata)
532 - Change the behaviour of the character popup (Joacim)
533 - fixed a small update bug in table.C (Jug)
534 - made isValidLength accept negative values (Lgb)
535 - Fix bug inserting an index at the beginning of a paragraph (Joacim)
536 - Fixed the display of \mathit characters (JMarc)
537 - Updated LaTXConfig.lyx.in to include latex8 description       (ARRae)
538 - Further update of inset popup hiding on buffer switch         (ARRae)
539   -- Added a HideFiguresPopups function to hide all figure editing
540      popups on buffer switch.
541   -- Added insetindex popup to be hidden also
542   -- removed insert-figure popup from group to be hidden because it
543      will correctly handle readonly buffers and buffer switches
544   -- All inset popups that work on a particular instance of an inset
545      (recorded by the popup) are now hidden on a buffer switch or
546      read-only toggle.
547 - Fixed InsetInclude to hide popup if deleted -- fixes segfault (ARRae)
548 - Hide most/all inset popups when buffer switched               (ARRae)
549   -- the contents of the popups only makes sense for the previous buffer
550      and hiding the popups avoids accidental modification of a buffer
551      the user can't see.
552 - LinuxDoc: removed support for <tscreen>, cleaned up code for generation
553   of sgml, cleaned up <quote>  (Jose).
554
555 since 0.12.1pre8
556 - updated dependencies in src/Makefile.in (Lgb)
557 - fixed (partly) line breaking in LaTeX output; InsetQuotes::Latex was
558   returning a number of characters instead of a number of lines
559   (ARRae & JMarc)
560 - da.po bugfixed and updated. (Asger)
561 - Now, we have both "File->Import->Ascii as Lines" and
562   "File->Import->Ascii as Paragraph". (Asger)
563 - Better behaviour in Version Control with changed documents. (Asger)
564 - Optional hyphens will not break words into two when spellchecked. (Asger)
565 - Using Ctrl+enter to produce empty lines in LyXCode works correctly, and
566   produces an empty line rather than an error now. (Asger)
567 - Export as LaTeX, SGML, and ASCII won't silently overwrite any
568   files. (Asger)
569 - removed assignment to static variable (paragraph_id) in lyxparagraph.h
570   -- assignment was already elsewhere in the code (ARRae)
571 - reLyX 2.7.2.1: Translate common optional args to \documentclass (Karger)
572 - reLyX 2.7.1.1: support \input and \include. -p option. Whitespace and
573   word-wrap more like LyX. Translate commands generated by specific LyX layouts
574   (e.g., \lyxaddress). (Karger)
575 - Changed the time of action on clicks on references, insets, math insets,
576   etc., such that things won't happen until you RELEASE the mouse button,
577   rather than when you press it.  This makes it much easier to select text
578   close to these things. (Asger)
579 - added an X error handler. We should no more lose data because of
580   bad X servers (or faulty X-code) (Lgb)
581 - Fixed bibtex database support so that it works in a temp. dir (JMarc)
582 - Fixed minipage LaTeX generation within floats/footnotes (ARRae)
583 - Added support for localized bind-files and localized documentation
584   (Joacim & JMarc)
585 - Fixed crash when \kbmap is true, but no keyboard map has been defined (JMarc)
586 - Reworded lib/lyxrc a bit, so that printer setup is hopefully easier
587   to understand (JMarc)
588 - fixed readonly operation of dialogs (ARRae)
589 - fixed the new File->Import submenu so lastfiles > 4 still works (ARRae)
590 - reLyX 2.6.1.3: support \hfill and optional argument to \cite,plus
591   several bug fixes
592 - Fix a problem with LinuxDoc documents, where the first character
593   after an \htmlurl was lost in SGML output (JMarc)
594 - We had a segfault if a SGML file that did not exist was opened. Fixed!
595   (Perhaps not a perfect fix, but it does not segfault.) (Lgb)
596 - Change the spellchecker to reject collated words like 'wellcome' by
597   default. See lyxrc if you do not like that (JMarc)
598 - Fix the spellchecker so that it ignores text marked as LaTeX (JMarc)
599 - Removed some old SGI specific code which seems to hurt more than it helps
600   (JMarc)
601 - Augment the buffer size MAX_BUF_LEN of LyXLex to 2048 (JMarc)
602 - The environment variable PERL is now honored by configure (JMarc)
603 - Update configuration scripts for OS/2 (SMiyata)
604 - Work around a bug in DEC cxx 6.0. The code is at least as clear as
605   it used to be, in fact (JMarc)
606 - Add definition of the lyxcode environment for the slides textclass (JMarc)
607 - reLyX 2.6.1.2: lots of bug fixes, support for BibTeX commands (Karger)
608 - made VSpace accept negative lengths. (Lgb)
609 - applied patch by carsten (Lgb)
610 - update of de.po (Peter)
611 - update of sv.po (Joacim)
612 - update of no.po (Lgb)
613
614 since 0.12.1pre7
615 - Added protection against !` and ?` ligatures in quote insets (JMarc)
616 - Renamed 'Advanced Editing' to 'Extended Features' and removed
617   'How do I-' in help menu (John)
618 - Fixed menus.bind to reflect the right bindings for the Layout-Menu (Jug)
619 - added new commandtag layout-save-default to be able to insert the
620   "Save Layout as default" menu entry to the binds (Jug)
621 - Small fix in table.C for segfault when reading tables converted
622   with reLyX (Jug)
623 - Fix the display of labels, refs (all insetcommands, in fact) when
624   -Mono is in effect (JMarc)
625 - Changed text Multi-Cell to Multicolumn in table->extra->menu (Jug)
626 - Fixed handling of alignment-options for multicolumn-cells (Jug)
627 - Added support for the new lyxrc command \relyx_command in
628   lib/configure (JMarc)
629 - re-introduce old code in generation of list of references in
630   Insert->Cross_Reference when using the oldish xforms 0.81 (JMarc)
631 - reLyX 2.6: better table support, \bibitem support, and bug fixes (Amir)
632 - Click on a ToC inset, and the ToC pop-up appears. (Asger)
633 - Improved logic on File Open with already opened documents. (Asger)
634 - Updated *.po because of menu logic number changes. (Asger)
635 - Fixed crashes when switching documents with open math insets. (Asger)
636 - Disallow include files with textclass different from the master
637   document textclass (when creating LaTeX file) (JMarc)
638 - Fix buglet where typing Return at the beginning of a bibliography
639   entry would lose the bibkey inset (JMarc)
640 - Added contributed polish-2.kmap keymap file (JMarc)
641 - Fixed bug which caused a segfault when deleting last row when
642   inside a math-inset (Jug)
643 - Fixed a buglet in MenuNew with already open document. (Asger)
644 - Fixed LString static initialization problem exposed on RedHat 5.1
645   causing crash on File Open. (Asger)
646 - Added "File->Import" menu to allow direct import of LaTeX and ASCII files.
647   Requires Perl5.002 and reLyX to work for LaTeX files. (Asger)
648 - Fixed wrong identity string. (Asger)
649 - Replaced koma-script textclasses with better ones provided by Bernd
650   Rellermeyer (JMarc)
651
652 since 0.12.1pre6
653 - Fixed custom-export to that makeDVIOutput is called only if type
654   .dvi or .ps is requested (Jug)
655 - Fix buglet in generation of list of references in Insert->Cross_Reference
656   (JMarc)
657 - Fixed small bug in producing command for fax_program (Jug)
658 - Accept floats in bounding box for [e]ps pictures (JMarc)
659 - fix bug in mathed where an empty fraction would cause a core dump (JMarc)
660 - Add support for sans-serif fonts on screen in math editor (JMarc)
661 - Added support for 'Other' spacing in Layout->Document (JMarc)
662 - Hopefully made lib/configure more robust when latex could not be run
663   (JMarc)
664 - fix crash when the paper layout popup is closed from the window manager
665   (JMarc)
666 - Newly created notes are now empty (JMarc)
667 - Fixed bug with appendix and table of contents (Matthias)
668 - added support for multiple packages in \DeclareLaTeXClass for classes that
669   need some packages. See for example latex8.layout (JMarc)
670 - added Latex8.cls support -- IEEE conference papers (no docs yet) (ARRae)
671 - minor fix to eliminate a "warning comparison of enumeral and non-enumeral
672   types" in math_inset.C   (ARRae)
673 - attempt to reduce possibility of warnings when closing splashscreen
674   with the window manager (made it FL_NOBORDER and 7secs)    (ARRae)
675
676 since 0.12.1pre5
677 - table-header changed from multicol4 to multicol5 as there
678   are changes in the save-format (Jug)
679 - fixed bug with multicolumns and header p{} (Jug)
680 - fixed bug in LaTeX-minipage output (Jug)
681 - fixed bug in production of \parbox in last table cell (Jug)
682 - added support for User-defined table-headers (Jug)
683 - added support for User-defined multicolumn-definition
684   also the width of multicolumns can now be specified extra
685   in the Width-Box (Jug)
686 - \footnote[mark][text] only used for list-like environments   (ARRae)
687 - Open bibitems with C-o (open-stuff) at the beginning of a paragraph
688   (Matthias)
689 - reLyX 2.5.2.3: Read .lyx/syntax.defaults if possible; always use TeX mode,
690   never LaTeX layout, for untranslatable text (Karger)
691 - Newlines marked as TeX are no longer output as \\ (JMarc)
692 - LaTeX generation cleanup
693   -- extracted common code into separate functions to improve maintainability
694   -- fixed a font generation bug as a result                      (ARRae)
695 - LString::srep empty_rep static initialisation fixes (ARRae)
696 - small speedup of LaTeX generation (about 3%) (ARRae)
697 - small cosmetic change to LyXTextClassList::load() (ARRae)
698 - update de.po (Peter)
699 - reLyX 2.5.2.2: syntax files now contain "regular environments", and -s option
700   causes reLyX to read multiple (e.g., user-defined) syntax files (Karger)
701 - really fix (??) the tendency of lib/configure to nuke useful files and
702   provide a usable packages.lst when LaTeX cannot be run (JMarc)
703 - fixed bug with newlines in tables (Juergen)
704 - layoutchoice is now updated at one, you don't have to move the
705   cursor or the mouse to make it update anymore (Lgb & patch posted to list)
706 - small changes to the lyxvc code, now has default log msg. (Lgb)
707
708 since 0.12.1pre4
709 - also the check to hindre latex runs if there are gs' running
710   has been disabled, it did't work anyway. (Lgb)
711 - new try for a closing to the gs render problem, SIGCHLD removed. (Lgb)
712 - os2 files updated
713 - reLyX 2.5.1.1: one major and some minor bug fixes (Karger)
714 - reLyX 2.5: read in LaTeX command syntax plus bug fixes (Karger)
715 - Added appendix support from Matthias. No menu or doc for now (use the
716   `appendix' function to toggle) (JMarc)
717 - Added textclass ejour2 for Springer Journals from Martin Vermeer,
718   heavily modified by me; added corresponding documentation to
719   AdvancedEditing.lyx and LaTeXConfig.lyx  (JMarc)
720 - Small fixes here and there (JMarc)
721
722 since 0.12.1pre3
723 - Fixed the behaviour of theorem-like environment in the LaTeX output;
724   updated Foils.lyx accordingly (JMarc)
725 - Extended the syntax of LatexParam in layout files, so that arbitrary
726   fixed arguments can be given. Updated foils.layout accordingly
727   (JMarc)
728 - Tried to make the documentation of layout files in Customization.lyx
729   a bit better (JMarc)
730 - Fixes to sgml support from Jose (JMarc)
731 - A few code changes in figinset.C (bad debug statements), lyxlex.h,
732   math_parser.C and vspace.h (warnings) (JMarc)
733 - New dinbrief.layout from Carsten Kaemmerer & Jürgen (JMarc)
734 - Fixed hiding of invisible form_title (ARRae)
735 - Fixed corrupt layout segfault,
736   reverts to article and gives a warning. (ARRae)
737 - linuxdoc: Added more character-symbols to output (Bernhard)
738 - linuxdoc: use latex-preamble as linuxdoc-preamble (Bernhard)
739 - linuxdoc: problem solved, for NULL-ptr (Jose Abilio)   
740 - Duplicated rom for math macros. (Alejandro)
741 - Improved math parser error messages function. Better messages, and
742   updates lyxlex line number. (Alejandro)
743 - Fixed bug reading accented undefined names. (Alejandro)
744 - Fixed two bugs in layout files handling (JMarc)
745 - Fixed a typo in the hu.po translation file below (JMarc)
746 - reLyX 2.4: Table support! (Also accents and center/flush[right|left])(Karger)
747 - Added Hungarian translation and binding file, supplied by Kadar
748   András <kadara@eik.bme.hu> and Krémer Péter(JMarc)
749 - Fixed Insert->Index in menus.bind (JMarc)
750 - Fixed Layout->Document so that the font size and page headings lists
751   are refreshed correctly when switching class, as reported by Kalle
752   (JMarc)
753 - Updated a but Customization.lyx about layout files parameters
754   (JMarc)
755 - Added new landslide.lyx example, provided by Kimmo Koli (JMarc)
756 - Changed a bit the citation and index insets, so that the popups are
757   closed only when *their* inset is deleted (JMarc)
758 - Fixed a color problem when using a private colormap (JMarc)
759
760 since 0.12.1pre2
761 - minor doc updates to Tutorial, UserGuide, and Introduction (Karger)
762 - reLyX 2.3.1.1: lots of bug fixes and support for -c option (Karger)
763 - New textclasses for koma-script package created by Bernd K"ummerlen
764   <bkuemmer@ix.urz.uni-heidelberg.de> (JMarc)
765 - New tag \screen_font_popup in lyxrc, which has the meaning of the
766   existing \screen_font_menu; the semantic of the later is changed to
767   *really* apply to menus (JMarc)
768 - Fix to lib/configure: works when LaTeX is broken (JMarc)
769 - Fixes to configure: recover when perl is not found; add a
770   replacement for atexit on SunOS (JMarc)
771 - Fix to src/Makefile.in: changed the order of libraries and added a
772   missing $(LIBOBJS) (JMarc)
773
774 since 0.12.1pre1
775 - SGML-buglet fixed, causing errors in sections with [] and {} (Bernhard)
776 - inserted redraw after SGML-processing, such that error-boxes will be seen
777   immediatly (Bernhard)
778 - added Buffer::redraw() for screen-update (Bernhard)
779 - Fixed a bug regarding the insetbib-popup causing a crash if the inset was
780   deleted while the popup was active, same for insetcitation and
781   insetindex. (Joacim)
782 - Changes to the documentation, re the numbers of undo-levels (Joacim)
783 - A few more _()'s (Joacim)
784 - Fixed the makepatch command and *really* re-added the reLyX.in
785   wrapper :-( (JMarc)
786 - Fixed(?) problem with bibliography item number broken after 127. Now
787   the limit is 255 (JMarc)
788 - Fixed problem with character £ in encodings other than latin1
789   (JMarc)
790 - Removed the CommandTitle tag in layout files and added new tag
791   InTitle (JMarc)
792 - Cleaned up ams layouts, so that Abstract works, among others (JMarc)
793 - re-added the new reLyX wrapper, which got lost ; added reLyX
794   installation in binary distributions (JMarc)
795 - Fixed the behaviour of Static labels in theorem-like environments ;
796   at least now what you get on screen is consistent with what you get
797   on paper ; fixlet to foils.layout (JMarc)
798 - Patch by ARRae for missing paragraph breaks in environments (JMarc)
799 - reLyX 2.3: reads layouts from LIBDIR/layouts/ (Karger) + buglet (JAMatos)
800 - reLyX 2.2.3.1: -r and -t to handle unknown environments + buglets (Karger)
801 - reLyX 2.2.2.1: -d (debug) + some bug fixes (Karger)
802 - reLyX has a man page! (Karger)
803
804 since 0.12.0
805 - fixed a bug regarding melt and added an entry in the reference manual for
806   melt (Joacim)
807 - fixed a few cosmetic bugs in the GUI (Joacim)       
808 - Modified the way dvips is called in File->Print. NOTE THAT YOU WILL
809   HAVE TO FIDDLE WITH LYXRC TO PASS THE PRINTER NAME TO DVIPS. This is
810   the price to pay to have it work on mis-configured systems (JMarc)
811 - You can now override the LYX_LIBS variable to make a binary
812   distribution of LyX with static libforms and libXpm. (JMarc)
813 - Fixed bug in reLyX installation and textclass.lst generation (JMarc)
814 - Fixed problem with inline when not using gcc (JMarc)
815 - Fixed some warnings reported by SGI CC (JMarc)       
816 - Fixed some problems for the \hlines in longtable-header/footers (Jug)
817 - endess-loop by converting layouts to linuxdoc belonging to references
818   killed (Bernhard)
819 - extra parameter for Buffer::GetNextParameter. Now it's possible to
820   change the convertion behaviour of single characters depending on the
821   layout. (Bernhard)
822 - New wrapper reLyX.in (JMarc & Karger)
823 - Fix a bug in lib/configure, where files are deleted by mistake
824   (JMarc)
825 - Updates to WHATSNEW, INSTALL, UPGRADING and BUGS.lyx (JMarc)
826 - configure also checks for the C++ compiler xlC (JMarc)
827 - reLyX 2.2.1.1: Bug fixes + added abstract environment (Karger)
828 - added typecasts to unsigned char for arguments to ctype-functions, to
829   fix problems regarding locale+ctype on Solaris2.5 (Joacim)
830 - added a help text for melt (Joacim)
831 - new wrapper around reLyX generated by autoconf (Amir & JMarc)
832 - moved reLyX to lib/ and modified Makefiles for installation and
833   binary distribution (JMarc)
834 - Fixed problems with determination of LyX library dir (JMarc)
835 - Fix buglet with fonts ; fixed buglet with installation of .mo
836   files. (JMarc)
837 - Updated `problems' section of INSTALL (JMarc)
838 - use g++ for compilation if this is possible (JMarc)
839
840 since 0.12.0pre8
841 - Fixed bad placed cursor after pasting bug in math mode. (Alejandro)
842 - Prevented some problems from missing arguments of LyX functions
843   in math mode, in some cases only correct arguments are used. (Alejandro)
844 - More math array metrics problems fixed, specially for 1 column
845   matrices.  (Alejandro)
846 - reLyX v2.2. Updated from pre-alpha to alpha (Karger)
847 - CleanTeX is now called from reLyX, not a separate program (Karger)
848 - new very basic fr.po file submitted by Emmanuel Gureghian (JMarc)
849 - .mo files are not installed under the same name as LyX
850   (i.e. lyx$(program_suffix) (JMarc)
851 - reLyX added to the bindist target (JMarc)
852 - Update of de.po (Peter)
853 - New subsection in Customization: Menu shortcuts for alternative
854   languages. (Peter)
855 - Menu shortcuts file menus_de.bind in lib/bind (Peter)
856 - Fixed warnings about casting pointers to int on 64bit architectures
857   (JMarc)
858 - Fixed compilation problems with DEC cxx (JMarc)
859 - add support for environment variable LYX_LOCALEDIR (JMarc)
860 - rewrote README.bin.example (JMarc)
861 - Remove the bogus 'lp' default in Print popup ; use the name of the
862   printer when printing to file (JMarc)
863 - Fixed the order of the entries in the Insert->Float submenu (JMarc)
864 - Removed the 'M-c i' binding. (JMarc)
865 - Fixed the reference to sgml-tools in AdvancedEdit.lyx ; fixed
866   (again) Intro.lyx (JMarc)
867
868 since 0.12.0pre7
869 - small change in iletter.tex (Jug)
870 - fixed the fontchange in the Table-Layout that it returns to
871   FL_BLACK if the buttons are activated (Jug)
872 - fixed update-bug in Layout-Table (Jug)
873 - fixed the input fields for lengths in PaperLayout and TableLayout
874   with the above function. BLANK-chars are now striped so the error
875   should occur again (Jug)
876 - Updated ANNOUNCEMENT. (Asger)
877 - Updated BUGS.lyx. (Asger)
878 - Fixed small problem with floatflt: It does not take positional arguments.
879   (Asger)
880 - Fixed problem with filenames.with.dots.in.them. (Asger)
881 - Fixed italics and small caps in all docs (JMarc)
882 - Fixed some annoying vertical navigation bugs of math arrays. (Alejandro)
883 - Fixed metrics bug with 1x1 math arrays. (Alejandro)
884 - No more void \labels with equations. (Alejandro)
885 - Removed "copy a void array" error message. (Alejandro)
886 - many small bug-fixes to below-mentioned reLyX (Karger)
887 - Fixes suggested by Jmarc, plus italic->emph change, in Tutorial (Karger)
888 - added check for X11 availability in configure ; improved the various
889   error messages (JMarc)
890 - nuked the nonfeature 'swap Y<->Z' from Options->Keyboard and docs (JMarc)
891 - fixlets to the documentations (JMarc)
892 - added close handler to table_options forms (JMarc)
893 - fixed the LaTeX output routines so that the length of insets is
894   taken in account (JMarc)
895 - Changed the double keystroke deadkey behavior (alkis)
896 - Updated de.po (Peter)
897 - Small changes to AdvancedEdit (section aapaper) (Peter)
898 - sort of working, most probably buggy, pre-alpha reLyX (Karger)
899 - mentioned reLyX in Tutorial and User's Guide "LaTeX Users" chapters (Karger)
900 - Added short description of comment environment. (Asger)
901 - Fixed problem of pasting the wrong place. (Asger)
902 - Made LyXServer a bit more robust: Ignores end-of-line markers and empty
903   requests. Will hopefully prevent crashes. (Asger)
904 - Updated BUGS.lyx. (Asger)
905 - Included OS/2 info for LyXServer in Customization. (Asger)
906 - Fixed crash with file-browser on directory without read-permission. (Asger)
907 - Changed default pasting mode with middle button to "as paragraphs".
908   Hopefully fixed crashes with this on too. (Asger)
909 - improved index entry insertion (menu support and minibuffer arg) (CFO-G)
910 - added documentation in References.lyx for index entries and printing (CFO-G)
911
912 since 0.12.0pre6
913 - some updates to the docs (JMarc)
914 - chkconfig.ltx warns that detection of ec fonts may take a long time
915   (JMarc)
916 - simple workaround for problems with LyXCode and spaces (JMarc)             
917 - fixed bugs in the production of LaTeX code for the ExtraParagraph
918   stuff (minipages & indented text) (Jug)
919 - fixed the wrong <Hot-Key> in the Fax-Form (Jug)
920 - fixed (hopefully) the problems with Standard-Paragraph in higher
921   depth in a list-environment (Jug)
922 - some fixes with the letter-layouts (added the stdlists.inc)
923   and templates (fixed iletter.*) (Jug)
924 - added new example file Minipage.lyx (Jug)
925 - Cleaned up BUGS.lyx (CFO-G)
926 - bugfix for linuxdoc: problem with wrong path leading to
927   ununderstandable error-messages while generating dvi- or postscript-
928   output (Bernhard)
929 - options changed for SGML-tools 1.0.*-compliance. We will get
930   trouble now for linuxdoc 0.99.*/1.5! (Bernhard)
931 - fixed a bug with drawing of caption lables, and noindented text
932   in floats. (Lgb)
933 - added minimal size on the main window. (Lgb)
934 - small changes to lyxfunc, so that perhaps backspace will work better (Lgb)
935 - installed new banner and icon (JMarc)
936 - fixed Intro.lyx so that it is LaTeX-able (JMarc)
937 - replace 'Reference guide' with 'Reference manual' everywhere (JMarc)
938 - fixed problem with po/Makefile and SGI make (JMarc)
939 - fixed reading of labels with spaces in LyX 0.10.7 files (JMarc)
940 - fixed the vertical resize repaint problem (*phew*) (Joacim)
941 - Fixed bug when switching documents, one of them in math mode. (Alejandro)
942 - Fixed bad width of a math array. (Alejandro)
943 - Frac now behaves more like LaTeX (for the limits problem). (Alejandro)
944 - bugfix to gettext.m4, which dod not recognize an installed gettext !
945   Thanks to Joacim Persson for pointing this out (JMarc)
946 - minor bugfix in the clean and distclean targets of Makefile.in (JMarc)
947 - minor updates of aapaper and de.po (Peter)
948 - spellchecked all docs and examples (CFO-G)
949 - Fixed repaint problems. (Asger)
950 - Small stuff. (Asger)
951
952 since 0.12.0pre5
953 - small change to SpecialTools.lyx. used \chapter* for Introduction. (Lgb)
954 - doc bugfixes ; SCO configure bugfixes (JMarc)
955 - Fixed crash after erroneous "font-size default" command. (Asger)
956 - Fixed "Insert LyX file" to ignore buffer-parameters. (Asger)
957 - Continued updating Customization: Cleaned up the I18N section. (Asger)
958 - Fixed ruined Special Tools. (Asger)
959 - A few cosmetic changes in LyXServer. (Asger)
960 - Updated Customization: Clean-ups, finished description of font setup,
961   updated description of LyXServer and moved it to Special Tools. (Asger)
962 - Renamed lyxrc command \update_statusbox to \display_shortcuts. (Asger)
963 - Rewrote LyXServer: Use LString all over. Made robust LyXComm class.
964   Added -dbg 8192 to debug LyXServer. (Asger)
965 - Cleaned up the example development/server_monitor.c. (Asger)
966 - Merged LyXVC.lyx into Special Tools. (Asger)
967 - Updates in User Guide. (Asger)
968 - I most have been drunk when I implemented the label name escaping.
969   Several problems were fixed and I've changed it to be kind of MIME-ish.
970   The thing should work now. (Asger)
971 - Fixed bug of parsing spaces at the end of a line in math arrays  (Alejandro)
972 - Now it's possible to put any math symbol on the toolbar (Alejandro)
973 - increased some buffersizes in lyxserver. (Lgb)
974 - replaced the #if 0 gettext stuff in lyxfunc with N_() (Lgb)
975 - Added po/README with information on how to update a po file. (Asger)
976 - Updated da.po, no.po (Asger, Lgb)
977 - BUGS.lyx updated. (Asger)
978 - Better handling of errors with FilePtrs - fixes reported bug
979   with "lyx non_existant_directory/test.lyx". (Asger)
980 - Fixed miscoloring of InsetCommand's in TeX mode. (Asger)
981 - Fixed size calculation of menu labels, and added a bit more space to
982   make it look a bit better. (Asger) Fixed it. (Lgb)
983 - Fixed missing progress of spellchecker progress meter. (Asger)
984 - Make LyX use "\pounds{}" instead of "£" in LaTeX output. (Asger)
985 - Make LyX escape problematic characters in names of labels rather
986   than forbid them. (Asger)
987 - Make LyX handle error situations after "spellchecker running" or "rendering"
988   nag-boxes better, including when sending faxes. (Asger)
989 - Changed definition of a LyX filename from files ending with ".lyx" or
990   ".lyx#" to files containing ".lyx". This makes it possible to open
991   "LaTeXConfiguration.lyx.in" again. (Also for SGML files.) (Asger)
992 - A few small things. (Asger)
993
994 since 0.12.0pre4
995 - nl.po added, fi.po updated
996 - tiny bug in de.po fixed (Lgb)
997 - small update to LaTeX.[hC] to make it possible to use natbib.sty. (Lgb)
998 - fixed a stupid bug in lyxvc.C (Lgb)
999 - removed all trace of the old `make depend' target (JMarc)
1000 - compose key handling is finally working ! Well, in fact, it works on
1001   my machine...(JMarc) I fixed a couple of in the compose code, and made
1002   it work as it has used to concerning deadkeys. (Lgb)
1003 - added basic support for \part and \part* (no automatic numbering
1004   though) (JMarc)
1005
1006 since 0.12.0pre3
1007 - updated de.po and cleaned-up shortcuts (Peter)
1008 - small changes in aapaper.layout: Some wrong indentations, take out
1009   stdstarsections (Bibliography now in stdstruct)(Peter)
1010 - Replaced the shortcut for OK in lyx_sendfax.fd with #O (Joacim)
1011 - argument to moveCursorUpdate bool instead of int (Joacim)
1012 - fixed a "foreverbug" with the title form. (Lgb)
1013 - LyXVC::showLog now works as it should (Lgb)
1014 - The cursor is now updated when running some of the insertion commands. (Lgb)
1015 - when inserting single chars the undo info is stored for
1016   every 20th character (Lgb)
1017 - More pragmas added, this showed a "bug" functions declared but
1018   never defined. (Lgb)
1019 - Some small cleanup related to commented code. (Lgb)
1020 - Updates to Customization.lyx, Tutorial.lyx, ABOUT_NLS and
1021   INSTALL.autoconf (JMarc)
1022 - Show LyXDir and UserDir in Help->Version (JMarc)
1023 - Fix the order of menu items in Insert->Lists & TOCs (JMarc)
1024 - Fix the problems in Makefiles reported by Juegen (JMarc)
1025 - Cleanups in lyxlookup.[Ch]. Still does not work (JMarc)
1026 - fixed handling of file in subdirectories for includeinsets (JMarc)
1027 - `fixed' behaviour of Font tag in layout files by adding a new tag
1028   TextFont (JMarc)
1029 - bugfix in configure (JMarc)
1030 - updated a bit Customization.lyx, BUGS.lyx and INSTALL (JMarc)
1031 - visual cleanup of the Find&replace dialog (JMarc)
1032 - quick fix for a bug regarding "options:" in the minibuffer in combination
1033   with gettext (Joacim)
1034 - "case insensitive" and "complete word" search in form1, lyxfr0, lyxfr1 (HB)
1035
1036 since 0.12.0pre2
1037 - Increased the time short-cut keys are displayed in minibuffer
1038   from 4 to 6 seconds. (Asger)
1039 - Increased LyXLex buffer to avoid warnings when viewing
1040   the user guide. (Lgb & Asger)
1041 - Small fixes in a few doc files. (Asger)
1042 - Added partial Danish translation file da.po. (Asger)
1043 - Fixed Cursor-Down Bug in tables (as reported) (Jug)
1044 - Fixed a bug in producing code for minipages (Jug)
1045 - got toggle-user-defined-style button working, and fixed the bug with the
1046   Apply-button in Layout-->Character Removed an unused parameter for
1047   lyx_cb.C:ToggleAndShow and LyXText::ToggleFree (Joacim)
1048 - Added foils documentation to Special Tools [foils.cls v2.1]. (ARRae)
1049 - Extended the Foils.lyx example file (ARRae)
1050 - Fixed up the foils.layout file to match foils.cls v2.1 output (ARRae)
1051 - Fixed the "too many '\n' at end of an envirnment" problem that caused
1052   the [] at the end of a Proof environment to be on the wrong line (ARRae)
1053 - Fixed up cursor movement so floats, insets and hfills are treated
1054   as words. (ARRae)
1055 - Added two bug reports to BUGS.lyx since they are unlikely to be fixed
1056   before 0.12 (ARRae)
1057 - Moved Bibliography from stdstarsections.inc to stdstructs.inc (ARRae)
1058 - added a missing break in LyXFunc::Dispatch (did you wonder where those
1059   strange paragraph documents came from?) (Lgb)
1060 - the cursor is now updated after each character(-group) inserted into
1061   the document. (Lgb)
1062
1063 since 0.12.0-pre1
1064 - Changed the name of the dependencies file to <file>.dep, this fixes
1065   a bug when \use_tempdir false, or when a document is renamed. (Lgb)
1066 - Now limits should work in LyX as in LaTeX, as expected. (Alejandro)
1067 - (temporary) fix for deadlock between MenuRunLaTeX vs ispell and gs (Joacim)
1068 - changed the default default papersize to usletter ; some clean up in
1069   dvips and xdvi paper handling (JMarc)
1070 - fixed accented `i' in latin1 and latin2 encodings (JMarc)
1071 - lib/configure ignores environment variables like LATEX or GS (JMarc)
1072 - updated BUGS and BUGS.lyx (JMarc)
1073 - added a word count to the spellchecker. As requested. Not error prone. (Lgb)
1074 - po file for german (de.po) added (Lgb) (made by Peter Metternich)
1075 - improved a bit the `bindist' target of the makefiles. (JMarc)
1076 - improved(?) compose key handling (JMarc)
1077 - fixed the problem with ON/OFF in LyXFont (JMarc)
1078 - xforms-81 + gcc-2.6.3 compatibility (ARRae)
1079 - Bullet Selection now checks libXpm version and WriteAlert()'s
1080   This should stop those pesky Slackware-induced segfaults (ARRae)
1081 - Fixed (or at least limited) a segfault when deleting insets (ARRae)
1082 - small fix to LString == and != and LString=(char) (ARRae)
1083 - fixed a bug in figinset.C regarding the Subfigure radio button in the
1084   figure form. It was impossible to unset Subfigure. (Joacim)
1085 - thereby the problem with the inlined moebius.ps in 4.4 in
1086   UserGuide.lyx could be solved. (Joacim)
1087 - cured a couple of forms from the vi-syndrome (forms with input fields
1088   that have widgets with plain keys as shortcuts, making it impossible to
1089   input those keys in the input fields) (Joacim)
1090 - added a section in Chapter 5 in Customization.lyx about translating
1091   LyX (Joacim)
1092 - Fixed Export to DVI to save in current directory. (Asger)
1093 - Changed default background color from "bisque" to "LemonChiffon1". (Asger)
1094   o switched again to "linen" (Lgb)
1095 - A few small things. (Asger)
1096 - Fixed spellchecker to send ' and escape chars to ispell. (Asger)
1097 - fixed a bug in src/gettext.h ( N_() )  (Joacim)
1098 - used the fixed N_() to replace the ugly kludge LyXFont::setGUINames with
1099   something less kludgy (that actually works in non-english versions too ;)
1100 &n