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