]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
d8d02ee3413645f6138d07849602255191188d0b
[lyx.git] / src / ChangeLog
1 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
2
3         * BufferView.h:
4         * BufferView.C:
5         * BufferView_pimpl.h:
6         * BufferView_pimpl.C:
7         * lyxfind.h:
8         * lyxfind.C: 
9         * minibuffer.C: remove focus management of workarea,
10           not needed. Use screen's greyOut()
11  
12 2002-06-17  Herbert Voss  <voss@lyx.org>
13  
14         * converter.C: (convert) do not post a message, when converting
15         fails, let the calling function decide what to do in this case
16  
17 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
18
19         * lyxfunc.C: tidy up a little
20  
21 2002-06-16    <alstrup@diku.dk>
22
23         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
24         Got rid of FORMS_H_LOCATION include. Now we are
25         GUII.
26
27 2002-06-15  LyX Development team  <lyx@rilke>
28
29         * buffer.[Ch] (sgmlOpenTag):
30         (sgmlCloseTag): Added support for avoiding pernicious mixed
31         content. Return number of lines written.
32
33         (makeLinuxDocFile):
34         (makeDocBookFile): Fixed calls to sgml*Tag.
35         Simple white space clean.
36
37         (simpleDocBookOnePar): Simple white space clean.
38
39         * tabular.[Ch] (docBook): Renamed to docbook and got another
40         argument to related with the pernicious mixed content.
41
42         (docbookRow): Fixed calls for docbook inset method.
43
44 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
45
46         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym, 
47         so it's X11 independent.
48
49         * kb*.[Ch]: ditto.
50
51         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
52
53 2002-06-15  Lyx Development team  <lyx@electronia>
54
55         * intl.h: Renamed getTrans to getTransManager.
56
57 2002-06-14  Angus Leeming  <leeming@lyx.org>
58
59         * Makefile.am: nuke forgotten stl_string_fwd.h.
60
61 2002-06-12  Angus Leeming  <leeming@lyx.org>
62
63         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
64
65 2002-06-13  Angus Leeming  <leeming@lyx.org>
66
67         * LaTeX.C:
68         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
69
70 2002-06-12  "Andrew Zabolotny"  <zap@cobra.ru>
71
72         * kbmap.C (getiso): add support for cyrillic and greek
73
74 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
75
76         * BufferView.h:
77         * BufferView.C:
78         * BufferView_pimpl.h:
79         * BufferView_pimpl.C: move bogus scrolling logic
80           to xforms
81  
82 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
83
84         * lyxfunc.C:
85         * BufferView_pimpl.C: view->resize() change
86  
87 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
88
89         * BufferView_pimpl.C: topCursorVisible
90           prototype change
91  
92 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
93
94         * Makefile.am:
95         * lyx_gui.h:
96         * lyx_gui.C: move to frontends/
97  
98         * main.C:
99         * lyx_main.h:
100         * lyx_main.C: changes from above
101  
102 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
103
104         * intl.C:
105         * intl.h:
106         * kbmap.C:
107         * kbsequence.C:
108         * lyx_cb.C:
109         * lyx_main.C: minor tidy
110  
111 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
112
113         * BufferView_pimpl.h:
114         * BufferView_pimpl.C:
115         * BufferView.h:
116         * BufferView.C: make painter() const,
117           remove dead code
118  
119         * BufferView2.C: use screen() accessor
120  
121         * lyx_main.h:
122         * lyx_main.C: some minor cleanup
123  
124 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
125
126         * BufferView_pimpl.h:
127         * BufferView_pimpl.C: remove enter/leaveView,
128           use workHeight()
129  
130 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
131
132         * BufferView.h:
133         * BufferView.C:
134         * BufferView2.C:
135         * BufferView_pimpl.h:
136         * BufferView_pimpl.C: only construct screen once,
137           rename
138
139         * lyxrc.C: remove pointless comment
140  
141 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
142
143         * BufferView.h: 
144         * BufferView.C: remove active() and belowMouse()
145
146         * BufferView_pimpl.h:
147         * BufferView_pimpl.C: use workarea() not workarea_,
148           and make it use a scoped_ptr instead
149
150 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
151
152         * lyx_gui.C: add debug message on BadWindow
153  
154 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
155
156         * sp_spell.C: fdopen is not part of the C++ standard.
157
158         * paragraph.C (InsetIterator): use >= instead of ==
159
160 2002-06-07  Angus Leeming  <leeming@lyx.org>
161
162         Fixes needed to compile with Compaq cxx 6.5.
163         * BufferView_pimpl.C:
164         * DepTable.C:
165         * buffer.C:
166         * converter.C:
167         * encoding.C:
168         * lyx_gui.C:
169         * lyx_main.C:
170         * lyxtextclasslist.C:
171         * minibuffer.C:
172         * sp_spell.C:
173         * tabular_funcs.C:
174         * vc-backend.C:
175         all c-library variables have been moved into namespace std. Wrap
176         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
177
178         * lyxlength.C:
179         * tabular-old.C:
180         * tabular.C:
181         Add a using std::abs declaration.
182
183         * kbmap.h (modifier_pair):
184         * paragraph.h (InsetTable, InsetList):
185         * lyxfont.h (FontBits):
186         type definition made public.
187
188         * bufferlist.C (emergencyWriteAll): the compiler complains that
189         there is more than one possible lyx::class_fun template to choose from.
190         I re-named the void specialisation as lyx::void_class_fun.
191
192         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
193
194         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
195         the compiler is is unable to find tostr in write_attribute.
196
197 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
198
199         * buffer.C (sgmlError): hide #warning
200
201 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
202
203         * xtl/*: get rid of xtl, which is not in use anyway
204
205         * LyXAction.C (init):
206         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
207         were unimplemented xtl experimentation
208
209 2002-06-04  André Pönitz <poenitz@gmx.net>
210
211         * lyxfunc.C: disable array operation on simple formulae
212
213 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
214
215         * converter.C: constify a bit
216
217 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
218
219         * lyx_gui.C: check xforms version correctly
220
221 2002-04-30  Herbert Voss  <voss@lyx.org>
222
223         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
224         "keep" option
225
226 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
227
228         * lyxvc.C: fix bug 416 (make sure buffer is saved before
229           attempt to register it with a VCS)
230
231 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
232
233         * lyx_main.C (init): honor variables LYX_DIR_13x and
234         LYX_USERDIR_13x
235
236 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
237
238         * buffer.h:
239         * buffer.C:
240         * lyx_main.C: fix a crash on bad command line,
241           and give a useful exit status on error
242
243         * lyxfunc.C (doImport): allow -i lyx to work
244
245 2002-03-30  André Pönitz <poenitz@gmx.net>
246
247         * lyxfunc.C: mathed font changes
248
249 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
250
251         * LaTeX.C:
252         * importer.h:
253         * importer.C:
254         * lyx_sty.h:
255         * lyx_sty.C:
256         * lyxlex.C:
257         * lyxrow.h:
258         * lyxtext.h:
259         * paragraph.h:
260         * paragraph.C:
261         * texrow.h:
262         * texrow.C:
263         * text.C:
264         * trans_mgr.h: srcdocs, and some minor cleanups
265
266 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
267
268         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
269         call getFont all the time)
270
271 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
272
273         * switch from SigC signals to boost::signals
274
275 2002-05-29  André Pönitz <poenitz@gmx.net>
276
277         * paragraph_pimpl.C (getChar): don't call size() too often...
278
279 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
280
281         * paragraph_pimpl.C (insertChar): do not try to update tables when
282         appending (pos == size())
283
284         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
285         in order to reduce drastically the number of comparisons needed to
286         parse a large document
287
288 2002-05-29  André Pönitz <poenitz@gmx.net>
289
290         * text.C:
291         * text2.C:
292         * lyxtextclass.C:
293         * sp_pspell.h:
294         * textclasslist.[Ch]:
295         * sp_ispell.h: whitespace change
296
297 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
298
299         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
300         lyxaction directly now.
301
302 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
303
304         * trans.C:
305         * lyxfont.C:
306         * lyxvc.C: remove unused headers
307
308 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
309
310         * Makefile.am:
311         * buffer.h:
312         * undostack.h:
313         * undostack.C:
314         * undo_funcs.h:
315         * undo_funcs.C: some cleanups. Use shared_ptr
316           and a template for the undo stacks.
317
318 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
319
320         * BufferView_pimpl.h:
321         * BufferView_pimpl.C:
322         * kbmap.h:
323         * kbmap.C:
324         * kbsequence.h:
325         * kbsequence.C:
326         * lyxfunc.h:
327         * lyxfunc.C:
328         * text2.C: use key_state/mouse_state
329
330 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
331
332         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
333         and LSubstring
334
335         * chset.C: change include order
336         (loadFile): use boost regex and get rid of LRegex and LSubstring
337
338         * Makefile.am (BOOST_LIBS): new variable
339         (lyx_LDADD): use it
340
341         * LaTeX.C: change include order.
342         (scanAuxFile): use boost regex and get rid of LRegex and
343         LSubstring
344         (deplog): ditto
345
346 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
347
348         * ColorHandler.h:
349         * ColorHandler.C:
350         * FontInfo.h:
351         * FontInfo.C: moved to frontends/xforms/
352
353         * FontLoader.h:
354         * FontLoader.C: moved into frontends for GUIIzation
355
356         * Makefile.am:
357         * lyx_gui.C:
358         * lyxfont.C:
359         * lyxfunc.C: changes from above
360
361 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
362
363         * LColor.C: remove spurious X include
364
365         * BufferView_pimpl.C:
366         * Makefile.am:
367         * font.h:
368         * font.C:
369         * text.C:
370         * text2.C: move font metrics to frontends/
371
372 2002-05-24  Juergen Vigna  <jug@sad.it>
373
374         * undo_funcs.C (textHandleUndo): fix the cursor selection after
375         setting the undo_cursor.
376
377         * ParagraphParameters.h: include local includes first.
378
379 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
380
381         * BufferView_pimpl.C:
382         * BufferView_pimpl.h:
383         * Makefile.am:
384         * WorkArea.h:
385         * WorkArea.C:
386         * screen.C: move WorkArea into frontends/
387
388         * lyxscreen.h:
389         * screen.C:
390         * text.C:
391         * BufferView.C:
392         * BufferView2.C: move LyXScreen into frontends/
393
394         * lyxlookup.h:
395         * lyxlookup.C:
396         * lyx_gui.C: move lyxlookup into frontends/xforms/
397
398 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
399
400         * BufferView2.C:
401         * BufferView_pimpl.C:
402         * FontLoader.C:
403         * LyXView.h:
404         * LyXView.C:
405         * Makefile.am:
406         * WorkArea.C:
407         * XFormsView.h:
408         * XFormsView.C:
409         * buffer.C:
410         * bufferlist.C:
411         * bufferview_funcs.C:
412         * converter.C:
413         * importer.C:
414         * lyx_cb.C:
415         * lyx_gui.C:
416         * lyx_main.C:
417         * lyx_find.C:
418         * lyxfunc.C:
419         * lyxvc.C:
420         * minibuffer.C:
421         * text.C:
422         * text2.C:
423         * trans.C:
424         * vc-backend.C: move LyX/XFormsView into frontends/
425
426 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
427
428         * Makefile.am:
429         * PainterBase.C:
430         * PainterBase.h:
431         * Painter.C:
432         * Painter.h:
433         * WorkArea.C:
434         * WorkArea.h:
435         * screen.C:
436         * tabular.C:
437         * text.C:
438         * text2.C: move Painter to frontends/
439
440 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
441
442         * buffer.C: comment out some some code that depend upon lyx_format
443         < 220
444
445         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
446         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
447
448         * buffer.h (NO_COMPABILITY): turn off compability
449
450         * ColorHandler.C: include scoped_array.hpp
451
452         * font.C: Use more specific smart_ptr header.
453         * Painter.C: ditto
454         * gettext.C: ditto
455         * ShareContainer.h: ditto
456         * lyx_main.h: ditto
457         * kbmap.h: ditto
458         * FontInfo.h: ditto
459         * BufferView_pimpl.h: ditto
460         * ColorHandler.h: ditto
461
462         * kbmap.C (defkey): change call to shared_ptr::reset
463
464 2002-05-21  Juergen Vigna  <jug@sad.it>
465
466         * buffer.C (insertErtContents): fix to insert ert asis if it is
467         non empty. Skip it completely if it contains only whitespaces.
468
469 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
470
471         * BufferView_pimpl.C:
472         * BufferView2.C: clear selection on paste (bug 393)
473
474 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
475
476         * DepTable.C: include ctime
477
478 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
479
480         * buffer.C (latexParagraphs): Add new argument (moving_arg).
481
482 2002-05-14  Juergen Vigna  <jug@sad.it>
483
484         * text.C (breakParagraph): fixed function to honor the keepempty
485         layout in the right maner and also to permit the right breaking
486         algorithm on empty or non empyt keepempty paragraphs.
487
488         * paragraph.C (breakParagraph): we have to check also if the par
489         is really empty (!size()) for isempty otherwise we do the wrong
490         paragraph break.
491
492 2002-05-10  Juergen Vigna  <jug@sad.it>
493
494         * buffer.[Ch] : The following are only changes to the ert
495         compatibility read reading old LaTeX layout and font stuff and
496         convert it to ERTInsets.
497
498         * buffer.h: added isErtInset().
499
500         * buffer.C (struct ErtComp): add a fromlayout bool to check
501         if we're inside a LaTeX layout.
502         (isErtInset): new helper function.
503         (insertErtContents): look for other ert insets before this one
504         and insert the contents there, so that we don't have subsequent
505         ERT insets with nothing between them. This way we create only one
506         inset with multiple paragraphs. Also check if we don't insert only
507         spaces ' ' as they are ignored anyway afterwards in the .tex file
508         so if we have only spaces we will ignore this latex part in the
509         new file.
510         (parseSingleLyXformat2Token \\layout): better compatibility when
511         reading layout-latex stuff.
512         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
513         language tag.
514         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
515         stuff after reading the inset only get the information back from
516         the stack.
517
518 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
519
520         * buffer.C (makeLaTeXFile): Put language options after loading babel.
521
522         * LaTeXFeatures.C (getBabelOptions): New method.
523
524 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
525
526         * BufferView_pimpl.C (Dispatch): work around missing argument for
527         'layout'
528
529 2002-05-08  Juergen Vigna  <jug@sad.it>
530
531         * text.C (leftMargin): handle paragraph leftindent.
532
533         * paragraph.C (writeFile): write the new \\leftindent tag.
534         (validate): handle leftindent code.
535         (TeXEnvironment): handle paragraphleftindent code again.
536
537         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
538
539         * buffer.C (parseSingleLyXformat2Token): added compatibility code
540         for paragrap_extra indent code and new token \\leftindent.
541         (latexParagraphs): handle the leftindent as environment.
542
543         * ParameterStruct.h: added leftindent support.
544
545         * ParagraphParameters.C (leftIndent): added support functions for
546         the paragraph left indent.
547
548         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
549         more appropriate.
550
551 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
552
553         * paragraph.C (isRightToLeftPar): Return false for a paragraph
554         inside insetERT.
555
556         * text.C (computeBidiTables): No bidi in insetERT.
557
558         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
559         in RTL documents.
560
561 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
562
563         * version.C.in: pre 5
564
565 2002-05-02  José Matos  <jamatos@fep.up.pt>
566         * buffer.C (makeDocBookFile): white space changes, add newline to
567         command styles.
568         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
569
570         * tabular.C (docBook): fix typo.
571
572 2002-05-03  Juergen Vigna  <jug@sad.it>
573
574         * screen.C (drawFromTo): recalculate the rowpointer if we had a
575         change in LyXText as we can not be sure it was not freed.
576         (drawOneRow): remove unused code.
577
578         * text.C (drawInset): redo the calculation of the need_break_row as
579         it could have a row which was already freed.
580         (draw): look at the return value of drawInset and return false if
581         it also returned false.
582         (paintRowText): look at the return value of draw and return false if
583         it also returned false.
584
585         * lyxtext.h: added bool return type to drawInset() and draw() so that
586         if we have a change in the row so that the rowbreak has to be redone
587         we abort drawing as it will be called again.
588
589 2002-05-02  Juergen Vigna  <jug@sad.it>
590
591         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
592         a change in the maintext also if we're inside an inset.
593         (Dispatch): set the cursor again after a break line and after the
594         screen has been updated as it could be we're in a different row.
595
596         * text2.C (fixCursorAfterDelete): check to make sure we don't request
597         to set the cursor behind the pargraph with > size().
598         (setCursor): check also for the same paragraph when checking where
599         to put the cursor if we have a NFR inset.
600
601         * buffer.C (parseSingleLyXformat2Token): move the compatibility
602         parts of layout read further up as it still was in the wrong
603         position.
604
605 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
606
607         * screen.C (drawFromTo): change sine fullRebreak always return
608         true.
609
610         * buffer.C (parseSingleLyXformat2Token): reindent some
611
612         * BufferView_pimpl.C (update): change since fullRebreak always
613         return true.
614         (Dispatch): git rid of the last hardcoded "Standard"s.
615
616 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
617
618         * text2.[Ch] (fullRebreak): make it return void now that we always
619         returned true.
620
621 2002-04-30  Juergen Vigna  <jug@sad.it>
622
623         * buffer.C (parseSingleLyXformat2Token): reset the font before the
624         ert compatibility check for "latex" layout.
625
626 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
627
628         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
629         minipages: use col% instead of p%, and also use the current font.
630         (makeLaTeXFile): Fix use babel condition.
631         (parseSingleLyXformat2Token): Correct font when reading old floats.
632
633 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
634
635         * BufferView_pimpl.C (Dispatch): Check that float type exists when
636         inserting list of floats.
637
638 2002-04-25  Herbert Voss  <voss@lyx.org>
639
640         * MenuBackend.C (expand): don't add the graphics extensions to the
641         export menu
642
643 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
644
645         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
646         non-existing layout, do not complain if it was the default layout
647         of the original class (bug #342)
648
649 2002-04-24  Juergen Vigna  <jug@sad.it>
650
651         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
652         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
653
654 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
655
656         * buffer.C (getBibkeyList): If using \bibliography, return the
657         option field with the reference itself. Enables us to provide natbib
658         support when using \bibliography.
659
660 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
661
662         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
663
664         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
665         natbib is provided by the LaTeX class.
666
667 2002-04-23  Juergen Vigna  <jug@sad.it>
668
669         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
670         Wakeup functions.
671
672         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
673
674 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
675
676         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
677
678         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
679         ensuremath around textordmasculine, textordfeminine and
680         textdegree.
681
682 2002-04-19  Juergen Vigna  <jug@sad.it>
683
684         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
685         reinitializing the buffer otherwise row-dimensions may be wrong.
686         (update): reset also the selection cursors if they do exits otherwise
687         their x/y positions may be wrong.
688
689         * text2.C (cursorDown): don't enter the inset if we came from a row
690         above and are one row over the inset.
691
692         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
693         really leaving an inset.
694
695 2002-04-18  Juergen Vigna  <jug@sad.it>
696
697         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
698         of the selected paragraph does not have the selected layout also if
699         the last one had!
700
701         * text2.C (setLayout): fixed bug which did not change last selected
702         paragraph.
703
704         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
705         changed the read and substituted \\end_float with \\end_inset!
706
707         * BufferView_pimpl.C (cursorPrevious):
708         (cursorNext): fixed to make it work with rows heigher than the work
709         area without moving the cursor only the draw of the row.
710         (workAreaMotionNotify): fix jumping over high rows.
711
712 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
713
714         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
715         Ressler.
716
717 2002-04-16  Juergen Vigna  <jug@sad.it>
718
719         * text2.C (setCursor): set also the irow().
720         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
721         (cursorUp):
722         (cursorDown): support for locking an inset if the x_fix value goes
723         inside it. That way I can transverse insets too with cursor up/down.
724
725         * lyxrow.h: added irow helper function same as other (i) functions.
726
727         * BufferView_pimpl.C (cursorPrevious):
728         (cursorNext): fixed for insets!
729
730 2002-04-15  Juergen Vigna  <jug@sad.it>
731
732         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
733         position otherwise it is wrong in some cases.
734
735         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
736         inside the inset before the call.
737
738 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
739
740         * buffer.[Ch] (getBibkeyList): make it const.
741
742 2002-04-12  Juergen Vigna  <jug@sad.it>
743
744         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
745
746         * text2.C (getCursorX): new helper function
747         (setCursor): compute also ix_
748         (setCursorFromCoordinates): set also ix.
749
750         * lyxcursor.h: added ix_ and helper functions.
751
752         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
753
754         * buffer.C (insertStringAsLines): dont break paragraph if the this
755         paragraph is inside an inset which does not permit it!
756
757         * text.C (breakParagraph): honor keepempty flag and break the paragraph
758         also with no chars on this paragraph.
759         (paintRowText): only paint stuff if it's inside the workarea!
760
761         * paragraph.C (breakParagraph): honor keepempty flag and break the
762         paragraph always below not above.
763
764         * BufferView2.C (unlockInset): update the paragraph layout on inset
765         unlock as we changed paragraph in such a case.
766
767         * lyxfind.C (LyXFind): clear the former selection if not found!
768
769         * text2.C (insertInset): freeze Undo after setUndo so that it is not
770         again called in insertChar().
771
772         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
773         an inset which uses the whole row!
774         (rightMargin): ditto.
775         (insertChar): force a rebreak if we inserted an inset!
776
777 2002-03-28  Herbert Voss  <voss@lyx.org>
778
779         * lyxlength.[Ch]: add inBP() to get the right PS-point
780         units (BigPoint). With inPixels we have rounding errors
781
782 2002-04-11  Juergen Vigna  <jug@sad.it>
783
784         * text2.C (setCursorFromCoordinates): set iy to the right value.
785         (setCursor): add check if row->previous exists!
786
787         * buffer.C (parseSingleLyXformat2Token): reset font after read of
788         an old float_type as this was the case in the old code!
789
790         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
791
792         * BufferView2.C (showLockedInsetCursor): use iy
793         (fitLockedInsetCursor): ditto
794
795         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
796         locked insets as there we have the right value now.
797
798         * lyxcursor.C: added iy_ variable and iy functions to set to the
799         baseline of cursor-y of the locked inset.
800
801         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
802         (setCursor): fixed for insets which need a full row.
803
804         * text.C (rowLastPrintable): don't ignore the last space when before
805         an inset which needs a full row.
806         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
807         as last character of a row when before a inset which needs a full row.
808
809 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
810
811         * version.C.in: update date
812
813         * text2.C (fullRebreak): try to always return true and see what
814         happens...
815
816 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
817
818         * MenuBackend.C (expand): use Floating::listName
819
820         * FloatList.C (FloatList): add listName argument to the built-in
821         floats
822
823         * Floating.[Ch]: add listName member, which is the 'List of XXX'
824         text associated with the float.
825
826 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
827
828         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
829
830 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
831
832         * ShareContainer.h: add a couple of missing typenames.
833
834 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
835
836         * lyxrc.C (getDescription): use _() correctly rather than N_().
837
838 2002-03-28  Herbert Voss  <voss@lyx.org>
839
840         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
841         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
842
843 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
844
845         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
846         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
847
848 2002-03-29  Juergen Vigna  <jug@sad.it>
849
850         * lyxfunc.C (dispatch): add a missing fitCursor call.
851
852         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
853         it was scrolled by a cursor move, so return the bool status.
854
855         * BufferView.C (fitCursor): return the bool flag also to the outside
856         world as this is needed.
857
858         * screen.C (toggleToggle): don't subtract the offset if it's positive.
859
860         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
861         call the edit() as it is not needed (and wrong) IMO.
862         (workAreaButtonPress): set the screen_first variable before evt.
863         unlock the inset as this may change screen_first and then we have
864         a wrong y position for the click!
865
866 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
867
868         * MenuBackend.C (expand): another translation that I missed
869
870 2002-03-28  Juergen Vigna  <jug@sad.it>
871
872         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
873
874         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
875
876 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
877
878         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
879
880         * MenuBackend.C (expand): fix export/view/update when there is no
881         document open.
882
883 2002-03-27  Herbert Voss  <voss@lyx.org>
884
885         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
886         and text%
887
888 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
889
890         * bufferview_funcs.C (currentState): only show paragraph number
891         for is DEVEL_VERSION is set.
892
893         * lyxfunc.C (dispatch): put warning in INFO channel
894
895         * MenuBackend.C (expand): translate the name of floats
896
897         * FloatList.C (FloatList): mark the float names for translation
898
899         * converter.C (convert): use LibScriptSearch
900
901 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
902
903         * MenuBackend.C (defaults): fix default menu (we might as well get
904         rid of it...)
905
906 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
907
908         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
909         directory.
910
911 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
912
913         * lyxvc.C: reorder includes.
914
915 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
916
917         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
918           properly
919
920 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
921
922         * CutAndPaste.C: change layouts earlier on paste
923           to avoid crashing when calling getFont()
924
925 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
926
927         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
928         irritating #error.
929
930 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
931
932         * WorkArea.C: remove 'Pending' debug message.
933
934         * most files: ws cleanup
935
936         * buffer.[Ch]: ws changes
937
938         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
939
940 2002-03-21  Juergen Vigna  <jug@sad.it>
941
942         * tabular.C (SetMultiColumn): collapse also the contents of the
943         cells and set the last border right. Added a Buffer const * param.
944
945 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
946
947         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
948         linking or not.
949
950 2002-03-19  Juergen Vigna  <jug@sad.it>
951
952         * text2.C (clearSelection): reset also xsel_cache.
953
954         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
955         where it needs to be called (John tells us to do so too :)
956         (selectionLost): reset sel_cache.
957
958         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
959
960 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
961
962         * text2.C (setCursorIntern): put debuging code in INSETS channel
963
964 2002-03-19  André Pönitz <poenitz@gmx.net>
965
966         * lyxfunc.C: tiny whitespace change
967
968 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
969
970         * ToolbarDefaults.C (init):
971         * LyXAction.C (init):
972         * commandtags.h:
973         * BufferView_pimpl.C (Dispatch):
974         * lyxfunc.C (dispatch): remove LFUN_DEPTH
975
976 2002-03-19  Allan Rae  <rae@lyx.org>
977
978         * exporter.C (Export): removeAutoInsets before doing anything else.
979         While I've just introduced a dependency on BufferView this really is
980         the best place to clean the buffer otherwise you need to cleanup in
981         a dozen places before calling export or cleanup in a dozen functions
982         that export calls.
983
984         * converter.C (runLaTeX):
985         (scanLog): Better handling of removeAutoInsets and screen updates.
986
987         * lyxfunc.C (dispatch): small whitespace changes
988
989 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
990
991         * WorkArea.C (C_WorkAreaEvent): return a value.
992         (event_cb): return 1 if we handled the event, 0 otherwise.
993
994         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
995
996 2002-03-18  Juergen Vigna  <jug@sad.it>
997
998         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
999         (GetAdditionalWidth): ditto.
1000         (RightLine): ditto.
1001         (LeftLine): ditto.
1002
1003         * BufferView2.C (copy): use getLyXText() so that we do it inside an
1004         inset if we're there actually (probably not used right now but this
1005         is the direction to go for unifying code).
1006         (paste): disable code to clear the selection.
1007
1008         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
1009         inside an InsetText and move the check further up as it is in the
1010         wrong place.
1011
1012         * text2.C (pasteSelection): set a selection over the pasted text.
1013
1014 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
1015
1016         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
1017         and libgraphics to build on Cygwin.
1018
1019 2002-03-15  Juergen Vigna  <jug@sad.it>
1020
1021         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
1022         inserting an Inset into the paragraph. I know this is not the best
1023         fix but we already use current_view in CutAndPaste so we will remove
1024         all of it's using at the same time.
1025
1026         * buffer.C (sgmlError): deactivated function till it is rewritten in
1027         the right mode, now it can create problems.
1028
1029         * paragraph.C (isLineSeparator): check if getInset returns != 0,
1030         before accessing it.
1031
1032 2002-03-14  Juergen Vigna  <jug@sad.it>
1033
1034         * undo_funcs.C (textHandleUndo): do the right thing when updating
1035         the inset after the undo/redo.
1036
1037         * text2.C (setCursor): just some testcode for #44 not ready yet.
1038
1039         * undo_funcs.C (textHandleUndo): set the next() and previous()
1040         pointers of the paragraph to 0 before deleting otherwise we have
1041         problems with the Paragraph::[destructor].
1042
1043         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
1044         on a paragraph insertion.
1045
1046 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1047
1048         * buffer.C (asciiParagraph): use += operator for char append to
1049         string.
1050
1051         * paragraph.C (getFontSettings): compare >= not just >
1052         (highestFontInRange): ditto
1053         (setFont): ditto
1054
1055 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1056
1057         * paragraph.C: change several algorithm to be more appripriate for
1058         the problem domain. This is lookip in FontList and in the InsetList.
1059
1060 2002-03-13  André Pönitz <poenitz@gmx.net>
1061
1062         * commandtags.h:
1063         * LyXAction.C: remove unused LFUN_MATH_MACROARG
1064
1065 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
1066
1067         * commandtags.h:
1068         * LyXAction.C:
1069         * lyxfunc.C:
1070         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
1071
1072 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1073
1074         * Painter.C (display): anon helper function, adjust code for this
1075         change.
1076         (pixmap): remove function.
1077
1078         * Painter.h: remove private display variable.
1079
1080         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
1081
1082 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
1083
1084         * WorkArea.[Ch]: remove figinset_canvas cruft.
1085
1086 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1087
1088         * lyxtextclass.C (operator): add one item cache optimization.
1089
1090         * bufferlist.h: doxy changes
1091
1092         * bufferlist.C: ws changes
1093
1094         * DepTable.[Ch] (ext_exist): place const in the right spot.
1095
1096         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
1097         call resizeInsets.
1098         (workAreaExpose): call resizeInsets when the with BufferView changes.
1099         (Dispatch): adjust for protectedBlank removal
1100         (specialChar): call updateInset if the insert went ok.
1101
1102         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
1103         specialChar instead.
1104
1105         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
1106
1107         * BufferView.h: doxy change
1108
1109         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
1110
1111         * lyxtextclass.C (operator[]): remove non-const version
1112         (defaultLayout): remove non-const version
1113
1114 2002-03-12  Juergen Vigna  <jug@sad.it>
1115
1116         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
1117         did resize the LyXText too.
1118
1119         * buffer.C (readLyXformat2): set layout information on newly allocated
1120         paragraphs.
1121
1122         * tabular.C (OldFormatRead): set layout information on the paragraph.
1123
1124 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1125
1126         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
1127
1128 2002-03-11  Juergen Vigna  <jug@sad.it>
1129
1130         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
1131         plainly wrong.
1132         (resizeCurrentBuffer): force also the insets to resize themselfes.
1133         (moveCursorUpdate): fixed up for InsetText.
1134
1135 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1136
1137         * commandtags.h:
1138         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
1139         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
1140         value of Dialogs::tooltipsEnabled().
1141         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
1142
1143 2002-03-08  Juergen Vigna  <jug@sad.it>
1144
1145         * BufferView_pimpl.C (updateInset): update inset inside inset also
1146         if it isn't inside theLockingInset().
1147
1148 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1149
1150         * buffer.C (asciiParagraph): redo some of the word and line length
1151         handling.
1152         (getLists): look for Caption instead of caption.
1153
1154 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1155
1156         * buffer.C (Buffer): initialize niceFile to true
1157         (makeLaTeXFile):
1158         (makeLinuxDocFile):
1159         (makeDocBookFile): make sure niceFile is true on exit
1160
1161 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1162
1163         * buffer.C (makeLaTeXFile): escape ~ in \input@path
1164
1165 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1166
1167         * LyXSendto.C: remove.
1168         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
1169         * lyx_gui.C: remove now-redundant comment.
1170         * ColorHandler.h: remove forward declaration of class WorkArea.
1171         * lyxfunc.C: remove #include "WorkArea.h".
1172
1173 2002-03-07  Juergen Vigna  <jug@sad.it>
1174
1175         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
1176         got moved away with the DEPM and also set the inset_owner always
1177         right which before could have been omitted.
1178
1179 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1180
1181         * buffer.C (parseSingleLyXformat2Token): use default layout is the
1182         wanted layout is not found.
1183
1184 2002-03-07  Juergen Vigna  <jug@sad.it>
1185
1186         * CutAndPaste.C (cutSelection): another layout settings forgotten.
1187
1188 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1189
1190         * paragraph.C (breakParagraph): use default layout not layout of
1191         prev paragraph.
1192         (Paragraph): clear ParagraphParameters.
1193
1194 2002-03-06  Juergen Vigna  <jug@sad.it>
1195
1196         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
1197         otherwise it would not be a valid lenght. Fixed a special case in
1198         the minipage compatibility read where we end the document with a
1199         minipage.
1200
1201         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
1202         was set as it could be 0 for InsetTexts first entry.
1203
1204 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1205
1206         * paragraph.C (writeFile): if layout is empty write out
1207         defaultLayoutName().
1208
1209         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
1210         file without named layout we set layout to defaultLayoutName().
1211
1212 2002-03-06  Juergen Vigna  <jug@sad.it>
1213
1214         * CutAndPaste.C (copySelection): set layout for new paragraph.
1215
1216         * text.C (prepareToPrint): leave ERT inset left aligned
1217         (leftMargin): don't indent paragraphs inside ERT insets
1218
1219 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1220
1221         * paragraph.C (breakParagraph): dont call clear do the work manually
1222
1223         * paragraph.[Ch] (clear): remove function
1224
1225 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1226
1227         * paragraph.C (Paragraph): dont call clear, the work has already
1228         been done.
1229
1230         * lyxtextclass.C (operator): assert if n is empty
1231
1232         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
1233         work manually instead.
1234
1235 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1236
1237         * BufferView_pimpl.C: protect selectionLost against text == 0
1238
1239 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1240
1241         * text.C (breakParagraph): fix a setting layout to '0' problem.
1242
1243 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1244
1245         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
1246         final location of file, for the included files, and graphics.
1247
1248 2002-03-05  Juergen Vigna  <jug@sad.it>
1249
1250         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
1251
1252 2002-03-04  Juergen Vigna  <jug@sad.it>
1253
1254         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
1255
1256         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
1257         last column of multicolumn cells.
1258         (SetWidthOfMulticolCell): recalculate NMC and real columns.
1259
1260 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1261
1262         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
1263         file if it doesn't go to a temporary file.
1264
1265         * buffer.C (sgmlOpenTag):
1266         (sgmlCloseTag):  remove extra newline insertion.
1267
1268 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1269
1270         * text.C (getRowNearY): comment out debug msg
1271
1272 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1273
1274         * text2.C: first -> first_y
1275
1276         * text.C (getRowNearY): add some attemts at a possible
1277         optimization, not working.
1278
1279         * tabular.[Ch]: add BufferParams to several function so that newly
1280         created paragraph can be initialized to he default layotu for the
1281         buffers textclass.
1282
1283         * tabular-old.C (ReadOld): add buf->params to call of Init
1284
1285         * screen.C: rename text->first to text->first_y
1286
1287         * paragraph.C (breakParagraph): always set layout in the broken
1288         paragraph
1289
1290         * lyxtextclass.C (Read): remove lowercase
1291         (hasLayout): ditto
1292         (operator): ditto
1293         (delete_layout): ditto
1294
1295         * lyxtext.h: rename first -> first_y
1296
1297         * lyxlayout.C (Read): remove lowercase
1298         (name): ditto
1299         (setName): ditto
1300         (obsoleted_by): ditto
1301
1302         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
1303
1304         * buffer.C (insertErtContents): add params are to InsetERT
1305         (parseSingleLyXformat2Token): add code to check if a paragraphs
1306         layout really exist.
1307         (parseSingleLyXformat2Token): add params to several inset
1308         constructors
1309         (asciiParagraph): remove lowercase, do the layout comparisons with
1310         no_case
1311
1312         * BufferView_pimpl.C (cursorNext): first -> first_y
1313         (resizeCurrentBuffer): first -> first_y
1314         (updateScrollbar): first -> first_y
1315         (scrollCB): first -> first_y
1316         (workAreaMotionNotify): first -> first_y
1317         (workAreaButtonPress): first -> first_y
1318         (checkInsetHit): first -> first_y
1319         (cursorPrevious): first -> first_y
1320         (cursorNext): first -> first_y
1321         (Dispatch): add buffer_->params to severl inset contructors
1322
1323 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1324
1325         * lyxlayout.C (Read): remove some debug info that I forgot.
1326
1327         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
1328         clean up the code slightly.
1329         (makeLinuxDocFile): ditto
1330         (makeDocBookFile): ditto
1331
1332         * text2.C: layout as string
1333
1334         * text.C: layout as string
1335
1336         * paragraph_pimpl.C: layout as string
1337
1338         * paragraph.[Ch]: layout as string
1339
1340         * lyxtextclasslist.[Ch]: layout as string
1341
1342         * lyxtextclass.[Ch]: layout as string
1343
1344         * lyxtext.h: layout as string
1345
1346         * lyxlayout.[Ch]: layout as string
1347
1348         * lyx_cb.C: layout as string
1349
1350         * bufferview_funcs.C: layout as string
1351
1352         * bufferparams.C: layout as string
1353
1354         * buffer.C: layout as string
1355
1356         * LyXView.[Ch]: layout as string
1357
1358         * LaTeXFeatures.[Ch]: layout as string
1359
1360         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
1361
1362         * BufferView_pimpl.C: change current_layout to string, remove
1363         lyx::layout_type.
1364         (Dispatch):
1365         (smartQuote):
1366         (insertInset):
1367         (workAreaButtonRelease): layout as string
1368
1369         * BufferView2.C (unlockInset): adjust
1370
1371         * vspace.C (asLatexCommand): use an explict temp variable.
1372
1373 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1374
1375         * Makefile.am: use FRONTEND_*
1376
1377 2002-03-01  Juergen Vigna  <jug@sad.it>
1378
1379         * tabular.C (SetWidthOfMulticolCell): changed to something better
1380         I hope but still work in progress.
1381         (recalculateMulticolumnsOfColumn): renamed function from
1382         recalculateMulticolCells as it is more appropriate now.
1383         (SetWidthOfCell): calculate multicols better.
1384
1385 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1386
1387         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
1388
1389         * lyxfunc.C (processKeySym): print sequence also if it is
1390         `deleted' (complete)
1391
1392         * kbsequence.C (print): print sequence even if it is deleted
1393         (complete would be a better word, actually).
1394
1395         * lyxfunc.C (dispatch): print complete options after a prefix key
1396
1397         * vspace.C (asLatexCommand): rewrite in a slightly different form.
1398
1399 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
1400
1401         * text2.C (setCharFont): eliminate setCharFont code duplication.
1402
1403 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1404
1405         * BufferView_pimpl.C (Dispatch): remove bogus handling of
1406         LFUN_TABULAR_FEATURE (bug #177)
1407
1408 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
1409
1410         * Makefile.am: remove figure.h
1411
1412 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1413
1414         * Bufferview_pimpl.C:
1415         * CutAndPasteC:
1416         * LaTeX.C:
1417         * LyXSendto.C:
1418         * buffer.C:
1419         * bufferlist.C:
1420         * converter.C:
1421         * language.C:
1422         * lyxfunc.C:
1423         * lyxvc.C:
1424         * paragraph.C:
1425         * text.C:
1426         * text2.C: remove #include "lyx_gui_misc.h".
1427
1428         * LaTeX.C: added #include <cstdio>
1429
1430 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1431
1432         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
1433         that the paragraph following this one can have.
1434
1435         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
1436
1437         * vspace.C (asLatexCommand): fix bogus gcc warning
1438
1439         * Makefile.am (lyx_SOURCES): remove vms_defines.h
1440
1441 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
1442
1443         * text2.C (setLayout): get rid of redundant code
1444
1445 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
1446
1447         * text2.C (incDepth): make sure depth cannot be increased beyond
1448         reasonable values.
1449
1450 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
1451
1452         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
1453         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
1454
1455         * PainterBase.h (image):
1456         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
1457         a LyXImage const *.
1458
1459 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1460
1461         * BufferView.C:
1462         * BufferView.h:
1463         * BufferView_pimpl.C:
1464         * BufferView_pimpl.h:
1465         * LaTeXFeatures.C:
1466         * LyXAction.C:
1467         * LyXView.C:
1468         * Makefile.am:
1469         * UpdateList.h:
1470         * UpdateList.C:
1471         * buffer.C:
1472         * figure.h:
1473         * figureForm.C:
1474         * figureForm.h:
1475         * figure_form.C:
1476         * figure_form.h:
1477         * lyx_cb.C:
1478         * lyx_gui.C:
1479         * lyx_gui_misc.C:
1480         * lyxfunc.C:
1481         * sp_base.h:
1482         * sp_ispell.h:
1483         * sp_pspell.h:
1484         * sp_spell.C: remove fig inset, and the crap house of
1485           cards that follows it
1486
1487 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1488
1489         * Makefile.am:
1490         * lyxserver.C:
1491         * os2_defines.h:
1492         * os2_errortable.h:
1493         * nt_defines.h: move .h into support/
1494
1495         * vms_defines.h: remove
1496
1497         * WorkArea.C: add space in debug output
1498
1499         * text2.C:
1500         * paragraph.C:
1501         * buffer.C: add WITH_WARNINGS
1502
1503         * vc-backend.h:
1504         * vc-backend.C:
1505         * bufferlist.C: s/retrive/retrieve/, add docs
1506
1507         * vspace.h:
1508         * vspace.C:
1509         * kbmap.h:
1510         * lyxlength.h:
1511         * lyxgluelength.h:
1512         * length_common.h:
1513         * chset.h:
1514         * chset.C: add docs
1515
1516         * lyxgui.C: add ID to X error handler
1517
1518         * lyxtestclass.c: fix typo
1519
1520 2002-02-26  Juergen Vigna  <jug@sad.it>
1521
1522         * tabular_funcs.C (write_attribute): changed so that some default
1523         attributes are not written at all.
1524         (getTokenValue): set default values before trying to read the
1525         value so we have the return value always set as default if we don't
1526         find the token we search for.
1527
1528         * tabular.C (Write): write bools as bools not as strings!
1529
1530 2002-02-22  Juergen Vigna  <jug@sad.it>
1531
1532         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
1533         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
1534
1535         * text.C (leftMargin): don't add an indent for paragraphs inside
1536         tabular cells (fix #208).
1537
1538 2002-02-21  José Matos  <jamatos@fep.up.pt>
1539
1540         * tabular.C (docBook): fixed support for long tables.
1541
1542 2002-02-20  Juergen Vigna  <jug@sad.it>
1543
1544         * text2.C (getFont): get the drawing font of the Inset if this
1545         paragraph is inside an inset (only important for InsetERT for now).
1546
1547         * buffer.C (insertErtContents): use new lanugage params in ERT
1548         constructor.
1549
1550         * CutAndPaste.C: commenting out seemingly uneeded code.
1551
1552 2002-02-19  Allan Rae  <rae@lyx.org>
1553
1554         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
1555         Iterators might be simple to use but they also get invalidated.
1556         (removeAutoInsets): renamed saved cursor tracking variables and added
1557         some comments to clarify what everything does.
1558
1559 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1560
1561         * Chktex.C:
1562         * LaTeX.C:
1563         * LyXSendto.C:
1564         * converter.C:
1565         * lyx_cb.C:
1566         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
1567         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
1568
1569         * lyxfunc.C:
1570         * vc-backend.h: remove #include "support/syscall.h"
1571
1572         * LaTeX.C:
1573         * LyXSendto.C:
1574         * converter.C: rearrange #includes in Lars' approved fashion.
1575
1576         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
1577         forward declare class Timeout in the header file.
1578
1579         * XFormsView.C: changes due to the above.
1580
1581         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
1582         similar to LyXView.
1583
1584         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
1585         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
1586
1587 2002-02-18  José Matos  <jamatos@fep.up.pt>
1588
1589         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
1590         insets contents.
1591
1592 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1593
1594         * a lot of small ws changes
1595         * add a lot of using std::XXX
1596         * use std construcs some places where approp.
1597         * use some exisint stuff from lyxfunctional where approp.
1598         * Make file changes to use partial linking (lets test this now...)
1599
1600 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1601
1602         * Chktex.C:
1603         * buffer.C:
1604         remove #include "support/syscontr.h" as it's redundant. Always has been.
1605
1606         * Chktex.C:
1607         * LaTeX.C:
1608         * LyXSendto.C:
1609         * converter.C:
1610         * lyx_cb.C:
1611         * vc-backend.C:
1612         change Systemcalls::System to Systemcalls::Wait and
1613         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
1614         No change of functionality, just reflects the stripped down Systemcalls
1615         class.
1616
1617 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1618
1619         * debug.[Ch]: add a GRAPHICS type to the enum.
1620
1621 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1622
1623         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
1624
1625         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
1626         there is an inset.
1627
1628 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1629
1630         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
1631         match the changes below.
1632
1633         * text2.C (toggleInset): if there is not editable inset at cursor
1634         position, try to see if cursor is _inside_ a collapsable inset
1635         and close it.
1636
1637 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1638
1639         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
1640         document menu has a nice checkbox
1641
1642 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1643
1644         * lyxlength.C (asLatexString): change PW to output as percent of
1645         \textwidth.
1646
1647         * lengthcommon.C: change '%' to 't%'
1648
1649         * lyxfunc.C (dispatch): a few comments from Martin
1650
1651 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
1652
1653         * WorkArea.h:
1654         * WorkArea.C:
1655         * BufferView_pimpl.h:
1656         * BufferView_pimpl.C: clear our selection when X tells us we've lost
1657           the X selection.
1658
1659 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1660
1661         * vspace.C (inPixels): fix compiler warning
1662
1663 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1664
1665         * lyxfunc.C (getStatus): fix status message for disabled commands.
1666
1667 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
1668
1669         * BufferView_pimpl.C: fix crash on close buffer
1670         during selection (#227)
1671
1672 2002-01-27  Herbert Voss  <voss@lyx.org>
1673
1674         * buffer.C: link old Figure to new graphic inset
1675
1676 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1677
1678         * FontLoader.C (getFontinfo): Change the latex font names in order
1679         to match the names of type1inst.
1680
1681 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1682
1683         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
1684
1685         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
1686         (extchanged): ditto
1687         (ext_exist): ditto
1688         (remove_files_with_extension): ditto
1689         (remove_file): ditto
1690         (write): ditto
1691
1692         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
1693         document is smaller than the work area height. Do not initialize
1694         static variables to 0.
1695
1696 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1697
1698         * lyx_gui.C (init): give the toolbar tooltips a normal font.
1699
1700         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
1701         LFUN_LAYOUT_PARAGRAPHS.
1702
1703         * tabular.C (GetCellFromInset): new method. Finds an inset in a
1704         tabular. It is possible to provide a possible cell, which will
1705         typically be the actcell from the corresponding insettabular
1706
1707         * lyxfunc.C (getStatus): small cleanup; disable
1708         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
1709         true
1710
1711 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1712
1713         * tabular.C (Validate): remove broken optimization (fixes bug #201)
1714
1715         * paragraph.C (startTeXParParams):
1716         (endTeXParParams): new methods. The LaTeX code to
1717         start/end paragraph formatting
1718         (simpleTeXOnePar): call startTeXParParams also when paragraph is
1719         empty (fixes bug #200)
1720
1721         * vspace.C (inPixels): adapt to the change below
1722         (inPixels): [later] more cleanups (remove unused variables)
1723
1724         * lyxlength.C (inPixels): change to use a width and a height as
1725         parameter.
1726
1727 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1728
1729         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
1730         Replaced with \paperwidth
1731
1732         * DepTable.C (insert): add std:: qualifier
1733
1734 2002-01-18  Allan Rae  <rae@lyx.org>
1735
1736         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
1737         updated also?
1738
1739         * text.C (drawInset): Turned out I didn't know enough about how
1740         rebreaking worked.  This fixes most of the redraw problems.  I see
1741         an occasional cursor trail when a line is broken now and the cursor
1742         placement can seem out by a few pixels also after a rebreak.
1743
1744 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1745
1746         * buffer.C (parseSingleLyXformat2Token): update because minipage
1747         width is now a LyXLength
1748
1749         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
1750
1751         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
1752         math insets
1753
1754 2002-01-17  Juergen Vigna  <jug@sad.it>
1755
1756         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
1757
1758         * BufferView2.C (lockInset): call edit() so that theLockingInset()
1759         is set correctly and the inset is updated correctly.
1760
1761 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1762
1763         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
1764         the beginning of the loop.
1765
1766 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1767
1768         * lyxrc.C: improve help for use_scalable_fonts
1769
1770 2002-01-17  Allan Rae  <rae@lyx.org>
1771
1772         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
1773
1774 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1775
1776         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
1777         make sure to set their inset_owner to the right value (bug #171)
1778
1779 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
1780
1781         * DepTable.h
1782         * DepTable.C: Implement mtime checking to reduce time spent doing
1783         CRCs.
1784
1785 2002-01-16  Juergen Vigna  <jug@sad.it>
1786
1787         * tabular.C (GetAdditionalHeight): one of error fixed.
1788
1789         * lyxrc.C (output): small fix in writing use_pspell.
1790
1791 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1792
1793         * sp_base.h: #include LString.h
1794
1795 2002-01-16  Allan Rae  <rae@lyx.org>
1796
1797         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
1798         Can someone check this please?
1799
1800         * text.C (drawInset): It was possible that p.row would be removed by
1801         breakAgainOneRow upsetting a few other settings.  There may be another
1802         small tweak possible by setting need_break_row = 0 when p.row has been
1803         removed but I don't know enough about the logic here.
1804
1805 2002-01-15  Allan Rae  <rae@lyx.org>
1806
1807         * text.C (insertChar): removed conditional truism.
1808
1809         * BufferView2.C (removeAutoInsets): More tweaks.
1810         cur_par_prev could be a stray pointer.  Check for trailing empty line
1811         in case last line was cur_par and only had an error inset on it.
1812
1813 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1814
1815         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
1816         absolute
1817
1818         * vc-backend.C (most methods):
1819         * exporter.C (Export):
1820         * converter.C (convert):
1821         (runLaTeX):
1822         * LyXSendto.C (SendtoApplyCB):
1823         * lyxfunc.C (dispatch):
1824         (menuNew):
1825         (open):
1826         (doImport):
1827         * lyx_cb.C (AutoSave):
1828         (InsertAsciiFile):
1829         * BufferView_pimpl.C (MenuInsertLyXFile):
1830         * buffer.C (runChktex): use Buffer::filePath().
1831
1832         * buffer.h: rename filename to filename_; rename filepath to
1833         filepath_ and make it private
1834         (filePath): new method
1835
1836         * buffer.C (writeFile): use fileName()
1837         (getLatexName):
1838
1839         * lyx_main.C (init): fix starting  of LyX when the binary is a
1840         link from so,ewhere else.
1841
1842         * minibuffer.C: include <cctype> for isprint
1843
1844 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1845
1846         * buffer.C (parseSingleLyXformat2Token): changes associated with the
1847         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
1848         name clash with InsetCollapsable's width function.
1849
1850 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1851
1852         * lastfiles.C: include <iterator>
1853
1854 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1855
1856         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
1857         std::count.
1858
1859         * buffer.C (makeLaTeXFile): ditto.
1860         Also make loop operation more transparent.
1861
1862 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1863
1864         * ToolbarDefaults.C: remove trailing comma closing namespace.
1865
1866         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
1867
1868         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
1869         as in WorkArea.
1870
1871         * trans.C (Load): comment out unused variable, allowed.
1872
1873 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
1874
1875         * minibuffer.[Ch] (append_char): new method to recieve input from the
1876         drop-down completion browser. If a key was pressed, then recieve this
1877         char and append it to the existing string.
1878         (peek_event): modify the positioning data passed to the completion
1879         browser so that it can be placed above the minibuffer rather than below.
1880 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1881
1882         * LyXAction.C (init): alloe error-next for readonly documents.
1883
1884         * BufferView2.C (ChangeRefsIfUnique): use standard version of
1885         count.
1886
1887 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1888
1889         * bufferlist.C (readFile): create the buffer _after_ checking that
1890         the file exists.
1891
1892         * lyxfunc.C (verboseDispatch): fix handling of arguments
1893
1894         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
1895
1896         * lyxrc.C: use string::erase() instead of initializing to "".
1897
1898
1899 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
1900
1901         * BufferView_pimpl.h:
1902         * BufferView_pimpl.C:
1903         * WorkArea.h:
1904         * WorkArea.C:
1905         * text2.C: tell X when we have made a selection for copying
1906
1907 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1908
1909         * BufferView_pimpl.C (MenuInsertLyXFile):
1910         * lyxfunc.C (menuNew):
1911         (open):
1912         (doImport): add shortcuts to directory buttons
1913
1914         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
1915         open a float)
1916
1917         * lyxfunc.C (setStatusMessage):
1918         (getStatusMessage): new methods
1919         (getStatus):use setStatusMessage instead of setErrorMessage
1920         (dispatch): when function is disabled, set error message here
1921         [instead of in getStatus previously]
1922
1923         * BufferView_pimpl.C (workAreaButtonRelease): update
1924         toolbar/menubar here too.
1925
1926 2002-01-13  Allan Rae  <rae@lyx.org>
1927
1928         * BufferView2.C (removeAutoInsets): finished off earlier fix.
1929         Now seems indestructible.  Remaining task is to audit all other
1930         code affected by deleteEmptyParagraphMechanism.  One small quirk
1931         left is that an empty document with an error in the preamble can
1932         be made to report an error but no error box appears.  I don't know
1933         where it goes.
1934         (removeAutoInsets): Improved comments.
1935
1936 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
1937
1938         * Thesaurus.h:
1939         * Thesaurus.C: update for Aiksaurus 0.14
1940
1941 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1942
1943         * text2.C (firstParagraph): removed member function, all uses
1944         replaces with ownerParagraph
1945         (redoParagraphs): here
1946         (updateInset): here
1947         (toggleAppendix): here
1948         * BufferView2.C (insertErrors): here
1949         (setCursorFromRow): here
1950
1951 2002-01-13  Allan Rae  <rae@lyx.org>
1952
1953         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
1954         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
1955         There is still a way to segfault this although you may have to do this
1956         multiple times: Have an InsetERT with an unknown command in it.
1957         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
1958         <down-arrow>, <Enter> again, View->DVI, BANG!
1959
1960         * text2.C (setCursor):
1961         (deleteEmptyParagraphMechanism):
1962         * lyxtext.h (setCursor):
1963         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
1964         Making use of the return value may help fix other bugs.
1965
1966 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1967
1968         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
1969
1970         * LyXView.C (updateMenubar): call MenuBar::update here
1971         (updateToolbar): but not here
1972         (showState): do not update toolbar/menubar
1973
1974         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
1975         should need to care about that.
1976
1977         * lyxfunc.C (verboseDispatch): simplify a bit
1978         (getStatus): have a version which takes a pseudoaction, and
1979         another which requires a (kb_action,string).
1980
1981         * LyXAction.C (retrieveActionArg): make it work also when action
1982         is not a pseudo-action.
1983         (getActionName): simplify a bit
1984         (helpText):
1985
1986 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1987
1988         * lyxfunc.C (verboseDispatch): new families of methods with
1989         several ways to specify a command and a bool to indicate whether
1990         the command name and shortcut should be displayed in minibuffer
1991         (eventually, we could extend that to a finer bitmask like
1992         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
1993         (dispatch): the pristine dispatch command which just, well,
1994         dispatchs! Note it still sets its result to minibuffer; I'm not
1995         sure we want that.
1996
1997         * lyxfunc.h: remove setHintMessage
1998
1999         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
2000
2001 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2002
2003         * BufferView_pimpl.C (specialChar): delete new inset if we have
2004         not been able to insert it.
2005
2006         * kbmap.C: revert to using int instead of kb_action, since all we
2007         are dealing with is pseudo-actions.
2008
2009         * LyXAction.C (searchActionArg): change to return int instead of
2010         kb_action, since the result is a pseudoaction.
2011
2012 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
2013
2014         * buffer.C (insertErtContents): Fix (partially) the font bug.
2015
2016 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2017
2018         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
2019         as the other one is broken on my machine!
2020
2021 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
2022
2023         * commandtags.h:
2024         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
2025
2026 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
2027
2028         * lyxrc.[Ch]: change names and descriptions of popup font variables to
2029         reflect their actual use. Provide compatibility code for older lyxrc
2030         files.
2031
2032         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
2033         FL_NORMAL_STYLE.
2034         change names of popup font variables in line with the changes to lyxrc.C
2035
2036 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2037
2038         * buffer.C (asciiParagraph): avoid outputing a word twice after
2039         an inset.
2040
2041         * lyxrc.C (getDescription): document that document_path and
2042         template_path can be empty.
2043
2044 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2045
2046         * LaTeXFeatures.C (getMacros):
2047         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
2048
2049         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
2050
2051         * LaTeXFeatures.C (useFloat): require "float" here instead of in
2052         getPackages.
2053         (getPackages): rename feature "floats" to "float". Use an array to
2054         iterate over 'simple' features (i.e. just a \usepackage). Add
2055         handling of "amsmath" (renamed from "amsstyle").
2056
2057 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
2058
2059         * LaTeXFeatures.C (require): Prevent duplicate entries in the
2060         features list.
2061
2062 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
2063
2064         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
2065         FuncStaus::FuncStatus & FuncStaus::some_method().
2066
2067 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
2068
2069         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
2070         of the func_satus stuff. Edited and massaged in various ways by
2071         JMarc.
2072
2073         * lyxfunc.C (getStatus): use FuncStatus
2074
2075 2002-01-08  Juergen Vigna  <jug@sad.it>
2076
2077         * text.C (nextBreakPoint): use function Inset::isChar().
2078
2079         * paragraph.C (TeXOnePar): use function
2080         Inset::forceDefaultParagraphs.
2081
2082         * buffer.C (latexParagraphs): use function
2083         Inset::forceDefaultParagraphs.
2084
2085 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2086
2087         * lyx_gui.C (init): set the style of the menu popups to
2088         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
2089
2090 2002-01-07  Juergen Vigna  <jug@sad.it>
2091
2092         * text.C (setHeightOfRow): small fix
2093         (prepareToPrint): don't look at alignment if we don't have the place
2094         for doing it.
2095
2096 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2097
2098         * box.C: New file. Move the Box methods and functions out of box.h,
2099         following Lars' suggestion.
2100
2101 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2102
2103         * box.h: #include "support/LOstream.h", needed for inlined function.
2104
2105         * lyxtextclass.C:
2106         * lyxtextclasslist.C: added some using std declarations.
2107
2108 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
2109
2110         * box.h: make signed dimensions to allow insets wider than
2111           the screen (bug #162)
2112
2113         * BufferView_pimpl.C: add some insetHit debug
2114
2115 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2116
2117         * vc-backend.C: add FIXME
2118
2119 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2120
2121         * lyxfunc.C (getStatus): enable code for showing math font status
2122         in toolbar/menu.
2123
2124 2002-01-07  Juergen Vigna  <jug@sad.it>
2125
2126         * text.C (nextBreakPoint): removed debug output not needed anymore.
2127
2128 2002-01-06  Juergen Vigna  <jug@sad.it>
2129
2130         * text.C (nextBreakPoint): fixed up this function we had this bug
2131         since ever but now hopefully we break row better.
2132         (insertChar): we have to check if an inset is the next char as it
2133         could now happen that a large inset is causing a break.
2134
2135 2002-01-05  Juergen Vigna  <jug@sad.it>
2136
2137         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
2138         if it doesn't like to be drawed.
2139
2140 2002-01-04  Juergen Vigna  <jug@sad.it>
2141
2142         * BufferView2.C (lockInset): forgot to set a cursor.
2143
2144         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
2145
2146 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
2147
2148         * FormMathsPanel.C:
2149         * FormMathsPanel.h
2150         * MathsSymbols.C:
2151         * form_maths_panel.C:
2152         * form_maths_panel.h:
2153         * form_maths_panel.fd: implemented sub- and super- buttons in math
2154         panel.
2155
2156         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
2157         (or ^ space) to be used as in TeX (req'd by André).
2158
2159         * lyxfunc.C: Allow ^ and _ again to be used both as
2160         super/subscript (mathed) and as themselves (in text).
2161
2162 2002-01-03  Allan Rae  <rae@lyx.org>
2163
2164         * LyXView.C (updateWindowTitle): Setup a short icon title of either
2165         "LyX" or the filename of the current buffer if it has one.  This is a
2166         modified form of John Levon's patch.
2167
2168         * XFormsView.C (setWindowTitle): also set icon title.
2169
2170         * LyXView.h (setWindowTitle): signature changed.
2171         * XFormsView.h (setWindowTitle): ditto.
2172
2173 2002-01-02  Juergen Vigna  <jug@sad.it>
2174
2175         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
2176
2177 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2178
2179         * screen.C (topCursorVisible): introduce a temp var for
2180         text->cursor.row(), handle the case where this row is null. (kindo
2181         hachish)
2182
2183         * text2.C (setCursor): add a couple of asserts.
2184
2185         * paragraph.h (inset_iterator): add -> operator
2186
2187         * paragraph.[Ch] (autoDeleteInsets): remove member function
2188
2189         * BufferView2.C (removeAutoInsets): rewrite to handle the old
2190         cursor pos correctly and handle inset deletion by itself.
2191         (insertErrors): move iterator declaration out of for expression
2192
2193         * lyxtextclass.C: add <algorithm>
2194
2195         * Makefile.am: added the new files to sources, removed layout.C
2196
2197         * layout.C: removed file
2198
2199         * layout.h: remove LYX_DUMMY_LAYOUT
2200
2201         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
2202         layout.
2203
2204         * lyxlayout.[Ch]:
2205         * lyxtextclass.[Ch]:
2206         * lyxtextclasslist.[Ch]: new files
2207
2208         * include order changes to a lot of files, also changes because of
2209         the six new files.
2210
2211 2001-12-27  Juergen Vigna  <jug@sad.it>
2212
2213         * buffer.C (asciiParagraph): more fixes.
2214
2215         * tabular.C (ascii): make ascii export support export of only the
2216         data separated by a column-delimiter.
2217         (ascii): better support for ascii export.
2218
2219         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
2220
2221 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2222
2223         * tabular_funcs.C: use a "using std::getline" instead of the
2224         previous fix from Angus (necessary for cxx + lyxstring)
2225
2226 2001-12-24  Juergen Vigna  <jug@sad.it>
2227
2228         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
2229
2230         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
2231         problems. First check a minipage also if we have some ert-contents
2232         (not only on par->size(), second set the right depth of the paragraph
2233         on the relink to the root-paragraph-list!
2234
2235         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
2236         which then did not anymore update the main paragraphs on undo/redo!
2237
2238 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2239
2240         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
2241         code. Support all font-changing funcs (even those which are not in
2242         menu currently). Support for reporting font settings in
2243         mathed (disabled until Andre provides a function on mathed's side).
2244
2245         * func_status.h (toggle): small helper function to set toggle
2246         state on a flag.
2247
2248 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
2249
2250         * tabular_funcs.C: getline -> std::getline
2251
2252 2001-12-21  Juergen Vigna  <jug@sad.it>
2253
2254         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
2255         accessed and could be 0 (I couldn't generate this but it seems
2256         Michael could!).
2257
2258 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2259
2260         * tabular_funcs.C: add LIstream.h, move write_attribute to..
2261         * tabular_funcs.h: here and include iosfwd
2262
2263 2001-12-20  Juergen Vigna  <jug@sad.it>
2264
2265         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
2266         inside inset but undo_par was.
2267
2268 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2269
2270         * Thesaurus.C: always include <config.h> in sources.
2271
2272         * Painter.h:
2273         * lyxlookup.h:
2274         * box.h: do not include <config.h> in header files
2275
2276         * text.C (paintLastRow): remove unused variable
2277
2278         * text.C (transformChar):
2279         (insertChar):
2280         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
2281
2282         * Painter.C (text):
2283         * font.C (width): rewrite to use uppercase() instead of
2284         islower/toupper.
2285
2286         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
2287
2288 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
2289
2290         * lyxfind.C: clean up of find failure position change
2291
2292 2001-12-20  Juergen Vigna  <jug@sad.it>
2293
2294         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
2295
2296         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
2297         (TeXRow): added to LaTeX a single tabular row.
2298         (TeXLongtableHeaderFooter): added to output LT-h/f data.
2299         (Latex): simplified and finally good LT-h/f support.
2300         (various_functions): just small adaptions for LT-h/f support.
2301
2302         * tabular_funcs.[hC]: added and moved here all not classfunctions
2303         of LyXTabular.
2304
2305 2001-12-19  Juergen Vigna  <jug@sad.it>
2306
2307         * tabular.[Ch]: better support for longtabular options (not finished
2308         yet!)
2309
2310 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2311
2312         * text.C (paintLastRow): use the label font instead of the font of
2313         the last character to compute the size of *_BOX. This makes more
2314         sense and avoids a crash with empty paragraphs.
2315         Use Painter::rectangle to draw EMPTY_BOX.
2316
2317 2001-12-19  Juergen Vigna  <jug@sad.it>
2318
2319         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
2320         the paragraphs if the replaced paragraph is not the first one!
2321         Tried to delete not used paragraphs but does not work yet so for
2322         now it's inside #ifdef's and by default off!
2323
2324 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2325
2326         * MenuBackend.C: include "lyx_main.h" instead of declaring
2327         lastfiles (actually was declared as LastFiles* instead of a
2328         scoped_ptr).
2329
2330 2001-12-17  Juergen Vigna  <jug@sad.it>
2331
2332         * tabular.C (AppendColumn): applied John's fix
2333
2334 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
2335
2336         * BufferView.h:
2337         * BufferView.C:
2338         * BufferView_pimpl.h:
2339         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
2340
2341         * Makefile.am:
2342         * box.h: new start of class for above
2343
2344         * lyxfunc.C: ignore space-only minibuffer dispatches.
2345           Show the command name when it doesn't exist
2346
2347         * minibuffer.C: don't add empty lines to the history
2348
2349         * minibuffer.C: add a space on dropdown completion
2350
2351 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
2352
2353         * text.C: fix line above/below drawing in insets
2354
2355 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2356
2357         * lyxlength.C (LyXLength): Initialize private variables.
2358
2359 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
2360
2361         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
2362         when inserting error insets.
2363
2364 2001-12-13  Juergen Vigna  <jug@sad.it>
2365
2366         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
2367         actually sometimes the before-paragraph.
2368         (setUndo): don't clear the redostack if we're not actually undoing!
2369
2370 2001-12-06  Juergen Vigna  <jug@sad.it>
2371
2372         * undo_funcs.C (textHandleUndo): well after John's hint I got here
2373         and fixed redoing of main paragraph, so we can use it now ;)
2374
2375         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
2376
2377 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2378
2379         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
2380         Juergen's request
2381
2382 2001-12-13  André Pönitz <poenitz@gmx.net>
2383
2384         * undostack.[Ch]:
2385         * undo_func.C: minor cleanup
2386
2387 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2388
2389         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
2390         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
2391         font in urw-fonts package which is marked as -urw-fontspecific and
2392         does not work (incidentally, changing the encoding in the
2393         fonts.dir of this package to -adobe-fontspecific fixes the
2394         problem).
2395
2396         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
2397         is a crash when undoing first paragraph (Juergen, please take a
2398         look). THis does not mean the undo fix is wrong, just that it
2399         uncovers problems.
2400
2401         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
2402         the (Paragraph*) version when needed instead of duplicating the
2403         code.
2404
2405         * text.C (workWidth): use Inset::parOwner to find out where the
2406         inset has been inserted. This is a huge performance gain for large
2407         documents with lots of insets. If Inset::parOwner is not set, fall
2408         back on the brute force method
2409
2410         * paragraph_pimpl.C (insertInset):
2411         * paragraph.C (Paragraph):
2412         (cutIntoMinibuffer): set parOwner of insets when
2413         inserting/removing them
2414
2415         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
2416
2417 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
2418
2419         * commandtags.h:
2420         * LyXAction.C:
2421         * lyx_main.C:
2422         * lyxfunc.C:
2423         * mathed/formulabase.C:
2424         * mathed/math_cursor.[Ch]:
2425         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
2426
2427
2428 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2429
2430         * lyxlength.[Ch] (operator!=): new function
2431
2432 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2433
2434         * text.C (workWidth): use Inset::parOwner to find out where the
2435         inset has been inserted. This is a huge performance gain for large
2436         documents with lots of insets. If Inset::parOwner is not set, fall
2437         back on the brute force method
2438
2439         * paragraph_pimpl.C (insertInset):
2440         * paragraph.C (Paragraph):
2441         (cutIntoMinibuffer): set parOwner of insets when
2442         inserting/removing them
2443
2444         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
2445
2446 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2447
2448         * tabular-old.C (getTokenValue):
2449         * tabular.C (getTokenValue):
2450         (write_attribute): new versions for LyXLength
2451         (everywhere): adjust the use of widths
2452
2453         * tabular.h: change the type of widths from string to LyXLength
2454
2455 2001-12-11  Ben Stanley <bds02@uow.edu.au>
2456
2457         * paragraph.C: fixed missing line number count when exporting
2458         Environments to LaTeX file
2459
2460         * buffer.C: added informational message for checking line numbers.
2461
2462 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2463
2464         * text2.C (deleteEmptyParagraphMechanism): if there is only one
2465         paragraph, do the 'double space' part, but not the 'empty
2466         paragraph' one.
2467
2468         * text.C (workWidth): small optimization
2469         (getLengthMarkerHeight): use minimal size for negative lengths.
2470
2471 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
2472
2473         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
2474
2475         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
2476
2477 2001-12-11  André Pönitz <poenitz@gmx.net>
2478
2479         * FontLoader.C:
2480         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
2481
2482 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2483
2484         * text2.C: keep selection on a setFont()
2485
2486 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2487
2488         * lyx_cb.C: another bv->text misuse, from insert label
2489
2490 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
2491
2492         * kbsequence.h:
2493         * kbsequence.C: re-instate nmodifier mask
2494
2495 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
2496
2497         * lyx_main.h: make lyxGUI private.
2498
2499 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2500
2501         * lyxfind.C: place the cursor correctly on failed search
2502
2503 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2504
2505         * text.C (getLengthMarkerHeight): for small heights, the arrows
2506         are not always on top/bottom of the text
2507         (drawLengthMarker): smaller arrows; take the left margin in
2508         account; draw also vfills.
2509         (paintFirstRow):
2510         (paintLastRow): remove special code for vfill and standard spaces,
2511         since everything is handled in drawLengthMarker now.
2512
2513 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2514
2515         * buffer.C (insertErtContents): try to handle font and language
2516         interaction a bit better.g
2517
2518         * ColorHandler.C (updateColor): change the hash to cover the whole
2519         LColor enum, ws cleanup
2520         (getGCLinepars): ditto
2521         (getGCLinepars): only lookup in the linecache once.
2522
2523 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
2524
2525         * iterators.C (operator++): Make the iterator more robust
2526
2527         * BufferView2.C (removeAutoInsets): Use paragraph iterators
2528         (John's patch)
2529         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
2530
2531 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2532
2533         * lyxtext.h:
2534         * text.C: better added space drawing
2535
2536 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2537
2538         * LyXView.C:
2539         * BufferView2.C: fix layout combo update on inset unlock
2540
2541 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2542
2543         * Makefile.am: don't compile unused files
2544
2545 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2546
2547         * lyxfunc.C:
2548         * commandtags.h:
2549         * LyXAction.C: remove old LFUN_LAYOUTNO
2550
2551 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2552
2553         * paragraph_pimpl.h:
2554         * paragraph_pimpl.C: isTextAt() doesn't need font param
2555
2556 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2557
2558         * lyxlex.h:
2559         * lyxlex.C: little cleanup
2560
2561 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2562
2563         * BufferView_pimpl.C: fix insertAscii for insets
2564
2565 2001-12-05  Juergen Vigna  <jug@sad.it>
2566
2567         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
2568         set the right font on the "multi" paragraph paste!
2569
2570 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2571
2572         * trans_decl.h:
2573         * trans_mgr.[Ch]:
2574         * trans.[Ch]:
2575         * lyxgluelength.C:
2576         * lyxlength.C: remove out-commented code.
2577
2578         * BufferView_pimpl:
2579         * CutAndPaste.C:
2580         * DepTable.C:
2581         * buffer.C:
2582         * chset.C:
2583         * lastfiles.C:
2584         * lyxlex.C:
2585         * lyxlex_pimpl.C:
2586         * lyxserver.C:
2587         * screen.C:
2588         * tabular-old.C:
2589         * tabular.C:
2590         * text.C:
2591         * trans_mgr.C:
2592         * vc-backend.C: change "while(" to "while ("
2593
2594         * lyxlength.[Ch]: add zero function to check if length is zero or
2595         not
2596         * lyxgluelength.C: use it
2597
2598 2001-12-05  Allan Rae  <rae@lyx.org>
2599
2600         * lyxlength.C: Attempted a fix for the abs(int) header selection.
2601         Works for 2.95.3, from what I understand of Garst's reports this should
2602         work for other g++ versions.  We're screwed if the abs(int) definition
2603         changed between bugfix releases of gcc.
2604
2605 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
2606
2607         * text.C: fix chapter label offset !
2608
2609 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
2610
2611         * lyxtext.h:
2612         * text.C: fix hfill at end of line, clean up
2613
2614 2001-12-04  Juergen Vigna  <jug@sad.it>
2615
2616         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
2617         that we force an update of the inset and it's owners if neccessary.
2618
2619 2001-12-03  Juergen Vigna  <jug@sad.it>
2620
2621         * text.C (rowLast): simplified code
2622
2623 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
2624
2625         * lyxfunc.C: fix show options on timeout
2626
2627 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2628
2629         * screen.C (topCursorVisible): scroll half a page when the cursor
2630         reached top of bottom of screen
2631
2632 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
2633
2634         * minibuffer.C: deactivate on loss of focus
2635
2636 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2637
2638         * vspace.[Ch] (operator!=): add operator.
2639
2640 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
2641
2642         * BufferView_pimpl.C: refuse to open an inset when
2643         there's a selection.
2644
2645 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
2646
2647         * BufferView_pimpl.C: allow to click on RHS of full row insets
2648
2649 2001-11-30  Juergen Vigna  <jug@sad.it>
2650
2651         * tabular.C (LyXTabular): add a same_id to set the same id's in the
2652         insets for undo reasons.
2653
2654 2001-11-28  André Pönitz <poenitz@gmx.net>
2655
2656         * vspace.[Ch]: cosmetical changes
2657
2658 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2659
2660         * LyXAction.h:
2661         * LyXAction.C:
2662         * lyxfunc.h:
2663         * lyxfunc.C:
2664         * kbmap.h:
2665         * kbmap.C:
2666         * lyxrc.C:
2667         * kbsequence.h:
2668         * kbsequence.C: part re-write of old kb code
2669
2670         * Painter.C:
2671         * WorkArea.C: remove Lgb_bug_find_hack
2672
2673 2001-11-30  José Matos <jamatos@fep.up.pt>
2674
2675         * buffer.C (makeDocBookFile): add a comment to point a hack.
2676         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
2677         Fixed a double write of labels.
2678
2679 2001-11-29 Ben Stanley <bds02@uow.edu.au>
2680
2681         * LaTeX.C:
2682         * LaTeX.h Fixed bug in LaTeX class where it would not
2683         re-run latex if no depfiles were changed, but the .dvi was removed.
2684
2685 2001-11-28  André Pönitz <poenitz@gmx.net>
2686
2687         * all the files from the change on 2001/11/26:
2688         use lyx::layout_type instead of LyXTextClass::size_type
2689         use lyx::textclass_type instead of LyXTextClassList::size_type
2690
2691 2001-11-29  Juergen Vigna  <jug@sad.it>
2692
2693         * text.C: added support for paragraph::isFreeSpacing()
2694
2695         * buffer.C: same as above
2696
2697         * paragraph.h: inserted isFreeSpacing() function to enable
2698         FreeSpacing inside InsetERT.
2699
2700         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
2701         of the paragraph's in the cut/copy buffer to 0!
2702
2703         * text2.C (removeRow): remove the assert as it can!
2704
2705         * lyxtext.h: added helper function firstRow returning firstrow and
2706         made firstrow private again.
2707
2708         * BufferView2.C (lockInset): don't relock if we're already locked!
2709
2710         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
2711         the only paragraph.
2712         (removeRow): added Assert::(firstrow)
2713
2714         * debug.C: forgot to add INSETTEXT here.
2715
2716 2001-11-28  Juergen Vigna  <jug@sad.it>
2717
2718         * sp_spell.C (initialize): changed error text to more general
2719         spellchecker command use (not only ispell!)
2720
2721         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
2722
2723         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
2724
2725 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2726
2727         * vspace.C: initialise lyxgluelength on failure
2728
2729 2001-11-28  Allan Rae  <rae@lyx.org>
2730
2731         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
2732         declaration & definition that looks like a function declaration.
2733
2734 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2735
2736         * BufferView2.C (copy):
2737         (copyEnvironment): do not clear the selection when doing a copy.
2738
2739         * text.C (paintFirstRow): compilation fix
2740
2741 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
2742
2743         * tabular.C (Latex): correct line count when writing latex.
2744
2745 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
2746
2747         * paragraph_pimpl.h:
2748         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
2749           bug a bit
2750
2751 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2752
2753         * text.C:
2754         * LColor.h:
2755         * LColor.C: change vfillline->added_space
2756
2757         * text.C: add markers and text for added space
2758
2759         * vspace.C: fix comment
2760
2761 2001-11-28  André Pönitz <poenitz@gmx.net>
2762
2763         * paragraph.C: whitespace changes
2764         * all the other files from the change on 2001/11/26:
2765         change *::pos_type into lyx::pos_type
2766
2767 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
2768
2769         * buffer.C (parseSingleLyXformat2Token): Set the language to the
2770         language of the document when inserting error insets.
2771
2772 2001-11-26  André Pönitz <poenitz@gmx.net>
2773
2774         * BufferView_pimpl.[Ch]:
2775         *       CutAndPaste.C:
2776         * buffer.[Ch]:
2777         * lyxcursor.[Ch]:
2778         * lyxfind.C:
2779         * lyxfunc.C:
2780         * lyxrow.[Ch]:
2781         * paragraph.[Ch]:
2782         * paragraph_pimpl.[Ch]:
2783         * sp_spell.C:
2784         * text.C:
2785         * text2.C: reduce header dependencies, introduce type for positions
2786
2787 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2788
2789         * <various>: change to use Alert.h
2790
2791 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
2792
2793         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
2794         when encountering an unknown token.
2795         (readLyXformat2): Show an error message if there were unknown tokens.
2796
2797 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
2798
2799         * BufferView2.C:
2800         * BufferView_pimpl.C:
2801         * buffer.C:
2802         * paragraph.h:
2803         * text.C:
2804         * text2.C: use par->isInset()
2805
2806 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2807
2808         * paragraph_pimpl.h:
2809         * paragraph_pimpl.C: cleanup
2810
2811 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2812
2813         * text2.C (removeRow):
2814         * text.C (setHeightOfRow): remove useless (and costly) call to
2815         getRow.
2816
2817 2001-11-20  Allan Rae  <rae@lyx.org>
2818
2819         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
2820         Now need Inset*::checkInsertChar() to return true for appropriate
2821         cases so that the characters in the minibuffer will actually be
2822         inserted.
2823
2824 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2825
2826         * text.C: change the order of the includes.
2827         (workWidth): initialize it at once.
2828         (workWidth): make maxw unsigned
2829         (setHeightOfRow): remove unused variable (inset)
2830         (selectSelectedWord): remove unused variable (inset)
2831         (paintRowText): fix drawing of hfill characters, and clean up a bit.
2832
2833 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2834
2835         * lyxserver.C (emergencyCleanup): do not try to close pipes if
2836         server is not running.
2837         (openConnection):
2838         (closeConnection): add debug info when server is disabled.
2839
2840         * ColorHandler.C (getGCForeground): send debug message to GUI
2841         channel.
2842
2843         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
2844
2845         * kbmap.C (bind): modify because return conventions of
2846         kb_sequence::parse have changed.
2847
2848         * kbsequence.C (parse): only ignore spaces and not any stupid
2849         control character. This avoids tests like s[i] <= ' ', which are
2850         guaranteed to fail with 8bit characters and signed chars.
2851         Change return code to string::npos when there have been no error
2852         (0 was a bad idea when error is at first character)
2853
2854 2001-11-14  José Matos  <jamatos@fep.up.pt>
2855
2856         * buffer.h:
2857         * buffer.C (simpleDocBookOnePar): removed unused argument.
2858
2859 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2860
2861         * text.C (selectNextWordToSpellcheck): do not test explicitely for
2862         insets which are part of a word. Paragraph::isLetter takes care of
2863         that now. Use Paragraph::isInset to identify insets.
2864         (selectSelectedWord): do not test for hyphenation break.
2865
2866         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
2867         that protected spaces are considered as spaces.
2868
2869         * paragraph.C (isLetter): cleanup the code for ispell extras; use
2870         Inset::isLetter.
2871
2872 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
2873
2874         * lyxserver.h:
2875         * lyxserver.C: fix it. and small cleanup.
2876
2877 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
2878
2879         * BufferView_pimpl.C: use inline helpers
2880
2881         * LaTeXFeatures.h:
2882         * LaTeXFeatures.C: fix typos
2883
2884         * Spacing.h:
2885         * Spacing.C: move spacing_string into class
2886
2887         * ToolbarDefaults.C: move stuff into namespace anon
2888
2889         * layout.h: update enum
2890
2891         * lyxfunc.C: use better debug
2892
2893         * minibuffer.h: fix typo
2894
2895         * debug.h:
2896         * debug.C:
2897         * WorkArea.C: add and use Debug::WORKAREA
2898
2899         * lyxtext.h:
2900         * text.C:
2901         * text2.C: code re-organisation, inline helpers
2902
2903 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
2904
2905         * Layout.C: replaced a few cases of std::vector.size() == 0 with
2906         std::vector.empty().
2907
2908 2001-11-09  Allan Rae  <rae@lyx.org>
2909
2910         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
2911         '\n's after tables.  Tabular and ERT inset work now makes this no
2912         longer necessary.
2913
2914 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
2915
2916         * minibuffer.h:
2917         * minibuffer.C: fix crash, improve drop-down completion
2918
2919 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
2920
2921         * lyxserver.h:
2922         * lyxserver.C: invalidate fd's when doing endPipe()
2923
2924 2001-11-08  José Matos  <jamatos@fep.up.pt>
2925
2926         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
2927         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
2928
2929         * paragraph.h:
2930         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
2931
2932 2001-11-07  José Matos  <jamatos@fep.up.pt>
2933
2934         * buffer.h:
2935         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
2936         const qualifier.
2937
2938         * buffer.C (sgmlOpenTag):
2939         * buffer.C (sgmlCloseTag): removed debug info.
2940
2941         * buffer.h (sgmlOpenTag):
2942         * buffer.h (sgmlCloseTag): made public.
2943
2944 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2945
2946         * buffer.C (saveParamsAsDefaults):
2947         * lyx_cb.C (MenuLayoutSave): remove
2948
2949         * LyXAction.C (init):
2950         * commandtags.h:
2951         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
2952
2953 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2954
2955         * buffer.C (setPaperStuff): removed from here...
2956
2957         * bufferparams.C (setPaperStuff): ... and moved there.
2958
2959 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
2960
2961         * minibuffer.h:
2962         * minibuffer.C:
2963         * XFormsView.C: add support for drop-down completion
2964
2965 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
2966
2967         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
2968         commands.
2969
2970 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2971
2972         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
2973         disabled.
2974
2975 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
2976
2977         * lyx_main.C: change ref to known bugs
2978
2979 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
2980
2981         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
2982         to work around older babel problems.
2983
2984 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
2985
2986         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
2987
2988 2001-10-24  Juergen Vigna  <jug@sad.it>
2989
2990         * tabular-old.C (ReadOld): below variable changes reflected.
2991
2992         * tabular.[Ch]: added ltType struct for longtable header/footer
2993         defines and changed all instances where they are used. Added
2994         future support for double top/bottom rows.
2995
2996 2001-10-24  José Matos  <jamatos@fep.up.pt>
2997
2998         * buffer.h (docbookHandleCaption):
2999         * buffer.C (docbookHandleCaption): removed unused function.
3000         (makeDocBookFile): moved docbook supported version to v4.1.
3001
3002 2001-10-24  José Matos  <jamatos@fep.up.pt>
3003
3004         * tabular.h:
3005         * tabular.C (docbookRow): new function to export docbook code of a row.
3006         (DocBook): now honors the longtable flags.
3007
3008 2001-10-23  José Matos  <jamatos@fep.up.pt>
3009
3010         * LaTeXFeatures.h:
3011         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
3012         of the lyx defined sgml entities used in a docbook/linuxdoc document.
3013
3014         * buffer.C (makeLinuxDocFile):
3015         (makeDocBookFile): reworked the preamble, more clean, and with
3016         support for lyx defined entities. Changed the document declaration
3017         to be more XML friendly.
3018
3019         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
3020         if we need to output XML that should be done with a filter.
3021
3022 2001-10-22  Juergen Vigna  <jug@sad.it>
3023
3024         * sp_pspell.h (class PSpell): add alive function needed in the
3025         controller to see if the spellchecker could be started.
3026
3027 2001-10-22  Juergen Vigna  <jug@sad.it>
3028
3029         * buffer.C (insertStringAsLines): modify the font for inserting
3030         chars in certain conditions by calling checkInsertChar(font).
3031
3032 2001-10-19  Juergen Vigna  <jug@sad.it>
3033
3034         * text.C (workWidth): use getRow instead of wrong algorithm.
3035         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
3036
3037 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
3038
3039         * lyxserver.h:
3040         * lyxserver.C:
3041         * lyx_main.h:
3042         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
3043
3044 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3045
3046         * text.C (workWidth): do not search for the exact row when
3047         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
3048         optimization for big documents.
3049
3050 2001-10-18  Juergen Vigna  <jug@sad.it>
3051
3052         * text.C (workWidth): new function with added Inset * parameter.
3053
3054 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3055
3056         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
3057
3058         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
3059         change return type of getColumnNearX.
3060
3061
3062         * text.C (changeRegionCase): use uppercase/lowercase instead of
3063         toupper/tolower.
3064         (leftMargin):
3065         (rightMargin): simplify code by factoring out the uses of
3066         textclasslist.
3067         (labelFill):
3068         (numberOfHfills):
3069         (setHeightOfRow):
3070         (appendParagraph): use Paragraph::size_type
3071
3072 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3073
3074         * vspace.C (asLatexString): add a missing break
3075
3076 2001-10-15  Herbert Voss  <voss@perce.de>
3077
3078         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
3079
3080 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3081
3082         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
3083         is not available.
3084
3085 2001-10-10  André Pönitz <poenitz@gmx.net>
3086
3087         * lyxfunc.C: removed greek_kb_flag.
3088
3089 2001-10-10  Herbert Voss  <voss@perce.de>
3090
3091         * lyx_main.C: delete global string help_lyxdir.
3092
3093 2001-10-09  Herbert Voss  <voss@perce.de>
3094
3095         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
3096
3097         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
3098
3099         * lyx_main.C: added global string help_lyxdir.
3100
3101         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
3102
3103 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3104
3105         * lyxrc.C (set_font_norm_type): support iso8859-4
3106
3107 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
3108
3109         * LaTeX.C (deplog): add another regex for MikTeX
3110
3111 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3112
3113         * lyxrc.C (set_font_norm_type): support iso8859-3
3114
3115 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3116
3117         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
3118
3119         * LaTeXFeatures.C: remove special case of french and index
3120
3121         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
3122         before \begin{document}). This solves several incompatibilities.
3123
3124 2001-10-03  Garst Reese  <reese@isn.net>
3125
3126         * lyx_cb.C: change CheckTex error msg.
3127
3128 2001-10-03  José Matos  <jamatos@fep.up.pt>
3129
3130         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
3131
3132 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3133
3134         * .cvsignore: update
3135
3136         * lyx_main.C (commandLineVersionInfo): use new style version info.
3137
3138         * buffer.C (writeFile):
3139         (makeLaTeXFile):
3140         (makeLinuxDocFile):
3141         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
3142
3143         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
3144
3145         * version.h: update to use stuff in version.C
3146
3147         * version.C.in: new file. Contains version information determined
3148         at compile time. This is a merging of version.h and
3149         version_info.h.in.
3150
3151 2001-10-03  Juergen Vigna  <jug@sad.it>
3152
3153         * BufferView_pimpl.C (update): don't change "dirty" status in
3154         updateInset call.
3155
3156 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
3157
3158         * WorkArea.C (c-tor): re-position version string slightly.
3159
3160 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
3161
3162         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
3163         revert to previous code.
3164
3165         WorkArea.[Ch]: (show, destroySplash): methods removed.
3166
3167         WorkArea.C: rework code so that it's an amalgam of the codes before and
3168         after the splash screen was moved to WorkArea.
3169
3170 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3171
3172         * lyxrc.C (read):
3173         * vspace.C (inPixels):
3174         (lyx_advance):
3175         * kbmap.C (bind):
3176         * buffer.C (insertStringAsLines):
3177         (asciiParagraph): fix types to be large enough
3178
3179         * lyxlex_pimpl.h: change member status from short to int
3180
3181         * layout.h: fix type of endlabeltype
3182
3183         * kbmap.C (bind):
3184         * kbsequence.C (parse): change return type to string::size_type
3185
3186         * LaTeX.C (updateBibtexDependencies): comment out unneeded
3187         variable
3188
3189         * Bullet.C (bulletSize):
3190         (bulletEntry): do not use short ints as parameters
3191
3192         * BufferView2.C (insertLyXFile): change a char to an int.
3193
3194         * WorkArea.C (WorkArea): remove unneeded floats in computation
3195
3196 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
3197
3198         * buffer.C (asciiParagraph): Treat '\\' as other chars.
3199
3200         * paragraph.C (asString): Do not ignore newline/hfill chars when
3201         copying to the clipboard.
3202
3203 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
3204
3205         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
3206         after a multi-line inset.
3207
3208 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
3209
3210         * paragraph.C (validate): Set NeedLyXFootnoteCode
3211
3212 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3213
3214         * lyxfont.C (LyXSizeNames): changed increase-error to increase
3215         and decrease-error to decrease.
3216
3217 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3218
3219         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
3220         it more readable (should be equivalent)
3221
3222 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3223
3224         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
3225
3226 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3227
3228         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
3229         of a cursor (row, etc.) after a character has been deleted
3230         (deleteEmptyParagraphMechanism): call the method above on _all_
3231         cursors held by the LyXText when a double space has been
3232         detected/deleted.
3233
3234 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3235
3236         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
3237         pixmap.
3238         (resizeCurrentBuff): remove code to destroy the old splash dialog.
3239
3240         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
3241         background. Use greyOut() and the new show() methods to toggle between
3242         the foreground and background. Add code to remove the splash after
3243         its initial showing.
3244
3245         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
3246         (create_forms): no longer call Dialogs::showSplash.
3247
3248 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3249
3250         * .cvsignore: add version_info.h
3251
3252 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3253
3254         * version_info.h.in: new file
3255
3256         * Makefile.am: add version_info.h.in
3257
3258         * lyx_main.C (commandLineVersionInfo): use version_info defined in
3259         version_info.h instead of VERSION_INFO
3260
3261 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3262
3263         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
3264         The ERT inset now returns string().
3265
3266 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
3267
3268         * lyxtext.h, text.C (selectNextWord): renamed as
3269         selectNextWordToSpellcheck.
3270
3271         * text.C (selectNextWordToSpellcheck): Modified to not select
3272         words inside an ERT inset.
3273
3274 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3275
3276         * lyx_cb.C (MenuLayoutSave): change a bit the question
3277
3278         * sp_base.h: include <sys/types.h>
3279
3280 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
3281
3282         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
3283
3284 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
3285
3286         * several files: fix typos in user-visible strings
3287
3288 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3289
3290         * text2.C (pasteSelection): do not set the selection, since it
3291         will be cleared later. Actually, the intent was to fix the way the
3292         selection was set, but I figured rmoving the code was just as good.
3293
3294 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
3295
3296         * FontLoader.C (available): Check if font is available without
3297         loading the font.
3298
3299 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3300
3301         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
3302
3303 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
3304
3305         * lyxrc.[Ch]: added display_graphics variable and associated code.
3306
3307 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3308
3309         * bufferparams.C (hasClassDefaults): new method. Returns true if
3310         the buffer parameters correspond to known class defaults
3311
3312 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
3313
3314         * XFormsView.C (show): set minimum size to the main window.
3315
3316 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3317
3318         * text2.C (copySelection):
3319         (cutSelection):
3320         * lyxfind.C (LyXReplace):
3321         * BufferView_pimpl.C (Dispatch): pass the correct flag to
3322         LyXText::selectionAsString.
3323
3324         * paragraph.C (asString): add "label" argument to the second form
3325
3326         * text2.C (selectionAsString): add "label" argument and pass it to
3327         Paragraph::asString.
3328
3329 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3330
3331         * lyx_main.C (commandLineHelp): remove version information
3332
3333 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
3334
3335         * lyx_main.C: add -version commandline option
3336
3337 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3338
3339         * paragraph.h: make the optional constructor arg required instead.
3340         some modifications to other files because of this.
3341
3342         * minibuffer.C (C_MiniBuffer_peek_event): make it static
3343
3344         * lyxserver.C (C_LyXComm_callback): make it static
3345
3346         * lyx_main.C (error_handler): make it static
3347
3348         * lyx_gui.C (LyX_XErrHandler): make it static
3349
3350         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
3351
3352         * WorkArea.C: make the extern "C" methods static.
3353
3354         * Makefile.am (lyx_LDADD): simplify
3355
3356 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3357
3358         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
3359         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
3360
3361         * LyXAction.C (init):
3362         * lyxfunc.C (dispatch): associated code removal.
3363
3364 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3365
3366         * lyxfont.h (isSymbolFont): shut off warning
3367
3368         * text.C (setHeightOfRow):
3369         (getVisibleRow): fix crash with empty paragraphs which have a
3370         bottom line
3371
3372 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
3373
3374         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
3375         code.
3376
3377 2001-09-04  José Matos  <jamatos@fep.up.pt>
3378         * buffer.C
3379         * buffer.h
3380         * tabular.C (docbook): rename docBook method to docbook.
3381
3382 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3383
3384         * Makefile.am: add dependencies to main.o.
3385
3386 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
3387
3388         * FontLoader.C (available): Return false if !lyxrc.use_gui
3389
3390 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
3391
3392         * FontInfo.C (query):
3393         * converter.C (view):
3394         * importer.C (Import):
3395         * exporter.C (Export): Can not -> cannot.
3396
3397 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
3398
3399         * BufferView_pimpl.C: allow to create index inset even if
3400           string is empty
3401
3402 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3403
3404         * buffer.C (getLists): replace boost::tie code with an explicit pair
3405         as boost::tie can break some compilers.
3406
3407         * iterators.h: Added a std:: declaration to the return type of
3408         ParIterator::size.
3409
3410 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3411
3412         * lyxrc.C: add help for view_dvi_paper_option, default to safe
3413           case.
3414
3415 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
3416
3417         * iterators.[Ch]: New files. Provide paragraph iterators.
3418
3419         * buffer.C (changeLanguage): Use paragraph iterators.
3420         (isMultiLingual): ditto
3421
3422         * BufferView2.C (ChangeInsets): Use paragraph iterators.
3423
3424 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
3425
3426         * FontLoader.C: Support for cmr font.
3427
3428 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
3429
3430         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
3431         (available): New method.
3432
3433         * FontInfo.C (getFontname): Use scalable fonts even when
3434         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
3435         found.
3436
3437 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3438
3439         * converter.C (Formats::view): reverted! Incorrect fix.
3440
3441 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3442
3443         * converter.C (Formats::view): only output the -paper option
3444         if the dvi viewer is xdvi, thereby fixing bug #233429.
3445
3446 2001-08-23  Herbert Voss  <voss@perce>
3447
3448         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
3449
3450 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
3451
3452         * Spacing.h (Spacing): Set space to Default on in the default
3453         constructor.
3454
3455 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3456
3457         * vc-backend.h (RCS::versionString): add RCS to version
3458         (CVS::versionString): add CVS to version
3459
3460         * vc-backend.C (scanMaster): do not add CVS to version.
3461         (scanMaster): do not add RCS to version
3462
3463         * lyxvc.C (versionString): new method
3464
3465         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
3466
3467 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3468
3469         * Spacing.C (set): initialize fval
3470
3471 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
3472
3473         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
3474         " or \.
3475
3476 2001-08-16  Juergen Vigna  <jug@sad.it>
3477
3478         * lyxfunc.C (dispatch): implemented the new FINISHED states.
3479
3480 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3481
3482         * BufferView_pimpl.C:
3483         * figureForm.C:
3484         * lyxtext.h:
3485         * text2.C: setParagraph takes linespacing now
3486
3487 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
3488
3489         * LyxAction.C: add internal LFUN_CITATION_INSERT
3490
3491         * LyXView.C: actually apply fix
3492
3493         * bufferlist.C: fix open non-existent file
3494
3495         * lyxfind.C: fix indentation
3496
3497         * lyxfunc.C: remove unneeded assert, fix typo
3498
3499 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3500
3501         * MenuBackend.C: use "Floatname List"
3502
3503 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
3504
3505         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
3506         when converting LaTeX layout to insetERT.
3507         Generate a non-collapsed float when reading old float
3508
3509 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
3510
3511         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
3512         ERT insets.
3513
3514 2001-08-13  Juergen Vigna  <jug@sad.it>
3515
3516         * text.C (fill): return 0 instead of 20 as this seems to be the more
3517         correct value.
3518
3519 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
3520
3521         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
3522         lyxrc.font_norm.
3523
3524 2001-08-13  Juergen Vigna  <jug@sad.it>
3525
3526         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
3527         casesensitive off.
3528         (SearchBackward): comment out the unlocking of the inset_owner this
3529         should not be needed!
3530
3531 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
3532
3533         * Many files: Remove inherit_language, and add latex_language
3534
3535         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
3536         collapsible insets.
3537
3538 2001-08-10  Juergen Vigna  <jug@sad.it>
3539
3540         * text.C (prepareToPrint): fixed hfill-width in draw!
3541
3542         * BufferView2.C (selectLastWord): save the selection cursor as this
3543         now is cleared in the function LyXText::clearSelection!
3544
3545 2001-08-08  Juergen Vigna  <jug@sad.it>
3546
3547         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
3548         BACKSPACE type functions.
3549
3550         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
3551         is only cutted from the document but not put in the cut-buffer, where
3552         still the old stuff should be.
3553
3554         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
3555
3556         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
3557
3558         * tabular.C (SetWidthOfCell): fixed special case where the width
3559         was not updated!
3560         (LeftLine): handle '|' in align_special.
3561         (RightLine): ditto
3562         (LeftAlreadyDrawed): ditto
3563         (SetWidthOfCell): ditto
3564
3565 2001-08-07  Juergen Vigna  <jug@sad.it>
3566
3567         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
3568
3569 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3570
3571         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
3572         * lyxlex.[hC]: ditto
3573
3574 2001-08-06  Juergen Vigna  <jug@sad.it>
3575
3576         * text.C (getVisibleRow): fix up row clearing a bit.
3577
3578 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3579
3580         * minibuffer.C: make sure the X server sees the changes in the input.
3581
3582 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3583
3584         * paragraph.C (getFont): split into...
3585         (getLabelFont): this
3586         (getLayoutFont): and this
3587         * paragraph_pimpl.C (realizeFont): calling this
3588
3589         * text2.C (getFont): split into...
3590         (getLayoutFont): this
3591         (getLabelFont): and this
3592         (realizeFont): all three calling this
3593
3594         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
3595         files where used.
3596
3597 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3598
3599         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
3600
3601 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
3602
3603         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
3604         layouts from the Quote inset insertion.
3605
3606 2001-08-03  Juergen Vigna  <jug@sad.it>
3607
3608         * BufferView_pimpl.C (update): do the fitCursor only at the end!
3609
3610         * screen.C (drawFromTo): don't call fitcursor here and do the loop
3611         only if status not is already CHANGED_IN_DRAW (second level).
3612
3613         * text.C (draw): don't set the need_break_row when inside an
3614         InsetText LyXText.
3615
3616 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3617
3618         * buffer.C (parseSingleLyXformat2Token): handle more latex
3619         conversion cases.
3620
3621         * bufferview_funcs.[hC]: change function names to
3622         begin with small char, adjust other files.
3623
3624 2001-08-02  André Pönitz <poenitz@gmx.net>
3625
3626         * lyxfunc.C:
3627         BufferView_pimpl.C: remove broken special code for math-greek
3628
3629 2001-08-02  Juergen Vigna  <jug@sad.it>
3630
3631         * BufferView_pimpl.C (update): redone this function so that we
3632         update the text again if there was a CHANGE_IN_DRAW.
3633
3634         * screen.C (cursorToggle): removed LyXText parameter and recoded.
3635         (drawFromTo): added a new internal bool which is used by draw() and
3636         redraw() function.
3637         (general): some cursor drawing problems fixed.
3638
3639 2001-08-01  Juergen Vigna  <jug@sad.it>
3640
3641         * lyxfind.C (LyXFind): fixed
3642         (SearchForward): ditto
3643         (SearchBackward): ditto
3644
3645         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
3646         spurius drawing of the cursor in the main area.
3647
3648         * text2.C (status): small fix which could lead to a segfault!
3649         (clearSelection): remove unneeded BufferView param.
3650
3651 2001-08-01  André Pönitz <poenitz@gmx.net>
3652
3653         * lyxfunc.C: small change due to changed mathed interface
3654
3655 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3656
3657         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
3658
3659 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
3660
3661         * lyxfunc.c: fail gracefully if file doesn't exist
3662
3663         * LyXSendto.C:
3664         * buffer.C:
3665         * lyxfunc.C:
3666         * BufferView_pimpl.C: IsDirWriteable() proto changed
3667
3668         * LyXView.C: fix updateWindowTitle() to store the last title
3669
3670 2001-07-31  Juergen Vigna  <jug@sad.it>
3671
3672         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
3673         the font (wrong since using of Paragraph::highestFontInRange).
3674
3675         * paragraph.C (highestFontInRange): added a default_size parameter.
3676
3677         * text.C (getVisibleRow): minor clear row changes (still not perfect).
3678         (setHeightOfRow): reformat
3679
3680 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3681
3682         * converter.[hC] + affected files: move to (inital-char)lowercase
3683         function names.
3684
3685         * ParagraphParameters.C (ParagraphParameters): remove commented code
3686
3687         * PainterBase.[Ch]: remove commented code
3688
3689         * LaTeXFeatures.h: add "bool floats" for float.sty
3690
3691         * LaTeXFeatures.C (LaTeXFeatures): init floats
3692         (require): handle float
3693         (getPackages): do it with floats
3694
3695 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3696
3697         * BufferView_pimpl.C (Dispatch): improve handling of
3698         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
3699
3700         * commandtags.h: #include lyxfont.h here temporarily to avoid
3701         keybinding bug.
3702
3703         * bufferlist.h: include LString.h here.
3704
3705 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3706
3707         * text2.C (getStringToIndex): new method.
3708
3709 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
3710
3711         * *: Reduced header file dependencies all over.
3712
3713 2001-07-30  Baruch Even  <baruch@lyx.org>
3714
3715         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
3716
3717 2001-07-29  Baruch Even  <baruch@lyx.org>
3718
3719         * buffer.C (readInset): Changed GRAPHICS to Graphics.
3720
3721 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3722
3723         * ParameterStruct.h (endif): add a default constructor to make
3724         sure that all variables is initialized.
3725
3726         * ParagraphParameters.C (ParagraphParameters): adjust
3727
3728 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3729
3730         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
3731         index; also, check that there is something to index, and that it
3732         does not span over several paragraphs.
3733         (doubleClick): use WHOLE_WORD_STRICT for double click.
3734
3735         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
3736
3737         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
3738         scheme.
3739
3740 2001-07-26  Baruch Even  <baruch@lyx.org>
3741
3742         * buffer.C (readInset): Changed to call up InsetGraphics when reading
3743         an InsetFig figure, backwards compatible reading of old figure code.
3744
3745 2001-07-27  Juergen Vigna  <jug@sad.it>
3746
3747         * text2.C: font.realize function adaption.
3748
3749         * text.C (draw): add a warnings lyxerr text if needed.
3750
3751         * layout.C: font.realize function adaption.
3752
3753         * language.C: add inherit_language and implement it's handlings
3754
3755         * bufferview_funcs.C (StyleReset): remove language parameter from
3756         font creation (should be language_inherit now).
3757
3758         * bufferparams.C (writeFile): handle ignore_language.
3759
3760         * paragraph.C (getFontSettings): the language has to be resolved
3761         otherwise we have problems in LyXFont!
3762
3763         * lyxfont.C (lyxWriteChanges): added document_language parameter
3764         (update): removed unneeded language parameter
3765
3766         * paragraph.C (validate): fixed wrong output of color-package when
3767         using interface colors for certain fonts in certain environments,
3768         which should not seen as that on the final output.
3769
3770 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
3771
3772         * BufferView_pimpl.C:
3773         * Thesaurus.h:
3774         * Thesaurus.C:
3775         * Makefile.am:
3776         * commandtags.h:
3777         * LyXAction.C: add thesaurus support
3778
3779         * lyxfind.h:
3780         * lyxfind.C: add "once" parameter, for thesaurus, to not
3781           move to the next match
3782
3783 2001-07-26  Juergen Vigna  <jug@sad.it>
3784
3785         * lyxfont.C (realize): honor ignore_language too!
3786         (resolved): ditto.
3787
3788         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
3789
3790         * text.C (draw): one place more for ignore_language to not draw
3791         itself!
3792
3793 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
3794
3795         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
3796
3797 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3798
3799         * buffer.C (parseSingleLyXformat2Token): a more general fix for
3800         the minipage conversion problem.
3801
3802 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3803
3804         * buffer.C (parseSingleLyXformat2Token): check minipage if we
3805         insert an inset.
3806
3807 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3808
3809         * BufferView.h: don't forward declare WorkArea
3810
3811         * BufferView.C: don't include WorkArea.h
3812
3813 2001-07-25  André Pönitz <poenitz@gmx.net>
3814
3815         * commandtags.h:
3816         * LyXAction.C:
3817         * lyxfunc.C:  new LFUN 'math-space'
3818
3819         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
3820
3821 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3822
3823         * text2.C (toggleInset): call open/close
3824
3825 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3826
3827         * lyxfunc.C (dispatch): add debug for the disabled case
3828
3829         * font.C (buttonText): make similar to rectText
3830
3831         * buffer.C (readInset): comment out parsing of insetlist and
3832         insttheorem
3833
3834         * PainterBase.C (rectText): small correction
3835
3836         * BufferView_pimpl.C: comment out insettheorem and insetlist
3837         * LyXAction.C: ditto
3838         * commandtags.h: ditto
3839
3840 2001-07-24  Juergen Vigna  <jug@sad.it>
3841
3842         * text.C (draw): honor the ignore_language.
3843
3844         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
3845
3846 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3847
3848         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
3849         char inset.
3850
3851 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3852
3853         * lyxtext.h: remove unused (and unimplemented) methods
3854
3855 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3856
3857         * text.C (getVisibleRow): honor background color
3858
3859         * PainterBase.h:
3860         * Painter.h: remove default color argument for fillRectangle
3861
3862         * text.C (backgroundColor): new method
3863
3864 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3865
3866         * text.C (getVisibleRow): adjust
3867
3868         * font.[Ch] (rectText): new method, metrics
3869         (buttonText): new method, metrics
3870
3871         * PainterBase.[hC]: make rectText and buttonText always draw and take
3872         fewer paramteres.
3873
3874 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3875
3876         * ToolbarDefaults.C (read):
3877         * MenuBackend.C (read): allow escaping in all strings
3878
3879         * BufferView_pimpl.C (insertAndEditInset): new method.
3880         (Dispatch): use insertAndEditInset whenever appropriate.
3881
3882         * BufferView_pimpl.C (insertNote): removed
3883
3884         * BufferView_pimpl.C (smartQuote): new method, moved from
3885         BufferView; if an insetquote cannot be inserted, insert a '"'
3886         character instead.
3887
3888         * BufferView2.C: remove insertCorrectQuote();
3889
3890         * lyxfunc.C (getStatus): Add support for all remaingin
3891         inset-insert lfuns.
3892
3893         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
3894
3895         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
3896         command (necessary to pass " as parameter of self-insert.
3897
3898         * text.C (selectWordWhenUnderCursor):
3899         (selectWord): add word_location parameter
3900         (selectWordWhenUnderCursor): same + remove special code for word
3901         boundary.
3902         (selectNextWord): use kind() to guess type of insetspecialchar,
3903         not latex().
3904
3905         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
3906         (insertErtContents): create ert insets as collapsed.
3907         (readInset): better compatibility code for Info inset.
3908
3909 2001-07-20  Juergen Vigna  <jug@sad.it>
3910
3911         * lyxfunc.C (dispatch): use always LyXFind now!
3912
3913         * text2.C (init): add a reinit flag so that the LyXText can be
3914         reinited instead of deleted and reallocated (used in InsetText).
3915
3916         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
3917
3918         * text.C: ditto
3919
3920         * text2.C: ditto
3921
3922 2001-07-18  Juergen Vigna  <jug@sad.it>
3923
3924         * text.C (selectNextWord): handle insets inside inset by calling
3925         always the bv->text functions so that we can go up the_locking_inset!
3926
3927         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
3928         in strange locations when inside an inset!
3929
3930         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
3931         handling to include insets.
3932
3933         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
3934
3935 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3936
3937         * LyXAction.C (init):
3938         * commandtags.h:
3939         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
3940         LIGATURE_BREAK, since the name is so stupid.
3941
3942 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
3943
3944         * buffer.C (readInset): enable reading of new InsetNotes as well as old
3945         InsetInfos.
3946
3947         * FontLoader.C: remove FORMS_H_LOCATION cruft.
3948
3949         * sp_form.[Ch]: remove.
3950
3951         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
3952
3953         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
3954         InsetInfo.
3955
3956         * src/buffer.C (readInset): ditto.
3957
3958 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3959
3960         * BufferView_pimpl.C (specialChar): new method. Obsoletes
3961         menuSeparator(), endOfSentenceDot(), ldots() and
3962         hyphenationPoint(), which are therefore removed.
3963         (Dispatch): handle LFUN_HYPHENATION_BREAK.
3964
3965         * LyXAction.C (init):
3966         * commandtags.h: add LFUN_HYPHENATION_BREAK.
3967
3968         * paragraph.C (getWord): removed.
3969
3970         * BufferView_pimpl.C (Dispatch): use last word or selection for
3971         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
3972
3973         * lyx_main.C (queryUserLyXDir): do not ask before creating
3974         user_dir, except if it has been named explicitely.
3975
3976 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
3977
3978         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
3979         a document of zero size.
3980
3981 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
3982
3983         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
3984         approriately in the c-tor and in require().
3985         (getPackages): output the appropriate LaTeX for natbib support.
3986
3987         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
3988         variables "use_natbib" and "use_numerical_citations" when reading the
3989         LyX file.
3990         (readInset): read the various natbib cite commands.
3991         (validate): white-space change.
3992
3993         * bufferparams.[Ch]: new variables "bool use_natbib" and
3994         "bool use_numerical_citations".
3995         (writeFile): output them in the LyX file.
3996
3997 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3998
3999         * lyxfunc.C (getStatus): add support for all the inset insertion
4000         commands.
4001
4002         * text2.C (insertInset):
4003         * paragraph.C (insetAllowed):
4004         * BufferView_pimpl.C (insertInset): update to take in account the
4005         renaming of insertInsetAllowed
4006
4007         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
4008
4009         * text2.C (getInset): new method. returns inset at cursor position.
4010
4011         * BufferView_pimpl.C (Dispatch): changes because of this.
4012
4013         * LyXAction.C (init): rename open-stuff to inset-toggle.
4014
4015         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
4016
4017         * text2.C (toggleInset): renamed from openStuff; use
4018         Inset::open().
4019
4020 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4021
4022         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
4023
4024         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
4025
4026 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
4027
4028         * buffer.C (readLyXformat2): Add filename to the error dialog
4029
4030 2001-07-18  Juergen Vigna  <jug@sad.it>
4031
4032         * tabular.C (GetCellNumber): put an assert here instead of the check!
4033
4034 2001-07-17  Juergen Vigna  <jug@sad.it>
4035
4036         * BufferView_pimpl.C (toggleSelection): adapted too.
4037
4038         * text.C (selectNextWord): adapted for use with insets.
4039         (selectSelectedWord): ditto
4040
4041 2001-07-17  Juergen Vigna  <jug@sad.it>
4042
4043         * sp_spell.C (PSpell): fix initialitation order.
4044
4045 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4046
4047         * paragraph.C: spacing
4048
4049 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
4050
4051         * sp_spell.C: repair language selection for pspell
4052
4053 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4054
4055         * lyxfunc.h: change more methods to begin with lower char.
4056
4057 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
4058
4059         * buffer.C (parseSingleLyXformat2Token): Generate error insets
4060         for unknown layouts.
4061
4062 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
4063
4064         * buffer.C (readLyXformat2): Generate an error dialog if there are
4065         unknown layouts.
4066
4067 2001-07-16  Juergen Vigna  <jug@sad.it>
4068
4069         * sp_spell.C: always compile ISpell part.
4070
4071         * lyxrc.C: added use_pspell entry and it's handling.
4072
4073 2001-07-13  Juergen Vigna  <jug@sad.it>
4074
4075         * sp_spell.C: removed double includes.
4076
4077 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4078
4079         Consistent use of Lsstream.h:
4080         * Lsstream.h: added using std::stringstream for consistencies sake.
4081
4082         * buffer.C: removed using std::stringstream
4083
4084         * lyxfont.C (stateText):
4085         * paragraph.C (asString):
4086         * text.C (selectNextWord, selectSelectedWord):
4087         * text2.C (setCounter):
4088         * vspace.C (asString, asLatexString):
4089         std::ostringstream -> ostringstream.
4090
4091 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4092
4093         * LyXAction.C: add LFUN_HELP_ABOUTLYX
4094         * commandtags.h: add LFUN_HELP_ABOUTLYX
4095         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
4096
4097 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4098
4099         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
4100         cursorToggle()
4101         * lyx_gui_misc.C: remove spellchecker
4102         * lyxfunc.C: showSpellchecker
4103         * sp_base.h: added
4104         * sp_ispell.h: added
4105         * sp_pspell.h: added
4106         * sp_spell.C: added
4107         * sp_form.[Ch]: removed
4108         * spellchecker.[Ch]: removed
4109
4110 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
4111
4112         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
4113         is set.
4114         (simpleTeXSpecialChars): Simply print the input character without
4115         any special translation if pass_thru is set.
4116
4117         * layout.h: Added bool pass_thru to layout class for being able to
4118         implement pass through of a paragraph for Literate Programming.
4119
4120         * layout.C: add LT_PASS_THRU to LayoutTags enum.
4121         * layout.C (LyXLayout): set pass_thru to flase in constructor.
4122         * layout.C (Read): add "passthru" to list of layout tags and add
4123         code to set the pass_thru boolean when it is read.
4124
4125 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4126
4127         * trans_decl.h: remove allowed from KmodInfo
4128
4129         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
4130         remove allowed code
4131         (Load): adjust
4132
4133         * paragraph_pimpl.C (erase): use boost::prior
4134
4135         * Painter.C (text): use data() instead of c_str() when length is
4136         also provided.
4137         * WorkArea.C (putClipboard): ditto
4138         * font.h (width): ditto
4139
4140         * BufferView2.C: use it-> instead of (*it). for iterators
4141         * texrow.C: ditto
4142         * paragraph_pimpl.C: ditto
4143         * paragraph.C: ditto
4144         * minibuffer.C: ditto
4145         * language.C: ditto
4146         * kbmap.C: ditto
4147         * encoding.C: ditto
4148         * counters.C: ditto
4149         * converter.C: ditto
4150         * chset.C: ditto
4151         * Variables.C: ditto
4152         * TextCache.C: ditto
4153         * MenuBackend.C: ditto
4154         * LyXAction.C: ditto
4155         * LColor.C: ditto
4156         * FloatList.C: ditto
4157         * DepTable.C: ditto
4158         * ColorHandler.C (LyXColorHandler): ditto
4159
4160 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4161
4162         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
4163
4164         * text2.C (openStuff): reintroduce this method (which had been
4165         nuked in NEW_INSETS frenzy).
4166
4167         * lyxfunc.C (Dispatch): when an action has not been handled, use
4168         its name in the error message, not its number.
4169
4170         * paragraph.C (inInset): change method name to begin with lowercase.
4171
4172         * undo_funcs.C:
4173         * text2.C: updates because of this.
4174
4175 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4176
4177         * ToolbarDefaults.C (add): add spaces in error message
4178
4179 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4180
4181         * buffer.C (readLyXformat2): initialize the ert comp. variables.
4182         (readLyXformat2): rename return_par to first_par, use lyxlex's
4183         pushToken and remove the manual push handling.
4184         (parseSingleLyXformat2Token): add another ert comp. variable:
4185         in_tabular, rename return_par to first_par. handle newlines better
4186
4187 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4188
4189         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
4190
4191 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4192
4193         * text2.C (getParFromID): removed
4194
4195         * buffer.C (getParFromID): new method moved form lyxtext.
4196         * BufferView2.C (insertErrors): adjust
4197         (setCursorFromRow): adjust
4198         * BufferView_pimpl.C (restorePosition): adjust
4199         * lyxfunc.C (Dispatch): adjust
4200         * undo_funcs.C (textUndo): adjust
4201         (textRedo): adjust
4202         (textHandleUndo): adjust
4203         (textHandleUndo): adjust
4204
4205 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4206
4207         * buffer.C: up' the LYX_FORMAT
4208
4209         * lyxfont.h: turn NO_LATEX on as default
4210
4211         * buffer.C (insertErtContents): new methods of tex style compability.
4212         (parseSingleLyXformat2Token): use it several places.
4213         * tabular.C (OldFormatRead): and here
4214
4215 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4216
4217         * text2.C: remove some commented code.
4218         reindent file.
4219
4220         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
4221         * trans.C: changes because of the above.
4222
4223 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
4224
4225         * text2.C (setCounter): Fix counters bug with bibliography layout.
4226
4227 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4228
4229         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
4230         own member functions
4231         (simpleTeXSpecialChars): ditto
4232
4233 2001-07-06  Juergen Vigna  <jug@sad.it>
4234
4235         * a lot of files: changed the access to LyXText::status and the
4236         call of undo-functions.
4237
4238         * undo.[Ch]: added a inset_id to the undo informations.
4239
4240         * undo_funcs.[Ch]: added and moved here all undo functions.
4241
4242         * lyxtext.h: give the status enum a weight, made status_ a private
4243         variable and made accessor functions for it, removed the whole bunch
4244         of undo-functions as they are now in their own file, make some
4245         functions publically available. Added function ownerParagraph with
4246         int parameter.
4247
4248         * paragraph.[Ch]: added "bool same_ids" to the constructor,
4249         made InInset() a const function, added getParFromID() function.
4250
4251         * buffer.[Ch]: added const version for inset_iterator functions,
4252         added getInsetFromID() function.
4253
4254         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
4255         changed undo functions for new version.
4256
4257 2001-07-05  Juergen Vigna  <jug@sad.it>
4258
4259         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
4260         unknow mechanism does not call the proper constructor but only this
4261         one also if I request the other!?
4262
4263 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4264
4265         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
4266
4267         * text2.C (LyXText): use initialization lists.
4268
4269         * lyxtext.h (Selection): initialize set_ and mark_
4270         (init): remove method
4271
4272 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
4273
4274         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
4275
4276 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4277
4278         * screen.[Ch]: change method names to begin with lowercase
4279
4280         * BufferView_pimpl.C (updateScrollbar): simplify further and
4281         hopefully make it a bit faster.
4282
4283 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4284
4285         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
4286         calling directly xforms functions.
4287
4288         * Painter.C (Painter):
4289         * lyx_cb.C (MenuWrite):
4290         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
4291         fl_display.
4292
4293         * lyx_gui.C: remove bogus guiruntime extern declaration.
4294
4295 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4296
4297         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
4298         in NEW_INSETS
4299         (redoDrawingOfParagraph): ditto
4300         (redoParagraphs): ditto
4301         (cutSelection): don't create a object for CutAndPaste use the
4302         static method directly
4303         (pasteSelection): ditto
4304
4305         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
4306         LyXview (+ rename)
4307
4308 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4309
4310         * modifications to some other files because of this.
4311
4312         * Makefile.am (lyx_SOURCES): add XFormsView
4313
4314         * XFormsView.[Ch]: new files
4315
4316         * LyXView.[Ch]: make LyXView a base class for the gui handling for
4317         the main window. Move the gui dependent stuff to XFormsView
4318
4319 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4320
4321         * tabular.C (GetCellInset): update cur_cell also in the row/col
4322         version of this function.
4323
4324         * lyxfunc.C: no need to include figure_form.h here.
4325
4326         * FontLoader.h:
4327         * lyxfunc.h:
4328         * lyxscreen.h:
4329         * text2.C:
4330         * lyxvc.C: no need to include forms.h here.
4331
4332 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4333
4334         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
4335
4336         * lyxfunc.C (Dispatch):
4337         * Spacing.C (set):
4338         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
4339         constructor argument.
4340
4341 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4342
4343         * paragraph.C (Paragraph): dont't clear, and just set layout.
4344         (makeSameLayout): use params's copy contructor.
4345
4346         * ParagraphParameters.[Ch] (makeSame): delete method
4347
4348 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
4349
4350         * Variables.[Ch]: fix indentation, rename set to isSet
4351
4352 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4353
4354         * lyxfunc.C (Dispatch): fix typo
4355
4356 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4357
4358         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
4359         upper_bound.
4360
4361         * bufferlist.C: include assert.h for emergencyWrite().
4362
4363 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4364
4365         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
4366           give up at last (bug #425202) !
4367
4368 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
4369
4370         * lyx_gui_misc.C:
4371         * sp_form.h:
4372         * sp_form.C:
4373         * spellchecker.h:
4374         * spellchecker.C: strip spellchecker options and bring up
4375           preferences tab instead
4376
4377 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4378
4379         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
4380         the istringstream constructor
4381
4382 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4383
4384         * paragraph.C (getLayout): fix return value
4385
4386         * paragraph.h: do not declare getLayout as inline.
4387
4388         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
4389
4390 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4391
4392         * lyxcursor.h (operator<): new func
4393         (operator>): new func
4394         (operator>=): new func
4395         (operator<=): new func
4396
4397         * text.C (changeCase): use selection.start and selection.end
4398         (changeRegionCase): require from to be <= to. Require par to be a
4399         valid paragraph.
4400
4401         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
4402
4403 2001-06-27  Juergen Vigna  <jug@sad.it>
4404
4405         * text.C (cursorLeftOneWord): changed to return the cursor and added
4406         overlay with BufferView * parameter which calls this one.
4407         (getWord): added
4408         (selectWord): use new getWord function.
4409         (changeCase): renamed from changeWordCase as and extended to work
4410         also on selections.
4411
4412         * lyxtext.h: added enum word_location
4413
4414         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
4415         changeCase as this operates now also on selections.
4416
4417 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
4418
4419         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
4420
4421         * many files: send debug output to Debug::INFO instead of
4422         Debug::ANY.
4423
4424         * converter.C (View):
4425         (Convert):
4426         (Move): send debug output to Debug::FILES instead of console.
4427
4428 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
4429
4430         * lyxfunc.C (getStatus): use func_status
4431
4432         * func_status.h: new header, describing the results of
4433         LyXFunc::getStatus;
4434
4435         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
4436         LFUN_MATH_HALIGN.
4437
4438 2001-06-25  The LyX Project  <jug@sad.it>
4439
4440         * buffer.C (sgmlOpenTag):
4441         (sgmlCloseTag):
4442         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
4443
4444 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4445
4446         * text2.C: remove some dead code
4447
4448         * tabular.C (GetCellInset): store the last cell checked (gotten)
4449
4450         * tabular.h: add the helper for the speedup
4451
4452         * lyxtext.h: remove some dead code
4453
4454 2001-06-26  The LyX Project  <Asger>
4455
4456         * paragraph.C: Change export to LaTeX of alignment to
4457         \begin{center} and family for better roundtrip work with reLyX.
4458
4459         * Tune the math drawing a bit.
4460
4461 2001-06-25  The LyX Project  <Asger>
4462
4463         * LColor.C (LColor): New color for math background. New color
4464         for buttons.
4465
4466 2001-06-25  The LyX Project  <jug@sad.it>
4467
4468         * lyxfunc.C (MenuNew): remove extra check for .lyx file
4469
4470         * lyxfunc.C (Open):
4471         * bufferlist.C (newFile): do not restrict to files ending with
4472         .lyx
4473
4474         * BufferView_pimpl.C (MenuInsertLyXFile):
4475
4476 2001-06-24  The LyX Project  <jug@sad.it>
4477
4478         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
4479         of compare_no_case
4480
4481 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4482
4483         * lyxtext.h: rename most methods to begin with a small char.
4484         Lots of changes because of this.
4485
4486         * paragraph.C (Paragraph): do not call fitToSize
4487         (erase): call Pimpl::erase
4488         (insertChar): call Pimpl::insertChar
4489         (insertInset): call Pipl::insertInset
4490         (breakParagraph): do not call fitToSize
4491         (breakParagraphConservative): do not call fitToSize
4492         (fitToSize): remove method
4493
4494         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
4495
4496 2001-06-24  The LyX Project  <Asger>
4497
4498         * Fix Qt compilation^2
4499
4500 2001-06-24  The LyX Project  <jug@sad.it>
4501
4502         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
4503         depthHook(getDepth()-1).
4504
4505         * paragraph.h:
4506         * ParagraphParameters.h:
4507         * ParameterStruct.h: change type of depth to unsigned int ==
4508         depth_type. Many adaptations to other files before of that.
4509
4510 2001-06-24  The LyX Project  <Asger>
4511
4512         * Fix Qt compilation.
4513
4514 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4515
4516         * paragraph.h: renamed several methods to begin with small letter.
4517         several changes to many parts of the code because of this.
4518
4519 2001-06-23  The LyX Project  <jug@sad.it>
4520
4521         * text2.C (InsertStringAsLines): renamed from InsertStringA;
4522         rewritten to discard all double spaces when KeepEmpty is off
4523         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
4524         to only handle newlines but not fiddle with spaces and friends.
4525
4526         * lyxfunc.C (MenuNew): when doing 'new from template', use
4527         template_path as default directory
4528
4529 2001-06-23  The LyX Project  <Asger>
4530
4531         * Clean-up of header file includes all over
4532         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
4533
4534 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4535
4536         * paragraph.h: renamed from lyxparagraph.h
4537
4538 2001-06-23  Asger  <lyx@violet.home.sad.it>
4539
4540         * Buffer.h: Removed Buffer::resize
4541         * BufferList.h: Removed BufferList::resize
4542         * LyXView.h: Added LyXView::resize. This way, we will only reflow
4543         the document lazily when we change the width, or the font settings.
4544
4545 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4546
4547         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
4548
4549 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4550
4551         * buffer.h: remove out of date comment
4552
4553 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4554
4555         * lyxscreen.h:
4556         * screen.C: fix "theoretical" GC leak
4557
4558 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4559
4560         * LaTeX.C (scanAuxFile):
4561         (deplog): remove trailing \r when reading stream (useful under
4562         win32)
4563
4564 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
4565
4566         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
4567         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
4568         and BufferView::theLockingInset(Inset*), so should use them and not
4569         access bv_->text->the_locking_inset directly.
4570
4571         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
4572
4573 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4574
4575         * Makefile.am:
4576         * tex-defs.h: remove old unused file
4577
4578 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
4579
4580         * BufferView_pimpl.C: fix typo, remove minibuffer message
4581           when buffer has loaded
4582
4583 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4584
4585         * lyxfunc.C (Dispatch): use stringstream
4586         (MenuNew): use stringstream
4587         (Open): use stringstream
4588
4589         * importer.C (Import): use stringstream
4590
4591         * bufferview_funcs.C (CurrentState): use stringstream
4592
4593         * LaTeX.C (run): use stringstream
4594
4595         * BufferView_pimpl.C (savePosition): use stringstream
4596         (restorePosition): use stringstream
4597         (MenuInsertLyXFile): use stringstream
4598
4599 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
4600
4601         * BufferView.C:
4602         * Bullet.C:
4603         * ColorHandler.C:
4604         * FontInfo.C:
4605         * FontLoader.C:
4606         * LColor.C:
4607         * LaTeXFeatures.C:
4608         * Painter.C:
4609         * gettext.C:
4610         * lyx_gui_misc.C:
4611         * lyxserver.C:
4612         * vspace.C: removed // -*- C++ -*- as first line.
4613
4614         * lyxfind.h:
4615         * version.h: added // -*- C++ -*- as first line.
4616
4617 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4618
4619         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
4620
4621         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
4622         of string
4623
4624 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4625
4626         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
4627         of floats.
4628
4629 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4630
4631         * gettext.C: include LString.h even when --disable-nls is on.
4632
4633 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
4634
4635         * converter.h (Get): changed argument type from int to
4636         FormatList::size_type to avoid unnecessary conversion.
4637
4638         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
4639         before using it.
4640
4641 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4642
4643         * gettext.h: include LString.h even when --disable-nls is on.
4644
4645 2001-06-07  Juergen Vigna  <jug@sad.it>
4646
4647         * text.C (BreakAgain): subst spaces with tabs.
4648
4649         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
4650         (resizeInsetsLyXText): set force on resizeLyXText.
4651
4652 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4653
4654         * gettext.h (gettext_init):
4655         (locale_init): use a real definition instead of a macro
4656
4657 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4658
4659         * Bufferview_pimpl.C:
4660         * LColor.h:
4661         * LColor.C: further lcolor tidies
4662
4663 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4664
4665         * BufferView_pimpl.C (updateScrollbar): simplify.
4666
4667         * BufferView2.C: don't include insets/insetinfo.h, change
4668         prototype for insertInset and call the Pimpl version. let
4669         updateInset call Pimpl version.
4670
4671         * BufferView.h: move inset_slept to BufferView::Pimpl, move
4672         gotoInset to BufferView::Pimpl
4673
4674 2001-06-01  Juergen Vigna  <jug@sad.it>
4675
4676         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
4677         inside a LockingInset (is the update needed at all?).
4678
4679 2001-05-31  Juergen Vigna  <jug@sad.it>
4680
4681         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
4682         here not the old one otherwise how should we compare it afterwards
4683         if it's the same!
4684
4685 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4686
4687         * lyxfont.C:
4688         * tabular.C:
4689         * tabular-old.C:
4690         * FontInfo.C: bring C functions into global namespace when
4691         necessary
4692
4693 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4694
4695         * LString.h: make sure config.h has been loaded before LString.h.
4696
4697         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
4698         (one for each char read by EatLine!).
4699
4700         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
4701         variables.
4702
4703 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4704
4705         * paragraph.C (BreakParagraph): set the inset_owner in the new par
4706         to the same as the par we break from
4707
4708 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4709
4710         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
4711
4712         * MenuBackend.C (expand): also create menu entries for wide
4713         versions of the floats.
4714
4715         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
4716
4717         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
4718
4719         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
4720         frontends/Makefile.am
4721
4722         * text2.C: adjust
4723         * text.C: adjust
4724
4725
4726         * tabular.C (getTokenValue): add std::
4727
4728         * tabular-old.C (getTokenValue): add std::
4729         (getTokenValue): ditto
4730         (getTokenValue): ditto
4731
4732         * screen.C (ToggleSelection): adjust
4733
4734         * lyxtext.h: put selection cursors inside a Selection struct.
4735
4736         * lyxfunc.C (moveCursorUpdate): adjust
4737
4738         * lyxfont.C (latexWriteStartChanges): add std::
4739
4740         * lyxfind.C: adjust
4741
4742         * font.h: delete with(char const *, LyXFont const &)
4743
4744         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
4745
4746         * FontInfo.C (getFontname): add std::
4747
4748         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4749         (workAreaButtonPress): adjust
4750         (tripleClick): adjust
4751         (update): adjust
4752         (moveCursorUpdate): adjust
4753         (Dispatch): adjust
4754
4755         * BufferView2.C (gotoInset): adjust
4756
4757 2001-05-30  Juergen Vigna  <jug@sad.it>
4758
4759         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
4760         to check pspell I add this as default as I now have new pspell
4761         libraries and they seem to use this.
4762
4763 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4764
4765         * text2.C (CutSelection): make the cursor valid before the call to
4766         ClearSelection.
4767
4768 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4769
4770         * kbsequence.C (parse): de-uglify a bit the parsing code, which
4771         relied on 0 terminated strings and other horrors. Bug found due to
4772         the new assert in lyxstring!
4773
4774         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
4775         KP_ keys.
4776
4777 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4778
4779         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
4780         to latinkeys.bind.
4781
4782         * lyxfunc.C (processKeySym): change method of getting to the
4783         self-insert char.
4784
4785         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
4786         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
4787         * BufferView_pimpl.[Ch]: here as private methods.
4788
4789 2001-05-28  Juergen Vigna  <jug@sad.it>
4790
4791         * text.C (SetHeightOfRow): added the update() call again as it is
4792         needed to initialize inset dimensions!
4793
4794 2001-05-16  Juergen Vigna  <jug@sad.it>
4795
4796         * text2.C (SetCharFont): Add new function with BufferView * and
4797         bool toggleall parameters for setting insets internal fonts.
4798         (SetFont): Freeze the undo as we may change fonts in Insets and
4799         all this change should be inside only one Undo!
4800
4801         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
4802         setting font's in insets as for them we have the SetFont function!
4803
4804 2001-05-15  Juergen Vigna  <jug@sad.it>
4805
4806         * text2.C (ClearSelection): to be sure we REALLY don't have any
4807         selection anymore!
4808
4809         * tabular.C (TeXCellPreamble): fixed the left border problem for
4810         multicolumn cells.
4811
4812 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
4813
4814         * LaTeX.C (deplog): Make sure that the main .tex file is in the
4815         dependancy file
4816
4817 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4818
4819         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
4820         LFUN_BREAKPARAGRAPH.
4821
4822         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
4823         help test to "internal only", similar for LFUN_INSERT_URL
4824
4825         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
4826         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
4827         auto_region_delete and deadkeys.
4828
4829 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
4830
4831         * LColor.h:
4832         * LColor.C: remove some dead entries, tidy a little
4833
4834 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4835
4836         * lyxfunc.C (processKeySym): comment the Escape handling, remove
4837         commented code.
4838         (Dispatch): implement LFUN_ESCAPE
4839
4840         * commandtags.h: add LFUN_ESCAPE
4841
4842         * LyXAction.C (init): add entry for LFUN_ESCAPE
4843
4844         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
4845         Remove commented code.
4846         (insertNote): moved here
4847         (open_new_inset): moved here
4848
4849         * BufferView[2].[Ch]: move insertNote and open_new_inset to
4850         BufferView_pimpl
4851
4852 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4853
4854         * kbmap.C (findbinding): clean it up and make it work correctly.
4855
4856         * lyx_main.C (init): do not pass argc and argv as parameters
4857
4858 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
4859
4860         * buffer.C: fix path for OS/2 & Win32
4861
4862         * lyx_gui.C:
4863         * lyx_main:
4864         * lyx_main.C: Added os:: class.
4865
4866         * os2_defines.h: update
4867
4868 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4869
4870         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
4871         better by trying again with reduced state.
4872
4873 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4874
4875         * lyxrc.C (read): print error about invalid key sequence only when
4876         debugging (because not all latinX keysyms are known to some X
4877         servers)
4878
4879         * kbsequence.C (getiso): add a few std:: qualifiers
4880         (getiso): comment out extra return statement.
4881
4882 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4883
4884         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
4885         handling.
4886         (Dispatch): enhance the accent inset a bit. (not perfect)
4887
4888 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4889
4890         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
4891
4892 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4893
4894         * bufferlist.C (emergencyWrite): fix assert() call
4895
4896 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
4897
4898         * text.C (InsertChar): Added trivial patch to only send the "you
4899         can not do multiple spaces this way" message once during a
4900         session.
4901
4902 2001-05-08  Baruch Even  <baruch@lyx.org>
4903
4904         * Makefile.am: Changed order of libraries to get LyX to link properly
4905         with the gnome frontend.
4906
4907 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4908
4909         * LaTeXFeatures.h: add a std:: qualifier
4910
4911 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4912
4913         * paragraph.C (String): use stringstream
4914
4915 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4916
4917         * paragraph.C (writeFile): remove footflag arg
4918
4919         * buffer.C (makeLaTeXFile): use stringstream
4920         (latexParagraphs): remove footnot gurba
4921
4922         * LaTeXFeatures.C (getPackages): use stringstream
4923         (getMacros): likewise
4924         (getTClassPreamble): likewise
4925         (getFloatDefinitions): new method
4926
4927         * paragraph.C (writeFile): reindent
4928         (Erase): reindent
4929
4930         * WorkArea.h: revert the xpos + etc changes.
4931
4932         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
4933
4934         * lyxparagraph.[Ch]: add copy constructor, remove Clone
4935
4936         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
4937         (pasteSelection): likewise
4938         * text2.C (CreateUndo): likewise
4939
4940 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4941
4942         * minibuffer.C (peek_event): temporarily reduce the functionality
4943         of the minibuffer (to allow args on lfuns)
4944
4945         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
4946         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
4947
4948         * buffer.C (readInset): add compability reading of old float
4949         lists, add reading of new style float list.
4950         (readInset): avoid reevaluation of inscmd.getCmdName()
4951         (getLists): reindent
4952
4953         * MenuBackend.C (MenuItem): implement parsing of
4954         md_floatlistinsert and md_floatinsert.
4955         (expand::LastFiles): move initalizaton of iterators out of loop,
4956         avoid reevaluation.
4957         (expand::Documents): introduce typdedef vector<string> Strings,
4958         and use it.
4959         (expand::ExportFormats): introduce typedef vector<Format const *>
4960         Formats, and use it.
4961         (expand): implement FloatListInsert and FloatInsert.
4962
4963         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
4964         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
4965         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
4966
4967         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
4968         handling.
4969         (Dispatch::LFUN_FLOAT_LIST): implement
4970
4971 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
4972
4973         * LaTeX.C (run): Fix problem with --export code.
4974
4975 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
4976
4977         * BufferView.[Ch] (workarea): removed.
4978         (getClipboard) new method; wrapper for workarea()->getClipboard()
4979
4980         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
4981         bug.
4982
4983         * WorkArea.h (width, height, xpos, ypos): These methods all
4984         returned the dimensions of the work_area sub-area of WorkArea,
4985         resulting in a position error if the WorkArea were resized. Now
4986         return the dimensions of the entire WorkArea.
4987
4988         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
4989
4990 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4991
4992         * LaTeX.C (deplog): correct the syntax of regex reg1
4993
4994 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4995
4996         * undo.C: remove !NEW_INSETS cruft
4997
4998 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4999
5000         * text2.C: remove !NEW_INSETS cruft
5001
5002         * text.C: remove !NEW_INSETS cruft
5003
5004         * tabular.C: remove !NEW_INSETS cruft
5005
5006         * spellchecker.C: remove !NEW_INSETS cruft
5007
5008         * lyxtext.h: remove !NEW_INSETS cruft
5009
5010         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
5011
5012         * lyxfunc.C: remove !NEW_INSETS cruft
5013
5014         * lyxfind.C: remove !NEW_INSETS cruft
5015
5016         * lyx_cb.C: remove !NEW_INSETS cruft
5017
5018         * figureForm.C: remove  !NEW_INSETS cruft
5019
5020         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
5021
5022         * buffer.[Ch]: remove !NEW_INSETS cruft
5023
5024         * ToolbarDefaults.C: remove !NEW_INSETS cruft
5025
5026         * CutAndPaste.C: remove !NEW_INSETS cruft
5027
5028         * BufferView_pimpl.C: remove !NEW_INSETS cruft
5029
5030         * BufferView2.C: remove !NEW_INSETS cruft
5031
5032         * BufferView.h: remove !NEW_INSETS cruft
5033
5034 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5035
5036         * Lsstream.h: include LString.h before the sstream headers to
5037         fix problem with gcc 2.95.3 and lyxstring
5038
5039 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5040
5041         * lyx_main.C: add using directives when needed for C functions
5042         declared in std:: namespace.
5043
5044 2001-04-27  Juergen Vigna  <jug@sad.it>
5045
5046         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
5047         (SetHeightOfRow): comment out the update call should not be needed!
5048
5049 2001-04-13  Juergen Vigna  <jug@sad.it>
5050
5051         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
5052         (LyXTabular): tried to minimize operator= operations (and realized
5053         hopfully Lars wish).
5054
5055 2001-04-27  Juergen Vigna  <jug@sad.it>
5056
5057         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
5058
5059 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5060
5061         * lyxfunc.C (Dispatch): hack to make listof algorithm work
5062
5063         * buffer.C (readInset): hack to make listof algorithm work
5064
5065         * BufferView_pimpl.C: hack to make listof algorithm work
5066
5067 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5068
5069         * LyXAction.C: removed all !NEW_INSETS cruft
5070         (init): moved lfun_item in method
5071
5072         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
5073
5074 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5075
5076         * BufferView2.C (theLockingInset): white space.
5077
5078 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5079
5080         * minibuffer.C: include <iostream>
5081
5082         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
5083
5084         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
5085
5086         * commandtags.h: add LFUN_TRANSPOSE_CHARS
5087
5088         * text.[Ch] (TransposeChars): new method
5089
5090 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5091
5092         * call message directly through LyXView instead of through LyXFunc
5093         * BufferView2.C: adjust
5094         * BufferView_pimpl.C: adjust
5095         * FontLoader.C: adjust
5096         * buffer.C: adjust
5097         * bufferview_funcs.C: adjust
5098         * converter.C: adjust
5099         * figureForm.C: adjust
5100         * importer.C: adjust
5101         * lyx_cb.C: adjust
5102         * lyx_gui_misc.C: adjust
5103         * lyxfunc.C: adjust
5104         * lyxvc.C: adjust
5105         * text2.C: adjust
5106         + more files in subdirs
5107
5108         * lyxparagraph.h (size): move up int file
5109         (GetLayout): ditto
5110
5111         * adjust all uses of Assert to lyx::Assert.
5112
5113         * BufferView2.C (ChangeCitationsIfUnique): adjust for
5114         lyxfunctional in namespace lyx
5115         * layout.C (hasLayout): ditto
5116         (GetLayout): ditto
5117         (GetLayout): ditto
5118         (delete_layout): ditto
5119         (NumberOfClass): ditto
5120         * converter.C (GetFormat): ditto
5121         (GetNumber): ditto
5122         (Add): ditto
5123         (Delete): ditto
5124         (SetViewer): ditto
5125         * bufferlist.C (getFileNames): ditto
5126         (emergencyWriteAll): ditto
5127         (exists): ditto
5128         (getBuffer): ditto
5129         * MenuBackend.C (hasSubmenu): ditto
5130         (hasMenu): ditto
5131         (getMenu): ditto
5132         * BufferView_pimpl.C (getInsetByCode): ditto
5133
5134 2001-04-18  Juergen Vigna  <jug@sad.it>
5135
5136         * vspace.C (asLatexString): fixed the 100% problem.
5137
5138 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5139
5140         * lyxfunc.C (Dispatch):
5141         * minibuffer.C:
5142         * minibuffer.h: add a few std:: qualifiers
5143
5144 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5145
5146         * minibuffer.[Ch]: reimplement so that commands is initiated and
5147         run from lyxfunc, simplified som handling, and made the completion
5148         and history code for complete. wip.
5149
5150         * lyxfunc.C (processKeySym): call message
5151         (miniDispatch): new temporary method
5152         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
5153         (LFUN_MESSAGE): implement
5154         (LFUN_MESSAGE_PUSH): implement
5155         (LFUN_MESSAGE_POP): implement
5156         (initMiniBuffer): the initial/defualt minibuffer message.
5157
5158         * lyxfont.[Ch]: inline some more getters
5159
5160         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
5161
5162         * lyx_gui_misc.[Ch] (WriteStatus): remove method
5163
5164         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
5165         (AutoSave): use LFUN_MESSAGE
5166         (Reconfigure): ditto
5167
5168         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
5169
5170         * figureForm.C: use LFUN_MESSAGE
5171
5172         * converter.C (runLaTeX): use LFUN_MESSAGE
5173
5174         * bufferview_funcs.C: use LFUN_MESSAGE
5175         (Melt): ditto
5176         (changeDepth): ditto
5177
5178         * bufferparams.h: use boost::
5179
5180         * bufferlist.h: inherit privately from noncopyable
5181
5182         * bufferlist.C (loadLyXFile): remove some commented code.
5183
5184         * buffer.C (runChktex): use LFUN_MESSAGE
5185
5186         * ShareContainer.h: inherit privately from noncopyable
5187
5188         * ParagraphParameters.[hC] (depth): inline it.
5189
5190         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
5191         methods.
5192         (message): new method
5193         (messagePush): ditto
5194         (messagePop): ditto
5195         (show): init minibuffer
5196         (showState): direct call
5197
5198         * LaTeX.[Ch]: inherit privately from noncopyable
5199         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
5200         instead of WriteStatus.
5201
5202         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
5203
5204         * BufferView_pimpl.C (buffer): don't init minibuffer
5205         (workAreaButtonPress): use LFUN_MESSAGE
5206         (workAreaButtonRelease): ditto
5207         (savePosition): ditto
5208         (restorePosition): ditto
5209         (MenuInsertLyXFile): ditto
5210         (workAreaExpose): don't init minibuffer
5211         (update): remove commented code, simplify
5212
5213         * BufferView2.C (openStuff): use LFUN_MESSAGE
5214         (toggleFloat): ditto
5215         (menuUndo): ditto
5216         (menuRedo): ditto
5217         (copyEnvironment): ditto
5218         (pasteEnvironment): ditto
5219         (copy): ditto
5220         (cut): ditto
5221         (paste): ditto
5222         (gotoInset): ditto
5223         (updateInset): remove some commented code
5224
5225         * lastfiles.h: inherit privately from noncopyable
5226         * layout.h: ditto
5227         * lyx_gui.h: ditto
5228         * lyx_main.h: ditto
5229         * lyxlex.h: ditto
5230         * lyxlex_pimpl.h: ditto
5231
5232         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
5233         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
5234         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
5235
5236         * LyXAction.h: inherit privately from noncopyable, add methods
5237         func_begin, func_end, returning iterators to the func map.
5238
5239         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
5240         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
5241         (func_begin): new method
5242         (func_end): new method
5243
5244         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
5245         and not)
5246         (copySelection): ditto
5247         (pasteSelection): ditto
5248
5249         * BufferView.C: whitespace change
5250         * BufferView.h: inherit privately from noncopyable
5251
5252 2001-04-16  Allan Rae  <rae@lyx.org>
5253
5254         * tabular-old.C (l_getline):
5255         * spellchecker.C (sc_check_word):
5256         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
5257         an unrecognised preprocessor directive.  So ensure they're wrapped.
5258
5259 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
5260
5261         * src/exporter.C (Export): Give an error message when path to file
5262         contains spaces.
5263
5264 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
5265
5266         * LaTeX.C (deplog): Always check that foundfile exists.
5267
5268 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5269
5270         * lyx_main.h:
5271         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
5272
5273 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5274
5275         * tabular.[Ch] (getLabelList): implement new method
5276
5277         * minibuffer.h: comment ouf setTiimer
5278
5279         * minibuffer.C (ExecutingCB): constify res
5280         (peek_event): constify s
5281         (Set): constify ntext
5282         (Init): constify nicename
5283
5284         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
5285
5286         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
5287         (savePosition): use two params to Minibuffer::Set
5288         (restorePosition): ditto
5289
5290 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5291
5292         * lyx_main.C: include language.h
5293
5294         * Makefile.am (lyx_main.o): add language.h
5295
5296 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5297
5298         * exporter.C:
5299         * paragraph.C:
5300         * screen.C:
5301         * tabular.C:
5302         * CutAndPaste.C: include gettext.h
5303
5304         * lyxfont.h: remove old hack with ON and OFF.
5305
5306         * lyxparagraph.h:
5307         * lyxfont.h: do not include language.h...
5308
5309         * BufferView2.C:
5310         * LaTeXFeatures.C:
5311         * Painter.C:
5312         * bufferview_funcs.C:
5313         * font.C:
5314         * lyxfont.C:
5315         * text.C:
5316         * text2.C:
5317         * trans_mgr.C:
5318         * paragraph.C: ... but do it here instead
5319
5320 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5321
5322         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
5323
5324         * tabular.C: small reformat
5325
5326         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
5327         NEW_INSETS version
5328         (GetChar): ditto
5329         (BreakParagraph): ditto
5330         (SetOnlyLayout): ditto
5331         (SetLayout): ditto
5332
5333         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
5334         with one arg less.
5335
5336         * lastfiles.C: removed most using decl, add std:: where needed
5337
5338         * buffer.C: ws changes
5339
5340         * MenuBackend.C (class compare_format): put into anon namespace
5341         (expand): constify label, names, action, action2
5342         (expand):
5343
5344         * text.C (SingleWidth): constify font
5345         (IsBoundary): constify rtl2
5346         (GetVisibleRow): constify ww
5347
5348         * LaTeX.C (deplog): constify logfile
5349
5350         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
5351         start_x, end_x
5352         (workAreaExpose): constify widthChange, heightChange
5353
5354         * lyxrow.C (par): moved
5355         (height): moved
5356         (next): moved
5357         * lyxrow.h: as inlines here
5358
5359         * lyxfont.h (shape): moved from lyxfont.C
5360         (emph): moved from lyxfont.C
5361
5362         * lyxfont.C (LyXFont): use initialization list for all
5363         constructors
5364         (shape): move to lyxfont.h as inline
5365         (emph): move to lyxfont.h as inline
5366
5367
5368 2001-04-04  Juergen Vigna  <jug@sad.it>
5369
5370         * vspace.C: had to include stdio.h for use of sscanf
5371
5372 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
5373
5374         * BufferView.h:
5375         * BufferView_pimpl.h: remove xforms cruft. Both classes are
5376         independent of xforms.
5377
5378 2001-04-02  Juergen Vigna  <jug@sad.it>
5379
5380         * spellchecker.C: fixed namespace placing!
5381
5382 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
5383
5384         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
5385         the LyXParagraph * is 0.
5386
5387 2001-03-29  Juergen Vigna  <jug@sad.it>
5388
5389         * vspace.C: added support for %, c%, p%, l%.
5390         (stringFromUnit): added helper function.
5391         (asLatexString): changed to give right results for the %-values.
5392
5393         * buffer.C: convert the widthp in a width%.
5394
5395 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
5396
5397         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
5398         figureForm.[Ch].
5399
5400         * figureForm.[Ch]: stripped the FD_from_figure manipulation
5401         code out of lux_cb.[Ch], ready for its (imminent?) removal.
5402
5403         * lyx_cb.[Ch]: see above.
5404
5405         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
5406         form1.[Ch].
5407
5408         * form1.[Ch]:
5409         * lyx.[Ch]: replaced by figure_form.[Ch].
5410
5411         * lyx_gui.C:
5412         * lyx_gui_misc.C:
5413         * lyxfunc.C: changed headers associated with above changes.
5414
5415 2001-03-27  Juergen Vigna  <jug@sad.it>
5416
5417         * BufferView_pimpl.C: set the temporary cursor right!
5418
5419 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
5420
5421         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
5422
5423 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
5424
5425         * LString.h: removed "using std::getline"!
5426
5427         * BufferView_pimpl.C (Dispatch): changes due to changes in
5428         InsetInclude::Params.
5429
5430         * buffer.C (tag_name): removed redundant break statements as they were
5431         producing lots of warnings with my compiler.
5432
5433 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5434
5435         * LString.h: add "using std::getline" when using the real <string>.
5436
5437 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
5438
5439         * buffer.C: removed bitset usage.
5440         PAR_TAG moved to an anonymous name space.
5441         (tag_name): new funtion, also in the anonymous namespace.
5442         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
5443         (makeDocBookFile): clean code. Completed transition from string arrays
5444         to string vectors.
5445         (SimpleDocBookOnePar): code clean.
5446
5447 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5448
5449         * tabular.C: add some comments.
5450
5451 2001-03-22  Juergen Vigna  <jug@sad.it>
5452
5453         * buffer.C (parseSingleLyXformat2Token): redone the minipage
5454         compatibility read a bit and fixed bug with minipage in different
5455         depth.
5456
5457 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
5458
5459         * buffer.C (pop_tag): removed.
5460         (push_tag): removed.
5461         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
5462         array replaced with vector. Added support for CDATA sections.
5463         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
5464         at any nest level.
5465         (makeDocBookFile): XML conformant declaration of CDATA section,
5466         fixed bug related to <emphasis> in the first paragraph char.
5467         (sgmlOpenTag): exclude empty tags.
5468         (sgmlCloseTag): ditto.
5469
5470         * buffer.h (pop_tag): removed.
5471         (push_tag): removed.
5472
5473 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
5474
5475         * language.h (Languages): added size_type and size().
5476
5477 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5478
5479         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
5480         response on compability reading of minipages. One probliem is that
5481         the old usage of minipages was «flertydig»
5482
5483         * several files here and in subdirs: don't use static at file
5484         scope use anon namespaces instead.
5485
5486 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
5487
5488         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
5489         LaTeX output. This is necessary for Literate document
5490         processing.
5491
5492 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5493
5494         * buffer.C: insert hfill when needed.
5495
5496         * tabular.C (l_getline): use string::erase, small whitespace change.
5497
5498         * BufferView_pimpl.C: try the anon namespace.
5499         * WorkArea.C: ditto
5500
5501 2001-03-16  Juergen Vigna  <jug@sad.it>
5502
5503         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
5504         otherwise it won't open options-dialogs.
5505
5506         * buffer.C: honor pextraWidth(p) on converting minipages.
5507
5508         * tabular.C (l_getline): changed the functions to strip trailing \r.
5509
5510 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
5511
5512         * BufferView_pimpl.C:
5513         * minibuffer..C: added "using SigC::slot" declaration.
5514
5515 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5516
5517         * lyxlex_pimpl.h: noncopyable is in namespace boost.
5518
5519         * text2.C: ditto
5520
5521         * text.C: ditto
5522
5523         * paragraph.C: ditto
5524
5525         * lyxtext.h: NO_PEXTRA
5526
5527         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
5528
5529         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
5530         * ParameterStruct.h: ditto
5531         * ParagraphParameters.h: ditto
5532         * lyxparagraph.h: ditto
5533
5534 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5535
5536         * buffer.C: add compability for minipage alignment.
5537         (latexParagraphs): remove unwanted pextra check.
5538
5539         * several files: remove CXX_WORKING_NAMESPACES
5540
5541         * buffer.C (pop_tag): tie is in namespace boost
5542
5543         * BufferView.h: noncopyable is in namespace boost
5544         * lyxlex.h: ditto
5545         * lyx_main.h: ditto
5546         * lyx_gui.h: ditto
5547         * layout.h: ditto
5548         * lastfiles.h: ditto
5549         * bufferlist.h: ditto
5550         * ShareContainer.h: ditto
5551         * LyXView.h: ditto
5552         * LyXAction.h: ditto
5553         * LaTeX.h: ditto
5554
5555 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
5556
5557         * Merging changes from BRANCH_MVC back into HEAD.
5558
5559         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
5560
5561 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
5562
5563         * BufferView_pimpl.C: change from intl.C
5564
5565         * combox.h:
5566         * combox.C:
5567         * Makefile.am: move combox.*
5568
5569         * form1.h:
5570         * form1.C:
5571         * lyx_gui.C:
5572         * intl.h:
5573         * intl.C: remove dialog (covered by prefs)
5574
5575 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
5576
5577         * lyxfunc.C (Dispatch): removed redundant break statement.
5578
5579 2001-03-14  Juergen Vigna  <jug@sad.it>
5580
5581         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
5582
5583 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5584
5585         * buffer.C: add hack to fix compability reading of minipages.
5586
5587 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
5588
5589         * buffer.C (getLists): Cleanup.
5590
5591 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5592
5593         * lyxfont.C (update): don't honor toggleall on font size.
5594
5595 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
5596
5597         * bmtable.c:
5598         * bmtable.h:
5599         * Makefile.am: moved to frontends/xforms/
5600
5601         * lyx_gui_misc.C:
5602         * lyxfunc.C:
5603         * BufferView_pimpl.C: changes for moved mathpanel
5604
5605 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5606
5607         * gettext.h: fix gettext_init() in --disable-nls
5608
5609 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5610
5611         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
5612
5613 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
5614
5615         * lyx.C:
5616         * lyx.h: strip external form
5617
5618 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5619
5620         * BufferView_pimpl.C: add comment, destroySplash()
5621
5622 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
5623
5624         * BufferView_pimpl.C:
5625         * LyXAction.C:
5626         * buffer.C:
5627         * commandtags.h:
5628         * lyxfunc.C: use re-worked insetinclude
5629
5630 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5631
5632         * buffer.C: add using std::stringstream.
5633
5634         * lyx_cb.C: readd using std::ios.
5635
5636         * buffer.C: add using std::map.
5637
5638         * BufferView_pimpl.C: add using std::vector.
5639
5640         * ShareContainer.h: add std:: to swap.
5641
5642         * buffer.h: add some typedefs
5643         * buffer.C (getLists): use them
5644         (getLists): renamed from getTocList.
5645         add a counter for the different float types and use it in the
5646         generated string.
5647         (getLists): use the same counter for the NEW_INSETS and the "non"
5648         NEW_INSETS
5649
5650         * lyx_cb.h: remove unused items, includes, using etc.
5651
5652         * ShareContainer.h: remove some commented code, add more comments
5653         and "documentation".
5654
5655 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5656
5657         * buffer.C (getTocList): make the list also when NEW_INSETS is
5658         defined.
5659
5660         * buffer.h: remove TocType
5661
5662         * buffer.C (getTocList): change to return a map<string,
5663         vector<TocItem> >, implement for dynamic number of list.
5664
5665         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
5666         * text2.C (PasteSelection): adjust
5667         * CutAndPaste.C (pasteSelection): adjust
5668
5669         * FloatList.C (FloatList): update from the new_insets branch.
5670         * Floating.[Ch]: ditto
5671         * LaTeXFeatures.C: ditto
5672         * buffer.C: ditto
5673         * lyxlex_pimpl.C: ditto
5674
5675         * paragraph.C (Last): remove when NEW_INSETS is defined.
5676
5677         * other file: changes because of the above.
5678
5679 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5680
5681         * lyxparagraph.h: rename next to next_, previous to previous_,
5682         make them private for NEW_INSETS. Rename Next() to next(),
5683         Previous() to previous().
5684
5685         * other files: changes because of the above.
5686
5687 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
5688
5689         * BufferView.h:
5690         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
5691         problem.
5692
5693 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5694
5695         * main.C (main): pass lyx_localedir to gettext_init().
5696
5697         * gettext.h: remove locale_init and gettext_init macros
5698
5699         * gettext.C (locale_init): new function
5700         (gettext_init): new function
5701
5702         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
5703         setlocale().
5704
5705 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
5706
5707         * Moved credits to frontends:
5708         * credits.[Ch]: removed
5709         * credits_form.[Ch]: removed
5710         * lyx_gui_misc.C: remove credits stuff
5711         * Makefile.am:
5712
5713 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5714
5715         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
5716
5717         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
5718         unneeded destructor.
5719
5720         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
5721         a standalone pointer again.
5722
5723         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
5724
5725 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
5726
5727         * Makefile.am:
5728         * filedlg.h:
5729         * filedlg.C:
5730         * LyXAction.C:
5731         * ToolbarDefaults.C:
5732         * bufferlist.C:
5733         * commandtags.h:
5734         * form1.C:
5735         * form1.h:
5736         * lyx_cb.C:
5737         * lyx_cb.h:
5738         * lyxfunc.h:
5739         * lyxfunc.C:
5740         * BufferView_pimpl.C: use new file dialog in GUII
5741
5742         * lyx_cb.h:
5743         * lyx_cb.C: remove LayoutsCB to Toolbar
5744
5745 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5746
5747         * ShareContainer.h (get): add std:: qualifier
5748
5749 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5750
5751         * ShareContainer.h: define a proper ShareContainer::value_type
5752         type (and use typename to please compaq cxx)
5753
5754 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5755
5756         * lyxparagraph.h: move serveral local vars to
5757         ParameterStruct/ParagraphParameters., use ShareContainer in
5758         FontTable., make vars in FontTable private and add getter and
5759         setter.
5760
5761         * paragraph.C: changes because of the above.
5762
5763         * lyxfont.h: remove copy constructor and copy assignment. (the
5764         default ones is ok), move number inside FontBits. move inlines to
5765         lyxfont.C
5766
5767         * lyxfont.C: add number to initializaton of statics, move several
5768         inlines here. constify several local vars. some whitespace
5769         cleanup. Dont hide outerscope variables.
5770
5771         * Spacing.h: add two new constructors to match the set methods.
5772
5773         * ShareContainer.h: new file, will perhaps be moved to support
5774
5775         * ParameterStruct.h: new file
5776
5777         * ParagraphParameters.h: new file
5778
5779         * ParagraphParameters.C: new file
5780
5781         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
5782         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
5783
5784         * BufferView_pimpl.C: ParagraphParameter changes.
5785         * buffer.C: Likewise.
5786         * bufferview_funcs.C: Likewise.
5787         * text.C: Likewise.
5788         * text2.C: Likewise.
5789
5790 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5791
5792         * lyxfind.C (LyXReplace): do not redefine default argument in
5793         implementation.
5794         (IsStringInText): ditto
5795         (SearchForward): ditto
5796         (SearchBackward): ditto
5797
5798 2001-03-06  Juergen Vigna  <jug@sad.it>
5799
5800         * lyxfind.C (IsStringInText): put parentes around expressions.
5801
5802 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
5803
5804         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
5805
5806 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
5807
5808         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
5809
5810         * stl_string_fwd.h: add comment
5811
5812         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
5813
5814         * tabular.h:
5815         * tabular.C: remove unused DocBook methods
5816
5817         * intl.C:
5818         * language.C:
5819         * paragraph.C:
5820         * buffer.C:
5821         killed DO_USE_DEFAULT_LANGUAGE
5822
5823 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5824
5825         * lyx_gui.C: do not include language.h.
5826
5827         * bufferview_funcs.C (ToggleAndShow): do not provide optional
5828         arguments in function implementation.
5829
5830 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5831
5832         * BufferView_pimpl.C: add <ctime>
5833
5834 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5835
5836         * BufferView_pimpl.C: add using std::find_if
5837
5838 2001-02-27  José Matos  <jamatos@fep.up.pt>
5839
5840         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
5841         by OnlyPath.
5842
5843 2001-02-11  José Matos  <jamatos@fep.up.pt>
5844
5845         * buffer.C (makeDocBookFile): command styles now have a parameter as
5846         "title" by default.
5847
5848 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
5849
5850         * layout_forms.[Ch]: removed
5851         * lyx_cb.[Ch]: out character
5852         * lyx_gui.C: out character
5853         * lyx_gui_misc.C: out character
5854         * bufferview_funcs.C: : out character,
5855         added toggleall as parameter in ToggleAndShow
5856
5857 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
5858
5859         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
5860
5861         * text2.C (SetCurrentFont): Disable number property at boundary.
5862
5863 2001-02-26  Juergen Vigna  <jug@sad.it>
5864
5865         * lyxfunc.C (getStatus): added a string argument override function so
5866         that this is correctly called from LyXFunc::Dispatch if it contains a
5867         do_not_use_argument which is used!
5868         (Dispatch): added check for "custom" export and call appropriate func.
5869
5870 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
5871
5872         * lyxrc.C: Add language_command_local, language_use_babel and
5873         language_global_options.
5874
5875         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
5876
5877         * buffer.C (makeLaTeXFile): Use language_use_babel and
5878         language_global_options.
5879
5880 2001-02-23  Juergen Vigna  <jug@sad.it>
5881
5882         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
5883         which works with LyXText and putted it inside BufferView. Here now we
5884         only call for that part the BufferView::Dispatch() function.
5885
5886         * BufferView.C (Dispatch): added.
5887
5888         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
5889         functions which needs to use a LyXText over from LyXFunc.
5890         (MenuInsertLyXFile): added
5891         (getInsetByCode): added
5892         (moveCursorUpdate): added
5893         (static TEXT): added
5894
5895 2001-02-22  Juergen Vigna  <jug@sad.it>
5896
5897         * BufferView_pimpl.C (update): call a status update to see if LyXText
5898         needs it.
5899
5900 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5901
5902         * vc-backend.C (revert): implement for CVS
5903         (getLog): implement for CVS
5904
5905 2001-02-20  Juergen Vigna  <jug@sad.it>
5906
5907         * text2.C (ClearSelection): added BufferView param for inset_owner call
5908
5909         * lyxfunc.C (TEXT): added this function and use it instead of
5910         directly owner->view()-text of getLyXText().
5911
5912 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
5913
5914         * src/layout_forms.C: out preamble
5915         * src/layout_forms.h: out preamble
5916         * src/lyx_cb.C: out preamble
5917         * src/lyx_cb.h: out preamble
5918         * src/lyx_gui.C: out preamble
5919         * src/lyx_gui_misc.C: out preamble
5920         * src/lyxfunc.C: connect with guii preamble
5921
5922 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
5923
5924         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
5925
5926 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
5927
5928         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
5929         whether to run bibtex.
5930
5931 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
5932
5933         * Makefile.am (lyx_SOURCES): Remove BackStack.h
5934
5935 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5936
5937         * Makefile.am (lyx_SOURCES): removed bibforms.h
5938
5939         * vspace.h: doxygen
5940
5941         * text.C (GetVisibleRow): make several local vars const
5942
5943         * tabular.C: small cleanup.
5944
5945         * lyxserver.C (callback): use compare instead of strncmp
5946
5947         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
5948         inlines to after class or to paragraph.C
5949
5950         * lyxfont.h: remove friend operator!=
5951
5952         * converter.h: move friend bool operator< to non friend and after
5953         class def.
5954
5955         * combox.h: small cleanup
5956
5957         * buffer.h: doxygen, remove unused constructor, move inclas inlies
5958         to inlines after class def.
5959
5960         * buffer.C (pop_tag): use string operations instead of strcmp
5961
5962         * bmtable.c: doxygen, small cleanup
5963
5964         * LaTeX.h: remove friend operator==
5965
5966 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5967
5968         * screen.C:
5969         * lyxrc.[Ch]:
5970         * lyxfunc.C:
5971         * lyxfont.[Ch]:
5972         * lyx_cb.C:
5973         * intl.[Ch]:
5974         * commandtags.h:
5975         * buffer.C:
5976         * WorkArea.[Ch]:
5977         * LyXAction.C:
5978         * BufferView_pimpl.C:
5979         * BufferView.[Ch]: remove cruft
5980
5981 2001-02-14  Juergen Vigna  <jug@sad.it>
5982
5983         * lyxfunc.C: removed #if 0 unused code
5984
5985         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
5986
5987         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
5988
5989         * text2.C (SetSelection): added a BufferView * parameter
5990
5991 2001-02-13  Juergen Vigna  <jug@sad.it>
5992
5993         * lyxfunc.C (Dispatch): fixed protected blank problem.
5994         * BufferView2.C (protectedBlank): added LyxText * parameter.
5995
5996         * tabular.C (AppendRow): forgot to set row_info of newly added row.
5997         (AppendColumn): same as above for column_info.
5998
5999         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
6000         (moveCursorUpdate): use a LyXText param for support of InsetText.
6001
6002         * BufferView_pimpl.C (doubleClick): added support for InsetText.
6003         (tripleClick): ditto
6004
6005         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
6006
6007         * BufferView_pimpl.C (update): added LyXText param to honor insets.
6008
6009         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
6010
6011         * text2.C (SetSelection): set correct update status if inset_owner
6012         (ToggleFree): ditto
6013
6014 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6015
6016         * tabular.C: remove some commented code.
6017
6018 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
6019
6020         * BufferView_pimpl.C: call hideSplash()
6021
6022         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
6023
6024         * include_form.h:
6025         * bibforms.h: remove
6026
6027         * lyxfunc.C:
6028         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
6029           add LFUN_CHILD_CREATE
6030
6031         * counters.h: fix tiny typo
6032
6033         * lyx_cb.C:
6034         * lyx.h:
6035         * lyx_gui.C:
6036         * lyx.C: move splash to frontends/xforms/
6037
6038         * lyx_gui_misc.C: move Include and Bibform to frontends
6039
6040         * lyxvc.h: clarify comment
6041
6042         * vspace.C: tiny housekeeping
6043
6044 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
6045
6046         * text.C (PrepareToPrint): RTL Fix.
6047
6048         * paragraph.C (GetUChar): New method.
6049         (String):  Use GetUChar.
6050
6051         * buffer.C (asciiParagraph): Use GetUChar.
6052
6053 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
6054
6055         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
6056
6057 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
6058
6059         * buffer.h:
6060         * buffer.C: rename to getLogName(), handle
6061           build log / latex log nicely
6062
6063 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6064
6065         * MenuBackend.C:
6066         * MenuBackend.h: remove support for reference menuitem type.
6067
6068 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
6069
6070         * BufferView_pimpl.C: housekeeping
6071         * BufferView_pimpl.h:
6072         * LyXView.h:
6073         * Makefile.am:
6074         * Timeout.C:
6075         * Timeout.h:
6076         * minibuffer.h: move Timeout GUI-I
6077
6078 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
6079
6080         * lyxrc.C (read): Update converters data-structures.
6081
6082 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6083
6084         * LaTeX.h (operator!=): add operator != for Aux_Info
6085
6086 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
6087
6088         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
6089
6090         * LaTeXLog.C: deleted, useful code moved to Buffer
6091
6092         * buffer.h:
6093         * buffer.C: new function getLatexLogName()
6094
6095         * lyx_gui_misc.C:
6096         * lyx_gui.C:
6097         * lyxvc.C:
6098         * lyxvc.h:
6099         * lyxfunc.C: use frontends for LaTeX and VC logs
6100
6101 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6102
6103         * LaTeX.h: yet another std:: that Allan forgot.
6104
6105         * Variables.C (set): renamed from isset(), because this clashes
6106         with some HP-UX macros (grr).
6107
6108 2001-02-06  Allan Rae  <rae@lyx.org>
6109
6110         * LaTeX.h: Another bug fix.  Missing std:: this time.
6111
6112 2001-02-04  Allan Rae  <rae@lyx.org>
6113
6114         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
6115         floats problem. I've left it commented out because it's not quite
6116         correct.  It should also test that the current object is a table or
6117         figure inset.  But I haven't gotten around to figuring out how to do
6118         that.  I *think* it'll be something like: "table" == inset.type()
6119
6120         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
6121         bool.
6122
6123 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
6124
6125         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
6126         all the citation/databases/styles in the auxilary file.
6127         (run): Rerun latex if there was a babel language error.
6128
6129 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
6130
6131         * text.C (Backspace): Preserve the font when changing newline char
6132         with a space.
6133         (BreakParagraph): If the cursor is before a space, delete the space.
6134
6135         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
6136
6137 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6138
6139         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
6140         new argument (code).
6141         (ChangeCitationsIfUnique): New method.
6142
6143         * paragraph.C (GetPositionOfInset): Handle bibkey.
6144
6145 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6146
6147         * BufferView_pimpl.h: change type of Position::par_pos to
6148         LyXParagraph::size_type.
6149
6150 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
6151
6152         * BufferView_pimpl.C (savePosition, restorePosition): Write
6153         messages to minibuffer.
6154
6155 2001-01-28  José Matos  <jamatos@fep.up.pt>
6156
6157         * buffer.C (makeDocBookFile): adds support for document language.
6158         A silly restriction on the name of LatexCommand types where removed.
6159         Added support for CDATA sections, allows to chars unescaped, used
6160         among others in code, to avoid escape < and >.
6161
6162 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6163
6164         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
6165         saved positions instrad of a stack. Furthermore, a position is
6166         stored using paragraph id/paragraph position.
6167
6168         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
6169         Remove LFUN_REF_BACK.
6170
6171 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6172
6173         * converter.C (dvipdfm_options): New method.
6174
6175 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6176
6177         * vspace.C (isValidLength): Fix for empty input string.
6178
6179 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6180
6181         * LyXAction.C (init): change description of LFUN_FIGURE to
6182         "Insert Graphics"
6183
6184 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6185
6186         * LaTeX.C: add using directive
6187
6188 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6189
6190         * MenuBackend.C (expand): Fix the sorting of the formats.
6191
6192 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
6193
6194         * lyx_main.C: tiny error message fix
6195
6196 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6197
6198         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
6199         calling fl_initialize(). This fixes the problem with ',' as
6200         decimal separator in text files.
6201
6202 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6203
6204         * trans.C (process): Fix the keymap bug.
6205
6206 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
6207
6208         * LaTeX.C (scanAuxFiles): New method. Provides support for
6209         multiple bibliographies (when using the bibtopic/bibunits pacakges).
6210         (scanLogFile) Scan for "run BibTeX" messages.
6211
6212         * buffer.C (makeLaTeXFile): Do not load the ae package when using
6213         OT1 font encoding. Also, load the aecompl package if the ae
6214         package is loaded.
6215
6216         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
6217
6218 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6219
6220         * texrow.C (increasePos): turn two error messages into debug
6221         messages.
6222
6223 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
6224
6225         * LaTeX.C (scanAux): Handle the \@input macro.
6226         (runBibTeX): Use scanAux().
6227
6228         * language.C (latex_options_): New field.
6229
6230         * LaTeXFeatures.C (getMacros): Add language macros.
6231
6232         * buffer.C (makeLaTeXFile): Small fix.
6233
6234 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6235
6236         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
6237
6238         * text2.C: add a using directive.
6239
6240 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
6241
6242         * BufferView2.C:
6243         * lyx_gui_misc.h:
6244         * lyxfr1.C:
6245         * lyxfunc.C: kill LyXBell.
6246
6247 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
6248
6249         * text.C (IsBoundary): Remove the error message
6250
6251         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
6252
6253         * lyxrc.C (setDefaults): Correct initialization value for
6254         font_norm_type.
6255
6256 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6257
6258         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
6259         gotoError().
6260
6261         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
6262         and GotoNextNote().
6263
6264         * src/LyXAction.C: Added reference-next.
6265
6266         * text.C (InsertChar): Use contains instead of strchr.
6267
6268         * lyx_cb.C (MenuInsertLabel): Enable default value code.
6269
6270 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
6271
6272         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
6273         alignment commands (when needed).
6274
6275         * text.C (InsertChar): Add ':' to number separator chars.