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