]> git.lyx.org Git - features.git/blob - src/ChangeLog
The free_spacing patch and fix to the mess that Rob discovered.
[features.git] / src / ChangeLog
1 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4         (createUndo): ditto
5         (textUndoOrRedo): comment out a currently unused var.
6
7         * paragraph.h (NO_NEXT): enable NO_NEXT
8
9         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
10
11         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
12
13         * exporter.C (Export): adjust for removeAutoInsets removal.
14
15         * buffer.C (runChktex): adjust for removeAutoInsets removal.
16
17         * LyXAction.C (init): remove LFUN_REMOVEERRORS
18
19         * BufferView.[Ch] (removeAutoInsets): delete function
20
21 2003-05-22  Angus Leeming  <leeming@lyx.org>
22
23         * latexrunparams.h: add a free_spacing variable.
24
25         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
26         to pass moving_arg, as the data is stored in runparams.fragile.
27
28         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
29         to Inset::latexOptional or to simpleTeXOnePar.
30
31         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
32         free_spacing arg to Inset::latexOptional.
33
34         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
35         free_spacing arg.
36
37 2003-05-22  Angus Leeming  <leeming@lyx.org>
38
39         * latexrunparams.h: add fragile and use_babel variables.
40
41         * bufferparams.[Ch] (writeLaTeX): return use_babel.
42         * buffer.C (makeLaTeXFile): store this returned value in
43         runparams.use_babel, thus passing it to the inset::latex methods.
44
45         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
46         simpleTeXSpecialChars as it is now stored in runparams.fragile.
47
48         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
49         longer has a fragile arg, as it is stored in runparams.fragile.
50
51         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
52         moving_arg parameter as the data is stored in runparams.fragile.
53
54         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
55         a fragile parameter as the data is stored in runparams.fragile.
56
57 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
58
59         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
60
61 2003-05-22  Angus Leeming  <leeming@lyx.org>
62
63         * latexrunparams.h: add a 'bool nice' which defaults to false.
64
65         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
66         now encapsulated within runparams.
67
68         * bufferlist.C (updateIncludedTeXfiles):
69         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
70
71 2003-05-22  Angus Leeming  <leeming@lyx.org>
72
73         * latexrunparams.h: new file containing struct LatexRunParams.
74         * Makefile.am: add new file.
75
76         * LaTeX.[Ch] (c-tor, run):
77         * buffer.[Ch] (makeLaTeXFile):
78         * bufferlist.[Ch] (updateIncludedTeXfiles):
79         * converter.C (convert, scanLog):
80         * converter.[Ch] (runLaTeX):
81         * exporter.C (Export):
82         * paragraph.[Ch] (simpleTeXOnePar):
83         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
84         * paragraph_funcs.[Ch] (latexParagraphs):
85         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
86         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
87         pass around a LatexRunParams parameter.
88
89 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
90
91         * paragraph.[Ch]: remove unused constructor
92
93         * ParagraphList.C (erase): new function, taking two iterators
94
95 2003-05-22  André Pönitz  <poenitz@gmx.net>
96
97         * undo_funcs.C: remove duplicated code
98
99         * iterator.[Ch]: operator=
100
101 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
102
103         * tabular.C (SetMultiColumn): ws changes
104
105         * rowpainter.C (paintFirst): get rid of a ->previous
106
107         * lyx_cb.C (getPossibleLabel): parlist simplification
108
109         * BufferView.C (ChangeInsets): simplify slightly.
110
111 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
112
113         * LyXAction.C: new lfun space-insert, kill protected-space-insert
114         * lfuns.h: new LFUN_SPACE
115         * lyxfunc.C: protected space has a new lfun
116         * paragraph_funcs.C: read new space insets
117         * text3.C:
118         * factory.C: handle new space insets
119
120 2003-05-22  André Pönitz  <poenitz@gmx.net>
121
122         * BufferView.C:
123         * BufferView_pimpl.C:
124         * buffer.[Ch]:
125         * lyxfunc.C:
126         * undo_funcs.C: return a ParIterator from getParFromID.
127
128         * iterators.[Ch]: add two const's
129
130 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
131
132         * toc.C (getTocList): adjust
133
134         * iterators.[Ch]: rework for parlist
135
136         * buffer.C (par_iterator_begin): adjust
137         (par_iterator_end): adjust
138
139         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
140
141         * BufferView.C (removeAutoInsets): adjust
142         (ChangeInsets): adjust
143
144 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
145
146         * text.C (top_y): fix bug 1110
147
148 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
149
150         * errorlist.[Ch]: added
151         * buffer.C:
152         * BufferView.[Ch]:
153         * BufferView_pimpl.C:
154         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
155         instead
156
157 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
158
159         * Makefile.am: ensure that lyx is relinked upon changes to the
160         various "convenience" libs.
161
162 2003-05-20  Angus Leeming  <leeming@lyx.org>
163
164         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
165         files are compiled in alphabetical order again.
166
167         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
168
169 2003-05-19  Angus Leeming  <leeming@lyx.org>
170
171         * gettext.[Ch]: remove "char const * _(char const *)".
172
173 2003-05-19  André Pönitz  <poenitz@gmx.net>
174
175         * dimension.[Ch]: promote from mathed/dimension.[Ch]
176
177         * Makefile.am:
178         * BufferView.C:
179         * DepTable.h:
180         * LaTeXFeatures.C:
181         * buffer.C:
182         * lyxfont.C:
183         * lyxlex.h:
184         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
185
186 2003-05-19  André Pönitz  <poenitz@gmx.net>
187
188         * buffer.C:
189         * lyxlayout.[Ch]:
190         * lyxtextclass.[Ch]:
191         * paragraph.C:
192         * paragraph_funcs.[Ch]:
193         * text2.C:
194         * text3.C: more insetenv work
195
196 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
197
198         * ParagraphParameters.C (params2string): small bug fixed
199
200 2003-05-16  André Pönitz  <poenitz@gmx.net>
201
202         * debug.C:
203         * bufferview_funcs.C: patch from Kornel Benko to prevent
204           crash when _(...) is called twice in a statement
205
206 2003-05-16  André Pönitz  <poenitz@gmx.net>
207
208         * BufferView.C:
209         * lyxfunc.C:
210         * text.C:
211         * text2.C:
212         * text3.C:
213         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
214
215 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
216
217         * lyx_main.C (init): remove spurious static_cast
218
219 2003-05-14  André Pönitz  <poenitz@gmx.net>
220
221         * BufferView.C: fix format string
222
223 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
224
225         * BufferView.[Ch] (insertErrors): removed
226         * BufferView.[Ch] (showErrorList): added
227         * buffer.C (runChkTeX):
228         * converter.C (scanLog): call showErrorList instead of inserterrors
229
230 2003-05-13  André Pönitz  <poenitz@gmx.net>
231
232         * BufferView_pimpl.C:
233         * buffer.C:
234         * bufferview_func.C:
235         * MenuBackend.C:
236         * lyxfunc.C:
237         * lyxrc.C:
238         * tex-accent.C:
239         * text3.C:
240         * toc.C:
241         * tabular_funcs.h: tostr() from its own header
242
243         * ParagraphParameters.C:
244         * ToolbarBackend.C:
245         * bufferparams.C:
246         * format.C:
247         * lyxlex_pimpl.C:
248         * text3.C: STRCONV()
249
250 2003-05-12  André Pönitz  <poenitz@gmx.net>
251
252         * BufferView.C:
253         * BufferView_pimpl.C:
254         * CutAndPaste.C:
255         * LaTeX.C:
256         * LaTeXFeatures.C:
257         * ParagraphParameters.C:
258         * buffer.C:
259         * bufferlist.C:
260         * bufferparams.C:
261         * bufferview_funcs.C:
262         * converter.C:
263         * counters.C:
264         * debug.C:
265         * exporter.C:
266         * format.C:
267         * importer.C:
268         * lyx_cb.C:
269         * lyx_main.C:
270         * lyxfont.C:
271         * lyxfunc.C:
272         * lyxvc.C:
273         * paragraph.C:
274         * paragraph_funcs.C:
275         * tabular.C:
276         * tabular_funcs.C:
277         * text2.C:
278         * text3.C:  boost::format -> bformat  all over the place
279
280
281 2003-05-09  André Pönitz  <poenitz@gmx.net>
282
283         * LColor.[Ch]: Pimpl the #include <map> away
284
285 2003-05-09  John Levon  <levon@movementarian.org>
286
287         * bufferlist.C: never remove emergency saves
288
289 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
290
291         * Makefile.am: better lib building
292
293 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
294
295         * texrow.[Ch]: remove dependency on Paragraph and just store a id
296         instead.
297         * paragraph_pimpl.C (simpleTeXBlanks): adjust
298         (simpleTeXSpecialChars): adjust
299         (simpleTeXSpecialChars): adjust
300         * paragraph.C (simpleTeXOnePar): adjust
301         * buffer.C (makeLaTeXFile): adjust
302
303         * Makefile.am (BOOST_LIBS): allow boost as system lib.
304
305         * text2.C (changeDepth): parlist cleanup
306         (getColumnNearX): ditto
307
308         * rowpainter.C (getLabelFont): parlist cleanup
309
310         * bufferlist.C (newFile): parlist cleanup
311
312         * CutAndPaste.C (eraseSelection): parlist cleanup
313
314         * BufferView_pimpl.C (trackChanges): parlist cleanup
315         (dispatch): ditto
316
317         * BufferView.C (lockInset): parlist cleanup.
318         (ChangeInsets): ditto
319
320 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
321
322         * CutAndPaste.h: Update file header.
323
324         * CutAndPaste.C: Update file header.
325         Store the parts cut out of the Document in a limited_stack.
326         (copySelection): adjust
327         (pasteSelection): new function, takes the index in the limited stack.
328         (nrOfParagraphs): adjust
329         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
330         simplify error inset insertion.
331         (checkPastePossible): adjust
332
333 2003-05-06  John Levon  <levon@movementarian.org>
334
335         * text2.C: don't cast wrap inset to float
336
337 2003-05-05  André Pönitz  <poenitz@gmx.net>
338
339         * iterator.C:
340         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
341
342         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
343           few naked Paragraph *.
344
345 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
346
347         * bufferparams.C: Output warning if a document with missing
348         TeX document class is loaded
349         * exporter.C: Disable TeX exports if the document class is missing
350         * lyxtextclass.C:
351         * lyxtextclass.h:
352         * lyxtextclasslist.C: Handle new textclass.lst format; new method
353         isTeXClassAvailable()
354
355 2003-05-03  John Levon  <levon@movementarian.org>
356
357         * BufferView.h:
358         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
359         explicit cursor show/hide
360
361         * BufferView_pimpl.h:
362         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
363         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
364
365         * lyxfunc.C: hide cursor before dispatching.
366
367         * lyx_cb.C:
368         * lyxfind.C:
369         * text.C:
370         * text3.C: remove explicit cursor hides
371
372 2003-05-02  André Pönitz  <poenitz@gmx.net>
373
374         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
375
376         * undo_funcs.C:
377         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
378           linked lists
379
380         * text2.C: tiny whitespace
381
382 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
383
384         * undo_funcs.C: almost only ws changes.
385
386         * ParagraphList.C (splice): just return if pl is empty.
387
388 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
389
390         * ParagraphList.C (splice): new function.
391
392         * CutAndPaste.C (pasteSelection): use it
393
394 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
395
396         * CutAndPaste.C (pasteSelection): remove the last next and
397         previous from this file.
398
399 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
400
401         * CutAndPaste.C (pasteSelection): more clean up, user proper
402         ParagraphList functions for pasteing.
403
404         * ParagraphList.C (insert): new function, three arg insert
405
406 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
407
408         * ParagraphList.C (insert): new function, three arg insert
409
410         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
411         not on paragraphs.
412
413 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
414
415         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
416
417 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
418
419         * CutAndPaste.C (pasteSelection): remove some unneeded code.
420
421 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
422
423         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
424         (copySelection): clean up a bit.
425         (pasteSelection): use make_pair
426
427         * ParagraphList.C (ParagraphList): implement copy constructor
428         (operator=): implement, base on copy constructor.
429         (assign): new func
430
431         * paragraph.C (erase): return a bool
432
433         * paragraph_pimpl.C (erasePos): remove function, move contents...
434         (erase): ... here. Return a bool.
435         (erase): call erase instead of erasePos.
436
437 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
438
439         * ParagraphList.h: define PitPosPair
440         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
441         ParagraphList, fix a bug on pasting multiple pars
442         * text2.C: change interface to C&P
443
444 2003-04-30  André Pönitz  <poenitz@gmx.net>
445
446         * undo_func.C: revert part of yesterday's patch 2
447
448 2003-04-30  John Levon  <levon@movementarian.org>
449
450         * LColor.C: s/tabular/table/
451
452 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
453
454         * text3.C (dispatch): do not convert iterator -> pointer
455         * undo_funcs.C (setCursorParUndo): ditto
456         * text_funcs.C (transposeChars): ditto
457
458         * text2.C (setLayout): ws changes only
459
460         * text.C (breakParagraph): do not convert iterator -> pointer
461         (insertChar): ditto
462         (acceptChange): ditto
463         (rejectChange): ditto
464         (changeCase): ditto
465         (Delete): ditto
466         (backspace): ditto
467
468         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
469         pointer
470
471 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
472
473         * text3.C (gotoInset): YABG (yet another bad getChar)
474
475 2003-04-29  André Pönitz  <poenitz@gmx.net>
476
477         * paragraph.h: make operator= private unimplemented as long as
478           it is unusable
479
480         * ParagraphList.C: whitespace
481
482         * paragraph.[Ch]:
483         * paragraph_pimpl.[Ch]:
484         * paragraph_funcs.C:
485         * CutAndPaste.C:
486         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
487
488         * text2.C:
489           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
490
491 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
492
493         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
494         * paragraph.[Ch] (erase):
495         * paragraph_pimpl.[Ch] (erase): change return type and value
496         * text2.C (cutSelection): some rework
497
498 2003-04-28  John Levon  <levon@movementarian.org>
499
500         * bufferlist.C: changes for unsaved changes dialog
501
502 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
503
504         * bufferlist.C (newFile): set language (messages_) for new
505         documents also.
506
507         * buffer.C (readFile): ws changes only.
508
509 2003-04-28  André Pönitz  <poenitz@gmx.net>
510
511         * undo_funcs.C:
512         * lyxfunc.C:
513         * buffer.[Ch]:
514         * BufferView_pimpl.C:
515         * BufferView.C: getParFromID related ParagraphList::iterator changes
516
517 2003-04-28  André Pönitz  <poenitz@gmx.net>
518
519         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
520           Changes
521
522 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
523
524         * messages.C: remove one more localedir class variable.
525
526 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
527
528         * messages.C (getLocaleDir): singleton generation function
529         (Pimpl): use it.
530         (Messages): add a default constructor.
531
532         * main.C (main): do not setup localedir here, do not call
533         gettext_init.
534
535         * gettext.C (_): use it.
536         (gettext_init): delete funciton
537
538 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
539
540         * gettext.C (getLyXMessages): new singleton generating function.
541
542         * buffer.C (updateDocLang): adjust
543
544         * Makefile.am (messages.o): add target
545         (main.o): remove target
546
547 2003-04-27  John Levon  <levon@movementarian.org>
548
549         * bufferlist.C:
550         * lyx_cb.C:
551         * lyxfunc.C:
552         * lyxvc.C: specify cancel button in Alert::prompt
553
554 2003-04-26  John Levon  <levon@movementarian.org>
555
556         * text3.C:
557         * lyxfunc.C:
558         * lfuns.h:
559         * LyXAction.C: add LFUN_INSET_SETTINGS
560
561         * lyxfunc.C: don't enable tabular-feature when there's
562         just any locking inset
563
564 2003-04-26  John Levon  <levon@movementarian.org>
565
566         * bufferlist.C: re-add Cancel to buffer close question
567
568         * lyxfunc.C: fix import UI a bit
569
570 2003-04-25  John Levon  <levon@movementarian.org>
571
572         * gettext.C: remove the broken asserts for now
573
574 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
575
576         * messages.C: make case where setlocale cannot comply work better.
577
578         * buffer.C (updateDocLang): new function
579         (changeLanguage): use it
580         (readFile): use it
581
582         * text2.C (setCounter): use B_ a bit.
583
584         * lyxlayout.C (Read): be sure to trim the label strings.
585
586         * messages.C (Messages): fix typo in comment
587
588         * buffer.C (readFile): set message_ after file is loaded.
589         (makeDocBookFile): remove double return
590         (changeLanguage): reset message_ upon language change.
591         (B_): new func, use this to get translated buffer strings.
592
593         * main.C: add myself and Jean Marc as authors.
594
595 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
596
597         * messages.[hC]: pimplify Messages, and three different pimpls to be
598         used in different circumstances.
599
600         * gettext.[Ch]: change for use with new message code.
601
602 2003-04-24 André Pönitz <poenitz@gmx.net>
603
604         * factory.C: support for eqref
605
606 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
607
608         * messages.[Ch]: add missing char
609
610         * Makefile.am (lyx_SOURCES): add messages.[Ch]
611
612         * messages.[Ch]: New files
613
614 2003-04-18  John Levon  <levon@movementarian.org>
615
616         * BufferView.h:
617         * BufferView.C:
618         * BufferView_pimpl.C:
619         * lfuns.h:
620         * LyXAction.C:
621         * lyxtext.h:
622         * text2.C: remove layout-copy/paste (bug 778)
623
624 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
625
626         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
627
628 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
629
630         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
631         if they succeed. Act accordingly.
632
633 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
634
635         * text2.C (setCharFont): adjust
636         (setCounter): adjust
637         (insertStringAsLines): adjust
638
639         * text.C (leftMargin): adjust
640         (setHeightOfRow): adjust
641
642         * rowpainter.C (paintFirst): adjust
643         (paintLast): adjust
644
645         * paragraph_funcs.C (depthHook): ParagraphList::iterators
646         (outerHook): ditto
647         (isFirstInSequence): ditto
648         (getEndLabel): ditto
649         (outerFont): adjust
650
651         * paragraph.C (getParLanguage): comment out some hard stuff.
652
653         * buffer.C (insertStringAsLines): take a ParagraphList as arg
654         (sgmlError): ditto
655         (simpleDocBookOnePar): ditto
656         (makeDocBookFile): use ParagraphList::iterator
657
658         * CutAndPaste.C (pasteSelection): adjust
659
660 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
661
662         * text2.C (getFont): adjust
663         (getLayoutFont): adjust
664         (getLabelFont): adjust
665
666         * paragraph_funcs.C (TeXOnePar): adjust
667
668         * buffer.C (simpleLinuxDocOnePar): adjust
669         (simpleDocBookOnePar): adjust
670
671         * CutAndPaste.C (pasteSelection): adjust
672
673         * BufferView.C (getEncoding): adjust
674
675         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
676
677 2003-04-16  John Levon  <levon@movementarian.org>
678
679         * lyxfind.C: use parlist stuff for search/changes
680
681 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
682
683         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
684
685         * text2.C (deleteEmptyParagraphMechanism): adjust
686
687         * text2.[Ch] (ownerParagraph): delete func (both of them
688
689 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
690
691         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
692
693 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
694
695         * ParagraphList.C: prepare for NO_NEXT
696
697 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
698
699         * text2.C (getFont): adjust
700         (getLayoutFont): adjust
701         (getLabelFont): adjust
702
703         * paragraph.C (getFont): adjust
704         (getLabelFont): adjust
705         (getLayoutFont): adjust
706
707         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
708
709 2003-04-15  John Levon  <levon@movementarian.org>
710
711         From Angus Leeming
712
713         * lyx_main.C: handle Include in .ui files
714
715 2003-04-15  John Levon  <levon@movementarian.org>
716
717         * MenuBackend.C: make the doc files length shorter
718
719         * ToolbarBackend.h:
720         * ToolbarBackend.C: handle toolbar placement flags,
721         Minibuffer
722
723 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
724
725         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
726         adjust
727
728         * paragraph_funcs.C (TeXOnePar): adjust
729
730         * paragraph.C (getLabelFont): add outerfont arg, adjust
731         (getLayoutFont): ditto
732         (simpleTeXOnePar): adjust
733
734         * paragraph_pimpl.C (realizeFont): delete func
735
736 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
737
738         * text2.C (beforeFullRowInset): added a bad getchar check, removed
739         row argument, constify cur argument.
740
741 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
742
743         * text2.C (getFont): adjust
744         (getLayoutFont): adjust
745         (getLabelFont): adjust
746
747         * paragraph_funcs.C (TeXOnePar): adjust
748         (outerFont): new func...
749         (realizeFont): ...moved out from here, changed this to facilitate
750         transition
751
752         * paragraph.C (getFont): take outerfont as arg, adjust
753         (simpleTeXOnePar): add outerfont arg, adjust
754
755         * buffer.C (simpleLinuxDocOnePar): adjust
756         (simpleDocBookOnePar): adjust
757
758         * CutAndPaste.C (pasteSelection): adjust
759
760         * BufferView.C (getEncoding): adjust
761
762 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
763
764         * text2.C (setCharFont): adjust
765         (setCounter): adjust
766
767         * text.C (leftMargin): adjust
768         (setHeightOfRow): adjust
769
770         * rowpainter.C (paintFirst): adjust
771         (paintLast): adjust
772
773         * paragraph_pimpl.C (realizeFont): adjust
774
775         * paragraph.C (isFirstInSequence): move from here...
776         * paragraph_funcs.C (isFirstInSequence): ...to here
777
778         * paragraph.C (outerHook): move from here...
779         * paragraph_funcs.C (outerHook): ...to here
780
781         * paragraph.C (depthHook): move from here...
782         * paragraph_funcs.C (depthHook): ...to here
783
784         * paragraph.C (getEndLabel): move from here...
785         * paragraph_funcs.C (getEndLabel): ...to here
786
787         * text2.C (realizeFont): move from here...
788         * paragraph_funcs.C (realizeFont): ...to here
789
790 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
791
792         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
793
794 2003-04-14  Angus Leeming  <leeming@lyx.org>
795
796         * LColor.[Ch]: scrap LColor mathcursor.
797
798 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
799
800         * lyxlex.[Ch] (text): delete function
801         * trans.C (Load): adjust
802         * paragraph_funcs.C (readParToken): adjust
803
804 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
805
806         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
807         vector<char> instead of a char[].
808
809         * lyxlex_pimpl.C (getString): adjust
810         (next): adjust
811         (lex): use getString
812         (eatLine): adjust
813         (nextToken): adjust
814
815         * lyxlex.C (text): use pimpl_->getString()
816         (getBool): ditto
817         (findToken): ditto
818
819 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
820
821         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
822         (makeFontEntriesLayoutSpecific): temp var for par.size()
823         (setLayout): temp var for ownerParagraphs().end()
824         (fullRebreak): temp var for rows().end()
825         (selectionAsString): temp var for boost::next(startpit), realize
826         that the while really is a regular for loop.
827         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
828         setCursor in one place.
829         (setParagraph): temp vr for ownerParagraphs().end()
830         (updateCounters): make the while loop a for loop
831         (cutSelection): temp var for ownerParagraphs().end()
832         (updateInset): make the do {} while() a regular for loop
833         (getCursorX): use temp vars
834         (setCurrentFont): use temp vars
835         (getColumnNearX): use temp vars
836
837 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
838
839         * text.C (transformChar): use temp var for getChar
840         (computeBidiTables): use temp var for row->par()
841         (fill): move temp vars for row->par() and pit->layout() earlier in
842         the function.
843         (labelFill): use temp var for row->par()
844         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
845         asc and desc, realize that pit never changes and that firstpit is
846         just a duplicate and not needed. Exchange rit->par() with pit in a
847         lot of places.
848         (breakAgain): use a temp var for boost::next(rit)
849         (breakAgainOneRow): ditto
850         (breakParagraph): use a temp var for rows().begin()
851         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
852         (cursorRightOneWord): use temp var for cursor.par() and
853         cursor.pos(), remove usage of tmpcursor.
854         (cursorLeftOneWord): use temp var for cursor.par() and
855         cursor.pos() only set cur at end of function.
856
857 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
858
859         * text.C, text2.C: exchange all usage of Paragraph::next with
860         boost::next(ParagraphList::iterator)
861
862         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
863
864         * text2.C (cursorTop): simplify implementation
865         (cursorBottom): ditto
866         (setParagraph): use ParagraphList::iterator
867         (setCurrentFont): adjust
868         (getColumnNearX): adjust
869         (cursorRight): adjust
870         (cursorLeft): remove usage of Paragraph::previous
871         (cursorUpParagraph): ditto
872         (deleteEmptyParagraphMechanism): slight cleanup
873
874         * text.C (isBoundary): take a Paragraph const & instead of a
875         pointer as arg.
876         (addressBreakPoint): ditto
877         (leftMargin): remove usage of Paragraph::previous.
878         (setHeightOfRow): ditto
879         (cursorLeftOneWord): ditto
880         (selectNextWordToSpellcheck): ditto
881         (Delete): ditto
882         (backspace): ditto
883         (breakParagraph): remove one usage of Paragraph::next
884         (redoParagraph): ditto
885         (acceptChange): ditto
886         (insertChar): adjust
887         (rowBreakPoint): adjust
888
889         * bufferview_funcs.C (toggleAndShow): adjust
890
891 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
892
893         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
894         methods to access it.
895         * lyxtext.h:
896         * text.C: Added updateRowPositions to compute all row positions.
897         Make top_y and getRowNearY() to use the cached y position
898
899 2003-04-11  John Levon  <levon@movementarian.org>
900
901         * text.C (rowBreakPoint): reintroduce the labelEnd
902         checks, code copied from the row fill stuff. Deep voodoo.
903
904         * text.C (fill): add a comment and debugging for the
905         next poor soul.
906
907 2003-04-11  John Levon  <levon@movementarian.org>
908
909         * text.C: make sure fullrow insets get wrapped to the next line,
910         even when they're in a manual label
911
912 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
913
914         * text2.C (insertParagraph): make it take ParagraphList::iterator
915         as arg.
916         (setLayout): make it return ParagraphList::iterator
917         (redoParagraphs): ditto
918         (setCounter): ditto
919         (checkParagraph): ditto
920
921         * text.C (getRow): make getrow take ParagraphList::iterator as arg
922
923         * text2.C: adjust several funcs.
924         (realizeFont): take a ParagraphList::iterator as arg.
925         (getLayoutFont): ditto
926         (getLabelFont): ditto
927         (setCharFont): ditto
928
929         * text.C: adjust several funcs.
930
931 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
932
933         * text.C (selectNextWordToSpellcheck): don't accidentally
934         skip insets
935
936 2003-04-10  John Levon  <levon@movementarian.org>
937
938         * ToolbarBackend.C (getIcon): special handling for
939         LFUN_MATH_DELIM
940
941 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
942
943         * text2.C (cursorRight): a getChar assert fixed
944
945 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
946
947         * text2.C (getFont): change to take a ParagraphList::iterator
948         instead of Paragraph*
949         Adjust several functions.
950
951         * text.C (transformChar): change to take a ParagraphList::iterator
952         instead of Paragraph*
953         (singleWidth): ditto
954         Adjust several functions.
955
956         * rowpainter.C: adjust several functions
957         * rowpainter.h:store a ParagraphList::iterator and not a
958         Paragraph&.
959
960
961 2003-04-09  John Levon  <levon@movementarian.org>
962
963         * lyxfunc.C:
964         * lfuns.h:
965         * LyXAction.h:
966         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
967         and the "help" bits as well
968
969 2003-04-09  John Levon  <levon@movementarian.org>
970
971         * ToolbarBackend.h:
972         * ToolbarBackend.C: allow multiple toolbars
973
974 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
975
976         * undo_funcs.C (setCursorParUndo): adjust
977
978         * text_funcs.C (transposeChars): adjust
979
980         * text3.C (gotoNextInset): adjust
981         (dispatch): adjust
982
983         * text2.C (setLayout): adjust
984         (changeDepth): adjust
985         (setFont): adjust
986         (redoParagraphs): adjust
987         (selectionAsString): adjust
988         (setParagraph): adjust
989         (insertInset): adjust
990         (cutSelection): adjust
991         (copySelection): adjust
992         (pasteSelection): adjust
993         (insertStringAsLines): adjust
994         (updateInset): adjust
995         (setCursor): change to take a ParagraphList::iterator parameter
996         (setCursorIntern): change to take a ParagraphList::iterator parameter
997         (setCurrentFont): adjust
998         (cursorLeft): adjust
999         (cursorRight): adjust
1000         (deleteEmptyParagraphMechanism): adjust
1001
1002         * text.C (breakParagraph): adjust
1003         (insertChar): adjust
1004         (acceptChange): adjust
1005         (rejectChange): adjust
1006         (selectNextWordToSpellcheck): adjust
1007         (changeCase): adjust
1008         (Delete): adjust
1009         (backspace): adjust
1010
1011         * lyxfind.C (SearchForward): adjust
1012         (SearchBackward): adjust
1013         (nextChange): adjust
1014
1015         * lyxcursor.C (par): adjust
1016
1017         * lyxcursor.h: store a ParagraphList::iterator instead of a
1018         Paragraph*
1019
1020         * lyx_cb.C (getPossibleLabel): adjust
1021
1022         * bufferview_funcs.C (toggleAndShow): adjust
1023
1024         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1025         (dispatch): adjust
1026
1027         * BufferView.C (removeAutoInsets): adjust
1028         (lockedInsetStoreUndo): adjust
1029
1030 2003-04-09  John Levon  <levon@movementarian.org>
1031
1032         * ToolbarBackend.C: try icon without argument
1033         if with argument fails
1034
1035 2003-04-08  John Levon  <levon@movementarian.org>
1036
1037         * ToolbarBackend.h:
1038         * ToolbarBackend.C: add getIcon(), handle tooltip,
1039         and change from "Icon" to "Item".
1040
1041 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
1042
1043         * BufferView.C (lockInset): another bad getchar crunched
1044
1045 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
1046
1047         * text2.C (changeDepth): do not setUndo on test_only (make undo work
1048         again)
1049
1050 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
1051
1052         * lyxfind.C (searchForward, searchBackwards): bug 782
1053
1054 2003-04-07  John Levon  <levon@movementarian.org>
1055
1056         * paragraph.C: remove dead comment
1057
1058         * text.C: remove troublesome depth-fiddling code
1059         in leftMargin() and rightMargin() (bug 1017)
1060
1061         * text.C: fix breaking of rows in nested lists
1062         (bug 1004)
1063
1064         * text2.C (updateCounters): fix up depth values
1065         (bug 1013)
1066
1067 2003-04-07  John Levon  <levon@movementarian.org>
1068
1069         * BufferView_pimpl.C: clear message when doc finishes resizing,
1070         and after a mouse event
1071
1072         * lyxfunc.C: clear message after exiting inset
1073
1074 2003-04-07  John Levon  <levon@movementarian.org>
1075
1076         * bufferview_funcs.C: show math status not outside
1077         status in the statusbar
1078
1079 2003-04-07  John Levon  <levon@movementarian.org>
1080
1081         * lyxfunc.C: note status changed after a depth change
1082
1083 2003-04-04  Angus Leeming  <angus@localhost.localdomain>
1084
1085         * LaTeX.h: move AuxInfo operator==, != out of line.
1086         Remove LaTeX virtual destructor; nothing derives from it.
1087         Move operator()() out of public area and rename it startscript().
1088         Change protected for private.
1089
1090 2003-04-04  Angus Leeming  <leeming@lyx.org>
1091
1092         * lyxfunc.C:
1093         * text2.C: remove unneeded #includes.
1094
1095 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
1096
1097         * text2.C (dEPM): fix the heigth of the next row
1098
1099 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
1100
1101         * text.C: squashed an invalid getChar requester + some ws changes
1102
1103 2003-04-03  John Levon  <levon@movementarian.org>
1104
1105         * bufferview_funcs.h:
1106         * bufferview_funcs.C:
1107         * lyxfunc.C:
1108         * lyxtext.h:
1109         * text2.C: make getStatus work for the env depth lfuns
1110
1111 2003-04-03  John Levon  <levon@movementarian.org>
1112
1113         * bufferview_funcs.h:
1114         * bufferview_funcs.C:
1115         * lyxfunc.C:
1116         * lyxtext.h:
1117         * text2.C: parlistize decDepth(), by merging it with incDepth()
1118
1119 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1120
1121         * lyxrow.h: store a ParagraphList::iterator instead of a
1122         Paragraph* and adjust other class functions to suit.
1123
1124         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
1125         above.
1126
1127 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
1128
1129         * text2.C (setCursor): do not anchor to cursor row for the time being
1130
1131 2003-04-02  John Levon  <levon@movementarian.org>
1132
1133         * LyXAction.C:
1134         * lfuns.h:
1135         * lyx_main.C:
1136         * lyxtext.h:
1137         * text.C:
1138         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
1139
1140 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1141
1142         * paragraph.h: make ParagraphList and ParagraphList::iterator
1143         friends of Paragraph.
1144
1145         * buffer.C (makeLinuxDocFile): move towards ParagraphList
1146
1147         * ParagraphList.C: Use the private next_ and previous_ from
1148         Paragraph.
1149
1150 2003-04-01  John Levon  <levon@movementarian.org>
1151
1152         * ToolbarBackend.h:
1153         * ToolbarBackend.C:
1154         * Makefile.am: rename, remove defaults gunk
1155
1156         * MenuBackend.h:
1157         * MenuBackend.C: remove defaults gunk
1158
1159         * Languages.h:
1160         * Languages.C: remove defaults gunk
1161
1162         * lyx_main.h:
1163         * lyx_main.C: error out if files couldn't be found.
1164
1165 2003-04-02  John Levon  <levon@movementarian.org>
1166
1167         * text2.C: make incDepth() use parlist
1168
1169 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1170
1171         * undo_funcs.C (firstUndoParagraph): adjust
1172
1173         * text3.C (gotoInset): adjust
1174         (dispatch): adjust, and rewrite loop.
1175
1176         * text2.C (init): adjust, and rewrite loop.
1177         (redoParagraphs): adjust
1178         (updateInset): adjust, and rewrite loop.
1179         (deleteEmptyParagraphMechanism): adjust
1180
1181         * tabular.C (LyXTabular): adjust
1182         (SetMultiColumn): adjust
1183         (TeXRow): adjust
1184
1185         * lyxtext.[Ch] (ownerParagraph): delete function
1186         (ownerParagraphs): new function returns a ParagraphList.
1187
1188         * BufferView.C (removeAutoInsets): adjust
1189         (insertErrors): adjust
1190         (setCursorFromRow): adjust
1191
1192 2003-04-01  Angus Leeming  <leeming@lyx.org>
1193
1194         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
1195         in the frontends.
1196
1197 2003-04-02  John Levon  <levon@movementarian.org>
1198
1199         * lyxtext.h:
1200         * text.C:
1201         * Makefile.am:
1202         * text_funcs.h:
1203         * text_funcs.C: make transposeChars a free function
1204
1205         * lyxrow_funcs.C: remove wrong comment
1206
1207 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1208
1209         * lyxtext.h: adjust
1210         * rowpainter.C: adjust
1211         * text.C: adjust
1212         * text2.C: adjust
1213         * text3.C: adjust
1214
1215         * lyxrow_funcs. [Ch]: new files
1216
1217         * lyxrow.[Ch]: remove next and previous pointers
1218         (next,previous): remove accessor functions
1219         (isParEnd): move to lyxrow_funcs
1220         (lastPos): move to lyxrow_funcs
1221         (nextRowIsAllInset): move to lyxrow_funcs
1222         (lastPrintablePos): move to lyxrow_funcs
1223         (numberOfSeparators): move to lyxrow_funcs
1224         (numberOfHfills): move to lyxrow_funcs
1225         (numberOfLabelHfills): move to lyxrow_funcs
1226         (hfillExpansion): move to lyxrow_funcs
1227
1228         * lyxfunc.C: adjust
1229
1230         * bufferview_funcs.C (toggleAndShow): adjust
1231
1232         * RowList.h: Remove class RowList from file leave just a
1233         std::list<Row>.
1234
1235         * RowList.C: delete file
1236
1237         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
1238         and lyxrow_funcs.h
1239
1240 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1241
1242         * text3.C (cursorPrevious): adjust
1243         (cursorNext): adjust
1244         (dispatch): adjust
1245
1246         * text2.C (redoHeightOfParagraph): adjust
1247         (redoDrawingOfParagraph): adjust
1248         (setCursor): adjust
1249
1250         * text.C (breakParagraph): adjust
1251         (insertChar): adjust
1252         (backspace): adjust
1253
1254         * rowpainter.C (RowPainter): adjust
1255         (leftMargin): simplify and adjust
1256         (most rowpainter functions): adjust.
1257
1258         * rowpainter.h: store the row as RowList::iterator not as Row*
1259
1260         * lyxcursor.C (row): taka RowList::iterator as arg
1261         (irow): ditto
1262
1263         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
1264         of Row*.
1265
1266 2003-04-01  Angus Leeming  <leeming@lyx.org>
1267
1268         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
1269         stuff like bool Bool.
1270
1271 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
1272
1273         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
1274         rewrite a loop
1275
1276 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1277
1278         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
1279         RowList::iterator.
1280
1281         * lyxtext.h (rows): drop one version and leve a const variant that
1282         returns a RowList::iterator.
1283
1284 2003-03-31  Angus Leeming  <leeming@lyx.org>
1285
1286         * text.C (fill): ensure that the signature is the same as that in the
1287         header file.
1288
1289 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
1290
1291         * text2.C (redoParagraphs): adjust
1292         (updateCounters): adjust
1293         (checkParagraph): adjust
1294         (getColumnNearX): adjust and reformat a bit.
1295
1296         * text.C (top_y): adjust
1297         (workWidth): adjust
1298         (leftMargin): adjust
1299         (prepareToPrint): adjust
1300         (getRow): adjust
1301         (getRowNearY): adjust
1302
1303         * lyxtext.h: make rowlist_ mutable.
1304
1305         * RowList.h: add const_iterator
1306         * RowList.C: adjust for RowList::const_iterator.
1307
1308         * text2.C (getCursorX): make it take a RowList::iterator as arg,
1309         adjust.
1310
1311 2003-03-31  John Levon  <levon@movementarian.org>
1312
1313         * lyxrc.h:
1314         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
1315
1316         * lyx_main.C: set default fonts from using lyx_gui funcs
1317
1318         * exporter.C: pdf_mode moved from lyxrc
1319
1320         * lyx_cb.C:
1321         * lyxfunc.C: changes from above
1322
1323 2003-03-31  John Levon  <levon@movementarian.org>
1324
1325         * lyx_main.C: fix to the last fix
1326
1327 2003-03-31  John Levon  <levon@movementarian.org>
1328
1329         * bufferlist.C: "Load original" -> "Load Original"
1330
1331         * converter.C:
1332         * exporter.C:
1333         * importer.C:
1334         * lyx_main.C:
1335         * format.C: more Alert cleanups
1336
1337 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1338
1339         * text2.C (removeParagraph): make it take a RowList::iterator as
1340         arg, adjust.
1341         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
1342         (postRowPaint): make it take a RowList::iterator as arg, adjust.
1343
1344         * text.C (anchor_row): make it take a RowList::iterator as arg,
1345         adjust.
1346         (computeBidiTables): make it take a const reference to Row instead
1347         of Row pointer, adjust.
1348         (leftMargin): make it take a RowList::iterator as arg, adjust.
1349         (rowBreakPoint): adjust
1350         (breakAgainOneRow): make it take a RowList::iterator as arg,
1351         adjust.
1352         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
1353
1354         * bufferview_funcs.C (toggleAndShow): adjust
1355
1356 2003-03-30  John Levon  <levon@movementarian.org>
1357
1358         * Makefile.am:
1359         * BoostFormat.h:
1360         * boost-inst.C: moved to support
1361
1362         * several files: changes as a result
1363
1364 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1365
1366         * text2.C (LyXText): adjust.
1367         (init): adjust
1368         (removeRow): make it take a RowList::iterator as arg, adjust.
1369         (fullRebreak): adjust
1370         (deleteEmptyParagraphMechanism): adjust
1371         (clearPaint): adjust
1372         (postPaint): adjust
1373
1374         * text.C (top_y): adjust
1375         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
1376         (breakAgain): make it take a RowList::iterator as arg, adjust.
1377         (breakParagraph): adjust
1378         (insertChar): adjust
1379         (backspace): adjust
1380
1381         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
1382         need_break_row, and refresh_row.
1383
1384         * text3.C (dispatch): adjust
1385
1386         * text2.C (checkParagraph): adjust
1387         (setCursor): adjust
1388         (setCursorFromCoordinates): adjust
1389
1390         * text.C (top_y): adjust
1391         (workWidth): adjust
1392         (getRow): make it return a RowList::iterator, adjust
1393         (getRowNearY): make it return a RowList::iterator, adjust
1394
1395         * text2.C (init): adjust
1396         (insertRow): remove function
1397         (insertParagraph): adjust
1398         (redoParagraphs): adjust
1399         (fullRebreak): adjust
1400         (updateCounters): adjust
1401
1402         * text.C (top_y): rewrite to use RowList iterators.
1403         (top_y): adjust
1404         (setHeightOfRow): rewrite to sue RowList iterators.
1405         (appendParagraph): adjust
1406         (breakAgain): adjust
1407         (breakAgainOneRow): adjust
1408         (breakParagraph): adjust
1409         (getRow): adjust
1410         (getRowNearY): adjust, and remove commented code.
1411
1412         * lyxtext.h (firstRow): delete function
1413         (lastRow): delete function
1414         (rows): new function (const and non-const versions.)
1415         (insertRow): delete function
1416
1417         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
1418
1419 2003-03-29  John Levon  <levon@movementarian.org>
1420
1421         * BufferView_pimpl.C: always update scrollbar top
1422         because pasting text when we're anchored could mean we
1423         miss an update altogether
1424
1425 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1426
1427         * text2.C (init): use rowlist_.end() and not 0.
1428         (insertRow): change to take a RowList::iterator as arg, adjust
1429         for this.
1430         (insertParagraph): change to take a RowList::iterator as arg,
1431         adjust for this.
1432         (redoParagraphs): remove some debug msgs.
1433
1434         * text.C (appendParagraph): change to take a RowList::iterator
1435         arg, adjust for this.
1436         (breakAgain): add an assert
1437         (breakAgainOneRow): ditto
1438
1439 2003-03-29  John Levon  <levon@movementarian.org>
1440
1441         * text2.C: do not clear selection after inc/decDepth
1442         (bug 550)
1443
1444 2003-03-29  John Levon  <levon@movementarian.org>
1445
1446         * BufferView.C:
1447         * buffer.C: fix broken strerrors according to Lars
1448
1449 2003-03-29  John Levon  <levon@movementarian.org>
1450
1451         * converters.C: more Alert cleanups
1452
1453 2003-03-29  John Levon  <levon@movementarian.org>
1454
1455         * bufferview_funcs.C: remove pointless Alert
1456
1457         * buffer.C: fix confusing error message when
1458         a template is chmoded 000
1459
1460 2003-03-29  John Levon  <levon@movementarian.org>
1461
1462         * BufferView.C:
1463         * BufferView.h:
1464         * BufferView_pimpl.C: Alert fixes
1465
1466         * Makefile.am:
1467         * tabular.C:
1468         * tabular-old.C: remove unused table compat reading
1469
1470 2003-03-29  John Levon  <levon@movementarian.org>
1471
1472         * BufferView.C:
1473         * buffer.C:
1474         * lyx_cb.h:
1475         * lyx_cb.C: more Alert cleanups
1476
1477         * lyxfunc.C: don't allow chktex if not latex document
1478
1479 2003-03-29  John Levon  <levon@movementarian.org>
1480
1481         * lyx_cb.C:
1482         * BufferView.C:
1483         * buffer.C: warnings pushed down from support/,
1484         kill err_alert
1485
1486 2003-03-29  John Levon  <levon@movementarian.org>
1487
1488         * lyxfunc.C: safety check for C-r (revert)
1489
1490 2003-03-29  John Levon  <levon@movementarian.org>
1491
1492         * bufferlist.h:
1493         * bufferlist.C: several UI fixes using Alert::prompt.
1494         Fix the pointless looping quit code. Fix stupid revert
1495         behaviour (bug 938)
1496
1497         * lyxvc.h:
1498         * lyxvc.C:
1499         * lyx_cb.C: use Alert::prompt
1500
1501         * lyx_main.C: remove a silly question
1502
1503         * lyxfunc.C: remove a couple of silly questions,
1504         use Alert::prompt
1505
1506 2003-03-28  John Levon  <levon@movementarian.org>
1507
1508         * text2.C: fix bug 974 (End on empty par)
1509
1510 2003-03-28  John Levon  <levon@movementarian.org>
1511
1512         * BufferView_pimpl.C:
1513         * LyXAction.C:
1514         * lfuns.h: remove do-nothing math greek lfuns
1515
1516 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1517
1518         * lyxgluelength.h (isValidGlueLength): add default arg on
1519         parameter 2. Remove default arg from friend in class.
1520
1521         * lyxlength.h (isValidLength): add default arg on parameter 2.
1522         Remove default arg from friend in class.
1523
1524         * text2.C (LyXText): adjust, initialize refresh_row.
1525         (init): adjust
1526         (removeRow): adjust
1527         (insertRow): adjust
1528         (insertParagraph): adjst
1529         (redoParagraphs): adjust
1530         (fullRebreak): adjust
1531         (updateCounters): adjust
1532         (deleteEmptyParagraphMechanism): first attempt at fixing a
1533         crashing bug.
1534
1535         * text.C (top_y): adjust
1536         (setHeightOfRow): adjust
1537         (getRow): adjust
1538         (getRowNearY): adjust
1539
1540         * lyxtext.h: include RowList.h
1541         (~LyXText): not needed anymore, deleted.
1542         (firstRow): modify for RowList
1543         (lastRow): new function
1544         Delete firstrow and lastrow class variables, add a Rowlist
1545         rowlist_ class variable.
1546
1547         * lyxrow.C (lastPos): use empty() and not !size() to check if a
1548         paragraph is empty.
1549
1550         * RowList.C (insert): fix case where it == begin().
1551
1552 2003-03-26  Angus Leeming  <leeming@lyx.org>
1553
1554         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
1555         the thesaurus dialog.
1556
1557 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1558
1559         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
1560
1561         * RowList.[Ch]: new files
1562
1563         * ParagraphList.C (erase): handle the case where it == begin
1564         correctly.
1565
1566 2003-03-25  John Levon  <levon@movementarian.org>
1567
1568         * Makefile.am:
1569         * aspell_local.h:
1570         * aspell.C: add new aspell support
1571
1572         * lyxrc.h:
1573         * lyxrc.C: Make use_pspell be use_spell_lib. Always
1574         have it accessible.
1575
1576 2003-03-25  Angus Leeming  <leeming@lyx.org>
1577
1578         * lfuns.h:
1579         * LyXAction.C (init): new LFUN_INSET_INSERT.
1580
1581         * BufferView_pimpl.C (dispatch): split out part of the
1582         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
1583
1584         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
1585         LFUN_INSET_APPLY.
1586
1587 2003-03-25  Angus Leeming  <leeming@lyx.org>
1588
1589         * lyxfunc.C (dispatch): changes to the Dialogs interface.
1590
1591 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
1592
1593         * text2.C:
1594         * text3.C: remove useless row->height(0)
1595
1596 2003-03-25  John Levon  <levon@movementarian.org>
1597
1598         * lyxtext.h:
1599         * text2.C:
1600         * text3.C: rename the refreshing stuff to better names
1601
1602 2003-03-24  John Levon  <levon@movementarian.org>
1603
1604         * BufferView_pimpl.h:
1605         * BufferView_pimpl.C: update layout choice on a mouse
1606         press/release
1607
1608 2003-03-23  John Levon  <levon@movementarian.org>
1609
1610         * Makefile.am: fix commandtags.h reference
1611
1612 2003-03-22  John Levon  <levon@movementarian.org>
1613
1614         * BufferView_pimpl.C:
1615         * lyxtext.h:
1616         * rowpainter.C:
1617         * rowpainter.h:
1618         * text.C:
1619         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
1620
1621 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
1622
1623         * lyxtext.h:
1624         * text.C: take the rtl methods out of line
1625
1626 2003-03-21 André Pönitz <poenitz@gmx.net>
1627
1628         * metricsinfo.[Ch]: new files containing structures to be passed around
1629         during the two-phase-drawing...
1630
1631 2003-03-21 André Pönitz <poenitz@gmx.net>
1632
1633         * lyxtextclass.C: read 'environment' tag.
1634
1635 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
1636
1637         * text2.C (removeRow): fix bug 964
1638
1639 2003-03-20  John Levon  <levon@movementarian.org>
1640
1641         * rowpainter.C:
1642         * text.C:
1643         * text2.C: paint cleanups. Inset::update() dropped font
1644         parameter
1645
1646 2003-03-19  John Levon  <levon@movementarian.org>
1647
1648         * lyxfunc.C: only fitcursor/markDirty if available()
1649
1650 2003-03-19  John Levon  <levon@movementarian.org>
1651
1652         * commandtags.h: rename to ...
1653
1654         * lfuns.h: ... this, and renumber / cleanup
1655
1656 2003-03-19  John Levon  <levon@movementarian.org>
1657
1658         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
1659         fit the cursor after an lfun
1660
1661         * BufferView.h:
1662         * BufferView.C:
1663         * BufferView_pimpl.h:
1664         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
1665
1666         * LyXAction.C: layout-character should have ReadOnly
1667
1668         * ParagraphParameters.C:
1669         * buffer.C:
1670         * bufferview_funcs.C:
1671         * lyx_cb.C:
1672         * lyxfind.C:
1673         * lyxtext.h:
1674         * text.C:
1675         * text2.C:
1676         * text3.C:
1677         * undo_funcs.C: changes from above
1678
1679 2003-03-18  John Levon  <levon@movementarian.org>
1680
1681         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
1682         remove it from update()
1683
1684         * lyxfunc.C: update layout choice after an lfun
1685
1686         * text3.C: remove extra updateLayoutChoice()s
1687
1688 2003-03-18  John Levon  <levon@movementarian.org>
1689
1690         * text.C: top_y change means full repaint, fix
1691         a drawing bug with cursor movement
1692
1693 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
1694
1695         * lyxtext.h:
1696         * text.C:
1697         * text2.C: anchor row on setCursor
1698
1699 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
1700
1701         * lyxtext.h: remove almost all mutable keywords
1702         * text.C:
1703         * text2.C:
1704         * text3.C: remove const keywords accordingly
1705
1706 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1707
1708         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
1709         anon namespace
1710         (TeXEnvironment): ditto
1711         (TeXOnePar): ditto
1712
1713 2003-03-17  John Levon  <levon@movementarian.org>
1714
1715         * text.C (rowBreakPoint): remove attempt to fix displayed
1716         math insets inside a manual label
1717
1718 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1719
1720         * lyxtext.h: remove BufferView* as first arg from almost all class
1721         functions.
1722         * other files: adjust.
1723
1724 2003-03-17  John Levon  <levon@movementarian.org>
1725
1726         * lyxtext.h:
1727         * undo_funcs.C:
1728         * text2.C: more paint cleanups
1729
1730         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
1731
1732         * rowpainter.h:
1733         * rowpainter.C: remove "smart" background painting code
1734
1735 2003-03-16  John Levon  <levon@movementarian.org>
1736
1737         * lyxtext.h:
1738         * text.C:
1739         * text2.C:
1740         * text3.C: add helper functions for setting refresh_row/y
1741
1742 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
1743
1744         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
1745         newline inset which *can* get inserted in the pass_thru layouts.
1746         This is primarily for literate documents.
1747
1748 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
1749
1750         * buffer.C: increment LYX_FORMAT to 223
1751
1752 2003-03-14 André Pönitz <poenitz@gmx.net>
1753
1754         * textclass.h: prepare for environment handling, ws changes
1755         * lyxlayout.C: read latexheader and latexfooter tags
1756
1757 2003-03-14  John Levon  <levon@movementarian.org>
1758
1759         * text2.C: rewrite ::status() a bit
1760
1761 2003-03-13  John Levon  <levon@movementarian.org>
1762
1763         * lyxtext.h: add some docs
1764
1765 2003-03-13  John Levon  <levon@movementarian.org>
1766
1767         * lyxtext.h:
1768         * text.C:
1769         * text2.C:
1770         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
1771
1772 2003-03-13  John Levon  <levon@movementarian.org>
1773
1774         * text3.C: fix appendix redrawing
1775
1776 2003-03-13  John Levon  <levon@movementarian.org>
1777
1778         * text.C (setHeightOfRow):
1779         * rowpainter.h:
1780         * rowpainter.C: make appendix mark have the text
1781           "Appendix" so the user knows what it is
1782
1783         * LColor.h:
1784         * LColor.C: s/appendixline/appendix/ from above
1785
1786 2003-03-13  John Levon  <levon@movementarian.org>
1787
1788         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
1789
1790         * text.C: fix a getChar(pos) bug properly
1791
1792 2003-03-13  Angus Leeming  <leeming@lyx.org>
1793
1794         * commandtags.h:
1795         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
1796         Probably only temporary. Let's see how things pan out.
1797
1798         * BufferView.C (unlockInset):
1799         * BufferView_pimpl.C (fitCursor):
1800         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
1801
1802         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
1803         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
1804
1805         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
1806         new functions that convert ParagraphParameters to and from a string.
1807
1808         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
1809         BufferView::Pimpl's dispatch.
1810         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
1811
1812 2003-03-13 André Pönitz <poenitz@gmx.net>
1813
1814         * lyxfunc.C:
1815         * text3.C:
1816         * factory.C: make it aware of InsetEnv
1817
1818 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1819
1820         * text2.C (setCursor): never ask for one past last
1821         (setCursor): add some debugging messages.
1822
1823         * text.C (singleWidth): never ask for one past last
1824         (singleWidth): ditto
1825         (leftMargin): ditto
1826         (rightMargin): ditto
1827         (rowBreakPoint): ditto
1828         (setHeightOfRow): ditto
1829         (prepareToPrint): ditto
1830
1831         * rowpainter.C (paintBackground): never ask for one past last
1832         (paintText): never ask for one past last
1833
1834         * paragraph_pimpl.C (getChar): make the assert stricter, never
1835         allow the one past last pos to be taken
1836
1837         * paragraph.C (getChar): ws changes only
1838
1839         * lyxrow.C (nextRowIsAllInset): never ask for one past last
1840         (numberOfSeparators): ditto
1841         (numberOfHfills): ditto
1842
1843 2003-03-12  John Levon  <levon@movementarian.org>
1844
1845         * author.h:
1846         * author.C:
1847         * bufferparams.h:
1848         * bufferparams.C:
1849         * paragraph_funcs.C: fix per-buffer authorlists
1850
1851 2003-03-12  John Levon  <levon@movementarian.org>
1852
1853         * text.C: fix newline in right address
1854
1855 2003-03-12  Angus Leeming  <leeming@lyx.org>
1856
1857         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
1858         duplicate those in LyXFunc::dispatch.
1859
1860         * commandtags.h:
1861         * LyXAction.C:
1862         * ToolbarDefaults.C:
1863         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
1864         Add LFUN_FONTFREE_UPDATE.
1865
1866         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
1867         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
1868
1869         * bufferview_func.[Ch]: several new functions to facilliate
1870         transfer of data to and from the character dialog.
1871
1872 2003-03-12  John Levon  <levon@movementarian.org>
1873
1874         * buffer.C:
1875         * paragraph.h:
1876         * paragraph.C:
1877         * paragraph_funcs.C:
1878         * paragraph_pimpl.C:
1879         * sgml.C:
1880         * tabular.C:
1881         * text.C:
1882         * text3.C: remove META_NEWLINE in favour of an inset
1883
1884         * rowpainter.h:
1885         * rowpainter.C: remove paintNewline (done by inset)
1886
1887 2003-03-12  John Levon  <levon@movementarian.org>
1888
1889         * paragraph_pimpl.C: complain about bad getChar()s
1890         for a while at least
1891
1892 2003-03-12  John Levon  <levon@movementarian.org>
1893
1894         * buffer.h:
1895         * buffer.C: move paragraph read into a separate function,
1896         a little renaming to reflect that.
1897
1898         * bufferparams.h:
1899         * bufferparams.C: remove the author_ids map, not necessary now
1900
1901         * factory.h:
1902         * factory.C: moved Buffer::readInset to here
1903
1904         * paragraph_funcs.h:
1905         * paragraph_funcs.C: readParagraph free function moved from
1906         buffer.C
1907
1908         * tabular.C: name change
1909
1910 2003-03-12  John Levon  <levon@movementarian.org>
1911
1912         * buffer.C:
1913         * ParagraphParameters.C: move par params input to
1914         a read() method
1915
1916         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
1917         behave like a normal read from the stream wrt reading
1918         a line vs. a \\token
1919
1920 2003-03-12  John Levon  <levon@movementarian.org>
1921
1922         * paragraph.C:
1923         * ParagraphParameters.h:
1924         * ParagraphParameters.C: move output code to a
1925         ::write() method
1926
1927 2003-03-12  John Levon  <levon@movementarian.org>
1928
1929         * BufferView.C (insertLyXFile):
1930         * buffer.h:
1931         * buffer.C:
1932         * tabular.C: use a parlist iterator for creating the
1933           document.
1934
1935 2003-03-12  John Levon  <levon@movementarian.org>
1936
1937         * buffer.C: make current_change static local not
1938           static file-scope
1939
1940 2003-03-12  John Levon  <levon@movementarian.org>
1941
1942         * buffer.C: fix insertStringAsLines for change tracking
1943
1944 2003-03-12  John Levon  <levon@movementarian.org>
1945
1946         * BufferView.C:
1947         * tabular.C:
1948         * buffer.h:
1949         * buffer.C:
1950         * bufferparams.h:
1951         * bufferparams.C: move author list into params. Rename some
1952           functions. Move the header reading into a separate token
1953           loop. Move the header token reading into BufferParams.
1954
1955 2003-03-12  John Levon  <levon@movementarian.org>
1956
1957         * changes.C: put debug inside lyxerr.debugging() checks
1958
1959 2003-03-11 André Pönitz <poenitz@gmx.net>
1960
1961         * factory.C: make it aware of InsetHFill
1962
1963 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1964
1965         * buffer.C (latexParagraphs): move function from here...
1966         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
1967         args.
1968
1969 2003-03-10  Angus Leeming  <leeming@lyx.org>
1970
1971         * LyXAction.C (init): fix bug in poplating array with multiple entries
1972         with the same LFUN (spotted by JMarc).
1973
1974 2003-03-10  John Levon  <levon@movementarian.org>
1975
1976         * text.C:
1977         * text2.C: move getColumnNearX() near its
1978         only call site
1979
1980 2003-03-10  John Levon  <levon@movementarian.org>
1981
1982         * text.C: fix break before a minipage
1983
1984 2003-03-10  John Levon  <levon@movementarian.org>
1985
1986         * text.C: fix the last commit
1987
1988 2003-03-09  John Levon  <levon@movementarian.org>
1989
1990         * lyxtext.h:
1991         * text.C:
1992         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
1993         bug 365 (don't break before insets unless needed). Don't
1994         return a value > last under any circumstances.
1995
1996 2003-03-09  Angus Leeming  <leeming@lyx.org>
1997
1998         * BufferView_pimpl.C (trackChanges, dispatch): call
1999         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
2000
2001 2003-03-09  Angus Leeming  <leeming@lyx.org>
2002
2003         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
2004         than Dialogs::showAboutlyx().
2005
2006 2003-03-09  Angus Leeming  <leeming@lyx.org>
2007
2008         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
2009         than Dialogs::showTabularCreate().
2010
2011 2003-03-09  John Levon  <levon@movementarian.org>
2012
2013         * lyxtext.h:
2014         * text.C:
2015         * text2.C: 3rd arg to nextBreakPoint was always the same.
2016           Use references.
2017
2018 2003-03-08  John Levon  <levon@movementarian.org>
2019
2020         * lyxrow.C:
2021         * paragraph.C:
2022         * paragraph.h:
2023         * rowpainter.C:
2024         * text.C:
2025         * text2.C: Remove the "main" bit from the "main body"
2026           notion.
2027
2028 2003-03-08  John Levon  <levon@movementarian.org>
2029
2030         * text.C (leftMargin): The left margin of an empty
2031         manual label paragraph should not include the label width
2032         string length.
2033
2034         * text.C (prepareToPrint): don't attempt to measure hfills
2035         for empty manual label paragraphs - the answer should be 0
2036
2037 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2038
2039         * CutAndPaste.C: remove commented code and reindent.
2040
2041 2003-03-08  John Levon  <levon@movementarian.org>
2042
2043         * lyxfunc.h:
2044         * lyxfunc.C: move reloadBuffer()
2045
2046         * BufferView.h:
2047         * BufferView.C: to here
2048
2049         * lyxvc.C: add comment
2050
2051         * vc-backend.h:
2052         * vc-backend.C: call bv->reload() to avoid
2053           getStatus() check on MENURELOAD
2054
2055 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
2056
2057         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
2058         to an old format .dep file.
2059
2060 2003-03-07  Angus Leeming  <leeming@lyx.org>
2061
2062         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
2063         when the LFUN_MOUSE_RELEASE should have been handled by
2064         inset->localDispatch.
2065
2066 2003-03-07  Angus Leeming  <leeming@lyx.org>
2067
2068         * BufferView_pimpl.C (dispatch):
2069         * LyXAction.C (init):
2070         * ToolbarDefaults.C (init):
2071         * commandtags.h:
2072         * lyxfunc.C (getStatus):
2073         remove LFUN_INSET_GRAPHICS.
2074
2075         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
2076
2077 2003-03-07  Angus Leeming  <leeming@lyx.org>
2078
2079         * commandtags.h:
2080         * LyXAction.C (init):
2081         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
2082
2083         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
2084
2085         * commandtags.h:
2086         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
2087
2088         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
2089         localDispatch method LFUN_INSET_DIALOG_UPDATE.
2090
2091 2003-03-07  Angus Leeming  <leeming@lyx.org>
2092
2093         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
2094         remove "ert".
2095
2096 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2097
2098         * ParagraphList.C (front): new function
2099         (back): implement
2100
2101 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
2102
2103         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
2104         and top_row_offset_. removed var first_y.
2105         * text.C (top_y):
2106         * text2.C (LyXText, removeRow):
2107         * text3.C:
2108         * BufferView_pimpl.C:
2109         use these methods instead of using first_y
2110
2111 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2112
2113         * text2.C (pasteSelection): adjust for checkPastePossible
2114
2115         * CutAndPaste.C: remove Paragraph * buf and replace with
2116         ParagraphList paragraphs.
2117         (DeleteBuffer): delete
2118         (cutSelection): change the tc type to textclass_type
2119         (copySelection): change the tc type to textclass_type
2120         (copySelection): adjust for ParagraphList
2121         (pasteSelection): change the tc type to textclass_type
2122         (pasteSelection): adjust for Paragraphlist
2123         (nrOfParagraphs): simplify for ParagraphList
2124         (checkPastePossible): simplify for ParagraphList
2125         (checkPastePossible): remove unused arg
2126
2127         * ParagraphList.C (insert): handle the case where there are no
2128         paragraphs yet.
2129
2130         * CutAndPaste.h: make CutAndPaste a namespace.
2131
2132         * text3.C (dispatch): adjust
2133
2134         * text.C (breakParagraph): add a ParagraphList as arg
2135
2136         * paragraph_funcs.C (breakParagraph): change to take a
2137         BufferParams and a ParagraphList as args.
2138         (breakParagraphConservative): ditto
2139         (mergeParagraph): ditto
2140         (TeXDeeper): add a ParagraphList arg
2141         (TeXEnvironment): ditto
2142         (TeXOnePar): ditto
2143
2144         * buffer.C (readLyXformat2): adjust
2145         (insertStringAsLines): adjust
2146         (latexParagraphs): adjust
2147
2148         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
2149         (cutSelection): adjust
2150         (pasteSelection): adjust
2151
2152         * BufferView_pimpl.C (insertInset): adjust
2153
2154 2003-03-05  Angus Leeming  <leeming@lyx.org>
2155
2156         * commandtags.h:
2157         * LyXAction.C (init):
2158         * BufferView_pimpl.C (dispatch):
2159         * lyxfunc.C (getStatus):
2160         remove LFUN_CHILD_INSERT.
2161
2162         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
2163
2164 2003-03-05  Angus Leeming  <leeming@lyx.org>
2165
2166         * commandtags.h:
2167         * LyXAction.C (init):
2168         * src/factory.C (createInset):
2169         * lyxfunc.C (getStatus):
2170         * text3.C (dispatch):
2171         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
2172
2173         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
2174
2175 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
2176
2177         * ParagraphList.C (insert): handle insert right before end()
2178         (erase): fix cases where it can be first or last paragraph.
2179
2180 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2181
2182         * paragraph_funcs.C (TeXEnvironment): remove all usage of
2183         Paragraph::next and Paragraph::previous
2184         (TeXOnePar): ditto
2185
2186         * text.C (breakParagraph): adjust
2187
2188         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
2189         BufferParams& as arg.
2190         (breakParagraph): use ParagraphList::insert
2191         (breakParagraphConservative): take a Buffer* instead of a
2192         BufferParams& as arg.
2193         (breakParagraphConservative): use ParagraphList::insert.
2194
2195         * buffer.C (insertStringAsLines): un-const it
2196         (insertStringAsLines): adjust
2197
2198         * ParagraphList.C (insert): new function
2199
2200         * CutAndPaste.C (pasteSelection): adjust
2201
2202         * text.C (backspace): adjust
2203
2204         * tabular.C (SetMultiColumn): adjust
2205
2206         * CutAndPaste.C (cutSelection): adjust
2207         (pasteSelection): adjust
2208
2209         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
2210         Buffer const * as arg
2211
2212         * ParagraphList.C (erase): new function
2213         * paragraph_funcs.C (mergeParagraph): use it
2214         (mergeParagraph): make it take a Buffer* instead of a
2215         BufferParams* as arg
2216
2217         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
2218         as arg
2219         (breakParagraphConservative): ditto
2220
2221         * paragraph.h: remove the breakParagraph friend
2222
2223         * paragraph.C (eraseIntern): new function
2224         (setChange): new function
2225
2226         * paragraph_funcs.C (mergeParagraph): make it take a
2227         ParagraphList::iterator instead of a Paragraph *, adjust
2228         accordingly.
2229
2230         * paragraph.h: move an #endif so that the change tracking stuff
2231         also works in the NO_NEXT case.
2232
2233 2003-03-04  Angus Leeming  <leeming@lyx.org>
2234
2235         * commandtags.h:
2236         * LyXAction.C: new LFUN_INSET_MODIFY.
2237
2238         * BufferView_pimpl.C (dispatch): if an inset is found to be open
2239         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
2240
2241 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2242
2243         * several files: ws changes only
2244
2245         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
2246         (TeXEnvironment): ditto
2247         (TeXDeeper): ditto
2248
2249         * buffer.C (makeLaTeXFile): adjust
2250         (latexParagraphs): make it take ParagraphList::iterator as args
2251
2252 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2253
2254         * buffer.C (latexParagraphs): adjust
2255
2256         * paragraph.C (TeXOnePar): move function...
2257         (optArgInset): move function...
2258         (TeXEnvironment): move function...
2259         * paragraph_pimpl.C (TeXDeeper): move function...
2260         * paragraph_funcs.C: ...here
2261
2262         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
2263
2264 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2265
2266         * buffer.C (readInset): remove compability code for old Figure and
2267         InsetInfo insets
2268
2269 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2270
2271         * buffer.C: ws changes
2272         (readInset):
2273
2274         * BufferView_pimpl.C: ditto
2275         * author.C: ditto
2276         * buffer.h: ditto
2277         * bufferlist.h: ditto
2278         * changes.h: ditto
2279         * lyxfunc.C: ditto
2280
2281 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
2282
2283         * converter.[Ch]: split into itself +
2284         * graph.[Ch]
2285         * format.[Ch]
2286         * Makefile.am: += graph.[Ch] + format.[Ch]
2287         * MenuBackend.C
2288         * buffer.C
2289         * exporter.C
2290         * importer.C
2291         * lyx_main.C
2292         * lyxfunc.C
2293         * lyxrc.C: added #include "format.h"
2294
2295 2003-02-27  Angus Leeming  <leeming@lyx.org>
2296
2297         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
2298           a label.
2299
2300         * factory.C (createInset): add "label" to the factory.
2301
2302         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
2303           string and do no more.
2304
2305 2003-02-27  Angus Leeming  <leeming@lyx.org>
2306
2307         * commandtags.h:
2308         * LyXAction.C (init):
2309         * factory.C (createInset):
2310         * BufferView_pimpl.C (dispatch):
2311           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
2312
2313         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
2314
2315         * lyxfunc.C (dispatch):
2316         * text3.C (dispatch): pass name to params2string.
2317
2318 2003-02-26  Angus Leeming  <leeming@lyx.org>
2319
2320         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
2321           blocks together.
2322           Rearrange the ~includes. Strip out the unnecessary ones.
2323
2324         * factory.C (createInset): reformat.
2325           create new insets for the various LFUN_XYZ_APPLY lfuns.
2326
2327 2003-02-26  John Levon  <levon@movementarian.org>
2328
2329         * lyxrow.h:
2330         * lyxrow.C: add isParStart,isParEnd helpers
2331
2332         * paragraph.h: make isInserted/DeletedText take refs
2333
2334         * paragraph_funcs.h:
2335         * paragraph_funcs.C: remove #if 0'd code
2336
2337         * lyxtext.h:
2338         * text3.C:
2339         * text2.C:
2340         * text.C: use lyxrow helpers above.
2341           Move draw and paint routines to RowPainter.
2342           Make several methods use refs not pointers.
2343           Make backgroundColor() const.
2344           Add markChangeInDraw(), isInInset().
2345           Merge changeRegionCase into changeCase.
2346           Make workWidth() shouldn't-happen code into an Assert.
2347
2348         * rowpainter.h:
2349         * rowpainter.C: new class for painting a row.
2350
2351         * vspace.h:
2352         * vspace.C: make inPixels take a ref
2353
2354 2003-02-26  Angus Leeming  <leeming@lyx.org>
2355
2356         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
2357         LFUN_REF_APPLY.
2358
2359 2003-02-25  John Levon  <levon@movementarian.org>
2360
2361         * ispell.C: give the forked command a more accurate name
2362
2363 2003-02-22  John Levon  <levon@movementarian.org>
2364
2365         * toc.h:
2366         * toc.C: make TocItem store an id not a Paragraph *
2367           (bug #913)
2368
2369 2003-02-21  Angus Leeming  <leeming@lyx.org>
2370
2371         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
2372           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
2373           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
2374           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
2375           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
2376           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
2377
2378         * BufferView_pimpl.C (dispatch):
2379         * LyXAction.C (init):
2380         * factory.C (createInset):
2381         * lyxfunc.C (getStatus, dispatch):
2382         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
2383
2384 2003-02-21  Angus Leeming  <leeming@lyx.org>
2385
2386         * BufferView_pimpl.C (MenuInsertLyXFile):
2387         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
2388         * lyxfunc.C (menuNew, open, doImport):
2389           no longer pass a LyXView & to fileDlg.
2390
2391 2003-02-21  Angus Leeming  <leeming@lyx.org>
2392
2393         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
2394         * LyXAction.C: change, BIBKEY to BIBITEM.
2395         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
2396         Change InsetBibKey to InsetBibitem.
2397         Change BIBKEY_CODE to BIBITEM_CODE.
2398         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
2399         * factory.C: replace insetbib.h with insetbibitem.h.
2400         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
2401         * paragraph.C: replace insetbib.h with insetbibitem.h.
2402         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
2403         Change bibkey() to bibitem().
2404         * text.C: remove insetbib.h.
2405         * text2.C: replace insetbib.h with insetbibitem.h.
2406         change bibkey() to bibitem().
2407         * text3.C: remove insetbib.h.
2408         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
2409
2410 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2411
2412         * lyxrc.C (output): enclose user email in quotes (in case there are
2413         several words)
2414
2415 2003-02-18  John Levon  <levon@movementarian.org>
2416
2417         * buffer.h: add std::
2418
2419 2003-02-17  John Levon  <levon@movementarian.org>
2420
2421         * SpellBase.h:
2422         * ispell.h:
2423         * ispell.C:
2424         * pspell.h:
2425         * pspell.C: reworking. Especially in ispell, a large
2426           number of clean ups and bug fixes.
2427
2428         * lyxfunc.C: fix revert to behave sensibly
2429
2430 2003-02-17 André Pönitz <poenitz@gmx.net>
2431
2432         * LyXAction.C:
2433         * commandtags.h: new LFUN_INSERT_BIBKEY
2434
2435         * layout.h:
2436         * lyxlayout.C:
2437         * buffer.C:
2438         * factory.C:
2439         * text.C:
2440         * text2.C:
2441         * text3.C:
2442         * paragraph.[Ch]:
2443         * paragraph_func.C: remove special bibkey handling
2444
2445 2003-02-17  John Levon  <levon@movementarian.org>
2446
2447         * text.C (Delete): fix case where delete at the end of
2448           the very first paragraph would not merge the pars
2449
2450 2003-02-17  John Levon  <levon@movementarian.org>
2451
2452         * lyxrow.C: fix lastPrintablePos()
2453
2454 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2455
2456         * bufferparams.C (writeLaTeX): add a std:here
2457
2458         * buffer.C: and remove a using directive there
2459
2460 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2461
2462         * buffer.C (makeLaTeXFile): move the code that generates the
2463           preamble...
2464
2465         * bufferparams.C (writeLaTeX): ... in this new method
2466
2467         * LaTeXFeatures.C (getEncodingSet): make const
2468           (getLanguages): make const
2469
2470         * MenuBackend.C (binding): returns the binding associated to this
2471           action
2472           (add): sets the status of each item by calling getStatus. Adds
2473           some intelligence.
2474           (read): add support for OptSubMenu
2475           (expand): remove extra separator at the end of expanded menu
2476
2477 2003-02-15  John Levon  <levon@movementarian.org>
2478
2479         * BufferView.C:
2480         * BufferView_pimpl.C:
2481         * bufferlist.h:
2482         * bufferlist.C: remove pointless BufferStorage bloat. Remove
2483           inset code that had no actual effect. Remove unneeded status
2484           code.
2485
2486 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2487
2488         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
2489           in preamble
2490
2491 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
2492
2493         * text.C (drawLengthMarker): also draw an arrow marker for
2494           symbolic lengths (medskip...)
2495
2496 2003-02-14  John Levon  <levon@movementarian.org>
2497
2498         * tabular.h:
2499         * tabular.C: better method names
2500
2501 2003-02-14  John Levon  <levon@movementarian.org>
2502
2503         * BufferView_pimpl.C:
2504         * bufferlist.C:
2505         * buffer.C:
2506         * converter.C:
2507         * lyx_cb.C:
2508         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
2509           it's a more accurate name. Remove some pointless uses.
2510
2511 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2512
2513         * text2.C (LyXText): change order of initilizers to shut off
2514           warnings
2515
2516 2003-02-14  John Levon  <levon@movementarian.org>
2517
2518         * buffer.C: use ParIterator for getParFromID()
2519
2520         * paragraph.h:
2521         * paragraph.C:
2522         * paragraph_pimpl.h:
2523         * paragraph_pimpl.C: remove unused getParFromID()
2524
2525 2003-02-14  John Levon  <levon@movementarian.org>
2526
2527         * buffer.C: remove some very old #if 0'd parse code
2528
2529 2003-02-13  John Levon  <levon@movementarian.org>
2530
2531         * text.h:
2532         * text.C:
2533         * text2.C: move hfillExpansion(), numberOfSeparators(),
2534           rowLast(), rowLastPrintable(), numberofHfills(),
2535           numberOfLabelHfills() ...
2536
2537         * lyxrow.h:
2538         * lyxrow.C: ... to member functions here.
2539
2540         * paragraph.h:
2541         * paragraph.C:
2542         * lyxtext.h:
2543         * text.C: remove LyXText::beginningOfMainBody(), and call
2544           p->beginningOfMainBody() directly. Move the check for
2545           LABEL_MANUAL into the latter.
2546
2547         * text.h:
2548         * text.C:
2549         * text2.C:
2550         * vspace.C:
2551         * BufferView.h:
2552         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
2553
2554         * text.h:
2555         * text.C:
2556         * text2.C:
2557         * text3.C:
2558         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
2559           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
2560
2561 2003-02-13  John Levon  <levon@movementarian.org>
2562
2563         * CutAndPaste.C: remove debug
2564
2565 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2566
2567         * paragraph.C (asString): remove two unused variables
2568
2569         * lyxtextclass.C (readTitleType):
2570           (Read):
2571           (LyXTextClass): handle new members titletype_ and titlename_
2572
2573         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
2574
2575 2003-02-09  John Levon  <levon@movementarian.org>
2576
2577         * buffer.h:
2578         * buffer.C: replace hand-coded list with a map for the dep clean
2579
2580 2003-02-08  John Levon  <levon@movementarian.org>
2581
2582         * LaTeX.C: consolidate code into showRunMessage() helper
2583
2584 2003-02-08  John Levon  <levon@movementarian.org>
2585
2586         * lyxfind.C:
2587         * lyxtext.h:
2588         * text2.C:
2589         * BufferView.C: change setSelectionOverString() to setSelectionRange()
2590           and pass the size in explicitly
2591
2592         * BufferView_pimpl.h:
2593         * BufferView_pimpl.C:
2594         * BufferView.h:
2595         * BufferView.C: add getCurrentChange()
2596
2597         * BufferView_pimpl.h:
2598         * BufferView_pimpl.C: handle change lfuns
2599
2600         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
2601           for changes. Mark pasted paragraphs as new.
2602
2603         * support/lyxtime.h:
2604         * support/lyxtime.C:
2605         * DepTable.C: abstract time_t as lyx::time_type
2606
2607         * LColor.h:
2608         * LColor.C: add colours for new text, deleted text, changebars
2609
2610         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
2611           package use "usenames" option.
2612
2613         * commandtags.h:
2614         * lyxfunc.C:
2615         * LyXAction.C: add change lfuns
2616
2617         * Makefile.am:
2618         * author.h:
2619         * author.C: author handling
2620
2621         * buffer.h:
2622         * buffer.C: add a per-buffer author list, with first entry as
2623           current author. Handle new .lyx tokens for change tracking. Output
2624           author list to .lyx file. Output dvipost stuff to .tex preamble.
2625           Bump lyx format to 222.
2626
2627         * bufferlist.h:
2628         * bufferlist.C: add setCurrentAuthor() to reset current author details
2629           in all buffers.
2630
2631         * bufferparams.h:
2632         * bufferparams.C: add param for tracking
2633
2634         * bufferview_funcs.C: output change info in minibuffer
2635
2636         * Makefile.am:
2637         * changes.h:
2638         * changes.C: add change-tracking structure
2639
2640         * debug.h:
2641         * debug.C: add CHANGES debug flag
2642
2643         * lyxfind.h:
2644         * lyxfind.C: add code for finding the next change piece
2645
2646         * lyxrc.h:
2647         * lyxrc.C: add user_name and user_email
2648
2649         * lyxrow.h:
2650         * lyxrow.C: add a metric for the top of the text line
2651
2652         * lyxtext.h:
2653         * text.C: implement accept/rejectChange()
2654
2655         * lyxtext.h:
2656         * text.C: paint changebars. Paint new/deleted text in the chosen colours.
2657           Strike through deleted text.
2658
2659         * paragraph.h:
2660         * paragraph.C:
2661         * paragraph_pimpl.h:
2662         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass in the current change
2663           to the insert functions. Rework erase to mark text as deleted, adding
2664           an eraseIntern() and a range-based erase(). Implement
2665           per-paragraph change lookup and accept/reject.
2666
2667         * paragraph_funcs.C: Fixup paste for change tracking.
2668
2669         * tabular.C: mark added row/columns as new.
2670
2671         * text.C: fix rowLast() to never return -1. Don't allow spellchecking of deleted
2672           text. Track transpose changes. Don't allow paragraph break or merge where appropriate.
2673
2674         * text2.C: leave cursor at end of selection after a cut.
2675
2676 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2677
2678         * text.C (getLengthMarkerHeight):
2679         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
2680         visible on screen too.
2681
2682 2003-02-07  John Levon  <levon@movementarian.org>
2683
2684         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
2685
2686 2003-02-05  Angus Leeming  <leeming@lyx.org>
2687
2688         * lyxserver.C (read_ready): revert my patch of 11 September last year
2689         as it sends PC cpu through the roof. Presumably this means that
2690         the lyxserver will no longer run on an Alpha...
2691
2692 2003-01-30  Angus Leeming  <leeming@lyx.org>
2693
2694         * factory.C (createInset): create an InsetCommandParam of type "index"
2695         and use it to 'do the right thing'.
2696
2697         * text2.C (getStringToIndex): ensure that cursor position is always
2698         reset to the reset_cursor position.
2699
2700 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2701
2702         * lyxfunc.C (getStatus): "buffer-export custom" should never be
2703         disabled.
2704
2705 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
2706
2707         * bufferview.C:
2708         * lyxcb.C:
2709         * lyxfunc.C: Output messages with identical spelling, punctuation,
2710         and spaces
2711
2712 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
2713
2714         * MenuBackend.C (expandFormats): List only viewable export formats
2715         in "View" menu
2716
2717         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
2718         message
2719
2720         * lyxfunc.C (getStatus): Make sure that formats other than
2721         "fax" can also be disabled
2722
2723 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2724
2725         * text3.C (dispatch): put the lfuns that insert insets in 3
2726         groups, and call doInsertInset with appropriate arguments.
2727         (doInsertInset): new function, that creates an inset and inserts
2728         it according to some boolean parameters.
2729
2730 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2731
2732         * buffer.C (readFile): remember to pass on 'par' when calling
2733         readFile recursively.
2734
2735 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2736
2737         * MenuBackend.C (expandFormats): add "..." to import formats.
2738
2739 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
2740
2741         * paragraph.C (asString): Remove XForms RTL hacks.
2742
2743 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
2744         * buffer.C: fix typo
2745
2746 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2747
2748         * Makefile.am (LIBS): delete var
2749         (lyx_LDADD): add @LIBS@ here instead.
2750
2751 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
2752
2753         * Clarify the meaning of "wheel mouse jump"
2754
2755 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2756
2757         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
2758         tabular in a float
2759
2760 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2761
2762         * importer.C (Loaders): do not preallocate 3 elements in the
2763         vector, since one ends up with 6 elements otherwise
2764
2765 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2766
2767         * DepTable.C (write): write the file name as last element of the
2768         .dep file (because it may contain spaces)
2769         (read): read info in the right order
2770
2771 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2772
2773         * paragraph_pimpl.C (simpleTeXBlanks):
2774         (simpleTeXSpecialChars):
2775         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
2776
2777         * tabular.C (latex): add some missing case statements. Reindent.
2778
2779         * MenuBackend.C (expandToc): remove unused variable.
2780
2781 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
2782
2783         * LColor.C:
2784         * LaTeX.C:
2785         * LyXAction.C:
2786         * MenuBackend.C:
2787         * buffer.C:
2788         * exporter.C:
2789         * lyxfunc.C:
2790         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
2791         and the like.
2792
2793 2003-01-05  John Levon  <levon@movementarian.org>
2794
2795         * BufferView.h:
2796         * BufferView.C: add getEncoding()
2797
2798         * kbsequence.h:
2799         * kbsequence.C: do not store last keypress
2800
2801         * lyxfunc.h:
2802         * lyxfunc.C: store last keypress here instead. Pass encoding
2803           to getISOEncoded()
2804
2805 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2806
2807         * lyx_main.C (init): remove annoying error message when following
2808         symbolic links (bug #780)
2809
2810 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2811
2812         * text.C (insertChar):
2813         * lyxrc.C (getDescription): remove extra spaces
2814
2815 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2816
2817         * lyxrc.C (getDescription): remove extra spaces
2818
2819 2002-12-20  John Levon  <levon@movementarian.org>
2820
2821         * text3.C: hack fix for page up/down across tall rows
2822
2823 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2824
2825         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
2826         not been invoked
2827
2828 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2829
2830         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
2831         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
2832         thesaurus is not compiled in
2833
2834 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
2835
2836         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
2837
2838 2002-12-16  Angus Leeming  <leeming@lyx.org>
2839
2840         * lyxrc.[Ch]:
2841         * lyx_main.C (init): remove override_x_deadkeys stuff.
2842
2843 2002-12-12  John Levon  <levon@movementarian.org>
2844
2845         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
2846           insert. Only remove shift modifier under strict
2847           circumstances.
2848
2849 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2850
2851         * MenuBackend.C (expandToc): fix crash.
2852
2853 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2854
2855         * MenuBackend.C (expandToc): gettext on float names.
2856
2857 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2858
2859         * lyxlength.[Ch]: set default unit to UNIT_NONE,
2860         implement bool empty() [bug 490]
2861
2862 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2863
2864         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
2865
2866 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2867
2868         * several files: ws changes
2869
2870 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2871
2872         * text2.C (setCounter): clean up a bit, use boost.format.
2873         (updateCounters): initialize par upon declaration.
2874
2875         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
2876         if the layout exists. We do not just store the layout any more.
2877         (SwitchLayoutsBetweenClasses): use boost.format
2878
2879 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2880
2881         * converter.C (convert): if from and to files are the same, use a
2882         temporary files as intermediary
2883
2884 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2885
2886         * commandtags.h:
2887         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
2888
2889 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
2890
2891         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
2892
2893 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2894
2895         * tabular.C (asciiPrintCell): use string(size, char) instead of
2896         explicit loop.
2897
2898         * sgml.C (openTag): fix order of arguments to string constructor
2899         (closeTag): ditto
2900
2901         * lyxfunc.C (dispatch): use boost.format
2902
2903         * lots of files: change "c" -> 'c'
2904
2905 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
2906
2907         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
2908
2909 2002-11-25  Angus Leeming  <leeming@lyx.org>
2910
2911         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
2912
2913         * lyx_main.C (init): compile fix.
2914
2915 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2916
2917         * lyx_cb.C (start): boost.formatify
2918         do not include <iostream>
2919
2920         * lengthcommon.C: ws only
2921
2922         * boost-inst.C,BoostFormat.h: add more explict instantations
2923
2924 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2925
2926         * lots of files: handle USE_BOOST_FORMAT
2927
2928 2002-11-21  John Levon  <levon@movementarian.org>
2929
2930         * pspell.C: fix compile
2931
2932 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2933
2934         * lyxfunc.C (dispatch): use boost::format
2935         (open): ditto
2936         (doImport): ditto
2937
2938         * lyxfont.C (stateText): use boost::format
2939
2940         * lyx_main.C (LyX): use boost::format
2941         (init): ditto
2942         (queryUserLyXDir): ditto
2943         (readRcFile): ditto
2944         (parse_dbg): ditto
2945         (typedef boost::function): use the recommened syntax.
2946
2947         * importer.C (Import): use boost::format
2948
2949         * debug.C (showLevel): use boost::format
2950
2951         * converter.C (view): use boost::format
2952         (convert): ditto
2953         (move): ditto
2954         (scanLog): ditto
2955
2956         * bufferview_funcs.C (currentState): use boost::format
2957
2958         * bufferlist.C (emergencyWrite): use boost::format
2959
2960         * buffer.C (readLyXformat2): use boost::format
2961         (parseSingleLyXformat2Token): ditto
2962
2963         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
2964
2965         * LaTeX.C (run): use boost::format
2966
2967         * Chktex.C (scanLogFile): use boost::format
2968
2969         * BufferView_pimpl.C (savePosition): use boost::format
2970         (restorePosition): ditto
2971         (MenuInsertLyXFile): ditto
2972
2973         * BoostFormat.h: help file for explicit instation.
2974
2975 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
2976
2977         * tabular.C (latex): Support for block alignment in fixed width
2978         columns.
2979
2980 2002-11-17  John Levon  <levon@movementarian.org>
2981
2982         * BufferView_pimpl.C:
2983         * lyx_cb.C:
2984         * lyxfunc.C: split filedialog into open/save
2985
2986 2002-11-08  Juergen Vigna  <jug@sad.it>
2987
2988         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
2989         by my last patch (hopefully).
2990
2991 2002-11-08  John Levon  <levon@movementarian.org>
2992
2993         * iterators.h:
2994         * iterators.C:
2995         * buffer.h:
2996         * buffer.C:
2997         * paragraph.h:
2998         * paragraph.C:
2999         * toc.h:
3000         * toc.C: ParConstIterator, and use it (from Lars)
3001
3002 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
3003
3004         * lyxtextclass.[Ch]: revise and add doxygen comments
3005
3006 2002-11-07  John Levon  <levon@movementarian.org>
3007
3008         * text.C: fix progress value for spellchecker
3009
3010         * toc.C: fix navigate menu for insetwrap inside minipage
3011
3012         * paragraph_funcs.C: added FIXME for suspect code
3013
3014 2002-11-07  John Levon  <levon@movementarian.org>
3015
3016         * BufferView_pimpl.C: fix redrawing of insets
3017           on buffer switch
3018
3019 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3020
3021         * text2.C (updateCounters): fix bug 668
3022
3023 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
3024
3025         * text3.C (dispatch): Do not make the buffer dirty when moving the
3026         cursor.
3027
3028 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3029
3030         * vc-backend.C: STRCONV
3031         (scanMaster): ditto
3032
3033         * text2.C (setCounter): STRCONV
3034
3035         * paragraph.C (asString): STRCONV
3036
3037         * lyxlength.C (asString): STRCONV
3038         (asLatexString): ditto
3039
3040         * lyxgluelength.C (asString): STRCONV
3041         (asLatexString): ditto
3042
3043         * lyxfunc.C (dispatch): STRCONV
3044         (open): ditto
3045
3046         * lyxfont.C (stateText): STRCONV
3047
3048         * importer.C (Import): STRCONV
3049
3050         * counters.C (labelItem): STRCONV
3051         (numberLabel): ditto
3052         (numberLabel): remove unused ostringstream o
3053
3054         * chset.C: STRCONV
3055         (loadFile): ditto
3056
3057         * bufferview_funcs.C (currentState): STRCONV
3058
3059         * buffer.C (readFile): STRCONV
3060         (asciiParagraph): ditto
3061         (makeLaTeXFile): ditto
3062
3063         * Spacing.C (writeEnvirBegin): STRCONV
3064
3065         * LaTeXFeatures.C (getLanguages): STRCONV
3066         (getPackages): ditto
3067         (getMacros): ditto
3068         (getBabelOptions): ditto
3069         (getTClassPreamble): ditto
3070         (getLyXSGMLEntities): ditto
3071         (getIncludedFiles): ditto
3072
3073         * LaTeX.C: STRCONV
3074         (run): ditto
3075         (scanAuxFile): ditto
3076         (deplog): ditto
3077
3078         * LString.h: add the STRCONV macros
3079
3080         * BufferView_pimpl.C (savePosition): STRCONV
3081         (restorePosition): ditto
3082         (MenuInsertLyXFile): ditto
3083
3084         * vc-backend.C (scanMaster): change from submatch[...] to
3085         submatch.str(...)
3086
3087         * funcrequest.C: include config.h
3088
3089         * factory.C: include config.h
3090
3091         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
3092
3093         * box.C: include config.h
3094
3095         * LaTeX.C (scanAuxFile): change from submatch[...] to
3096         submatch.str(...)
3097         (deplog): ditto
3098
3099 2002-10-25  Angus Leeming  <leeming@lyx.org>
3100
3101         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
3102
3103         * ispell.[Ch] (setError): new method.
3104         * ispell.C (c-tor): move out child process into new class LaunchIspell.
3105         Use setError() insetead of goto END.
3106
3107         * lyx_cb.C (AutoSave): move out child process into new class
3108         AutoSaveBuffer.
3109
3110 2002-10-30  John Levon  <levon@movementarian.org>
3111
3112         * text3.C: make start appendix undoable
3113
3114 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
3115
3116         * lyxlength.C (inPixels): Fix returned value.
3117
3118         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
3119         environment.
3120
3121 2002-10-24  Angus Leeming  <leeming@lyx.org>
3122
3123         * lyxgluelength.h: no need to forward declare BufferParams
3124         or BufferView, so don't.
3125
3126 2002-10-21  John Levon  <levon@movementarian.org>
3127
3128         * BufferView.C: menuUndo ->undo, redo
3129
3130         * BufferView.h: document, remove dead, make some methods private
3131
3132         * paragraph_funcs.h:
3133         * paragraph_funcs.C:
3134         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
3135
3136         * buffer.h:
3137         * buffer.C:
3138         * sgml.h:
3139         * sgml.C: move sgml open/close tag into sgml.C
3140
3141         * bufferview_funcs.h: unused prototype
3142
3143         * lyxfunc.h:
3144         * lyxfunc.C: remove unused
3145
3146         * lyxtext.h:
3147         * text.C: remove unused
3148
3149 2002-10-21  John Levon  <levon@movementarian.org>
3150
3151         * BufferView.h:
3152         * BufferView.C:
3153         * BufferView_pimpl.h:
3154         * BufferView_pimpl.C: fix mouse wheel handling based on
3155           patch from Darren Freeman
3156
3157 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
3158
3159         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
3160
3161 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
3162
3163         * lyxlength.C (inPixels): Fix hanfling of negative length.
3164         Fix LyXLength::MU case.
3165
3166 2002-10-16  John Levon  <levon@movementarian.org>
3167
3168         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
3169
3170 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3171
3172         * converter.C (view): add support for $$i (file name) and $$p
3173         (file path) for the viewer command. If $$i is not specified, then
3174         it is appended to the command (for compatibility with old syntax)
3175
3176 2002-10-14  Juergen Vigna  <jug@sad.it>
3177
3178         * undo_funcs.C (textHandleUndo): alter the order in which the
3179         new undopar is added to the LyXText, as we have to set first
3180         the right prev/next and then add it as otherwise the rebuild of
3181         LyXText is not correct. Also reset the cursor to the right paragraph,
3182         with this IMO we could remove the hack in "redoParagraphs()".
3183
3184 2002-10-09  Angus Leeming  <leeming@lyx.org>
3185
3186         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
3187         to turn off an optimisation if a new inset is to be inserted.
3188
3189 2002-10-11 André Pönitz <poenitz@gmx.net>
3190
3191         * lyxtext.h: make some functions public to allow access
3192         from inset/lyxtext for handling LFUN_PRIOR/NEXT
3193
3194 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3195
3196         * text3.C (dispatch): when changing layout, avoid an infinite loop
3197         [bug #652]
3198
3199 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3200
3201         * lyxrc.C (read): treat a viewer or converter command of "none" as
3202         if it were empty.
3203
3204         * MenuBackend.C (expandFormats): for an update, also allow the
3205         formats that are not viewable
3206
3207         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
3208         script if it is newer than the lyxrc.defaults in user directory
3209
3210 2002-10-07 André Pönitz <poenitz@gmx.net>
3211
3212         * text.C: Vitaly Lipatov's small i18n fix
3213
3214 2002-09-25  Angus Leeming  <leeming@lyx.org>
3215
3216         * ispell.h: doxygen fix.
3217
3218 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
3219
3220         * buffer.h (readFile): Add a new argument to the method, to allow
3221         reading of old-format templates.
3222
3223 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
3224
3225         * toc.C (getTocList): Get TOC from InsetWrap.
3226
3227 2002-09-16  John Levon  <levon@movementarian.org>
3228
3229         * lyxfunc.C: check tabular for cut/copy too
3230
3231 2002-09-12  John Levon  <levon@movementarian.org>
3232
3233         * LyXAction.C: tidy
3234
3235         * factory.h:
3236         * factory.C: add header
3237
3238         * paragraph_funcs.h:
3239         * paragraph_funcs.C: cleanup
3240
3241 2002-09-11  John Levon  <levon@movementarian.org>
3242
3243         * PrinterParams.h: odd/even default to true
3244
3245 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
3246
3247         * PrinterParams.h: update printer parameters for new xforms dialog
3248
3249 2002-09-11  Angus Leeming  <leeming@lyx.org>
3250
3251         * lyxserver.C (read_ready): re-write to make it more transparent
3252         and to make it work in coherent fashion under Tru64 Unix.
3253
3254 2002-09-11  André Pönitz <poenitz@gmx.net>
3255
3256         * commandtags.h:
3257         * LyXAction.C:
3258         * text3.C: implement LFUN_WORDSEL
3259
3260 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3261
3262         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
3263         make floatlist_ a boost::shared_ptr<FloatList>
3264
3265         * lyxtextclass.C: include FloatList.h
3266         (LyXTextClass): initialize floatlist_
3267         (TextClassTags): add TC_NOFLOAT
3268         (Read): match "nofloat" to TC_NOFLOAT and use it.
3269         (readFloat): modify call to floatlist_
3270         (floats): ditto
3271         (floats): ditto
3272
3273         * FloatList.[Ch] (FloatList): remove commented out float
3274         initialization.
3275         (erase): new function
3276
3277 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3278
3279         * MenuBackend.C (expandToc): fix crash when there is no document
3280         open
3281
3282 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
3283
3284         * many files: Add insetwrap.
3285
3286 2002-09-09  John Levon  <levon@movementarian.org>
3287
3288         * text2.C: remove confusing and awkward depth wraparound
3289
3290 2002-09-09  John Levon  <levon@movementarian.org>
3291
3292         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
3293
3294         * buffer.h:
3295         * buffer.C: remove getIncludeonlyList()
3296
3297         * paragraph.C:
3298         * lyxfunc.C: remove headers
3299
3300 2002-09-09  Juergen Vigna  <jug@sad.it>
3301
3302         * text.C (getColumnNearX): fix form Michael this is most
3303         probably a cut&paste bug.
3304
3305 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3306
3307         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
3308
3309         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
3310         references, ws changes.
3311
3312         * text2.C (init): update counters after init
3313         (insertParagraph): no need to set counter on idividual paragraphs.
3314         (setCounter): access the counters object in the textclass object
3315         on in the buffer object.
3316         (updateCounters): ditto
3317
3318         * lyxtextclass.C: include counters.h, add variable ctrs_ as
3319         shared_ptr<Counters> to avoid loading counters.h in all
3320         compilation units.
3321         (LyXTextClass): initialize ctrs_
3322         (TextClassTags): add TC_COUNTER, and ...
3323         (Read): use it here.
3324         (CounterTags): new tags
3325         (readCounter): new function
3326         (counters): new funtion
3327         (defaultLayoutName): return a const reference
3328
3329         * counters.C (Counters): remove contructor
3330         (newCounter): remove a couple of unneeded statements.
3331         (newCounter): simplify a bit.
3332         (numberLabel): some small formatting changes.
3333
3334         * buffer.[Ch]: remove all traces of counters, move the Counters
3335         object to the LyXTextClass.
3336
3337 2002-09-06  Alain Castera  <castera@in2p3.fr>
3338
3339         * tabular.C: uses \tabularnewline; uses >{...} construct from array
3340         package to set the horizontal alignment on fixed width columns.
3341
3342         * lyx_sty.C:
3343         * lyx_sty.h: added tabularnewline macro def.
3344
3345         * LaTeXFeatures.C: added NeedTabularnewline macro feature
3346
3347 2002-09-06  John Levon  <levon@movementarian.org>
3348
3349         * LyXAction.C: tooltips for sub/superscript
3350
3351         * MenuBackend.C: a bit more verbose
3352
3353         * lyxfunc.C: tiny clean
3354
3355         * undo_funcs.C: document undo_frozen
3356
3357 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3358
3359         * counters.C (Counters): add missing algorithm counter.
3360
3361         * text2.C (setCounter): lookup the counter with layouts latexname
3362         instead of by section number.
3363         (setCounter): use a hackish way to lookup the correct enum
3364         counter.
3365         a float name->type change
3366         reset enum couners with counter name directly instead of depth value.
3367
3368         * counters.C (Counters): remove the push_backs, change to use the
3369         float type not the float name.
3370         (labelItem): remove unused string, float name->type change
3371
3372         * counters.h: don't include vector, loose the enums and sects vectors
3373
3374 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3375
3376         * lyxtextclass.C (TextClassTags): add TC_FLOAT
3377         (Read): add float->TC_FLOAT to textclassTags
3378         (Read): and handle it in the switch
3379         (readFloat): new function
3380
3381         * FloatList.C (FloatList): comment out the hardcoded float
3382         definitions.
3383
3384         * lyxlayout.h: ws change.
3385
3386 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
3387
3388         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
3389
3390 2002-09-03  Angus Leeming  <leeming@lyx.org>
3391
3392         * BufferView_pimpl.h: qualified name is not allowed in member
3393         declaration: WorkArea & Pimpl::workarea() const;
3394
3395         * factory.C: added using std::endl directive.
3396
3397         * text3.C: added using std::find and std::vector directives.
3398
3399 2002-08-29  André Pönitz <poenitz@gmx.net>
3400
3401         * lyxtext.h:
3402         * text2.C: remove unused member number_of_rows
3403
3404         * Makefile.am:
3405         * BufferView2.C: remove file, move contents to...
3406         * BufferView.C: ... here
3407
3408         * BufferView_pimpl.C:
3409         * factory.C: move more inset creation to factory
3410
3411         * vspace.C: avoid direct usage of LyXText, ws changes
3412
3413         * BufferView.[Ch]:
3414                 don't provide direct access to WorkArea, use two simple
3415                 acessors haveSelction() and workHeight() instead
3416
3417
3418 2002-08-29  John Levon  <levon@movementarian.org>
3419
3420         * BufferView_pimpl.C (dispatch): do not continue when
3421           no buffer
3422
3423 2002-08-28  André Pönitz <poenitz@gmx.net>
3424
3425         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
3426
3427         * BufferView.h:
3428         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
3429
3430 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
3431
3432         * buffer.C: increment LYX_FORMAT to 221
3433
3434         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
3435         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
3436
3437         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
3438
3439         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
3440
3441 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3442
3443         * factory.C (createInset): use LyXTextClass::floats
3444
3445         * MenuBackend.C (expandFloatListInsert):
3446         (expandFloatInsert):
3447         (expandToc):
3448
3449         * text2.C (setCounter):
3450
3451         * LaTeXFeatures.C (useFloat):
3452         (getFloatDefinitions):
3453
3454         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
3455
3456         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
3457         floatlist_, with accessor floats().
3458
3459         * FloatList.h: remove global FloatList
3460
3461 2002-08-26  André Pönitz <poenitz@gmx.net>
3462
3463         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
3464
3465         * BufferView.h:
3466         * BufferView2.C:
3467         * BufferView_pimpl.C:
3468         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
3469
3470 2002-08-25  John Levon  <levon@movementarian.org>
3471
3472         * LyXAction.C: fix margin note description
3473
3474 2002-08-24  John Levon  <levon@movementarian.org>
3475
3476         * buffer.C:
3477         * bufferlist.C:
3478         * bufferview_funcs.C:
3479         * lyxfont.C:
3480         * undo_funcs.C: cleanups
3481
3482         * lyxfunc.C: disable CUT/COPY when no selection
3483
3484 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
3485
3486         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
3487         in "enum UNIT"; e.g. PTW for Percent of TextWidth
3488
3489         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
3490         Add backward compatibility to "mono", "gray" and "no".
3491
3492 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
3493
3494         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
3495         (and file_format >= 200).
3496
3497 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3498
3499         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
3500
3501 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3502
3503         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
3504
3505 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
3506
3507         * BufferView_pimpl.C:
3508         * LyXAction.C:
3509         * buffer.C:
3510         * commandtags.h:
3511         * lyxfunc.C:
3512         * paragraph.[Ch]:
3513         * text2.C:
3514         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
3515         inset and code to make it  work with the paragraph code. The inset
3516         can be anywhere in the paragraph, but will only do the expected
3517         thing in LaTeX if the layout file contains the parameter line
3518                         OptionalArgs    1
3519         (or more generally, a nonzero value) for that layout.
3520
3521 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3522
3523         * paragraph.h: remove the declaration of undefined counters class
3524         function.
3525
3526 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
3527
3528         * text2.C (setCounter):  fixed enumeration mis-count as reported by
3529         Dr. Richard Hawkins.
3530
3531 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3532
3533         * paragraph_funcs.h: remove some unneeded includes
3534
3535         * text.C (backspace): pasteParagraph now in global scipe
3536
3537         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
3538         (pasteSelection): ditto
3539
3540         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
3541         * paragraph_funcs.C (pasteParagraph): ... here
3542
3543 2002-08-20  André Pönitz <poenitz@gmx.net>
3544
3545         * commandtags.h: new LFUNs for swapping/copying table row/colums
3546
3547         * LyXAction.C:
3548         * lyxfunc.C: support for new lfuns
3549
3550 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3551
3552         * tabular.C:
3553         * buffer.[Ch]: remove NO_COMPABILITY stuff
3554
3555 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
3556
3557         * boost.C (throw_exception): new file, with helper function for
3558         boost compiled without exceptions.
3559
3560         * paragraph.h:
3561         * lyxlength.C:
3562         * buffer.C:
3563         * ParameterStruct.h:
3564         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
3565
3566         * bufferlist.C (emergencyWriteAll): use boost bind
3567
3568         * BufferView_pimpl.C (moveCursorUpdate): remove inline
3569
3570         * text.C: include paragraph_funcs.h
3571         (breakParagraph): breakParagraph is now in global scope
3572
3573         * paragraph_funcs.[Ch]: new files
3574
3575         * paragraph.C (breakParagraph,breakParagraphConservative): move to
3576         global scope
3577
3578         * buffer.C: include paragraph_funcs.h
3579         (insertStringAsLines): breakParagraph is now in global scope
3580
3581         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
3582         paragraph_funcs.C
3583
3584         * CutAndPaste.C: include paragraph_funcs.h
3585         (cutSelection): breakParagraphConservative is now in global scope
3586         (pasteSelection): ditto
3587
3588         * buffer.h: declare oprator== and operator!= for
3589         Buffer::inset_iterator
3590
3591         * bufferlist.C (emergencyWrite): don't use fmt(...)
3592
3593         * text3.C: add using std::endl
3594
3595         * BufferView.C (moveCursorUpdate): remove default arg
3596
3597 2002-08-20  André Pönitz <poenitz@gmx.net>
3598
3599         * buffer.[Ch]: move inline functions to .C
3600
3601         * BufferView2.C:
3602         * BufferView_pimpl.C:
3603         * text.C:
3604         * buffer.[Ch]: use improved inset_iterator
3605
3606         * buffer.C:
3607         * paragraph.[Ch]: write one paragraph at a time
3608
3609 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
3610
3611         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
3612         style if style is not specified.
3613
3614 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3615
3616         * text2.C (setCounter): when searching for right label for a
3617         caption, make sure to recurse to parent insets (so that a caption
3618         in a minipage in a figure float works) (bug #568)
3619
3620 2002-08-20  André Pönitz <poenitz@gmx.net>
3621
3622         * text3.C: new file for LyXText::dispatch() and helpers
3623
3624         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
3625
3626         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
3627
3628 2002-08-19  André Pönitz <poenitz@gmx.net>
3629
3630         * lyxtext.h:
3631         * text.C: new LyXText::dispatch()
3632
3633         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
3634
3635 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
3636
3637         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
3638
3639         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
3640         Hebrew text.
3641
3642 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3643
3644         * Makefile.am: use $(variables) instead of @substitutions@
3645
3646 2002-08-15  André Pönitz <poenitz@gmx.net>
3647
3648         * lyxfunc.C:
3649         * BufferView_pimpl.C: streamlining mathed <-> outer world
3650         interaction
3651
3652         * commandtags.h:
3653         * LyXAction.C: remove unused LFUN_MATH
3654
3655 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3656
3657         * paragraph.[Ch]: add some NO_NEXT ifdefs.
3658
3659 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3660
3661         * paragraph.C (Paragraph): reformat a bit
3662         (cutIntoMinibuffer): use builtin InsetList function instad of
3663         doing it manually.
3664         (getInset): ditto
3665
3666         * buffer.C: include boost/bind.hpp, add using std::for_each
3667         (writeFileAscii): use ParagraphList iterators
3668         (validate): use for_each for validate traversal of paragraphs
3669         (getBibkeyList): use ParagraphList iterators
3670         (resizeInsets): use for_each to resizeInsetsLyXText for all
3671         paragraphs.
3672         (getParFromID): use ParagraphList iterators
3673
3674         * BufferView2.C (lockInset): use paragraph list and iterators
3675
3676 2002-08-14  John Levon  <levon@movementarian.org>
3677
3678         * lyxserver.C: remove spurious xforms include
3679
3680 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3681
3682         * lyxfunc.C (getStatus): disable math-extern outside of math mode
3683
3684 2002-08-13  André Pönitz <poenitz@gmx.net>
3685
3686         * LyXAction.[Ch]:
3687         * lyxfunc.C: further cleaning
3688
3689 2002-08-13  André Pönitz <poenitz@gmx.net>
3690
3691         * funcrequest.h: new constructor
3692
3693         * funcrequest.C: move stuff here from .h
3694
3695         * Makefile.am:
3696         * BufferView_pimpl.C:
3697         * LyXAction.C:
3698         * toc.C:
3699         * lyxfunc.C: subsequent changes
3700
3701         * lyxfunc.h: new view() member function
3702
3703         * lyxfunc.C: subsequent changes
3704
3705 2002-08-13  Angus Leeming  <leeming@lyx.org>
3706
3707         * BufferView2.C:
3708         * BufferView_pimpl.C:
3709         * buffer.C:
3710         * converter.C:
3711         * importer.C:
3712         * lyxfunc.C:
3713         * lyxvc.C:
3714         * toc.C:
3715         * vc-backend.C:
3716         changes due to the changed LyXView interface that now returns references
3717         to member variables not pointers.
3718
3719 2002-08-13  Angus Leeming  <leeming@lyx.org>
3720
3721         * WordLangTuple (word, lang_code): return references to strings,
3722         not strings.
3723
3724         * BufferView.h:
3725         * SpellBase.h:
3726         * lyxtext.h: forward-declare WordLangTuple.
3727
3728         * BufferView2.C:
3729         * ispell.C:
3730         * pspell.C:
3731         * text.C: #include "WordLangTuple.h".
3732
3733         * lyxtext.h:
3734         * text.C: (selectNextWordToSpellcheck): constify return type.
3735
3736 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
3737
3738         * buffer.C:
3739         * buffer.h:
3740         * lyxtext.h:
3741         * paragraph.C:
3742         * paragraph_pimpl.h:
3743         * text.C:
3744         * text2.C:
3745         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
3746         suggested by Angus.
3747         Made updateCounter always count from start of buffer, and removed
3748         second argument (par).
3749         Reverted floats number display to '#'. Perhaps I'll try again when the
3750         code base is sanitized a bit.
3751
3752 2002-08-12  Angus Leeming  <leeming@lyx.org>
3753
3754         * buffer.[Ch] (getLabelList): constify.
3755
3756 2002-08-07  André Pönitz <poenitz@gmx.net>
3757
3758         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
3759
3760         * funcrequest.h: extension to keep mouse (x,y) position
3761
3762 2002-08-12  Juergen Vigna  <jug@sad.it>
3763
3764         * BufferView2.C (insertErrors): forbid undo when inserting error
3765         insets.
3766
3767         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
3768
3769 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
3770
3771         * ParagraphList.[Ch]: new files
3772
3773         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
3774
3775         * BufferView2.C (lockInset): ParagraphList changes
3776         * toc.C: ditto
3777         * text2.C: ditto
3778         * bufferlist.C: ditto
3779         * buffer.h: ditto
3780         * buffer.C: ditto
3781
3782 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3783
3784         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
3785         unused class variable counter_,
3786
3787         * paragraph.[Ch] (getFirstCounter): delete unused function
3788
3789         * counters.C: include LAssert.h
3790         (reset): add a new function with no arg, change other version to
3791         not have def. arg and to not allow empty arg.
3792
3793         * text2.C (setCounter): remove empty arg from call to Counters::reset
3794
3795 2002-08-11  John Levon  <levon@movementarian.org>
3796
3797         * Makefile.am: add WordLangTuple.h
3798
3799 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3800
3801         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
3802         lyxfunc.C lyxlex_pimpl.C: ws changes only.
3803
3804         * insets/insettext.C: InsetList changes
3805
3806         * graphics/GraphicsSupport.C (operator()): InsetList changes
3807
3808         * toc.C (getTocList): InsetList changes
3809
3810         * paragraph_pimpl.[Ch]: InsetList changes
3811
3812         * paragraph.[Ch]: InsetList changes
3813
3814         * buffer.C (inset_iterator): InsetList changes
3815         (setParagraph): ditto
3816         * buffer.h (inset_iterator): ditto
3817         * iterators.C (operator++): ditto
3818         * iterators.h: ditto
3819
3820         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
3821
3822         * InsetList.[Ch]: new files, most InsetList handling moved out of
3823         paragraph.C.
3824
3825         * BufferView2.C (removeAutoInsets): InsetList changes
3826         (lockInset): ditto
3827         (ChangeInsets): ditto
3828
3829 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3830
3831         * paragraph_pimpl.h (empty): new function
3832
3833         * paragraph.[Ch] (empty): new function
3834
3835         * other files: use the new Paragraph::empty function
3836
3837 2002-08-09  John Levon  <levon@movementarian.org>
3838
3839         * lyxtext.h: remove unused refresh_height
3840
3841 2002-08-09  John Levon  <levon@movementarian.org>
3842
3843         * Makefile.am:
3844         * sgml.h:
3845         * sgml.C:
3846         * buffer.C:
3847         * paragraph.h:
3848         * paragraph.C: move sgml char escaping out of paragraph
3849
3850         * paragraph.h:
3851         * paragraph.C: remove id setter
3852
3853         * buffer.C:
3854         * paragraph.C:
3855         * paragraph_pimpl.C: remove dead tex_code_break_column
3856
3857         * bufferview_funcs.C: small cleanup
3858
3859         * lyxfunc.C: remove dead proto
3860
3861         * lyxtext.h: make some stuff private. Remove some dead stuff.
3862
3863         * lyxgluelength.C: make as[LyX]String() readable
3864
3865 2002-08-08  John Levon  <levon@movementarian.org>
3866
3867         * LyXAction.h:
3868         * LyXAction.C:
3869         * MenuBackend.C:
3870         * ToolbarDefaults.C:
3871         * lyxfunc.C:
3872         * lyxrc.C:
3873         * toc.C: lyxaction cleanup
3874
3875 2002-08-08  John Levon  <levon@movementarian.org>
3876
3877         * BufferView2.C: small cleanup
3878
3879         * lyxfind.h:
3880         * lyxfind.C: move unnecessary header into the .C
3881
3882 2002-08-08  John Levon  <levon@movementarian.org>
3883
3884         * funcrequest.h: just tedious nonsense
3885
3886         * lyx_main.h:
3887         * lyx_main.C: cleanups
3888
3889         * buffer.C:
3890         * vspace.C: remove dead header lyx_main.h
3891
3892 2002-08-07  Angus Leeming  <leeming@lyx.org>
3893
3894         * Paragraph.[Ch]:
3895         * paragraph_pimpl.h:
3896         Forward declare class Counters in paragraph.h by moving the ctrs member
3897         variable into Paragraph::Pimpl.
3898         (counters): new method, returning a reference to pimpl_->ctrs.
3899
3900         * text2.C: ensuing changes.
3901
3902 2002-08-07  John Levon  <levon@movementarian.org>
3903
3904         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
3905
3906         * BufferView_pimpl.C: announce X selection on double/triple
3907           click
3908
3909         * lyx_main.C: use correct bool in batch dispatch
3910
3911         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
3912
3913 2002-08-07  André Pönitz <poenitz@gmx.net>
3914
3915         * funcrequest.h: new class to wrap a kb_action and its argument
3916
3917         * BufferView.[Ch]:
3918         * BufferView_pimpl[Ch]:
3919         * LaTeX.C:
3920         * LyXAction.[Ch]:
3921         * lyxfunc.[Ch]:
3922         * lyxrc.C: subsequent changes
3923
3924
3925 2002-08-07  John Levon  <levon@movementarian.org>
3926
3927         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
3928           document options change.
3929
3930 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
3931
3932         * counters.[Ch]
3933         * text2.C
3934         * paragraph.[Ch]
3935         * makefile.am: move counters functionality over from
3936         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
3937
3938 2002-08-06  John Levon  <levon@movementarian.org>
3939
3940         * WordLangTuple.h: new file for word + language code tuple
3941
3942         * SpellBase.h:
3943         * pspell.h:
3944         * pspell.C:
3945         * ispell.h:
3946         * ispell.C:
3947         * lyxtext.h:
3948         * text.C:
3949         * text2.C:
3950         * BufferView.h:
3951         * BufferView2.C: use WordLangTuple
3952
3953         * layout.h:
3954         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
3955
3956 2002-08-06  John Levon  <levon@movementarian.org>
3957
3958         * lyx_main.C: fix cmdline batch handling
3959
3960 2002-08-06  André Pönitz <poenitz@gmx.net>
3961
3962         * lyxrc.C: set default for show_banner to true
3963
3964 2002-08-06  John Levon  <levon@movementarian.org>
3965
3966         * pspell.C: fix a crash, and allow new aspell to work
3967
3968 2002-08-06  John Levon  <levon@movementarian.org>
3969
3970         * lyxfunc.C:
3971         * kbmap.C: small cleanup
3972
3973         * vspace.h:
3974         * vspace.C: add const
3975
3976 2002-08-05  John Levon  <levon@movementarian.org>
3977
3978         * LyXAction.C: back to tabular-insert
3979
3980 2002-08-04  John Levon  <levon@movementarian.org>
3981
3982         * BufferView.h:
3983         * BufferView.C: cosmetic change
3984
3985         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
3986
3987         * bufferlist.C:
3988         * buffer.h:
3989         * buffer.C:
3990         * lyxcb.h:
3991         * lyxcb.C:
3992         * lyxserver.C:
3993         * lyxvc.C:
3994         * vc-backend.C:
3995         * BufferView2.C: purge all "Lyx" not "LyX" strings
3996
3997         * lyxcursor.h:
3998         * lyxcursor.C: attempt to add some documentation
3999
4000         * lyxfunc.C:
4001         * commandtags.h:
4002         * LyXAction.C:
4003         * ToolbarDefaults.C:
4004         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
4005           merge with LFUN_TABULAR_INSERT
4006
4007         * Makefile.am:
4008         * SpellBase.h:
4009         * ispell.h:
4010         * ispell.C:
4011         * pspell.h:
4012         * pspell.C: split up i/pspell implementations into separate
4013           files, many cleanups
4014
4015         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
4016
4017         * text2.C: some cleanup
4018
4019         * lyxfunc.C: don't check for isp_command == "none" any more, it
4020           didn't make any sense
4021
4022 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
4023
4024         * counters.[Ch]
4025         * text2.C
4026         * paragraph.[Ch]
4027         * makefile.am: move counters functionality over
4028         from text2.C/paragraph.[Ch] to counters.[Ch], and
4029         make proper C++.
4030 2002-08-02  John Levon  <levon@movementarian.org>
4031
4032         * buffer.C: s/lyxconvert/lyx2lyx/
4033
4034 2002-08-02  Angus Leeming  <leeming@lyx.org>
4035
4036         * lyxlex.C: revert John's change as it breaks reading of the user
4037         preamble.
4038
4039 2002-08-02  Angus Leeming  <leeming@lyx.org>
4040
4041         * importer.C (Import):
4042         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
4043         changes due to LyXView::view() now returning a boost::shared_ptr.
4044
4045 2002-08-02  John Levon  <levon@movementarian.org>
4046
4047         * lyxlex.C: small cleanup
4048
4049 2002-08-02  John Levon  <levon@movementarian.org>
4050
4051         * text2.C (status): small cleanup, no logic change
4052
4053 2002-08-01  John Levon  <levon@movementarian.org>
4054
4055         * buffer.h:
4056         * buffer.C (writeFile): don't output alerts, caller
4057           handles this
4058
4059         * bufferlist.C:
4060         * lyx_cb.C: from above
4061
4062         * lyxfunc.C: allow to open non-existent files
4063
4064 2002-07-31  John Levon  <levon@movementarian.org>
4065
4066         * lyxserver.C: don't let incidental errors get
4067           in the way (errno)
4068
4069 2002-07-30  John Levon  <levon@movementarian.org>
4070
4071         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
4072
4073 2002-07-30  John Levon  <levon@movementarian.org>
4074
4075         * lyxserver.h:
4076         * lyxserver.C: remove I/O callback too
4077
4078 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4079
4080         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
4081         log.
4082
4083 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4084
4085         * many files: strip,frontStrip -> trim,ltrim,rtrim
4086
4087 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4088
4089         * PrinterParams.h: remove extern containsOnly, and include
4090         support/lstrings.h instead.
4091
4092         * LaTeX.C (scanAuxFile): modify because of strip changes
4093         (deplog): ditto
4094         * buffer.C (makeLaTeXFile): ditto
4095         * bufferparams.C (writeFile): ditt
4096         * lyxfont.C (stateText): ditto
4097         * lyxserver.C (read_ready): ditto
4098         * vc-backend.C (scanMaster): ditto
4099
4100         * BufferView_pimpl.h: ws changes
4101
4102         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
4103
4104 2002-07-26  André Pönitz <poenitz@gmx.net>
4105
4106         * kb_sequence.C: remove unnedred usings
4107
4108 2002-07-26  Juergen Vigna  <jug@sad.it>
4109
4110         * lyxfind.C (LyXReplace): we have to check better if the returned
4111         text is not of theLockingInset()->getLockingInset().
4112
4113 2002-07-25  Juergen Vigna  <jug@sad.it>
4114
4115         * lyxfind.C (LyXReplace): don't replace if we don't get the
4116         right LyXText.
4117
4118         * undo_funcs.C (createUndo): remove debugging code.
4119
4120 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
4121
4122         * buffer.C (parseSingleLyXformat2Token): Use default placement
4123         when reading old floats.
4124
4125         * FloatList.C (FloatList): Change the default placement of figure
4126         and tables to "tbp".
4127
4128 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
4129
4130         * MenuBackend.C: using std::max
4131
4132 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4133
4134         * MenuBackend.C (expandToc):
4135         (expandToc2): code moved from xforms menu frontend. It is now
4136         generic and TOCs are transparent to menu frontends.
4137
4138 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4139
4140         * toc.C (getTocList): protect against buf=0
4141
4142         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
4143         Menu as first parameter. Now, this calls itself recursively to
4144         expand a whole tree (this will be useful for TOC handling)
4145         (expandFloatInsert): remove 'wide' version of floats
4146
4147         * MenuBackend.h (submenuname): returns the name of the submenu.
4148         (submenu): returns the submenu itself, provided it has been
4149         created by MenuBackend::expand
4150
4151 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4152
4153         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
4154         insets which have noFontChange == true. (bug #172)
4155
4156 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4157
4158         * BufferView_pimpl.C: add connection objects and use them...
4159         (Pimpl): here.
4160
4161 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4162
4163         * MenuBackend.C (expandLastfiles):
4164         (expandDocuments):
4165         (expandFormats):
4166         (expandFloatListInsert):
4167         (expandFloatInsert):
4168         (expand): split expand in parts
4169
4170 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4171
4172         * lyx_gui.C: use lyx_gui::exit()
4173
4174 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4175
4176         * LyXAction.C: show the failing pseudo action
4177
4178 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
4179
4180         * buffer.C (readFile): Run the lyxconvert script in order to read
4181         old files.
4182
4183 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4184
4185         * LyXAction.C:
4186         * commandtags.h:
4187         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
4188
4189 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
4190
4191         * LyXAction.C:
4192         * commandtags.h:
4193         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
4194
4195 2002-07-22  Herbert Voss  <voss@lyx.org>
4196
4197         * lengthcommon.C:
4198         * lyxlength.[Ch]: add support for the vertical lengths
4199
4200 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
4201
4202         * toc.[Ch]: std:: fixes
4203
4204 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4205
4206         * lyxrc.C: do not include lyx_main.h
4207
4208         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
4209         for layouts
4210
4211         * lyxrc.C:
4212         * encoding.C:
4213         * bufferlist.C:
4214         * BufferView2.C: include "lyxlex.h"
4215
4216         * tabular.h:
4217         * bufferparams.h: do not #include "lyxlex.h"
4218
4219         * lyxtextclasslist.C (Add): remove method
4220         (classlist): renamed to classlist_
4221
4222         * paragraph_pimpl.C:
4223         * paragraph.C:
4224         * text2.C:
4225         * CutAndPaste.C:
4226         * bufferview_funcs.C:
4227         * bufferlist.C:
4228         * text.C:
4229         * LaTeXFeatures.C:
4230         * buffer.C:
4231         * toc.C (getTocList): use BufferParams::getLyXTextClass
4232
4233         * toc.C (getTocList): use InsetFloat::addToToc
4234
4235         * toc.[Ch]: new files, containing helper functions to handle table
4236         of contents
4237
4238         * lyxfunc.C (dispatch): no need to remove spaces around command
4239         given as a string
4240         (getStatus): handle LFUN_SEQUENCE by returning the status of the
4241         first command of the sequence; it is not very clever, but I do not
4242         have a better idea, actually
4243
4244         * LyXAction.C (LookupFunc): make sure to remove space at the
4245         beginning and end of the command
4246
4247 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4248
4249         * MenuBackend.C (getMenubar): new method: return the menubar of
4250         this menu set
4251         (read): treat differently reading of menu and menubar (in
4252         particular, the menubar has no name now)
4253         (Menu::menubar): remove
4254
4255         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
4256         saving is finished
4257
4258 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
4259
4260         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
4261         a bibitem inset in a RTL paragraph.
4262
4263 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
4264
4265         * paragraph_pimpl.C: constify
4266
4267         * BufferView_pimpl.C:
4268         * LaTeX.C:
4269         * lyxfunc.C: fix dispatch in a nicer way
4270
4271 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4272
4273         * lyxfunc.C (dispatch):
4274         * BufferView_pimpl.C:
4275         * BufferView_pimpl.h:
4276         * BufferView.C:
4277         * BufferView.h: rename Dispatch() to dispatch()
4278
4279         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
4280
4281         * lyxlayout.C (Read): honor DependsOn tag
4282
4283         * lyxlayout.[Ch] (depends_on): new method
4284
4285         * version.C.in: update lyx_docversion
4286
4287         * LaTeXFeatures.C (getMacros): only define \LyX when needed
4288
4289         * paragraph.C (validate): remove from here...
4290         * paragraph_pimpl.C (validate): ... and move here
4291         (isTextAt): make it const
4292
4293         * buffer.C (getLists): ws cleanup
4294
4295 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
4296
4297         * language.C (read): Use iso8859-1 encoding in latex_lang
4298         (this prevents LyX from crashing when using iso10646-1 encoding).
4299
4300 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4301
4302         * text2.C (toggleInset): if cursor is inside an inset, close the
4303         inset and leave cursor _after_ it
4304
4305 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
4306
4307         * lyxfunc.C: move minibuffer completion handling out of here
4308
4309 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
4310
4311         * BufferView_pimpl.C:
4312         * LaTeX.C: fix dispatch calls
4313
4314 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
4315
4316         * text.C (drawChars): Fix Arabic text rendering.
4317
4318 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
4319
4320         * LyXAction.C:
4321         * commandtags.h:
4322         * lyxfunc.C: remove message-push/pop
4323
4324         * lyxserver.C:
4325         * lyxfunc.h:
4326         * lyxfunc.C: rationalise some code by removing verboseDispatch
4327           in favour of a bool argument to dispatch()
4328
4329 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4330
4331         * lyx_main.C (init): make sure to read symlinks as absolute paths
4332
4333 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4334
4335         * lyxfunc.h:
4336         * lyxfunc.C: no need for commandshortcut to be a member
4337
4338 2002-07-15  André Pönitz <poenitz@gmx.net>
4339
4340         * converter.C: add support for $$s (scripts from lib/scripts dir)
4341         * lyx_main.C: white space
4342
4343 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4344
4345         * bufferlist.C:
4346         * lyxrc.h:
4347         * lyxrc.C: remove second exit confirmation
4348
4349 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4350
4351         * BufferView.h:
4352         * BufferView.C:
4353         * BufferView2.C:
4354         * BufferView_pimpl.h:
4355         * BufferView_pimpl.C:
4356         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
4357
4358 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4359
4360         * MenuBackend.C (expand): add numeric shortcuts to document menu
4361
4362         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
4363
4364 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4365
4366         * lyxfont.C (setLyXFamily):
4367         (setLyXSeries):
4368         (setLyXShape):
4369         (setLyXSize):
4370         (setLyXMisc):
4371         (lyxRead):
4372         * debug.C (value):
4373         * buffer.C (asciiParagraph): use ascii_lowercase
4374
4375 2002-07-15  Mike Fabian  <mfabian@suse.de>
4376
4377         * lyxlex_pimpl.C (search_kw):
4378         * lyxlex.C (getLongString):
4379         * converter.h (operator<):
4380         * converter.C (operator<):
4381         * buffer.C (parseSingleLyXformat2Token):
4382         (asciiParagraph):
4383         * ToolbarDefaults.C (read):
4384         * MenuBackend.C (checkShortcuts):
4385         (read):
4386         * LColor.C (getFromGUIName):
4387         (getFromLyXName): use the compare_ascii_no_case instead of
4388         compare_no_case, because in turkish, 'i' is not the lowercase
4389         version of 'I', and thus turkish locale breaks parsing of tags.
4390
4391 2002-07-16  Angus Leeming  <leeming@lyx.org>
4392
4393         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
4394         now takes a Buffer const & argument.
4395
4396 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
4397
4398         * BufferView.C (resize): check there's a buffer to resize
4399
4400 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
4401
4402         * lyxfunc.C: remove dead code
4403
4404         * lyxserver.h:
4405         * lyxserver.C: use lyx_guii::set_read_callback
4406
4407 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
4408
4409         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
4410         an inset in a RTL paragraph.
4411
4412 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4413
4414         * lyxfunc.C: repaint after a font size update
4415
4416 2002-07-15  André Pönitz <poenitz@gmx.net>
4417
4418         * lyxlength.C: inBP should be able to return negative values
4419
4420 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4421
4422         * lyxfunc.C: use lyx_gui::update_fonts()
4423
4424 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
4425
4426         * lyxfunc.C: use lyx_gui::update_color()
4427
4428 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
4429
4430         * bufferlist.C:
4431         * lyxfunc.h:
4432         * lyxfunc.C:
4433         * lyxrc.h:
4434         * lyxrc.C: remove file->new asks for name option, and let
4435           buffer-new take an argument
4436
4437 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
4438
4439         * BufferView_pimpl.C: remove unneeded extra repaint()
4440
4441 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
4442
4443         * LyXAction.C: allow command-sequence with NoBuffer
4444
4445         * lyxfunc.C: don't insist on trailing ';' for command-sequence
4446
4447 2002-07-10  Angus Leeming  <leeming@lyx.org>
4448
4449         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
4450
4451 2002-07-09  Angus Leeming  <leeming@lyx.org>
4452
4453         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
4454
4455 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
4456
4457         * lengthcommon.h: whitespace
4458
4459         * lyxfunc.C: update scrollbar after goto paragraph
4460
4461         * lyxtext.h: factor out page break drawing, and fix it so
4462           page break/added space paints as selected nicely
4463
4464 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
4465
4466         * BufferView_pimpl.C: add FIXMEs, clean up a little
4467
4468 2002-07-09  André Pönitz <poenitz@gmx.net>
4469
4470         * lyxfont.[Ch]: support for wasy symbols
4471
4472 2002-07-08  André Pönitz <poenitz@gmx.net>
4473
4474         * BufferView_pimpl.C: apply John's patch for #93.
4475
4476 2002-07-05  Angus Leeming  <leeming@lyx.org>
4477
4478         * BufferView_pimpl.C (buffer): generate previews if desired.
4479
4480         * LColor.h: add "preview" to the color enum.
4481
4482         * LColor.C (LColor): add a corresponding entry to the items array.
4483
4484         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
4485         with this buffer.
4486
4487 2002-07-05  Angus Leeming  <leeming@lyx.org>
4488
4489         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
4490         The body of the code is now in the method that is passed an ostream &
4491         rather than a file name.
4492         Pass an additional only_preamble parameter, useful for the forthcoming
4493         preview stuff.
4494
4495 2002-07-03  André Pönitz <poenitz@gmx.net>
4496
4497         * lyxfunc.C: simplify getStatus() a bit for math stuff
4498
4499 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4500
4501         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
4502
4503 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4504
4505         * text.C (changeRegionCase): do not change case of all the
4506         document when region ends at paragraph end (bug #461)
4507
4508 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4509
4510         * paragraph.C (startTeXParParams):
4511         (endTeXParParams): add \protect when necessary
4512
4513 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4514
4515         * BufferView_pimpl.C (workAreaExpose): remove warning
4516
4517 2002-06-27  Angus Leeming  <leeming@lyx.org>
4518
4519         * Makefile.am: add lyxlayout_ptr_fwd.h.
4520
4521 2002-06-26  André Pönitz <poenitz@gmx.net>
4522
4523         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
4524
4525 2002-06-25  Angus Leeming  <leeming@lyx.org>
4526
4527         * lyxfunc.C (dispatch): Comment out the call to
4528         grfx::GCache::changeDisplay. The method no longer exists now that the
4529         pixmap generation part of the graphics loader has been moved into
4530         InsetGraphics.
4531
4532 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4533
4534         * text2.C: layout as layout
4535
4536         * text.C: layout as layout
4537
4538         * tabular.C (OldFormatRead): layout as layout
4539
4540         * paragraph_pimpl.C (TeXDeeper): layout as layout
4541         (realizeFont): layout as layout
4542
4543         * paragraph.C (writeFile): layout as layout
4544         (validate): layout as layout
4545         (getFont): layout as layout
4546         (getLabelFont): layout as layout
4547         (getLayoutFont): layout as layout
4548         (breakParagraph): layout as layout
4549         (stripLeadingSpaces): layout as layout
4550         (getEndLabel): layout as layout
4551         (getMaxDepthAfter): layout as layout
4552         (applyLayout): layout as layout
4553         (TeXOnePar): layout as layout
4554         (simpleTeXOnePar): layout as layout
4555         (TeXEnvironment): layout as layout
4556         (layout): layout as layout
4557         (layout): layout as layout
4558
4559         * lyxtextclass.C (compare_name): new functor to work with
4560         shared_ptr, layout as layout
4561         (Read): layout as layout
4562         (hasLayout): layout as layout
4563         (operator): layout as layout
4564         (delete_layout): layout as layout
4565         (defaultLayout): layout as layout
4566
4567         * lyxlayout_ptr_fwd.h: new file
4568
4569         * lyxlayout.C (Read): layout as layout
4570
4571         * lyx_cb.C (MenuInsertLabel): layout as layout
4572
4573         * bufferlist.C (newFile): layout as layout
4574
4575         * buffer.C (readLyXformat2): layout as layout
4576         (parseSingleLyXformat2Token): layout as layout
4577         (insertStringAsLines): layout as layout
4578         (asciiParagraph): layout as layout
4579         (latexParagraphs): layout as layout
4580         (makeLinuxDocFile): layout as layout
4581         (simpleLinuxDocOnePar): layout as layout
4582         (makeDocBookFile): layout as layout
4583         (simpleDocBookOnePar): layout as layout
4584         (getLists): layout as layout
4585
4586         * LaTeXFeatures.C (getTClassPreamble): layout as layout
4587
4588         * CutAndPaste.C (cutSelection): layout as layout
4589         (pasteSelection): layout as layout
4590         (SwitchLayoutsBetweenClasses): layout as layout
4591
4592         * BufferView_pimpl.C (Dispatch): layout as layout
4593         (smartQuote): layout as layout
4594
4595         * BufferView2.C (unlockInset): layout as layout
4596
4597 2002-06-24  André Pönitz <poenitz@gmx.net>
4598
4599         * lyxfunc.C: fix #487
4600
4601 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4602
4603         * lyxrc.h:
4604         * lyxrc.C:
4605         * lyxfunc.C: remove display_shortcuts, show_banner
4606
4607 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4608
4609         * Buffer_pimpl.C: oops, update on resize
4610
4611 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4612
4613         * buffer.C:
4614         * converter.C:
4615         * exporter.C:
4616         * lyxfunc.C:
4617         * BufferView.h:
4618         * BufferView.C: use repaint()
4619
4620         * BufferView_pimpl.h:
4621         * BufferView_pimpl.C: s/updateScreen()/repaint()/
4622           as it's a clearer description. Remove superfluous
4623           redraws.
4624
4625 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
4626
4627         * text.C: fix bug 488. Not ideal, but getting
4628           getWord() to work properly for the insets that
4629           matter is more difficult ...
4630
4631 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4632
4633         * BufferView_pimpl.C:
4634         * LyXAction.C:
4635         * commandtags.h:
4636         * lyxfunc.C: remove the six million index lyxfuncs to just
4637           one, and DTRT (bug 458)
4638
4639 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4640
4641         * BufferView.h:
4642         * BufferView.C:
4643         * BufferView_pimpl.h:
4644         * BufferView_pimpl.C: clean up resize() stuff,
4645           and unnecessary updateScreen()s
4646
4647 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
4648
4649         * BufferView.h:
4650         * BufferView.C:
4651         * BufferView_pimpl.h:
4652         * BufferView_pimpl.C:
4653         * lyxfind.h:
4654         * lyxfind.C:
4655         * minibuffer.C: remove focus management of workarea,
4656           not needed. Use screen's greyOut()
4657
4658 2002-06-17  Herbert Voss  <voss@lyx.org>
4659
4660         * converter.C: (convert) do not post a message, when converting
4661         fails, let the calling function decide what to do in this case
4662
4663 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
4664
4665         * lyxfunc.C: tidy up a little
4666
4667 2002-06-16    <alstrup@diku.dk>
4668
4669         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
4670         Got rid of FORMS_H_LOCATION include. Now we are
4671         GUII.
4672
4673 2002-06-15  LyX Development team  <lyx@rilke>
4674
4675         * buffer.[Ch] (sgmlOpenTag):
4676         (sgmlCloseTag): Added support for avoiding pernicious mixed
4677         content. Return number of lines written.
4678
4679         (makeLinuxDocFile):
4680         (makeDocBookFile): Fixed calls to sgml*Tag.
4681         Simple white space clean.
4682
4683         (simpleDocBookOnePar): Simple white space clean.
4684
4685         * tabular.[Ch] (docBook): Renamed to docbook and got another
4686         argument to related with the pernicious mixed content.
4687
4688         (docbookRow): Fixed calls for docbook inset method.
4689
4690 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
4691
4692         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
4693         so it's X11 independent.
4694
4695         * kb*.[Ch]: ditto.
4696
4697         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
4698
4699 2002-06-15  Lyx Development team  <lyx@electronia>
4700
4701         * intl.h: Renamed getTrans to getTransManager.
4702
4703 2002-06-14  Angus Leeming  <leeming@lyx.org>
4704
4705         * Makefile.am: nuke forgotten stl_string_fwd.h.
4706
4707 2002-06-12  Angus Leeming  <leeming@lyx.org>
4708
4709         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
4710
4711 2002-06-13  Angus Leeming  <leeming@lyx.org>
4712
4713         * LaTeX.C:
4714         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
4715
4716 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
4717
4718         * kbmap.C (getiso): add support for cyrillic and greek
4719
4720 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4721
4722         * BufferView.h:
4723         * BufferView.C:
4724         * BufferView_pimpl.h:
4725         * BufferView_pimpl.C: move bogus scrolling logic
4726           to xforms
4727
4728 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4729
4730         * lyxfunc.C:
4731         * BufferView_pimpl.C: view->resize() change
4732
4733 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4734
4735         * BufferView_pimpl.C: topCursorVisible
4736           prototype change
4737
4738 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4739
4740         * Makefile.am:
4741         * lyx_gui.h:
4742         * lyx_gui.C: move to frontends/
4743
4744         * main.C:
4745         * lyx_main.h:
4746         * lyx_main.C: changes from above
4747
4748 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4749
4750         * intl.C:
4751         * intl.h:
4752         * kbmap.C:
4753         * kbsequence.C:
4754         * lyx_cb.C:
4755         * lyx_main.C: minor tidy
4756
4757 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4758
4759         * BufferView_pimpl.h:
4760         * BufferView_pimpl.C:
4761         * BufferView.h:
4762         * BufferView.C: make painter() const,
4763           remove dead code
4764
4765         * BufferView2.C: use screen() accessor
4766
4767         * lyx_main.h:
4768         * lyx_main.C: some minor cleanup
4769
4770 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4771
4772         * BufferView_pimpl.h:
4773         * BufferView_pimpl.C: remove enter/leaveView,
4774           use workHeight()
4775
4776 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4777
4778         * BufferView.h:
4779         * BufferView.C:
4780         * BufferView2.C:
4781         * BufferView_pimpl.h:
4782         * BufferView_pimpl.C: only construct screen once,
4783           rename
4784
4785         * lyxrc.C: remove pointless comment
4786
4787 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
4788
4789         * BufferView.h:
4790         * BufferView.C: remove active() and belowMouse()
4791
4792         * BufferView_pimpl.h:
4793         * BufferView_pimpl.C: use workarea() not workarea_,
4794           and make it use a scoped_ptr instead
4795
4796 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
4797
4798         * lyx_gui.C: add debug message on BadWindow
4799
4800 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4801
4802         * sp_spell.C: fdopen is not part of the C++ standard.
4803
4804         * paragraph.C (InsetIterator): use >= instead of ==
4805
4806 2002-06-07  Angus Leeming  <leeming@lyx.org>
4807
4808         Fixes needed to compile with Compaq cxx 6.5.
4809         * BufferView_pimpl.C:
4810         * DepTable.C:
4811         * buffer.C:
4812         * converter.C:
4813         * encoding.C:
4814         * lyx_gui.C:
4815         * lyx_main.C:
4816         * lyxtextclasslist.C:
4817         * minibuffer.C:
4818         * sp_spell.C:
4819         * tabular_funcs.C:
4820         * vc-backend.C:
4821         all c-library variables have been moved into namespace std. Wrap
4822         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
4823
4824         * lyxlength.C:
4825         * tabular-old.C:
4826         * tabular.C:
4827         Add a using std::abs declaration.
4828
4829         * kbmap.h (modifier_pair):
4830         * paragraph.h (InsetTable, InsetList):
4831         * lyxfont.h (FontBits):
4832         type definition made public.
4833
4834         * bufferlist.C (emergencyWriteAll): the compiler complains that
4835         there is more than one possible lyx::class_fun template to choose from.
4836         I re-named the void specialisation as lyx::void_class_fun.
4837
4838         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
4839
4840         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
4841         the compiler is is unable to find tostr in write_attribute.
4842
4843 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4844
4845         * buffer.C (sgmlError): hide #warning
4846
4847 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4848
4849         * xtl/*: get rid of xtl, which is not in use anyway
4850
4851         * LyXAction.C (init):
4852         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
4853         were unimplemented xtl experimentation
4854
4855 2002-06-04  André Pönitz <poenitz@gmx.net>
4856
4857         * lyxfunc.C: disable array operation on simple formulae
4858
4859 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
4860
4861         * converter.C: constify a bit
4862
4863 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
4864
4865         * lyx_gui.C: check xforms version correctly
4866
4867 2002-04-30  Herbert Voss  <voss@lyx.org>
4868
4869         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
4870         "keep" option
4871
4872 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
4873
4874         * lyxvc.C: fix bug 416 (make sure buffer is saved before
4875           attempt to register it with a VCS)
4876
4877 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4878
4879         * lyx_main.C (init): honor variables LYX_DIR_13x and
4880         LYX_USERDIR_13x
4881
4882 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
4883
4884         * buffer.h:
4885         * buffer.C:
4886         * lyx_main.C: fix a crash on bad command line,
4887           and give a useful exit status on error
4888
4889         * lyxfunc.C (doImport): allow -i lyx to work
4890
4891 2002-03-30  André Pönitz <poenitz@gmx.net>
4892
4893         * lyxfunc.C: mathed font changes
4894
4895 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
4896
4897         * LaTeX.C:
4898         * importer.h:
4899         * importer.C:
4900         * lyx_sty.h:
4901         * lyx_sty.C:
4902         * lyxlex.C:
4903         * lyxrow.h:
4904         * lyxtext.h:
4905         * paragraph.h:
4906         * paragraph.C:
4907         * texrow.h:
4908         * texrow.C:
4909         * text.C:
4910         * trans_mgr.h: srcdocs, and some minor cleanups
4911
4912 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4913
4914         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
4915         call getFont all the time)
4916
4917 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4918
4919         * switch from SigC signals to boost::signals
4920
4921 2002-05-29  André Pönitz <poenitz@gmx.net>
4922
4923         * paragraph_pimpl.C (getChar): don't call size() too often...
4924
4925 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4926
4927         * paragraph_pimpl.C (insertChar): do not try to update tables when
4928         appending (pos == size())
4929
4930         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
4931         in order to reduce drastically the number of comparisons needed to
4932         parse a large document
4933
4934 2002-05-29  André Pönitz <poenitz@gmx.net>
4935
4936         * text.C:
4937         * text2.C:
4938         * lyxtextclass.C:
4939         * sp_pspell.h:
4940         * textclasslist.[Ch]:
4941         * sp_ispell.h: whitespace change
4942
4943 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4944
4945         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
4946         lyxaction directly now.
4947
4948 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
4949
4950         * trans.C:
4951         * lyxfont.C:
4952         * lyxvc.C: remove unused headers
4953
4954 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
4955
4956         * Makefile.am:
4957         * buffer.h:
4958         * undostack.h:
4959         * undostack.C:
4960         * undo_funcs.h:
4961         * undo_funcs.C: some cleanups. Use shared_ptr
4962           and a template for the undo stacks.
4963
4964 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
4965
4966         * BufferView_pimpl.h:
4967         * BufferView_pimpl.C:
4968         * kbmap.h:
4969         * kbmap.C:
4970         * kbsequence.h:
4971         * kbsequence.C:
4972         * lyxfunc.h:
4973         * lyxfunc.C:
4974         * text2.C: use key_state/mouse_state
4975
4976 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4977
4978         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
4979         and LSubstring
4980
4981         * chset.C: change include order
4982         (loadFile): use boost regex and get rid of LRegex and LSubstring
4983
4984         * Makefile.am (BOOST_LIBS): new variable
4985         (lyx_LDADD): use it
4986
4987         * LaTeX.C: change include order.
4988         (scanAuxFile): use boost regex and get rid of LRegex and
4989         LSubstring
4990         (deplog): ditto
4991
4992 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
4993
4994         * ColorHandler.h:
4995         * ColorHandler.C:
4996         * FontInfo.h:
4997         * FontInfo.C: moved to frontends/xforms/
4998
4999         * FontLoader.h:
5000         * FontLoader.C: moved into frontends for GUIIzation
5001
5002         * Makefile.am:
5003         * lyx_gui.C:
5004         * lyxfont.C:
5005         * lyxfunc.C: changes from above
5006
5007 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
5008
5009         * LColor.C: remove spurious X include
5010
5011         * BufferView_pimpl.C:
5012         * Makefile.am:
5013         * font.h:
5014         * font.C:
5015         * text.C:
5016         * text2.C: move font metrics to frontends/
5017
5018 2002-05-24  Juergen Vigna  <jug@sad.it>
5019
5020         * undo_funcs.C (textHandleUndo): fix the cursor selection after
5021         setting the undo_cursor.
5022
5023         * ParagraphParameters.h: include local includes first.
5024
5025 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5026
5027         * BufferView_pimpl.C:
5028         * BufferView_pimpl.h:
5029         * Makefile.am:
5030         * WorkArea.h:
5031         * WorkArea.C:
5032         * screen.C: move WorkArea into frontends/
5033
5034         * lyxscreen.h:
5035         * screen.C:
5036         * text.C:
5037         * BufferView.C:
5038         * BufferView2.C: move LyXScreen into frontends/
5039
5040         * lyxlookup.h:
5041         * lyxlookup.C:
5042         * lyx_gui.C: move lyxlookup into frontends/xforms/
5043
5044 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5045
5046         * BufferView2.C:
5047         * BufferView_pimpl.C:
5048         * FontLoader.C:
5049         * LyXView.h:
5050         * LyXView.C:
5051         * Makefile.am:
5052         * WorkArea.C:
5053         * XFormsView.h:
5054         * XFormsView.C:
5055         * buffer.C:
5056         * bufferlist.C:
5057         * bufferview_funcs.C:
5058         * converter.C:
5059         * importer.C:
5060         * lyx_cb.C:
5061         * lyx_gui.C:
5062         * lyx_main.C:
5063         * lyx_find.C:
5064         * lyxfunc.C:
5065         * lyxvc.C:
5066         * minibuffer.C:
5067         * text.C:
5068         * text2.C:
5069         * trans.C:
5070         * vc-backend.C: move LyX/XFormsView into frontends/
5071
5072 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5073
5074         * Makefile.am:
5075         * PainterBase.C:
5076         * PainterBase.h:
5077         * Painter.C:
5078         * Painter.h:
5079         * WorkArea.C:
5080         * WorkArea.h:
5081         * screen.C:
5082         * tabular.C:
5083         * text.C:
5084         * text2.C: move Painter to frontends/
5085
5086 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5087
5088         * buffer.C: comment out some some code that depend upon lyx_format
5089         < 220
5090
5091         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
5092         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
5093
5094         * buffer.h (NO_COMPABILITY): turn off compability
5095
5096         * ColorHandler.C: include scoped_array.hpp
5097
5098         * font.C: Use more specific smart_ptr header.
5099         * Painter.C: ditto
5100         * gettext.C: ditto
5101         * ShareContainer.h: ditto
5102         * lyx_main.h: ditto
5103         * kbmap.h: ditto
5104         * FontInfo.h: ditto
5105         * BufferView_pimpl.h: ditto
5106         * ColorHandler.h: ditto
5107
5108         * kbmap.C (defkey): change call to shared_ptr::reset
5109
5110 2002-05-21  Juergen Vigna  <jug@sad.it>
5111
5112         * buffer.C (insertErtContents): fix to insert ert asis if it is
5113         non empty. Skip it completely if it contains only whitespaces.
5114
5115 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
5116
5117         * BufferView_pimpl.C:
5118         * BufferView2.C: clear selection on paste (bug 393)
5119
5120 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5121
5122         * DepTable.C: include ctime
5123
5124 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
5125
5126         * buffer.C (latexParagraphs): Add new argument (moving_arg).
5127
5128 2002-05-14  Juergen Vigna  <jug@sad.it>
5129
5130         * text.C (breakParagraph): fixed function to honor the keepempty
5131         layout in the right maner and also to permit the right breaking
5132         algorithm on empty or non empyt keepempty paragraphs.
5133
5134         * paragraph.C (breakParagraph): we have to check also if the par
5135         is really empty (!size()) for isempty otherwise we do the wrong
5136         paragraph break.
5137
5138 2002-05-10  Juergen Vigna  <jug@sad.it>
5139
5140         * buffer.[Ch] : The following are only changes to the ert
5141         compatibility read reading old LaTeX layout and font stuff and
5142         convert it to ERTInsets.
5143
5144         * buffer.h: added isErtInset().
5145
5146         * buffer.C (struct ErtComp): add a fromlayout bool to check
5147         if we're inside a LaTeX layout.
5148         (isErtInset): new helper function.
5149         (insertErtContents): look for other ert insets before this one
5150         and insert the contents there, so that we don't have subsequent
5151         ERT insets with nothing between them. This way we create only one
5152         inset with multiple paragraphs. Also check if we don't insert only
5153         spaces ' ' as they are ignored anyway afterwards in the .tex file
5154         so if we have only spaces we will ignore this latex part in the
5155         new file.
5156         (parseSingleLyXformat2Token \\layout): better compatibility when
5157         reading layout-latex stuff.
5158         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
5159         language tag.
5160         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
5161         stuff after reading the inset only get the information back from
5162         the stack.
5163
5164 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
5165
5166         * buffer.C (makeLaTeXFile): Put language options after loading babel.
5167
5168         * LaTeXFeatures.C (getBabelOptions): New method.
5169
5170 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5171
5172         * BufferView_pimpl.C (Dispatch): work around missing argument for
5173         'layout'
5174
5175 2002-05-08  Juergen Vigna  <jug@sad.it>
5176
5177         * text.C (leftMargin): handle paragraph leftindent.
5178
5179         * paragraph.C (writeFile): write the new \\leftindent tag.
5180         (validate): handle leftindent code.
5181         (TeXEnvironment): handle paragraphleftindent code again.
5182
5183         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
5184
5185         * buffer.C (parseSingleLyXformat2Token): added compatibility code
5186         for paragrap_extra indent code and new token \\leftindent.
5187         (latexParagraphs): handle the leftindent as environment.
5188
5189         * ParameterStruct.h: added leftindent support.
5190
5191         * ParagraphParameters.C (leftIndent): added support functions for
5192         the paragraph left indent.
5193
5194         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
5195         more appropriate.
5196
5197 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
5198
5199         * paragraph.C (isRightToLeftPar): Return false for a paragraph
5200         inside insetERT.
5201
5202         * text.C (computeBidiTables): No bidi in insetERT.
5203
5204         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
5205         in RTL documents.
5206
5207 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5208
5209         * version.C.in: pre 5
5210
5211 2002-05-02  José Matos  <jamatos@fep.up.pt>
5212         * buffer.C (makeDocBookFile): white space changes, add newline to
5213         command styles.
5214         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
5215
5216         * tabular.C (docBook): fix typo.
5217
5218 2002-05-03  Juergen Vigna  <jug@sad.it>
5219
5220         * screen.C (drawFromTo): recalculate the rowpointer if we had a
5221         change in LyXText as we can not be sure it was not freed.
5222         (drawOneRow): remove unused code.
5223
5224         * text.C (drawInset): redo the calculation of the need_break_row as
5225         it could have a row which was already freed.
5226         (draw): look at the return value of drawInset and return false if
5227         it also returned false.
5228         (paintRowText): look at the return value of draw and return false if
5229         it also returned false.
5230
5231         * lyxtext.h: added bool return type to drawInset() and draw() so that
5232         if we have a change in the row so that the rowbreak has to be redone
5233         we abort drawing as it will be called again.
5234
5235 2002-05-02  Juergen Vigna  <jug@sad.it>
5236
5237         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
5238         a change in the maintext also if we're inside an inset.
5239         (Dispatch): set the cursor again after a break line and after the
5240         screen has been updated as it could be we're in a different row.
5241
5242         * text2.C (fixCursorAfterDelete): check to make sure we don't request
5243         to set the cursor behind the pargraph with > size().
5244         (setCursor): check also for the same paragraph when checking where
5245         to put the cursor if we have a NFR inset.
5246
5247         * buffer.C (parseSingleLyXformat2Token): move the compatibility
5248         parts of layout read further up as it still was in the wrong
5249         position.
5250
5251 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5252
5253         * screen.C (drawFromTo): change sine fullRebreak always return
5254         true.
5255
5256         * buffer.C (parseSingleLyXformat2Token): reindent some
5257
5258         * BufferView_pimpl.C (update): change since fullRebreak always
5259         return true.
5260         (Dispatch): git rid of the last hardcoded "Standard"s.
5261
5262 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5263
5264         * text2.[Ch] (fullRebreak): make it return void now that we always
5265         returned true.
5266
5267 2002-04-30  Juergen Vigna  <jug@sad.it>
5268
5269         * buffer.C (parseSingleLyXformat2Token): reset the font before the
5270         ert compatibility check for "latex" layout.
5271
5272 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
5273
5274         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
5275         minipages: use col% instead of p%, and also use the current font.
5276         (makeLaTeXFile): Fix use babel condition.
5277         (parseSingleLyXformat2Token): Correct font when reading old floats.
5278
5279 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
5280
5281         * BufferView_pimpl.C (Dispatch): Check that float type exists when
5282         inserting list of floats.
5283
5284 2002-04-25  Herbert Voss  <voss@lyx.org>
5285
5286         * MenuBackend.C (expand): don't add the graphics extensions to the
5287         export menu
5288
5289 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5290
5291         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
5292         non-existing layout, do not complain if it was the default layout
5293         of the original class (bug #342)
5294
5295 2002-04-24  Juergen Vigna  <jug@sad.it>
5296
5297         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
5298         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
5299
5300 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
5301
5302         * buffer.C (getBibkeyList): If using \bibliography, return the
5303         option field with the reference itself. Enables us to provide natbib
5304         support when using \bibliography.
5305
5306 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
5307
5308         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
5309
5310         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
5311         natbib is provided by the LaTeX class.
5312
5313 2002-04-23  Juergen Vigna  <jug@sad.it>
5314
5315         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
5316         Wakeup functions.
5317
5318         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
5319
5320 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5321
5322         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
5323
5324         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
5325         ensuremath around textordmasculine, textordfeminine and
5326         textdegree.
5327
5328 2002-04-19  Juergen Vigna  <jug@sad.it>
5329
5330         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
5331         reinitializing the buffer otherwise row-dimensions may be wrong.
5332         (update): reset also the selection cursors if they do exits otherwise
5333         their x/y positions may be wrong.
5334
5335         * text2.C (cursorDown): don't enter the inset if we came from a row
5336         above and are one row over the inset.
5337
5338         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
5339         really leaving an inset.
5340
5341 2002-04-18  Juergen Vigna  <jug@sad.it>
5342
5343         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
5344         of the selected paragraph does not have the selected layout also if
5345         the last one had!
5346
5347         * text2.C (setLayout): fixed bug which did not change last selected
5348         paragraph.
5349
5350         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
5351         changed the read and substituted \\end_float with \\end_inset!
5352
5353         * BufferView_pimpl.C (cursorPrevious):
5354         (cursorNext): fixed to make it work with rows heigher than the work
5355         area without moving the cursor only the draw of the row.
5356         (workAreaMotionNotify): fix jumping over high rows.
5357
5358 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5359
5360         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
5361         Ressler.
5362
5363 2002-04-16  Juergen Vigna  <jug@sad.it>
5364
5365         * text2.C (setCursor): set also the irow().
5366         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
5367         (cursorUp):
5368         (cursorDown): support for locking an inset if the x_fix value goes
5369         inside it. That way I can transverse insets too with cursor up/down.
5370
5371         * lyxrow.h: added irow helper function same as other (i) functions.
5372
5373         * BufferView_pimpl.C (cursorPrevious):
5374         (cursorNext): fixed for insets!
5375
5376 2002-04-15  Juergen Vigna  <jug@sad.it>
5377
5378         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
5379         position otherwise it is wrong in some cases.
5380
5381         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
5382         inside the inset before the call.
5383
5384 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
5385
5386         * buffer.[Ch] (getBibkeyList): make it const.
5387
5388 2002-04-12  Juergen Vigna  <jug@sad.it>
5389
5390         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
5391
5392         * text2.C (getCursorX): new helper function
5393         (setCursor): compute also ix_
5394         (setCursorFromCoordinates): set also ix.
5395
5396         * lyxcursor.h: added ix_ and helper functions.
5397
5398         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
5399
5400         * buffer.C (insertStringAsLines): dont break paragraph if the this
5401         paragraph is inside an inset which does not permit it!
5402
5403         * text.C (breakParagraph): honor keepempty flag and break the paragraph
5404         also with no chars on this paragraph.
5405         (paintRowText): only paint stuff if it's inside the workarea!
5406
5407         * paragraph.C (breakParagraph): honor keepempty flag and break the
5408         paragraph always below not above.
5409
5410         * BufferView2.C (unlockInset): update the paragraph layout on inset
5411         unlock as we changed paragraph in such a case.
5412
5413         * lyxfind.C (LyXFind): clear the former selection if not found!
5414
5415         * text2.C (insertInset): freeze Undo after setUndo so that it is not
5416         again called in insertChar().
5417
5418         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
5419         an inset which uses the whole row!
5420         (rightMargin): ditto.
5421         (insertChar): force a rebreak if we inserted an inset!
5422
5423 2002-03-28  Herbert Voss  <voss@lyx.org>
5424
5425         * lyxlength.[Ch]: add inBP() to get the right PS-point
5426         units (BigPoint). With inPixels we have rounding errors
5427
5428 2002-04-11  Juergen Vigna  <jug@sad.it>
5429
5430         * text2.C (setCursorFromCoordinates): set iy to the right value.
5431         (setCursor): add check if row->previous exists!
5432
5433         * buffer.C (parseSingleLyXformat2Token): reset font after read of
5434         an old float_type as this was the case in the old code!
5435
5436         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
5437
5438         * BufferView2.C (showLockedInsetCursor): use iy
5439         (fitLockedInsetCursor): ditto
5440
5441         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
5442         locked insets as there we have the right value now.
5443
5444         * lyxcursor.C: added iy_ variable and iy functions to set to the
5445         baseline of cursor-y of the locked inset.
5446
5447         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
5448         (setCursor): fixed for insets which need a full row.
5449
5450         * text.C (rowLastPrintable): don't ignore the last space when before
5451         an inset which needs a full row.
5452         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
5453         as last character of a row when before a inset which needs a full row.
5454
5455 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5456
5457         * version.C.in: update date
5458
5459         * text2.C (fullRebreak): try to always return true and see what
5460         happens...
5461
5462 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5463
5464         * MenuBackend.C (expand): use Floating::listName
5465
5466         * FloatList.C (FloatList): add listName argument to the built-in
5467         floats
5468
5469         * Floating.[Ch]: add listName member, which is the 'List of XXX'
5470         text associated with the float.
5471
5472 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5473
5474         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
5475
5476 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5477
5478         * ShareContainer.h: add a couple of missing typenames.
5479
5480 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
5481
5482         * lyxrc.C (getDescription): use _() correctly rather than N_().
5483
5484 2002-03-28  Herbert Voss  <voss@lyx.org>
5485
5486         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
5487         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
5488
5489 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5490
5491         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
5492         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
5493
5494 2002-03-29  Juergen Vigna  <jug@sad.it>
5495
5496         * lyxfunc.C (dispatch): add a missing fitCursor call.
5497
5498         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
5499         it was scrolled by a cursor move, so return the bool status.
5500
5501         * BufferView.C (fitCursor): return the bool flag also to the outside
5502         world as this is needed.
5503
5504         * screen.C (toggleToggle): don't subtract the offset if it's positive.
5505
5506         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
5507         call the edit() as it is not needed (and wrong) IMO.
5508         (workAreaButtonPress): set the screen_first variable before evt.
5509         unlock the inset as this may change screen_first and then we have
5510         a wrong y position for the click!
5511
5512 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5513
5514         * MenuBackend.C (expand): another translation that I missed
5515
5516 2002-03-28  Juergen Vigna  <jug@sad.it>
5517
5518         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
5519
5520         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
5521
5522 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5523
5524         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
5525
5526         * MenuBackend.C (expand): fix export/view/update when there is no
5527         document open.
5528
5529 2002-03-27  Herbert Voss  <voss@lyx.org>
5530
5531         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
5532         and text%
5533
5534 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5535
5536         * bufferview_funcs.C (currentState): only show paragraph number
5537         for is DEVEL_VERSION is set.
5538
5539         * lyxfunc.C (dispatch): put warning in INFO channel
5540
5541         * MenuBackend.C (expand): translate the name of floats
5542
5543         * FloatList.C (FloatList): mark the float names for translation
5544
5545         * converter.C (convert): use LibScriptSearch
5546
5547 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5548
5549         * MenuBackend.C (defaults): fix default menu (we might as well get
5550         rid of it...)
5551
5552 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5553
5554         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
5555         directory.
5556
5557 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5558
5559         * lyxvc.C: reorder includes.
5560
5561 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
5562
5563         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
5564           properly
5565
5566 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
5567
5568         * CutAndPaste.C: change layouts earlier on paste
5569           to avoid crashing when calling getFont()
5570
5571 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
5572
5573         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
5574         irritating #error.
5575
5576 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5577
5578         * WorkArea.C: remove 'Pending' debug message.
5579
5580         * most files: ws cleanup
5581
5582         * buffer.[Ch]: ws changes
5583
5584         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
5585
5586 2002-03-21  Juergen Vigna  <jug@sad.it>
5587
5588         * tabular.C (SetMultiColumn): collapse also the contents of the
5589         cells and set the last border right. Added a Buffer const * param.
5590
5591 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5592
5593         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
5594         linking or not.
5595
5596 2002-03-19  Juergen Vigna  <jug@sad.it>
5597
5598         * text2.C (clearSelection): reset also xsel_cache.
5599
5600         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
5601         where it needs to be called (John tells us to do so too :)
5602         (selectionLost): reset sel_cache.
5603
5604         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
5605
5606 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5607
5608         * text2.C (setCursorIntern): put debuging code in INSETS channel
5609
5610 2002-03-19  André Pönitz <poenitz@gmx.net>
5611
5612         * lyxfunc.C: tiny whitespace change
5613
5614 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5615
5616         * ToolbarDefaults.C (init):
5617         * LyXAction.C (init):
5618         * commandtags.h:
5619         * BufferView_pimpl.C (Dispatch):
5620         * lyxfunc.C (dispatch): remove LFUN_DEPTH
5621
5622 2002-03-19  Allan Rae  <rae@lyx.org>
5623
5624         * exporter.C (Export): removeAutoInsets before doing anything else.
5625         While I've just introduced a dependency on BufferView this really is
5626         the best place to clean the buffer otherwise you need to cleanup in
5627         a dozen places before calling export or cleanup in a dozen functions
5628         that export calls.
5629
5630         * converter.C (runLaTeX):
5631         (scanLog): Better handling of removeAutoInsets and screen updates.
5632
5633         * lyxfunc.C (dispatch): small whitespace changes
5634
5635 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5636
5637         * WorkArea.C (C_WorkAreaEvent): return a value.
5638         (event_cb): return 1 if we handled the event, 0 otherwise.
5639
5640         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
5641
5642 2002-03-18  Juergen Vigna  <jug@sad.it>
5643
5644         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
5645         (GetAdditionalWidth): ditto.
5646         (RightLine): ditto.
5647         (LeftLine): ditto.
5648
5649         * BufferView2.C (copy): use getLyXText() so that we do it inside an
5650         inset if we're there actually (probably not used right now but this
5651         is the direction to go for unifying code).
5652         (paste): disable code to clear the selection.
5653
5654         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
5655         inside an InsetText and move the check further up as it is in the
5656         wrong place.
5657
5658         * text2.C (pasteSelection): set a selection over the pasted text.
5659
5660 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
5661
5662         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
5663         and libgraphics to build on Cygwin.
5664
5665 2002-03-15  Juergen Vigna  <jug@sad.it>
5666
5667         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
5668         inserting an Inset into the paragraph. I know this is not the best
5669         fix but we already use current_view in CutAndPaste so we will remove
5670         all of it's using at the same time.
5671
5672         * buffer.C (sgmlError): deactivated function till it is rewritten in
5673         the right mode, now it can create problems.
5674
5675         * paragraph.C (isLineSeparator): check if getInset returns != 0,
5676         before accessing it.
5677
5678 2002-03-14  Juergen Vigna  <jug@sad.it>
5679
5680         * undo_funcs.C (textHandleUndo): do the right thing when updating
5681         the inset after the undo/redo.
5682
5683         * text2.C (setCursor): just some testcode for #44 not ready yet.
5684
5685         * undo_funcs.C (textHandleUndo): set the next() and previous()
5686         pointers of the paragraph to 0 before deleting otherwise we have
5687         problems with the Paragraph::[destructor].
5688
5689         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
5690         on a paragraph insertion.
5691
5692 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5693
5694         * buffer.C (asciiParagraph): use += operator for char append to
5695         string.
5696
5697         * paragraph.C (getFontSettings): compare >= not just >
5698         (highestFontInRange): ditto
5699         (setFont): ditto
5700
5701 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5702
5703         * paragraph.C: change several algorithm to be more appripriate for
5704         the problem domain. This is lookip in FontList and in the InsetList.
5705
5706 2002-03-13  André Pönitz <poenitz@gmx.net>
5707
5708         * commandtags.h:
5709         * LyXAction.C: remove unused LFUN_MATH_MACROARG
5710
5711 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
5712
5713         * commandtags.h:
5714         * LyXAction.C:
5715         * lyxfunc.C:
5716         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
5717
5718 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5719
5720         * Painter.C (display): anon helper function, adjust code for this
5721         change.
5722         (pixmap): remove function.
5723
5724         * Painter.h: remove private display variable.
5725
5726         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
5727
5728 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
5729
5730         * WorkArea.[Ch]: remove figinset_canvas cruft.
5731
5732 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5733
5734         * lyxtextclass.C (operator): add one item cache optimization.
5735
5736         * bufferlist.h: doxy changes
5737
5738         * bufferlist.C: ws changes
5739
5740         * DepTable.[Ch] (ext_exist): place const in the right spot.
5741
5742         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
5743         call resizeInsets.
5744         (workAreaExpose): call resizeInsets when the with BufferView changes.
5745         (Dispatch): adjust for protectedBlank removal
5746         (specialChar): call updateInset if the insert went ok.
5747
5748         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
5749         specialChar instead.
5750
5751         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
5752
5753         * BufferView.h: doxy change
5754
5755         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
5756
5757         * lyxtextclass.C (operator[]): remove non-const version
5758         (defaultLayout): remove non-const version
5759
5760 2002-03-12  Juergen Vigna  <jug@sad.it>
5761
5762         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
5763         did resize the LyXText too.
5764
5765         * buffer.C (readLyXformat2): set layout information on newly allocated
5766         paragraphs.
5767
5768         * tabular.C (OldFormatRead): set layout information on the paragraph.
5769
5770 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
5771
5772         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
5773
5774 2002-03-11  Juergen Vigna  <jug@sad.it>
5775
5776         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
5777         plainly wrong.
5778         (resizeCurrentBuffer): force also the insets to resize themselfes.
5779         (moveCursorUpdate): fixed up for InsetText.
5780
5781 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
5782
5783         * commandtags.h:
5784         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
5785         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
5786         value of Dialogs::tooltipsEnabled().
5787         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
5788
5789 2002-03-08  Juergen Vigna  <jug@sad.it>
5790
5791         * BufferView_pimpl.C (updateInset): update inset inside inset also
5792         if it isn't inside theLockingInset().
5793
5794 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5795
5796         * buffer.C (asciiParagraph): redo some of the word and line length
5797         handling.
5798         (getLists): look for Caption instead of caption.
5799
5800 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5801
5802         * buffer.C (Buffer): initialize niceFile to true
5803         (makeLaTeXFile):
5804         (makeLinuxDocFile):
5805         (makeDocBookFile): make sure niceFile is true on exit
5806
5807 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5808
5809         * buffer.C (makeLaTeXFile): escape ~ in \input@path
5810
5811 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
5812
5813         * LyXSendto.C: remove.
5814         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
5815         * lyx_gui.C: remove now-redundant comment.
5816         * ColorHandler.h: remove forward declaration of class WorkArea.
5817         * lyxfunc.C: remove #include "WorkArea.h".
5818
5819 2002-03-07  Juergen Vigna  <jug@sad.it>
5820
5821         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
5822         got moved away with the DEPM and also set the inset_owner always
5823         right which before could have been omitted.
5824
5825 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5826
5827         * buffer.C (parseSingleLyXformat2Token): use default layout is the
5828         wanted layout is not found.
5829
5830 2002-03-07  Juergen Vigna  <jug@sad.it>
5831
5832         * CutAndPaste.C (cutSelection): another layout settings forgotten.
5833
5834 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5835
5836         * paragraph.C (breakParagraph): use default layout not layout of
5837         prev paragraph.
5838         (Paragraph): clear ParagraphParameters.
5839
5840 2002-03-06  Juergen Vigna  <jug@sad.it>
5841
5842         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
5843         otherwise it would not be a valid lenght. Fixed a special case in
5844         the minipage compatibility read where we end the document with a
5845         minipage.
5846
5847         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
5848         was set as it could be 0 for InsetTexts first entry.
5849
5850 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5851
5852         * paragraph.C (writeFile): if layout is empty write out
5853         defaultLayoutName().
5854
5855         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
5856         file without named layout we set layout to defaultLayoutName().
5857
5858 2002-03-06  Juergen Vigna  <jug@sad.it>
5859
5860         * CutAndPaste.C (copySelection): set layout for new paragraph.
5861
5862         * text.C (prepareToPrint): leave ERT inset left aligned
5863         (leftMargin): don't indent paragraphs inside ERT insets
5864
5865 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5866
5867         * paragraph.C (breakParagraph): dont call clear do the work manually
5868
5869         * paragraph.[Ch] (clear): remove function
5870
5871 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5872
5873         * paragraph.C (Paragraph): dont call clear, the work has already
5874         been done.
5875
5876         * lyxtextclass.C (operator): assert if n is empty
5877
5878         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
5879         work manually instead.
5880
5881 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
5882
5883         * BufferView_pimpl.C: protect selectionLost against text == 0
5884
5885 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5886
5887         * text.C (breakParagraph): fix a setting layout to '0' problem.
5888
5889 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
5890
5891         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
5892         final location of file, for the included files, and graphics.
5893
5894 2002-03-05  Juergen Vigna  <jug@sad.it>
5895
5896         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
5897
5898 2002-03-04  Juergen Vigna  <jug@sad.it>
5899
5900         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
5901
5902         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
5903         last column of multicolumn cells.
5904         (SetWidthOfMulticolCell): recalculate NMC and real columns.
5905
5906 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
5907
5908         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
5909         file if it doesn't go to a temporary file.
5910
5911         * buffer.C (sgmlOpenTag):
5912         (sgmlCloseTag):  remove extra newline insertion.
5913
5914 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5915
5916         * text.C (getRowNearY): comment out debug msg
5917
5918 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5919
5920         * text2.C: first -> first_y
5921
5922         * text.C (getRowNearY): add some attemts at a possible
5923         optimization, not working.
5924
5925         * tabular.[Ch]: add BufferParams to several function so that newly
5926         created paragraph can be initialized to he default layotu for the
5927         buffers textclass.
5928
5929         * tabular-old.C (ReadOld): add buf->params to call of Init
5930
5931         * screen.C: rename text->first to text->first_y
5932
5933         * paragraph.C (breakParagraph): always set layout in the broken
5934         paragraph
5935
5936         * lyxtextclass.C (Read): remove lowercase
5937         (hasLayout): ditto
5938         (operator): ditto
5939         (delete_layout): ditto
5940
5941         * lyxtext.h: rename first -> first_y
5942
5943         * lyxlayout.C (Read): remove lowercase
5944         (name): ditto
5945         (setName): ditto
5946         (obsoleted_by): ditto
5947
5948         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
5949
5950         * buffer.C (insertErtContents): add params are to InsetERT
5951         (parseSingleLyXformat2Token): add code to check if a paragraphs
5952         layout really exist.
5953         (parseSingleLyXformat2Token): add params to several inset
5954         constructors
5955         (asciiParagraph): remove lowercase, do the layout comparisons with
5956         no_case
5957
5958         * BufferView_pimpl.C (cursorNext): first -> first_y
5959         (resizeCurrentBuffer): first -> first_y
5960         (updateScrollbar): first -> first_y
5961         (scrollCB): first -> first_y
5962         (workAreaMotionNotify): first -> first_y
5963         (workAreaButtonPress): first -> first_y
5964         (checkInsetHit): first -> first_y
5965         (cursorPrevious): first -> first_y
5966         (cursorNext): first -> first_y
5967         (Dispatch): add buffer_->params to severl inset contructors
5968
5969 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5970
5971         * lyxlayout.C (Read): remove some debug info that I forgot.
5972
5973         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
5974         clean up the code slightly.
5975         (makeLinuxDocFile): ditto
5976         (makeDocBookFile): ditto
5977
5978         * text2.C: layout as string
5979
5980         * text.C: layout as string
5981
5982         * paragraph_pimpl.C: layout as string
5983
5984         * paragraph.[Ch]: layout as string
5985
5986         * lyxtextclasslist.[Ch]: layout as string
5987
5988         * lyxtextclass.[Ch]: layout as string
5989
5990         * lyxtext.h: layout as string
5991
5992         * lyxlayout.[Ch]: layout as string
5993
5994         * lyx_cb.C: layout as string
5995
5996         * bufferview_funcs.C: layout as string
5997
5998         * bufferparams.C: layout as string
5999
6000         * buffer.C: layout as string
6001
6002         * LyXView.[Ch]: layout as string
6003
6004         * LaTeXFeatures.[Ch]: layout as string
6005
6006         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
6007
6008         * BufferView_pimpl.C: change current_layout to string, remove
6009         lyx::layout_type.
6010         (Dispatch):
6011         (smartQuote):
6012         (insertInset):
6013         (workAreaButtonRelease): layout as string
6014
6015         * BufferView2.C (unlockInset): adjust
6016
6017         * vspace.C (asLatexCommand): use an explict temp variable.
6018
6019 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
6020
6021         * Makefile.am: use FRONTEND_*
6022
6023 2002-03-01  Juergen Vigna  <jug@sad.it>
6024
6025         * tabular.C (SetWidthOfMulticolCell): changed to something better
6026         I hope but still work in progress.
6027         (recalculateMulticolumnsOfColumn): renamed function from
6028         recalculateMulticolCells as it is more appropriate now.
6029         (SetWidthOfCell): calculate multicols better.
6030
6031 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6032
6033         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
6034
6035         * lyxfunc.C (processKeySym): print sequence also if it is
6036         `deleted' (complete)
6037
6038         * kbsequence.C (print): print sequence even if it is deleted
6039         (complete would be a better word, actually).
6040
6041         * lyxfunc.C (dispatch): print complete options after a prefix key
6042
6043         * vspace.C (asLatexCommand): rewrite in a slightly different form.
6044
6045 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
6046
6047         * text2.C (setCharFont): eliminate setCharFont code duplication.
6048
6049 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6050
6051         * BufferView_pimpl.C (Dispatch): remove bogus handling of
6052         LFUN_TABULAR_FEATURE (bug #177)
6053
6054 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
6055
6056         * Makefile.am: remove figure.h
6057
6058 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
6059
6060         * Bufferview_pimpl.C:
6061         * CutAndPasteC:
6062         * LaTeX.C:
6063         * LyXSendto.C:
6064         * buffer.C:
6065         * bufferlist.C:
6066         * converter.C:
6067         * language.C:
6068         * lyxfunc.C:
6069         * lyxvc.C:
6070         * paragraph.C:
6071         * text.C:
6072         * text2.C: remove #include "lyx_gui_misc.h".
6073
6074         * LaTeX.C: added #include <cstdio>
6075
6076 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6077
6078         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
6079         that the paragraph following this one can have.
6080
6081         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
6082
6083         * vspace.C (asLatexCommand): fix bogus gcc warning
6084
6085         * Makefile.am (lyx_SOURCES): remove vms_defines.h
6086
6087 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
6088
6089         * text2.C (setLayout): get rid of redundant code
6090
6091 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
6092
6093         * text2.C (incDepth): make sure depth cannot be increased beyond
6094         reasonable values.
6095
6096 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
6097
6098         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
6099         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
6100
6101         * PainterBase.h (image):
6102         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
6103         a LyXImage const *.
6104
6105 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
6106
6107         * BufferView.C:
6108         * BufferView.h:
6109         * BufferView_pimpl.C:
6110         * BufferView_pimpl.h:
6111         * LaTeXFeatures.C:
6112         * LyXAction.C:
6113         * LyXView.C:
6114         * Makefile.am:
6115         * UpdateList.h:
6116         * UpdateList.C:
6117         * buffer.C:
6118         * figure.h:
6119         * figureForm.C:
6120         * figureForm.h:
6121         * figure_form.C:
6122         * figure_form.h:
6123         * lyx_cb.C:
6124         * lyx_gui.C:
6125         * lyx_gui_misc.C:
6126         * lyxfunc.C:
6127         * sp_base.h:
6128         * sp_ispell.h:
6129         * sp_pspell.h:
6130         * sp_spell.C: remove fig inset, and the crap house of
6131           cards that follows it
6132
6133 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
6134
6135         * Makefile.am:
6136         * lyxserver.C:
6137         * os2_defines.h:
6138         * os2_errortable.h:
6139         * nt_defines.h: move .h into support/
6140
6141         * vms_defines.h: remove
6142
6143         * WorkArea.C: add space in debug output
6144
6145         * text2.C:
6146         * paragraph.C:
6147         * buffer.C: add WITH_WARNINGS
6148
6149         * vc-backend.h:
6150         * vc-backend.C:
6151         * bufferlist.C: s/retrive/retrieve/, add docs
6152
6153         * vspace.h:
6154         * vspace.C:
6155         * kbmap.h:
6156         * lyxlength.h:
6157         * lyxgluelength.h:
6158         * length_common.h:
6159         * chset.h:
6160         * chset.C: add docs
6161
6162         * lyxgui.C: add ID to X error handler
6163
6164         * lyxtestclass.c: fix typo
6165
6166 2002-02-26  Juergen Vigna  <jug@sad.it>
6167
6168         * tabular_funcs.C (write_attribute): changed so that some default
6169         attributes are not written at all.
6170         (getTokenValue): set default values before trying to read the
6171         value so we have the return value always set as default if we don't
6172         find the token we search for.
6173
6174         * tabular.C (Write): write bools as bools not as strings!
6175
6176 2002-02-22  Juergen Vigna  <jug@sad.it>
6177
6178         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
6179         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
6180
6181         * text.C (leftMargin): don't add an indent for paragraphs inside
6182         tabular cells (fix #208).
6183
6184 2002-02-21  José Matos  <jamatos@fep.up.pt>
6185
6186         * tabular.C (docBook): fixed support for long tables.
6187
6188 2002-02-20  Juergen Vigna  <jug@sad.it>
6189
6190         * text2.C (getFont): get the drawing font of the Inset if this
6191         paragraph is inside an inset (only important for InsetERT for now).
6192
6193         * buffer.C (insertErtContents): use new lanugage params in ERT
6194         constructor.
6195
6196         * CutAndPaste.C: commenting out seemingly uneeded code.
6197
6198 2002-02-19  Allan Rae  <rae@lyx.org>
6199
6200         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
6201         Iterators might be simple to use but they also get invalidated.
6202         (removeAutoInsets): renamed saved cursor tracking variables and added
6203         some comments to clarify what everything does.
6204
6205 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
6206
6207         * Chktex.C:
6208         * LaTeX.C:
6209         * LyXSendto.C:
6210         * converter.C:
6211         * lyx_cb.C:
6212         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
6213         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
6214
6215         * lyxfunc.C:
6216         * vc-backend.h: remove #include "support/syscall.h"
6217
6218         * LaTeX.C:
6219         * LyXSendto.C:
6220         * converter.C: rearrange #includes in Lars' approved fashion.
6221
6222         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
6223         forward declare class Timeout in the header file.
6224
6225         * XFormsView.C: changes due to the above.
6226
6227         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
6228         similar to LyXView.
6229
6230         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
6231         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
6232
6233 2002-02-18  José Matos  <jamatos@fep.up.pt>
6234
6235         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
6236         insets contents.
6237
6238 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6239
6240         * a lot of small ws changes
6241         * add a lot of using std::XXX
6242         * use std construcs some places where approp.
6243         * use some exisint stuff from lyxfunctional where approp.
6244         * Make file changes to use partial linking (lets test this now...)
6245
6246 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
6247
6248         * Chktex.C:
6249         * buffer.C:
6250         remove #include "support/syscontr.h" as it's redundant. Always has been.
6251
6252         * Chktex.C:
6253         * LaTeX.C:
6254         * LyXSendto.C:
6255         * converter.C:
6256         * lyx_cb.C:
6257         * vc-backend.C:
6258         change Systemcalls::System to Systemcalls::Wait and
6259         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
6260         No change of functionality, just reflects the stripped down Systemcalls
6261         class.
6262
6263 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
6264
6265         * debug.[Ch]: add a GRAPHICS type to the enum.
6266
6267 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6268
6269         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
6270
6271         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
6272         there is an inset.
6273
6274 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6275
6276         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
6277         match the changes below.
6278
6279         * text2.C (toggleInset): if there is not editable inset at cursor
6280         position, try to see if cursor is _inside_ a collapsable inset
6281         and close it.
6282
6283 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6284
6285         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
6286         document menu has a nice checkbox
6287
6288 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6289
6290         * lyxlength.C (asLatexString): change PW to output as percent of
6291         \textwidth.
6292
6293         * lengthcommon.C: change '%' to 't%'
6294
6295         * lyxfunc.C (dispatch): a few comments from Martin
6296
6297 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
6298
6299         * WorkArea.h:
6300         * WorkArea.C:
6301         * BufferView_pimpl.h:
6302         * BufferView_pimpl.C: clear our selection when X tells us we've lost
6303           the X selection.
6304
6305 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6306
6307         * vspace.C (inPixels): fix compiler warning
6308
6309 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6310
6311         * lyxfunc.C (getStatus): fix status message for disabled commands.
6312
6313 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
6314
6315         * BufferView_pimpl.C: fix crash on close buffer
6316         during selection (#227)
6317
6318 2002-01-27  Herbert Voss  <voss@lyx.org>
6319
6320         * buffer.C: link old Figure to new graphic inset
6321
6322 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6323
6324         * FontLoader.C (getFontinfo): Change the latex font names in order
6325         to match the names of type1inst.
6326
6327 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6328
6329         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
6330
6331         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
6332         (extchanged): ditto
6333         (ext_exist): ditto
6334         (remove_files_with_extension): ditto
6335         (remove_file): ditto
6336         (write): ditto
6337
6338         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
6339         document is smaller than the work area height. Do not initialize
6340         static variables to 0.
6341
6342 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6343
6344         * lyx_gui.C (init): give the toolbar tooltips a normal font.
6345
6346         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
6347         LFUN_LAYOUT_PARAGRAPHS.
6348
6349         * tabular.C (GetCellFromInset): new method. Finds an inset in a
6350         tabular. It is possible to provide a possible cell, which will
6351         typically be the actcell from the corresponding insettabular
6352
6353         * lyxfunc.C (getStatus): small cleanup; disable
6354         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
6355         true
6356
6357 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6358
6359         * tabular.C (Validate): remove broken optimization (fixes bug #201)
6360
6361         * paragraph.C (startTeXParParams):
6362         (endTeXParParams): new methods. The LaTeX code to
6363         start/end paragraph formatting
6364         (simpleTeXOnePar): call startTeXParParams also when paragraph is
6365         empty (fixes bug #200)
6366
6367         * vspace.C (inPixels): adapt to the change below
6368         (inPixels): [later] more cleanups (remove unused variables)
6369
6370         * lyxlength.C (inPixels): change to use a width and a height as
6371         parameter.
6372
6373 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6374
6375         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
6376         Replaced with \paperwidth
6377
6378         * DepTable.C (insert): add std:: qualifier
6379
6380 2002-01-18  Allan Rae  <rae@lyx.org>
6381
6382         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
6383         updated also?
6384
6385         * text.C (drawInset): Turned out I didn't know enough about how
6386         rebreaking worked.  This fixes most of the redraw problems.  I see
6387         an occasional cursor trail when a line is broken now and the cursor
6388         placement can seem out by a few pixels also after a rebreak.
6389
6390 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6391
6392         * buffer.C (parseSingleLyXformat2Token): update because minipage
6393         width is now a LyXLength
6394
6395         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
6396
6397         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
6398         math insets
6399
6400 2002-01-17  Juergen Vigna  <jug@sad.it>
6401
6402         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
6403
6404         * BufferView2.C (lockInset): call edit() so that theLockingInset()
6405         is set correctly and the inset is updated correctly.
6406
6407 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6408
6409         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
6410         the beginning of the loop.
6411
6412 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
6413
6414         * lyxrc.C: improve help for use_scalable_fonts
6415
6416 2002-01-17  Allan Rae  <rae@lyx.org>
6417
6418         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
6419
6420 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6421
6422         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
6423         make sure to set their inset_owner to the right value (bug #171)
6424
6425 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
6426
6427         * DepTable.h
6428         * DepTable.C: Implement mtime checking to reduce time spent doing
6429         CRCs.
6430
6431 2002-01-16  Juergen Vigna  <jug@sad.it>
6432
6433         * tabular.C (GetAdditionalHeight): one of error fixed.
6434
6435         * lyxrc.C (output): small fix in writing use_pspell.
6436
6437 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
6438
6439         * sp_base.h: #include LString.h
6440
6441 2002-01-16  Allan Rae  <rae@lyx.org>
6442
6443         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
6444         Can someone check this please?
6445
6446         * text.C (drawInset): It was possible that p.row would be removed by
6447         breakAgainOneRow upsetting a few other settings.  There may be another
6448         small tweak possible by setting need_break_row = 0 when p.row has been
6449         removed but I don't know enough about the logic here.
6450
6451 2002-01-15  Allan Rae  <rae@lyx.org>
6452
6453         * text.C (insertChar): removed conditional truism.
6454
6455         * BufferView2.C (removeAutoInsets): More tweaks.
6456         cur_par_prev could be a stray pointer.  Check for trailing empty line
6457         in case last line was cur_par and only had an error inset on it.
6458
6459 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6460
6461         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
6462         absolute
6463
6464         * vc-backend.C (most methods):
6465         * exporter.C (Export):
6466         * converter.C (convert):
6467         (runLaTeX):
6468         * LyXSendto.C (SendtoApplyCB):
6469         * lyxfunc.C (dispatch):
6470         (menuNew):
6471         (open):
6472         (doImport):
6473         * lyx_cb.C (AutoSave):
6474         (InsertAsciiFile):
6475         * BufferView_pimpl.C (MenuInsertLyXFile):
6476         * buffer.C (runChktex): use Buffer::filePath().
6477
6478         * buffer.h: rename filename to filename_; rename filepath to
6479         filepath_ and make it private
6480         (filePath): new method
6481
6482         * buffer.C (writeFile): use fileName()
6483         (getLatexName):
6484
6485         * lyx_main.C (init): fix starting  of LyX when the binary is a
6486         link from so,ewhere else.
6487
6488         * minibuffer.C: include <cctype> for isprint
6489
6490 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
6491
6492         * buffer.C (parseSingleLyXformat2Token): changes associated with the
6493         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
6494         name clash with InsetCollapsable's width function.
6495
6496 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6497
6498         * lastfiles.C: include <iterator>
6499
6500 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
6501
6502         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
6503         std::count.
6504
6505         * buffer.C (makeLaTeXFile): ditto.
6506         Also make loop operation more transparent.
6507
6508 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
6509
6510         * ToolbarDefaults.C: remove trailing comma closing namespace.
6511
6512         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
6513
6514         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
6515         as in WorkArea.
6516
6517         * trans.C (Load): comment out unused variable, allowed.
6518
6519 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
6520
6521         * minibuffer.[Ch] (append_char): new method to recieve input from the
6522         drop-down completion browser. If a key was pressed, then recieve this
6523         char and append it to the existing string.
6524         (peek_event): modify the positioning data passed to the completion
6525         browser so that it can be placed above the minibuffer rather than below.
6526 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6527
6528         * LyXAction.C (init): alloe error-next for readonly documents.
6529
6530         * BufferView2.C (ChangeRefsIfUnique): use standard version of
6531         count.
6532
6533 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6534
6535         * bufferlist.C (readFile): create the buffer _after_ checking that
6536         the file exists.
6537
6538         * lyxfunc.C (verboseDispatch): fix handling of arguments
6539
6540         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
6541
6542         * lyxrc.C: use string::erase() instead of initializing to "".
6543
6544
6545 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
6546
6547         * BufferView_pimpl.h:
6548         * BufferView_pimpl.C:
6549         * WorkArea.h:
6550         * WorkArea.C:
6551         * text2.C: tell X when we have made a selection for copying
6552
6553 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6554
6555         * BufferView_pimpl.C (MenuInsertLyXFile):
6556         * lyxfunc.C (menuNew):
6557         (open):
6558         (doImport): add shortcuts to directory buttons
6559
6560         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
6561         open a float)
6562
6563         * lyxfunc.C (setStatusMessage):
6564         (getStatusMessage): new methods
6565         (getStatus):use setStatusMessage instead of setErrorMessage
6566         (dispatch): when function is disabled, set error message here
6567         [instead of in getStatus previously]
6568
6569         * BufferView_pimpl.C (workAreaButtonRelease): update
6570         toolbar/menubar here too.
6571
6572 2002-01-13  Allan Rae  <rae@lyx.org>
6573
6574         * BufferView2.C (removeAutoInsets): finished off earlier fix.
6575         Now seems indestructible.  Remaining task is to audit all other
6576         code affected by deleteEmptyParagraphMechanism.  One small quirk
6577         left is that an empty document with an error in the preamble can
6578         be made to report an error but no error box appears.  I don't know
6579         where it goes.
6580         (removeAutoInsets): Improved comments.
6581
6582 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
6583
6584         * Thesaurus.h:
6585         * Thesaurus.C: update for Aiksaurus 0.14
6586
6587 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6588
6589         * text2.C (firstParagraph): removed member function, all uses
6590         replaces with ownerParagraph
6591         (redoParagraphs): here
6592         (updateInset): here
6593         (toggleAppendix): here
6594         * BufferView2.C (insertErrors): here
6595         (setCursorFromRow): here
6596
6597 2002-01-13  Allan Rae  <rae@lyx.org>
6598
6599         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
6600         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
6601         There is still a way to segfault this although you may have to do this
6602         multiple times: Have an InsetERT with an unknown command in it.
6603         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
6604         <down-arrow>, <Enter> again, View->DVI, BANG!
6605
6606         * text2.C (setCursor):
6607         (deleteEmptyParagraphMechanism):
6608         * lyxtext.h (setCursor):
6609         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
6610         Making use of the return value may help fix other bugs.
6611
6612 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6613
6614         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
6615
6616         * LyXView.C (updateMenubar): call MenuBar::update here
6617         (updateToolbar): but not here
6618         (showState): do not update toolbar/menubar
6619
6620         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
6621         should need to care about that.
6622
6623         * lyxfunc.C (verboseDispatch): simplify a bit
6624         (getStatus): have a version which takes a pseudoaction, and
6625         another which requires a (kb_action,string).
6626
6627         * LyXAction.C (retrieveActionArg): make it work also when action
6628         is not a pseudo-action.
6629         (getActionName): simplify a bit
6630         (helpText):
6631
6632 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6633
6634         * lyxfunc.C (verboseDispatch): new families of methods with
6635         several ways to specify a command and a bool to indicate whether
6636         the command name and shortcut should be displayed in minibuffer
6637         (eventually, we could extend that to a finer bitmask like
6638         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
6639         (dispatch): the pristine dispatch command which just, well,
6640         dispatchs! Note it still sets its result to minibuffer; I'm not
6641         sure we want that.
6642
6643         * lyxfunc.h: remove setHintMessage
6644
6645         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
6646
6647 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6648
6649         * BufferView_pimpl.C (specialChar): delete new inset if we have
6650         not been able to insert it.
6651
6652         * kbmap.C: revert to using int instead of kb_action, since all we
6653         are dealing with is pseudo-actions.
6654
6655         * LyXAction.C (searchActionArg): change to return int instead of
6656         kb_action, since the result is a pseudoaction.
6657
6658 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
6659
6660         * buffer.C (insertErtContents): Fix (partially) the font bug.
6661
6662 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
6663
6664         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
6665         as the other one is broken on my machine!
6666
6667 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
6668
6669         * commandtags.h:
6670         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
6671
6672 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
6673
6674         * lyxrc.[Ch]: change names and descriptions of popup font variables to
6675         reflect their actual use. Provide compatibility code for older lyxrc
6676         files.
6677
6678         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
6679         FL_NORMAL_STYLE.
6680         change names of popup font variables in line with the changes to lyxrc.C
6681
6682 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6683
6684         * buffer.C (asciiParagraph): avoid outputing a word twice after
6685         an inset.
6686
6687         * lyxrc.C (getDescription): document that document_path and
6688         template_path can be empty.
6689
6690 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6691
6692         * LaTeXFeatures.C (getMacros):
6693         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
6694
6695         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
6696
6697         * LaTeXFeatures.C (useFloat): require "float" here instead of in
6698         getPackages.
6699         (getPackages): rename feature "floats" to "float". Use an array to
6700         iterate over 'simple' features (i.e. just a \usepackage). Add
6701         handling of "amsmath" (renamed from "amsstyle").
6702
6703 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
6704
6705         * LaTeXFeatures.C (require): Prevent duplicate entries in the
6706         features list.
6707
6708 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
6709
6710         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
6711         FuncStaus::FuncStatus & FuncStaus::some_method().
6712
6713 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
6714
6715         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
6716         of the func_satus stuff. Edited and massaged in various ways by
6717         JMarc.
6718
6719         * lyxfunc.C (getStatus): use FuncStatus
6720
6721 2002-01-08  Juergen Vigna  <jug@sad.it>
6722
6723         * text.C (nextBreakPoint): use function Inset::isChar().
6724
6725         * paragraph.C (TeXOnePar): use function
6726         Inset::forceDefaultParagraphs.
6727
6728         * buffer.C (latexParagraphs): use function
6729         Inset::forceDefaultParagraphs.
6730
6731 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
6732
6733         * lyx_gui.C (init): set the style of the menu popups to
6734         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
6735
6736 2002-01-07  Juergen Vigna  <jug@sad.it>
6737
6738         * text.C (setHeightOfRow): small fix
6739         (prepareToPrint): don't look at alignment if we don't have the place
6740         for doing it.
6741
6742 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
6743
6744         * box.C: New file. Move the Box methods and functions out of box.h,
6745         following Lars' suggestion.
6746
6747 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
6748
6749         * box.h: #include "support/LOstream.h", needed for inlined function.
6750
6751         * lyxtextclass.C:
6752         * lyxtextclasslist.C: added some using std declarations.
6753
6754 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
6755
6756         * box.h: make signed dimensions to allow insets wider than
6757           the screen (bug #162)
6758
6759         * BufferView_pimpl.C: add some insetHit debug
6760
6761 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
6762
6763         * vc-backend.C: add FIXME
6764
6765 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6766
6767         * lyxfunc.C (getStatus): enable code for showing math font status
6768         in toolbar/menu.
6769
6770 2002-01-07  Juergen Vigna  <jug@sad.it>
6771
6772         * text.C (nextBreakPoint): removed debug output not needed anymore.
6773
6774 2002-01-06  Juergen Vigna  <jug@sad.it>
6775
6776         * text.C (nextBreakPoint): fixed up this function we had this bug
6777         since ever but now hopefully we break row better.
6778         (insertChar): we have to check if an inset is the next char as it
6779         could now happen that a large inset is causing a break.
6780
6781 2002-01-05  Juergen Vigna  <jug@sad.it>
6782
6783         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
6784         if it doesn't like to be drawed.
6785
6786 2002-01-04  Juergen Vigna  <jug@sad.it>
6787
6788         * BufferView2.C (lockInset): forgot to set a cursor.
6789
6790         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
6791
6792 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
6793
6794         * FormMathsPanel.C:
6795         * FormMathsPanel.h
6796         * MathsSymbols.C:
6797         * form_maths_panel.C:
6798         * form_maths_panel.h:
6799         * form_maths_panel.fd: implemented sub- and super- buttons in math
6800         panel.
6801
6802         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
6803         (or ^ space) to be used as in TeX (req'd by André).
6804
6805         * lyxfunc.C: Allow ^ and _ again to be used both as
6806         super/subscript (mathed) and as themselves (in text).
6807
6808 2002-01-03  Allan Rae  <rae@lyx.org>
6809
6810         * LyXView.C (updateWindowTitle): Setup a short icon title of either
6811         "LyX" or the filename of the current buffer if it has one.  This is a
6812         modified form of John Levon's patch.
6813
6814         * XFormsView.C (setWindowTitle): also set icon title.
6815
6816         * LyXView.h (setWindowTitle): signature changed.
6817         * XFormsView.h (setWindowTitle): ditto.
6818
6819 2002-01-02  Juergen Vigna  <jug@sad.it>
6820
6821         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
6822
6823 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6824
6825         * screen.C (topCursorVisible): introduce a temp var for
6826         text->cursor.row(), handle the case where this row is null. (kindo
6827         hachish)
6828
6829         * text2.C (setCursor): add a couple of asserts.
6830
6831         * paragraph.h (inset_iterator): add -> operator
6832
6833         * paragraph.[Ch] (autoDeleteInsets): remove member function
6834
6835         * BufferView2.C (removeAutoInsets): rewrite to handle the old
6836         cursor pos correctly and handle inset deletion by itself.
6837         (insertErrors): move iterator declaration out of for expression
6838
6839         * lyxtextclass.C: add <algorithm>
6840
6841         * Makefile.am: added the new files to sources, removed layout.C
6842
6843         * layout.C: removed file
6844
6845         * layout.h: remove LYX_DUMMY_LAYOUT
6846
6847         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
6848         layout.
6849
6850         * lyxlayout.[Ch]:
6851         * lyxtextclass.[Ch]:
6852         * lyxtextclasslist.[Ch]: new files
6853
6854         * include order changes to a lot of files, also changes because of
6855         the six new files.
6856
6857 2001-12-27  Juergen Vigna  <jug@sad.it>
6858
6859         * buffer.C (asciiParagraph): more fixes.
6860
6861         * tabular.C (ascii): make ascii export support export of only the
6862         data separated by a column-delimiter.
6863         (ascii): better support for ascii export.
6864
6865         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
6866
6867 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6868
6869         * tabular_funcs.C: use a "using std::getline" instead of the
6870         previous fix from Angus (necessary for cxx + lyxstring)
6871
6872 2001-12-24  Juergen Vigna  <jug@sad.it>
6873
6874         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
6875
6876         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
6877         problems. First check a minipage also if we have some ert-contents
6878         (not only on par->size(), second set the right depth of the paragraph
6879         on the relink to the root-paragraph-list!
6880
6881         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
6882         which then did not anymore update the main paragraphs on undo/redo!
6883
6884 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6885
6886         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
6887         code. Support all font-changing funcs (even those which are not in
6888         menu currently). Support for reporting font settings in
6889         mathed (disabled until Andre provides a function on mathed's side).
6890
6891         * func_status.h (toggle): small helper function to set toggle
6892         state on a flag.
6893
6894 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
6895
6896         * tabular_funcs.C: getline -> std::getline
6897
6898 2001-12-21  Juergen Vigna  <jug@sad.it>
6899
6900         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
6901         accessed and could be 0 (I couldn't generate this but it seems
6902         Michael could!).
6903
6904 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6905
6906         * tabular_funcs.C: add LIstream.h, move write_attribute to..
6907         * tabular_funcs.h: here and include iosfwd
6908
6909 2001-12-20  Juergen Vigna  <jug@sad.it>
6910
6911         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
6912         inside inset but undo_par was.
6913
6914 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6915
6916         * Thesaurus.C: always include <config.h> in sources.
6917
6918         * Painter.h:
6919         * lyxlookup.h:
6920         * box.h: do not include <config.h> in header files
6921
6922         * text.C (paintLastRow): remove unused variable
6923
6924         * text.C (transformChar):
6925         (insertChar):
6926         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
6927
6928         * Painter.C (text):
6929         * font.C (width): rewrite to use uppercase() instead of
6930         islower/toupper.
6931
6932         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
6933
6934 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
6935
6936         * lyxfind.C: clean up of find failure position change
6937
6938 2001-12-20  Juergen Vigna  <jug@sad.it>
6939
6940         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
6941
6942         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
6943         (TeXRow): added to LaTeX a single tabular row.
6944         (TeXLongtableHeaderFooter): added to output LT-h/f data.
6945         (Latex): simplified and finally good LT-h/f support.
6946         (various_functions): just small adaptions for LT-h/f support.
6947
6948         * tabular_funcs.[hC]: added and moved here all not classfunctions
6949         of LyXTabular.
6950
6951 2001-12-19  Juergen Vigna  <jug@sad.it>
6952
6953         * tabular.[Ch]: better support for longtabular options (not finished
6954         yet!)
6955
6956 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6957
6958         * text.C (paintLastRow): use the label font instead of the font of
6959         the last character to compute the size of *_BOX. This makes more
6960         sense and avoids a crash with empty paragraphs.
6961         Use Painter::rectangle to draw EMPTY_BOX.
6962
6963 2001-12-19  Juergen Vigna  <jug@sad.it>
6964
6965         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
6966         the paragraphs if the replaced paragraph is not the first one!
6967         Tried to delete not used paragraphs but does not work yet so for
6968         now it's inside #ifdef's and by default off!
6969
6970 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6971
6972         * MenuBackend.C: include "lyx_main.h" instead of declaring
6973         lastfiles (actually was declared as LastFiles* instead of a
6974         scoped_ptr).
6975
6976 2001-12-17  Juergen Vigna  <jug@sad.it>
6977
6978         * tabular.C (AppendColumn): applied John's fix
6979
6980 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
6981
6982         * BufferView.h:
6983         * BufferView.C:
6984         * BufferView_pimpl.h:
6985         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
6986
6987         * Makefile.am:
6988         * box.h: new start of class for above
6989
6990         * lyxfunc.C: ignore space-only minibuffer dispatches.
6991           Show the command name when it doesn't exist
6992
6993         * minibuffer.C: don't add empty lines to the history
6994
6995         * minibuffer.C: add a space on dropdown completion
6996
6997 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
6998
6999         * text.C: fix line above/below drawing in insets
7000
7001 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7002
7003         * lyxlength.C (LyXLength): Initialize private variables.
7004
7005 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
7006
7007         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
7008         when inserting error insets.
7009
7010 2001-12-13  Juergen Vigna  <jug@sad.it>
7011
7012         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
7013         actually sometimes the before-paragraph.
7014         (setUndo): don't clear the redostack if we're not actually undoing!
7015
7016 2001-12-06  Juergen Vigna  <jug@sad.it>
7017
7018         * undo_funcs.C (textHandleUndo): well after John's hint I got here
7019         and fixed redoing of main paragraph, so we can use it now ;)
7020
7021         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
7022
7023 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7024
7025         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
7026         Juergen's request
7027
7028 2001-12-13  André Pönitz <poenitz@gmx.net>
7029
7030         * undostack.[Ch]:
7031         * undo_func.C: minor cleanup
7032
7033 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7034
7035         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
7036         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
7037         font in urw-fonts package which is marked as -urw-fontspecific and
7038         does not work (incidentally, changing the encoding in the
7039         fonts.dir of this package to -adobe-fontspecific fixes the
7040         problem).
7041
7042         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
7043         is a crash when undoing first paragraph (Juergen, please take a
7044         look). THis does not mean the undo fix is wrong, just that it
7045         uncovers problems.
7046
7047         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
7048         the (Paragraph*) version when needed instead of duplicating the
7049         code.
7050
7051         * text.C (workWidth): use Inset::parOwner to find out where the
7052         inset has been inserted. This is a huge performance gain for large
7053         documents with lots of insets. If Inset::parOwner is not set, fall
7054         back on the brute force method
7055
7056         * paragraph_pimpl.C (insertInset):
7057         * paragraph.C (Paragraph):
7058         (cutIntoMinibuffer): set parOwner of insets when
7059         inserting/removing them
7060
7061         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
7062
7063 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
7064
7065         * commandtags.h:
7066         * LyXAction.C:
7067         * lyx_main.C:
7068         * lyxfunc.C:
7069         * mathed/formulabase.C:
7070         * mathed/math_cursor.[Ch]:
7071         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
7072
7073
7074 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7075
7076         * lyxlength.[Ch] (operator!=): new function
7077
7078 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7079
7080         * text.C (workWidth): use Inset::parOwner to find out where the
7081         inset has been inserted. This is a huge performance gain for large
7082         documents with lots of insets. If Inset::parOwner is not set, fall
7083         back on the brute force method
7084
7085         * paragraph_pimpl.C (insertInset):
7086         * paragraph.C (Paragraph):
7087         (cutIntoMinibuffer): set parOwner of insets when
7088         inserting/removing them
7089
7090         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
7091
7092 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7093
7094         * tabular-old.C (getTokenValue):
7095         * tabular.C (getTokenValue):
7096         (write_attribute): new versions for LyXLength
7097         (everywhere): adjust the use of widths
7098
7099         * tabular.h: change the type of widths from string to LyXLength
7100
7101 2001-12-11  Ben Stanley <bds02@uow.edu.au>
7102
7103         * paragraph.C: fixed missing line number count when exporting
7104         Environments to LaTeX file
7105
7106         * buffer.C: added informational message for checking line numbers.
7107
7108 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7109
7110         * text2.C (deleteEmptyParagraphMechanism): if there is only one
7111         paragraph, do the 'double space' part, but not the 'empty
7112         paragraph' one.
7113
7114         * text.C (workWidth): small optimization
7115         (getLengthMarkerHeight): use minimal size for negative lengths.
7116
7117 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
7118
7119         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
7120
7121         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
7122
7123 2001-12-11  André Pönitz <poenitz@gmx.net>
7124
7125         * FontLoader.C:
7126         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
7127
7128 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7129
7130         * text2.C: keep selection on a setFont()
7131
7132 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7133
7134         * lyx_cb.C: another bv->text misuse, from insert label
7135
7136 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
7137
7138         * kbsequence.h:
7139         * kbsequence.C: re-instate nmodifier mask
7140
7141 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
7142
7143         * lyx_main.h: make lyxGUI private.
7144
7145 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
7146
7147         * lyxfind.C: place the cursor correctly on failed search
7148
7149 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7150
7151         * text.C (getLengthMarkerHeight): for small heights, the arrows
7152         are not always on top/bottom of the text
7153         (drawLengthMarker): smaller arrows; take the left margin in
7154         account; draw also vfills.
7155         (paintFirstRow):
7156         (paintLastRow): remove special code for vfill and standard spaces,
7157         since everything is handled in drawLengthMarker now.
7158
7159 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7160
7161         * buffer.C (insertErtContents): try to handle font and language
7162         interaction a bit better.g
7163
7164         * ColorHandler.C (updateColor): change the hash to cover the whole
7165         LColor enum, ws cleanup
7166         (getGCLinepars): ditto
7167         (getGCLinepars): only lookup in the linecache once.
7168
7169 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
7170
7171         * iterators.C (operator++): Make the iterator more robust
7172
7173         * BufferView2.C (removeAutoInsets): Use paragraph iterators
7174         (John's patch)
7175         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
7176
7177 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7178
7179         * lyxtext.h:
7180         * text.C: better added space drawing
7181
7182 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7183
7184         * LyXView.C:
7185         * BufferView2.C: fix layout combo update on inset unlock
7186
7187 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7188
7189         * Makefile.am: don't compile unused files
7190
7191 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7192
7193         * lyxfunc.C:
7194         * commandtags.h:
7195         * LyXAction.C: remove old LFUN_LAYOUTNO
7196
7197 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7198
7199         * paragraph_pimpl.h:
7200         * paragraph_pimpl.C: isTextAt() doesn't need font param
7201
7202 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7203
7204         * lyxlex.h:
7205         * lyxlex.C: little cleanup
7206
7207 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
7208
7209         * BufferView_pimpl.C: fix insertAscii for insets
7210
7211 2001-12-05  Juergen Vigna  <jug@sad.it>
7212
7213         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
7214         set the right font on the "multi" paragraph paste!
7215
7216 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7217
7218         * trans_decl.h:
7219         * trans_mgr.[Ch]:
7220         * trans.[Ch]:
7221         * lyxgluelength.C:
7222         * lyxlength.C: remove out-commented code.
7223
7224         * BufferView_pimpl:
7225         * CutAndPaste.C:
7226         * DepTable.C:
7227         * buffer.C:
7228         * chset.C:
7229         * lastfiles.C:
7230         * lyxlex.C:
7231         * lyxlex_pimpl.C:
7232         * lyxserver.C:
7233         * screen.C:
7234         * tabular-old.C:
7235         * tabular.C:
7236         * text.C:
7237         * trans_mgr.C:
7238         * vc-backend.C: change "while(" to "while ("
7239
7240         * lyxlength.[Ch]: add zero function to check if length is zero or
7241         not
7242         * lyxgluelength.C: use it
7243
7244 2001-12-05  Allan Rae  <rae@lyx.org>
7245
7246         * lyxlength.C: Attempted a fix for the abs(int) header selection.
7247         Works for 2.95.3, from what I understand of Garst's reports this should
7248         work for other g++ versions.  We're screwed if the abs(int) definition
7249         changed between bugfix releases of gcc.
7250
7251 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
7252
7253         * text.C: fix chapter label offset !
7254
7255 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
7256
7257         * lyxtext.h:
7258         * text.C: fix hfill at end of line, clean up
7259
7260 2001-12-04  Juergen Vigna  <jug@sad.it>
7261
7262         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
7263         that we force an update of the inset and it's owners if neccessary.
7264
7265 2001-12-03  Juergen Vigna  <jug@sad.it>
7266
7267         * text.C (rowLast): simplified code
7268
7269 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
7270
7271         * lyxfunc.C: fix show options on timeout
7272
7273 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7274
7275         * screen.C (topCursorVisible): scroll half a page when the cursor
7276         reached top of bottom of screen
7277
7278 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
7279
7280         * minibuffer.C: deactivate on loss of focus
7281
7282 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7283
7284         * vspace.[Ch] (operator!=): add operator.
7285
7286 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
7287
7288         * BufferView_pimpl.C: refuse to open an inset when
7289         there's a selection.
7290
7291 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
7292
7293         * BufferView_pimpl.C: allow to click on RHS of full row insets
7294
7295 2001-11-30  Juergen Vigna  <jug@sad.it>
7296
7297         * tabular.C (LyXTabular): add a same_id to set the same id's in the
7298         insets for undo reasons.
7299
7300 2001-11-28  André Pönitz <poenitz@gmx.net>
7301
7302         * vspace.[Ch]: cosmetical changes
7303
7304 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7305
7306         * LyXAction.h:
7307         * LyXAction.C:
7308         * lyxfunc.h:
7309         * lyxfunc.C:
7310         * kbmap.h:
7311         * kbmap.C:
7312         * lyxrc.C:
7313         * kbsequence.h:
7314         * kbsequence.C: part re-write of old kb code
7315
7316         * Painter.C:
7317         * WorkArea.C: remove Lgb_bug_find_hack
7318
7319 2001-11-30  José Matos <jamatos@fep.up.pt>
7320
7321         * buffer.C (makeDocBookFile): add a comment to point a hack.
7322         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
7323         Fixed a double write of labels.
7324
7325 2001-11-29 Ben Stanley <bds02@uow.edu.au>
7326
7327         * LaTeX.C:
7328         * LaTeX.h Fixed bug in LaTeX class where it would not
7329         re-run latex if no depfiles were changed, but the .dvi was removed.
7330
7331 2001-11-28  André Pönitz <poenitz@gmx.net>
7332
7333         * all the files from the change on 2001/11/26:
7334         use lyx::layout_type instead of LyXTextClass::size_type
7335         use lyx::textclass_type instead of LyXTextClassList::size_type
7336
7337 2001-11-29  Juergen Vigna  <jug@sad.it>
7338
7339         * text.C: added support for paragraph::isFreeSpacing()
7340
7341         * buffer.C: same as above
7342
7343         * paragraph.h: inserted isFreeSpacing() function to enable
7344         FreeSpacing inside InsetERT.
7345
7346         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
7347         of the paragraph's in the cut/copy buffer to 0!
7348
7349         * text2.C (removeRow): remove the assert as it can!
7350
7351         * lyxtext.h: added helper function firstRow returning firstrow and
7352         made firstrow private again.
7353
7354         * BufferView2.C (lockInset): don't relock if we're already locked!
7355
7356         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
7357         the only paragraph.
7358         (removeRow): added Assert::(firstrow)
7359
7360         * debug.C: forgot to add INSETTEXT here.
7361
7362 2001-11-28  Juergen Vigna  <jug@sad.it>
7363
7364         * sp_spell.C (initialize): changed error text to more general
7365         spellchecker command use (not only ispell!)
7366
7367         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
7368
7369         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
7370
7371 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7372
7373         * vspace.C: initialise lyxgluelength on failure
7374
7375 2001-11-28  Allan Rae  <rae@lyx.org>
7376
7377         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
7378         declaration & definition that looks like a function declaration.
7379
7380 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7381
7382         * BufferView2.C (copy):
7383         (copyEnvironment): do not clear the selection when doing a copy.
7384
7385         * text.C (paintFirstRow): compilation fix
7386
7387 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
7388
7389         * tabular.C (Latex): correct line count when writing latex.
7390
7391 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
7392
7393         * paragraph_pimpl.h:
7394         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
7395           bug a bit
7396
7397 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7398
7399         * text.C:
7400         * LColor.h:
7401         * LColor.C: change vfillline->added_space
7402
7403         * text.C: add markers and text for added space
7404
7405         * vspace.C: fix comment
7406
7407 2001-11-28  André Pönitz <poenitz@gmx.net>
7408
7409         * paragraph.C: whitespace changes
7410         * all the other files from the change on 2001/11/26:
7411         change *::pos_type into lyx::pos_type
7412
7413 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7414
7415         * buffer.C (parseSingleLyXformat2Token): Set the language to the
7416         language of the document when inserting error insets.
7417
7418 2001-11-26  André Pönitz <poenitz@gmx.net>
7419
7420         * BufferView_pimpl.[Ch]:
7421         *       CutAndPaste.C:
7422         * buffer.[Ch]:
7423         * lyxcursor.[Ch]:
7424         * lyxfind.C:
7425         * lyxfunc.C:
7426         * lyxrow.[Ch]:
7427         * paragraph.[Ch]:
7428         * paragraph_pimpl.[Ch]:
7429         * sp_spell.C:
7430         * text.C:
7431         * text2.C: reduce header dependencies, introduce type for positions
7432
7433 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
7434
7435         * <various>: change to use Alert.h
7436
7437 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7438
7439         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
7440         when encountering an unknown token.
7441         (readLyXformat2): Show an error message if there were unknown tokens.
7442
7443 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
7444
7445         * BufferView2.C:
7446         * BufferView_pimpl.C:
7447         * buffer.C:
7448         * paragraph.h:
7449         * text.C:
7450         * text2.C: use par->isInset()
7451
7452 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
7453
7454         * paragraph_pimpl.h:
7455         * paragraph_pimpl.C: cleanup
7456
7457 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7458
7459         * text2.C (removeRow):
7460         * text.C (setHeightOfRow): remove useless (and costly) call to
7461         getRow.
7462
7463 2001-11-20  Allan Rae  <rae@lyx.org>
7464
7465         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
7466         Now need Inset*::checkInsertChar() to return true for appropriate
7467         cases so that the characters in the minibuffer will actually be
7468         inserted.
7469
7470 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7471
7472         * text.C: change the order of the includes.
7473         (workWidth): initialize it at once.
7474         (workWidth): make maxw unsigned
7475         (setHeightOfRow): remove unused variable (inset)
7476         (selectSelectedWord): remove unused variable (inset)
7477         (paintRowText): fix drawing of hfill characters, and clean up a bit.
7478
7479 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7480
7481         * lyxserver.C (emergencyCleanup): do not try to close pipes if
7482         server is not running.
7483         (openConnection):
7484         (closeConnection): add debug info when server is disabled.
7485
7486         * ColorHandler.C (getGCForeground): send debug message to GUI
7487         channel.
7488
7489         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
7490
7491         * kbmap.C (bind): modify because return conventions of
7492         kb_sequence::parse have changed.
7493
7494         * kbsequence.C (parse): only ignore spaces and not any stupid
7495         control character. This avoids tests like s[i] <= ' ', which are
7496         guaranteed to fail with 8bit characters and signed chars.
7497         Change return code to string::npos when there have been no error
7498         (0 was a bad idea when error is at first character)
7499
7500 2001-11-14  José Matos  <jamatos@fep.up.pt>
7501
7502         * buffer.h:
7503         * buffer.C (simpleDocBookOnePar): removed unused argument.
7504
7505 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7506
7507         * text.C (selectNextWordToSpellcheck): do not test explicitely for
7508         insets which are part of a word. Paragraph::isLetter takes care of
7509         that now. Use Paragraph::isInset to identify insets.
7510         (selectSelectedWord): do not test for hyphenation break.
7511
7512         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
7513         that protected spaces are considered as spaces.
7514
7515         * paragraph.C (isLetter): cleanup the code for ispell extras; use
7516         Inset::isLetter.
7517
7518 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
7519
7520         * lyxserver.h:
7521         * lyxserver.C: fix it. and small cleanup.
7522
7523 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
7524
7525         * BufferView_pimpl.C: use inline helpers
7526
7527         * LaTeXFeatures.h:
7528         * LaTeXFeatures.C: fix typos
7529
7530         * Spacing.h:
7531         * Spacing.C: move spacing_string into class
7532
7533         * ToolbarDefaults.C: move stuff into namespace anon
7534
7535         * layout.h: update enum
7536
7537         * lyxfunc.C: use better debug
7538
7539         * minibuffer.h: fix typo
7540
7541         * debug.h:
7542         * debug.C:
7543         * WorkArea.C: add and use Debug::WORKAREA
7544
7545         * lyxtext.h:
7546         * text.C:
7547         * text2.C: code re-organisation, inline helpers
7548
7549 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
7550
7551         * Layout.C: replaced a few cases of std::vector.size() == 0 with
7552         std::vector.empty().
7553
7554 2001-11-09  Allan Rae  <rae@lyx.org>
7555
7556         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
7557         '\n's after tables.  Tabular and ERT inset work now makes this no
7558         longer necessary.
7559
7560 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
7561
7562         * minibuffer.h:
7563         * minibuffer.C: fix crash, improve drop-down completion
7564
7565 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
7566
7567         * lyxserver.h:
7568         * lyxserver.C: invalidate fd's when doing endPipe()
7569
7570 2001-11-08  José Matos  <jamatos@fep.up.pt>
7571
7572         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
7573         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
7574
7575         * paragraph.h:
7576         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
7577
7578 2001-11-07  José Matos  <jamatos@fep.up.pt>
7579
7580         * buffer.h:
7581         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
7582         const qualifier.
7583
7584         * buffer.C (sgmlOpenTag):
7585         * buffer.C (sgmlCloseTag): removed debug info.
7586
7587         * buffer.h (sgmlOpenTag):
7588         * buffer.h (sgmlCloseTag): made public.
7589
7590 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7591
7592         * buffer.C (saveParamsAsDefaults):
7593         * lyx_cb.C (MenuLayoutSave): remove
7594
7595         * LyXAction.C (init):
7596         * commandtags.h:
7597         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
7598
7599 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7600
7601         * buffer.C (setPaperStuff): removed from here...
7602
7603         * bufferparams.C (setPaperStuff): ... and moved there.
7604
7605 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
7606
7607         * minibuffer.h:
7608         * minibuffer.C:
7609         * XFormsView.C: add support for drop-down completion
7610
7611 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
7612
7613         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
7614         commands.
7615
7616 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7617
7618         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
7619         disabled.
7620
7621 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
7622
7623         * lyx_main.C: change ref to known bugs
7624
7625 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
7626
7627         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
7628         to work around older babel problems.
7629
7630 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
7631
7632         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
7633
7634 2001-10-24  Juergen Vigna  <jug@sad.it>
7635
7636         * tabular-old.C (ReadOld): below variable changes reflected.
7637
7638         * tabular.[Ch]: added ltType struct for longtable header/footer
7639         defines and changed all instances where they are used. Added
7640         future support for double top/bottom rows.
7641
7642 2001-10-24  José Matos  <jamatos@fep.up.pt>
7643
7644         * buffer.h (docbookHandleCaption):
7645         * buffer.C (docbookHandleCaption): removed unused function.
7646         (makeDocBookFile): moved docbook supported version to v4.1.
7647
7648 2001-10-24  José Matos  <jamatos@fep.up.pt>
7649
7650         * tabular.h:
7651         * tabular.C (docbookRow): new function to export docbook code of a row.
7652         (DocBook): now honors the longtable flags.
7653
7654 2001-10-23  José Matos  <jamatos@fep.up.pt>
7655
7656         * LaTeXFeatures.h:
7657         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
7658         of the lyx defined sgml entities used in a docbook/linuxdoc document.
7659
7660         * buffer.C (makeLinuxDocFile):
7661         (makeDocBookFile): reworked the preamble, more clean, and with
7662         support for lyx defined entities. Changed the document declaration
7663         to be more XML friendly.
7664
7665         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
7666         if we need to output XML that should be done with a filter.
7667
7668 2001-10-22  Juergen Vigna  <jug@sad.it>
7669
7670         * sp_pspell.h (class PSpell): add alive function needed in the
7671         controller to see if the spellchecker could be started.
7672
7673 2001-10-22  Juergen Vigna  <jug@sad.it>
7674
7675         * buffer.C (insertStringAsLines): modify the font for inserting
7676         chars in certain conditions by calling checkInsertChar(font).
7677
7678 2001-10-19  Juergen Vigna  <jug@sad.it>
7679
7680         * text.C (workWidth): use getRow instead of wrong algorithm.
7681         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
7682
7683 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
7684
7685         * lyxserver.h:
7686         * lyxserver.C:
7687         * lyx_main.h:
7688         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
7689
7690 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7691
7692         * text.C (workWidth): do not search for the exact row when
7693         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
7694         optimization for big documents.
7695
7696 2001-10-18  Juergen Vigna  <jug@sad.it>
7697
7698         * text.C (workWidth): new function with added Inset * parameter.
7699
7700 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7701
7702         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
7703
7704         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
7705         change return type of getColumnNearX.
7706
7707
7708         * text.C (changeRegionCase): use uppercase/lowercase instead of
7709         toupper/tolower.
7710         (leftMargin):
7711         (rightMargin): simplify code by factoring out the uses of
7712         textclasslist.
7713         (labelFill):
7714         (numberOfHfills):
7715         (setHeightOfRow):
7716         (appendParagraph): use Paragraph::size_type
7717
7718 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7719
7720         * vspace.C (asLatexString): add a missing break
7721
7722 2001-10-15  Herbert Voss  <voss@perce.de>
7723
7724         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
7725
7726 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7727
7728         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
7729         is not available.
7730
7731 2001-10-10  André Pönitz <poenitz@gmx.net>
7732
7733         * lyxfunc.C: removed greek_kb_flag.
7734
7735 2001-10-10  Herbert Voss  <voss@perce.de>
7736
7737         * lyx_main.C: delete global string help_lyxdir.
7738
7739 2001-10-09  Herbert Voss  <voss@perce.de>
7740
7741         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
7742
7743         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
7744
7745         * lyx_main.C: added global string help_lyxdir.
7746
7747         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
7748
7749 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
7750
7751         * lyxrc.C (set_font_norm_type): support iso8859-4
7752
7753 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
7754
7755         * LaTeX.C (deplog): add another regex for MikTeX
7756
7757 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
7758
7759         * lyxrc.C (set_font_norm_type): support iso8859-3
7760
7761 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7762
7763         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
7764
7765         * LaTeXFeatures.C: remove special case of french and index
7766
7767         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
7768         before \begin{document}). This solves several incompatibilities.
7769
7770 2001-10-03  Garst Reese  <reese@isn.net>
7771
7772         * lyx_cb.C: change CheckTex error msg.
7773
7774 2001-10-03  José Matos  <jamatos@fep.up.pt>
7775
7776         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
7777
7778 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7779
7780         * .cvsignore: update
7781
7782         * lyx_main.C (commandLineVersionInfo): use new style version info.
7783
7784         * buffer.C (writeFile):
7785         (makeLaTeXFile):
7786         (makeLinuxDocFile):
7787         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
7788
7789         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
7790
7791         * version.h: update to use stuff in version.C
7792
7793         * version.C.in: new file. Contains version information determined
7794         at compile time. This is a merging of version.h and
7795         version_info.h.in.
7796
7797 2001-10-03  Juergen Vigna  <jug@sad.it>
7798
7799         * BufferView_pimpl.C (update): don't change "dirty" status in
7800         updateInset call.
7801
7802 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
7803
7804         * WorkArea.C (c-tor): re-position version string slightly.
7805
7806 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
7807
7808         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
7809         revert to previous code.
7810
7811         WorkArea.[Ch]: (show, destroySplash): methods removed.
7812
7813         WorkArea.C: rework code so that it's an amalgam of the codes before and
7814         after the splash screen was moved to WorkArea.
7815
7816 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7817
7818         * lyxrc.C (read):
7819         * vspace.C (inPixels):
7820         (lyx_advance):
7821         * kbmap.C (bind):
7822         * buffer.C (insertStringAsLines):
7823         (asciiParagraph): fix types to be large enough
7824
7825         * lyxlex_pimpl.h: change member status from short to int
7826
7827         * layout.h: fix type of endlabeltype
7828
7829         * kbmap.C (bind):
7830         * kbsequence.C (parse): change return type to string::size_type
7831
7832         * LaTeX.C (updateBibtexDependencies): comment out unneeded
7833         variable
7834
7835         * Bullet.C (bulletSize):
7836         (bulletEntry): do not use short ints as parameters
7837
7838         * BufferView2.C (insertLyXFile): change a char to an int.
7839
7840         * WorkArea.C (WorkArea): remove unneeded floats in computation
7841
7842 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
7843
7844         * buffer.C (asciiParagraph): Treat '\\' as other chars.
7845
7846         * paragraph.C (asString): Do not ignore newline/hfill chars when
7847         copying to the clipboard.
7848
7849 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
7850
7851         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
7852         after a multi-line inset.
7853
7854 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
7855
7856         * paragraph.C (validate): Set NeedLyXFootnoteCode
7857
7858 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
7859
7860         * lyxfont.C (LyXSizeNames): changed increase-error to increase
7861         and decrease-error to decrease.
7862
7863 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7864
7865         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
7866         it more readable (should be equivalent)
7867
7868 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
7869
7870         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
7871
7872 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7873
7874         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
7875         of a cursor (row, etc.) after a character has been deleted
7876         (deleteEmptyParagraphMechanism): call the method above on _all_
7877         cursors held by the LyXText when a double space has been
7878         detected/deleted.
7879
7880 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
7881
7882         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
7883         pixmap.
7884         (resizeCurrentBuff): remove code to destroy the old splash dialog.
7885
7886         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
7887         background. Use greyOut() and the new show() methods to toggle between
7888         the foreground and background. Add code to remove the splash after
7889         its initial showing.
7890
7891         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
7892         (create_forms): no longer call Dialogs::showSplash.
7893
7894 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7895
7896         * .cvsignore: add version_info.h
7897
7898 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7899
7900         * version_info.h.in: new file
7901
7902         * Makefile.am: add version_info.h.in
7903
7904         * lyx_main.C (commandLineVersionInfo): use version_info defined in
7905         version_info.h instead of VERSION_INFO
7906
7907 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
7908
7909         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
7910         The ERT inset now returns string().
7911
7912 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
7913
7914         * lyxtext.h, text.C (selectNextWord): renamed as
7915         selectNextWordToSpellcheck.
7916
7917         * text.C (selectNextWordToSpellcheck): Modified to not select
7918         words inside an ERT inset.
7919
7920 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7921
7922         * lyx_cb.C (MenuLayoutSave): change a bit the question
7923
7924         * sp_base.h: include <sys/types.h>
7925
7926 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
7927
7928         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
7929
7930 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
7931
7932         * several files: fix typos in user-visible strings
7933
7934 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7935
7936         * text2.C (pasteSelection): do not set the selection, since it
7937         will be cleared later. Actually, the intent was to fix the way the
7938         selection was set, but I figured rmoving the code was just as good.
7939
7940 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
7941
7942         * FontLoader.C (available): Check if font is available without
7943         loading the font.
7944
7945 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7946
7947         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
7948
7949 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
7950
7951         * lyxrc.[Ch]: added display_graphics variable and associated code.
7952
7953 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7954
7955         * bufferparams.C (hasClassDefaults): new method. Returns true if
7956         the buffer parameters correspond to known class defaults
7957
7958 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
7959
7960         * XFormsView.C (show): set minimum size to the main window.
7961
7962 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7963
7964         * text2.C (copySelection):
7965         (cutSelection):
7966         * lyxfind.C (LyXReplace):
7967         * BufferView_pimpl.C (Dispatch): pass the correct flag to
7968         LyXText::selectionAsString.
7969
7970         * paragraph.C (asString): add "label" argument to the second form
7971
7972         * text2.C (selectionAsString): add "label" argument and pass it to
7973         Paragraph::asString.
7974
7975 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7976
7977         * lyx_main.C (commandLineHelp): remove version information
7978
7979 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
7980
7981         * lyx_main.C: add -version commandline option
7982
7983 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7984
7985         * paragraph.h: make the optional constructor arg required instead.
7986         some modifications to other files because of this.
7987
7988         * minibuffer.C (C_MiniBuffer_peek_event): make it static
7989
7990         * lyxserver.C (C_LyXComm_callback): make it static
7991
7992         * lyx_main.C (error_handler): make it static
7993
7994         * lyx_gui.C (LyX_XErrHandler): make it static
7995
7996         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
7997
7998         * WorkArea.C: make the extern "C" methods static.
7999
8000         * Makefile.am (lyx_LDADD): simplify
8001
8002 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8003
8004         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
8005         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
8006
8007         * LyXAction.C (init):
8008         * lyxfunc.C (dispatch): associated code removal.
8009
8010 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8011
8012         * lyxfont.h (isSymbolFont): shut off warning
8013
8014         * text.C (setHeightOfRow):
8015         (getVisibleRow): fix crash with empty paragraphs which have a
8016         bottom line
8017
8018 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
8019
8020         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
8021         code.
8022
8023 2001-09-04  José Matos  <jamatos@fep.up.pt>
8024         * buffer.C
8025         * buffer.h
8026         * tabular.C (docbook): rename docBook method to docbook.
8027
8028 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8029
8030         * Makefile.am: add dependencies to main.o.
8031
8032 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
8033
8034         * FontLoader.C (available): Return false if !lyxrc.use_gui
8035
8036 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
8037
8038         * FontInfo.C (query):
8039         * converter.C (view):
8040         * importer.C (Import):
8041         * exporter.C (Export): Can not -> cannot.
8042
8043 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
8044
8045         * BufferView_pimpl.C: allow to create index inset even if
8046           string is empty
8047
8048 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
8049
8050         * buffer.C (getLists): replace boost::tie code with an explicit pair
8051         as boost::tie can break some compilers.
8052
8053         * iterators.h: Added a std:: declaration to the return type of
8054         ParIterator::size.
8055
8056 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
8057
8058         * lyxrc.C: add help for view_dvi_paper_option, default to safe
8059           case.
8060
8061 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
8062
8063         * iterators.[Ch]: New files. Provide paragraph iterators.
8064
8065         * buffer.C (changeLanguage): Use paragraph iterators.
8066         (isMultiLingual): ditto
8067
8068         * BufferView2.C (ChangeInsets): Use paragraph iterators.
8069
8070 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
8071
8072         * FontLoader.C: Support for cmr font.
8073
8074 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
8075
8076         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
8077         (available): New method.
8078
8079         * FontInfo.C (getFontname): Use scalable fonts even when
8080         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
8081         found.
8082
8083 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
8084
8085         * converter.C (Formats::view): reverted! Incorrect fix.
8086
8087 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
8088
8089         * converter.C (Formats::view): only output the -paper option
8090         if the dvi viewer is xdvi, thereby fixing bug #233429.
8091
8092 2001-08-23  Herbert Voss  <voss@perce>
8093
8094         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
8095
8096 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8097
8098         * Spacing.h (Spacing): Set space to Default on in the default
8099         constructor.
8100
8101 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8102
8103         * vc-backend.h (RCS::versionString): add RCS to version
8104         (CVS::versionString): add CVS to version
8105
8106         * vc-backend.C (scanMaster): do not add CVS to version.
8107         (scanMaster): do not add RCS to version
8108
8109         * lyxvc.C (versionString): new method
8110
8111         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
8112
8113 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8114
8115         * Spacing.C (set): initialize fval
8116
8117 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
8118
8119         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
8120         " or \.
8121
8122 2001-08-16  Juergen Vigna  <jug@sad.it>
8123
8124         * lyxfunc.C (dispatch): implemented the new FINISHED states.
8125
8126 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
8127
8128         * BufferView_pimpl.C:
8129         * figureForm.C:
8130         * lyxtext.h:
8131         * text2.C: setParagraph takes linespacing now
8132
8133 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
8134
8135         * LyxAction.C: add internal LFUN_CITATION_INSERT
8136
8137         * LyXView.C: actually apply fix
8138
8139         * bufferlist.C: fix open non-existent file
8140
8141         * lyxfind.C: fix indentation
8142
8143         * lyxfunc.C: remove unneeded assert, fix typo
8144
8145 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
8146
8147         * MenuBackend.C: use "Floatname List"
8148
8149 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
8150
8151         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
8152         when converting LaTeX layout to insetERT.
8153         Generate a non-collapsed float when reading old float
8154
8155 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
8156
8157         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
8158         ERT insets.
8159
8160 2001-08-13  Juergen Vigna  <jug@sad.it>
8161
8162         * text.C (fill): return 0 instead of 20 as this seems to be the more
8163         correct value.
8164
8165 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
8166
8167         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
8168         lyxrc.font_norm.
8169
8170 2001-08-13  Juergen Vigna  <jug@sad.it>
8171
8172         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
8173         casesensitive off.
8174         (SearchBackward): comment out the unlocking of the inset_owner this
8175         should not be needed!
8176
8177 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
8178
8179         * Many files: Remove inherit_language, and add latex_language
8180
8181         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
8182         collapsible insets.
8183
8184 2001-08-10  Juergen Vigna  <jug@sad.it>
8185
8186         * text.C (prepareToPrint): fixed hfill-width in draw!
8187
8188         * BufferView2.C (selectLastWord): save the selection cursor as this
8189         now is cleared in the function LyXText::clearSelection!
8190
8191 2001-08-08  Juergen Vigna  <jug@sad.it>
8192
8193         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
8194         BACKSPACE type functions.
8195
8196         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
8197         is only cutted from the document but not put in the cut-buffer, where
8198         still the old stuff should be.
8199
8200         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
8201
8202         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
8203
8204         * tabular.C (SetWidthOfCell): fixed special case where the width
8205         was not updated!
8206         (LeftLine): handle '|' in align_special.
8207         (RightLine): ditto
8208         (LeftAlreadyDrawed): ditto
8209         (SetWidthOfCell): ditto
8210
8211 2001-08-07  Juergen Vigna  <jug@sad.it>
8212
8213         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
8214
8215 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8216
8217         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
8218         * lyxlex.[hC]: ditto
8219
8220 2001-08-06  Juergen Vigna  <jug@sad.it>
8221
8222         * text.C (getVisibleRow): fix up row clearing a bit.
8223
8224 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8225
8226         * minibuffer.C: make sure the X server sees the changes in the input.
8227
8228 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8229
8230         * paragraph.C (getFont): split into...
8231         (getLabelFont): this
8232         (getLayoutFont): and this
8233         * paragraph_pimpl.C (realizeFont): calling this
8234
8235         * text2.C (getFont): split into...
8236         (getLayoutFont): this
8237         (getLabelFont): and this
8238         (realizeFont): all three calling this
8239
8240         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
8241         files where used.
8242
8243 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8244
8245         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
8246
8247 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
8248
8249         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
8250         layouts from the Quote inset insertion.
8251
8252 2001-08-03  Juergen Vigna  <jug@sad.it>
8253
8254         * BufferView_pimpl.C (update): do the fitCursor only at the end!
8255
8256         * screen.C (drawFromTo): don't call fitcursor here and do the loop
8257         only if status not is already CHANGED_IN_DRAW (second level).
8258
8259         * text.C (draw): don't set the need_break_row when inside an
8260         InsetText LyXText.
8261
8262 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8263
8264         * buffer.C (parseSingleLyXformat2Token): handle more latex
8265         conversion cases.
8266
8267         * bufferview_funcs.[hC]: change function names to
8268         begin with small char, adjust other files.
8269
8270 2001-08-02  André Pönitz <poenitz@gmx.net>
8271
8272         * lyxfunc.C:
8273         BufferView_pimpl.C: remove broken special code for math-greek
8274
8275 2001-08-02  Juergen Vigna  <jug@sad.it>
8276
8277         * BufferView_pimpl.C (update): redone this function so that we
8278         update the text again if there was a CHANGE_IN_DRAW.
8279
8280         * screen.C (cursorToggle): removed LyXText parameter and recoded.
8281         (drawFromTo): added a new internal bool which is used by draw() and
8282         redraw() function.
8283         (general): some cursor drawing problems fixed.
8284
8285 2001-08-01  Juergen Vigna  <jug@sad.it>
8286
8287         * lyxfind.C (LyXFind): fixed
8288         (SearchForward): ditto
8289         (SearchBackward): ditto
8290
8291         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
8292         spurius drawing of the cursor in the main area.
8293
8294         * text2.C (status): small fix which could lead to a segfault!
8295         (clearSelection): remove unneeded BufferView param.
8296
8297 2001-08-01  André Pönitz <poenitz@gmx.net>
8298
8299         * lyxfunc.C: small change due to changed mathed interface
8300
8301 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8302
8303         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
8304
8305 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
8306
8307         * lyxfunc.c: fail gracefully if file doesn't exist
8308
8309         * LyXSendto.C:
8310         * buffer.C:
8311         * lyxfunc.C:
8312         * BufferView_pimpl.C: IsDirWriteable() proto changed
8313
8314         * LyXView.C: fix updateWindowTitle() to store the last title
8315
8316 2001-07-31  Juergen Vigna  <jug@sad.it>
8317
8318         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
8319         the font (wrong since using of Paragraph::highestFontInRange).
8320
8321         * paragraph.C (highestFontInRange): added a default_size parameter.
8322
8323         * text.C (getVisibleRow): minor clear row changes (still not perfect).
8324         (setHeightOfRow): reformat
8325
8326 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8327
8328         * converter.[hC] + affected files: move to (inital-char)lowercase
8329         function names.
8330
8331         * ParagraphParameters.C (ParagraphParameters): remove commented code
8332
8333         * PainterBase.[Ch]: remove commented code
8334
8335         * LaTeXFeatures.h: add "bool floats" for float.sty
8336
8337         * LaTeXFeatures.C (LaTeXFeatures): init floats
8338         (require): handle float
8339         (getPackages): do it with floats
8340
8341 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8342
8343         * BufferView_pimpl.C (Dispatch): improve handling of
8344         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
8345
8346         * commandtags.h: #include lyxfont.h here temporarily to avoid
8347         keybinding bug.
8348
8349         * bufferlist.h: include LString.h here.
8350
8351 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8352
8353         * text2.C (getStringToIndex): new method.
8354
8355 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
8356
8357         * *: Reduced header file dependencies all over.
8358
8359 2001-07-30  Baruch Even  <baruch@lyx.org>
8360
8361         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
8362
8363 2001-07-29  Baruch Even  <baruch@lyx.org>
8364
8365         * buffer.C (readInset): Changed GRAPHICS to Graphics.
8366
8367 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8368
8369         * ParameterStruct.h (endif): add a default constructor to make
8370         sure that all variables is initialized.
8371
8372         * ParagraphParameters.C (ParagraphParameters): adjust
8373
8374 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8375
8376         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
8377         index; also, check that there is something to index, and that it
8378         does not span over several paragraphs.
8379         (doubleClick): use WHOLE_WORD_STRICT for double click.
8380
8381         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
8382
8383         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
8384         scheme.
8385
8386 2001-07-26  Baruch Even  <baruch@lyx.org>
8387
8388         * buffer.C (readInset): Changed to call up InsetGraphics when reading
8389         an InsetFig figure, backwards compatible reading of old figure code.
8390
8391 2001-07-27  Juergen Vigna  <jug@sad.it>
8392
8393         * text2.C: font.realize function adaption.
8394
8395         * text.C (draw): add a warnings lyxerr text if needed.
8396
8397         * layout.C: font.realize function adaption.
8398
8399         * language.C: add inherit_language and implement it's handlings
8400
8401         * bufferview_funcs.C (StyleReset): remove language parameter from
8402         font creation (should be language_inherit now).
8403
8404         * bufferparams.C (writeFile): handle ignore_language.
8405
8406         * paragraph.C (getFontSettings): the language has to be resolved
8407         otherwise we have problems in LyXFont!
8408
8409         * lyxfont.C (lyxWriteChanges): added document_language parameter
8410         (update): removed unneeded language parameter
8411
8412         * paragraph.C (validate): fixed wrong output of color-package when
8413         using interface colors for certain fonts in certain environments,
8414         which should not seen as that on the final output.
8415
8416 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
8417
8418         * BufferView_pimpl.C:
8419         * Thesaurus.h:
8420         * Thesaurus.C:
8421         * Makefile.am:
8422         * commandtags.h:
8423         * LyXAction.C: add thesaurus support
8424
8425         * lyxfind.h:
8426         * lyxfind.C: add "once" parameter, for thesaurus, to not
8427           move to the next match
8428
8429 2001-07-26  Juergen Vigna  <jug@sad.it>
8430
8431         * lyxfont.C (realize): honor ignore_language too!
8432         (resolved): ditto.
8433
8434         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
8435
8436         * text.C (draw): one place more for ignore_language to not draw
8437         itself!
8438
8439 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
8440
8441         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
8442
8443 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8444
8445         * buffer.C (parseSingleLyXformat2Token): a more general fix for
8446         the minipage conversion problem.
8447
8448 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8449
8450         * buffer.C (parseSingleLyXformat2Token): check minipage if we
8451         insert an inset.
8452
8453 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8454
8455         * BufferView.h: don't forward declare WorkArea
8456
8457         * BufferView.C: don't include WorkArea.h
8458
8459 2001-07-25  André Pönitz <poenitz@gmx.net>
8460
8461         * commandtags.h:
8462         * LyXAction.C:
8463         * lyxfunc.C:  new LFUN 'math-space'
8464
8465         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
8466
8467 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8468
8469         * text2.C (toggleInset): call open/close
8470
8471 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8472
8473         * lyxfunc.C (dispatch): add debug for the disabled case
8474
8475         * font.C (buttonText): make similar to rectText
8476
8477         * buffer.C (readInset): comment out parsing of insetlist and
8478         insttheorem
8479
8480         * PainterBase.C (rectText): small correction
8481
8482         * BufferView_pimpl.C: comment out insettheorem and insetlist
8483         * LyXAction.C: ditto
8484         * commandtags.h: ditto
8485
8486 2001-07-24  Juergen Vigna  <jug@sad.it>
8487
8488         * text.C (draw): honor the ignore_language.
8489
8490         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
8491
8492 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8493
8494         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
8495         char inset.
8496
8497 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8498
8499         * lyxtext.h: remove unused (and unimplemented) methods
8500
8501 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8502
8503         * text.C (getVisibleRow): honor background color
8504
8505         * PainterBase.h:
8506         * Painter.h: remove default color argument for fillRectangle
8507
8508         * text.C (backgroundColor): new method
8509
8510 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8511
8512         * text.C (getVisibleRow): adjust
8513
8514         * font.[Ch] (rectText): new method, metrics
8515         (buttonText): new method, metrics
8516
8517         * PainterBase.[hC]: make rectText and buttonText always draw and take
8518         fewer paramteres.
8519
8520 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8521
8522         * ToolbarDefaults.C (read):
8523         * MenuBackend.C (read): allow escaping in all strings
8524
8525         * BufferView_pimpl.C (insertAndEditInset): new method.
8526         (Dispatch): use insertAndEditInset whenever appropriate.
8527
8528         * BufferView_pimpl.C (insertNote): removed
8529
8530         * BufferView_pimpl.C (smartQuote): new method, moved from
8531         BufferView; if an insetquote cannot be inserted, insert a '"'
8532         character instead.
8533
8534         * BufferView2.C: remove insertCorrectQuote();
8535
8536         * lyxfunc.C (getStatus): Add support for all remaingin
8537         inset-insert lfuns.
8538
8539         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
8540
8541         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
8542         command (necessary to pass " as parameter of self-insert.
8543
8544         * text.C (selectWordWhenUnderCursor):
8545         (selectWord): add word_location parameter
8546         (selectWordWhenUnderCursor): same + remove special code for word
8547         boundary.
8548         (selectNextWord): use kind() to guess type of insetspecialchar,
8549         not latex().
8550
8551         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
8552         (insertErtContents): create ert insets as collapsed.
8553         (readInset): better compatibility code for Info inset.
8554
8555 2001-07-20  Juergen Vigna  <jug@sad.it>
8556
8557         * lyxfunc.C (dispatch): use always LyXFind now!
8558
8559         * text2.C (init): add a reinit flag so that the LyXText can be
8560         reinited instead of deleted and reallocated (used in InsetText).
8561
8562         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
8563
8564         * text.C: ditto
8565
8566         * text2.C: ditto
8567
8568 2001-07-18  Juergen Vigna  <jug@sad.it>
8569
8570         * text.C (selectNextWord): handle insets inside inset by calling
8571         always the bv->text functions so that we can go up the_locking_inset!
8572
8573         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
8574         in strange locations when inside an inset!
8575
8576         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
8577         handling to include insets.
8578
8579         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
8580
8581 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8582
8583         * LyXAction.C (init):
8584         * commandtags.h:
8585         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
8586         LIGATURE_BREAK, since the name is so stupid.
8587
8588 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
8589
8590         * buffer.C (readInset): enable reading of new InsetNotes as well as old
8591         InsetInfos.
8592
8593         * FontLoader.C: remove FORMS_H_LOCATION cruft.
8594
8595         * sp_form.[Ch]: remove.
8596
8597         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
8598
8599         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
8600         InsetInfo.
8601
8602         * src/buffer.C (readInset): ditto.
8603
8604 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8605
8606         * BufferView_pimpl.C (specialChar): new method. Obsoletes
8607         menuSeparator(), endOfSentenceDot(), ldots() and
8608         hyphenationPoint(), which are therefore removed.
8609         (Dispatch): handle LFUN_HYPHENATION_BREAK.
8610
8611         * LyXAction.C (init):
8612         * commandtags.h: add LFUN_HYPHENATION_BREAK.
8613
8614         * paragraph.C (getWord): removed.
8615
8616         * BufferView_pimpl.C (Dispatch): use last word or selection for
8617         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
8618
8619         * lyx_main.C (queryUserLyXDir): do not ask before creating
8620         user_dir, except if it has been named explicitely.
8621
8622 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
8623
8624         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
8625         a document of zero size.
8626
8627 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
8628
8629         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
8630         approriately in the c-tor and in require().
8631         (getPackages): output the appropriate LaTeX for natbib support.
8632
8633         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
8634         variables "use_natbib" and "use_numerical_citations" when reading the
8635         LyX file.
8636         (readInset): read the various natbib cite commands.
8637         (validate): white-space change.
8638
8639         * bufferparams.[Ch]: new variables "bool use_natbib" and
8640         "bool use_numerical_citations".
8641         (writeFile): output them in the LyX file.
8642
8643 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8644
8645         * lyxfunc.C (getStatus): add support for all the inset insertion
8646         commands.
8647
8648         * text2.C (insertInset):
8649         * paragraph.C (insetAllowed):
8650         * BufferView_pimpl.C (insertInset): update to take in account the
8651         renaming of insertInsetAllowed
8652
8653         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
8654
8655         * text2.C (getInset): new method. returns inset at cursor position.
8656
8657         * BufferView_pimpl.C (Dispatch): changes because of this.
8658
8659         * LyXAction.C (init): rename open-stuff to inset-toggle.
8660
8661         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
8662
8663         * text2.C (toggleInset): renamed from openStuff; use
8664         Inset::open().
8665
8666 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
8667
8668         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
8669
8670         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
8671
8672 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
8673
8674         * buffer.C (readLyXformat2): Add filename to the error dialog
8675
8676 2001-07-18  Juergen Vigna  <jug@sad.it>
8677
8678         * tabular.C (GetCellNumber): put an assert here instead of the check!
8679
8680 2001-07-17  Juergen Vigna  <jug@sad.it>
8681
8682         * BufferView_pimpl.C (toggleSelection): adapted too.
8683
8684         * text.C (selectNextWord): adapted for use with insets.
8685         (selectSelectedWord): ditto
8686
8687 2001-07-17  Juergen Vigna  <jug@sad.it>
8688
8689         * sp_spell.C (PSpell): fix initialitation order.
8690
8691 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8692
8693         * paragraph.C: spacing
8694
8695 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
8696
8697         * sp_spell.C: repair language selection for pspell
8698
8699 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8700
8701         * lyxfunc.h: change more methods to begin with lower char.
8702
8703 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
8704
8705         * buffer.C (parseSingleLyXformat2Token): Generate error insets
8706         for unknown layouts.
8707
8708 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8709
8710         * buffer.C (readLyXformat2): Generate an error dialog if there are
8711         unknown layouts.
8712
8713 2001-07-16  Juergen Vigna  <jug@sad.it>
8714
8715         * sp_spell.C: always compile ISpell part.
8716
8717         * lyxrc.C: added use_pspell entry and it's handling.
8718
8719 2001-07-13  Juergen Vigna  <jug@sad.it>
8720
8721         * sp_spell.C: removed double includes.
8722
8723 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
8724
8725         Consistent use of Lsstream.h:
8726         * Lsstream.h: added using std::stringstream for consistencies sake.
8727
8728         * buffer.C: removed using std::stringstream
8729
8730         * lyxfont.C (stateText):
8731         * paragraph.C (asString):
8732         * text.C (selectNextWord, selectSelectedWord):
8733         * text2.C (setCounter):
8734         * vspace.C (asString, asLatexString):
8735         std::ostringstream -> ostringstream.
8736
8737 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
8738
8739         * LyXAction.C: add LFUN_HELP_ABOUTLYX
8740         * commandtags.h: add LFUN_HELP_ABOUTLYX
8741         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
8742
8743 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
8744
8745         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
8746         cursorToggle()
8747         * lyx_gui_misc.C: remove spellchecker
8748         * lyxfunc.C: showSpellchecker
8749         * sp_base.h: added
8750         * sp_ispell.h: added
8751         * sp_pspell.h: added
8752         * sp_spell.C: added
8753         * sp_form.[Ch]: removed
8754         * spellchecker.[Ch]: removed
8755
8756 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
8757
8758         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
8759         is set.
8760         (simpleTeXSpecialChars): Simply print the input character without
8761         any special translation if pass_thru is set.
8762
8763         * layout.h: Added bool pass_thru to layout class for being able to
8764         implement pass through of a paragraph for Literate Programming.
8765
8766         * layout.C: add LT_PASS_THRU to LayoutTags enum.
8767         * layout.C (LyXLayout): set pass_thru to flase in constructor.
8768         * layout.C (Read): add "passthru" to list of layout tags and add
8769         code to set the pass_thru boolean when it is read.
8770
8771 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8772
8773         * trans_decl.h: remove allowed from KmodInfo
8774
8775         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
8776         remove allowed code
8777         (Load): adjust
8778
8779         * paragraph_pimpl.C (erase): use boost::prior
8780
8781         * Painter.C (text): use data() instead of c_str() when length is
8782         also provided.
8783         * WorkArea.C (putClipboard): ditto
8784         * font.h (width): ditto
8785
8786         * BufferView2.C: use it-> instead of (*it). for iterators
8787         * texrow.C: ditto
8788         * paragraph_pimpl.C: ditto
8789         * paragraph.C: ditto
8790         * minibuffer.C: ditto
8791         * language.C: ditto
8792         * kbmap.C: ditto
8793         * encoding.C: ditto
8794         * counters.C: ditto
8795         * converter.C: ditto
8796         * chset.C: ditto
8797         * Variables.C: ditto
8798         * TextCache.C: ditto
8799         * MenuBackend.C: ditto
8800         * LyXAction.C: ditto
8801         * LColor.C: ditto
8802         * FloatList.C: ditto
8803         * DepTable.C: ditto
8804         * ColorHandler.C (LyXColorHandler): ditto
8805
8806 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8807
8808         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
8809
8810         * text2.C (openStuff): reintroduce this method (which had been
8811         nuked in NEW_INSETS frenzy).
8812
8813         * lyxfunc.C (Dispatch): when an action has not been handled, use
8814         its name in the error message, not its number.
8815
8816         * paragraph.C (inInset): change method name to begin with lowercase.
8817
8818         * undo_funcs.C:
8819         * text2.C: updates because of this.
8820
8821 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8822
8823         * ToolbarDefaults.C (add): add spaces in error message
8824
8825 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8826
8827         * buffer.C (readLyXformat2): initialize the ert comp. variables.
8828         (readLyXformat2): rename return_par to first_par, use lyxlex's
8829         pushToken and remove the manual push handling.
8830         (parseSingleLyXformat2Token): add another ert comp. variable:
8831         in_tabular, rename return_par to first_par. handle newlines better
8832
8833 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8834
8835         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
8836
8837 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8838
8839         * text2.C (getParFromID): removed
8840
8841         * buffer.C (getParFromID): new method moved form lyxtext.
8842         * BufferView2.C (insertErrors): adjust
8843         (setCursorFromRow): adjust
8844         * BufferView_pimpl.C (restorePosition): adjust
8845         * lyxfunc.C (Dispatch): adjust
8846         * undo_funcs.C (textUndo): adjust
8847         (textRedo): adjust
8848         (textHandleUndo): adjust
8849         (textHandleUndo): adjust
8850
8851 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8852
8853         * buffer.C: up' the LYX_FORMAT
8854
8855         * lyxfont.h: turn NO_LATEX on as default
8856
8857         * buffer.C (insertErtContents): new methods of tex style compability.
8858         (parseSingleLyXformat2Token): use it several places.
8859         * tabular.C (OldFormatRead): and here
8860
8861 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8862
8863         * text2.C: remove some commented code.
8864         reindent file.
8865
8866         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
8867         * trans.C: changes because of the above.
8868
8869 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
8870
8871         * text2.C (setCounter): Fix counters bug with bibliography layout.
8872
8873 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8874
8875         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
8876         own member functions
8877         (simpleTeXSpecialChars): ditto
8878
8879 2001-07-06  Juergen Vigna  <jug@sad.it>
8880
8881         * a lot of files: changed the access to LyXText::status and the
8882         call of undo-functions.
8883
8884         * undo.[Ch]: added a inset_id to the undo informations.
8885
8886         * undo_funcs.[Ch]: added and moved here all undo functions.
8887
8888         * lyxtext.h: give the status enum a weight, made status_ a private
8889         variable and made accessor functions for it, removed the whole bunch
8890         of undo-functions as they are now in their own file, make some
8891         functions publically available. Added function ownerParagraph with
8892         int parameter.
8893
8894         * paragraph.[Ch]: added "bool same_ids" to the constructor,
8895         made InInset() a const function, added getParFromID() function.
8896
8897         * buffer.[Ch]: added const version for inset_iterator functions,
8898         added getInsetFromID() function.
8899
8900         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
8901         changed undo functions for new version.
8902
8903 2001-07-05  Juergen Vigna  <jug@sad.it>
8904
8905         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
8906         unknow mechanism does not call the proper constructor but only this
8907         one also if I request the other!?
8908
8909 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8910
8911         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
8912
8913         * text2.C (LyXText): use initialization lists.
8914
8915         * lyxtext.h (Selection): initialize set_ and mark_
8916         (init): remove method
8917
8918 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
8919
8920         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
8921
8922 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8923
8924         * screen.[Ch]: change method names to begin with lowercase
8925
8926         * BufferView_pimpl.C (updateScrollbar): simplify further and
8927         hopefully make it a bit faster.
8928
8929 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8930
8931         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
8932         calling directly xforms functions.
8933
8934         * Painter.C (Painter):
8935         * lyx_cb.C (MenuWrite):
8936         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
8937         fl_display.
8938
8939         * lyx_gui.C: remove bogus guiruntime extern declaration.
8940
8941 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8942
8943         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
8944         in NEW_INSETS
8945         (redoDrawingOfParagraph): ditto
8946         (redoParagraphs): ditto
8947         (cutSelection): don't create a object for CutAndPaste use the
8948         static method directly
8949         (pasteSelection): ditto
8950
8951         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
8952         LyXview (+ rename)
8953
8954 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8955
8956         * modifications to some other files because of this.
8957
8958         * Makefile.am (lyx_SOURCES): add XFormsView
8959
8960         * XFormsView.[Ch]: new files
8961
8962         * LyXView.[Ch]: make LyXView a base class for the gui handling for
8963         the main window. Move the gui dependent stuff to XFormsView
8964
8965 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8966
8967         * tabular.C (GetCellInset): update cur_cell also in the row/col
8968         version of this function.
8969
8970         * lyxfunc.C: no need to include figure_form.h here.
8971
8972         * FontLoader.h:
8973         * lyxfunc.h:
8974         * lyxscreen.h:
8975         * text2.C:
8976         * lyxvc.C: no need to include forms.h here.
8977
8978 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8979
8980         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
8981
8982         * lyxfunc.C (Dispatch):
8983         * Spacing.C (set):
8984         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
8985         constructor argument.
8986
8987 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8988
8989         * paragraph.C (Paragraph): dont't clear, and just set layout.
8990         (makeSameLayout): use params's copy contructor.
8991
8992         * ParagraphParameters.[Ch] (makeSame): delete method
8993
8994 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
8995
8996         * Variables.[Ch]: fix indentation, rename set to isSet
8997
8998 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8999
9000         * lyxfunc.C (Dispatch): fix typo
9001
9002 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9003
9004         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
9005         upper_bound.
9006
9007         * bufferlist.C: include assert.h for emergencyWrite().
9008
9009 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9010
9011         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
9012           give up at last (bug #425202) !
9013
9014 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
9015
9016         * lyx_gui_misc.C:
9017         * sp_form.h:
9018         * sp_form.C:
9019         * spellchecker.h:
9020         * spellchecker.C: strip spellchecker options and bring up
9021           preferences tab instead
9022
9023 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9024
9025         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
9026         the istringstream constructor
9027
9028 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9029
9030         * paragraph.C (getLayout): fix return value
9031
9032         * paragraph.h: do not declare getLayout as inline.
9033
9034         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
9035
9036 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9037
9038         * lyxcursor.h (operator<): new func
9039         (operator>): new func
9040         (operator>=): new func
9041         (operator<=): new func
9042
9043         * text.C (changeCase): use selection.start and selection.end
9044         (changeRegionCase): require from to be <= to. Require par to be a
9045         valid paragraph.
9046
9047         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
9048
9049 2001-06-27  Juergen Vigna  <jug@sad.it>
9050
9051         * text.C (cursorLeftOneWord): changed to return the cursor and added
9052         overlay with BufferView * parameter which calls this one.
9053         (getWord): added
9054         (selectWord): use new getWord function.
9055         (changeCase): renamed from changeWordCase as and extended to work
9056         also on selections.
9057
9058         * lyxtext.h: added enum word_location
9059
9060         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
9061         changeCase as this operates now also on selections.
9062
9063 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
9064
9065         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
9066
9067         * many files: send debug output to Debug::INFO instead of
9068         Debug::ANY.
9069
9070         * converter.C (View):
9071         (Convert):
9072         (Move): send debug output to Debug::FILES instead of console.
9073
9074 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
9075
9076         * lyxfunc.C (getStatus): use func_status
9077
9078         * func_status.h: new header, describing the results of
9079         LyXFunc::getStatus;
9080
9081         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
9082         LFUN_MATH_HALIGN.
9083
9084 2001-06-25  The LyX Project  <jug@sad.it>
9085
9086         * buffer.C (sgmlOpenTag):
9087         (sgmlCloseTag):
9088         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
9089
9090 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9091
9092         * text2.C: remove some dead code
9093
9094         * tabular.C (GetCellInset): store the last cell checked (gotten)
9095
9096         * tabular.h: add the helper for the speedup
9097
9098         * lyxtext.h: remove some dead code
9099
9100 2001-06-26  The LyX Project  <Asger>
9101
9102         * paragraph.C: Change export to LaTeX of alignment to
9103         \begin{center} and family for better roundtrip work with reLyX.
9104
9105         * Tune the math drawing a bit.
9106
9107 2001-06-25  The LyX Project  <Asger>
9108
9109         * LColor.C (LColor): New color for math background. New color
9110         for buttons.
9111
9112 2001-06-25  The LyX Project  <jug@sad.it>
9113
9114         * lyxfunc.C (MenuNew): remove extra check for .lyx file
9115
9116         * lyxfunc.C (Open):
9117         * bufferlist.C (newFile): do not restrict to files ending with
9118         .lyx
9119
9120         * BufferView_pimpl.C (MenuInsertLyXFile):
9121
9122 2001-06-24  The LyX Project  <jug@sad.it>
9123
9124         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
9125         of compare_no_case
9126
9127 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9128
9129         * lyxtext.h: rename most methods to begin with a small char.
9130         Lots of changes because of this.
9131
9132         * paragraph.C (Paragraph): do not call fitToSize
9133         (erase): call Pimpl::erase
9134         (insertChar): call Pimpl::insertChar
9135         (insertInset): call Pipl::insertInset
9136         (breakParagraph): do not call fitToSize
9137         (breakParagraphConservative): do not call fitToSize
9138         (fitToSize): remove method
9139
9140         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
9141
9142 2001-06-24  The LyX Project  <Asger>
9143
9144         * Fix Qt compilation^2
9145
9146 2001-06-24  The LyX Project  <jug@sad.it>
9147
9148         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
9149         depthHook(getDepth()-1).
9150
9151         * paragraph.h:
9152         * ParagraphParameters.h:
9153         * ParameterStruct.h: change type of depth to unsigned int ==
9154         depth_type. Many adaptations to other files before of that.
9155
9156 2001-06-24  The LyX Project  <Asger>
9157
9158         * Fix Qt compilation.
9159
9160 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9161
9162         * paragraph.h: renamed several methods to begin with small letter.
9163         several changes to many parts of the code because of this.
9164
9165 2001-06-23  The LyX Project  <jug@sad.it>
9166
9167         * text2.C (InsertStringAsLines): renamed from InsertStringA;
9168         rewritten to discard all double spaces when KeepEmpty is off
9169         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
9170         to only handle newlines but not fiddle with spaces and friends.
9171
9172         * lyxfunc.C (MenuNew): when doing 'new from template', use
9173         template_path as default directory
9174
9175 2001-06-23  The LyX Project  <Asger>
9176
9177         * Clean-up of header file includes all over
9178         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
9179
9180 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9181
9182         * paragraph.h: renamed from lyxparagraph.h
9183
9184 2001-06-23  Asger  <lyx@violet.home.sad.it>
9185
9186         * Buffer.h: Removed Buffer::resize
9187         * BufferList.h: Removed BufferList::resize
9188         * LyXView.h: Added LyXView::resize. This way, we will only reflow
9189         the document lazily when we change the width, or the font settings.
9190
9191 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9192
9193         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
9194
9195 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9196
9197         * buffer.h: remove out of date comment
9198
9199 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
9200
9201         * lyxscreen.h:
9202         * screen.C: fix "theoretical" GC leak
9203
9204 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9205
9206         * LaTeX.C (scanAuxFile):
9207         (deplog): remove trailing \r when reading stream (useful under
9208         win32)
9209
9210 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
9211
9212         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
9213         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
9214         and BufferView::theLockingInset(Inset*), so should use them and not
9215         access bv_->text->the_locking_inset directly.
9216
9217         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
9218
9219 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
9220
9221         * Makefile.am:
9222         * tex-defs.h: remove old unused file
9223
9224 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
9225
9226         * BufferView_pimpl.C: fix typo, remove minibuffer message
9227           when buffer has loaded
9228
9229 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9230
9231         * lyxfunc.C (Dispatch): use stringstream
9232         (MenuNew): use stringstream
9233         (Open): use stringstream
9234
9235         * importer.C (Import): use stringstream
9236
9237         * bufferview_funcs.C (CurrentState): use stringstream
9238
9239         * LaTeX.C (run): use stringstream
9240
9241         * BufferView_pimpl.C (savePosition): use stringstream
9242         (restorePosition): use stringstream
9243         (MenuInsertLyXFile): use stringstream
9244
9245 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
9246
9247         * BufferView.C:
9248         * Bullet.C:
9249         * ColorHandler.C:
9250         * FontInfo.C:
9251         * FontLoader.C:
9252         * LColor.C:
9253         * LaTeXFeatures.C:
9254         * Painter.C:
9255         * gettext.C:
9256         * lyx_gui_misc.C:
9257         * lyxserver.C:
9258         * vspace.C: removed // -*- C++ -*- as first line.
9259
9260         * lyxfind.h:
9261         * version.h: added // -*- C++ -*- as first line.
9262
9263 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9264
9265         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
9266
9267         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
9268         of string
9269
9270 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9271
9272         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
9273         of floats.
9274
9275 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9276
9277         * gettext.C: include LString.h even when --disable-nls is on.
9278
9279 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
9280
9281         * converter.h (Get): changed argument type from int to
9282         FormatList::size_type to avoid unnecessary conversion.
9283
9284         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
9285         before using it.
9286
9287 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9288
9289         * gettext.h: include LString.h even when --disable-nls is on.
9290
9291 2001-06-07  Juergen Vigna  <jug@sad.it>
9292
9293         * text.C (BreakAgain): subst spaces with tabs.
9294
9295         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
9296         (resizeInsetsLyXText): set force on resizeLyXText.
9297
9298 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9299
9300         * gettext.h (gettext_init):
9301         (locale_init): use a real definition instead of a macro
9302
9303 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
9304
9305         * Bufferview_pimpl.C:
9306         * LColor.h:
9307         * LColor.C: further lcolor tidies
9308
9309 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9310
9311         * BufferView_pimpl.C (updateScrollbar): simplify.
9312
9313         * BufferView2.C: don't include insets/insetinfo.h, change
9314         prototype for insertInset and call the Pimpl version. let
9315         updateInset call Pimpl version.
9316
9317         * BufferView.h: move inset_slept to BufferView::Pimpl, move
9318         gotoInset to BufferView::Pimpl
9319
9320 2001-06-01  Juergen Vigna  <jug@sad.it>
9321
9322         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
9323         inside a LockingInset (is the update needed at all?).
9324
9325 2001-05-31  Juergen Vigna  <jug@sad.it>
9326
9327         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
9328         here not the old one otherwise how should we compare it afterwards
9329         if it's the same!
9330
9331 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9332
9333         * lyxfont.C:
9334         * tabular.C:
9335         * tabular-old.C:
9336         * FontInfo.C: bring C functions into global namespace when
9337         necessary
9338
9339 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9340
9341         * LString.h: make sure config.h has been loaded before LString.h.
9342
9343         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
9344         (one for each char read by EatLine!).
9345
9346         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
9347         variables.
9348
9349 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9350
9351         * paragraph.C (BreakParagraph): set the inset_owner in the new par
9352         to the same as the par we break from
9353
9354 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9355
9356         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
9357
9358         * MenuBackend.C (expand): also create menu entries for wide
9359         versions of the floats.
9360
9361         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
9362
9363         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
9364
9365         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
9366         frontends/Makefile.am
9367
9368         * text2.C: adjust
9369         * text.C: adjust
9370
9371
9372         * tabular.C (getTokenValue): add std::
9373
9374         * tabular-old.C (getTokenValue): add std::
9375         (getTokenValue): ditto
9376         (getTokenValue): ditto
9377
9378         * screen.C (ToggleSelection): adjust
9379
9380         * lyxtext.h: put selection cursors inside a Selection struct.
9381
9382         * lyxfunc.C (moveCursorUpdate): adjust
9383
9384         * lyxfont.C (latexWriteStartChanges): add std::
9385
9386         * lyxfind.C: adjust
9387
9388         * font.h: delete with(char const *, LyXFont const &)
9389
9390         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
9391
9392         * FontInfo.C (getFontname): add std::
9393
9394         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
9395         (workAreaButtonPress): adjust
9396         (tripleClick): adjust
9397         (update): adjust
9398         (moveCursorUpdate): adjust
9399         (Dispatch): adjust
9400
9401         * BufferView2.C (gotoInset): adjust
9402
9403 2001-05-30  Juergen Vigna  <jug@sad.it>
9404
9405         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
9406         to check pspell I add this as default as I now have new pspell
9407         libraries and they seem to use this.
9408
9409 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9410
9411         * text2.C (CutSelection): make the cursor valid before the call to
9412         ClearSelection.
9413
9414 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9415
9416         * kbsequence.C (parse): de-uglify a bit the parsing code, which
9417         relied on 0 terminated strings and other horrors. Bug found due to
9418         the new assert in lyxstring!
9419
9420         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
9421         KP_ keys.
9422
9423 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9424
9425         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
9426         to latinkeys.bind.
9427
9428         * lyxfunc.C (processKeySym): change method of getting to the
9429         self-insert char.
9430
9431         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
9432         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
9433         * BufferView_pimpl.[Ch]: here as private methods.
9434
9435 2001-05-28  Juergen Vigna  <jug@sad.it>
9436
9437         * text.C (SetHeightOfRow): added the update() call again as it is
9438         needed to initialize inset dimensions!
9439
9440 2001-05-16  Juergen Vigna  <jug@sad.it>
9441
9442         * text2.C (SetCharFont): Add new function with BufferView * and
9443         bool toggleall parameters for setting insets internal fonts.
9444         (SetFont): Freeze the undo as we may change fonts in Insets and
9445         all this change should be inside only one Undo!
9446
9447         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
9448         setting font's in insets as for them we have the SetFont function!
9449
9450 2001-05-15  Juergen Vigna  <jug@sad.it>
9451
9452         * text2.C (ClearSelection): to be sure we REALLY don't have any
9453         selection anymore!
9454
9455         * tabular.C (TeXCellPreamble): fixed the left border problem for
9456         multicolumn cells.
9457
9458 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
9459
9460         * LaTeX.C (deplog): Make sure that the main .tex file is in the
9461         dependancy file
9462
9463 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9464
9465         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
9466         LFUN_BREAKPARAGRAPH.
9467
9468         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
9469         help test to "internal only", similar for LFUN_INSERT_URL
9470
9471         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
9472         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
9473         auto_region_delete and deadkeys.
9474
9475 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
9476
9477         * LColor.h:
9478         * LColor.C: remove some dead entries, tidy a little
9479
9480 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9481
9482         * lyxfunc.C (processKeySym): comment the Escape handling, remove
9483         commented code.
9484         (Dispatch): implement LFUN_ESCAPE
9485
9486         * commandtags.h: add LFUN_ESCAPE
9487
9488         * LyXAction.C (init): add entry for LFUN_ESCAPE
9489
9490         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
9491         Remove commented code.
9492         (insertNote): moved here
9493         (open_new_inset): moved here
9494
9495         * BufferView[2].[Ch]: move insertNote and open_new_inset to
9496         BufferView_pimpl
9497
9498 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9499
9500         * kbmap.C (findbinding): clean it up and make it work correctly.
9501
9502         * lyx_main.C (init): do not pass argc and argv as parameters
9503
9504 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
9505
9506         * buffer.C: fix path for OS/2 & Win32
9507
9508         * lyx_gui.C:
9509         * lyx_main:
9510         * lyx_main.C: Added os:: class.
9511
9512         * os2_defines.h: update
9513
9514 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9515
9516         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
9517         better by trying again with reduced state.
9518
9519 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9520
9521         * lyxrc.C (read): print error about invalid key sequence only when
9522         debugging (because not all latinX keysyms are known to some X
9523         servers)
9524
9525         * kbsequence.C (getiso): add a few std:: qualifiers
9526         (getiso): comment out extra return statement.
9527
9528 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9529
9530         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
9531         handling.
9532         (Dispatch): enhance the accent inset a bit. (not perfect)
9533
9534 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9535
9536         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
9537
9538 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9539
9540         * bufferlist.C (emergencyWrite): fix assert() call
9541
9542 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
9543
9544         * text.C (InsertChar): Added trivial patch to only send the "you
9545         can not do multiple spaces this way" message once during a
9546         session.
9547
9548 2001-05-08  Baruch Even  <baruch@lyx.org>
9549
9550         * Makefile.am: Changed order of libraries to get LyX to link properly
9551         with the gnome frontend.
9552
9553 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9554
9555         * LaTeXFeatures.h: add a std:: qualifier
9556
9557 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9558
9559         * paragraph.C (String): use stringstream
9560
9561 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9562
9563         * paragraph.C (writeFile): remove footflag arg
9564
9565         * buffer.C (makeLaTeXFile): use stringstream
9566         (latexParagraphs): remove footnot gurba
9567
9568         * LaTeXFeatures.C (getPackages): use stringstream
9569         (getMacros): likewise
9570         (getTClassPreamble): likewise
9571         (getFloatDefinitions): new method
9572
9573         * paragraph.C (writeFile): reindent
9574         (Erase): reindent
9575
9576         * WorkArea.h: revert the xpos + etc changes.
9577
9578         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
9579
9580         * lyxparagraph.[Ch]: add copy constructor, remove Clone
9581
9582         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
9583         (pasteSelection): likewise
9584         * text2.C (CreateUndo): likewise
9585
9586 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9587
9588         * minibuffer.C (peek_event): temporarily reduce the functionality
9589         of the minibuffer (to allow args on lfuns)
9590
9591         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
9592         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
9593
9594         * buffer.C (readInset): add compability reading of old float
9595         lists, add reading of new style float list.
9596         (readInset): avoid reevaluation of inscmd.getCmdName()
9597         (getLists): reindent
9598
9599         * MenuBackend.C (MenuItem): implement parsing of
9600         md_floatlistinsert and md_floatinsert.
9601         (expand::LastFiles): move initalizaton of iterators out of loop,
9602         avoid reevaluation.
9603         (expand::Documents): introduce typdedef vector<string> Strings,
9604         and use it.
9605         (expand::ExportFormats): introduce typedef vector<Format const *>
9606         Formats, and use it.
9607         (expand): implement FloatListInsert and FloatInsert.
9608
9609         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
9610         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
9611         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
9612
9613         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
9614         handling.
9615         (Dispatch::LFUN_FLOAT_LIST): implement
9616
9617 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9618
9619         * LaTeX.C (run): Fix problem with --export code.
9620
9621 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
9622
9623         * BufferView.[Ch] (workarea): removed.
9624         (getClipboard) new method; wrapper for workarea()->getClipboard()
9625
9626         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
9627         bug.
9628
9629         * WorkArea.h (width, height, xpos, ypos): These methods all
9630         returned the dimensions of the work_area sub-area of WorkArea,
9631         resulting in a position error if the WorkArea were resized. Now
9632         return the dimensions of the entire WorkArea.
9633
9634         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
9635
9636 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9637
9638         * LaTeX.C (deplog): correct the syntax of regex reg1
9639
9640 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9641
9642         * undo.C: remove !NEW_INSETS cruft
9643
9644 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9645
9646         * text2.C: remove !NEW_INSETS cruft
9647
9648         * text.C: remove !NEW_INSETS cruft
9649
9650         * tabular.C: remove !NEW_INSETS cruft
9651
9652         * spellchecker.C: remove !NEW_INSETS cruft
9653
9654         * lyxtext.h: remove !NEW_INSETS cruft
9655
9656         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
9657
9658         * lyxfunc.C: remove !NEW_INSETS cruft
9659
9660         * lyxfind.C: remove !NEW_INSETS cruft
9661
9662         * lyx_cb.C: remove !NEW_INSETS cruft
9663
9664         * figureForm.C: remove  !NEW_INSETS cruft
9665
9666         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
9667
9668         * buffer.[Ch]: remove !NEW_INSETS cruft
9669
9670         * ToolbarDefaults.C: remove !NEW_INSETS cruft
9671
9672         * CutAndPaste.C: remove !NEW_INSETS cruft
9673
9674         * BufferView_pimpl.C: remove !NEW_INSETS cruft
9675
9676         * BufferView2.C: remove !NEW_INSETS cruft
9677
9678         * BufferView.h: remove !NEW_INSETS cruft
9679
9680 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9681
9682         * Lsstream.h: include LString.h before the sstream headers to
9683         fix problem with gcc 2.95.3 and lyxstring
9684
9685 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9686
9687         * lyx_main.C: add using directives when needed for C functions
9688         declared in std:: namespace.
9689
9690 2001-04-27  Juergen Vigna  <jug@sad.it>
9691
9692         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
9693         (SetHeightOfRow): comment out the update call should not be needed!
9694
9695 2001-04-13  Juergen Vigna  <jug@sad.it>
9696
9697         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
9698         (LyXTabular): tried to minimize operator= operations (and realized
9699         hopfully Lars wish).
9700
9701 2001-04-27  Juergen Vigna  <jug@sad.it>
9702
9703         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
9704
9705 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9706
9707         * lyxfunc.C (Dispatch): hack to make listof algorithm work
9708
9709         * buffer.C (readInset): hack to make listof algorithm work
9710
9711         * BufferView_pimpl.C: hack to make listof algorithm work
9712
9713 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9714
9715         * LyXAction.C: removed all !NEW_INSETS cruft
9716         (init): moved lfun_item in method
9717
9718         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
9719
9720 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
9721
9722         * BufferView2.C (theLockingInset): white space.
9723
9724 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9725
9726         * minibuffer.C: include <iostream>
9727
9728         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
9729
9730         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
9731
9732         * commandtags.h: add LFUN_TRANSPOSE_CHARS
9733
9734         * text.[Ch] (TransposeChars): new method
9735
9736 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9737
9738         * call message directly through LyXView instead of through LyXFunc
9739         * BufferView2.C: adjust
9740         * BufferView_pimpl.C: adjust
9741         * FontLoader.C: adjust
9742         * buffer.C: adjust
9743         * bufferview_funcs.C: adjust
9744         * converter.C: adjust
9745         * figureForm.C: adjust
9746         * importer.C: adjust
9747         * lyx_cb.C: adjust
9748         * lyx_gui_misc.C: adjust
9749         * lyxfunc.C: adjust
9750         * lyxvc.C: adjust
9751         * text2.C: adjust
9752         + more files in subdirs
9753
9754         * lyxparagraph.h (size): move up int file
9755         (GetLayout): ditto
9756
9757         * adjust all uses of Assert to lyx::Assert.
9758
9759         * BufferView2.C (ChangeCitationsIfUnique): adjust for
9760         lyxfunctional in namespace lyx
9761         * layout.C (hasLayout): ditto
9762         (GetLayout): ditto
9763         (GetLayout): ditto
9764         (delete_layout): ditto
9765         (NumberOfClass): ditto
9766         * converter.C (GetFormat): ditto
9767         (GetNumber): ditto
9768         (Add): ditto
9769         (Delete): ditto
9770         (SetViewer): ditto
9771         * bufferlist.C (getFileNames): ditto
9772         (emergencyWriteAll): ditto
9773         (exists): ditto
9774         (getBuffer): ditto
9775         * MenuBackend.C (hasSubmenu): ditto
9776         (hasMenu): ditto
9777         (getMenu): ditto
9778         * BufferView_pimpl.C (getInsetByCode): ditto
9779
9780 2001-04-18  Juergen Vigna  <jug@sad.it>
9781
9782         * vspace.C (asLatexString): fixed the 100% problem.
9783
9784 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9785
9786         * lyxfunc.C (Dispatch):
9787         * minibuffer.C:
9788         * minibuffer.h: add a few std:: qualifiers
9789
9790 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9791
9792         * minibuffer.[Ch]: reimplement so that commands is initiated and
9793         run from lyxfunc, simplified som handling, and made the completion
9794         and history code for complete. wip.
9795
9796         * lyxfunc.C (processKeySym): call message
9797         (miniDispatch): new temporary method
9798         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
9799         (LFUN_MESSAGE): implement
9800         (LFUN_MESSAGE_PUSH): implement
9801         (LFUN_MESSAGE_POP): implement
9802         (initMiniBuffer): the initial/defualt minibuffer message.
9803
9804         * lyxfont.[Ch]: inline some more getters
9805
9806         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
9807
9808         * lyx_gui_misc.[Ch] (WriteStatus): remove method
9809
9810         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
9811         (AutoSave): use LFUN_MESSAGE
9812         (Reconfigure): ditto
9813
9814         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
9815
9816         * figureForm.C: use LFUN_MESSAGE
9817
9818         * converter.C (runLaTeX): use LFUN_MESSAGE
9819
9820         * bufferview_funcs.C: use LFUN_MESSAGE
9821         (Melt): ditto
9822         (changeDepth): ditto
9823
9824         * bufferparams.h: use boost::
9825
9826         * bufferlist.h: inherit privately from noncopyable
9827
9828         * bufferlist.C (loadLyXFile): remove some commented code.
9829
9830         * buffer.C (runChktex): use LFUN_MESSAGE
9831
9832         * ShareContainer.h: inherit privately from noncopyable
9833
9834         * ParagraphParameters.[hC] (depth): inline it.
9835
9836         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
9837         methods.
9838         (message): new method
9839         (messagePush): ditto
9840         (messagePop): ditto
9841         (show): init minibuffer
9842         (showState): direct call
9843
9844         * LaTeX.[Ch]: inherit privately from noncopyable
9845         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
9846         instead of WriteStatus.
9847
9848         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
9849
9850         * BufferView_pimpl.C (buffer): don't init minibuffer
9851         (workAreaButtonPress): use LFUN_MESSAGE
9852         (workAreaButtonRelease): ditto
9853         (savePosition): ditto
9854         (restorePosition): ditto
9855         (MenuInsertLyXFile): ditto
9856         (workAreaExpose): don't init minibuffer
9857         (update): remove commented code, simplify
9858
9859         * BufferView2.C (openStuff): use LFUN_MESSAGE
9860         (toggleFloat): ditto
9861         (menuUndo): ditto
9862         (menuRedo): ditto
9863         (copyEnvironment): ditto
9864         (pasteEnvironment): ditto
9865         (copy): ditto
9866         (cut): ditto
9867         (paste): ditto
9868         (gotoInset): ditto
9869         (updateInset): remove some commented code
9870
9871         * lastfiles.h: inherit privately from noncopyable
9872         * layout.h: ditto
9873         * lyx_gui.h: ditto
9874         * lyx_main.h: ditto
9875         * lyxlex.h: ditto
9876         * lyxlex_pimpl.h: ditto
9877
9878         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
9879         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
9880         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
9881
9882         * LyXAction.h: inherit privately from noncopyable, add methods
9883         func_begin, func_end, returning iterators to the func map.
9884
9885         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
9886         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
9887         (func_begin): new method
9888         (func_end): new method
9889
9890         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
9891         and not)
9892         (copySelection): ditto
9893         (pasteSelection): ditto
9894
9895         * BufferView.C: whitespace change
9896         * BufferView.h: inherit privately from noncopyable
9897
9898 2001-04-16  Allan Rae  <rae@lyx.org>
9899
9900         * tabular-old.C (l_getline):
9901         * spellchecker.C (sc_check_word):
9902         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
9903         an unrecognised preprocessor directive.  So ensure they're wrapped.
9904
9905 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
9906
9907         * src/exporter.C (Export): Give an error message when path to file
9908         contains spaces.
9909
9910 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
9911
9912         * LaTeX.C (deplog): Always check that foundfile exists.
9913
9914 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9915
9916         * lyx_main.h:
9917         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
9918
9919 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9920
9921         * tabular.[Ch] (getLabelList): implement new method
9922
9923         * minibuffer.h: comment ouf setTiimer
9924
9925         * minibuffer.C (ExecutingCB): constify res
9926         (peek_event): constify s
9927         (Set): constify ntext
9928         (Init): constify nicename
9929
9930         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
9931
9932         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
9933         (savePosition): use two params to Minibuffer::Set
9934         (restorePosition): ditto
9935
9936 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9937
9938         * lyx_main.C: include language.h
9939
9940         * Makefile.am (lyx_main.o): add language.h
9941
9942 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9943
9944         * exporter.C:
9945         * paragraph.C:
9946         * screen.C:
9947         * tabular.C:
9948         * CutAndPaste.C: include gettext.h
9949
9950         * lyxfont.h: remove old hack with ON and OFF.
9951
9952         * lyxparagraph.h:
9953         * lyxfont.h: do not include language.h...
9954
9955         * BufferView2.C:
9956         * LaTeXFeatures.C:
9957         * Painter.C:
9958         * bufferview_funcs.C:
9959         * font.C:
9960         * lyxfont.C:
9961         * text.C:
9962         * text2.C:
9963         * trans_mgr.C:
9964         * paragraph.C: ... but do it here instead
9965
9966 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9967
9968         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
9969
9970         * tabular.C: small reformat
9971
9972         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
9973         NEW_INSETS version
9974         (GetChar): ditto
9975         (BreakParagraph): ditto
9976         (SetOnlyLayout): ditto
9977         (SetLayout): ditto
9978
9979         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
9980         with one arg less.
9981
9982         * lastfiles.C: removed most using decl, add std:: where needed
9983
9984         * buffer.C: ws changes
9985
9986         * MenuBackend.C (class compare_format): put into anon namespace
9987         (expand): constify label, names, action, action2
9988         (expand):
9989
9990         * text.C (SingleWidth): constify font
9991         (IsBoundary): constify rtl2
9992         (GetVisibleRow): constify ww
9993
9994         * LaTeX.C (deplog): constify logfile
9995
9996         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
9997         start_x, end_x
9998         (workAreaExpose): constify widthChange, heightChange
9999
10000         * lyxrow.C (par): moved
10001         (height): moved
10002         (next): moved
10003         * lyxrow.h: as inlines here
10004
10005         * lyxfont.h (shape): moved from lyxfont.C
10006         (emph): moved from lyxfont.C
10007
10008         * lyxfont.C (LyXFont): use initialization list for all
10009         constructors
10010         (shape): move to lyxfont.h as inline
10011         (emph): move to lyxfont.h as inline
10012
10013
10014 2001-04-04  Juergen Vigna  <jug@sad.it>
10015
10016         * vspace.C: had to include stdio.h for use of sscanf
10017
10018 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
10019
10020         * BufferView.h:
10021         * BufferView_pimpl.h: remove xforms cruft. Both classes are
10022         independent of xforms.
10023
10024 2001-04-02  Juergen Vigna  <jug@sad.it>
10025
10026         * spellchecker.C: fixed namespace placing!
10027
10028 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
10029
10030         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
10031         the LyXParagraph * is 0.
10032
10033 2001-03-29  Juergen Vigna  <jug@sad.it>
10034
10035         * vspace.C: added support for %, c%, p%, l%.
10036         (stringFromUnit): added helper function.
10037         (asLatexString): changed to give right results for the %-values.
10038
10039         * buffer.C: convert the widthp in a width%.
10040
10041 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
10042
10043         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
10044         figureForm.[Ch].
10045
10046         * figureForm.[Ch]: stripped the FD_from_figure manipulation
10047         code out of lux_cb.[Ch], ready for its (imminent?) removal.
10048
10049         * lyx_cb.[Ch]: see above.
10050
10051         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
10052         form1.[Ch].
10053
10054         * form1.[Ch]:
10055         * lyx.[Ch]: replaced by figure_form.[Ch].
10056
10057         * lyx_gui.C:
10058         * lyx_gui_misc.C:
10059         * lyxfunc.C: changed headers associated with above changes.
10060
10061 2001-03-27  Juergen Vigna  <jug@sad.it>
10062
10063         * BufferView_pimpl.C: set the temporary cursor right!
10064
10065 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
10066
10067         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
10068
10069 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
10070
10071         * LString.h: removed "using std::getline"!
10072
10073         * BufferView_pimpl.C (Dispatch): changes due to changes in
10074         InsetInclude::Params.
10075
10076         * buffer.C (tag_name): removed redundant break statements as they were
10077         producing lots of warnings with my compiler.
10078
10079 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10080
10081         * LString.h: add "using std::getline" when using the real <string>.
10082
10083 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
10084
10085         * buffer.C: removed bitset usage.
10086         PAR_TAG moved to an anonymous name space.
10087         (tag_name): new funtion, also in the anonymous namespace.
10088         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
10089         (makeDocBookFile): clean code. Completed transition from string arrays
10090         to string vectors.
10091         (SimpleDocBookOnePar): code clean.
10092
10093 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10094
10095         * tabular.C: add some comments.
10096
10097 2001-03-22  Juergen Vigna  <jug@sad.it>
10098
10099         * buffer.C (parseSingleLyXformat2Token): redone the minipage
10100         compatibility read a bit and fixed bug with minipage in different
10101         depth.
10102
10103 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
10104
10105         * buffer.C (pop_tag): removed.
10106         (push_tag): removed.
10107         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
10108         array replaced with vector. Added support for CDATA sections.
10109         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
10110         at any nest level.
10111         (makeDocBookFile): XML conformant declaration of CDATA section,
10112         fixed bug related to <emphasis> in the first paragraph char.
10113         (sgmlOpenTag): exclude empty tags.
10114         (sgmlCloseTag): ditto.
10115
10116         * buffer.h (pop_tag): removed.
10117         (push_tag): removed.
10118
10119 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
10120
10121         * language.h (Languages): added size_type and size().
10122
10123 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10124
10125         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
10126         response on compability reading of minipages. One probliem is that
10127         the old usage of minipages was «flertydig»
10128
10129         * several files here and in subdirs: don't use static at file
10130         scope use anon namespaces instead.
10131
10132 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
10133
10134         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
10135         LaTeX output. This is necessary for Literate document
10136         processing.
10137
10138 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10139
10140         * buffer.C: insert hfill when needed.
10141
10142         * tabular.C (l_getline): use string::erase, small whitespace change.
10143
10144         * BufferView_pimpl.C: try the anon namespace.
10145         * WorkArea.C: ditto
10146
10147 2001-03-16  Juergen Vigna  <jug@sad.it>
10148
10149         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
10150         otherwise it won't open options-dialogs.
10151
10152         * buffer.C: honor pextraWidth(p) on converting minipages.
10153
10154         * tabular.C (l_getline): changed the functions to strip trailing \r.
10155
10156 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
10157
10158         * BufferView_pimpl.C:
10159         * minibuffer..C: added "using SigC::slot" declaration.
10160
10161 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10162
10163         * lyxlex_pimpl.h: noncopyable is in namespace boost.
10164
10165         * text2.C: ditto
10166
10167         * text.C: ditto
10168
10169         * paragraph.C: ditto
10170
10171         * lyxtext.h: NO_PEXTRA
10172
10173         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
10174
10175         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
10176         * ParameterStruct.h: ditto
10177         * ParagraphParameters.h: ditto
10178         * lyxparagraph.h: ditto
10179
10180 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10181
10182         * buffer.C: add compability for minipage alignment.
10183         (latexParagraphs): remove unwanted pextra check.
10184
10185         * several files: remove CXX_WORKING_NAMESPACES
10186
10187         * buffer.C (pop_tag): tie is in namespace boost
10188
10189         * BufferView.h: noncopyable is in namespace boost
10190         * lyxlex.h: ditto
10191         * lyx_main.h: ditto
10192         * lyx_gui.h: ditto
10193         * layout.h: ditto
10194         * lastfiles.h: ditto
10195         * bufferlist.h: ditto
10196         * ShareContainer.h: ditto
10197         * LyXView.h: ditto
10198         * LyXAction.h: ditto
10199         * LaTeX.h: ditto
10200
10201 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
10202
10203         * Merging changes from BRANCH_MVC back into HEAD.
10204
10205         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
10206
10207 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
10208
10209         * BufferView_pimpl.C: change from intl.C
10210
10211         * combox.h:
10212         * combox.C:
10213         * Makefile.am: move combox.*
10214
10215         * form1.h:
10216         * form1.C:
10217         * lyx_gui.C:
10218         * intl.h:
10219         * intl.C: remove dialog (covered by prefs)
10220
10221 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
10222
10223         * lyxfunc.C (Dispatch): removed redundant break statement.
10224
10225 2001-03-14  Juergen Vigna  <jug@sad.it>
10226
10227         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
10228
10229 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10230
10231         * buffer.C: add hack to fix compability reading of minipages.
10232
10233 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
10234
10235         * buffer.C (getLists): Cleanup.
10236
10237 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10238
10239         * lyxfont.C (update): don't honor toggleall on font size.
10240
10241 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
10242
10243         * bmtable.c:
10244         * bmtable.h:
10245         * Makefile.am: moved to frontends/xforms/
10246
10247         * lyx_gui_misc.C:
10248         * lyxfunc.C:
10249         * BufferView_pimpl.C: changes for moved mathpanel
10250
10251 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
10252
10253         * gettext.h: fix gettext_init() in --disable-nls
10254
10255 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10256
10257         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
10258
10259 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
10260
10261         * lyx.C:
10262         * lyx.h: strip external form
10263
10264 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
10265
10266         * BufferView_pimpl.C: add comment, destroySplash()
10267
10268 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
10269
10270         * BufferView_pimpl.C:
10271         * LyXAction.C:
10272         * buffer.C:
10273         * commandtags.h:
10274         * lyxfunc.C: use re-worked insetinclude
10275
10276 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10277
10278         * buffer.C: add using std::stringstream.
10279
10280         * lyx_cb.C: readd using std::ios.
10281
10282         * buffer.C: add using std::map.
10283
10284         * BufferView_pimpl.C: add using std::vector.
10285
10286         * ShareContainer.h: add std:: to swap.
10287
10288         * buffer.h: add some typedefs
10289         * buffer.C (getLists): use them
10290         (getLists): renamed from getTocList.
10291         add a counter for the different float types and use it in the
10292         generated string.
10293         (getLists): use the same counter for the NEW_INSETS and the "non"
10294         NEW_INSETS
10295
10296         * lyx_cb.h: remove unused items, includes, using etc.
10297
10298         * ShareContainer.h: remove some commented code, add more comments
10299         and "documentation".
10300
10301 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10302
10303         * buffer.C (getTocList): make the list also when NEW_INSETS is
10304         defined.
10305
10306         * buffer.h: remove TocType
10307
10308         * buffer.C (getTocList): change to return a map<string,
10309         vector<TocItem> >, implement for dynamic number of list.
10310
10311         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
10312         * text2.C (PasteSelection): adjust
10313         * CutAndPaste.C (pasteSelection): adjust
10314
10315         * FloatList.C (FloatList): update from the new_insets branch.
10316         * Floating.[Ch]: ditto
10317         * LaTeXFeatures.C: ditto
10318         * buffer.C: ditto
10319         * lyxlex_pimpl.C: ditto
10320
10321         * paragraph.C (Last): remove when NEW_INSETS is defined.
10322
10323         * other file: changes because of the above.
10324
10325 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10326
10327         * lyxparagraph.h: rename next to next_, previous to previous_,
10328         make them private for NEW_INSETS. Rename Next() to next(),
10329         Previous() to previous().
10330
10331         * other files: changes because of the above.
10332
10333 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
10334
10335         * BufferView.h:
10336         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
10337         problem.
10338
10339 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10340
10341         * main.C (main): pass lyx_localedir to gettext_init().
10342
10343         * gettext.h: remove locale_init and gettext_init macros
10344
10345         * gettext.C (locale_init): new function
10346         (gettext_init): new function
10347
10348         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
10349         setlocale().
10350
10351 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
10352
10353         * Moved credits to frontends:
10354         * credits.[Ch]: removed
10355         * credits_form.[Ch]: removed
10356         * lyx_gui_misc.C: remove credits stuff
10357         * Makefile.am:
10358
10359 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10360
10361         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
10362
10363         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
10364         unneeded destructor.
10365
10366         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
10367         a standalone pointer again.
10368
10369         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
10370
10371 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
10372
10373         * Makefile.am:
10374         * filedlg.h:
10375         * filedlg.C:
10376         * LyXAction.C:
10377         * ToolbarDefaults.C:
10378         * bufferlist.C:
10379         * commandtags.h:
10380         * form1.C:
10381         * form1.h:
10382         * lyx_cb.C:
10383         * lyx_cb.h:
10384         * lyxfunc.h:
10385         * lyxfunc.C:
10386         * BufferView_pimpl.C: use new file dialog in GUII
10387
10388         * lyx_cb.h:
10389         * lyx_cb.C: remove LayoutsCB to Toolbar
10390
10391 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10392
10393         * ShareContainer.h (get): add std:: qualifier
10394
10395 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10396
10397         * ShareContainer.h: define a proper ShareContainer::value_type
10398         type (and use typename to please compaq cxx)
10399
10400 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10401
10402         * lyxparagraph.h: move serveral local vars to
10403         ParameterStruct/ParagraphParameters., use ShareContainer in
10404         FontTable., make vars in FontTable private and add getter and
10405         setter.
10406
10407         * paragraph.C: changes because of the above.
10408
10409         * lyxfont.h: remove copy constructor and copy assignment. (the
10410         default ones is ok), move number inside FontBits. move inlines to
10411         lyxfont.C
10412
10413         * lyxfont.C: add number to initializaton of statics, move several
10414         inlines here. constify several local vars. some whitespace
10415         cleanup. Dont hide outerscope variables.
10416
10417         * Spacing.h: add two new constructors to match the set methods.
10418
10419         * ShareContainer.h: new file, will perhaps be moved to support
10420
10421         * ParameterStruct.h: new file
10422
10423         * ParagraphParameters.h: new file
10424
10425         * ParagraphParameters.C: new file
10426
10427         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
10428         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
10429
10430         * BufferView_pimpl.C: ParagraphParameter changes.
10431         * buffer.C: Likewise.
10432         * bufferview_funcs.C: Likewise.
10433         * text.C: Likewise.
10434         * text2.C: Likewise.
10435
10436 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10437
10438         * lyxfind.C (LyXReplace): do not redefine default argument in
10439         implementation.
10440         (IsStringInText): ditto
10441         (SearchForward): ditto
10442         (SearchBackward): ditto
10443
10444 2001-03-06  Juergen Vigna  <jug@sad.it>
10445
10446         * lyxfind.C (IsStringInText): put parentes around expressions.
10447
10448 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
10449
10450         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
10451
10452 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
10453
10454         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
10455
10456         * stl_string_fwd.h: add comment
10457
10458         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
10459
10460         * tabular.h:
10461         * tabular.C: remove unused DocBook methods
10462
10463         * intl.C:
10464         * language.C:
10465         * paragraph.C:
10466         * buffer.C:
10467         killed DO_USE_DEFAULT_LANGUAGE
10468
10469 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10470
10471         * lyx_gui.C: do not include language.h.
10472
10473         * bufferview_funcs.C (ToggleAndShow): do not provide optional
10474         arguments in function implementation.
10475
10476 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10477
10478         * BufferView_pimpl.C: add <ctime>
10479
10480 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10481
10482         * BufferView_pimpl.C: add using std::find_if
10483
10484 2001-02-27  José Matos  <jamatos@fep.up.pt>
10485
10486         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
10487         by OnlyPath.
10488
10489 2001-02-11  José Matos  <jamatos@fep.up.pt>
10490
10491         * buffer.C (makeDocBookFile): command styles now have a parameter as
10492         "title" by default.
10493
10494 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
10495
10496         * layout_forms.[Ch]: removed
10497         * lyx_cb.[Ch]: out character
10498         * lyx_gui.C: out character
10499         * lyx_gui_misc.C: out character
10500         * bufferview_funcs.C: : out character,
10501         added toggleall as parameter in ToggleAndShow
10502
10503 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
10504
10505         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
10506
10507         * text2.C (SetCurrentFont): Disable number property at boundary.
10508
10509 2001-02-26  Juergen Vigna  <jug@sad.it>
10510
10511         * lyxfunc.C (getStatus): added a string argument override function so
10512         that this is correctly called from LyXFunc::Dispatch if it contains a
10513         do_not_use_argument which is used!
10514         (Dispatch): added check for "custom" export and call appropriate func.
10515
10516 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
10517
10518         * lyxrc.C: Add language_command_local, language_use_babel and
10519         language_global_options.
10520
10521         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
10522
10523         * buffer.C (makeLaTeXFile): Use language_use_babel and
10524         language_global_options.
10525
10526 2001-02-23  Juergen Vigna  <jug@sad.it>
10527
10528         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
10529         which works with LyXText and putted it inside BufferView. Here now we
10530         only call for that part the BufferView::Dispatch() function.
10531
10532         * BufferView.C (Dispatch): added.
10533
10534         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
10535         functions which needs to use a LyXText over from LyXFunc.
10536         (MenuInsertLyXFile): added
10537         (getInsetByCode): added
10538         (moveCursorUpdate): added
10539         (static TEXT): added
10540
10541 2001-02-22  Juergen Vigna  <jug@sad.it>
10542
10543         * BufferView_pimpl.C (update): call a status update to see if LyXText
10544         needs it.
10545
10546 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
10547
10548         * vc-backend.C (revert): implement for CVS
10549         (getLog): implement for CVS
10550
10551 2001-02-20  Juergen Vigna  <jug@sad.it>
10552
10553         * text2.C (ClearSelection): added BufferView param for inset_owner call
10554
10555         * lyxfunc.C (TEXT): added this function and use it instead of
10556         directly owner->view()-text of getLyXText().
10557
10558 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
10559
10560         * src/layout_forms.C: out preamble
10561         * src/layout_forms.h: out preamble
10562         * src/lyx_cb.C: out preamble
10563         * src/lyx_cb.h: out preamble
10564         * src/lyx_gui.C: out preamble
10565         * src/lyx_gui_misc.C: out preamble
10566         * src/lyxfunc.C: connect with guii preamble
10567
10568 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
10569
10570         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
10571
10572 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
10573
10574         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
10575         whether to run bibtex.
10576
10577 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
10578
10579         * Makefile.am (lyx_SOURCES): Remove BackStack.h
10580
10581 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10582
10583         * Makefile.am (lyx_SOURCES): removed bibforms.h
10584
10585         * vspace.h: doxygen
10586
10587         * text.C (GetVisibleRow): make several local vars const
10588
10589         * tabular.C: small cleanup.
10590
10591         * lyxserver.C (callback): use compare instead of strncmp
10592
10593         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
10594         inlines to after class or to paragraph.C
10595
10596         * lyxfont.h: remove friend operator!=
10597
10598         * converter.h: move friend bool operator< to non friend and after
10599         class def.
10600
10601         * combox.h: small cleanup
10602
10603         * buffer.h: doxygen, remove unused constructor, move inclas inlies
10604         to inlines after class def.
10605
10606         * buffer.C (pop_tag): use string operations instead of strcmp
10607
10608         * bmtable.c: doxygen, small cleanup
10609
10610         * LaTeX.h: remove friend operator==
10611
10612 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
10613
10614         * screen.C:
10615         * lyxrc.[Ch]:
10616         * lyxfunc.C:
10617         * lyxfont.[Ch]:
10618         * lyx_cb.C:
10619         * intl.[Ch]:
10620         * commandtags.h:
10621         * buffer.C:
10622         * WorkArea.[Ch]:
10623         * LyXAction.C:
10624         * BufferView_pimpl.C:
10625         * BufferView.[Ch]: remove cruft
10626
10627 2001-02-14  Juergen Vigna  <jug@sad.it>
10628
10629         * lyxfunc.C: removed #if 0 unused code
10630
10631         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
10632
10633         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
10634
10635         * text2.C (SetSelection): added a BufferView * parameter
10636
10637 2001-02-13  Juergen Vigna  <jug@sad.it>
10638
10639         * lyxfunc.C (Dispatch): fixed protected blank problem.
10640         * BufferView2.C (protectedBlank): added LyxText * parameter.
10641
10642         * tabular.C (AppendRow): forgot to set row_info of newly added row.
10643         (AppendColumn): same as above for column_info.
10644
10645         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
10646         (moveCursorUpdate): use a LyXText param for support of InsetText.
10647
10648         * BufferView_pimpl.C (doubleClick): added support for InsetText.
10649         (tripleClick): ditto
10650
10651         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
10652
10653         * BufferView_pimpl.C (update): added LyXText param to honor insets.
10654
10655         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
10656
10657         * text2.C (SetSelection): set correct update status if inset_owner
10658         (ToggleFree): ditto
10659
10660 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
10661
10662         * tabular.C: remove some commented code.
10663
10664 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
10665
10666         * BufferView_pimpl.C: call hideSplash()
10667
10668         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
10669
10670         * include_form.h:
10671         * bibforms.h: remove
10672
10673         * lyxfunc.C:
10674         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
10675           add LFUN_CHILD_CREATE
10676
10677         * counters.h: fix tiny typo
10678
10679         * lyx_cb.C:
10680         * lyx.h:
10681         * lyx_gui.C:
10682         * lyx.C: move splash to frontends/xforms/
10683
10684         * lyx_gui_misc.C: move Include and Bibform to frontends
10685
10686         * lyxvc.h: clarify comment
10687
10688         * vspace.C: tiny housekeeping
10689
10690 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
10691
10692         * text.C (PrepareToPrint): RTL Fix.
10693
10694         * paragraph.C (GetUChar): New method.
10695         (String):  Use GetUChar.
10696
10697         * buffer.C (asciiParagraph): Use GetUChar.
10698
10699 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
10700
10701         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
10702
10703 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
10704
10705         * buffer.h:
10706         * buffer.C: rename to getLogName(), handle
10707           build log / latex log nicely
10708
10709 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10710
10711         * MenuBackend.C:
10712         * MenuBackend.h: remove support for reference menuitem type.
10713
10714 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
10715
10716         * BufferView_pimpl.C: housekeeping
10717         * BufferView_pimpl.h:
10718         * LyXView.h:
10719         * Makefile.am:
10720         * Timeout.C:
10721         * Timeout.h:
10722         * minibuffer.h: move Timeout GUI-I
10723
10724 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
10725
10726         * lyxrc.C (read): Update converters data-structures.
10727
10728 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
10729
10730         * LaTeX.h (operator!=): add operator != for Aux_Info
10731
10732 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
10733
10734         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
10735
10736         * LaTeXLog.C: deleted, useful code moved to Buffer
10737
10738         * buffer.h:
10739         * buffer.C: new function getLatexLogName()
10740
10741         * lyx_gui_misc.C:
10742         * lyx_gui.C:
10743         * lyxvc.C:
10744         * lyxvc.h:
10745         * lyxfunc.C: use frontends for LaTeX and VC logs
10746
10747 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10748
10749         * LaTeX.h: yet another std:: that Allan forgot.
10750
10751         * Variables.C (set): renamed from isset(), because this clashes
10752         with some HP-UX macros (grr).
10753
10754 2001-02-06  Allan Rae  <rae@lyx.org>
10755
10756         * LaTeX.h: Another bug fix.  Missing std:: this time.
10757
10758 2001-02-04  Allan Rae  <rae@lyx.org>
10759
10760         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
10761         floats problem. I've left it commented out because it's not quite
10762         correct.  It should also test that the current object is a table or
10763         figure inset.  But I haven't gotten around to figuring out how to do
10764         that.  I *think* it'll be something like: "table" == inset.type()
10765
10766         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
10767         bool.
10768
10769 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
10770
10771         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
10772         all the citation/databases/styles in the auxilary file.
10773         (run): Rerun latex if there was a babel language error.
10774
10775 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
10776
10777         * text.C (Backspace): Preserve the font when changing newline char
10778         with a space.
10779         (BreakParagraph): If the cursor is before a space, delete the space.
10780
10781         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
10782
10783 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
10784
10785         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
10786         new argument (code).
10787         (ChangeCitationsIfUnique): New method.
10788
10789         * paragraph.C (GetPositionOfInset): Handle bibkey.
10790
10791 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10792
10793         * BufferView_pimpl.h: change type of Position::par_pos to
10794         LyXParagraph::size_type.
10795
10796 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
10797
10798         * BufferView_pimpl.C (savePosition, restorePosition): Write
10799         messages to minibuffer.
10800
10801 2001-01-28  José Matos  <jamatos@fep.up.pt>
10802
10803         * buffer.C (makeDocBookFile): adds support for document language.
10804         A silly restriction on the name of LatexCommand types where removed.
10805         Added support for CDATA sections, allows to chars unescaped, used
10806         among others in code, to avoid escape < and >.
10807
10808 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
10809
10810         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
10811         saved positions instrad of a stack. Furthermore, a position is
10812         stored using paragraph id/paragraph position.
10813
10814         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
10815         Remove LFUN_REF_BACK.
10816
10817 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
10818
10819         * converter.C (dvipdfm_options): New method.
10820
10821 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10822
10823         * vspace.C (isValidLength): Fix for empty input string.
10824
10825 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10826
10827         * LyXAction.C (init): change description of LFUN_FIGURE to
10828         "Insert Graphics"
10829
10830 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10831
10832         * LaTeX.C: add using directive
10833
10834 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
10835
10836         * MenuBackend.C (expand): Fix the sorting of the formats.
10837
10838 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
10839
10840         * lyx_main.C: tiny error message fix
10841
10842 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10843
10844         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
10845         calling fl_initialize(). This fixes the problem with ',' as
10846         decimal separator in text files.
10847
10848 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
10849
10850         * trans.C (process): Fix the keymap bug.
10851
10852 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
10853
10854         * LaTeX.C (scanAuxFiles): New method. Provides support for
10855         multiple bibliographies (when using the bibtopic/bibunits pacakges).
10856         (scanLogFile) Scan for "run BibTeX" messages.
10857
10858         * buffer.C (makeLaTeXFile): Do not load the ae package when using
10859         OT1 font encoding. Also, load the aecompl package if the ae
10860         package is loaded.
10861
10862         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
10863
10864 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10865
10866         * texrow.C (increasePos): turn two error messages into debug
10867         messages.
10868
10869 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
10870
10871         * LaTeX.C (scanAux): Handle the \@input macro.
10872         (runBibTeX): Use scanAux().
10873
10874         * language.C (latex_options_): New field.
10875
10876         * LaTeXFeatures.C (getMacros): Add language macros.
10877
10878         * buffer.C (makeLaTeXFile): Small fix.
10879
10880 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10881
10882         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
10883
10884         * text2.C: add a using directive.
10885
10886 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
10887
10888         * BufferView2.C:
10889         * lyx_gui_misc.h:
10890         * lyxfr1.C:
10891         * lyxfunc.C: kill LyXBell.
10892
10893 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
10894
10895         * text.C (IsBoundary): Remove the error message
10896
10897         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
10898
10899         * lyxrc.C (setDefaults): Correct initialization value for
10900         font_norm_type.
10901
10902 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
10903
10904         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
10905         gotoError().
10906
10907         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
10908         and GotoNextNote().
10909
10910         * src/LyXAction.C: Added reference-next.
10911
10912         * text.C (InsertChar): Use contains instead of strchr.
10913
10914         * lyx_cb.C (MenuInsertLabel): Enable default value code.
10915
10916 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
10917
10918         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
10919         alignment commands (when needed).
10920
10921         * text.C (InsertChar): Add ':' to number separator chars.