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