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