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