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