]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
more cursor dispatch
[lyx.git] / src / ChangeLog
1
2 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3
4         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch 
5         on the default clause of the switch
6         * lyxfunc.C (dispatch): call BufferView::dispatch if the event 
7         wasn't catched by LCursor::dispatch
8
9 2004-02-03  André Pönitz  <poenitz@gmx.net>
10
11         * BufferView.C:
12         * cursor.[Ch]: some additional asserts
13
14         * undo.[Ch]: remove LyXText dependency in interface
15
16         * lyxfunc.C: adjust
17
18         * lyxtext.h (firstPar, lastPar): remove dead functions 
19
20         * text.C:
21         * text2.C:
22         * text3.C:
23         * paragraph.[Ch]: adjust
24
25 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
26
27         * lyxfind.C (find): fix argument order in call to ::find
28
29 2004-02-02  André Pönitz  <poenitz@gmx.net>
30
31         * cursor.[Ch]: remove direct access to anchor
32
33         * text.C: remove findText() hack
34
35 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
36
37         * iterators.[Ch] (lockPath): remove in favour of...
38         * BufferView.[Ch] (setCursor): this addition
39         * BufferView.C (putSelectionAt): adjust
40         * undo.C (performUndoOrRedo): adjust
41         * lyxfunc.C (dispatch): adjust
42
43 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
44
45         * iterators.C (lockPath): add a missing slice
46         * undo.C (performUndoOrRedo): remove redundant positioning code
47
48 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
49
50         * vc-backend.C (scanMaster): ";" -> ';'
51
52 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
53
54         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
55         std::binary_function
56
57         * lyxtextclass.C (compare_name): rename to...
58         (LayoutNamesEqual): ...this
59
60         * lyxlex_pimpl.C (compare_tags): inherit from
61         std::binary_function, put back into anon namespace
62
63         * lyxfind.C (MatchString): inherig from std::binary_function
64         (findChange): use empty() istead of !size()
65
66         * format.C (FormatNamesEqual): new functor
67         (getFormat): use it
68         (getNumber): use it
69         (add): use it
70         (erase): use it
71         (setViewer): use it
72
73         * converter.C (compare_Converter): rename to...
74         (ConverterEqual): ...this, and fixup a bit.
75         (getConverter): use it, and make function const
76         (getNumber): use it, and make function const
77         (add): use it
78         (erase): use it:
79
80         * bufferlist.C: add using boost::bind
81
82         * MenuBackend.C (MenuNamesEqual): new functor
83         (hasMenu): use it, and make function const
84         (hasSubmenu): use nested bind to get rid of compare_memfun.
85
86 2004-01-30  André Pönitz  <poenitz@gmx.net>
87
88         * BufferView_pimpl.C:
89         * cursor.C:
90         * cursor.h:
91         * cursor_slice.[Ch]:
92         * lyxfunc.C:
93         * lyxtext.h:
94         * paragraph_funcs.C:
95         * paragraph_funcs.h:
96         * rowpainter.C:
97         * text.C:
98         * text2.C:
99         * text3.C: move some of the edit(x,y) handling to the insets
100         some coordinate changes.
101
102 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
103
104         * text.C: add using statements for std::advance and std::distance
105
106         * paragraph.C: add using statement for std::distance
107
108         * lyxfind.C: add using statement for std::advance
109
110         * cursor.C (region): remove std:: from swap
111         (openable): use nucleus in stead of operator->
112
113         * BufferView.C: add using statements for std::distance and std::swap
114
115 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
116
117         * iterators.C: Remove the pimple, move the needed structures to
118         the header file. Create accessor for the positions stack.
119         (asPosIterator): remove function
120
121         * PosIterator.C (PosIterator): move constructors to top of file
122         (PosIterator): reimplement the constructor taking a ParIterator in
123         terms of setFrom.
124         (setFrom): new function
125         (operator!=): inline it
126
127 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
128
129         * lyxfind.C (replaceAll): use std::advance
130
131         * iterators.h: inherit from std::iterator.
132
133         * PosIterator.C (advance, distance): remove
134         * PosIterator.h: interit from std::iterator.
135
136 2004-01-26  André Pönitz  <poenitz@gmx.net>
137
138         * BufferView.[Ch]:
139         * BufferView_pimpl.[Ch]:
140         * InsetList.[Ch]:
141         * PosIterator.[Ch]:
142         * buffer.h:
143         * bufferview_funcs.C:
144         * cursor.[Ch]:
145         * cursor_slice.h:
146         * factory.[Ch]:
147         * iterators.[Ch]:
148         * lyxfind.C:
149         * lyxfunc.C:
150         * lyxtext.h:
151         * output_docbook.C:
152         * output_latex.C:
153         * output_linuxdoc.C:
154         * output_plaintext.C:
155         * paragraph.[Ch]:
156         * paragraph_funcs.[Ch]:
157         * paragraph_pimpl.[Ch]:
158         * rowpainter.C:
159         * tabular.C:
160         * tabular.h:
161         * text.C:
162         * text2.C:
163         * text3.C: more IU:  dumps most of the rest of the mathcursor
164     implementation into cursor.[Ch]; "globalize" a bit of it.
165
166 2004-01-25  Angus Leeming  <leeming@lyx.org>
167
168         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
169
170 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
171
172         * LaTeXFeatures.h: add nice_ and nice() const
173         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
174
175 2004-01-20  André Pönitz  <poenitz@gmx.net>
176
177         * BufferView.[Ch]:
178         * BufferView_pimpl.C:
179         * PosIterator.C:
180         * bufferview_funcs.C:
181         * cursor.[Ch]:
182         * cursor_slice.[Ch]:
183         * factory.C:
184         * iterators.C:
185         * lyx_cb.C:
186         * lyxfind.C:
187         * lyxfunc.C:
188         * lyxtext.h:
189         * rowpainter.C:
190         * text.C:
191         * text2.C:
192         * text3.C:
193         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
194           LCursor and mathcursor parts to LCursor and InsetBase.
195
196 2004-01-15  André Pönitz  <poenitz@gmx.net>
197
198         * cursor_slice.[Ch]: add a few covienience functions
199
200         * funcrequest.[Ch]: remove BufferView * member
201
202         * BufferView_pimpl.C:
203         * cursor.C:
204         * factory.[Ch]:
205         * lyxfind.[Ch]:
206         * lyxfunc.C:
207         * lyxtext.h:
208         * text3.C:
209         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
210
211 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
212
213         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
214         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
215
216 2004-01-13  André Pönitz  <poenitz@gmx.net>
217
218         * textcursor.[Ch]:
219         * lyxtext.h: hide cursor and selection anchor behind accessor function
220
221         * BufferView.C:
222         * BufferView_pimpl.[Ch]:
223         * PosIterator.C:
224         * bufferview_funcs.C:
225         * cursor.h:
226         * lyxfind.C:
227         * lyxfunc.C:
228         * text.C:
229         * text2.C:
230         * text3.C:
231         * undo.C: adjust
232
233         * cursor.h:
234         * cursor_slice.[Ch]: some integer type changes for inset unification
235
236         * lyxcursor.[hC]: remove, it's CursorSlice now.
237
238         * Makefile.am:
239         * BufferView_pimpl.[Ch]:
240         * bufferview_funcs.C:
241         * cursor_slice.C:
242         * lyxtext.h:
243         * text.C:
244         * text2.C:
245         * text3.C:
246         * textcursor.[Ch]: adjust
247
248 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
249
250         * text2.C (undoSpan): add and use
251         * text.C (breakParagraph): use undoSpan (fix bug 578)
252         * lyxtext.h: adjust
253
254 2004-01-08  Angus Leeming  <leeming@lyx.org>
255
256         * BufferView_pimpl.C (MenuInsertLyXFile):
257         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
258         * lyxfunc.C (menuNew, open, doImport):
259         FileFilterList change to the FileDialog open and save functions.
260
261 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
262
263         * ShareContainer.h: make isEqual and isUnique adaptable
264
265         * CutAndPaste.C: make resetOwnerAndChanges adaptable
266
267 2004-01-07  Angus Leeming  <leeming@lyx.org>
268
269         * LyXAction.C:
270         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
271
272         * BufferView_pimpl.C (dispatch): act on these LFUNs.
273
274         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
275         functions replacing find, replace and replaceAll.
276
277         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
278         LFUN_WORDFIND(FORWARD|BACKWARD).
279
280 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
281
282         * text.C (breakParagraph): remove an outdated #warning
283
284 2004-01-07  André Pönitz  <poenitz@gmx.net>
285
286         * lyxfind.C: somewhat clearer logic
287
288         * text.C: prevent crash in cursorX on unitialized row cache
289
290 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
291
292         * lyxcursor.[Ch] (operator>): add
293         * textcursor.C (selStart, selEnd): use std::min and std::max
294
295 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
296
297         * Chktex.C: include boost/format.hpp
298
299 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
300
301         * InsetList.C: replace functor MathcIt with adaptable functor
302         InsetTablePosLess
303         (insetIterator): modify accordingly
304
305         * BranchList.h: move the BranchNamesEqual functor here from...
306         * BranchList.C: ... to here
307
308         * BranchList.C: new BranchListEqual fuctor, use it. Remove
309         SameName and match.
310         (add): replace a finding loop with std::find_if.
311
312 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
313
314         * output_docbook.C: moving LatexParam functionality into
315         .layout files
316
317 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
318
319         * buffer.C: increment format to 229.
320
321 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
322
323         * LaTeXFeatures.C:
324         * lyx_sty.[Ch]: remove minipageindent_def
325
326         * LyXAction.C:
327         * factory.C:
328         * lfuns.h:
329         * lyxfunc.C:
330         * text3.C: remove LFUN_INSET_MINIPAGE
331
332 2003-12-28  Angus Leeming  <leeming@lyx.org>
333
334         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
335
336 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
337
338         * text2.C (setParagraph): fix off-by-one crash
339
340 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
341
342         * output_docbook.C: header stuff for AGU
343
344 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
345
346         * text2.C (redoCursor): remove
347         * text.C:
348         * text3.C:
349         * BufferView_pimpl.C: remove calls to redoCursor and
350         setCursor(cursor.par(), cursor.pos()) all around
351
352 2003-12-15  Angus Leeming  <leeming@lyx.org>
353
354         * buffer.C: up the format to 228.
355
356 2003-12-15  André Pönitz  <poenitz@gmx.net>
357
358         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
359         slices
360
361         * Makefile.am:
362
363         * BufferView_pimpl.C:
364         * cursor.[Ch]:
365         * lyxcursor.[Ch]:
366         * rowpainter.[Ch]:
367         * lyxtext.h:
368         * text.C:
369         * text2.C:
370         * text3.C: adjust
371
372 2003-12-15  Angus Leeming  <leeming@lyx.org>
373
374         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
375         than getFromGUIName to manipulate the color.
376
377 2003-12-14  Angus Leeming  <leeming@lyx.org>
378
379         * BranchList.[Ch]: minimize the API.
380         (Branch::getBranch, getColor): now return a 'const &'.
381         (Branch::setSelected) now returns a bool set to true if the
382         selection status changes.
383         (BranchList::clear, size, getColor, setColor, setSelected,
384         allBranches, allSelected, separator): removed.
385         (BranchList::find): new functions, returning the Branch with
386         the given name.
387         (BranchList::add, remove): return a bool indicating that
388         the operation was successful.
389
390         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
391         new InsetBranch::isBranchSlected member function.
392
393         * LColor.[Ch]: mimimize the API.
394         (fill): renamed as addColor and made private.
395         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
396         versions of these functions taking a string arg have been removed.
397
398         * bufferparams.C (readToken):
399         * lyxfunc.C (dispatch):
400         * lyxrc.C (read): changes due to the altered BranchList and
401         LColor APIs.
402
403         * factory.C (createInset, readInset): changes due to altered
404         InsetBranch c-tor.
405
406 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
407
408         * factory.C:
409         * lyxfunc.C: remove insetminipage. "minipage-insert"
410         now produces a frameless minipage box inset.
411
412 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
413
414         * textcursor.[Ch] (selStart,selEnd): add new methods
415         remove selection::start, end, use LyXCursor::operator<
416         * lyxcursor.[Ch] (operator<): add
417         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
418         * BufferView.[Ch] (unsetXSel): add
419         * text2.C (clearSelection): use unsetXSel,adjust
420         * text.C: adjust
421         * text3.C: adjust
422         * rowpainter.C: adjust
423         * bufferview_funcs.C (put_selection_at): adjust
424
425 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
426
427         * BufferView_pimpl.C: small coord. correction
428
429 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
430
431         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
432         dragging over the splash screen.
433
434 2003-12-11  Angus Leeming  <leeming@lyx.org>
435
436         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
437         as it is now handled in LyXText::dispatch.
438
439         * text3.C (doInsertInset): remove a level of nesting.
440
441 2003-12-11  Angus Leeming  <leeming@lyx.org>
442
443         * factory.C (createInset): changes due to the changed interface to
444         InsetCommandMailer::string2params.
445
446 2003-12-10  Angus Leeming  <leeming@lyx.org>
447
448         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
449         'dialog-show-new-inset <inset name>'
450
451 2003-12-10  Angus Leeming  <leeming@lyx.org>
452
453         * buffer.C: up the format to 227.
454
455         * factory.C: the box inset is now identified simply by 'Box'.
456
457 2003-12-10  Angus Leeming  <leeming@lyx.org>
458
459         * buffer.C: up the format to 226.
460
461         * factory.C: the note inset is now identified simply by 'Note'.
462
463 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
464
465         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
466         when a pit is enough. Standarize a couple of loops.
467
468 2003-12-05  Angus Leeming  <leeming@lyx.org>
469
470         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
471         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
472         data to the re-worked "log" dialog.
473
474 2003-12-03  André Pönitz  <poenitz@gmx.net>
475
476         * PosIterator.C:
477         * iterators.C:
478         * lyxtext.h:
479         * output_latex.C:
480         * paragraph_funcs.C:
481         * text.C:
482         * text2.C: use Inset::getText instead of Inset::getParagraph
483
484 2003-12-03  André Pönitz  <poenitz@gmx.net>
485
486         * buffer.[Ch]:
487         * lyxtext.h:
488         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
489         InsetText::read() as LyXText::read()
490
491 2003-12-02  Angus Leeming  <leeming@lyx.org>
492
493         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
494         type. Add a comment in the implementation that the function uses
495         the stream's bad() function rather than fail() as the std::streams
496         would do.
497
498 2003-12-02  André Pönitz  <poenitz@gmx.net>
499
500         * lyxlex.[Ch]: make interface more similar to std::stream
501
502         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
503
504 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
505
506         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
507
508 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
509
510         * vspace.[Ch]: remove VSpace::NONE
511
512 2003-12-01  André Pönitz  <poenitz@gmx.net>
513
514         * buffer.[Ch]:
515         * lyxtext.h: move ParagraphList member to LyXText
516         rename LyXText::ownerParagraphs to LyXText::paragraph
517
518         * CutAndPaste.C:
519         * bufferview_funcs.C:
520         * iterators.[Ch]:
521         * lyx_cb.C:
522         * paragraph.C:
523         * rowpainter.C:
524         * tabular.C:
525         * text.C:
526         * text2.C:
527         * text3.C: adjust
528
529         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
530
531         * undo.C: fix cursor positioning
532
533 2003-12-01  John Levon  <levon@movementarian.org>
534
535         * BufferView_pimpl.C: fix a crash on exit with
536         a buffer open
537
538 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
539
540         * BranchList.C: fix setSelected() method.
541
542 2003-11-28  André Pönitz  <poenitz@gmx.net>
543
544         * ParagraphParameters.[Ch]:
545         * ParameterStruct.h: remove space above/below from Paragraph to
546          InsetVSpace
547
548         * BufferView_pimpl.C:
549         * factory.C:
550         * lyxfunc.C:
551         * lyxtext.h:
552         * output_latex.C:
553         * paragraph.C:
554         * paragraph_funcs.C:
555         * rowpainter.[Ch]:
556         * text.C:
557         * text2.C:
558         * text3.C: adjust
559
560 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
561
562         * factory.C: Syntax change for CharStyles
563
564 2003-11-28  André Pönitz  <poenitz@gmx.net>
565
566         * BufferView.[Ch]:
567         * BufferView.[Ch]:
568         * buffer.[Ch]:
569         * buffer.[Ch]: move LyXText member
570
571 2003-11-28  André Pönitz  <poenitz@gmx.net>
572
573         * BufferView.[Ch]: make LyXText * text a private member
574
575         * BufferView_pimpl.C:
576         * cursor.C:
577         * iterators.C:
578         * lyx_cb.C:
579         * lyxfind.C:
580         * lyxtext.h:
581         * rowpainter.[Ch]:
582         * text.C:
583         * text2.C:
584         * undo.C: adjust
585
586         * output_plaintext.C: cleanup
587
588 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
589
590         * buffer.C:
591         * lyxtextclass.[Ch]: parametrize SGML document header
592
593 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
594
595         * converter.[Ch]:
596         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
597         getFlavor().
598
599 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
600
601         * text2.C (setFont): rework using PosIterator (no more recursive)
602         (setCharFont): no more needed
603         (setLayout): no more selection cursors fiddling (done by redoCursor)
604         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
605         destroy remaining ones)
606
607 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
608
609         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
610         * lyxtext.h: ditto
611         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
612         selection cursors
613         * lyxfunc.C: adjust
614         * text3.C: adjust + re-allow multi par depth changes
615         * textcursor.C: simplify a bit
616
617 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
618
619         * src/buffer.C:
620         * src/lyxlayout.C:
621         * src/lyxlayout.h:
622         * src/lyxtext.h:
623         * src/output_docbook.C:
624         * src/output_latex.C:
625         * src/paragraph.C:
626         * src/paragraph.h:
627         * src/sgml.C:
628         * src/sgml.h:
629         * src/text2.C: Introducing a number of tags parametrizing various
630         XML formats that we may want to support
631
632 2003-11-25  André Pönitz  <poenitz@gmx.net>
633
634         * InsetList.[Ch] (begein, end): inline as suggested by profiler
635
636         * lyxtext.h (leftMargin/rightMargin): simplify interface
637
638         * rowpainter.C:
639         * text.C:
640         * text2.C:
641         * text3.C: adjust
642
643 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
644
645         * lyxfunc.C (dispatch): propogate the bibtex databases from the
646         master file to any child files. Fixes bug 546.
647
648 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
649
650         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
651
652 2003-11-24  André Pönitz  <poenitz@gmx.net>
653
654         * rowpainter.C: simplification
655
656         * text2.C (updateCounters): remove call to redoParagraph on
657         changed labels as this is far too expensive.
658
659 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
660
661         * converter.C (convert): fix a crash: this function gets
662         called with buffer == 0 from importer code.
663
664 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
665
666         * text3.C (cursorPrevious): make sure that we do not compare
667         iterators form different containers.
668         (cursorNext): ditto
669
670         * rowpainter.C (paintSelection): make sure that we do not compare
671         iterators from different containers.
672
673         * text3.C (dispatch): [PRIOR] make sure that we do not compare
674         iterators from different ParagraphList containers.
675         [NEXT] ditto
676
677         * text2.C (LyXText): change order of initialization slightly
678         (operator=): new function. copy all variables except cache_par_
679         (moveUp): make sure that we do not compare iterators from
680         different ParagraphList constainers.
681         (moveDown): ditto
682
683         * text.C (firstPar): new function
684         (lastPar): new function
685         (endPar): new function
686
687         * lyxtext.h: move things around and group public functions, public
688         variables, private functions, private variables
689
690 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
691
692         * factory.C: change call to InsetERT constructor to avoid
693         additional invocation of method status
694         * text2.C (toggleInset): remove redundant update() call
695         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
696         instead of a Bufferview pointer
697
698 2003-11-21  André Pönitz  <poenitz@gmx.net>
699
700         * rowpainter.C: simplification
701
702 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
703
704         * text3.C (dispatch): make possible to extend a word/row selection
705         with the mouse
706
707 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
708
709         * lyxtext.h: x0_,y0_ -> xo_,yo_
710         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
711         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
712         * rowpainter.C (paintRows): paint full paragraphs
713
714 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
715
716         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
717         screen coordinates)
718
719 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
720
721         * lyxtext.h: add x0_, y0_
722         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
723         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
724
725 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
726
727         * text2.C (setCursorIntern): move the x_target update here *
728         * text3.C: change some bv() to true/false in calls to
729         cursorUp/Down/Right/Left
730         * cursor.C: use helper function.
731
732 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
733
734         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
735         * paragraph_funcs.[Ch]: correct comment
736         * rowpainter.C: do not paint selections away from bv->cursor()
737         Fix a long standing selection painting bug.
738         * text3.C: generalize mouse-selection code to LyXTexts other that
739         top one
740         * textcursor.C: do not use y coords if we can use par offsets
741
742 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
743
744         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
745         cursor position after e.g. inset insert)
746
747 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
748
749         * lyxfind.C (replace): adjust to locking removal + some
750         code simplification
751
752 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
753
754         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
755         of the path
756
757 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
758
759         * lyxlayout.[Ch]:
760         * output_docbook.C: XML sanitation: new layout
761         parameters InnerTag and CommandDepth
762
763 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
764
765         * BufferView_pimpl.C:
766         * factory.C:
767         * text3.C: Fix the insertion and modification of button-style
768         insets
769
770 2003-11-13  André Pönitz  <poenitz@gmx.net>
771
772         * InsetList.[Ch]: remove deleteLyXText
773
774         * paragraph.[Ch]: cache beginOfBody position
775
776         * Bidi.C:
777         * text.C:
778         * text2.C:
779         * text3.C: remove superfluous update() calls
780
781         * vspace.C: cleanup
782
783 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
784
785         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
786         * BufferView.C (fitLockedInsetCursor): remove
787         * cursor.[Ch] (getDim): add
788         * text.C (getRowNearY): add faster version
789         * text3.C: remove some update calls
790
791 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
792
793         * LaTeXFeatures.C:
794         * LyXAction.C:
795         * MenuBackend.C:
796         * MenuBackend.h:
797         * dispatchresult.h:
798         * factory.C:
799         * lfuns.h:
800         * lyxfunc.C:
801         * lyxtextclass.C:
802         * lyxtextclass.h:
803         * text3.C: The Character Style /XML short element patch.
804
805 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
806
807         * text3.C:
808         * factory.C: Small step to solving 'unable to insert some insets'
809         problem
810
811 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
812
813         * cursor.[Ch] (updatePos): new function for updating the y
814         position of the tip inset
815         * bufferview_funcs.C (put_selection_at):
816         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
817
818 2003-11-11  André Pönitz  <poenitz@gmx.net>
819
820         * text.C: remove big comment on invalid Paragraph pointers as it is
821         not valid anymore
822
823 2003-11-11  André Pönitz  <poenitz@gmx.net>
824
825         * text_funcs.[Ch]: merge with ...
826
827         * text.C: ... this
828
829         * lyxtext.h:
830         * text2.C:
831         * text3.C: adjust
832
833         * Makefile.am: remove text_funcs.[Ch]
834
835 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
836
837         * cursor.C (getPos): return absolute cached y coord
838
839         * BufferView_pimpl.C (fitCursor): new simplistic code
840         (workAreaDispatch): add a fitCursor call
841
842 2003-11-10  André Pönitz  <poenitz@gmx.net>
843
844         * BufferView.[Ch]:
845         * BufferView_pimpl.[Ch]: merge update() and updateInset()
846
847 2003-11-10  André Pönitz  <poenitz@gmx.net>
848
849         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
850         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
851         indicate that the cursor needs to leave an inset
852
853         * lyxtext.h: remove inset locking
854
855         * cursor.[Ch]: re-implement functionality provided by inset locking
856
857         * BufferView.[Ch]:
858         * BufferView_pimpl.[Ch]:
859         * LyXAction.C:
860         * bufferview_funcs.[Ch]:
861         * factory.C:
862         * funcrequest.[Ch]:
863         * iterators.C:
864         * lyx_cb.C:
865         * lyxfind.C:
866         * lyxfunc.C:
867         * text.C:
868         * text2.C:
869         * text3.C:
870         * undo.C: adjust
871
872 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
873
874         * PosIterator.[Ch]: replace the stack with a vector, add inset
875         accesor
876         * iterators.[C]: adjust
877
878 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
879
880         * lyxfind.C (replaceAll): mark the buffer dirty if something was
881         replaced
882         * paragraph_funcs.C (readParToken): put the correct id in the
883         error item, not the id of the top paragraph
884
885 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
886
887         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
888         * bufferview_funcs.C (put_selection_at): use the above
889
890 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
891
892         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
893
894 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
895
896         * output_linuxdoc.h:
897         * output_plaintext.h:
898         * output.h:
899         * output_docbook.h: add #include statements
900
901 2003-11-05  José Matos  <jamatos@lyx.org>
902
903         * output_docbook.[Ch]:
904         * output_latex.[Ch]:
905         * output_linuxdoc.[Ch]:
906         * output_plaintext.[Ch]: New files for output formats.
907         * output.[Ch]: New file for helper functions.
908
909         * buffer.[Ch]:
910         * paragraph_funcs.[Ch]: output functions moved to new files.
911
912         * outputparams.h: rename of latexrunparams.h
913
914         * LaTeX.[Ch]:
915         * buffer.[Ch]:
916         * bufferlist.[Ch]:
917         * converter.[Ch]:
918         * exporter.C:
919         * paragraph.[Ch]:
920         * paragraph_funcs.[Ch]:
921         * paragraph_pimpl.[Ch]:
922         * tabular.[Ch]: rename ascii to plaintext
923         and LatexRunParams to OutputParams.
924
925 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
926
927         * iterators.[Ch] (text): require bv argument
928         * undo.C (recordUndo):
929         * lyxfunc.C (dispatch):
930         * bufferview_funcs.C (put_selection_at): adjust
931
932 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
933
934         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
935
936 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
937
938         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
939         nestings
940
941 2003-11-04  André Pönitz  <poenitz@gmx.net>
942
943         * cursor.[Ch]: restructure
944
945         * BufferView.[Ch]:
946         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
947
948         * iterators.[Ch] (asCursor): remove
949
950         * lfuns.h: remove LFUN_INSET_EDIT
951
952         * lyxfunc.C:
953         * tabular.C:
954         * text.C:
955         * text2.C:
956         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
957
958 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
959
960         * lyxfind.[Ch]: complete overhaul
961         * BufferView_pimpl.C:
962         * lyxfunc.C: adjust
963         * paragraph.[Ch] (insert): add
964
965 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
966
967         * BufferView.[Ch]:
968         * lyxtext.h:
969         * text.C: remove dead spellcheck code
970
971 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
972
973         * dispatchresult.h: add a val setter
974
975         * cursor.C (dispatch): use a tempvar for data_[i]
976
977 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
978
979         * PosIterator.[Ch]: compile fix
980
981 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
982
983         * text.C (cursorPar): deactivate the cursor cache
984
985 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
986
987         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
988
989 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
990
991         * text3.C (dispatch): adjust for new DisptchResult semantics.
992
993         * lyxfunc.C (dispatch): handle update when return from
994         Cursor::dispatch, adjust for new DispatchResult semantics.
995
996         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
997         DispatchResult(true) mean to not update. Add class functions for
998         setting dispatched and update, as well as reading.
999
1000         * cursor.C (dispatch): don't handle update here
1001
1002 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1003
1004         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1005         * trans_mgr.C: adjust
1006
1007         * paragraph_funcs.C (readParToken): exception safety
1008
1009         * lyxvc.h: store the vcs pointer in a scoped_ptr
1010         * lyxvc.C: adjust
1011
1012         * lyxsocket.C (serverCallback): exception safety
1013
1014         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1015
1016         * ispell.C (clone): make it return a auto_ptr
1017
1018         * factory.C (createInset): exception safety
1019         (readInset): exception safety
1020
1021         * bufferlist.C (newBuffer): exception safety
1022
1023         * Thesaurus.C (Thesaurus): use initialization for aik_
1024
1025         * MenuBackend.C (expandToc): exception safety.
1026
1027 2003-11-03  André Pönitz  <poenitz@gmx.net>
1028
1029         * buffer.C:
1030         * buffer.h:
1031         * bufferview_funcs.C: remove getInsetFromId()
1032
1033         * lyxcursor.[Ch]:
1034         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1035
1036         * lyxfunc.C:
1037         * text2.C:
1038         * text3.C: adjust
1039
1040 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1041
1042         * PosIterator.C (distance, advance): new
1043         * bufferview_funcs.[Ch] (put_selection_at): new
1044         * iterators.[Ch] (lockPath): new
1045
1046 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1047
1048         * iterators.[Ch] (asPosIterator): added
1049         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1050         * PosIterator.[Ch]: added
1051
1052 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1053
1054         * text3.C:
1055         * lyxfunc.C:
1056         * cursor.C (dispatch):
1057         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1058
1059         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1060         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1061         contructor, add a class function dispatched. Remove operator>=
1062
1063 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1064
1065         * debug.C: only use the default constructor for debugstream
1066         (lyxerr) here.
1067
1068         * main.C (main): include debug.h and setup the lyxerr streambuf
1069         here.
1070
1071 2003-10-31  José Matos  <jamatos@lyx.org>
1072
1073         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1074
1075         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1076         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1077         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1078         * paragraph_pimpl.C (simpleTeXSpecialC):
1079         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1080         add LatexRunParams argument.
1081
1082         * exporter.C (Export): change call accordingly.
1083
1084         * latexrunparams.h: add new member to take care of the other backends.
1085 2003-10-30  José Matos  <jamatos@lyx.org>
1086
1087         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1088         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1089         factorise code for paragraph output.
1090         * buffer.[Ch]:
1091         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1092         move functions.
1093
1094 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1095
1096         * text3.C (dispatch):
1097         * lyxfunc.C (dispatch):
1098         * cursor.C (dispatch):
1099         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1100
1101         * dispatchresult.h: make the dispatch_result_t ctor explicit
1102
1103 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1104
1105         * sgml.[Ch]:
1106         * buffer.C: small refactoring of docbook stuff
1107
1108 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1109
1110         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1111         meaning.
1112
1113 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1114
1115         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1116         operator dispatch_result_t, and operators for == != and >=
1117
1118         * cursor.C (dispatch): adjust for operator dispatch_result_t
1119         removal. comment out call to update
1120
1121         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1122
1123 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1124
1125         * text3.C:
1126         * text2.C:
1127         * text.C:
1128         * lyxtext.h:
1129         * lyxfunc.C:
1130         * cursor.C:
1131         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1132         (dispatch):
1133
1134         * dispatchresult.h: new file, DispatchResult broken out of
1135         insets/insetbase.h
1136
1137         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1138
1139 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1140
1141         * text.C (rowBreakPoint): put a hack inside #if 0
1142
1143 2003-10-28  André Pönitz  <poenitz@gmx.net>
1144
1145         * lyxtext.h:
1146         * metricsinfo.C:
1147         * paragraph_funcs.C:
1148         * rowpainter.C:
1149         * text.C:
1150         * text2.C: general cleanup (lots of small stuff)
1151
1152 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1153
1154         * text2.C (cursorEnd): simple fix to the "end key goes to one
1155         before the end on last row" bug
1156
1157 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1158
1159         * text.C (backspace): fix the "zombie characters"
1160
1161 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1162
1163         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1164
1165 2003-10-27  André Pönitz  <poenitz@gmx.net>
1166
1167         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1168
1169         * factory.C: handle new InsetPagebreak, InsetLine
1170
1171         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1172         and move handling into new InsetPagebreak, InsetLine
1173
1174         * BufferView_pimpl.C:
1175         * LyXAction.C:
1176         * ParagraphParameters.C:
1177         * ParameterStruct.h:
1178         * lyxfunc.C:
1179         * lyxtext.h:
1180         * paragraph.C:
1181         * paragraph.h:
1182         * paragraph_funcs.C:
1183         * paragraph_pimpl.C:
1184         * rowpainter.C:
1185         * text.C:
1186         * text2.C:
1187         * text3.C: adjust
1188
1189 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1190
1191         * text.C:
1192         * lyxrow_funcs.[Ch]:
1193         * Bidi.C:
1194         * paragraph.C:
1195         * lyxtext.h:
1196         * rowpainter.C:
1197         * text2.C:
1198         * text3.C: remove lastPos uses in favour of Row::endpos
1199
1200 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1201
1202         * undo.C (performUndoOrRedo): fix two crashes by setting a
1203         cursor by hand and reordering some calls. Use bv->lockInset instead
1204         of inset->edit because the latter loses cursor information
1205
1206 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
1207
1208         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
1209         by Martin
1210         (rowBreakPoint): fix width. change point to point + 1.
1211         Add a missing check.
1212
1213 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
1214
1215         * MenuBackend.C:
1216         * lyxfunc.C: fix (at least partly) the problems
1217         with the Nav menu and headers inside branch insets
1218         reported by Kayvan
1219
1220 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
1221
1222         * paragraph.C (getChar): add strong asserts
1223
1224         * lyxrow_funcs.C (lastPos): remove hideous hack
1225
1226         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
1227         (fill): adjust to that (avoid an infinite loop)
1228
1229 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1230
1231         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
1232
1233 2003-10-23  André Pönitz  <poenitz@gmx.net>
1234
1235         * RowList_fwd.h: change list<> to vector<> to gain speed
1236         after suggestion from Alfredo
1237
1238 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1239
1240         * lyxtext.h: move the bidi stuff from here...
1241         * text.C: and here
1242         * text2.C: and here
1243         * Bidi.[Ch]: ... to here
1244
1245 2003-10-23  André Pönitz  <poenitz@gmx.net>
1246
1247         * lyxtext.h:
1248         * text.C (isLastRow, isFirstRow): new functions
1249
1250         * paragraph.h: new width cache member
1251
1252         * rowpainter.C: replace RowList::iterator with Row & where possible
1253
1254         * lyxfunc.C: replace several view()->text with a single call
1255
1256         * toc.C: fix 'unused' warning
1257
1258 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1259
1260         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
1261         when woring with stream::pos_type
1262         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
1263
1264 2003-10-22  André Pönitz  <poenitz@gmx.net>
1265
1266         * lyxtext.h:
1267         * text.C: use Row & instead of RowList::iterator
1268
1269         * lyxrow.h: rename end() to endpos()
1270
1271         * rowpainter.C:
1272         * text.C:
1273         * text2.C: adjust
1274
1275 2003-10-22  Angus Leeming  <leeming@lyx.org>
1276
1277         * buffer.[Ch] (fully_loaded): new member function, returning true
1278         only when the file has been loaded fully.
1279         Used to prevent the premature generation of previews and by the
1280         citation inset to prevent computation of the natbib-style label.
1281
1282         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
1283         templates are all set up.
1284
1285         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
1286
1287 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
1288
1289         * text.C: fixed an "oops" in the "is a bit silly"
1290         bug fix
1291
1292 2003-10-21  André Pönitz  <poenitz@gmx.net>
1293
1294         * FuncStatus.[Ch]: small stuff, whitespace
1295
1296         * lyxfont.[Ch]: operator<<() for debug reasons
1297
1298         * lyxfunc.C:
1299         * lyxrow_funcs.C:
1300         * lyxtext.h: whitespace, spelling
1301
1302         * paragraph.C: naming of variables
1303
1304         * text.C:
1305         * text2.C: small stuff
1306
1307
1308 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
1309
1310         * text.C: (1) finish off the inset display() work;
1311         (2) fix the "is a bit silly" bug (accessing char
1312         past end of par).
1313
1314 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
1315
1316         * text.C: re-introduce display() for insets, fixing the
1317         various bugs (stretch of line above, math inset
1318         positioning, ...)
1319
1320 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1321
1322         * text.C (rightMargin): remove spurious semicolon
1323
1324         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
1325         1415)
1326
1327 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
1328
1329         * text3.C: fix one crash due to wrong cursor def
1330
1331 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1332
1333         * vc-backend.C (scanMaster): make the regex static
1334
1335         * LaTeX.C (scanAuxFile): make the regexs static
1336
1337         * text3.C (doInsertInset, dispatch, dispatch):
1338         * text2.C (cursorUp, cursorDown):
1339         * text.C (selectNextWordToSpellcheck):
1340         * BufferView_pimpl.C (dispatch):
1341         * lyxfunc.C (dispatch):  localDispatch -> dispatch
1342
1343 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1344
1345         * lyxsocket.C: include <cerrno>
1346
1347 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1348
1349         * lyxfunc.C (dispatch): remove textcache stuff
1350
1351         * bufferlist.C (release): remove textcache stuff
1352         (closeAll): ditto
1353
1354         * TextCache.C: delete file
1355         * TextCache.h: delete file
1356
1357         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
1358
1359         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
1360         delete of the bv_->text.
1361         (resizeCurrentBuffer): remove texcache stuff
1362         (workAreaResize): ditto
1363
1364 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1365
1366         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
1367         action.
1368
1369 2003-10-16  André Pönitz  <poenitz@gmx.net>
1370
1371         * lyxrow.[Ch]:
1372         * paragraph.h:
1373         * rowpainter.C:
1374         * text.C:
1375         * text2.C:
1376         * text3.C: speed up by storing y positions per paragraph plus per-row
1377         offset instead of having a 'full' y position in the row.
1378
1379 2003-10-15  André Pönitz  <poenitz@gmx.net>
1380
1381         * iterators.[Ch]:
1382         * iterators.[Ch]:
1383         * undo.[Ch]: make undo aware of inner insets
1384
1385 2003-10-14  Angus Leeming  <leeming@lyx.org>
1386
1387         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
1388         static member functions LyX::ref() and LyX::cref.
1389         (lastfiles): new accessor functions for the new lastfiles_ member var.
1390         (addLyXView, views_): add a new LyXView to the list of views_.
1391         (updateInset): loop over all LyXViews to call their own updateInset
1392         member function, returning a pointer to the Buffer owning the inset.
1393
1394         * BufferView_pimpl.C (loadLyXFile):
1395         * MenuBackend.C (expandLastfiles):
1396         * bufferlist.C (MenuWrite, QuitLyX):
1397         lastfiles is no longer a global variable.
1398         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
1399
1400         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
1401         static function. Access through LyX::cref().emergencyCleanup().
1402
1403 2003-10-14  André Pönitz  <poenitz@gmx.net>
1404
1405         * iterators.[Ch]: new direct access to innermost LyXText and Inset
1406
1407         * undo.[Ch]: restoring part of 'undo in insets'
1408
1409         * Makefile.am:
1410         * undo_funcs.[Ch]: merge with undo.[Ch]
1411
1412         * tabular.C: small cleansing stuff
1413
1414 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
1415
1416         * paragraph_funcs.C (readParToken): report unknown insets as error
1417         boxes. Use the outer paragraph as location (also for unknown
1418         tokens).
1419
1420         * factory.C (readInset): do not abort on reading an unknown inset.
1421         Eat it and return 0.
1422
1423 2003-10-13  Angus Leeming  <leeming@lyx.org>
1424
1425         * lyx_main.C (LyX): remove call to setDisplayTranslator().
1426
1427         * lyxrc.C: displayTranslator is now a function,
1428         declared in GraphicsTypes.h.
1429
1430 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1431
1432         * format.C: new placeholder $$a to pass the socket address.
1433
1434         * bufferlist.[Ch]: new function getBufferFromTmp.
1435
1436         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
1437           files in the temporary dir.
1438
1439 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1440
1441         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
1442
1443         * Makefile.am: add lyxsocket.[Ch].
1444
1445         * lyx_main.C (error_handler): handle SIGPIPE.
1446
1447 2003-10-13  André Pönitz  <poenitz@gmx.net>
1448
1449         * BufferView_pimpl.C:
1450         * lyxtext.h:
1451         * text.C:
1452         * text2.C:
1453         * text3.C:
1454         * undo_funcs.[Ch]: use paroffset_type instead of
1455           ParagraphList::iterators to prevent multiple conversion
1456           (and get a more robust interface)
1457
1458 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1459
1460         * lyxfunc.C (dispatch): RESULT -> dispatch_result
1461         * lyxtext.h: ditto
1462         * text3.C (dispatch): ditto
1463
1464 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1465
1466         * LaTeX.C (handleFoundFile): move the static to smaller scope,
1467         move the onlyfile, use onlyfile instead of foundfile in a couple
1468         of places.
1469
1470         * DepTable.C (update): flush the error stream a bit more
1471
1472 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1473
1474         * lyxserver.C (callback): adjust
1475
1476         * lyxfunc.C (getStatus): add a missing brace in commented code
1477         (ensureBufferClean): reindent
1478         (dispatch): delete version taking a string
1479
1480 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1481
1482         * LaTeX.C (deplog): move found file handlig from here...
1483         (handleFoundFile): .. to new function here.
1484         (deplog): make sure to discover several files mentioned on the
1485         same log line.
1486
1487 2003-10-10  André Pönitz  <poenitz@gmx.net>
1488
1489         * lyxfunc.C:
1490         * lyxtext.h:
1491         * tabular.C:
1492         * text.C:
1493         * text2.C:
1494         * text3.C: fix some of the tabular crashes
1495
1496 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1497
1498         * MenuBackend.C (binding): put debug message into Debug::KBMAP
1499
1500         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
1501
1502 2003-10-09  André Pönitz  <poenitz@gmx.net>
1503
1504         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
1505
1506         * BufferView.C:
1507         * BufferView_pimpl.C:
1508         * bufferview_funcs.C:
1509         * lyx_cb.C:
1510         * lyxcursor.C:
1511         * lyxfind.C:
1512         * lyxfunc.C:
1513         * lyxtext.h:
1514         * text.C:
1515         * text2.C:
1516         * text3.C:
1517         * text_funcs.[Ch]:
1518         * textcursor.[Ch]:
1519         * undo_funcs.C: adjust
1520
1521 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1522
1523         * text2.C (incrementItemDepth): new function, use a backtracking
1524         algorithm to discover the correct item depth.
1525         (resetEnumCounterIfNeeded): new function, use a backtracking
1526         algorithm to discover if counter reset is needed.
1527         (setCounter): use them. Simplify a bit. Add different labels for
1528         different item depths for itemize.
1529
1530         * paragraph.C (Paragraph): remove initialization of enumdepth
1531         (operator=): ditto
1532
1533         * paragraph.h: get rid of enumdepth, and use itemdepth both for
1534         enumerate and itemize. Change the type of itemdepth to signed char.
1535
1536 2003-10-08  André Pönitz  <poenitz@gmx.net>
1537
1538         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
1539           thing assignable.
1540         * text.C:
1541         * text2.C: adjust
1542
1543         * tabular.[Ch]: fix crash after 'row-insert'
1544
1545 2003-10-08  Angus Leeming  <leeming@lyx.org>
1546
1547         Fix doxygen warnings.
1548
1549         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
1550         Remove CutAndPaste:: prefix from header file declaration.
1551
1552         * LColor.h (fill): remove LColor:: prefix from declaration.
1553
1554         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
1555         use lyx::depth_type rather than Paragraph::depth_type so that
1556         header file and .C file match.
1557
1558         * converter.h (intToFormat): remove Converters:: prefix from declaration.
1559
1560         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
1561         * aspell.C: \file aspell_local.C -> \file aspell.C
1562         * gettext.C: \file gettext.C -> \file src/gettext.C
1563         * gettext.h: \file gettext.h -> \file src/gettext.h
1564         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
1565         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
1566         * text.C: \file text.C -> \file src/text.C
1567
1568         * toc.C: move comment so that doxygen is not confused.
1569
1570 2003-10-07  Angus Leeming  <leeming@lyx.org>
1571
1572         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
1573
1574 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1575
1576         * aspell.C:
1577         * aspell_local.h: add forgotten std::string's.
1578
1579 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1580
1581         * LaTeXFeatures.C:
1582         * LyXAction.C:
1583         * factory.C:
1584         * lfuns.h:
1585         * lyxfunc.C:
1586         * text3.C: The Box patch. Fancybox support, minipage, parbox
1587
1588 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1589
1590         * CutAndPaste.h:
1591         * DepTable.h:
1592         * FloatList.h:
1593         * LaTeXFeatures.h:
1594         * ParagraphParameters.h:
1595         * TextCache.h:
1596         * Thesaurus.h:
1597         * bufferlist.h:
1598         * exporter.h:
1599         * importer.h:
1600         * lastfiles.h:
1601         * lyxfind.h:
1602         * lyxfont.h:
1603         * lyxlex.h:
1604         * lyxtextclasslist.h:
1605         * messages.h:
1606         * paragraph.h:
1607         * paragraph_pimpl.C:
1608         * textcursor.h: add <string> and other small fixes to make Lars'
1609         std::string patch compile with STLport.
1610
1611 2003-10-06  Angus Leeming  <leeming@lyx.org>
1612
1613         * LColor.h: Add missing #include <string>.
1614
1615 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1616
1617         * All most all file in all subdirs: Make <string> be the prefered
1618         way of getting to std::string, add using declarations.
1619
1620 2003-10-06  André Pönitz  <poenitz@gmx.net>
1621
1622         * metricsinfo.C: initialize LyXFont before changing attribute.
1623         (fixes the 'math in \emph is upright' bug)
1624
1625 2003-10-06  André Pönitz  <poenitz@gmx.net>
1626
1627         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
1628
1629 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
1630
1631         * graph.C:
1632         * paragraph_pimpl.C: Small fixes to build using STLport
1633
1634 2003-10-02  André Pönitz  <poenitz@gmx.net>
1635
1636         * lyxfunc.C:
1637         * text3.C: move handling of LFUN_DEPTH *; fix #1360
1638
1639 2003-10-01  André Pönitz  <poenitz@gmx.net>
1640
1641         * factory.C: assert early
1642
1643 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1644
1645         * lyx_main.C: remove the global debug object
1646
1647         * debug.h: adjust for new debugstream
1648
1649         * debug.C: adjust for new debugstream and keep the global debug
1650         object here.
1651
1652 2003-09-22  Angus Leeming  <leeming@lyx.org>
1653
1654         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
1655         of g++ which otherwise complain that the scoped_ptr destructor can't delete
1656         an incomplete class LyXFont.
1657
1658 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
1659
1660         * factory.C: bug fix in branches
1661
1662 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1663
1664         * lyxfunc.C (processKeySym): adjust
1665         (dispatch): adjust
1666         (dispatch): change arg name from ev to func, adjust
1667         (sendDispatchMessage): ditto
1668
1669         * lyx_main.C (defaultKeyBindings): adjust keybindings
1670         (deadKeyBindings): ditto
1671
1672         * kbsequence.C (addkey): return a FuncRequest
1673
1674         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
1675
1676         * kbmap.C (bind): take a FuncRequest as arg, adjust
1677         (read): adjust
1678         (lookup): adjust
1679         (defkey): change to take a FuncRequest as arg, adjust
1680         (findbinding): take a FuncRequest as arg, adjust.
1681
1682         * funcrequest.h (operator=): added
1683
1684         * funcrequest.C (FuncRequest): default kb_action changed from
1685         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
1686
1687         * buffer.C (dispatch): simplify
1688         (dispatch): adjust to take a FuncRequest as arg, adjust
1689
1690         * boost.C (assertion_failed): change assertion message slightly
1691
1692         * ToolbarBackend.C (read): simplify
1693
1694         * MenuBackend.C (binding): adjust call to findbinding, add a
1695         message if no binding is found.
1696         (read): simplify
1697         (expandToc): correct by adding a empty FuncRequest
1698
1699         * LyXAction.C: include <boost/assert.hpp>
1700         (isPseudoAction): delete function
1701         (LookupFunc): change name to...
1702         (lookupFunc): this. change return type to FuncRequest.
1703         (getActionName): take kb_action as arg, simplify
1704         (funcHasFlag): add an assert, simplify.
1705
1706 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1707
1708         * toc.C (action): return a FuncRequest, simplify
1709
1710         * lyxfunc.C (processKeySym): adjust
1711         (getStatus): delete version that takes an int.
1712         (getStatus): adjust
1713         (dispatch): delete version that takes action as int
1714         (dispatch): adjust
1715         (sendDispatchMessage): simplify and adjust
1716
1717         * funcrequest.C (getArg): take unsigned int as arg
1718
1719         * ToolbarBackend.C (read): adjust
1720         (add): delete version that takes func as a string.
1721         (getIton): take a FuncRequest as arg
1722
1723         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
1724         action.
1725
1726         * MenuBackend.C (MenuItem): add a new construct that only takes a
1727         Kind, simplify the constructor use for submenus.
1728         (add): adjust
1729         (expandLastfiles): adjust
1730         (expandDocuments): adjust
1731         (expandFormats): adjust
1732         (expandFloatListInsert): adjust
1733         (expandFloatInsert): adjust
1734         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
1735
1736         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
1737         Remove class variables lyx_pseudo_map and lyx_arg_map
1738
1739         * LyXAction.C (searchActionArg): delete function
1740         (getPseudoAction): delete function
1741         (retrieveActionArg): delete function
1742         (LookupFunc): make it return kb_action, simplify.
1743         (getActionName): simplify
1744
1745         * factory.C (createInset): fix new bug
1746
1747 2003-09-19  Angus Leeming  <leeming@lyx.org>
1748
1749         * CutAndPaste.C (pasteSelection): remove fudge used to set the
1750         masterFilename_ parameter in the include inset.
1751
1752         * factory.C (createInset): changes due to the changes to InsetInclude.
1753
1754 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1755
1756         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
1757
1758 2003-09-18  Angus Leeming  <leeming@lyx.org>
1759
1760         * buffer.C:
1761         * BufferView.C: pass the buffer when calling Inset::getLabelList,
1762         Inset::fillWithBibKeys.
1763         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
1764
1765 2003-09-18  Angus Leeming  <leeming@lyx.org>
1766
1767         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
1768         variables.
1769         (ctor): pass and store a 'Buffer const &'
1770         (buffer): new member function.
1771
1772         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
1773         '*this' to the LaTeXFeatures ctor.
1774
1775 2003-09-18  Angus Leeming  <leeming@lyx.org>
1776
1777         * LColor.h:
1778         * lyxfont.C:
1779         * lyxfont.h:
1780         * lyxtext.h:
1781         * text.C: rename EnumLColor as LColor_color.
1782
1783 2003-09-18  Angus Leeming  <leeming@lyx.org>
1784
1785         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
1786         remove #include "insets/insetbase.h" from cursor.h.
1787
1788 2003-09-18  Angus Leeming  <leeming@lyx.org>
1789
1790         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
1791         InsetOld_code to remove #include "inset.h".
1792
1793         * iterators.C: add #include "insets/inset.h"
1794
1795 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
1796
1797         * BufferView.C: remove more locking stuff that apparently doesn't
1798         do anything sensible.
1799
1800 2003-09-16  André Pönitz  <poenitz@gmx.net>
1801
1802         * paragraph.[Ch]:
1803         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
1804           performance boost.
1805
1806 2003-09-16  Angus Leeming  <leeming@lyx.org>
1807
1808         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
1809
1810         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
1811         arg/return type.
1812
1813         * paragraph.h: remove #include "lyxfont.h". Forward declare
1814         LyXFont_size.
1815
1816 2003-09-16  Angus Leeming  <leeming@lyx.org>
1817
1818         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
1819         of support/textutils.h.
1820         (isWord): move the contents of support/textutils.h's IsWordChar here.
1821
1822         * buffer.C:
1823         * lyxfind.C:
1824         * rowpainter.C:
1825         * text.C:
1826         * text2.C: add #include "paragraph.h".
1827
1828         * rowpainter.C:
1829         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
1830
1831 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1832
1833         * main.C:
1834         * lyx_main.C:
1835         * lyx_cb.C:
1836         * buffer.C:
1837         * LaTeX.C: use namespace alias for lyx::support::os
1838
1839 2003-09-16  Angus Leeming  <leeming@lyx.org>
1840
1841         * bufferparams.C:
1842         * bufferview_funcs.C:
1843         * factory.C:
1844         * lyxfunc.C:
1845         * paragraph_pimpl.C:
1846         * rowpainter.C:
1847         * text.C: add #include "LColor.h".
1848
1849 2003-09-16  Angus Leeming  <leeming@lyx.org>
1850
1851         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
1852         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
1853         return LyXFont &.
1854         Store the FontBits::color variable as an int rather than as an
1855         LColor::colorso that we can move LColor.h out of the lyxfont.h header
1856         file.
1857
1858         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
1859         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
1860         string calls together.
1861
1862         * lyxrc.C: add #include "LColor.h".
1863
1864 2003-09-15  Angus Leeming  <leeming@lyx.org>
1865
1866         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
1867         a cow_ptr.
1868
1869 2003-09-15  Angus Leeming  <leeming@lyx.org>
1870
1871         * LColor.h: add an EnumLColor wrapper for LColor::color.
1872
1873         * lyxfont.[Ch] (color, setColor, realColor):
1874         * lyxtext.h, text.C (backgroundColor):
1875         pass EnumLColor args to/from the functions, rather than LColor::color
1876         ones.
1877
1878         * lyxfont.h:
1879         * lyxtext.h: forward declare EnumLColor.
1880
1881         * lyx_main.C: add #include "LColor.h".
1882
1883 2003-09-15  Angus Leeming  <leeming@lyx.org>
1884
1885         * .cvsignore: add lyx-gtk.
1886
1887 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1888
1889         * Chktex.C
1890         * LaTeX.C
1891         * LaTeXFeatures.C
1892         * ParagraphParameters.C
1893         * Spacing.C
1894         * buffer.C
1895         * bufferparams.C
1896         * bufferview_funcs.C
1897         * chset.C
1898         * counters.C
1899         * funcrequest.C
1900         * lyxfont.C
1901         * lyxgluelength.C
1902         * lyxlength.C
1903         * paragraph.C
1904         * paragraph_funcs.C
1905         * text3.C
1906         * vc-backend.C: remove usage of STRCONV
1907
1908 2003-09-15  Angus Leeming  <leeming@lyx.org>
1909
1910         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
1911         explicitly define the color passed to the painter.
1912
1913 2003-09-15  Angus Leeming  <leeming@lyx.org>
1914
1915         * bufferparams.C (BufferParams): reorder member initializers to avoid
1916         compiler warning.
1917
1918 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
1919
1920         * CutAndPaste.C (pasteSelection): remove an outdated #warning
1921         * text.C (updateRowPositions): remove an unusual nop
1922
1923 2003-09-12  André Pönitz  <poenitz@gmx.net>
1924
1925         * BufferView_pimpl.C:
1926         * Bullet.C:
1927         * layout.h:
1928         * lyxfunc.C:
1929         * lyxlayout.[Ch]:
1930         * lyxtextclass.C:
1931         * rowpainter.C:
1932         * text.C:
1933         * text2.C:
1934         * Counters.[Ch]: finish the 'automatic counters' job
1935
1936 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1937
1938         * aspell.C: include <boost/assert.cpp> (compile fix)
1939
1940 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1941
1942         * boost.C (assertion_failed): use lyx::support::abort instead of
1943         assert.
1944
1945 2003-09-10  Angus Leeming  <leeming@lyx.org>
1946
1947         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
1948         with their _fwd progeny.
1949
1950 2003-09-09  Angus Leeming  <leeming@lyx.org>
1951
1952         134 files throughtout the source tree: replace 'using namespace abc;'
1953         directives with the appropriate 'using abc::xyz;' declarations.
1954
1955 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1956
1957         * boost.C (emergencyCleanup): moved here from LAssert.c
1958         (assertion_failed): new function, called by BOOST_ASSERT
1959
1960         * several files: change Assert to BOOST_ASSERT
1961
1962 2003-09-09  Angus Leeming  <leeming@lyx.org>
1963
1964         * buffer.[Ch]: Add an Impl class and move Buffer's member
1965         variables into it. As a result move several header files out of
1966         buffer.h.
1967
1968         Add header files to lots of .C files all over the tree as a result.
1969
1970 2003-09-09  Angus Leeming  <leeming@lyx.org>
1971
1972         * buffer.[Ch]: make Buffer's member variables private. Add
1973         accessor functions.
1974
1975         Lots of changes all over the tree as a result.
1976
1977 2003-09-08  Angus Leeming  <leeming@lyx.org>
1978
1979         * graph.C: #include <config.h>.
1980
1981 2003-09-08  Angus Leeming  <leeming@lyx.org>
1982
1983         * BranchList.C:
1984         * BufferView.C:
1985         * BufferView_pimpl.C:
1986         * CutAndPaste.C:
1987         * DepTable.C:
1988         * LaTeX.C:
1989         * LaTeXFeatures.C:
1990         * LyXAction.C:
1991         * MenuBackend.C:
1992         * TextCache.C:
1993         * aspell.C:
1994         * buffer.C:
1995         * bufferlist.C:
1996         * changes.C:
1997         * chset.C:
1998         * converter.C:
1999         * counters.C:
2000         * debug.C:
2001         * graph.C:
2002         * ispell.C:
2003         * lyx_cb.C:
2004         * lyxfind.C:
2005         * lyxfunc.C:
2006         * lyxlex_pimpl.C:
2007         * lyxrc.C:
2008         * lyxrow.C:
2009         * paragraph.C:
2010         * rowpainter.C:
2011         * texrow.C:
2012         * text.C:
2013         * text2.C:
2014         * toc.C: remove redundant using directives.
2015
2016 2003-09-07  Angus Leeming  <leeming@lyx.org>
2017
2018         * LaTeXFeatures.h: remove #include "support/types.h".
2019         * ToolbarBackend.h: remove #include <algorithm>.
2020         * changes.h: remove #include <ctime>.
2021         * debug.h: remove #include <iosfwd>.
2022         * graph.h: remove #include "support/std_string.h".
2023         * lyx_main.h: remove #include <csignal>.
2024         * lyxlex_pimpl.h: remove #include <fstream>.
2025         * sgml.h: remove #include <algorithm>, <utility>.
2026         * toc.h: remove #include "support/std_ostream.h".
2027         Add #include <iosfwd>.
2028
2029 2003-09-07  Angus Leeming  <leeming@lyx.org>
2030
2031         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2032
2033         * converter.h: forward declare LatexRunParams.
2034         * encoding.h: remove #include "lyxrc.h".
2035         * lyxtext.h: remove #include "LColor.h".
2036         * lyxtextclass.h: remove #include "support/types.h".
2037         * trans.h: remove #include "tex-accent.h".
2038         * trans_mgr.h: remove #include "tex-accent.h".
2039         * insets/inset.h: remove #include "support/types.h", <vector>.
2040         * insets/insetcollapsable.h: remove #include "LColor.h".
2041         * insets/insetinclude.h: remove #include "dimension.h".
2042         * insets/insetlatexaccent.h: remove #include "dimension.h".
2043         * insets/insetoptarg.h:: remove #include "insettext.h".
2044         * insets/insettext.h: remove #include "dimension.h",
2045         <boost/shared_ptr.hpp>
2046
2047         * insets/renderers.h: add #include "dimension.h".
2048         * insets/updatableinset.h: add #include "support/types.h".
2049
2050         * many .C files: Associated changes.
2051
2052 2003-09-06  Angus Leeming  <leeming@lyx.org>
2053
2054         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2055         one, inside testInvariant.
2056
2057         * PrinterParams.C: new file.
2058         * PrinterParams.[Ch]: move the function bodies out of line.
2059
2060 2003-09-06  Angus Leeming  <leeming@lyx.org>
2061
2062         * ParagraphParameters.h: forward declare ParameterStruct rather than
2063         including its header file.
2064         (depth): moved out-of-line.
2065
2066 2003-09-06  Angus Leeming  <leeming@lyx.org>
2067
2068         * BufferView_pimpl.h:
2069         * kbmap.h:
2070         * kbsequence.h:
2071         * lyxfunc.h: forward declare LyXKeySym rather than
2072         #include "frontends/LyXKeySym.h".
2073
2074         * BufferView_pimpl.C:
2075         * kbmap.C:
2076         * kbsequence.C:
2077         * lyxfunc.C: associated changes.
2078
2079 2003-09-06  Angus Leeming  <leeming@lyx.org>
2080
2081         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2082         As a result, can remove the #include "insets/inset.h" from BufferView.h
2083
2084 2003-09-06  Angus Leeming  <leeming@lyx.org>
2085
2086         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2087         As a result, can remove the #include "insets/inset.h" from BufferView.h
2088
2089 2003-09-06  Angus Leeming  <leeming@lyx.org>
2090
2091         * buffer_funcs.C:
2092         * buffer.h:
2093         * bufferlist.C:
2094         * BufferView.C:
2095         * bufferview_funcs.C:
2096         * BufferView_pimpl.C:
2097         * CutAndPaste.C:
2098         * lyx_cb.C:
2099         * lyxfunc.C:
2100         * paragraph.h:
2101         * ParagraphParameters.C:
2102         * tabular.C:
2103         * text3.C:
2104         * toc.C:
2105         * undo_funcs.C:
2106         * frontends/controllers/ControlDocument.C:
2107         * insets/insetcaption.C: rearrange the #includes into some sort of
2108         coherent order.
2109
2110         * buffer.h: remove #includes ErrorList.h, undo.h
2111
2112 2003-09-06  Angus Leeming  <leeming@lyx.org>
2113
2114         * support/types.h: add a 'depth_type' typedef, used to store the
2115         nesting depth of a paragraph.
2116
2117         * paragraph.h:
2118         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2119         defining explicitly.
2120
2121         * buffer.h:
2122         * paragraph_funcs.h:
2123         * ParagraphParameters.h:
2124         * sgml.h: use lyx::depth_type rather than Paragraph or
2125         ParameterStruct's depth_type.
2126
2127         * buffer.h
2128         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2129
2130         * BufferView.C:
2131         * BufferView_pimpl.C:
2132         * CutAndPaste.C:
2133         * ParagraphParameters.C:
2134         * buffer_funcs.C:
2135         * bufferlist.C:
2136         * bufferview_funcs.C:
2137         * lyx_cb.C:
2138         * lyxfunc.C:
2139         * tabular.C:
2140         * text3.C:
2141         * toc.C:
2142         * undo_funcs.C:
2143         * frontends/LyXView.C:
2144         * frontends/controllers/ControlDocument.C:
2145         * frontends/controllers/ControlErrorList.C:
2146         * insets/insetbibitem.C:
2147         * insets/insetbranch.C:
2148         * insets/insetcaption.C:
2149         * insets/insetcollapsable.C:
2150         * insets/insetenv.C:
2151         * insets/insetert.C:
2152         * insets/insetfloat.C:
2153         * insets/insetfoot.C:
2154         * insets/insetfootlike.C:
2155         * insets/insetnewline.C:
2156         * insets/insetquotes.C:
2157         * insets/insettabular.C:
2158         * insets/insettext.C:
2159         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2160
2161         * frontends/controllers/ControlChanges.C: #include "changes.h".
2162
2163 2003-09-06  Angus Leeming  <leeming@lyx.org>
2164
2165         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2166         than #including paragraph.h.
2167
2168         * ParagraphList.h:
2169         * RowList.h: deleted. Superfluous.
2170
2171         * CutAndPaste.h:
2172         * iterators.h:
2173         * lyxcursor.h:
2174         * lyxtext.h:
2175         * text_funcs.h:
2176         * undo.h:
2177         * undo_funcs.h:
2178         * insets/inset.h:
2179         * insets/insettext.h: use ParagraphList_fwd.h rather than
2180         ParagraphList.h.
2181
2182         * paragraph.h: don't forward declare ParagraphList.
2183
2184         * buffer.h:
2185         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2186         rather than ParagraphList.h. paragraph.h is still needed for the
2187         Paragraph::depth_type parameters.
2188
2189         * textcursor.h: enable it to compile stand-alone in light of the
2190         above changes.
2191
2192         * bufferview_funcs.C:
2193         * iterators.C:
2194         * lyxfunc.C:
2195         * lyxrow_funcs.C:
2196         * paragraph.C:
2197         * rowpainter.C:
2198         * text.C:
2199         * text2.C:
2200         * text3.C:
2201         * text_funcs.C:
2202         * textcursor.C:
2203         * undo.C:
2204         * frontends/controllers/ControlParagraph.C:
2205         * frontends/controllers/ControlTabular.C:
2206         * insets/insetmarginal.C:
2207         * insets/insetminipage.C:
2208         * insets/insetnote.C:
2209         * insets/insetoptarg.C: add header files needed to compile again.
2210
2211 2003-09-06  Angus Leeming  <leeming@lyx.org>
2212
2213         * RowList_fwd.h: new file, forward-declaring Row rather than
2214         #including lyxrow.h.
2215
2216         * lyxrow_funcs.h:
2217         * lyxtext.h:
2218         * paragraph.h:
2219         * insets/insettext.h: use it instead of RowList.h
2220
2221         * bufferview_funcs.C:
2222         * lyxfunc.C:
2223         * lyxrow_funcs.C:
2224         * paragraph.C:
2225         * rowpainter.C:
2226         * text.C:
2227         * text2.C:
2228         * text3.C: #include "RowList.h".
2229
2230 2003-09-05  Angus Leeming  <leeming@lyx.org>
2231
2232         * factory.C (createInset):
2233         * vspace.C (c-tor): replace sscanf call with an istringstream.
2234         * ispell.C: re-add missing HP/UX headers.
2235         * lyxserver.C: re-add missing  os2 headers.
2236
2237 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
2238
2239         * BranchList.C:
2240         * graph.C:
2241         * ispell.C:
2242         * lastfiles.C:
2243         * lyx_cb.C:
2244         * lyxserver.C:
2245         * texrow.C:
2246         * text3.C: re-add missing system headers, needed for 2.95.2.
2247
2248 2003-09-05  Angus Leeming  <leeming@lyx.org>
2249
2250         Changes most place everywhere due to the removal of using directives
2251         from support/std_sstream.h.
2252
2253 2003-09-05  Angus Leeming  <leeming@lyx.org>
2254
2255         Replace LString.h with support/std_string.h,
2256         Lsstream.h with support/std_sstream.h,
2257         support/LIstream.h with support/std_istream.h,
2258         support/LOstream.h with support/std_ostream.h.
2259
2260         Changes resulting throughout the tree.
2261
2262 2003-09-05  Angus Leeming  <leeming@lyx.org>
2263
2264         * sgml.h: ensure that the header file can be compiled stand-alone.
2265         * *.C: strip out redundant #includes. (320 in total.)
2266
2267 2003-09-04  Angus Leeming  <leeming@lyx.org>
2268
2269         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
2270         here (from getPackages).
2271
2272         * debug.[Ch]: add a new EXTERNAL tag.
2273
2274 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2275
2276         * text2.C (cursorEnd): simplify
2277         (setCursor): adjust
2278         (getColumnNearX): adjust
2279
2280         * text.C (computeBidiTables): adjust
2281         (fill): adjust
2282
2283         * rowpainter.C (paintChars): adjust
2284         (paintSelection): adjust
2285         (paintChangeBar): adjust
2286         (paintText): adjust
2287
2288         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
2289         lastPos instead.
2290         (numberOfSeparators): adjust
2291
2292 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2293
2294         * LyXAction.C:
2295         * box.[Ch]:
2296         * lfuns.h:
2297         * lyxfunc.C:
2298         * text3.C: Restricts the mouse click functionality
2299         of insets like bibtex, include, toc and floatlist to the visible
2300         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
2301         up the dialogs. Cursor has to be in front of the inset (i.e.
2302         start of row) for this to function.
2303
2304 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2305
2306         * bufferview_funcs.C (currentState): output row information
2307
2308 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2309
2310         * bufferview_funcs.C (currentState): output paragraph position
2311
2312 2003-09-04  Angus Leeming  <leeming@lyx.org>
2313
2314         * FloatList.h: move out #include "Floating.h".
2315         * LaTeX.h: move out #include "DepTable.h".
2316         * LyXAction.h: move out #include "funcrequest.h".
2317         * buffer.h: move out #include "author.h", "iterators.h".
2318         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
2319         * lyx_main.h: move out #include "errorlist.h".
2320         * lyxfunc.h: move out #include "FuncStatus.h".
2321         * lyxtext: move out #include "lyxcursor.h".
2322         * paragraph_pimpl.h: move out #include "counters.h".
2323
2324 2003-09-03  Angus Leeming  <leeming@lyx.org>
2325
2326         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
2327         preamble_snippets list, enabling us to add snippets to the preamble
2328         only if the snippet was not there already.
2329
2330 2003-09-04  Angus Leeming  <leeming@lyx.org>
2331
2332         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
2333
2334 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2335
2336         * lyxfunc.C (dispatch): if fitCursor did something be sure to
2337         update
2338
2339 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2340
2341         * BranchList.C: point fix, earlier forgotten
2342
2343 2003-09-02  Angus Leeming  <leeming@lyx.org>
2344
2345         * box.C (contains): renamed from 'contained' after a fantastic
2346         amount of hot air.
2347
2348 2003-09-02  John Levon  <levon@movementarian.org>
2349
2350         * BufferView.C:
2351         * lyxcursor.h:
2352         * lyxcursor.C:
2353         * lyxfunc.C:
2354         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
2355
2356 2003-09-02  John Levon  <levon@movementarian.org>
2357
2358         * text2.C: simplification of cursorEnd(), including partial
2359         fix for bug 1376
2360
2361 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2362
2363         * buffer.C (readFile): add a space
2364
2365 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
2366
2367         * BufferView_pimpl.C (update): remove bogus fitCursor() call
2368
2369 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2370
2371         * buffer.C (readFile): new function, take a filename and a
2372         ParagraphList::iterator
2373         (readFile): adjust
2374         (readFile): adjust, make it private. don't use setStream, make
2375         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
2376         always contain the filename.
2377
2378         * BufferView.C (insertLyXFile): simplify and make it work for
2379         gzipped files.
2380
2381 2003-08-30  John Levon  <levon@movementarian.org>
2382
2383         * Makefile.am: fix dist (from Kayvan)
2384
2385 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2386
2387         * most files: change to use const Buffer refs
2388
2389 2003-08-27  André Pönitz  <poenitz@gmx.net>
2390
2391         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
2392         on top of ownerPar().
2393
2394 2003-08-27  John Levon  <levon@movementarian.org>
2395
2396         * funcrequest.C: properly initialise POD members
2397
2398 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2399
2400         * lyxtext.h (top_y): move top_y from here
2401         * text.C:
2402         * text2.C:
2403         * text3.C:
2404         * BufferView.[Ch]:
2405         * BufferView_pimpl.[Ch]: to here
2406         * frontends/screen.C:
2407         * insets/insettabular.C:
2408         * insets/insettext.C: adjust
2409         * rowpainter.[Ch] (paintRows): remove LyXText & argument
2410
2411 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2412
2413         * BufferView.[Ch]:
2414         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
2415
2416 2003-08-26  André Pönitz  <poenitz@gmx.net>
2417
2418         * paragraph_func.[Ch] (outerPar): new function
2419
2420         * paragraph.C:
2421         * paragraph_funcs.C:
2422         * paragraph_funcs.h:
2423         * paragraph_pimpl.C:
2424         * text2.C: remove Inset::par_owner
2425
2426 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
2427
2428         * lyxrow_funcs.C:
2429         * lyxtext.h:
2430         * text.C:
2431         * text2.C: eliminates the needFullRow/display() stuff
2432         altogether, putting the logic in metrics/draw in the insets.
2433
2434 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
2435
2436         * text2.C (redoParagraphInternal, redoParagraphs):
2437         * text.C (redoParagraph): add a call to updateRowPositions at the
2438         end of each 'metrics-like' call. Remove all others.
2439         (getRow): remove the 'y-computing' version.
2440         (getRowNearY): do not compute nor return the real y. Solve the
2441         'y < 0' problem and simplify.
2442
2443 2003-08-22  Angus Leeming  <leeming@lyx.org>
2444
2445         * *.[Ch]: clean-up of licence and author blurbs.
2446         Also move config.h out of a few .h files and into a few .C files.
2447
2448 2003-08-22  André Pönitz  <poenitz@gmx.net>
2449
2450         * lyxrow.[Ch]: add x_ and *fill_ members
2451
2452         * lyxtext.h:
2453         * text.C:
2454         * rowpainter.C:
2455         * text2.C: adjust/remove prepareToPrint() calls
2456
2457 2003-08-22  André Pönitz  <poenitz@gmx.net>
2458
2459         * lyxrow.[Ch]: add  end_ member
2460
2461         * lyxrow_funcs.C: use LyXRow::end_
2462
2463         * lyxtext.h (singleWidth): add LyXFont parameter
2464
2465         * rowpainter.C:
2466         * text2.C: adjust LyXText::singleWidth() calls
2467
2468         * text.C (redoParagraph): simplify row breaking logic
2469
2470
2471 2003-08-19  André Pönitz  <poenitz@gmx.net>
2472
2473         * funcrequest.C: initialize button_ member
2474
2475         * text3.C:
2476         * rowpainter.[Ch]: interface consolidation
2477
2478 2003-08-18  André Pönitz  <poenitz@gmx.net>
2479
2480         * BufferView.C:
2481         * BufferView_pimpl.C:
2482         * lyxfind.C:
2483         * paragraph_funcs.C:
2484         * rowpainter.C:
2485         * text3.C: remove LyXScreen::draw() and fitCursor calls
2486
2487         * BranchList.h: remove spurious semicolons
2488
2489         * MenuBackend.C: fix branchlist related crash
2490
2491 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
2492
2493         * BranchList.[Ch]:
2494         * InsetList.[Ch]:
2495         * LColor.[Ch]:
2496         * LyXAction.C:
2497         * Makefile.am:
2498         * MenuBackend.[Ch]:
2499         * bufferparams.[Ch]:
2500         * factory.C:
2501         * lfuns.h:
2502         * lyxfunc.C:
2503         * text3.C: implements the 'branch inset'
2504         idea. This allows the output of various versions of a document
2505         from a single source version, selectively outputing or suppressing
2506         output of parts of the text.
2507         This implementation contains a 'branch list editor' in a separate
2508         tab of the document settings dialog. Branches are user definable
2509         and have a "display colour" to distinguish them on-screen.
2510
2511         ColorHandler was somewhat cleaned up.
2512         (1) make possible a dynamically growing LColor list by allowing
2513         the graphic context cache to grow along (vector);
2514         (2) eliminate an IMHO unnecessary step in colour allocation.
2515
2516 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
2517
2518         * BufferView_pimpl.C: compile fix
2519
2520 2003-08-15  André Pönitz  <poenitz@gmx.net>
2521
2522         * rowpainter.C: remove extra metrics calls
2523
2524         * lyxtext.h: merge the two constructors into a single one,
2525           pass reference to owner's par list
2526
2527         * BufferView_pimpl.C:
2528         * text.C:
2529         * text2.C: adjust
2530
2531 2003-08-15  André Pönitz  <poenitz@gmx.net>
2532
2533         * lyxrow_funcs.[Ch]:
2534         * lyxtext.h:
2535         * paragraph.h:
2536         * paragraph_funcs.C:
2537         * rowpainter.C:
2538         * text.C:
2539         * text2.C:
2540         * text3.C:
2541         * text_funcs.C: split LyXText::rowlist_ into individual
2542         Paragraph::rows_ chunks
2543
2544         * BufferView.[Ch]:
2545         * BufferView_pimpl.[Ch]:
2546         * lyxfind.C:
2547         * lyxtext.h:
2548         * text3.C: remove toggleSelection()
2549
2550 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
2551
2552         * bufferlist.C: beautify two alerts (shorter text of buttons)
2553         * buffer.C: Remove redundant ' ' from message
2554         * tabular.h:
2555         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
2556         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
2557         rename VALIGN_CENTER to VALIGN_MIDDLE
2558
2559 2003-08-11  André Pönitz  <poenitz@gmx.net>
2560
2561         * lyxtext.h (getPar):
2562         * text.C: new function
2563
2564 2003-08-11  André Pönitz  <poenitz@gmx.net>
2565
2566         * Makefile.am:
2567         * tracer.[Ch]: remove unneeded files
2568
2569         * InsetList.[Ch]: remove resizeInsetsLyXText()
2570
2571         * lyxtext.h:
2572         * text.C:
2573         * text2.C:
2574         * text3.C: merge insertParagraphs() and appendParagraph()
2575         remove breakAgain(), update()
2576
2577         * BufferView_pimpl.[Ch]:
2578         * bufferview_funcs.[Ch]:
2579         * lyxfunc.C:
2580         * paragraph.[Ch]:
2581         * rowpainter.C:
2582         * tabular.C: adjust after text & InsetList changes.
2583
2584 2003-08-08  André Pönitz  <poenitz@gmx.net>
2585
2586         * text.C (insertChar, backspace): replace rowlist fiddling
2587         with rebreak of full par
2588
2589         * lyxtext.h:
2590         * text.C (breakAgainOneRow, redoHeightOfParagraph,
2591         checkParagraph, updateInset): removed
2592
2593 2003-08-07  André Pönitz  <poenitz@gmx.net>
2594
2595         * paragraph.C:
2596         * text3.C: merge some LFUN handlers, remove dead code
2597
2598 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2599
2600         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
2601
2602 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
2603
2604         * text2.C (DEPM): fix part of bug 1255 and 1256
2605
2606 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2607
2608         * BufferView_pimpl.C (workAreaDispatch): change to use
2609         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
2610         that are no mouse related.
2611
2612 2003-08-05  André Pönitz  <poenitz@gmx.net>
2613
2614         * BufferView.[Ch]:
2615         * BufferView_pimpl.[Ch]:
2616         * bufferview_funcs.C:
2617         * text2.C:
2618         * text3.C: rip out "deep update"
2619
2620         * textcursor.[Ch] (last_sel_cursor): remove unused member
2621
2622 2003-08-04  André Pönitz  <poenitz@gmx.net>
2623
2624         * BufferView.[Ch]:
2625         * BufferView_pimpl.[Ch]:
2626         * ParagraphParameters.C:
2627         * bufferview_funcs.C:
2628         * lyx_cb.C:
2629         * lyxfind.C:
2630         * lyxfunc.C:
2631         * text.C:
2632         * text2.C:
2633         * text3.C: replace "complicated" BufferView::update(...) calls with
2634         simpler ones.
2635
2636         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
2637
2638 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
2639
2640         * Makefile.am (lyx_SOURCES): add paper.h
2641
2642 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2643
2644         * Makefile.am: move things around so that both lyx-qt and
2645         lyx-xforms can be built (according to --with-frontend). Then lyx
2646         is a symbolic link to lyx-[firstfrontend]
2647
2648 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2649
2650         * Always use std::endl with lyxerr
2651
2652 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2653
2654         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
2655
2656 2003-08-01  André Pönitz  <poenitz@gmx.net>
2657
2658         * BufferView.[Ch]:
2659         * BufferView_pimpl.[Ch]:
2660         * lyxfunc.C:
2661         * text3.C: merge BufferView::repaint() and BufferView::update()
2662
2663 2003-08-01  José Matos  <jamatos@lyx.org>
2664
2665         * buffer.[Ch]: file_format is no longer a buffer data element.
2666
2667 2003-08-01  André Pönitz  <poenitz@gmx.net>
2668
2669         * BufferView.C:
2670         * lyxtext.h:
2671         * text.C:
2672         * text2.C: make redoParagraph more independent of current cursor
2673
2674         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
2675         * text.C:
2676         * text2.C: remove unneeded members
2677
2678 2003-07-30  André Pönitz  <poenitz@gmx.net>
2679
2680         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
2681
2682         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
2683           create a single function...
2684
2685         * paragraph_funcs.C (moveItem): ... here.
2686
2687         * text.C:
2688           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
2689
2690 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
2691
2692         * LColor.[Ch]: Add comment and greyedout logical colors.
2693
2694 2003-07-30  André Pönitz  <poenitz@gmx.net>
2695
2696         * tabular.C: don't use Assert too heavily. This crashes where it
2697           shouldn't
2698
2699 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
2700
2701         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
2702         is disabled (bug 1232)
2703
2704 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2705
2706         * factory.C: limited 'arg' scope
2707
2708 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2709
2710         * factory.C: fixed Note submenu issues
2711
2712 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2713
2714         * factory.C: submenu for Note/Comment/Greyedout
2715
2716 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
2717
2718         * lyx_main.C (LyX):
2719         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
2720
2721 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
2722
2723         * LaTeXFeatures.C:
2724         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
2725         greyedout. Patch provided by Jürgen Spitzmüller.
2726
2727 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2728
2729         * kbmap.C (read): fix error message when reading bind files
2730
2731 2003-07-29  Angus Leeming  <leeming@lyx.org>
2732
2733         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
2734         certainly does not do what it purports to do. I am doing it, and
2735         us, a favour by killing it.
2736
2737 2003-07-28  José Matos  <jamatos@lyx.org>
2738
2739         * buffer.C (readBody, do_writeFile):
2740         * paragraph.C(readParagraph): \end_document replaces \the_end.
2741
2742 2003-07-29  André Pönitz  <poenitz@gmx.net>
2743
2744         * BufferView.[Ch]:
2745         * BufferView_pimpl.[Ch]:
2746         * lyxfunc.C:
2747         * text2.C:
2748         * text3.C:
2749         * textcursor.[Ch]: remove toggleToggle & Co
2750
2751 2003-07-28  José Matos  <jamatos@fep.up.pt>
2752
2753         * buffer.C (readParagraph):
2754         * params_func (readParToken, readParagraph):
2755         * paragraph.C (write): \layout -> \begin_layout.
2756
2757 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2758
2759         * lyxlex_pimpl.C (setFile): clean up slightly.
2760
2761         * bufferparams.h: add compressed var
2762
2763         * buffer_funcs.C (readFile): adjust for LyXLex change
2764         (newFile): ditto + simplify
2765
2766         * buffer.C (writeFile): handle writing of compressed files
2767
2768         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
2769         Check if the file is compressed and set a bufferparm if so.
2770
2771         * Makefile.am (lyx_LDADD): remove explicit -lz
2772
2773 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2774
2775         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
2776         makeDocBookFile): put the real LyX version in the first line of
2777         the file
2778
2779         * version.h:
2780         * version.C.in: remove lyx_docversion
2781
2782         * tabular.C (write_attribute): add a template-based version to
2783         write enums properly
2784
2785 2003-07-28  André Pönitz  <poenitz@gmx.net>
2786
2787         * lyxtext.h:
2788         * text.C:
2789         * text2.C:
2790         * text3.C: use doubles again for x-coordinates. They are needed.
2791
2792 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2793
2794         * messages.C (getLocaleDir): use lyx_localedir()
2795
2796         * lyxlex_pimpl.C (setFile): compress stuff
2797
2798         * buffer.C (writeFile): add some compression stuff
2799         (do_writeFile): new func, dont call expliti close... will this
2800         breake anything?
2801
2802         * Makefile.am (lyx_LDADD): add -lz
2803
2804 2003-07-28  José Matos  <jamatos@fep.up.pt>
2805
2806         * buffer.C: increment file format.
2807         * paragraph_funcs (readParagraph, readParToken):
2808         * paragraph.C (readParagraph): add \end_layout.
2809
2810 2003-07-27  Angus Leeming  <leeming@lyx.org>
2811
2812         * Makefile.am: remove special casing for configure-time setting of
2813         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
2814
2815         * lyx_main.C (init): remove all Jean-Marc's magic setting of
2816         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
2817
2818 2003-07-26  André Pönitz  <poenitz@gmx.net>
2819
2820         * paragraph_func.[Ch]:
2821         * paragraph.C (realizeFont): inline it whereever it is used
2822
2823         * rowpainter.C:
2824         * text.C:
2825         * text2.C:
2826         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
2827
2828
2829 2003-07-26  André Pönitz  <poenitz@gmx.net>
2830
2831         *       lyxtext.h:
2832         * text.C:
2833         * text2.C: get rid of LyXText::need_break_row
2834
2835 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2836
2837         * toc.[Ch]: put namespace toc inside namespace lyx
2838
2839         * MenuBackend.C (expandToc2): adjust for lyx::toc
2840         (expandToc): ditto
2841
2842         * lyxfunc.C (dispatch): adjust for lyx::find
2843
2844         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
2845         lyx::find instead. Reorganize a bit.
2846         (LyXReplace): rename to replace
2847         (LyXFind): rename to find
2848
2849         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
2850         (dispatch): ditto
2851
2852 2003-07-26  André Pönitz  <poenitz@gmx.net>
2853
2854         * text.C (setHeightOfRow): restrict scope of temporary variable
2855
2856         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
2857           code (never has been used?)
2858
2859 2003-07-27  Asger Alstrup  <alstrup@local>
2860
2861         * text.C (fill): Optimise algorithm to exploit that we can reuse
2862         the LyXFont for many characters.
2863         (setHeightOfRow): Same thing.
2864         (rowBreakPoint): Same thing.
2865
2866 2003-07-26  Asger Alstrup  <alstrup@local>
2867
2868         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
2869
2870         * text.C (singleWidth): Spurious font copying in hot-spot
2871         singleWidth avoided. Reorder tests for arabic for efficiency.
2872
2873         * text.C (fill): handle empty paragraphs better.
2874
2875 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2876
2877         * ispell.C:
2878         * encoding.h: add includes
2879
2880         * lyxrc.C: remove reading of bind files
2881
2882         * lyx_main.C (init): setup bindings and menus only if we have a
2883         gui.
2884
2885         * kbmap.C (read): new method. Do the actual reading of bind
2886         files.
2887
2888         * converter.C (dvipdfm_options):
2889         * bufferparams.C:
2890         * lyxrc.C (read):
2891         (output): adapt PAPER_* enums.
2892
2893         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
2894
2895         * bufferparams.h: remove paper-related enums from there
2896
2897         * paper.h: New file. A trivial header file to hold paper-related
2898         enums. It should later expand to contain many paper-related
2899         horrors access.
2900
2901         * lyxrc.C: declare extern displayTranslator
2902
2903 2003-07-27  José Matos  <jamatos@fep.up.pt>
2904
2905         * tabular.[Ch] (linuxdoc): add support for tables and figures
2906         (linuxdoc).
2907
2908 2003-07-27  José Matos  <jamatos@fep.up.pt>
2909
2910         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
2911         consistency in both functions.
2912         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
2913
2914 2003-07-26  Asger Alstrup  <alstrup@local>
2915
2916         * rowpainter.C (paintRows): Change algorithm to work directly on
2917         the insets rather than asking every character in the document
2918         whether its an inset.
2919
2920 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
2921
2922         * buffer.C (openFileWrite): factorize some code
2923
2924 2003-07-26  Angus Leeming  <leeming@lyx.org>
2925
2926         * lyx_cb.C:
2927         * lyx_main.[Ch]: replace occurances of system_tempdir with
2928         os::getTmpDir().
2929
2930 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2931
2932         * rename Inset to InsetOld
2933
2934 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
2935
2936         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
2937         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
2938         which I think is a bit clearer. EDIT is gone, since it was
2939         premature optimisation, and broken for mathed anyway.
2940         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
2941         with cursor positioning in insets as well (math insets still do not
2942         work, but that's a different story anyway.) It mysteriously
2943         crashes sometimes with undo in the first paragraph, but I'm fairly
2944         confident that this is a compiler bug.
2945
2946 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2947
2948         * paragraph.C (Paragraph): adjust for new clone return type
2949         (operator==): ditto
2950         (copyIntoMinibuffer): ditto
2951
2952 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
2953
2954         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
2955         by not having a special case, and always doing a full rebreak of
2956         the document after undo.
2957
2958 2003-07-23  Angus Leeming  <leeming@lyx.org>
2959
2960         * factory.C (createInset): InsetExternal::setParams now takes a
2961         Buffer const * arg.
2962
2963 2003-07-23  Angus Leeming  <leeming@lyx.org>
2964
2965         * factory.C (createInset): changed interface to the external and
2966         graphics mailers' string2params functions.
2967
2968 2003-07-23  Angus Leeming  <leeming@lyx.org>
2969
2970         * factory.C (createInset): pass a
2971         Buffer const * parameter to InsetExternalMailer's string2params.
2972
2973 2003-07-22  John Levon  <levon@movementarian.org>
2974
2975         * Thesaurus.h: include the right aiksaurus header
2976
2977 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2978
2979         * MenuBackend.C (expand): check menu shortcuts unconditionally
2980
2981 2003-07-21  Angus Leeming  <leeming@lyx.org>
2982
2983         * factory.C (createInset): pass a
2984         buffer_path parameter to InsetGraphicsMailer's string2params.
2985
2986 2003-07-21  Angus Leeming  <leeming@lyx.org>
2987
2988         * BufferView_pimpl.C (buffer):
2989         * buffer.C (d-tor):
2990         * lyx_main.C (LyX):
2991         * lyxfunc.C (dispatch):
2992         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
2993         rather than the grfx shortcut.
2994
2995 2003-07-21  André Pönitz  <poenitz@gmx.net>
2996
2997         * rowpainter.C: remove unused variables
2998
2999         * tabular_funcs.C:
3000         * tabular_funcs.h: move to tabular.C
3001         * Makefile.am: adjust
3002
3003         * tabular.[Ch]: basic optical cleaning
3004
3005         * author.h: pass references, not values
3006
3007 2003-07-18  André Pönitz  <poenitz@gmx.net>
3008
3009         * lyxtext.h:
3010         * metricsinfo.C:
3011         * metricsinfo.h:
3012         * rowpainter.C:
3013         * text.C:
3014         * text2.C:
3015         * text3.C: two-phase drawing for InsetText and InsetTabular
3016         some float -> int changes.
3017
3018 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3019
3020         * lyx_main.C: fix the fix
3021
3022 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3023
3024         * lyx_main.C: fix a crash in batch mode if no files specified
3025         * converter.C: ws
3026
3027 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3028
3029         * format.[Ch] (papersize): moved to BufferParams
3030         * converter.[Ch] (dvips_options): moved to BufferParams
3031         (dvipdfm_options): moved to anon namespace
3032         * bufferparams.[Ch]: added above functions.
3033
3034 2003-07-17  André Pönitz  <poenitz@gmx.net>
3035
3036         * lyxtext.h:
3037         * rowpainter.C:
3038         * text2.C: don't call inset->update() anymore
3039
3040         * metricsinfo.[Ch]: add convenience constructor
3041
3042 2003-07-16  André Pönitz  <poenitz@gmx.net>
3043
3044         * lyxcursor.[Ch]:
3045         * lyxfunc.[Ch]:
3046         * text.C:
3047         * text2.C: replace the LyXCursor::irow_ member with
3048          on-demand computation of the value
3049
3050 2003-07-16  John Levon  <levon@movementarian.org>
3051
3052         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3053
3054 2003-07-15  André Pönitz  <poenitz@gmx.net>
3055
3056         * text.C:
3057         * text2.C: remove no more needed refresh_row
3058
3059 2003-07-15  André Pönitz  <poenitz@gmx.net>
3060
3061         * lyxtext.h:
3062         * rowpainter.C:
3063         * text2.C:
3064         * text3.C: refresh_status tristate -> need_update bool
3065
3066 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3067
3068         * lyxtext.h (init): remove reinit argument (act as if always true)
3069         * text2.C: adjust to that
3070
3071 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3072
3073         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3074         * text3.C: use it to delete selections in some cases
3075         (bugs 441, 673, 702, 954).
3076
3077 2003-07-14  André Pönitz  <poenitz@gmx.net>
3078
3079         * rowpainter.[Ch]: reduce interface
3080
3081 2003-07-14  André Pönitz  <poenitz@gmx.net>
3082
3083         * BufferView_pimpl.C:
3084         * text2.C: adjust after removing unused BufferView * argument
3085
3086 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3087
3088         * text2.C (init): fix a crash fired on resize
3089
3090 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3091
3092         * buffer.[Ch]: added new closing signal
3093         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3094         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3095         BufferView::Pimpl via the closing the signal
3096
3097 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3098
3099         * buffer.[Ch]: take out all bv-related from buffer
3100         * BufferView.C:
3101         * BufferView_pimpl.[Ch]: connect to new signals
3102         * CutAndPaste.C: removed useless asserts
3103         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3104         * lyxvc.[Ch]:
3105         * vc-backend.[Ch]:
3106         * lyxfunc.C: moved view-related funciontality from vc here
3107         * paragraph.C: removed outdated comments
3108         * text.C: ws
3109
3110 2003-07-10  André Pönitz  <poenitz@gmx.net>
3111
3112         * BufferView_pimpl.C:
3113         * tabular.h:
3114         * tabular_funcs.C:
3115         * text.C:
3116         * text2.C: remove InsetText::InnerCache, clean up consequences
3117
3118 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3119
3120         * ispell.C: fix two typos in error messages
3121
3122 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3123
3124         * Extend Note inset to other forms of annotation like Comment
3125         and Greyedout. Right button click gives dialog.
3126
3127         Files modified or added (+):
3128
3129         * insetnote.[Ch]
3130         * FormNote.[Ch]      +
3131         * ControlNote.[Ch]   +
3132         * form_note.fd       +
3133         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3134         frontends/controllers
3135         * xforms/Dialogs.C
3136         * factory.C
3137
3138 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3139
3140         * aspell.C: add missing namespace lyx::support
3141
3142 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3143
3144         * BufferView.[Ch] (newFile): Add
3145         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3146         * LaTeX.[Ch] (message): added this signal and use it
3147         * buffer.[Ch] (busy, message): added these signals and use them
3148         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3149         * converter.C:
3150         * exporter.C:
3151         * format.C:
3152         * importer.C: use buffer signals instead of direct bv calling
3153         * lyx_cb.[Ch] (ShowMessage): removed
3154         * lyx_main.C:
3155         * lyxfunc.C:
3156         * paragraph_funcs.C:
3157         * text2.C: use buffer signals
3158
3159 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3160
3161         * introduce namespace lyx::graphics
3162
3163 2003-07-02  André Pönitz  <poenitz@gmx.net>
3164
3165         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3166
3167 2003-07-01  André Pönitz  <poenitz@gmx.net>
3168
3169         * text.C:
3170         * text2.C:
3171         * text3.C:
3172         * text_funcs.[Ch]:
3173         * textcursor.h:
3174         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3175           text*.C to text_func.C
3176
3177 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3178
3179         * introduce namespace lyx::support
3180
3181 2003-06-30  André Pönitz  <poenitz@gmx.net>
3182
3183         * Chktex.C:
3184         * funcrequest.C:
3185         * lyxtext.h:
3186         * text.C: re-enable --with-included-string
3187
3188 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3189
3190         * textcursor.C: add <config.h>
3191
3192         * text.C (getWord): remove const from word_location arg
3193
3194         * lyxvc.C (getLogFile): fix const type order
3195
3196         * lyxtext.h: remove const from word_location arg, add arg name
3197
3198         * lyxlayout.h: currect type on labeltype.
3199
3200         * importer.C: correct \file
3201
3202         * converter.C (intToFormat): use std:: on ret val, ws changes
3203
3204         * bufferlist.h: correct \file
3205
3206         * buffer.C (makeLinuxDocFile): fix const type order
3207         (makeDocBookFile): ditto
3208         (fillWithBibKeys): use std:: on stdlib args.
3209
3210         * CutAndPaste.C: fix authors.
3211         (availableSelections): use std:: on return vector
3212
3213 2003-06-27  André Pönitz  <poenitz@gmx.net>
3214
3215         * BufferView_pimpl.C:
3216         * bufferview_funcs.C:
3217         * lyxcursor.C:
3218         * lyxcursor.h:
3219         * lyxfunc.C:
3220         * lyxtext.h:
3221         * rowpainter.C:
3222         * text.C:
3223         * text2.C:
3224         * text3.C: remove LyXCursor::row_ member
3225
3226         * lyxtext.h:
3227         * text.C: rename fullRebreak() to partialRebreak() and implement
3228           a fullRebreak() that really bereks fully
3229
3230         * textcursor.h: new struct for cursor-related data
3231
3232 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
3233
3234         * lyx_main.C (LyX): get full path of document loaded on the
3235         command line
3236
3237 2003-06-26  André Pönitz  <poenitz@gmx.net>
3238
3239         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
3240           remove unused/broken operator>,<,>=.
3241
3242         *       text.C: remove only use of broken operator<= in an Assert().
3243
3244 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3245
3246         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
3247         moved errorlist_.clear to showErrorList
3248
3249 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3250
3251         * converter.C (scanLog, runLaTeX):
3252         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
3253         move the bv->showErrorList call to the callers
3254         * lyxfunc.C: i.e. here...
3255         * text2.C: and here
3256         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
3257         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
3258         namespace, the second to...
3259         * buffer_funcs (BufferFormat, parseErrors): added
3260         * errorlist.C (ErrorList(TeXErrors const &)): removed
3261
3262 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3263
3264         * ToolbarBackend.C (getIcon): complain when icon cannot be found
3265
3266 2003-06-24  "Garst R. Reese" <reese@isn.net>
3267
3268         * debug.C: fix typo
3269
3270 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3271
3272         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
3273
3274         * version.C.in: change docversion to 1.4
3275
3276 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
3277
3278         * buffer.C: fix a bug just introduced
3279
3280 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
3281
3282         * buffer.[Ch]: added the parseError signal and use it, removed
3283         sgmlError
3284         * BufferView.[Ch] (addError): moved to ...
3285         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
3286         to the Buffer::parseError signal to catch (guess what) parse errors
3287         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
3288
3289 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
3290
3291         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
3292         ability to create a buffer and to return an existing one from
3293         the list. Moved these functions to...
3294         * buffer_funcs.[Ch]: added
3295         * BufferView.[Ch] (loadLyXFile): added
3296         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
3297         job removed from bufferlist::loadLyXFile.
3298         * buffer.C (setReadOnly): make it work without view
3299         (i.e added an if (users))
3300
3301 2003-06-19  Angus Leeming  <leeming@lyx.org>
3302
3303         * lfuns.h:
3304         * LyXAction.C (init):
3305         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
3306         with LFUN_DIALOG_SHOW <name> <data>.
3307
3308 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3309
3310         * CutAndPaste.C (availableSelections): small compilation fix for
3311         ancient (gcc 2.9x) compilers
3312
3313 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
3314
3315         * text3.C (cursorNext): add tmp var
3316
3317         * text2.C (updateCounters): for function calling out of for clause
3318         (replaceSelectionWithString): ditto
3319         (insertStringAsParagraphs): ditto
3320         (getColumnNearX): add tmp var
3321         (setCursorFromCoordinates): add tmp var
3322         (cursorDownParagraph): add tmp var
3323         (deleteEmptyParagraphMechanism): add tmp var
3324
3325         * text.C (insertChar): add tmp var
3326
3327         * rowpainter.C (paintDepthBar): add tmp var
3328
3329         * CutAndPaste.C (availableSelections): potentially check all
3330         paragraphs in a cut to fill the shown strings.
3331
3332 2003-06-18  André Pönitz  <poenitz@gmx.net>
3333
3334         * kbmap.[Ch]: use vector<> instead of list<>
3335
3336 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3337
3338         * text3.C (dispatch): handle arg to LFUN_PASTE, call
3339         pasteSelection with index
3340
3341         * text2.C (pasteSelection): modify, call pasteSelection with index
3342
3343         * paragraph.C (asString): reimplement version with no interval to
3344         call the one with interval.
3345
3346         * lyxtext.h: add index arg to pasteSelection
3347
3348         * MenuBackend.C (MenuItem): handle PasteRecent
3349         (Menu::read::Menutags): add md_pasterecent
3350         (read): handle it
3351         (expandPasteRecent): new function
3352         (expand): use it
3353
3354         * MenuBackend.h: add PasteRecent to MenuItem::Kind
3355
3356         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
3357         the limited stack
3358         (availableSelections): new function
3359
3360 2003-06-17  Angus Leeming  <leeming@lyx.org>
3361
3362         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
3363
3364 2003-06-17  Angus Leeming  <leeming@lyx.org>
3365
3366         * lfuns.h:
3367         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
3368
3369         * lyxfunc.C (dispatch): invoke it.
3370
3371 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3372
3373         * iterators.C (operator++, ParPosition): reintroduce some
3374         const_cast for the benefit of older compilers.
3375
3376 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3377
3378         * text3.C (dispatch): do not modify clipboard when doing
3379         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
3380         LFUN_DELETE_SKIP on a selection selection
3381
3382 2003-06-16  André Pönitz  <poenitz@gmx.net>
3383
3384         * BufferView.C:
3385         * buffer.C:
3386         * buffer.h:
3387         * paragraph.C:
3388         * tabular.[Ch]: IU of clone() and getLabelList();
3389
3390 2003-06-13  André Pönitz  <poenitz@gmx.net>
3391
3392         * tabular.h: compactification
3393
3394 2003-06-12  André Pönitz  <poenitz@gmx.net>
3395
3396         * tabular.C:
3397         * tabular.h:
3398         * tabular_funcs.h: some renaming plus whitespace
3399
3400 2003-06-12  André Pönitz  <poenitz@gmx.net>
3401
3402         * BufferView.C:
3403         * BufferView_pimpl.C:
3404         * CutAndPaste.C:
3405         * buffer.C:
3406         * iterators.[Ch]:
3407         * lyxfunc.C:
3408         * text.C:
3409         * toc.C: Return a Paragraph & for ParIterator::operator*()
3410
3411 2003-06-11  John Levon  <levon@movementarian.org>
3412
3413         * lyx_main.C:
3414         * ToolbarBackend.h:
3415         * ToolbarBackend.C: add "Toolbars" section and
3416         put the flags there
3417
3418 2003-06-10  Angus Leeming  <leeming@lyx.org>
3419
3420         * lfuns.h:
3421         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
3422
3423         * lyxfunc.C (dispatch): invoke it.
3424
3425 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3426
3427         * main.C: protect <ios> with HAVE_IOS
3428         (main): protect sync_with_stdio with HAVE_IOS
3429
3430 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3431
3432         * text2.C (cutSelection): adjust
3433         (pasteSelection): adjust
3434
3435         * messages.C: handle get of empty string
3436
3437         * main.C (main): use sync_with_stdio(false)
3438
3439         * lyxfunc.C (dispatch): adjust
3440
3441         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
3442         (WriteAs): remove unneeded BufferView arg.
3443
3444         * bufferparams.h: use correct types on papersize, papersize2 and
3445         paperpackage.
3446
3447         * bufferparams.C (readToken): adjust for type
3448         (writeLaTeX): add missing cases to switch.
3449
3450         * bufferlist.C (quitWriteBuffer): adjust
3451         (close): adjust
3452
3453         * buffer.C (asciiParagraph): remove some commented code.
3454
3455         * CutAndPaste.C: remove current_view extern variable.
3456         (cutSelection): add BufferParams arg.
3457         (eraseSelection): add BufferParams arg.
3458         (pasteSelection): add Buffer const & arg
3459
3460 2003-06-07  John Levon  <levon@movementarian.org>
3461
3462         * buffer.C:
3463         * paragraph_funcs.C:
3464         * paragraph_pimpl.C:
3465         * text.C:
3466         * text2.C:
3467         * paragraph.h:
3468         * paragraph.C: allow InsetERT to freely space lines,
3469         and some consolidation of code
3470
3471 2003-06-06  José Matos  <jamatos@fep.up.pt>
3472
3473         * buffer.C (makeDocBookFile): fix bug #821
3474
3475 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
3476
3477         * BufferView_pimpl.C (dispatch): use Dialogs::visible
3478
3479 2003-06-04  Angus Leeming  <leeming@lyx.org>
3480
3481         * buffer.C: bump format to 224.
3482
3483 2003-06-05  André Pönitz  <poenitz@gmx.net>
3484
3485         * text2.C (redoParagraphs): remove two const_cast<>
3486
3487 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3488
3489         * ParagraphList.h: remove last remnants of NO_STD_LIST
3490
3491 2003-06-03  Angus Leeming  <leeming@lyx.org>
3492
3493         * factory.C (createInset): small change to the way InsetExternal's params
3494         are set.
3495
3496 2003-06-04  André Pönitz  <poenitz@gmx.net>
3497
3498         * buffer.h: use Undo directly instead of shared_ptr<Undo>
3499
3500         * paragraph_pimpl.h:
3501         * paragraph.[Ch]: some Inset -> UpdatableInset changes
3502
3503         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
3504
3505         * undo_funcs.C: make some simple cases of undo work again
3506
3507 2003-06-03  John Levon  <levon@movementarian.org>
3508
3509         * ispell.C: HPUX doesn't have sys/select.h
3510         (from Albert Chin)
3511
3512 2003-06-03  John Levon  <levon@movementarian.org>
3513
3514         * CutAndPaste.C: update tabular and include inset
3515         buffer references
3516
3517         * buffer.h:
3518         * paragraph.h:
3519         * paragraph.C: remove owningBuffer(), don't pass Buffer
3520         to clone()
3521
3522         * factory.C: insetGraphicsParams changed
3523
3524 2003-06-02  John Levon  <levon@movementarian.org>
3525
3526         * LyXAction.C:
3527         * factory.C:
3528         * lfuns.h:
3529         * lyxfunc.C:
3530         * text3.C: remove insetparent
3531
3532 2003-06-02  John Levon  <levon@movementarian.org>
3533
3534         * buffer.h:
3535         * buffer.C: fix inset_iterator.end(), move out of line
3536         (bug 1149)
3537
3538 2003-06-01  John Levon  <levon@movementarian.org>
3539
3540         * text3.C: use a proper cut/paste when doing inset
3541         insert (from Jürgen Spitzmüller)
3542
3543 2003-06-01  John Levon  <levon@movementarian.org>
3544
3545         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
3546
3547 2003-05-30  André Pönitz  <poenitz@gmx.net>
3548
3549         * rowpainter.C: unify second drawing phase
3550
3551 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3552
3553         * trans_mgr.C: remove one case of current_view
3554
3555         * text2.C (cursorBottom): delete NO_STD_LIST stuff
3556
3557         * paragraph_funcs.h: remove paragraph.h include
3558
3559         * paragraph.h: delete NO_STD_LIST stuff
3560
3561         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
3562
3563         * buffer.h: remove paragraph.h include
3564
3565         * ParagraphList.C: delete file
3566
3567         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
3568
3569         * toc.C (getTocList): adjust
3570
3571         * paragraph_pimpl.C (validate): adjust
3572
3573         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
3574
3575         * paragraph.C (Paragraph): adjust
3576         (getPositionOfInset): use const_iterator, adjust
3577         (bibitem): use const_iterator, adjust
3578         (setInsetOwner): adjust
3579
3580         * iterators.C (operator++): adjust
3581
3582         * InsetList.[Ch]: Replace selfmade iterator with standard
3583         vector::iterator also introduce const_iterator. Remove getPos,
3584         getInset and setInset from InsetTable. Adjust accordingly.
3585
3586         * BufferView.C (lockInset): adjust
3587         (ChangeInsets): adjust
3588
3589         * tabular.[Ch]: delete commented same_id functions
3590
3591 2003-05-28  John Levon  <levon@movementarian.org>
3592
3593         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
3594
3595 2003-05-28  André Pönitz  <poenitz@gmx.net>
3596
3597         * metricsinfo.[Ch]: remove 'fullredraw' member
3598
3599 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3600
3601         * lyxtextclass.C (operator): remove caching.
3602
3603 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3604
3605         * text3.C: adjust
3606
3607         * text2.C (cursorBottom): adjust
3608         (setCounter): use ParagraphList::find, adjust
3609
3610         * text.C (workWidth): use ParagraphList::find, adjust
3611
3612         * lyxcursor.C (LyXCursor): adjust
3613
3614         * buffer.C (inset_iterator): adjust
3615
3616         * ParagraphList.h: make iterator(value_type) private, make
3617         ParagraphList a friend of iterator.
3618
3619         * ParagraphList.C (find): new function
3620
3621         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3622
3623 2003-05-27  André Pönitz  <poenitz@gmx.net>
3624
3625         * dimension.[Ch]: a -> asc, d -> des, w -> wid
3626
3627 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3628
3629         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
3630
3631 2003-05-26  John Levon  <levon@movementarian.org>
3632
3633         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
3634
3635 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3636
3637         * remove same_id from function signatures, adjust.
3638
3639 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3640
3641         * undo_funcs.C (createUndo): use the id functions directly, adjust.
3642
3643         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
3644
3645         * paragraph.C (Paragraph): get rid of same_ids parameter
3646
3647         * ParagraphList.C (insert): adjust
3648         (push_back): adjust
3649
3650 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3651
3652         * paragraph_funcs.C (breakParagraph): adjust
3653         (breakParagraphConservative): adjust
3654
3655         * buffer.C (readParagraph): adjust
3656
3657         * ParagraphList.C (insert): take a reference instead of a pointer
3658         (insert): adjust
3659
3660         * paragraph.[Ch] (id): new function
3661
3662         * bufferlist.C (newFile): adjust
3663
3664         * ParagraphList.C (ParagraphList): adjust
3665         (assign): adjust
3666         (push_back): take a reference instead of a pointer.
3667
3668         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
3669
3670         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
3671         instead.
3672
3673         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
3674         set else use old code.
3675
3676         * ParagraphList.C: remove all NO_NEXT code and only compile this
3677         code of NO_STD_LIST is set.
3678
3679 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3680
3681         * BufferView_pimpl.C:
3682         * TextCache.C:
3683         * TextCache.h:
3684         * bufferlist.C:
3685         * errorlist.h:
3686         * format.C:
3687         * format.h:
3688         * graph.C:
3689         * lyxfunc.C:
3690         * lyxrc.C:
3691         * graphics/GraphicsConverter.C:
3692         * graphics/PreviewLoader.C: header adjustment
3693
3694 2003-05-23  Angus Leeming  <leeming@lyx.org>
3695
3696         * LaTeXFeatures.[Ch] (useBabel): new method.
3697         * bufferparams.C (writeLaTeX): use it.
3698
3699 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3700
3701         * ParagraphList.h (set): remove unused function.
3702
3703 2003-05-23  André Pönitz  <poenitz@gmx.net>
3704
3705         * BufferView.C:
3706         * BufferView_pimpl.C:
3707         * buffer.C:
3708         * buffer.h:
3709         * lyxfunc.C:
3710         * undo_funcs.C: setUndo reworked
3711
3712         * iterators.[Ch]: add access to topmost ParagraphList
3713
3714         * lyxtext.[Ch] (workWidth): add a const
3715
3716 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3717
3718         * texrow.[Ch] (increasePos): remove function
3719         * exporter.C (export): removed unused var and outdated comment
3720
3721 2003-05-23  Angus Leeming  <leeming@lyx.org>
3722
3723         * latexrunparams.h: rename fragile as moving_arg.
3724         * paragraph.C (simpleTeXOnePar): ditto.
3725         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
3726
3727 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3728
3729         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
3730         (createUndo): ditto
3731         (textUndoOrRedo): comment out a currently unused var.
3732
3733         * paragraph.h (NO_NEXT): enable NO_NEXT
3734
3735         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
3736
3737         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
3738
3739         * exporter.C (Export): adjust for removeAutoInsets removal.
3740
3741         * buffer.C (runChktex): adjust for removeAutoInsets removal.
3742
3743         * LyXAction.C (init): remove LFUN_REMOVEERRORS
3744
3745         * BufferView.[Ch] (removeAutoInsets): delete function
3746
3747 2003-05-22  Angus Leeming  <leeming@lyx.org>
3748
3749         * latexrunparams.h: add a free_spacing variable.
3750
3751         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
3752         to pass moving_arg, as the data is stored in runparams.fragile.
3753
3754         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
3755         to Inset::latexOptional or to simpleTeXOnePar.
3756
3757         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
3758         free_spacing arg to Inset::latexOptional.
3759
3760         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3761         free_spacing arg.
3762
3763 2003-05-22  Angus Leeming  <leeming@lyx.org>
3764
3765         * latexrunparams.h: add fragile and use_babel variables.
3766
3767         * bufferparams.[Ch] (writeLaTeX): return use_babel.
3768         * buffer.C (makeLaTeXFile): store this returned value in
3769         runparams.use_babel, thus passing it to the inset::latex methods.
3770
3771         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
3772         simpleTeXSpecialChars as it is now stored in runparams.fragile.
3773
3774         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
3775         longer has a fragile arg, as it is stored in runparams.fragile.
3776
3777         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
3778         moving_arg parameter as the data is stored in runparams.fragile.
3779
3780         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3781         a fragile parameter as the data is stored in runparams.fragile.
3782
3783 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3784
3785         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
3786
3787 2003-05-22  Angus Leeming  <leeming@lyx.org>
3788
3789         * latexrunparams.h: add a 'bool nice' which defaults to false.
3790
3791         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
3792         now encapsulated within runparams.
3793
3794         * bufferlist.C (updateIncludedTeXfiles):
3795         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
3796
3797 2003-05-22  Angus Leeming  <leeming@lyx.org>
3798
3799         * latexrunparams.h: new file containing struct LatexRunParams.
3800         * Makefile.am: add new file.
3801
3802         * LaTeX.[Ch] (c-tor, run):
3803         * buffer.[Ch] (makeLaTeXFile):
3804         * bufferlist.[Ch] (updateIncludedTeXfiles):
3805         * converter.C (convert, scanLog):
3806         * converter.[Ch] (runLaTeX):
3807         * exporter.C (Export):
3808         * paragraph.[Ch] (simpleTeXOnePar):
3809         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
3810         * paragraph_funcs.[Ch] (latexParagraphs):
3811         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
3812         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
3813         pass around a LatexRunParams parameter.
3814
3815 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3816
3817         * paragraph.[Ch]: remove unused constructor
3818
3819         * ParagraphList.C (erase): new function, taking two iterators
3820
3821 2003-05-22  André Pönitz  <poenitz@gmx.net>
3822
3823         * undo_funcs.C: remove duplicated code
3824
3825         * iterator.[Ch]: operator=
3826
3827 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3828
3829         * tabular.C (SetMultiColumn): ws changes
3830
3831         * rowpainter.C (paintFirst): get rid of a ->previous
3832
3833         * lyx_cb.C (getPossibleLabel): parlist simplification
3834
3835         * BufferView.C (ChangeInsets): simplify slightly.
3836
3837 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3838
3839         * LyXAction.C: new lfun space-insert, kill protected-space-insert
3840         * lfuns.h: new LFUN_SPACE
3841         * lyxfunc.C: protected space has a new lfun
3842         * paragraph_funcs.C: read new space insets
3843         * text3.C:
3844         * factory.C: handle new space insets
3845
3846 2003-05-22  André Pönitz  <poenitz@gmx.net>
3847
3848         * BufferView.C:
3849         * BufferView_pimpl.C:
3850         * buffer.[Ch]:
3851         * lyxfunc.C:
3852         * undo_funcs.C: return a ParIterator from getParFromID.
3853
3854         * iterators.[Ch]: add two const's
3855
3856 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3857
3858         * toc.C (getTocList): adjust
3859
3860         * iterators.[Ch]: rework for parlist
3861
3862         * buffer.C (par_iterator_begin): adjust
3863         (par_iterator_end): adjust
3864
3865         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
3866
3867         * BufferView.C (removeAutoInsets): adjust
3868         (ChangeInsets): adjust
3869
3870 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
3871
3872         * text.C (top_y): fix bug 1110
3873
3874 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
3875
3876         * errorlist.[Ch]: added
3877         * buffer.C:
3878         * BufferView.[Ch]:
3879         * BufferView_pimpl.C:
3880         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
3881         instead
3882
3883 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3884
3885         * Makefile.am: ensure that lyx is relinked upon changes to the
3886         various "convenience" libs.
3887
3888 2003-05-20  Angus Leeming  <leeming@lyx.org>
3889
3890         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
3891         files are compiled in alphabetical order again.
3892
3893         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
3894
3895 2003-05-19  Angus Leeming  <leeming@lyx.org>
3896
3897         * gettext.[Ch]: remove "char const * _(char const *)".
3898
3899 2003-05-19  André Pönitz  <poenitz@gmx.net>
3900
3901         * dimension.[Ch]: promote from mathed/dimension.[Ch]
3902
3903         * Makefile.am:
3904         * BufferView.C:
3905         * DepTable.h:
3906         * LaTeXFeatures.C:
3907         * buffer.C:
3908         * lyxfont.C:
3909         * lyxlex.h:
3910         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
3911
3912 2003-05-19  André Pönitz  <poenitz@gmx.net>
3913
3914         * buffer.C:
3915         * lyxlayout.[Ch]:
3916         * lyxtextclass.[Ch]:
3917         * paragraph.C:
3918         * paragraph_funcs.[Ch]:
3919         * text2.C:
3920         * text3.C: more insetenv work
3921
3922 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
3923
3924         * ParagraphParameters.C (params2string): small bug fixed
3925
3926 2003-05-16  André Pönitz  <poenitz@gmx.net>
3927
3928         * debug.C:
3929         * bufferview_funcs.C: patch from Kornel Benko to prevent
3930           crash when _(...) is called twice in a statement
3931
3932 2003-05-16  André Pönitz  <poenitz@gmx.net>
3933
3934         * BufferView.C:
3935         * lyxfunc.C:
3936         * text.C:
3937         * text2.C:
3938         * text3.C:
3939         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
3940
3941 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
3942
3943         * lyx_main.C (init): remove spurious static_cast
3944
3945 2003-05-14  André Pönitz  <poenitz@gmx.net>
3946
3947         * BufferView.C: fix format string
3948
3949 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
3950
3951         * BufferView.[Ch] (insertErrors): removed
3952         * BufferView.[Ch] (showErrorList): added
3953         * buffer.C (runChkTeX):
3954         * converter.C (scanLog): call showErrorList instead of inserterrors
3955
3956 2003-05-13  André Pönitz  <poenitz@gmx.net>
3957
3958         * BufferView_pimpl.C:
3959         * buffer.C:
3960         * bufferview_func.C:
3961         * MenuBackend.C:
3962         * lyxfunc.C:
3963         * lyxrc.C:
3964         * tex-accent.C:
3965         * text3.C:
3966         * toc.C:
3967         * tabular_funcs.h: tostr() from its own header
3968
3969         * ParagraphParameters.C:
3970         * ToolbarBackend.C:
3971         * bufferparams.C:
3972         * format.C:
3973         * lyxlex_pimpl.C:
3974         * text3.C: STRCONV()
3975
3976 2003-05-12  André Pönitz  <poenitz@gmx.net>
3977
3978         * BufferView.C:
3979         * BufferView_pimpl.C:
3980         * CutAndPaste.C:
3981         * LaTeX.C:
3982         * LaTeXFeatures.C:
3983         * ParagraphParameters.C:
3984         * buffer.C:
3985         * bufferlist.C:
3986         * bufferparams.C:
3987         * bufferview_funcs.C:
3988         * converter.C:
3989         * counters.C:
3990         * debug.C:
3991         * exporter.C:
3992         * format.C:
3993         * importer.C:
3994         * lyx_cb.C:
3995         * lyx_main.C:
3996         * lyxfont.C:
3997         * lyxfunc.C:
3998         * lyxvc.C:
3999         * paragraph.C:
4000         * paragraph_funcs.C:
4001         * tabular.C:
4002         * tabular_funcs.C:
4003         * text2.C:
4004         * text3.C:  boost::format -> bformat  all over the place
4005
4006
4007 2003-05-09  André Pönitz  <poenitz@gmx.net>
4008
4009         * LColor.[Ch]: Pimpl the #include <map> away
4010
4011 2003-05-09  John Levon  <levon@movementarian.org>
4012
4013         * bufferlist.C: never remove emergency saves
4014
4015 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4016
4017         * Makefile.am: better lib building
4018
4019 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4020
4021         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4022         instead.
4023         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4024         (simpleTeXSpecialChars): adjust
4025         (simpleTeXSpecialChars): adjust
4026         * paragraph.C (simpleTeXOnePar): adjust
4027         * buffer.C (makeLaTeXFile): adjust
4028
4029         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4030
4031         * text2.C (changeDepth): parlist cleanup
4032         (getColumnNearX): ditto
4033
4034         * rowpainter.C (getLabelFont): parlist cleanup
4035
4036         * bufferlist.C (newFile): parlist cleanup
4037
4038         * CutAndPaste.C (eraseSelection): parlist cleanup
4039
4040         * BufferView_pimpl.C (trackChanges): parlist cleanup
4041         (dispatch): ditto
4042
4043         * BufferView.C (lockInset): parlist cleanup.
4044         (ChangeInsets): ditto
4045
4046 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4047
4048         * CutAndPaste.h: Update file header.
4049
4050         * CutAndPaste.C: Update file header.
4051         Store the parts cut out of the Document in a limited_stack.
4052         (copySelection): adjust
4053         (pasteSelection): new function, takes the index in the limited stack.
4054         (nrOfParagraphs): adjust
4055         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4056         simplify error inset insertion.
4057         (checkPastePossible): adjust
4058
4059 2003-05-06  John Levon  <levon@movementarian.org>
4060
4061         * text2.C: don't cast wrap inset to float
4062
4063 2003-05-05  André Pönitz  <poenitz@gmx.net>
4064
4065         * iterator.C:
4066         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4067
4068         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4069           few naked Paragraph *.
4070
4071 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4072
4073         * bufferparams.C: Output warning if a document with missing
4074         TeX document class is loaded
4075         * exporter.C: Disable TeX exports if the document class is missing
4076         * lyxtextclass.C:
4077         * lyxtextclass.h:
4078         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4079         isTeXClassAvailable()
4080
4081 2003-05-03  John Levon  <levon@movementarian.org>
4082
4083         * BufferView.h:
4084         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4085         explicit cursor show/hide
4086
4087         * BufferView_pimpl.h:
4088         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4089         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4090
4091         * lyxfunc.C: hide cursor before dispatching.
4092
4093         * lyx_cb.C:
4094         * lyxfind.C:
4095         * text.C:
4096         * text3.C: remove explicit cursor hides
4097
4098 2003-05-02  André Pönitz  <poenitz@gmx.net>
4099
4100         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4101
4102         * undo_funcs.C:
4103         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4104           linked lists
4105
4106         * text2.C: tiny whitespace
4107
4108 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4109
4110         * undo_funcs.C: almost only ws changes.
4111
4112         * ParagraphList.C (splice): just return if pl is empty.
4113
4114 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4115
4116         * ParagraphList.C (splice): new function.
4117
4118         * CutAndPaste.C (pasteSelection): use it
4119
4120 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4121
4122         * CutAndPaste.C (pasteSelection): remove the last next and
4123         previous from this file.
4124
4125 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4126
4127         * CutAndPaste.C (pasteSelection): more clean up, user proper
4128         ParagraphList functions for pasteing.
4129
4130         * ParagraphList.C (insert): new function, three arg insert
4131
4132 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4133
4134         * ParagraphList.C (insert): new function, three arg insert
4135
4136         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4137         not on paragraphs.
4138
4139 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4140
4141         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4142
4143 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4144
4145         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4146
4147 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4148
4149         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4150         (copySelection): clean up a bit.
4151         (pasteSelection): use make_pair
4152
4153         * ParagraphList.C (ParagraphList): implement copy constructor
4154         (operator=): implement, base on copy constructor.
4155         (assign): new func
4156
4157         * paragraph.C (erase): return a bool
4158
4159         * paragraph_pimpl.C (erasePos): remove function, move contents...
4160         (erase): ... here. Return a bool.
4161         (erase): call erase instead of erasePos.
4162
4163 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4164
4165         * ParagraphList.h: define PitPosPair
4166         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4167         ParagraphList, fix a bug on pasting multiple pars
4168         * text2.C: change interface to C&P
4169
4170 2003-04-30  André Pönitz  <poenitz@gmx.net>
4171
4172         * undo_func.C: revert part of yesterday's patch 2
4173
4174 2003-04-30  John Levon  <levon@movementarian.org>
4175
4176         * LColor.C: s/tabular/table/
4177
4178 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4179
4180         * text3.C (dispatch): do not convert iterator -> pointer
4181         * undo_funcs.C (setCursorParUndo): ditto
4182         * text_funcs.C (transposeChars): ditto
4183
4184         * text2.C (setLayout): ws changes only
4185
4186         * text.C (breakParagraph): do not convert iterator -> pointer
4187         (insertChar): ditto
4188         (acceptChange): ditto
4189         (rejectChange): ditto
4190         (changeCase): ditto
4191         (Delete): ditto
4192         (backspace): ditto
4193
4194         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4195         pointer
4196
4197 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4198
4199         * text3.C (gotoInset): YABG (yet another bad getChar)
4200
4201 2003-04-29  André Pönitz  <poenitz@gmx.net>
4202
4203         * paragraph.h: make operator= private unimplemented as long as
4204           it is unusable
4205
4206         * ParagraphList.C: whitespace
4207
4208         * paragraph.[Ch]:
4209         * paragraph_pimpl.[Ch]:
4210         * paragraph_funcs.C:
4211         * CutAndPaste.C:
4212         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
4213
4214         * text2.C:
4215           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
4216
4217 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4218
4219         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
4220         * paragraph.[Ch] (erase):
4221         * paragraph_pimpl.[Ch] (erase): change return type and value
4222         * text2.C (cutSelection): some rework
4223
4224 2003-04-28  John Levon  <levon@movementarian.org>
4225
4226         * bufferlist.C: changes for unsaved changes dialog
4227
4228 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4229
4230         * bufferlist.C (newFile): set language (messages_) for new
4231         documents also.
4232
4233         * buffer.C (readFile): ws changes only.
4234
4235 2003-04-28  André Pönitz  <poenitz@gmx.net>
4236
4237         * undo_funcs.C:
4238         * lyxfunc.C:
4239         * buffer.[Ch]:
4240         * BufferView_pimpl.C:
4241         * BufferView.C: getParFromID related ParagraphList::iterator changes
4242
4243 2003-04-28  André Pönitz  <poenitz@gmx.net>
4244
4245         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
4246           Changes
4247
4248 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4249
4250         * messages.C: remove one more localedir class variable.
4251
4252 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4253
4254         * messages.C (getLocaleDir): singleton generation function
4255         (Pimpl): use it.
4256         (Messages): add a default constructor.
4257
4258         * main.C (main): do not setup localedir here, do not call
4259         gettext_init.
4260
4261         * gettext.C (_): use it.
4262         (gettext_init): delete funciton
4263
4264 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4265
4266         * gettext.C (getLyXMessages): new singleton generating function.
4267
4268         * buffer.C (updateDocLang): adjust
4269
4270         * Makefile.am (messages.o): add target
4271         (main.o): remove target
4272
4273 2003-04-27  John Levon  <levon@movementarian.org>
4274
4275         * bufferlist.C:
4276         * lyx_cb.C:
4277         * lyxfunc.C:
4278         * lyxvc.C: specify cancel button in Alert::prompt
4279
4280 2003-04-26  John Levon  <levon@movementarian.org>
4281
4282         * text3.C:
4283         * lyxfunc.C:
4284         * lfuns.h:
4285         * LyXAction.C: add LFUN_INSET_SETTINGS
4286
4287         * lyxfunc.C: don't enable tabular-feature when there's
4288         just any locking inset
4289
4290 2003-04-26  John Levon  <levon@movementarian.org>
4291
4292         * bufferlist.C: re-add Cancel to buffer close question
4293
4294         * lyxfunc.C: fix import UI a bit
4295
4296 2003-04-25  John Levon  <levon@movementarian.org>
4297
4298         * gettext.C: remove the broken asserts for now
4299
4300 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4301
4302         * messages.C: make case where setlocale cannot comply work better.
4303
4304         * buffer.C (updateDocLang): new function
4305         (changeLanguage): use it
4306         (readFile): use it
4307
4308         * text2.C (setCounter): use B_ a bit.
4309
4310         * lyxlayout.C (Read): be sure to trim the label strings.
4311
4312         * messages.C (Messages): fix typo in comment
4313
4314         * buffer.C (readFile): set message_ after file is loaded.
4315         (makeDocBookFile): remove double return
4316         (changeLanguage): reset message_ upon language change.
4317         (B_): new func, use this to get translated buffer strings.
4318
4319         * main.C: add myself and Jean Marc as authors.
4320
4321 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4322
4323         * messages.[hC]: pimplify Messages, and three different pimpls to be
4324         used in different circumstances.
4325
4326         * gettext.[Ch]: change for use with new message code.
4327
4328 2003-04-24 André Pönitz <poenitz@gmx.net>
4329
4330         * factory.C: support for eqref
4331
4332 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4333
4334         * messages.[Ch]: add missing char
4335
4336         * Makefile.am (lyx_SOURCES): add messages.[Ch]
4337
4338         * messages.[Ch]: New files
4339
4340 2003-04-18  John Levon  <levon@movementarian.org>
4341
4342         * BufferView.h:
4343         * BufferView.C:
4344         * BufferView_pimpl.C:
4345         * lfuns.h:
4346         * LyXAction.C:
4347         * lyxtext.h:
4348         * text2.C: remove layout-copy/paste (bug 778)
4349
4350 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4351
4352         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
4353
4354 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4355
4356         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
4357         if they succeed. Act accordingly.
4358
4359 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4360
4361         * text2.C (setCharFont): adjust
4362         (setCounter): adjust
4363         (insertStringAsLines): adjust
4364
4365         * text.C (leftMargin): adjust
4366         (setHeightOfRow): adjust
4367
4368         * rowpainter.C (paintFirst): adjust
4369         (paintLast): adjust
4370
4371         * paragraph_funcs.C (depthHook): ParagraphList::iterators
4372         (outerHook): ditto
4373         (isFirstInSequence): ditto
4374         (getEndLabel): ditto
4375         (outerFont): adjust
4376
4377         * paragraph.C (getParLanguage): comment out some hard stuff.
4378
4379         * buffer.C (insertStringAsLines): take a ParagraphList as arg
4380         (sgmlError): ditto
4381         (simpleDocBookOnePar): ditto
4382         (makeDocBookFile): use ParagraphList::iterator
4383
4384         * CutAndPaste.C (pasteSelection): adjust
4385
4386 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4387
4388         * text2.C (getFont): adjust
4389         (getLayoutFont): adjust
4390         (getLabelFont): adjust
4391
4392         * paragraph_funcs.C (TeXOnePar): adjust
4393
4394         * buffer.C (simpleLinuxDocOnePar): adjust
4395         (simpleDocBookOnePar): adjust
4396
4397         * CutAndPaste.C (pasteSelection): adjust
4398
4399         * BufferView.C (getEncoding): adjust
4400
4401         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
4402
4403 2003-04-16  John Levon  <levon@movementarian.org>
4404
4405         * lyxfind.C: use parlist stuff for search/changes
4406
4407 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4408
4409         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
4410
4411         * text2.C (deleteEmptyParagraphMechanism): adjust
4412
4413         * text2.[Ch] (ownerParagraph): delete func (both of them
4414
4415 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4416
4417         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
4418
4419 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4420
4421         * ParagraphList.C: prepare for NO_NEXT
4422
4423 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4424
4425         * text2.C (getFont): adjust
4426         (getLayoutFont): adjust
4427         (getLabelFont): adjust
4428
4429         * paragraph.C (getFont): adjust
4430         (getLabelFont): adjust
4431         (getLayoutFont): adjust
4432
4433         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
4434
4435 2003-04-15  John Levon  <levon@movementarian.org>
4436
4437         From Angus Leeming
4438
4439         * lyx_main.C: handle Include in .ui files
4440
4441 2003-04-15  John Levon  <levon@movementarian.org>
4442
4443         * MenuBackend.C: make the doc files length shorter
4444
4445         * ToolbarBackend.h:
4446         * ToolbarBackend.C: handle toolbar placement flags,
4447         Minibuffer
4448
4449 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4450
4451         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
4452         adjust
4453
4454         * paragraph_funcs.C (TeXOnePar): adjust
4455
4456         * paragraph.C (getLabelFont): add outerfont arg, adjust
4457         (getLayoutFont): ditto
4458         (simpleTeXOnePar): adjust
4459
4460         * paragraph_pimpl.C (realizeFont): delete func
4461
4462 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
4463
4464         * text2.C (beforeFullRowInset): added a bad getchar check, removed
4465         row argument, constify cur argument.
4466
4467 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4468
4469         * text2.C (getFont): adjust
4470         (getLayoutFont): adjust
4471         (getLabelFont): adjust
4472
4473         * paragraph_funcs.C (TeXOnePar): adjust
4474         (outerFont): new func...
4475         (realizeFont): ...moved out from here, changed this to facilitate
4476         transition
4477
4478         * paragraph.C (getFont): take outerfont as arg, adjust
4479         (simpleTeXOnePar): add outerfont arg, adjust
4480
4481         * buffer.C (simpleLinuxDocOnePar): adjust
4482         (simpleDocBookOnePar): adjust
4483
4484         * CutAndPaste.C (pasteSelection): adjust
4485
4486         * BufferView.C (getEncoding): adjust
4487
4488 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4489
4490         * text2.C (setCharFont): adjust
4491         (setCounter): adjust
4492
4493         * text.C (leftMargin): adjust
4494         (setHeightOfRow): adjust
4495
4496         * rowpainter.C (paintFirst): adjust
4497         (paintLast): adjust
4498
4499         * paragraph_pimpl.C (realizeFont): adjust
4500
4501         * paragraph.C (isFirstInSequence): move from here...
4502         * paragraph_funcs.C (isFirstInSequence): ...to here
4503
4504         * paragraph.C (outerHook): move from here...
4505         * paragraph_funcs.C (outerHook): ...to here
4506
4507         * paragraph.C (depthHook): move from here...
4508         * paragraph_funcs.C (depthHook): ...to here
4509
4510         * paragraph.C (getEndLabel): move from here...
4511         * paragraph_funcs.C (getEndLabel): ...to here
4512
4513         * text2.C (realizeFont): move from here...
4514         * paragraph_funcs.C (realizeFont): ...to here
4515
4516 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4517
4518         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
4519
4520 2003-04-14  Angus Leeming  <leeming@lyx.org>
4521
4522         * LColor.[Ch]: scrap LColor mathcursor.
4523
4524 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4525
4526         * lyxlex.[Ch] (text): delete function
4527         * trans.C (Load): adjust
4528         * paragraph_funcs.C (readParToken): adjust
4529
4530 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4531
4532         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
4533         vector<char> instead of a char[].
4534
4535         * lyxlex_pimpl.C (getString): adjust
4536         (next): adjust
4537         (lex): use getString
4538         (eatLine): adjust
4539         (nextToken): adjust
4540
4541         * lyxlex.C (text): use pimpl_->getString()
4542         (getBool): ditto
4543         (findToken): ditto
4544
4545 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4546
4547         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
4548         (makeFontEntriesLayoutSpecific): temp var for par.size()
4549         (setLayout): temp var for ownerParagraphs().end()
4550         (fullRebreak): temp var for rows().end()
4551         (selectionAsString): temp var for boost::next(startpit), realize
4552         that the while really is a regular for loop.
4553         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
4554         setCursor in one place.
4555         (setParagraph): temp vr for ownerParagraphs().end()
4556         (updateCounters): make the while loop a for loop
4557         (cutSelection): temp var for ownerParagraphs().end()
4558         (updateInset): make the do {} while() a regular for loop
4559         (getCursorX): use temp vars
4560         (setCurrentFont): use temp vars
4561         (getColumnNearX): use temp vars
4562
4563 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4564
4565         * text.C (transformChar): use temp var for getChar
4566         (computeBidiTables): use temp var for row->par()
4567         (fill): move temp vars for row->par() and pit->layout() earlier in
4568         the function.
4569         (labelFill): use temp var for row->par()
4570         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
4571         asc and desc, realize that pit never changes and that firstpit is
4572         just a duplicate and not needed. Exchange rit->par() with pit in a
4573         lot of places.
4574         (breakAgain): use a temp var for boost::next(rit)
4575         (breakAgainOneRow): ditto
4576         (breakParagraph): use a temp var for rows().begin()
4577         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
4578         (cursorRightOneWord): use temp var for cursor.par() and
4579         cursor.pos(), remove usage of tmpcursor.
4580         (cursorLeftOneWord): use temp var for cursor.par() and
4581         cursor.pos() only set cur at end of function.
4582
4583 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4584
4585         * text.C, text2.C: exchange all usage of Paragraph::next with
4586         boost::next(ParagraphList::iterator)
4587
4588         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
4589
4590         * text2.C (cursorTop): simplify implementation
4591         (cursorBottom): ditto
4592         (setParagraph): use ParagraphList::iterator
4593         (setCurrentFont): adjust
4594         (getColumnNearX): adjust
4595         (cursorRight): adjust
4596         (cursorLeft): remove usage of Paragraph::previous
4597         (cursorUpParagraph): ditto
4598         (deleteEmptyParagraphMechanism): slight cleanup
4599
4600         * text.C (isBoundary): take a Paragraph const & instead of a
4601         pointer as arg.
4602         (addressBreakPoint): ditto
4603         (leftMargin): remove usage of Paragraph::previous.
4604         (setHeightOfRow): ditto
4605         (cursorLeftOneWord): ditto
4606         (selectNextWordToSpellcheck): ditto
4607         (Delete): ditto
4608         (backspace): ditto
4609         (breakParagraph): remove one usage of Paragraph::next
4610         (redoParagraph): ditto
4611         (acceptChange): ditto
4612         (insertChar): adjust
4613         (rowBreakPoint): adjust
4614
4615         * bufferview_funcs.C (toggleAndShow): adjust
4616
4617 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
4618
4619         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
4620         methods to access it.
4621         * lyxtext.h:
4622         * text.C: Added updateRowPositions to compute all row positions.
4623         Make top_y and getRowNearY() to use the cached y position
4624
4625 2003-04-11  John Levon  <levon@movementarian.org>
4626
4627         * text.C (rowBreakPoint): reintroduce the labelEnd
4628         checks, code copied from the row fill stuff. Deep voodoo.
4629
4630         * text.C (fill): add a comment and debugging for the
4631         next poor soul.
4632
4633 2003-04-11  John Levon  <levon@movementarian.org>
4634
4635         * text.C: make sure fullrow insets get wrapped to the next line,
4636         even when they're in a manual label
4637
4638 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4639
4640         * text2.C (insertParagraph): make it take ParagraphList::iterator
4641         as arg.
4642         (setLayout): make it return ParagraphList::iterator
4643         (redoParagraphs): ditto
4644         (setCounter): ditto
4645         (checkParagraph): ditto
4646
4647         * text.C (getRow): make getrow take ParagraphList::iterator as arg
4648
4649         * text2.C: adjust several funcs.
4650         (realizeFont): take a ParagraphList::iterator as arg.
4651         (getLayoutFont): ditto
4652         (getLabelFont): ditto
4653         (setCharFont): ditto
4654
4655         * text.C: adjust several funcs.
4656
4657 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4658
4659         * text.C (selectNextWordToSpellcheck): don't accidentally
4660         skip insets
4661
4662 2003-04-10  John Levon  <levon@movementarian.org>
4663
4664         * ToolbarBackend.C (getIcon): special handling for
4665         LFUN_MATH_DELIM
4666
4667 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4668
4669         * text2.C (cursorRight): a getChar assert fixed
4670
4671 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4672
4673         * text2.C (getFont): change to take a ParagraphList::iterator
4674         instead of Paragraph*
4675         Adjust several functions.
4676
4677         * text.C (transformChar): change to take a ParagraphList::iterator
4678         instead of Paragraph*
4679         (singleWidth): ditto
4680         Adjust several functions.
4681
4682         * rowpainter.C: adjust several functions
4683         * rowpainter.h:store a ParagraphList::iterator and not a
4684         Paragraph&.
4685
4686
4687 2003-04-09  John Levon  <levon@movementarian.org>
4688
4689         * lyxfunc.C:
4690         * lfuns.h:
4691         * LyXAction.h:
4692         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
4693         and the "help" bits as well
4694
4695 2003-04-09  John Levon  <levon@movementarian.org>
4696
4697         * ToolbarBackend.h:
4698         * ToolbarBackend.C: allow multiple toolbars
4699
4700 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4701
4702         * undo_funcs.C (setCursorParUndo): adjust
4703
4704         * text_funcs.C (transposeChars): adjust
4705
4706         * text3.C (gotoNextInset): adjust
4707         (dispatch): adjust
4708
4709         * text2.C (setLayout): adjust
4710         (changeDepth): adjust
4711         (setFont): adjust
4712         (redoParagraphs): adjust
4713         (selectionAsString): adjust
4714         (setParagraph): adjust
4715         (insertInset): adjust
4716         (cutSelection): adjust
4717         (copySelection): adjust
4718         (pasteSelection): adjust
4719         (insertStringAsLines): adjust
4720         (updateInset): adjust
4721         (setCursor): change to take a ParagraphList::iterator parameter
4722         (setCursorIntern): change to take a ParagraphList::iterator parameter
4723         (setCurrentFont): adjust
4724         (cursorLeft): adjust
4725         (cursorRight): adjust
4726         (deleteEmptyParagraphMechanism): adjust
4727
4728         * text.C (breakParagraph): adjust
4729         (insertChar): adjust
4730         (acceptChange): adjust
4731         (rejectChange): adjust
4732         (selectNextWordToSpellcheck): adjust
4733         (changeCase): adjust
4734         (Delete): adjust
4735         (backspace): adjust
4736
4737         * lyxfind.C (SearchForward): adjust
4738         (SearchBackward): adjust
4739         (nextChange): adjust
4740
4741         * lyxcursor.C (par): adjust
4742
4743         * lyxcursor.h: store a ParagraphList::iterator instead of a
4744         Paragraph*
4745
4746         * lyx_cb.C (getPossibleLabel): adjust
4747
4748         * bufferview_funcs.C (toggleAndShow): adjust
4749
4750         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4751         (dispatch): adjust
4752
4753         * BufferView.C (removeAutoInsets): adjust
4754         (lockedInsetStoreUndo): adjust
4755
4756 2003-04-09  John Levon  <levon@movementarian.org>
4757
4758         * ToolbarBackend.C: try icon without argument
4759         if with argument fails
4760
4761 2003-04-08  John Levon  <levon@movementarian.org>
4762
4763         * ToolbarBackend.h:
4764         * ToolbarBackend.C: add getIcon(), handle tooltip,
4765         and change from "Icon" to "Item".
4766
4767 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4768
4769         * BufferView.C (lockInset): another bad getchar crunched
4770
4771 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4772
4773         * text2.C (changeDepth): do not setUndo on test_only (make undo work
4774         again)
4775
4776 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
4777
4778         * lyxfind.C (searchForward, searchBackwards): bug 782
4779
4780 2003-04-07  John Levon  <levon@movementarian.org>
4781
4782         * paragraph.C: remove dead comment
4783
4784         * text.C: remove troublesome depth-fiddling code
4785         in leftMargin() and rightMargin() (bug 1017)
4786
4787         * text.C: fix breaking of rows in nested lists
4788         (bug 1004)
4789
4790         * text2.C (updateCounters): fix up depth values
4791         (bug 1013)
4792
4793 2003-04-07  John Levon  <levon@movementarian.org>
4794
4795         * BufferView_pimpl.C: clear message when doc finishes resizing,
4796         and after a mouse event
4797
4798         * lyxfunc.C: clear message after exiting inset
4799
4800 2003-04-07  John Levon  <levon@movementarian.org>
4801
4802         * bufferview_funcs.C: show math status not outside
4803         status in the statusbar
4804
4805 2003-04-07  John Levon  <levon@movementarian.org>
4806
4807         * lyxfunc.C: note status changed after a depth change
4808
4809 2003-04-04  Angus Leeming  <leeming@lyx.org>
4810
4811         * LaTeX.h: move AuxInfo operator==, != out of line.
4812         Remove LaTeX virtual destructor; nothing derives from it.
4813         Move operator()() out of public area and rename it startscript().
4814         Change protected for private.
4815
4816 2003-04-04  Angus Leeming  <leeming@lyx.org>
4817
4818         * lyxfunc.C:
4819         * text2.C: remove unneeded #includes.
4820
4821 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4822
4823         * text2.C (dEPM): fix the heigth of the next row
4824
4825 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4826
4827         * text.C: squashed an invalid getChar requester + some ws changes
4828
4829 2003-04-03  John Levon  <levon@movementarian.org>
4830
4831         * bufferview_funcs.h:
4832         * bufferview_funcs.C:
4833         * lyxfunc.C:
4834         * lyxtext.h:
4835         * text2.C: make getStatus work for the env depth lfuns
4836
4837 2003-04-03  John Levon  <levon@movementarian.org>
4838
4839         * bufferview_funcs.h:
4840         * bufferview_funcs.C:
4841         * lyxfunc.C:
4842         * lyxtext.h:
4843         * text2.C: parlistize decDepth(), by merging it with incDepth()
4844
4845 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4846
4847         * lyxrow.h: store a ParagraphList::iterator instead of a
4848         Paragraph* and adjust other class functions to suit.
4849
4850         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
4851         above.
4852
4853 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4854
4855         * text2.C (setCursor): do not anchor to cursor row for the time being
4856
4857 2003-04-02  John Levon  <levon@movementarian.org>
4858
4859         * LyXAction.C:
4860         * lfuns.h:
4861         * lyx_main.C:
4862         * lyxtext.h:
4863         * text.C:
4864         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
4865
4866 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4867
4868         * paragraph.h: make ParagraphList and ParagraphList::iterator
4869         friends of Paragraph.
4870
4871         * buffer.C (makeLinuxDocFile): move towards ParagraphList
4872
4873         * ParagraphList.C: Use the private next_ and previous_ from
4874         Paragraph.
4875
4876 2003-04-01  John Levon  <levon@movementarian.org>
4877
4878         * ToolbarBackend.h:
4879         * ToolbarBackend.C:
4880         * Makefile.am: rename, remove defaults gunk
4881
4882         * MenuBackend.h:
4883         * MenuBackend.C: remove defaults gunk
4884
4885         * Languages.h:
4886         * Languages.C: remove defaults gunk
4887
4888         * lyx_main.h:
4889         * lyx_main.C: error out if files couldn't be found.
4890
4891 2003-04-02  John Levon  <levon@movementarian.org>
4892
4893         * text2.C: make incDepth() use parlist
4894
4895 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4896
4897         * undo_funcs.C (firstUndoParagraph): adjust
4898
4899         * text3.C (gotoInset): adjust
4900         (dispatch): adjust, and rewrite loop.
4901
4902         * text2.C (init): adjust, and rewrite loop.
4903         (redoParagraphs): adjust
4904         (updateInset): adjust, and rewrite loop.
4905         (deleteEmptyParagraphMechanism): adjust
4906
4907         * tabular.C (LyXTabular): adjust
4908         (SetMultiColumn): adjust
4909         (TeXRow): adjust
4910
4911         * lyxtext.[Ch] (ownerParagraph): delete function
4912         (ownerParagraphs): new function returns a ParagraphList.
4913
4914         * BufferView.C (removeAutoInsets): adjust
4915         (insertErrors): adjust
4916         (setCursorFromRow): adjust
4917
4918 2003-04-01  Angus Leeming  <leeming@lyx.org>
4919
4920         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
4921         in the frontends.
4922
4923 2003-04-02  John Levon  <levon@movementarian.org>
4924
4925         * lyxtext.h:
4926         * text.C:
4927         * Makefile.am:
4928         * text_funcs.h:
4929         * text_funcs.C: make transposeChars a free function
4930
4931         * lyxrow_funcs.C: remove wrong comment
4932
4933 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4934
4935         * lyxtext.h: adjust
4936         * rowpainter.C: adjust
4937         * text.C: adjust
4938         * text2.C: adjust
4939         * text3.C: adjust
4940
4941         * lyxrow_funcs. [Ch]: new files
4942
4943         * lyxrow.[Ch]: remove next and previous pointers
4944         (next,previous): remove accessor functions
4945         (isParEnd): move to lyxrow_funcs
4946         (lastPos): move to lyxrow_funcs
4947         (nextRowIsAllInset): move to lyxrow_funcs
4948         (lastPrintablePos): move to lyxrow_funcs
4949         (numberOfSeparators): move to lyxrow_funcs
4950         (numberOfHfills): move to lyxrow_funcs
4951         (numberOfLabelHfills): move to lyxrow_funcs
4952         (hfillExpansion): move to lyxrow_funcs
4953
4954         * lyxfunc.C: adjust
4955
4956         * bufferview_funcs.C (toggleAndShow): adjust
4957
4958         * RowList.h: Remove class RowList from file leave just a
4959         std::list<Row>.
4960
4961         * RowList.C: delete file
4962
4963         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
4964         and lyxrow_funcs.h
4965
4966 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4967
4968         * text3.C (cursorPrevious): adjust
4969         (cursorNext): adjust
4970         (dispatch): adjust
4971
4972         * text2.C (redoHeightOfParagraph): adjust
4973         (redoDrawingOfParagraph): adjust
4974         (setCursor): adjust
4975
4976         * text.C (breakParagraph): adjust
4977         (insertChar): adjust
4978         (backspace): adjust
4979
4980         * rowpainter.C (RowPainter): adjust
4981         (leftMargin): simplify and adjust
4982         (most rowpainter functions): adjust.
4983
4984         * rowpainter.h: store the row as RowList::iterator not as Row*
4985
4986         * lyxcursor.C (row): taka RowList::iterator as arg
4987         (irow): ditto
4988
4989         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
4990         of Row*.
4991
4992 2003-04-01  Angus Leeming  <leeming@lyx.org>
4993
4994         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
4995         stuff like bool Bool.
4996
4997 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4998
4999         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5000         rewrite a loop
5001
5002 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5003
5004         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5005         RowList::iterator.
5006
5007         * lyxtext.h (rows): drop one version and leve a const variant that
5008         returns a RowList::iterator.
5009
5010 2003-03-31  Angus Leeming  <leeming@lyx.org>
5011
5012         * text.C (fill): ensure that the signature is the same as that in the
5013         header file.
5014
5015 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5016
5017         * text2.C (redoParagraphs): adjust
5018         (updateCounters): adjust
5019         (checkParagraph): adjust
5020         (getColumnNearX): adjust and reformat a bit.
5021
5022         * text.C (top_y): adjust
5023         (workWidth): adjust
5024         (leftMargin): adjust
5025         (prepareToPrint): adjust
5026         (getRow): adjust
5027         (getRowNearY): adjust
5028
5029         * lyxtext.h: make rowlist_ mutable.
5030
5031         * RowList.h: add const_iterator
5032         * RowList.C: adjust for RowList::const_iterator.
5033
5034         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5035         adjust.
5036
5037 2003-03-31  John Levon  <levon@movementarian.org>
5038
5039         * lyxrc.h:
5040         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5041
5042         * lyx_main.C: set default fonts from using lyx_gui funcs
5043
5044         * exporter.C: pdf_mode moved from lyxrc
5045
5046         * lyx_cb.C:
5047         * lyxfunc.C: changes from above
5048
5049 2003-03-31  John Levon  <levon@movementarian.org>
5050
5051         * lyx_main.C: fix to the last fix
5052
5053 2003-03-31  John Levon  <levon@movementarian.org>
5054
5055         * bufferlist.C: "Load original" -> "Load Original"
5056
5057         * converter.C:
5058         * exporter.C:
5059         * importer.C:
5060         * lyx_main.C:
5061         * format.C: more Alert cleanups
5062
5063 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5064
5065         * text2.C (removeParagraph): make it take a RowList::iterator as
5066         arg, adjust.
5067         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5068         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5069
5070         * text.C (anchor_row): make it take a RowList::iterator as arg,
5071         adjust.
5072         (computeBidiTables): make it take a const reference to Row instead
5073         of Row pointer, adjust.
5074         (leftMargin): make it take a RowList::iterator as arg, adjust.
5075         (rowBreakPoint): adjust
5076         (breakAgainOneRow): make it take a RowList::iterator as arg,
5077         adjust.
5078         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5079
5080         * bufferview_funcs.C (toggleAndShow): adjust
5081
5082 2003-03-30  John Levon  <levon@movementarian.org>
5083
5084         * Makefile.am:
5085         * BoostFormat.h:
5086         * boost-inst.C: moved to support
5087
5088         * several files: changes as a result
5089
5090 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5091
5092         * text2.C (LyXText): adjust.
5093         (init): adjust
5094         (removeRow): make it take a RowList::iterator as arg, adjust.
5095         (fullRebreak): adjust
5096         (deleteEmptyParagraphMechanism): adjust
5097         (clearPaint): adjust
5098         (postPaint): adjust
5099
5100         * text.C (top_y): adjust
5101         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5102         (breakAgain): make it take a RowList::iterator as arg, adjust.
5103         (breakParagraph): adjust
5104         (insertChar): adjust
5105         (backspace): adjust
5106
5107         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5108         need_break_row, and refresh_row.
5109
5110         * text3.C (dispatch): adjust
5111
5112         * text2.C (checkParagraph): adjust
5113         (setCursor): adjust
5114         (setCursorFromCoordinates): adjust
5115
5116         * text.C (top_y): adjust
5117         (workWidth): adjust
5118         (getRow): make it return a RowList::iterator, adjust
5119         (getRowNearY): make it return a RowList::iterator, adjust
5120
5121         * text2.C (init): adjust
5122         (insertRow): remove function
5123         (insertParagraph): adjust
5124         (redoParagraphs): adjust
5125         (fullRebreak): adjust
5126         (updateCounters): adjust
5127
5128         * text.C (top_y): rewrite to use RowList iterators.
5129         (top_y): adjust
5130         (setHeightOfRow): rewrite to sue RowList iterators.
5131         (appendParagraph): adjust
5132         (breakAgain): adjust
5133         (breakAgainOneRow): adjust
5134         (breakParagraph): adjust
5135         (getRow): adjust
5136         (getRowNearY): adjust, and remove commented code.
5137
5138         * lyxtext.h (firstRow): delete function
5139         (lastRow): delete function
5140         (rows): new function (const and non-const versions.)
5141         (insertRow): delete function
5142
5143         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5144
5145 2003-03-29  John Levon  <levon@movementarian.org>
5146
5147         * BufferView_pimpl.C: always update scrollbar top
5148         because pasting text when we're anchored could mean we
5149         miss an update altogether
5150
5151 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5152
5153         * text2.C (init): use rowlist_.end() and not 0.
5154         (insertRow): change to take a RowList::iterator as arg, adjust
5155         for this.
5156         (insertParagraph): change to take a RowList::iterator as arg,
5157         adjust for this.
5158         (redoParagraphs): remove some debug msgs.
5159
5160         * text.C (appendParagraph): change to take a RowList::iterator
5161         arg, adjust for this.
5162         (breakAgain): add an assert
5163         (breakAgainOneRow): ditto
5164
5165 2003-03-29  John Levon  <levon@movementarian.org>
5166
5167         * text2.C: do not clear selection after inc/decDepth
5168         (bug 550)
5169
5170 2003-03-29  John Levon  <levon@movementarian.org>
5171
5172         * BufferView.C:
5173         * buffer.C: fix broken strerrors according to Lars
5174
5175 2003-03-29  John Levon  <levon@movementarian.org>
5176
5177         * converters.C: more Alert cleanups
5178
5179 2003-03-29  John Levon  <levon@movementarian.org>
5180
5181         * bufferview_funcs.C: remove pointless Alert
5182
5183         * buffer.C: fix confusing error message when
5184         a template is chmoded 000
5185
5186 2003-03-29  John Levon  <levon@movementarian.org>
5187
5188         * BufferView.C:
5189         * BufferView.h:
5190         * BufferView_pimpl.C: Alert fixes
5191
5192         * Makefile.am:
5193         * tabular.C:
5194         * tabular-old.C: remove unused table compat reading
5195
5196 2003-03-29  John Levon  <levon@movementarian.org>
5197
5198         * BufferView.C:
5199         * buffer.C:
5200         * lyx_cb.h:
5201         * lyx_cb.C: more Alert cleanups
5202
5203         * lyxfunc.C: don't allow chktex if not latex document
5204
5205 2003-03-29  John Levon  <levon@movementarian.org>
5206
5207         * lyx_cb.C:
5208         * BufferView.C:
5209         * buffer.C: warnings pushed down from support/,
5210         kill err_alert
5211
5212 2003-03-29  John Levon  <levon@movementarian.org>
5213
5214         * lyxfunc.C: safety check for C-r (revert)
5215
5216 2003-03-29  John Levon  <levon@movementarian.org>
5217
5218         * bufferlist.h:
5219         * bufferlist.C: several UI fixes using Alert::prompt.
5220         Fix the pointless looping quit code. Fix stupid revert
5221         behaviour (bug 938)
5222
5223         * lyxvc.h:
5224         * lyxvc.C:
5225         * lyx_cb.C: use Alert::prompt
5226
5227         * lyx_main.C: remove a silly question
5228
5229         * lyxfunc.C: remove a couple of silly questions,
5230         use Alert::prompt
5231
5232 2003-03-28  John Levon  <levon@movementarian.org>
5233
5234         * text2.C: fix bug 974 (End on empty par)
5235
5236 2003-03-28  John Levon  <levon@movementarian.org>
5237
5238         * BufferView_pimpl.C:
5239         * LyXAction.C:
5240         * lfuns.h: remove do-nothing math greek lfuns
5241
5242 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5243
5244         * lyxgluelength.h (isValidGlueLength): add default arg on
5245         parameter 2. Remove default arg from friend in class.
5246
5247         * lyxlength.h (isValidLength): add default arg on parameter 2.
5248         Remove default arg from friend in class.
5249
5250         * text2.C (LyXText): adjust, initialize refresh_row.
5251         (init): adjust
5252         (removeRow): adjust
5253         (insertRow): adjust
5254         (insertParagraph): adjst
5255         (redoParagraphs): adjust
5256         (fullRebreak): adjust
5257         (updateCounters): adjust
5258         (deleteEmptyParagraphMechanism): first attempt at fixing a
5259         crashing bug.
5260
5261         * text.C (top_y): adjust
5262         (setHeightOfRow): adjust
5263         (getRow): adjust
5264         (getRowNearY): adjust
5265
5266         * lyxtext.h: include RowList.h
5267         (~LyXText): not needed anymore, deleted.
5268         (firstRow): modify for RowList
5269         (lastRow): new function
5270         Delete firstrow and lastrow class variables, add a Rowlist
5271         rowlist_ class variable.
5272
5273         * lyxrow.C (lastPos): use empty() and not !size() to check if a
5274         paragraph is empty.
5275
5276         * RowList.C (insert): fix case where it == begin().
5277
5278 2003-03-26  Angus Leeming  <leeming@lyx.org>
5279
5280         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
5281         the thesaurus dialog.
5282
5283 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5284
5285         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
5286
5287         * RowList.[Ch]: new files
5288
5289         * ParagraphList.C (erase): handle the case where it == begin
5290         correctly.
5291
5292 2003-03-25  John Levon  <levon@movementarian.org>
5293
5294         * Makefile.am:
5295         * aspell_local.h:
5296         * aspell.C: add new aspell support
5297
5298         * lyxrc.h:
5299         * lyxrc.C: Make use_pspell be use_spell_lib. Always
5300         have it accessible.
5301
5302 2003-03-25  Angus Leeming  <leeming@lyx.org>
5303
5304         * lfuns.h:
5305         * LyXAction.C (init): new LFUN_INSET_INSERT.
5306
5307         * BufferView_pimpl.C (dispatch): split out part of the
5308         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
5309
5310         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
5311         LFUN_INSET_APPLY.
5312
5313 2003-03-25  Angus Leeming  <leeming@lyx.org>
5314
5315         * lyxfunc.C (dispatch): changes to the Dialogs interface.
5316
5317 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
5318
5319         * text2.C:
5320         * text3.C: remove useless row->height(0)
5321
5322 2003-03-25  John Levon  <levon@movementarian.org>
5323
5324         * lyxtext.h:
5325         * text2.C:
5326         * text3.C: rename the refreshing stuff to better names
5327
5328 2003-03-24  John Levon  <levon@movementarian.org>
5329
5330         * BufferView_pimpl.h:
5331         * BufferView_pimpl.C: update layout choice on a mouse
5332         press/release
5333
5334 2003-03-23  John Levon  <levon@movementarian.org>
5335
5336         * Makefile.am: fix commandtags.h reference
5337
5338 2003-03-22  John Levon  <levon@movementarian.org>
5339
5340         * BufferView_pimpl.C:
5341         * lyxtext.h:
5342         * rowpainter.C:
5343         * rowpainter.h:
5344         * text.C:
5345         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
5346
5347 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
5348
5349         * lyxtext.h:
5350         * text.C: take the rtl methods out of line
5351
5352 2003-03-21 André Pönitz <poenitz@gmx.net>
5353
5354         * metricsinfo.[Ch]: new files containing structures to be passed around
5355         during the two-phase-drawing...
5356
5357 2003-03-21 André Pönitz <poenitz@gmx.net>
5358
5359         * lyxtextclass.C: read 'environment' tag.
5360
5361 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
5362
5363         * text2.C (removeRow): fix bug 964
5364
5365 2003-03-20  John Levon  <levon@movementarian.org>
5366
5367         * rowpainter.C:
5368         * text.C:
5369         * text2.C: paint cleanups. Inset::update() dropped font
5370         parameter
5371
5372 2003-03-19  John Levon  <levon@movementarian.org>
5373
5374         * lyxfunc.C: only fitcursor/markDirty if available()
5375
5376 2003-03-19  John Levon  <levon@movementarian.org>
5377
5378         * commandtags.h: rename to ...
5379
5380         * lfuns.h: ... this, and renumber / cleanup
5381
5382 2003-03-19  John Levon  <levon@movementarian.org>
5383
5384         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
5385         fit the cursor after an lfun
5386
5387         * BufferView.h:
5388         * BufferView.C:
5389         * BufferView_pimpl.h:
5390         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
5391
5392         * LyXAction.C: layout-character should have ReadOnly
5393
5394         * ParagraphParameters.C:
5395         * buffer.C:
5396         * bufferview_funcs.C:
5397         * lyx_cb.C:
5398         * lyxfind.C:
5399         * lyxtext.h:
5400         * text.C:
5401         * text2.C:
5402         * text3.C:
5403         * undo_funcs.C: changes from above
5404
5405 2003-03-18  John Levon  <levon@movementarian.org>
5406
5407         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
5408         remove it from update()
5409
5410         * lyxfunc.C: update layout choice after an lfun
5411
5412         * text3.C: remove extra updateLayoutChoice()s
5413
5414 2003-03-18  John Levon  <levon@movementarian.org>
5415
5416         * text.C: top_y change means full repaint, fix
5417         a drawing bug with cursor movement
5418
5419 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5420
5421         * lyxtext.h:
5422         * text.C:
5423         * text2.C: anchor row on setCursor
5424
5425 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5426
5427         * lyxtext.h: remove almost all mutable keywords
5428         * text.C:
5429         * text2.C:
5430         * text3.C: remove const keywords accordingly
5431
5432 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5433
5434         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
5435         anon namespace
5436         (TeXEnvironment): ditto
5437         (TeXOnePar): ditto
5438
5439 2003-03-17  John Levon  <levon@movementarian.org>
5440
5441         * text.C (rowBreakPoint): remove attempt to fix displayed
5442         math insets inside a manual label
5443
5444 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5445
5446         * lyxtext.h: remove BufferView* as first arg from almost all class
5447         functions.
5448         * other files: adjust.
5449
5450 2003-03-17  John Levon  <levon@movementarian.org>
5451
5452         * lyxtext.h:
5453         * undo_funcs.C:
5454         * text2.C: more paint cleanups
5455
5456         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
5457
5458         * rowpainter.h:
5459         * rowpainter.C: remove "smart" background painting code
5460
5461 2003-03-16  John Levon  <levon@movementarian.org>
5462
5463         * lyxtext.h:
5464         * text.C:
5465         * text2.C:
5466         * text3.C: add helper functions for setting refresh_row/y
5467
5468 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
5469
5470         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
5471         newline inset which *can* get inserted in the pass_thru layouts.
5472         This is primarily for literate documents.
5473
5474 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
5475
5476         * buffer.C: increment LYX_FORMAT to 223
5477
5478 2003-03-14 André Pönitz <poenitz@gmx.net>
5479
5480         * textclass.h: prepare for environment handling, ws changes
5481         * lyxlayout.C: read latexheader and latexfooter tags
5482
5483 2003-03-14  John Levon  <levon@movementarian.org>
5484
5485         * text2.C: rewrite ::status() a bit
5486
5487 2003-03-13  John Levon  <levon@movementarian.org>
5488
5489         * lyxtext.h: add some docs
5490
5491 2003-03-13  John Levon  <levon@movementarian.org>
5492
5493         * lyxtext.h:
5494         * text.C:
5495         * text2.C:
5496         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
5497
5498 2003-03-13  John Levon  <levon@movementarian.org>
5499
5500         * text3.C: fix appendix redrawing
5501
5502 2003-03-13  John Levon  <levon@movementarian.org>
5503
5504         * text.C (setHeightOfRow):
5505         * rowpainter.h:
5506         * rowpainter.C: make appendix mark have the text
5507           "Appendix" so the user knows what it is
5508
5509         * LColor.h:
5510         * LColor.C: s/appendixline/appendix/ from above
5511
5512 2003-03-13  John Levon  <levon@movementarian.org>
5513
5514         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
5515
5516         * text.C: fix a getChar(pos) bug properly
5517
5518 2003-03-13  Angus Leeming  <leeming@lyx.org>
5519
5520         * commandtags.h:
5521         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
5522         Probably only temporary. Let's see how things pan out.
5523
5524         * BufferView.C (unlockInset):
5525         * BufferView_pimpl.C (fitCursor):
5526         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
5527
5528         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
5529         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
5530
5531         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
5532         new functions that convert ParagraphParameters to and from a string.
5533
5534         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
5535         BufferView::Pimpl's dispatch.
5536         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
5537
5538 2003-03-13 André Pönitz <poenitz@gmx.net>
5539
5540         * lyxfunc.C:
5541         * text3.C:
5542         * factory.C: make it aware of InsetEnv
5543
5544 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5545
5546         * text2.C (setCursor): never ask for one past last
5547         (setCursor): add some debugging messages.
5548
5549         * text.C (singleWidth): never ask for one past last
5550         (singleWidth): ditto
5551         (leftMargin): ditto
5552         (rightMargin): ditto
5553         (rowBreakPoint): ditto
5554         (setHeightOfRow): ditto
5555         (prepareToPrint): ditto
5556
5557         * rowpainter.C (paintBackground): never ask for one past last
5558         (paintText): never ask for one past last
5559
5560         * paragraph_pimpl.C (getChar): make the assert stricter, never
5561         allow the one past last pos to be taken
5562
5563         * paragraph.C (getChar): ws changes only
5564
5565         * lyxrow.C (nextRowIsAllInset): never ask for one past last
5566         (numberOfSeparators): ditto
5567         (numberOfHfills): ditto
5568
5569 2003-03-12  John Levon  <levon@movementarian.org>
5570
5571         * author.h:
5572         * author.C:
5573         * bufferparams.h:
5574         * bufferparams.C:
5575         * paragraph_funcs.C: fix per-buffer authorlists
5576
5577 2003-03-12  John Levon  <levon@movementarian.org>
5578
5579         * text.C: fix newline in right address
5580
5581 2003-03-12  Angus Leeming  <leeming@lyx.org>
5582
5583         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
5584         duplicate those in LyXFunc::dispatch.
5585
5586         * commandtags.h:
5587         * LyXAction.C:
5588         * ToolbarDefaults.C:
5589         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
5590         Add LFUN_FONTFREE_UPDATE.
5591
5592         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
5593         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
5594
5595         * bufferview_func.[Ch]: several new functions to facilliate
5596         transfer of data to and from the character dialog.
5597
5598 2003-03-12  John Levon  <levon@movementarian.org>
5599
5600         * buffer.C:
5601         * paragraph.h:
5602         * paragraph.C:
5603         * paragraph_funcs.C:
5604         * paragraph_pimpl.C:
5605         * sgml.C:
5606         * tabular.C:
5607         * text.C:
5608         * text3.C: remove META_NEWLINE in favour of an inset
5609
5610         * rowpainter.h:
5611         * rowpainter.C: remove paintNewline (done by inset)
5612
5613 2003-03-12  John Levon  <levon@movementarian.org>
5614
5615         * paragraph_pimpl.C: complain about bad getChar()s
5616         for a while at least
5617
5618 2003-03-12  John Levon  <levon@movementarian.org>
5619
5620         * buffer.h:
5621         * buffer.C: move paragraph read into a separate function,
5622         a little renaming to reflect that.
5623
5624         * bufferparams.h:
5625         * bufferparams.C: remove the author_ids map, not necessary now
5626
5627         * factory.h:
5628         * factory.C: moved Buffer::readInset to here
5629
5630         * paragraph_funcs.h:
5631         * paragraph_funcs.C: readParagraph free function moved from
5632         buffer.C
5633
5634         * tabular.C: name change
5635
5636 2003-03-12  John Levon  <levon@movementarian.org>
5637
5638         * buffer.C:
5639         * ParagraphParameters.C: move par params input to
5640         a read() method
5641
5642         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
5643         behave like a normal read from the stream wrt reading
5644         a line vs. a \\token
5645
5646 2003-03-12  John Levon  <levon@movementarian.org>
5647
5648         * paragraph.C:
5649         * ParagraphParameters.h:
5650         * ParagraphParameters.C: move output code to a
5651         ::write() method
5652
5653 2003-03-12  John Levon  <levon@movementarian.org>
5654
5655         * BufferView.C (insertLyXFile):
5656         * buffer.h:
5657         * buffer.C:
5658         * tabular.C: use a parlist iterator for creating the
5659           document.
5660
5661 2003-03-12  John Levon  <levon@movementarian.org>
5662
5663         * buffer.C: make current_change static local not
5664           static file-scope
5665
5666 2003-03-12  John Levon  <levon@movementarian.org>
5667
5668         * buffer.C: fix insertStringAsLines for change tracking
5669
5670 2003-03-12  John Levon  <levon@movementarian.org>
5671
5672         * BufferView.C:
5673         * tabular.C:
5674         * buffer.h:
5675         * buffer.C:
5676         * bufferparams.h:
5677         * bufferparams.C: move author list into params. Rename some
5678           functions. Move the header reading into a separate token
5679           loop. Move the header token reading into BufferParams.
5680
5681 2003-03-12  John Levon  <levon@movementarian.org>
5682
5683         * changes.C: put debug inside lyxerr.debugging() checks
5684
5685 2003-03-11 André Pönitz <poenitz@gmx.net>
5686
5687         * factory.C: make it aware of InsetHFill
5688
5689 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5690
5691         * buffer.C (latexParagraphs): move function from here...
5692         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
5693         args.
5694
5695 2003-03-10  Angus Leeming  <leeming@lyx.org>
5696
5697         * LyXAction.C (init): fix bug in poplating array with multiple entries
5698         with the same LFUN (spotted by JMarc).
5699
5700 2003-03-10  John Levon  <levon@movementarian.org>
5701
5702         * text.C:
5703         * text2.C: move getColumnNearX() near its
5704         only call site
5705
5706 2003-03-10  John Levon  <levon@movementarian.org>
5707
5708         * text.C: fix break before a minipage
5709
5710 2003-03-10  John Levon  <levon@movementarian.org>
5711
5712         * text.C: fix the last commit
5713
5714 2003-03-09  John Levon  <levon@movementarian.org>
5715
5716         * lyxtext.h:
5717         * text.C:
5718         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
5719         bug 365 (don't break before insets unless needed). Don't
5720         return a value > last under any circumstances.
5721
5722 2003-03-09  Angus Leeming  <leeming@lyx.org>
5723
5724         * BufferView_pimpl.C (trackChanges, dispatch): call
5725         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
5726
5727 2003-03-09  Angus Leeming  <leeming@lyx.org>
5728
5729         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
5730         than Dialogs::showAboutlyx().
5731
5732 2003-03-09  Angus Leeming  <leeming@lyx.org>
5733
5734         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
5735         than Dialogs::showTabularCreate().
5736
5737 2003-03-09  John Levon  <levon@movementarian.org>
5738
5739         * lyxtext.h:
5740         * text.C:
5741         * text2.C: 3rd arg to nextBreakPoint was always the same.
5742           Use references.
5743
5744 2003-03-08  John Levon  <levon@movementarian.org>
5745
5746         * lyxrow.C:
5747         * paragraph.C:
5748         * paragraph.h:
5749         * rowpainter.C:
5750         * text.C:
5751         * text2.C: Remove the "main" bit from the "main body"
5752           notion.
5753
5754 2003-03-08  John Levon  <levon@movementarian.org>
5755
5756         * text.C (leftMargin): The left margin of an empty
5757         manual label paragraph should not include the label width
5758         string length.
5759
5760         * text.C (prepareToPrint): don't attempt to measure hfills
5761         for empty manual label paragraphs - the answer should be 0
5762
5763 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5764
5765         * CutAndPaste.C: remove commented code and reindent.
5766
5767 2003-03-08  John Levon  <levon@movementarian.org>
5768
5769         * lyxfunc.h:
5770         * lyxfunc.C: move reloadBuffer()
5771
5772         * BufferView.h:
5773         * BufferView.C: to here
5774
5775         * lyxvc.C: add comment
5776
5777         * vc-backend.h:
5778         * vc-backend.C: call bv->reload() to avoid
5779           getStatus() check on MENURELOAD
5780
5781 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
5782
5783         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
5784         to an old format .dep file.
5785
5786 2003-03-07  Angus Leeming  <leeming@lyx.org>
5787
5788         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
5789         when the LFUN_MOUSE_RELEASE should have been handled by
5790         inset->localDispatch.
5791
5792 2003-03-07  Angus Leeming  <leeming@lyx.org>
5793
5794         * BufferView_pimpl.C (dispatch):
5795         * LyXAction.C (init):
5796         * ToolbarDefaults.C (init):
5797         * commandtags.h:
5798         * lyxfunc.C (getStatus):
5799         remove LFUN_INSET_GRAPHICS.
5800
5801         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
5802
5803 2003-03-07  Angus Leeming  <leeming@lyx.org>
5804
5805         * commandtags.h:
5806         * LyXAction.C (init):
5807         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
5808
5809         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
5810
5811         * commandtags.h:
5812         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
5813
5814         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
5815         localDispatch method LFUN_INSET_DIALOG_UPDATE.
5816
5817 2003-03-07  Angus Leeming  <leeming@lyx.org>
5818
5819         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
5820         remove "ert".
5821
5822 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5823
5824         * ParagraphList.C (front): new function
5825         (back): implement
5826
5827 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
5828
5829         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
5830         and top_row_offset_. removed var first_y.
5831         * text.C (top_y):
5832         * text2.C (LyXText, removeRow):
5833         * text3.C:
5834         * BufferView_pimpl.C:
5835         use these methods instead of using first_y
5836
5837 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5838
5839         * text2.C (pasteSelection): adjust for checkPastePossible
5840
5841         * CutAndPaste.C: remove Paragraph * buf and replace with
5842         ParagraphList paragraphs.
5843         (DeleteBuffer): delete
5844         (cutSelection): change the tc type to textclass_type
5845         (copySelection): change the tc type to textclass_type
5846         (copySelection): adjust for ParagraphList
5847         (pasteSelection): change the tc type to textclass_type
5848         (pasteSelection): adjust for Paragraphlist
5849         (nrOfParagraphs): simplify for ParagraphList
5850         (checkPastePossible): simplify for ParagraphList
5851         (checkPastePossible): remove unused arg
5852
5853         * ParagraphList.C (insert): handle the case where there are no
5854         paragraphs yet.
5855
5856         * CutAndPaste.h: make CutAndPaste a namespace.
5857
5858         * text3.C (dispatch): adjust
5859
5860         * text.C (breakParagraph): add a ParagraphList as arg
5861
5862         * paragraph_funcs.C (breakParagraph): change to take a
5863         BufferParams and a ParagraphList as args.
5864         (breakParagraphConservative): ditto
5865         (mergeParagraph): ditto
5866         (TeXDeeper): add a ParagraphList arg
5867         (TeXEnvironment): ditto
5868         (TeXOnePar): ditto
5869
5870         * buffer.C (readLyXformat2): adjust
5871         (insertStringAsLines): adjust
5872         (latexParagraphs): adjust
5873
5874         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
5875         (cutSelection): adjust
5876         (pasteSelection): adjust
5877
5878         * BufferView_pimpl.C (insertInset): adjust
5879
5880 2003-03-05  Angus Leeming  <leeming@lyx.org>
5881
5882         * commandtags.h:
5883         * LyXAction.C (init):
5884         * BufferView_pimpl.C (dispatch):
5885         * lyxfunc.C (getStatus):
5886         remove LFUN_CHILD_INSERT.
5887
5888         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
5889
5890 2003-03-05  Angus Leeming  <leeming@lyx.org>
5891
5892         * commandtags.h:
5893         * LyXAction.C (init):
5894         * src/factory.C (createInset):
5895         * lyxfunc.C (getStatus):
5896         * text3.C (dispatch):
5897         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
5898
5899         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
5900
5901 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5902
5903         * ParagraphList.C (insert): handle insert right before end()
5904         (erase): fix cases where it can be first or last paragraph.
5905
5906 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5907
5908         * paragraph_funcs.C (TeXEnvironment): remove all usage of
5909         Paragraph::next and Paragraph::previous
5910         (TeXOnePar): ditto
5911
5912         * text.C (breakParagraph): adjust
5913
5914         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
5915         BufferParams& as arg.
5916         (breakParagraph): use ParagraphList::insert
5917         (breakParagraphConservative): take a Buffer* instead of a
5918         BufferParams& as arg.
5919         (breakParagraphConservative): use ParagraphList::insert.
5920
5921         * buffer.C (insertStringAsLines): un-const it
5922         (insertStringAsLines): adjust
5923
5924         * ParagraphList.C (insert): new function
5925
5926         * CutAndPaste.C (pasteSelection): adjust
5927
5928         * text.C (backspace): adjust
5929
5930         * tabular.C (SetMultiColumn): adjust
5931
5932         * CutAndPaste.C (cutSelection): adjust
5933         (pasteSelection): adjust
5934
5935         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
5936         Buffer const * as arg
5937
5938         * ParagraphList.C (erase): new function
5939         * paragraph_funcs.C (mergeParagraph): use it
5940         (mergeParagraph): make it take a Buffer* instead of a
5941         BufferParams* as arg
5942
5943         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
5944         as arg
5945         (breakParagraphConservative): ditto
5946
5947         * paragraph.h: remove the breakParagraph friend
5948
5949         * paragraph.C (eraseIntern): new function
5950         (setChange): new function
5951
5952         * paragraph_funcs.C (mergeParagraph): make it take a
5953         ParagraphList::iterator instead of a Paragraph *, adjust
5954         accordingly.
5955
5956         * paragraph.h: move an #endif so that the change tracking stuff
5957         also works in the NO_NEXT case.
5958
5959 2003-03-04  Angus Leeming  <leeming@lyx.org>
5960
5961         * commandtags.h:
5962         * LyXAction.C: new LFUN_INSET_MODIFY.
5963
5964         * BufferView_pimpl.C (dispatch): if an inset is found to be open
5965         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
5966
5967 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5968
5969         * several files: ws changes only
5970
5971         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
5972         (TeXEnvironment): ditto
5973         (TeXDeeper): ditto
5974
5975         * buffer.C (makeLaTeXFile): adjust
5976         (latexParagraphs): make it take ParagraphList::iterator as args
5977
5978 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5979
5980         * buffer.C (latexParagraphs): adjust
5981
5982         * paragraph.C (TeXOnePar): move function...
5983         (optArgInset): move function...
5984         (TeXEnvironment): move function...
5985         * paragraph_pimpl.C (TeXDeeper): move function...
5986         * paragraph_funcs.C: ...here
5987
5988         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
5989
5990 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5991
5992         * buffer.C (readInset): remove compability code for old Figure and
5993         InsetInfo insets
5994
5995 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5996
5997         * buffer.C: ws changes
5998         (readInset):
5999
6000         * BufferView_pimpl.C: ditto
6001         * author.C: ditto
6002         * buffer.h: ditto
6003         * bufferlist.h: ditto
6004         * changes.h: ditto
6005         * lyxfunc.C: ditto
6006
6007 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6008
6009         * converter.[Ch]: split into itself +
6010         * graph.[Ch]
6011         * format.[Ch]
6012         * Makefile.am: += graph.[Ch] + format.[Ch]
6013         * MenuBackend.C
6014         * buffer.C
6015         * exporter.C
6016         * importer.C
6017         * lyx_main.C
6018         * lyxfunc.C
6019         * lyxrc.C: added #include "format.h"
6020
6021 2003-02-27  Angus Leeming  <leeming@lyx.org>
6022
6023         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6024           a label.
6025
6026         * factory.C (createInset): add "label" to the factory.
6027
6028         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6029           string and do no more.
6030
6031 2003-02-27  Angus Leeming  <leeming@lyx.org>
6032
6033         * commandtags.h:
6034         * LyXAction.C (init):
6035         * factory.C (createInset):
6036         * BufferView_pimpl.C (dispatch):
6037           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6038
6039         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6040
6041         * lyxfunc.C (dispatch):
6042         * text3.C (dispatch): pass name to params2string.
6043
6044 2003-02-26  Angus Leeming  <leeming@lyx.org>
6045
6046         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6047           blocks together.
6048           Rearrange the ~includes. Strip out the unnecessary ones.
6049
6050         * factory.C (createInset): reformat.
6051           create new insets for the various LFUN_XYZ_APPLY lfuns.
6052
6053 2003-02-26  John Levon  <levon@movementarian.org>
6054
6055         * lyxrow.h:
6056         * lyxrow.C: add isParStart,isParEnd helpers
6057
6058         * paragraph.h: make isInserted/DeletedText take refs
6059
6060         * paragraph_funcs.h:
6061         * paragraph_funcs.C: remove #if 0'd code
6062
6063         * lyxtext.h:
6064         * text3.C:
6065         * text2.C:
6066         * text.C: use lyxrow helpers above.
6067           Move draw and paint routines to RowPainter.
6068           Make several methods use refs not pointers.
6069           Make backgroundColor() const.
6070           Add markChangeInDraw(), isInInset().
6071           Merge changeRegionCase into changeCase.
6072           Make workWidth() shouldn't-happen code into an Assert.
6073
6074         * rowpainter.h:
6075         * rowpainter.C: new class for painting a row.
6076
6077         * vspace.h:
6078         * vspace.C: make inPixels take a ref
6079
6080 2003-02-26  Angus Leeming  <leeming@lyx.org>
6081
6082         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6083         LFUN_REF_APPLY.
6084
6085 2003-02-25  John Levon  <levon@movementarian.org>
6086
6087         * ispell.C: give the forked command a more accurate name
6088
6089 2003-02-22  John Levon  <levon@movementarian.org>
6090
6091         * toc.h:
6092         * toc.C: make TocItem store an id not a Paragraph *
6093           (bug #913)
6094
6095 2003-02-21  Angus Leeming  <leeming@lyx.org>
6096
6097         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6098           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6099           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6100           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6101           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6102           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6103
6104         * BufferView_pimpl.C (dispatch):
6105         * LyXAction.C (init):
6106         * factory.C (createInset):
6107         * lyxfunc.C (getStatus, dispatch):
6108         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6109
6110 2003-02-21  Angus Leeming  <leeming@lyx.org>
6111
6112         * BufferView_pimpl.C (MenuInsertLyXFile):
6113         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6114         * lyxfunc.C (menuNew, open, doImport):
6115           no longer pass a LyXView & to fileDlg.
6116
6117 2003-02-21  Angus Leeming  <leeming@lyx.org>
6118
6119         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6120         * LyXAction.C: change, BIBKEY to BIBITEM.
6121         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6122         Change InsetBibKey to InsetBibitem.
6123         Change BIBKEY_CODE to BIBITEM_CODE.
6124         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6125         * factory.C: replace insetbib.h with insetbibitem.h.
6126         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6127         * paragraph.C: replace insetbib.h with insetbibitem.h.
6128         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6129         Change bibkey() to bibitem().
6130         * text.C: remove insetbib.h.
6131         * text2.C: replace insetbib.h with insetbibitem.h.
6132         change bibkey() to bibitem().
6133         * text3.C: remove insetbib.h.
6134         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6135
6136 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6137
6138         * lyxrc.C (output): enclose user email in quotes (in case there are
6139         several words)
6140
6141 2003-02-18  John Levon  <levon@movementarian.org>
6142
6143         * buffer.h: add std::
6144
6145 2003-02-17  John Levon  <levon@movementarian.org>
6146
6147         * SpellBase.h:
6148         * ispell.h:
6149         * ispell.C:
6150         * pspell.h:
6151         * pspell.C: reworking. Especially in ispell, a large
6152           number of clean ups and bug fixes.
6153
6154         * lyxfunc.C: fix revert to behave sensibly
6155
6156 2003-02-17 André Pönitz <poenitz@gmx.net>
6157
6158         * LyXAction.C:
6159         * commandtags.h: new LFUN_INSERT_BIBKEY
6160
6161         * layout.h:
6162         * lyxlayout.C:
6163         * buffer.C:
6164         * factory.C:
6165         * text.C:
6166         * text2.C:
6167         * text3.C:
6168         * paragraph.[Ch]:
6169         * paragraph_func.C: remove special bibkey handling
6170
6171 2003-02-17  John Levon  <levon@movementarian.org>
6172
6173         * text.C (Delete): fix case where delete at the end of
6174           the very first paragraph would not merge the pars
6175
6176 2003-02-17  John Levon  <levon@movementarian.org>
6177
6178         * lyxrow.C: fix lastPrintablePos()
6179
6180 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6181
6182         * bufferparams.C (writeLaTeX): add a std:here
6183
6184         * buffer.C: and remove a using directive there
6185
6186 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6187
6188         * buffer.C (makeLaTeXFile): move the code that generates the
6189           preamble...
6190
6191         * bufferparams.C (writeLaTeX): ... in this new method
6192
6193         * LaTeXFeatures.C (getEncodingSet): make const
6194           (getLanguages): make const
6195
6196         * MenuBackend.C (binding): returns the binding associated to this
6197           action
6198           (add): sets the status of each item by calling getStatus. Adds
6199           some intelligence.
6200           (read): add support for OptSubMenu
6201           (expand): remove extra separator at the end of expanded menu
6202
6203 2003-02-15  John Levon  <levon@movementarian.org>
6204
6205         * BufferView.C:
6206         * BufferView_pimpl.C:
6207         * bufferlist.h:
6208         * bufferlist.C: remove pointless BufferStorage bloat. Remove
6209           inset code that had no actual effect. Remove unneeded status
6210           code.
6211
6212 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6213
6214         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
6215           in preamble
6216
6217 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
6218
6219         * text.C (drawLengthMarker): also draw an arrow marker for
6220           symbolic lengths (medskip...)
6221
6222 2003-02-14  John Levon  <levon@movementarian.org>
6223
6224         * tabular.h:
6225         * tabular.C: better method names
6226
6227 2003-02-14  John Levon  <levon@movementarian.org>
6228
6229         * BufferView_pimpl.C:
6230         * bufferlist.C:
6231         * buffer.C:
6232         * converter.C:
6233         * lyx_cb.C:
6234         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
6235           it's a more accurate name. Remove some pointless uses.
6236
6237 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6238
6239         * text2.C (LyXText): change order of initilizers to shut off
6240           warnings
6241
6242 2003-02-14  John Levon  <levon@movementarian.org>
6243
6244         * buffer.C: use ParIterator for getParFromID()
6245
6246         * paragraph.h:
6247         * paragraph.C:
6248         * paragraph_pimpl.h:
6249         * paragraph_pimpl.C: remove unused getParFromID()
6250
6251 2003-02-14  John Levon  <levon@movementarian.org>
6252
6253         * buffer.C: remove some very old #if 0'd parse code
6254
6255 2003-02-13  John Levon  <levon@movementarian.org>
6256
6257         * text.h:
6258         * text.C:
6259         * text2.C: move hfillExpansion(), numberOfSeparators(),
6260           rowLast(), rowLastPrintable(), numberofHfills(),
6261           numberOfLabelHfills() ...
6262
6263         * lyxrow.h:
6264         * lyxrow.C: ... to member functions here.
6265
6266         * paragraph.h:
6267         * paragraph.C:
6268         * lyxtext.h:
6269         * text.C: remove LyXText::beginningOfMainBody(), and call
6270           p->beginningOfMainBody() directly. Move the check for
6271           LABEL_MANUAL into the latter.
6272
6273         * text.h:
6274         * text.C:
6275         * text2.C:
6276         * vspace.C:
6277         * BufferView.h:
6278         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
6279
6280         * text.h:
6281         * text.C:
6282         * text2.C:
6283         * text3.C:
6284         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
6285           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
6286
6287 2003-02-13  John Levon  <levon@movementarian.org>
6288
6289         * CutAndPaste.C: remove debug
6290
6291 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6292
6293         * paragraph.C (asString): remove two unused variables
6294
6295         * lyxtextclass.C (readTitleType):
6296           (Read):
6297           (LyXTextClass): handle new members titletype_ and titlename_
6298
6299         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
6300
6301 2003-02-09  John Levon  <levon@movementarian.org>
6302
6303         * buffer.h:
6304         * buffer.C: replace hand-coded list with a map for the dep clean
6305
6306 2003-02-08  John Levon  <levon@movementarian.org>
6307
6308         * LaTeX.C: consolidate code into showRunMessage() helper
6309
6310 2003-02-08  John Levon  <levon@movementarian.org>
6311
6312         * lyxfind.C:
6313         * lyxtext.h:
6314         * text2.C:
6315         * BufferView.C: change setSelectionOverString() to setSelectionRange()
6316           and pass the size in explicitly
6317
6318         * BufferView_pimpl.h:
6319         * BufferView_pimpl.C:
6320         * BufferView.h:
6321         * BufferView.C: add getCurrentChange()
6322
6323         * BufferView_pimpl.h:
6324         * BufferView_pimpl.C: handle change lfuns
6325
6326         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
6327           for changes. Mark pasted paragraphs as new.
6328
6329         * support/lyxtime.h:
6330         * support/lyxtime.C:
6331         * DepTable.C: abstract time_t as lyx::time_type
6332
6333         * LColor.h:
6334         * LColor.C: add colours for new text, deleted text, changebars
6335
6336         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
6337           package use "usenames" option.
6338
6339         * commandtags.h:
6340         * lyxfunc.C:
6341         * LyXAction.C: add change lfuns
6342
6343         * Makefile.am:
6344         * author.h:
6345         * author.C: author handling
6346
6347         * buffer.h:
6348         * buffer.C: add a per-buffer author list, with first entry as
6349           current author. Handle new .lyx tokens for change tracking. Output
6350           author list to .lyx file. Output dvipost stuff to .tex preamble.
6351           Bump lyx format to 222.
6352
6353         * bufferlist.h:
6354         * bufferlist.C: add setCurrentAuthor() to reset current author details
6355           in all buffers.
6356
6357         * bufferparams.h:
6358         * bufferparams.C: add param for tracking
6359
6360         * bufferview_funcs.C: output change info in minibuffer
6361
6362         * Makefile.am:
6363         * changes.h:
6364         * changes.C: add change-tracking structure
6365
6366         * debug.h:
6367         * debug.C: add CHANGES debug flag
6368
6369         * lyxfind.h:
6370         * lyxfind.C: add code for finding the next change piece
6371
6372         * lyxrc.h:
6373         * lyxrc.C: add user_name and user_email
6374
6375         * lyxrow.h:
6376         * lyxrow.C: add a metric for the top of the text line
6377
6378         * lyxtext.h:
6379         * text.C: implement accept/rejectChange()
6380
6381         * lyxtext.h:
6382         * text.C: paint changebars. Paint new/deleted text in the chosen
6383         colours. Strike through deleted text.
6384
6385         * paragraph.h:
6386         * paragraph.C:
6387         * paragraph_pimpl.h:
6388         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
6389           in the current change to the insert functions. Rework erase to
6390           mark text as deleted, adding an eraseIntern() and a range-based
6391           erase(). Implement per-paragraph change lookup and
6392           accept/reject.
6393
6394         * paragraph_funcs.C: Fixup paste for change tracking.
6395
6396         * tabular.C: mark added row/columns as new.
6397
6398         * text.C: fix rowLast() to never return -1. Don't allow
6399           spellchecking of deleted text. Track transpose changes. Don't
6400           allow paragraph break or merge where appropriate.
6401
6402         * text2.C: leave cursor at end of selection after a cut.
6403
6404 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6405
6406         * text.C (getLengthMarkerHeight):
6407         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
6408         visible on screen too.
6409
6410 2003-02-07  John Levon  <levon@movementarian.org>
6411
6412         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
6413
6414 2003-02-05  Angus Leeming  <leeming@lyx.org>
6415
6416         * lyxserver.C (read_ready): revert my patch of 11 September last year
6417         as it sends PC cpu through the roof. Presumably this means that
6418         the lyxserver will no longer run on an Alpha...
6419
6420 2003-01-30  Angus Leeming  <leeming@lyx.org>
6421
6422         * factory.C (createInset): create an InsetCommandParam of type "index"
6423         and use it to 'do the right thing'.
6424
6425         * text2.C (getStringToIndex): ensure that cursor position is always
6426         reset to the reset_cursor position.
6427
6428 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6429
6430         * lyxfunc.C (getStatus): "buffer-export custom" should never be
6431         disabled.
6432
6433 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
6434
6435         * bufferview.C:
6436         * lyxcb.C:
6437         * lyxfunc.C: Output messages with identical spelling, punctuation,
6438         and spaces
6439
6440 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
6441
6442         * MenuBackend.C (expandFormats): List only viewable export formats
6443         in "View" menu
6444
6445         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
6446         message
6447
6448         * lyxfunc.C (getStatus): Make sure that formats other than
6449         "fax" can also be disabled
6450
6451 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6452
6453         * text3.C (dispatch): put the lfuns that insert insets in 3
6454         groups, and call doInsertInset with appropriate arguments.
6455         (doInsertInset): new function, that creates an inset and inserts
6456         it according to some boolean parameters.
6457
6458 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6459
6460         * buffer.C (readFile): remember to pass on 'par' when calling
6461         readFile recursively.
6462
6463 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6464
6465         * MenuBackend.C (expandFormats): add "..." to import formats.
6466
6467 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6468
6469         * paragraph.C (asString): Remove XForms RTL hacks.
6470
6471 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
6472         * buffer.C: fix typo
6473
6474 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6475
6476         * Makefile.am (LIBS): delete var
6477         (lyx_LDADD): add @LIBS@ here instead.
6478
6479 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
6480
6481         * Clarify the meaning of "wheel mouse jump"
6482
6483 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6484
6485         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
6486         tabular in a float
6487
6488 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6489
6490         * importer.C (Loaders): do not preallocate 3 elements in the
6491         vector, since one ends up with 6 elements otherwise
6492
6493 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6494
6495         * DepTable.C (write): write the file name as last element of the
6496         .dep file (because it may contain spaces)
6497         (read): read info in the right order
6498
6499 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6500
6501         * paragraph_pimpl.C (simpleTeXBlanks):
6502         (simpleTeXSpecialChars):
6503         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
6504
6505         * tabular.C (latex): add some missing case statements. Reindent.
6506
6507         * MenuBackend.C (expandToc): remove unused variable.
6508
6509 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
6510
6511         * LColor.C:
6512         * LaTeX.C:
6513         * LyXAction.C:
6514         * MenuBackend.C:
6515         * buffer.C:
6516         * exporter.C:
6517         * lyxfunc.C:
6518         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
6519         and the like.
6520
6521 2003-01-05  John Levon  <levon@movementarian.org>
6522
6523         * BufferView.h:
6524         * BufferView.C: add getEncoding()
6525
6526         * kbsequence.h:
6527         * kbsequence.C: do not store last keypress
6528
6529         * lyxfunc.h:
6530         * lyxfunc.C: store last keypress here instead. Pass encoding
6531           to getISOEncoded()
6532
6533 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6534
6535         * lyx_main.C (init): remove annoying error message when following
6536         symbolic links (bug #780)
6537
6538 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6539
6540         * text.C (insertChar):
6541         * lyxrc.C (getDescription): remove extra spaces
6542
6543 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6544
6545         * lyxrc.C (getDescription): remove extra spaces
6546
6547 2002-12-20  John Levon  <levon@movementarian.org>
6548
6549         * text3.C: hack fix for page up/down across tall rows
6550
6551 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6552
6553         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
6554         not been invoked
6555
6556 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6557
6558         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
6559         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
6560         thesaurus is not compiled in
6561
6562 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
6563
6564         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
6565
6566 2002-12-16  Angus Leeming  <leeming@lyx.org>
6567
6568         * lyxrc.[Ch]:
6569         * lyx_main.C (init): remove override_x_deadkeys stuff.
6570
6571 2002-12-12  John Levon  <levon@movementarian.org>
6572
6573         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
6574           insert. Only remove shift modifier under strict
6575           circumstances.
6576
6577 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6578
6579         * MenuBackend.C (expandToc): fix crash.
6580
6581 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6582
6583         * MenuBackend.C (expandToc): gettext on float names.
6584
6585 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6586
6587         * lyxlength.[Ch]: set default unit to UNIT_NONE,
6588         implement bool empty() [bug 490]
6589
6590 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6591
6592         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
6593
6594 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6595
6596         * several files: ws changes
6597
6598 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6599
6600         * text2.C (setCounter): clean up a bit, use boost.format.
6601         (updateCounters): initialize par upon declaration.
6602
6603         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
6604         if the layout exists. We do not just store the layout any more.
6605         (SwitchLayoutsBetweenClasses): use boost.format
6606
6607 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6608
6609         * converter.C (convert): if from and to files are the same, use a
6610         temporary files as intermediary
6611
6612 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6613
6614         * commandtags.h:
6615         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
6616
6617 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
6618
6619         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
6620
6621 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6622
6623         * tabular.C (asciiPrintCell): use string(size, char) instead of
6624         explicit loop.
6625
6626         * sgml.C (openTag): fix order of arguments to string constructor
6627         (closeTag): ditto
6628
6629         * lyxfunc.C (dispatch): use boost.format
6630
6631         * lots of files: change "c" -> 'c'
6632
6633 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
6634
6635         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
6636
6637 2002-11-25  Angus Leeming  <leeming@lyx.org>
6638
6639         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
6640
6641         * lyx_main.C (init): compile fix.
6642
6643 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6644
6645         * lyx_cb.C (start): boost.formatify
6646         do not include <iostream>
6647
6648         * lengthcommon.C: ws only
6649
6650         * boost-inst.C,BoostFormat.h: add more explict instantations
6651
6652 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6653
6654         * lots of files: handle USE_BOOST_FORMAT
6655
6656 2002-11-21  John Levon  <levon@movementarian.org>
6657
6658         * pspell.C: fix compile
6659
6660 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6661
6662         * lyxfunc.C (dispatch): use boost::format
6663         (open): ditto
6664         (doImport): ditto
6665
6666         * lyxfont.C (stateText): use boost::format
6667
6668         * lyx_main.C (LyX): use boost::format
6669         (init): ditto
6670         (queryUserLyXDir): ditto
6671         (readRcFile): ditto
6672         (parse_dbg): ditto
6673         (typedef boost::function): use the recommened syntax.
6674
6675         * importer.C (Import): use boost::format
6676
6677         * debug.C (showLevel): use boost::format
6678
6679         * converter.C (view): use boost::format
6680         (convert): ditto
6681         (move): ditto
6682         (scanLog): ditto
6683
6684         * bufferview_funcs.C (currentState): use boost::format
6685
6686         * bufferlist.C (emergencyWrite): use boost::format
6687
6688         * buffer.C (readLyXformat2): use boost::format
6689         (parseSingleLyXformat2Token): ditto
6690
6691         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
6692
6693         * LaTeX.C (run): use boost::format
6694
6695         * Chktex.C (scanLogFile): use boost::format
6696
6697         * BufferView_pimpl.C (savePosition): use boost::format
6698         (restorePosition): ditto
6699         (MenuInsertLyXFile): ditto
6700
6701         * BoostFormat.h: help file for explicit instation.
6702
6703 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
6704
6705         * tabular.C (latex): Support for block alignment in fixed width
6706         columns.
6707
6708 2002-11-17  John Levon  <levon@movementarian.org>
6709
6710         * BufferView_pimpl.C:
6711         * lyx_cb.C:
6712         * lyxfunc.C: split filedialog into open/save
6713
6714 2002-11-08  Juergen Vigna  <jug@sad.it>
6715
6716         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
6717         by my last patch (hopefully).
6718
6719 2002-11-08  John Levon  <levon@movementarian.org>
6720
6721         * iterators.h:
6722         * iterators.C:
6723         * buffer.h:
6724         * buffer.C:
6725         * paragraph.h:
6726         * paragraph.C:
6727         * toc.h:
6728         * toc.C: ParConstIterator, and use it (from Lars)
6729
6730 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
6731
6732         * lyxtextclass.[Ch]: revise and add doxygen comments
6733
6734 2002-11-07  John Levon  <levon@movementarian.org>
6735
6736         * text.C: fix progress value for spellchecker
6737
6738         * toc.C: fix navigate menu for insetwrap inside minipage
6739
6740         * paragraph_funcs.C: added FIXME for suspect code
6741
6742 2002-11-07  John Levon  <levon@movementarian.org>
6743
6744         * BufferView_pimpl.C: fix redrawing of insets
6745           on buffer switch
6746
6747 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6748
6749         * text2.C (updateCounters): fix bug 668
6750
6751 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
6752
6753         * text3.C (dispatch): Do not make the buffer dirty when moving the
6754         cursor.
6755
6756 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6757
6758         * vc-backend.C: STRCONV
6759         (scanMaster): ditto
6760
6761         * text2.C (setCounter): STRCONV
6762
6763         * paragraph.C (asString): STRCONV
6764
6765         * lyxlength.C (asString): STRCONV
6766         (asLatexString): ditto
6767
6768         * lyxgluelength.C (asString): STRCONV
6769         (asLatexString): ditto
6770
6771         * lyxfunc.C (dispatch): STRCONV
6772         (open): ditto
6773
6774         * lyxfont.C (stateText): STRCONV
6775
6776         * importer.C (Import): STRCONV
6777
6778         * counters.C (labelItem): STRCONV
6779         (numberLabel): ditto
6780         (numberLabel): remove unused ostringstream o
6781
6782         * chset.C: STRCONV
6783         (loadFile): ditto
6784
6785         * bufferview_funcs.C (currentState): STRCONV
6786
6787         * buffer.C (readFile): STRCONV
6788         (asciiParagraph): ditto
6789         (makeLaTeXFile): ditto
6790
6791         * Spacing.C (writeEnvirBegin): STRCONV
6792
6793         * LaTeXFeatures.C (getLanguages): STRCONV
6794         (getPackages): ditto
6795         (getMacros): ditto
6796         (getBabelOptions): ditto
6797         (getTClassPreamble): ditto
6798         (getLyXSGMLEntities): ditto
6799         (getIncludedFiles): ditto
6800
6801         * LaTeX.C: STRCONV
6802         (run): ditto
6803         (scanAuxFile): ditto
6804         (deplog): ditto
6805
6806         * LString.h: add the STRCONV macros
6807
6808         * BufferView_pimpl.C (savePosition): STRCONV
6809         (restorePosition): ditto
6810         (MenuInsertLyXFile): ditto
6811
6812         * vc-backend.C (scanMaster): change from submatch[...] to
6813         submatch.str(...)
6814
6815         * funcrequest.C: include config.h
6816
6817         * factory.C: include config.h
6818
6819         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
6820
6821         * box.C: include config.h
6822
6823         * LaTeX.C (scanAuxFile): change from submatch[...] to
6824         submatch.str(...)
6825         (deplog): ditto
6826
6827 2002-10-25  Angus Leeming  <leeming@lyx.org>
6828
6829         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
6830
6831         * ispell.[Ch] (setError): new method.
6832         * ispell.C (c-tor): move out child process into new class LaunchIspell.
6833         Use setError() insetead of goto END.
6834
6835         * lyx_cb.C (AutoSave): move out child process into new class
6836         AutoSaveBuffer.
6837
6838 2002-10-30  John Levon  <levon@movementarian.org>
6839
6840         * text3.C: make start appendix undoable
6841
6842 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
6843
6844         * lyxlength.C (inPixels): Fix returned value.
6845
6846         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
6847         environment.
6848
6849 2002-10-24  Angus Leeming  <leeming@lyx.org>
6850
6851         * lyxgluelength.h: no need to forward declare BufferParams
6852         or BufferView, so don't.
6853
6854 2002-10-21  John Levon  <levon@movementarian.org>
6855
6856         * BufferView.C: menuUndo ->undo, redo
6857
6858         * BufferView.h: document, remove dead, make some methods private
6859
6860         * paragraph_funcs.h:
6861         * paragraph_funcs.C:
6862         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
6863
6864         * buffer.h:
6865         * buffer.C:
6866         * sgml.h:
6867         * sgml.C: move sgml open/close tag into sgml.C
6868
6869         * bufferview_funcs.h: unused prototype
6870
6871         * lyxfunc.h:
6872         * lyxfunc.C: remove unused
6873
6874         * lyxtext.h:
6875         * text.C: remove unused
6876
6877 2002-10-21  John Levon  <levon@movementarian.org>
6878
6879         * BufferView.h:
6880         * BufferView.C:
6881         * BufferView_pimpl.h:
6882         * BufferView_pimpl.C: fix mouse wheel handling based on
6883           patch from Darren Freeman
6884
6885 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
6886
6887         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
6888
6889 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
6890
6891         * lyxlength.C (inPixels): Fix hanfling of negative length.
6892         Fix LyXLength::MU case.
6893
6894 2002-10-16  John Levon  <levon@movementarian.org>
6895
6896         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
6897
6898 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6899
6900         * converter.C (view): add support for $$i (file name) and $$p
6901         (file path) for the viewer command. If $$i is not specified, then
6902         it is appended to the command (for compatibility with old syntax)
6903
6904 2002-10-14  Juergen Vigna  <jug@sad.it>
6905
6906         * undo_funcs.C (textHandleUndo): alter the order in which the
6907         new undopar is added to the LyXText, as we have to set first
6908         the right prev/next and then add it as otherwise the rebuild of
6909         LyXText is not correct. Also reset the cursor to the right paragraph,
6910         with this IMO we could remove the hack in "redoParagraphs()".
6911
6912 2002-10-09  Angus Leeming  <leeming@lyx.org>
6913
6914         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
6915         to turn off an optimisation if a new inset is to be inserted.
6916
6917 2002-10-11 André Pönitz <poenitz@gmx.net>
6918
6919         * lyxtext.h: make some functions public to allow access
6920         from inset/lyxtext for handling LFUN_PRIOR/NEXT
6921
6922 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6923
6924         * text3.C (dispatch): when changing layout, avoid an infinite loop
6925         [bug #652]
6926
6927 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6928
6929         * lyxrc.C (read): treat a viewer or converter command of "none" as
6930         if it were empty.
6931
6932         * MenuBackend.C (expandFormats): for an update, also allow the
6933         formats that are not viewable
6934
6935         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
6936         script if it is newer than the lyxrc.defaults in user directory
6937
6938 2002-10-07 André Pönitz <poenitz@gmx.net>
6939
6940         * text.C: Vitaly Lipatov's small i18n fix
6941
6942 2002-09-25  Angus Leeming  <leeming@lyx.org>
6943
6944         * ispell.h: doxygen fix.
6945
6946 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
6947
6948         * buffer.h (readFile): Add a new argument to the method, to allow
6949         reading of old-format templates.
6950
6951 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
6952
6953         * toc.C (getTocList): Get TOC from InsetWrap.
6954
6955 2002-09-16  John Levon  <levon@movementarian.org>
6956
6957         * lyxfunc.C: check tabular for cut/copy too
6958
6959 2002-09-12  John Levon  <levon@movementarian.org>
6960
6961         * LyXAction.C: tidy
6962
6963         * factory.h:
6964         * factory.C: add header
6965
6966         * paragraph_funcs.h:
6967         * paragraph_funcs.C: cleanup
6968
6969 2002-09-11  John Levon  <levon@movementarian.org>
6970
6971         * PrinterParams.h: odd/even default to true
6972
6973 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
6974
6975         * PrinterParams.h: update printer parameters for new xforms dialog
6976
6977 2002-09-11  Angus Leeming  <leeming@lyx.org>
6978
6979         * lyxserver.C (read_ready): re-write to make it more transparent
6980         and to make it work in coherent fashion under Tru64 Unix.
6981
6982 2002-09-11  André Pönitz <poenitz@gmx.net>
6983
6984         * commandtags.h:
6985         * LyXAction.C:
6986         * text3.C: implement LFUN_WORDSEL
6987
6988 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6989
6990         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
6991         make floatlist_ a boost::shared_ptr<FloatList>
6992
6993         * lyxtextclass.C: include FloatList.h
6994         (LyXTextClass): initialize floatlist_
6995         (TextClassTags): add TC_NOFLOAT
6996         (Read): match "nofloat" to TC_NOFLOAT and use it.
6997         (readFloat): modify call to floatlist_
6998         (floats): ditto
6999         (floats): ditto
7000
7001         * FloatList.[Ch] (FloatList): remove commented out float
7002         initialization.
7003         (erase): new function
7004
7005 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7006
7007         * MenuBackend.C (expandToc): fix crash when there is no document
7008         open
7009
7010 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7011
7012         * many files: Add insetwrap.
7013
7014 2002-09-09  John Levon  <levon@movementarian.org>
7015
7016         * text2.C: remove confusing and awkward depth wraparound
7017
7018 2002-09-09  John Levon  <levon@movementarian.org>
7019
7020         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7021
7022         * buffer.h:
7023         * buffer.C: remove getIncludeonlyList()
7024
7025         * paragraph.C:
7026         * lyxfunc.C: remove headers
7027
7028 2002-09-09  Juergen Vigna  <jug@sad.it>
7029
7030         * text.C (getColumnNearX): fix form Michael this is most
7031         probably a cut&paste bug.
7032
7033 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7034
7035         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7036
7037         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7038         references, ws changes.
7039
7040         * text2.C (init): update counters after init
7041         (insertParagraph): no need to set counter on idividual paragraphs.
7042         (setCounter): access the counters object in the textclass object
7043         on in the buffer object.
7044         (updateCounters): ditto
7045
7046         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7047         shared_ptr<Counters> to avoid loading counters.h in all
7048         compilation units.
7049         (LyXTextClass): initialize ctrs_
7050         (TextClassTags): add TC_COUNTER, and ...
7051         (Read): use it here.
7052         (CounterTags): new tags
7053         (readCounter): new function
7054         (counters): new funtion
7055         (defaultLayoutName): return a const reference
7056
7057         * counters.C (Counters): remove contructor
7058         (newCounter): remove a couple of unneeded statements.
7059         (newCounter): simplify a bit.
7060         (numberLabel): some small formatting changes.
7061
7062         * buffer.[Ch]: remove all traces of counters, move the Counters
7063         object to the LyXTextClass.
7064
7065 2002-09-06  Alain Castera  <castera@in2p3.fr>
7066
7067         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7068         package to set the horizontal alignment on fixed width columns.
7069
7070         * lyx_sty.C:
7071         * lyx_sty.h: added tabularnewline macro def.
7072
7073         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7074
7075 2002-09-06  John Levon  <levon@movementarian.org>
7076
7077         * LyXAction.C: tooltips for sub/superscript
7078
7079         * MenuBackend.C: a bit more verbose
7080
7081         * lyxfunc.C: tiny clean
7082
7083         * undo_funcs.C: document undo_frozen
7084
7085 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7086
7087         * counters.C (Counters): add missing algorithm counter.
7088
7089         * text2.C (setCounter): lookup the counter with layouts latexname
7090         instead of by section number.
7091         (setCounter): use a hackish way to lookup the correct enum
7092         counter.
7093         a float name->type change
7094         reset enum couners with counter name directly instead of depth value.
7095
7096         * counters.C (Counters): remove the push_backs, change to use the
7097         float type not the float name.
7098         (labelItem): remove unused string, float name->type change
7099
7100         * counters.h: don't include vector, loose the enums and sects vectors
7101
7102 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7103
7104         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7105         (Read): add float->TC_FLOAT to textclassTags
7106         (Read): and handle it in the switch
7107         (readFloat): new function
7108
7109         * FloatList.C (FloatList): comment out the hardcoded float
7110         definitions.
7111
7112         * lyxlayout.h: ws change.
7113
7114 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7115
7116         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7117
7118 2002-09-03  Angus Leeming  <leeming@lyx.org>
7119
7120         * BufferView_pimpl.h: qualified name is not allowed in member
7121         declaration: WorkArea & Pimpl::workarea() const;
7122
7123         * factory.C: added using std::endl directive.
7124
7125         * text3.C: added using std::find and std::vector directives.
7126
7127 2002-08-29  André Pönitz <poenitz@gmx.net>
7128
7129         * lyxtext.h:
7130         * text2.C: remove unused member number_of_rows
7131
7132         * Makefile.am:
7133         * BufferView2.C: remove file, move contents to...
7134         * BufferView.C: ... here
7135
7136         * BufferView_pimpl.C:
7137         * factory.C: move more inset creation to factory
7138
7139         * vspace.C: avoid direct usage of LyXText, ws changes
7140
7141         * BufferView.[Ch]:
7142                 don't provide direct access to WorkArea, use two simple
7143                 acessors haveSelction() and workHeight() instead
7144
7145
7146 2002-08-29  John Levon  <levon@movementarian.org>
7147
7148         * BufferView_pimpl.C (dispatch): do not continue when
7149           no buffer
7150
7151 2002-08-28  André Pönitz <poenitz@gmx.net>
7152
7153         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7154
7155         * BufferView.h:
7156         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7157
7158 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7159
7160         * buffer.C: increment LYX_FORMAT to 221
7161
7162         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7163         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7164
7165         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7166
7167         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7168
7169 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7170
7171         * factory.C (createInset): use LyXTextClass::floats
7172
7173         * MenuBackend.C (expandFloatListInsert):
7174         (expandFloatInsert):
7175         (expandToc):
7176
7177         * text2.C (setCounter):
7178
7179         * LaTeXFeatures.C (useFloat):
7180         (getFloatDefinitions):
7181
7182         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7183
7184         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7185         floatlist_, with accessor floats().
7186
7187         * FloatList.h: remove global FloatList
7188
7189 2002-08-26  André Pönitz <poenitz@gmx.net>
7190
7191         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7192
7193         * BufferView.h:
7194         * BufferView2.C:
7195         * BufferView_pimpl.C:
7196         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7197
7198 2002-08-25  John Levon  <levon@movementarian.org>
7199
7200         * LyXAction.C: fix margin note description
7201
7202 2002-08-24  John Levon  <levon@movementarian.org>
7203
7204         * buffer.C:
7205         * bufferlist.C:
7206         * bufferview_funcs.C:
7207         * lyxfont.C:
7208         * undo_funcs.C: cleanups
7209
7210         * lyxfunc.C: disable CUT/COPY when no selection
7211
7212 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
7213
7214         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
7215         in "enum UNIT"; e.g. PTW for Percent of TextWidth
7216
7217         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
7218         Add backward compatibility to "mono", "gray" and "no".
7219
7220 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
7221
7222         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
7223         (and file_format >= 200).
7224
7225 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7226
7227         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
7228
7229 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7230
7231         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
7232
7233 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
7234
7235         * BufferView_pimpl.C:
7236         * LyXAction.C:
7237         * buffer.C:
7238         * commandtags.h:
7239         * lyxfunc.C:
7240         * paragraph.[Ch]:
7241         * text2.C:
7242         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
7243         inset and code to make it  work with the paragraph code. The inset
7244         can be anywhere in the paragraph, but will only do the expected
7245         thing in LaTeX if the layout file contains the parameter line
7246                         OptionalArgs    1
7247         (or more generally, a nonzero value) for that layout.
7248
7249 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7250
7251         * paragraph.h: remove the declaration of undefined counters class
7252         function.
7253
7254 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
7255
7256         * text2.C (setCounter):  fixed enumeration mis-count as reported by
7257         Dr. Richard Hawkins.
7258
7259 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7260
7261         * paragraph_funcs.h: remove some unneeded includes
7262
7263         * text.C (backspace): pasteParagraph now in global scipe
7264
7265         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
7266         (pasteSelection): ditto
7267
7268         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
7269         * paragraph_funcs.C (pasteParagraph): ... here
7270
7271 2002-08-20  André Pönitz <poenitz@gmx.net>
7272
7273         * commandtags.h: new LFUNs for swapping/copying table row/colums
7274
7275         * LyXAction.C:
7276         * lyxfunc.C: support for new lfuns
7277
7278 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7279
7280         * tabular.C:
7281         * buffer.[Ch]: remove NO_COMPABILITY stuff
7282
7283 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
7284
7285         * boost.C (throw_exception): new file, with helper function for
7286         boost compiled without exceptions.
7287
7288         * paragraph.h:
7289         * lyxlength.C:
7290         * buffer.C:
7291         * ParameterStruct.h:
7292         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
7293
7294         * bufferlist.C (emergencyWriteAll): use boost bind
7295
7296         * BufferView_pimpl.C (moveCursorUpdate): remove inline
7297
7298         * text.C: include paragraph_funcs.h
7299         (breakParagraph): breakParagraph is now in global scope
7300
7301         * paragraph_funcs.[Ch]: new files
7302
7303         * paragraph.C (breakParagraph,breakParagraphConservative): move to
7304         global scope
7305
7306         * buffer.C: include paragraph_funcs.h
7307         (insertStringAsLines): breakParagraph is now in global scope
7308
7309         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
7310         paragraph_funcs.C
7311
7312         * CutAndPaste.C: include paragraph_funcs.h
7313         (cutSelection): breakParagraphConservative is now in global scope
7314         (pasteSelection): ditto
7315
7316         * buffer.h: declare oprator== and operator!= for
7317         Buffer::inset_iterator
7318
7319         * bufferlist.C (emergencyWrite): don't use fmt(...)
7320
7321         * text3.C: add using std::endl
7322
7323         * BufferView.C (moveCursorUpdate): remove default arg
7324
7325 2002-08-20  André Pönitz <poenitz@gmx.net>
7326
7327         * buffer.[Ch]: move inline functions to .C
7328
7329         * BufferView2.C:
7330         * BufferView_pimpl.C:
7331         * text.C:
7332         * buffer.[Ch]: use improved inset_iterator
7333
7334         * buffer.C:
7335         * paragraph.[Ch]: write one paragraph at a time
7336
7337 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
7338
7339         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
7340         style if style is not specified.
7341
7342 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7343
7344         * text2.C (setCounter): when searching for right label for a
7345         caption, make sure to recurse to parent insets (so that a caption
7346         in a minipage in a figure float works) (bug #568)
7347
7348 2002-08-20  André Pönitz <poenitz@gmx.net>
7349
7350         * text3.C: new file for LyXText::dispatch() and helpers
7351
7352         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
7353
7354         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
7355
7356 2002-08-19  André Pönitz <poenitz@gmx.net>
7357
7358         * lyxtext.h:
7359         * text.C: new LyXText::dispatch()
7360
7361         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
7362
7363 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
7364
7365         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
7366
7367         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
7368         Hebrew text.
7369
7370 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7371
7372         * Makefile.am: use $(variables) instead of @substitutions@
7373
7374 2002-08-15  André Pönitz <poenitz@gmx.net>
7375
7376         * lyxfunc.C:
7377         * BufferView_pimpl.C: streamlining mathed <-> outer world
7378         interaction
7379
7380         * commandtags.h:
7381         * LyXAction.C: remove unused LFUN_MATH
7382
7383 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7384
7385         * paragraph.[Ch]: add some NO_NEXT ifdefs.
7386
7387 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7388
7389         * paragraph.C (Paragraph): reformat a bit
7390         (cutIntoMinibuffer): use builtin InsetList function instad of
7391         doing it manually.
7392         (getInset): ditto
7393
7394         * buffer.C: include boost/bind.hpp, add using std::for_each
7395         (writeFileAscii): use ParagraphList iterators
7396         (validate): use for_each for validate traversal of paragraphs
7397         (getBibkeyList): use ParagraphList iterators
7398         (resizeInsets): use for_each to resizeInsetsLyXText for all
7399         paragraphs.
7400         (getParFromID): use ParagraphList iterators
7401
7402         * BufferView2.C (lockInset): use paragraph list and iterators
7403
7404 2002-08-14  John Levon  <levon@movementarian.org>
7405
7406         * lyxserver.C: remove spurious xforms include
7407
7408 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7409
7410         * lyxfunc.C (getStatus): disable math-extern outside of math mode
7411
7412 2002-08-13  André Pönitz <poenitz@gmx.net>
7413
7414         * LyXAction.[Ch]:
7415         * lyxfunc.C: further cleaning
7416
7417 2002-08-13  André Pönitz <poenitz@gmx.net>
7418
7419         * funcrequest.h: new constructor
7420
7421         * funcrequest.C: move stuff here from .h
7422
7423         * Makefile.am:
7424         * BufferView_pimpl.C:
7425         * LyXAction.C:
7426         * toc.C:
7427         * lyxfunc.C: subsequent changes
7428
7429         * lyxfunc.h: new view() member function
7430
7431         * lyxfunc.C: subsequent changes
7432
7433 2002-08-13  Angus Leeming  <leeming@lyx.org>
7434
7435         * BufferView2.C:
7436         * BufferView_pimpl.C:
7437         * buffer.C:
7438         * converter.C:
7439         * importer.C:
7440         * lyxfunc.C:
7441         * lyxvc.C:
7442         * toc.C:
7443         * vc-backend.C:
7444         changes due to the changed LyXView interface that now returns references
7445         to member variables not pointers.
7446
7447 2002-08-13  Angus Leeming  <leeming@lyx.org>
7448
7449         * WordLangTuple (word, lang_code): return references to strings,
7450         not strings.
7451
7452         * BufferView.h:
7453         * SpellBase.h:
7454         * lyxtext.h: forward-declare WordLangTuple.
7455
7456         * BufferView2.C:
7457         * ispell.C:
7458         * pspell.C:
7459         * text.C: #include "WordLangTuple.h".
7460
7461         * lyxtext.h:
7462         * text.C: (selectNextWordToSpellcheck): constify return type.
7463
7464 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
7465
7466         * buffer.C:
7467         * buffer.h:
7468         * lyxtext.h:
7469         * paragraph.C:
7470         * paragraph_pimpl.h:
7471         * text.C:
7472         * text2.C:
7473         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
7474         suggested by Angus.
7475         Made updateCounter always count from start of buffer, and removed
7476         second argument (par).
7477         Reverted floats number display to '#'. Perhaps I'll try again when the
7478         code base is sanitized a bit.
7479
7480 2002-08-12  Angus Leeming  <leeming@lyx.org>
7481
7482         * buffer.[Ch] (getLabelList): constify.
7483
7484 2002-08-07  André Pönitz <poenitz@gmx.net>
7485
7486         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
7487
7488         * funcrequest.h: extension to keep mouse (x,y) position
7489
7490 2002-08-12  Juergen Vigna  <jug@sad.it>
7491
7492         * BufferView2.C (insertErrors): forbid undo when inserting error
7493         insets.
7494
7495         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
7496
7497 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7498
7499         * ParagraphList.[Ch]: new files
7500
7501         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
7502
7503         * BufferView2.C (lockInset): ParagraphList changes
7504         * toc.C: ditto
7505         * text2.C: ditto
7506         * bufferlist.C: ditto
7507         * buffer.h: ditto
7508         * buffer.C: ditto
7509
7510 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7511
7512         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
7513         unused class variable counter_,
7514
7515         * paragraph.[Ch] (getFirstCounter): delete unused function
7516
7517         * counters.C: include LAssert.h
7518         (reset): add a new function with no arg, change other version to
7519         not have def. arg and to not allow empty arg.
7520
7521         * text2.C (setCounter): remove empty arg from call to Counters::reset
7522
7523 2002-08-11  John Levon  <levon@movementarian.org>
7524
7525         * Makefile.am: add WordLangTuple.h
7526
7527 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7528
7529         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
7530         lyxfunc.C lyxlex_pimpl.C: ws changes only.
7531
7532         * insets/insettext.C: InsetList changes
7533
7534         * graphics/GraphicsSupport.C (operator()): InsetList changes
7535
7536         * toc.C (getTocList): InsetList changes
7537
7538         * paragraph_pimpl.[Ch]: InsetList changes
7539
7540         * paragraph.[Ch]: InsetList changes
7541
7542         * buffer.C (inset_iterator): InsetList changes
7543         (setParagraph): ditto
7544         * buffer.h (inset_iterator): ditto
7545         * iterators.C (operator++): ditto
7546         * iterators.h: ditto
7547
7548         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
7549
7550         * InsetList.[Ch]: new files, most InsetList handling moved out of
7551         paragraph.C.
7552
7553         * BufferView2.C (removeAutoInsets): InsetList changes
7554         (lockInset): ditto
7555         (ChangeInsets): ditto
7556
7557 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7558
7559         * paragraph_pimpl.h (empty): new function
7560
7561         * paragraph.[Ch] (empty): new function
7562
7563         * other files: use the new Paragraph::empty function
7564
7565 2002-08-09  John Levon  <levon@movementarian.org>
7566
7567         * lyxtext.h: remove unused refresh_height
7568
7569 2002-08-09  John Levon  <levon@movementarian.org>
7570
7571         * Makefile.am:
7572         * sgml.h:
7573         * sgml.C:
7574         * buffer.C:
7575         * paragraph.h:
7576         * paragraph.C: move sgml char escaping out of paragraph
7577
7578         * paragraph.h:
7579         * paragraph.C: remove id setter
7580
7581         * buffer.C:
7582         * paragraph.C:
7583         * paragraph_pimpl.C: remove dead tex_code_break_column
7584
7585         * bufferview_funcs.C: small cleanup
7586
7587         * lyxfunc.C: remove dead proto
7588
7589         * lyxtext.h: make some stuff private. Remove some dead stuff.
7590
7591         * lyxgluelength.C: make as[LyX]String() readable
7592
7593 2002-08-08  John Levon  <levon@movementarian.org>
7594
7595         * LyXAction.h:
7596         * LyXAction.C:
7597         * MenuBackend.C:
7598         * ToolbarDefaults.C:
7599         * lyxfunc.C:
7600         * lyxrc.C:
7601         * toc.C: lyxaction cleanup
7602
7603 2002-08-08  John Levon  <levon@movementarian.org>
7604
7605         * BufferView2.C: small cleanup
7606
7607         * lyxfind.h:
7608         * lyxfind.C: move unnecessary header into the .C
7609
7610 2002-08-08  John Levon  <levon@movementarian.org>
7611
7612         * funcrequest.h: just tedious nonsense
7613
7614         * lyx_main.h:
7615         * lyx_main.C: cleanups
7616
7617         * buffer.C:
7618         * vspace.C: remove dead header lyx_main.h
7619
7620 2002-08-07  Angus Leeming  <leeming@lyx.org>
7621
7622         * Paragraph.[Ch]:
7623         * paragraph_pimpl.h:
7624         Forward declare class Counters in paragraph.h by moving the ctrs member
7625         variable into Paragraph::Pimpl.
7626         (counters): new method, returning a reference to pimpl_->ctrs.
7627
7628         * text2.C: ensuing changes.
7629
7630 2002-08-07  John Levon  <levon@movementarian.org>
7631
7632         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
7633
7634         * BufferView_pimpl.C: announce X selection on double/triple
7635           click
7636
7637         * lyx_main.C: use correct bool in batch dispatch
7638
7639         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
7640
7641 2002-08-07  André Pönitz <poenitz@gmx.net>
7642
7643         * funcrequest.h: new class to wrap a kb_action and its argument
7644
7645         * BufferView.[Ch]:
7646         * BufferView_pimpl[Ch]:
7647         * LaTeX.C:
7648         * LyXAction.[Ch]:
7649         * lyxfunc.[Ch]:
7650         * lyxrc.C: subsequent changes
7651
7652
7653 2002-08-07  John Levon  <levon@movementarian.org>
7654
7655         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
7656           document options change.
7657
7658 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
7659
7660         * counters.[Ch]
7661         * text2.C
7662         * paragraph.[Ch]
7663         * makefile.am: move counters functionality over from
7664         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
7665
7666 2002-08-06  John Levon  <levon@movementarian.org>
7667
7668         * WordLangTuple.h: new file for word + language code tuple
7669
7670         * SpellBase.h:
7671         * pspell.h:
7672         * pspell.C:
7673         * ispell.h:
7674         * ispell.C:
7675         * lyxtext.h:
7676         * text.C:
7677         * text2.C:
7678         * BufferView.h:
7679         * BufferView2.C: use WordLangTuple
7680
7681         * layout.h:
7682         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
7683
7684 2002-08-06  John Levon  <levon@movementarian.org>
7685
7686         * lyx_main.C: fix cmdline batch handling
7687
7688 2002-08-06  André Pönitz <poenitz@gmx.net>
7689
7690         * lyxrc.C: set default for show_banner to true
7691
7692 2002-08-06  John Levon  <levon@movementarian.org>
7693
7694         * pspell.C: fix a crash, and allow new aspell to work
7695
7696 2002-08-06  John Levon  <levon@movementarian.org>
7697
7698         * lyxfunc.C:
7699         * kbmap.C: small cleanup
7700
7701         * vspace.h:
7702         * vspace.C: add const
7703
7704 2002-08-05  John Levon  <levon@movementarian.org>
7705
7706         * LyXAction.C: back to tabular-insert
7707
7708 2002-08-04  John Levon  <levon@movementarian.org>
7709
7710         * BufferView.h:
7711         * BufferView.C: cosmetic change
7712
7713         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
7714
7715         * bufferlist.C:
7716         * buffer.h:
7717         * buffer.C:
7718         * lyxcb.h:
7719         * lyxcb.C:
7720         * lyxserver.C:
7721         * lyxvc.C:
7722         * vc-backend.C:
7723         * BufferView2.C: purge all "Lyx" not "LyX" strings
7724
7725         * lyxcursor.h:
7726         * lyxcursor.C: attempt to add some documentation
7727
7728         * lyxfunc.C:
7729         * commandtags.h:
7730         * LyXAction.C:
7731         * ToolbarDefaults.C:
7732         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
7733           merge with LFUN_TABULAR_INSERT
7734
7735         * Makefile.am:
7736         * SpellBase.h:
7737         * ispell.h:
7738         * ispell.C:
7739         * pspell.h:
7740         * pspell.C: split up i/pspell implementations into separate
7741           files, many cleanups
7742
7743         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
7744
7745         * text2.C: some cleanup
7746
7747         * lyxfunc.C: don't check for isp_command == "none" any more, it
7748           didn't make any sense
7749
7750 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
7751
7752         * counters.[Ch]
7753         * text2.C
7754         * paragraph.[Ch]
7755         * makefile.am: move counters functionality over
7756         from text2.C/paragraph.[Ch] to counters.[Ch], and
7757         make proper C++.
7758 2002-08-02  John Levon  <levon@movementarian.org>
7759
7760         * buffer.C: s/lyxconvert/lyx2lyx/
7761
7762 2002-08-02  Angus Leeming  <leeming@lyx.org>
7763
7764         * lyxlex.C: revert John's change as it breaks reading of the user
7765         preamble.
7766
7767 2002-08-02  Angus Leeming  <leeming@lyx.org>
7768
7769         * importer.C (Import):
7770         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
7771         changes due to LyXView::view() now returning a boost::shared_ptr.
7772
7773 2002-08-02  John Levon  <levon@movementarian.org>
7774
7775         * lyxlex.C: small cleanup
7776
7777 2002-08-02  John Levon  <levon@movementarian.org>
7778
7779         * text2.C (status): small cleanup, no logic change
7780
7781 2002-08-01  John Levon  <levon@movementarian.org>
7782
7783         * buffer.h:
7784         * buffer.C (writeFile): don't output alerts, caller
7785           handles this
7786
7787         * bufferlist.C:
7788         * lyx_cb.C: from above
7789
7790         * lyxfunc.C: allow to open non-existent files
7791
7792 2002-07-31  John Levon  <levon@movementarian.org>
7793
7794         * lyxserver.C: don't let incidental errors get
7795           in the way (errno)
7796
7797 2002-07-30  John Levon  <levon@movementarian.org>
7798
7799         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
7800
7801 2002-07-30  John Levon  <levon@movementarian.org>
7802
7803         * lyxserver.h:
7804         * lyxserver.C: remove I/O callback too
7805
7806 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7807
7808         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
7809         log.
7810
7811 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7812
7813         * many files: strip,frontStrip -> trim,ltrim,rtrim
7814
7815 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7816
7817         * PrinterParams.h: remove extern containsOnly, and include
7818         support/lstrings.h instead.
7819
7820         * LaTeX.C (scanAuxFile): modify because of strip changes
7821         (deplog): ditto
7822         * buffer.C (makeLaTeXFile): ditto
7823         * bufferparams.C (writeFile): ditt
7824         * lyxfont.C (stateText): ditto
7825         * lyxserver.C (read_ready): ditto
7826         * vc-backend.C (scanMaster): ditto
7827
7828         * BufferView_pimpl.h: ws changes
7829
7830         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
7831
7832 2002-07-26  André Pönitz <poenitz@gmx.net>
7833
7834         * kb_sequence.C: remove unnedred usings
7835
7836 2002-07-26  Juergen Vigna  <jug@sad.it>
7837
7838         * lyxfind.C (LyXReplace): we have to check better if the returned
7839         text is not of theLockingInset()->getLockingInset().
7840
7841 2002-07-25  Juergen Vigna  <jug@sad.it>
7842
7843         * lyxfind.C (LyXReplace): don't replace if we don't get the
7844         right LyXText.
7845
7846         * undo_funcs.C (createUndo): remove debugging code.
7847
7848 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
7849
7850         * buffer.C (parseSingleLyXformat2Token): Use default placement
7851         when reading old floats.
7852
7853         * FloatList.C (FloatList): Change the default placement of figure
7854         and tables to "tbp".
7855
7856 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
7857
7858         * MenuBackend.C: using std::max
7859
7860 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7861
7862         * MenuBackend.C (expandToc):
7863         (expandToc2): code moved from xforms menu frontend. It is now
7864         generic and TOCs are transparent to menu frontends.
7865
7866 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7867
7868         * toc.C (getTocList): protect against buf=0
7869
7870         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
7871         Menu as first parameter. Now, this calls itself recursively to
7872         expand a whole tree (this will be useful for TOC handling)
7873         (expandFloatInsert): remove 'wide' version of floats
7874
7875         * MenuBackend.h (submenuname): returns the name of the submenu.
7876         (submenu): returns the submenu itself, provided it has been
7877         created by MenuBackend::expand
7878
7879 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7880
7881         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
7882         insets which have noFontChange == true. (bug #172)
7883
7884 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7885
7886         * BufferView_pimpl.C: add connection objects and use them...
7887         (Pimpl): here.
7888
7889 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7890
7891         * MenuBackend.C (expandLastfiles):
7892         (expandDocuments):
7893         (expandFormats):
7894         (expandFloatListInsert):
7895         (expandFloatInsert):
7896         (expand): split expand in parts
7897
7898 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7899
7900         * lyx_gui.C: use lyx_gui::exit()
7901
7902 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7903
7904         * LyXAction.C: show the failing pseudo action
7905
7906 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
7907
7908         * buffer.C (readFile): Run the lyxconvert script in order to read
7909         old files.
7910
7911 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7912
7913         * LyXAction.C:
7914         * commandtags.h:
7915         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
7916
7917 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7918
7919         * LyXAction.C:
7920         * commandtags.h:
7921         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
7922
7923 2002-07-22  Herbert Voss  <voss@lyx.org>
7924
7925         * lengthcommon.C:
7926         * lyxlength.[Ch]: add support for the vertical lengths
7927
7928 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
7929
7930         * toc.[Ch]: std:: fixes
7931
7932 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7933
7934         * lyxrc.C: do not include lyx_main.h
7935
7936         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
7937         for layouts
7938
7939         * lyxrc.C:
7940         * encoding.C:
7941         * bufferlist.C:
7942         * BufferView2.C: include "lyxlex.h"
7943
7944         * tabular.h:
7945         * bufferparams.h: do not #include "lyxlex.h"
7946
7947         * lyxtextclasslist.C (Add): remove method
7948         (classlist): renamed to classlist_
7949
7950         * paragraph_pimpl.C:
7951         * paragraph.C:
7952         * text2.C:
7953         * CutAndPaste.C:
7954         * bufferview_funcs.C:
7955         * bufferlist.C:
7956         * text.C:
7957         * LaTeXFeatures.C:
7958         * buffer.C:
7959         * toc.C (getTocList): use BufferParams::getLyXTextClass
7960
7961         * toc.C (getTocList): use InsetFloat::addToToc
7962
7963         * toc.[Ch]: new files, containing helper functions to handle table
7964         of contents
7965
7966         * lyxfunc.C (dispatch): no need to remove spaces around command
7967         given as a string
7968         (getStatus): handle LFUN_SEQUENCE by returning the status of the
7969         first command of the sequence; it is not very clever, but I do not
7970         have a better idea, actually
7971
7972         * LyXAction.C (LookupFunc): make sure to remove space at the
7973         beginning and end of the command
7974
7975 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7976
7977         * MenuBackend.C (getMenubar): new method: return the menubar of
7978         this menu set
7979         (read): treat differently reading of menu and menubar (in
7980         particular, the menubar has no name now)
7981         (Menu::menubar): remove
7982
7983         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
7984         saving is finished
7985
7986 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7987
7988         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
7989         a bibitem inset in a RTL paragraph.
7990
7991 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
7992
7993         * paragraph_pimpl.C: constify
7994
7995         * BufferView_pimpl.C:
7996         * LaTeX.C:
7997         * lyxfunc.C: fix dispatch in a nicer way
7998
7999 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8000
8001         * lyxfunc.C (dispatch):
8002         * BufferView_pimpl.C:
8003         * BufferView_pimpl.h:
8004         * BufferView.C:
8005         * BufferView.h: rename Dispatch() to dispatch()
8006
8007         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8008
8009         * lyxlayout.C (Read): honor DependsOn tag
8010
8011         * lyxlayout.[Ch] (depends_on): new method
8012
8013         * version.C.in: update lyx_docversion
8014
8015         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8016
8017         * paragraph.C (validate): remove from here...
8018         * paragraph_pimpl.C (validate): ... and move here
8019         (isTextAt): make it const
8020
8021         * buffer.C (getLists): ws cleanup
8022
8023 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8024
8025         * language.C (read): Use iso8859-1 encoding in latex_lang
8026         (this prevents LyX from crashing when using iso10646-1 encoding).
8027
8028 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8029
8030         * text2.C (toggleInset): if cursor is inside an inset, close the
8031         inset and leave cursor _after_ it
8032
8033 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8034
8035         * lyxfunc.C: move minibuffer completion handling out of here
8036
8037 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8038
8039         * BufferView_pimpl.C:
8040         * LaTeX.C: fix dispatch calls
8041
8042 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8043
8044         * text.C (drawChars): Fix Arabic text rendering.
8045
8046 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8047
8048         * LyXAction.C:
8049         * commandtags.h:
8050         * lyxfunc.C: remove message-push/pop
8051
8052         * lyxserver.C:
8053         * lyxfunc.h:
8054         * lyxfunc.C: rationalise some code by removing verboseDispatch
8055           in favour of a bool argument to dispatch()
8056
8057 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8058
8059         * lyx_main.C (init): make sure to read symlinks as absolute paths
8060
8061 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8062
8063         * lyxfunc.h:
8064         * lyxfunc.C: no need for commandshortcut to be a member
8065
8066 2002-07-15  André Pönitz <poenitz@gmx.net>
8067
8068         * converter.C: add support for $$s (scripts from lib/scripts dir)
8069         * lyx_main.C: white space
8070
8071 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8072
8073         * bufferlist.C:
8074         * lyxrc.h:
8075         * lyxrc.C: remove second exit confirmation
8076
8077 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8078
8079         * BufferView.h:
8080         * BufferView.C:
8081         * BufferView2.C:
8082         * BufferView_pimpl.h:
8083         * BufferView_pimpl.C:
8084         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8085
8086 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8087
8088         * MenuBackend.C (expand): add numeric shortcuts to document menu
8089
8090         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8091
8092 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8093
8094         * lyxfont.C (setLyXFamily):
8095         (setLyXSeries):
8096         (setLyXShape):
8097         (setLyXSize):
8098         (setLyXMisc):
8099         (lyxRead):
8100         * debug.C (value):
8101         * buffer.C (asciiParagraph): use ascii_lowercase
8102
8103 2002-07-15  Mike Fabian  <mfabian@suse.de>
8104
8105         * lyxlex_pimpl.C (search_kw):
8106         * lyxlex.C (getLongString):
8107         * converter.h (operator<):
8108         * converter.C (operator<):
8109         * buffer.C (parseSingleLyXformat2Token):
8110         (asciiParagraph):
8111         * ToolbarDefaults.C (read):
8112         * MenuBackend.C (checkShortcuts):
8113         (read):
8114         * LColor.C (getFromGUIName):
8115         (getFromLyXName): use the compare_ascii_no_case instead of
8116         compare_no_case, because in turkish, 'i' is not the lowercase
8117         version of 'I', and thus turkish locale breaks parsing of tags.
8118
8119 2002-07-16  Angus Leeming  <leeming@lyx.org>
8120
8121         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8122         now takes a Buffer const & argument.
8123
8124 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8125
8126         * BufferView.C (resize): check there's a buffer to resize
8127
8128 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8129
8130         * lyxfunc.C: remove dead code
8131
8132         * lyxserver.h:
8133         * lyxserver.C: use lyx_guii::set_read_callback
8134
8135 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8136
8137         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8138         an inset in a RTL paragraph.
8139
8140 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8141
8142         * lyxfunc.C: repaint after a font size update
8143
8144 2002-07-15  André Pönitz <poenitz@gmx.net>
8145
8146         * lyxlength.C: inBP should be able to return negative values
8147
8148 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8149
8150         * lyxfunc.C: use lyx_gui::update_fonts()
8151
8152 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8153
8154         * lyxfunc.C: use lyx_gui::update_color()
8155
8156 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8157
8158         * bufferlist.C:
8159         * lyxfunc.h:
8160         * lyxfunc.C:
8161         * lyxrc.h:
8162         * lyxrc.C: remove file->new asks for name option, and let
8163           buffer-new take an argument
8164
8165 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8166
8167         * BufferView_pimpl.C: remove unneeded extra repaint()
8168
8169 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8170
8171         * LyXAction.C: allow command-sequence with NoBuffer
8172
8173         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8174
8175 2002-07-10  Angus Leeming  <leeming@lyx.org>
8176
8177         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8178
8179 2002-07-09  Angus Leeming  <leeming@lyx.org>
8180
8181         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8182
8183 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8184
8185         * lengthcommon.h: whitespace
8186
8187         * lyxfunc.C: update scrollbar after goto paragraph
8188
8189         * lyxtext.h: factor out page break drawing, and fix it so
8190           page break/added space paints as selected nicely
8191
8192 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8193
8194         * BufferView_pimpl.C: add FIXMEs, clean up a little
8195
8196 2002-07-09  André Pönitz <poenitz@gmx.net>
8197
8198         * lyxfont.[Ch]: support for wasy symbols
8199
8200 2002-07-08  André Pönitz <poenitz@gmx.net>
8201
8202         * BufferView_pimpl.C: apply John's patch for #93.
8203
8204 2002-07-05  Angus Leeming  <leeming@lyx.org>
8205
8206         * BufferView_pimpl.C (buffer): generate previews if desired.
8207
8208         * LColor.h: add "preview" to the color enum.
8209
8210         * LColor.C (LColor): add a corresponding entry to the items array.
8211
8212         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
8213         with this buffer.
8214
8215 2002-07-05  Angus Leeming  <leeming@lyx.org>
8216
8217         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
8218         The body of the code is now in the method that is passed an ostream &
8219         rather than a file name.
8220         Pass an additional only_preamble parameter, useful for the forthcoming
8221         preview stuff.
8222
8223 2002-07-03  André Pönitz <poenitz@gmx.net>
8224
8225         * lyxfunc.C: simplify getStatus() a bit for math stuff
8226
8227 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8228
8229         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
8230
8231 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8232
8233         * text.C (changeRegionCase): do not change case of all the
8234         document when region ends at paragraph end (bug #461)
8235
8236 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8237
8238         * paragraph.C (startTeXParParams):
8239         (endTeXParParams): add \protect when necessary
8240
8241 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8242
8243         * BufferView_pimpl.C (workAreaExpose): remove warning
8244
8245 2002-06-27  Angus Leeming  <leeming@lyx.org>
8246
8247         * Makefile.am: add lyxlayout_ptr_fwd.h.
8248
8249 2002-06-26  André Pönitz <poenitz@gmx.net>
8250
8251         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
8252
8253 2002-06-25  Angus Leeming  <leeming@lyx.org>
8254
8255         * lyxfunc.C (dispatch): Comment out the call to
8256         grfx::GCache::changeDisplay. The method no longer exists now that the
8257         pixmap generation part of the graphics loader has been moved into
8258         InsetGraphics.
8259
8260 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8261
8262         * text2.C: layout as layout
8263
8264         * text.C: layout as layout
8265
8266         * tabular.C (OldFormatRead): layout as layout
8267
8268         * paragraph_pimpl.C (TeXDeeper): layout as layout
8269         (realizeFont): layout as layout
8270
8271         * paragraph.C (writeFile): layout as layout
8272         (validate): layout as layout
8273         (getFont): layout as layout
8274         (getLabelFont): layout as layout
8275         (getLayoutFont): layout as layout
8276         (breakParagraph): layout as layout
8277         (stripLeadingSpaces): layout as layout
8278         (getEndLabel): layout as layout
8279         (getMaxDepthAfter): layout as layout
8280         (applyLayout): layout as layout
8281         (TeXOnePar): layout as layout
8282         (simpleTeXOnePar): layout as layout
8283         (TeXEnvironment): layout as layout
8284         (layout): layout as layout
8285         (layout): layout as layout
8286
8287         * lyxtextclass.C (compare_name): new functor to work with
8288         shared_ptr, layout as layout
8289         (Read): layout as layout
8290         (hasLayout): layout as layout
8291         (operator): layout as layout
8292         (delete_layout): layout as layout
8293         (defaultLayout): layout as layout
8294
8295         * lyxlayout_ptr_fwd.h: new file
8296
8297         * lyxlayout.C (Read): layout as layout
8298
8299         * lyx_cb.C (MenuInsertLabel): layout as layout
8300
8301         * bufferlist.C (newFile): layout as layout
8302
8303         * buffer.C (readLyXformat2): layout as layout
8304         (parseSingleLyXformat2Token): layout as layout
8305         (insertStringAsLines): layout as layout
8306         (asciiParagraph): layout as layout
8307         (latexParagraphs): layout as layout
8308         (makeLinuxDocFile): layout as layout
8309         (simpleLinuxDocOnePar): layout as layout
8310         (makeDocBookFile): layout as layout
8311         (simpleDocBookOnePar): layout as layout
8312         (getLists): layout as layout
8313
8314         * LaTeXFeatures.C (getTClassPreamble): layout as layout
8315
8316         * CutAndPaste.C (cutSelection): layout as layout
8317         (pasteSelection): layout as layout
8318         (SwitchLayoutsBetweenClasses): layout as layout
8319
8320         * BufferView_pimpl.C (Dispatch): layout as layout
8321         (smartQuote): layout as layout
8322
8323         * BufferView2.C (unlockInset): layout as layout
8324
8325 2002-06-24  André Pönitz <poenitz@gmx.net>
8326
8327         * lyxfunc.C: fix #487
8328
8329 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8330
8331         * lyxrc.h:
8332         * lyxrc.C:
8333         * lyxfunc.C: remove display_shortcuts, show_banner
8334
8335 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8336
8337         * Buffer_pimpl.C: oops, update on resize
8338
8339 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8340
8341         * buffer.C:
8342         * converter.C:
8343         * exporter.C:
8344         * lyxfunc.C:
8345         * BufferView.h:
8346         * BufferView.C: use repaint()
8347
8348         * BufferView_pimpl.h:
8349         * BufferView_pimpl.C: s/updateScreen()/repaint()/
8350           as it's a clearer description. Remove superfluous
8351           redraws.
8352
8353 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8354
8355         * text.C: fix bug 488. Not ideal, but getting
8356           getWord() to work properly for the insets that
8357           matter is more difficult ...
8358
8359 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8360
8361         * BufferView_pimpl.C:
8362         * LyXAction.C:
8363         * commandtags.h:
8364         * lyxfunc.C: remove the six million index lyxfuncs to just
8365           one, and DTRT (bug 458)
8366
8367 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8368
8369         * BufferView.h:
8370         * BufferView.C:
8371         * BufferView_pimpl.h:
8372         * BufferView_pimpl.C: clean up resize() stuff,
8373           and unnecessary updateScreen()s
8374
8375 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8376
8377         * BufferView.h:
8378         * BufferView.C:
8379         * BufferView_pimpl.h:
8380         * BufferView_pimpl.C:
8381         * lyxfind.h:
8382         * lyxfind.C:
8383         * minibuffer.C: remove focus management of workarea,
8384           not needed. Use screen's greyOut()
8385
8386 2002-06-17  Herbert Voss  <voss@lyx.org>
8387
8388         * converter.C: (convert) do not post a message, when converting
8389         fails, let the calling function decide what to do in this case
8390
8391 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
8392
8393         * lyxfunc.C: tidy up a little
8394
8395 2002-06-16    <alstrup@diku.dk>
8396
8397         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
8398         Got rid of FORMS_H_LOCATION include. Now we are
8399         GUII.
8400
8401 2002-06-15  LyX Development team  <lyx@rilke>
8402
8403         * buffer.[Ch] (sgmlOpenTag):
8404         (sgmlCloseTag): Added support for avoiding pernicious mixed
8405         content. Return number of lines written.
8406
8407         (makeLinuxDocFile):
8408         (makeDocBookFile): Fixed calls to sgml*Tag.
8409         Simple white space clean.
8410
8411         (simpleDocBookOnePar): Simple white space clean.
8412
8413         * tabular.[Ch] (docBook): Renamed to docbook and got another
8414         argument to related with the pernicious mixed content.
8415
8416         (docbookRow): Fixed calls for docbook inset method.
8417
8418 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
8419
8420         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
8421         so it's X11 independent.
8422
8423         * kb*.[Ch]: ditto.
8424
8425         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
8426
8427 2002-06-15  Lyx Development team  <lyx@electronia>
8428
8429         * intl.h: Renamed getTrans to getTransManager.
8430
8431 2002-06-14  Angus Leeming  <leeming@lyx.org>
8432
8433         * Makefile.am: nuke forgotten stl_string_fwd.h.
8434
8435 2002-06-12  Angus Leeming  <leeming@lyx.org>
8436
8437         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
8438
8439 2002-06-13  Angus Leeming  <leeming@lyx.org>
8440
8441         * LaTeX.C:
8442         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
8443
8444 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
8445
8446         * kbmap.C (getiso): add support for cyrillic and greek
8447
8448 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8449
8450         * BufferView.h:
8451         * BufferView.C:
8452         * BufferView_pimpl.h:
8453         * BufferView_pimpl.C: move bogus scrolling logic
8454           to xforms
8455
8456 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8457
8458         * lyxfunc.C:
8459         * BufferView_pimpl.C: view->resize() change
8460
8461 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8462
8463         * BufferView_pimpl.C: topCursorVisible
8464           prototype change
8465
8466 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8467
8468         * Makefile.am:
8469         * lyx_gui.h:
8470         * lyx_gui.C: move to frontends/
8471
8472         * main.C:
8473         * lyx_main.h:
8474         * lyx_main.C: changes from above
8475
8476 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8477
8478         * intl.C:
8479         * intl.h:
8480         * kbmap.C:
8481         * kbsequence.C:
8482         * lyx_cb.C:
8483         * lyx_main.C: minor tidy
8484
8485 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8486
8487         * BufferView_pimpl.h:
8488         * BufferView_pimpl.C:
8489         * BufferView.h:
8490         * BufferView.C: make painter() const,
8491           remove dead code
8492
8493         * BufferView2.C: use screen() accessor
8494
8495         * lyx_main.h:
8496         * lyx_main.C: some minor cleanup
8497
8498 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8499
8500         * BufferView_pimpl.h:
8501         * BufferView_pimpl.C: remove enter/leaveView,
8502           use workHeight()
8503
8504 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8505
8506         * BufferView.h:
8507         * BufferView.C:
8508         * BufferView2.C:
8509         * BufferView_pimpl.h:
8510         * BufferView_pimpl.C: only construct screen once,
8511           rename
8512
8513         * lyxrc.C: remove pointless comment
8514
8515 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8516
8517         * BufferView.h:
8518         * BufferView.C: remove active() and belowMouse()
8519
8520         * BufferView_pimpl.h:
8521         * BufferView_pimpl.C: use workarea() not workarea_,
8522           and make it use a scoped_ptr instead
8523
8524 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8525
8526         * lyx_gui.C: add debug message on BadWindow
8527
8528 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8529
8530         * sp_spell.C: fdopen is not part of the C++ standard.
8531
8532         * paragraph.C (InsetIterator): use >= instead of ==
8533
8534 2002-06-07  Angus Leeming  <leeming@lyx.org>
8535
8536         Fixes needed to compile with Compaq cxx 6.5.
8537         * BufferView_pimpl.C:
8538         * DepTable.C:
8539         * buffer.C:
8540         * converter.C:
8541         * encoding.C:
8542         * lyx_gui.C:
8543         * lyx_main.C:
8544         * lyxtextclasslist.C:
8545         * minibuffer.C:
8546         * sp_spell.C:
8547         * tabular_funcs.C:
8548         * vc-backend.C:
8549         all c-library variables have been moved into namespace std. Wrap
8550         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
8551
8552         * lyxlength.C:
8553         * tabular-old.C:
8554         * tabular.C:
8555         Add a using std::abs declaration.
8556
8557         * kbmap.h (modifier_pair):
8558         * paragraph.h (InsetTable, InsetList):
8559         * lyxfont.h (FontBits):
8560         type definition made public.
8561
8562         * bufferlist.C (emergencyWriteAll): the compiler complains that
8563         there is more than one possible lyx::class_fun template to choose from.
8564         I re-named the void specialisation as lyx::void_class_fun.
8565
8566         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
8567
8568         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
8569         the compiler is is unable to find tostr in write_attribute.
8570
8571 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8572
8573         * buffer.C (sgmlError): hide #warning
8574
8575 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8576
8577         * xtl/*: get rid of xtl, which is not in use anyway
8578
8579         * LyXAction.C (init):
8580         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
8581         were unimplemented xtl experimentation
8582
8583 2002-06-04  André Pönitz <poenitz@gmx.net>
8584
8585         * lyxfunc.C: disable array operation on simple formulae
8586
8587 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
8588
8589         * converter.C: constify a bit
8590
8591 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
8592
8593         * lyx_gui.C: check xforms version correctly
8594
8595 2002-04-30  Herbert Voss  <voss@lyx.org>
8596
8597         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
8598         "keep" option
8599
8600 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
8601
8602         * lyxvc.C: fix bug 416 (make sure buffer is saved before
8603           attempt to register it with a VCS)
8604
8605 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8606
8607         * lyx_main.C (init): honor variables LYX_DIR_13x and
8608         LYX_USERDIR_13x
8609
8610 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8611
8612         * buffer.h:
8613         * buffer.C:
8614         * lyx_main.C: fix a crash on bad command line,
8615           and give a useful exit status on error
8616
8617         * lyxfunc.C (doImport): allow -i lyx to work
8618
8619 2002-03-30  André Pönitz <poenitz@gmx.net>
8620
8621         * lyxfunc.C: mathed font changes
8622
8623 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8624
8625         * LaTeX.C:
8626         * importer.h:
8627         * importer.C:
8628         * lyx_sty.h:
8629         * lyx_sty.C:
8630         * lyxlex.C:
8631         * lyxrow.h:
8632         * lyxtext.h:
8633         * paragraph.h:
8634         * paragraph.C:
8635         * texrow.h:
8636         * texrow.C:
8637         * text.C:
8638         * trans_mgr.h: srcdocs, and some minor cleanups
8639
8640 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8641
8642         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
8643         call getFont all the time)
8644
8645 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8646
8647         * switch from SigC signals to boost::signals
8648
8649 2002-05-29  André Pönitz <poenitz@gmx.net>
8650
8651         * paragraph_pimpl.C (getChar): don't call size() too often...
8652
8653 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8654
8655         * paragraph_pimpl.C (insertChar): do not try to update tables when
8656         appending (pos == size())
8657
8658         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
8659         in order to reduce drastically the number of comparisons needed to
8660         parse a large document
8661
8662 2002-05-29  André Pönitz <poenitz@gmx.net>
8663
8664         * text.C:
8665         * text2.C:
8666         * lyxtextclass.C:
8667         * sp_pspell.h:
8668         * textclasslist.[Ch]:
8669         * sp_ispell.h: whitespace change
8670
8671 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8672
8673         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
8674         lyxaction directly now.
8675
8676 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
8677
8678         * trans.C:
8679         * lyxfont.C:
8680         * lyxvc.C: remove unused headers
8681
8682 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8683
8684         * Makefile.am:
8685         * buffer.h:
8686         * undostack.h:
8687         * undostack.C:
8688         * undo_funcs.h:
8689         * undo_funcs.C: some cleanups. Use shared_ptr
8690           and a template for the undo stacks.
8691
8692 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8693
8694         * BufferView_pimpl.h:
8695         * BufferView_pimpl.C:
8696         * kbmap.h:
8697         * kbmap.C:
8698         * kbsequence.h:
8699         * kbsequence.C:
8700         * lyxfunc.h:
8701         * lyxfunc.C:
8702         * text2.C: use key_state/mouse_state
8703
8704 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8705
8706         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
8707         and LSubstring
8708
8709         * chset.C: change include order
8710         (loadFile): use boost regex and get rid of LRegex and LSubstring
8711
8712         * Makefile.am (BOOST_LIBS): new variable
8713         (lyx_LDADD): use it
8714
8715         * LaTeX.C: change include order.
8716         (scanAuxFile): use boost regex and get rid of LRegex and
8717         LSubstring
8718         (deplog): ditto
8719
8720 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8721
8722         * ColorHandler.h:
8723         * ColorHandler.C:
8724         * FontInfo.h:
8725         * FontInfo.C: moved to frontends/xforms/
8726
8727         * FontLoader.h:
8728         * FontLoader.C: moved into frontends for GUIIzation
8729
8730         * Makefile.am:
8731         * lyx_gui.C:
8732         * lyxfont.C:
8733         * lyxfunc.C: changes from above
8734
8735 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8736
8737         * LColor.C: remove spurious X include
8738
8739         * BufferView_pimpl.C:
8740         * Makefile.am:
8741         * font.h:
8742         * font.C:
8743         * text.C:
8744         * text2.C: move font metrics to frontends/
8745
8746 2002-05-24  Juergen Vigna  <jug@sad.it>
8747
8748         * undo_funcs.C (textHandleUndo): fix the cursor selection after
8749         setting the undo_cursor.
8750
8751         * ParagraphParameters.h: include local includes first.
8752
8753 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8754
8755         * BufferView_pimpl.C:
8756         * BufferView_pimpl.h:
8757         * Makefile.am:
8758         * WorkArea.h:
8759         * WorkArea.C:
8760         * screen.C: move WorkArea into frontends/
8761
8762         * lyxscreen.h:
8763         * screen.C:
8764         * text.C:
8765         * BufferView.C:
8766         * BufferView2.C: move LyXScreen into frontends/
8767
8768         * lyxlookup.h:
8769         * lyxlookup.C:
8770         * lyx_gui.C: move lyxlookup into frontends/xforms/
8771
8772 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8773
8774         * BufferView2.C:
8775         * BufferView_pimpl.C:
8776         * FontLoader.C:
8777         * LyXView.h:
8778         * LyXView.C:
8779         * Makefile.am:
8780         * WorkArea.C:
8781         * XFormsView.h:
8782         * XFormsView.C:
8783         * buffer.C:
8784         * bufferlist.C:
8785         * bufferview_funcs.C:
8786         * converter.C:
8787         * importer.C:
8788         * lyx_cb.C:
8789         * lyx_gui.C:
8790         * lyx_main.C:
8791         * lyx_find.C:
8792         * lyxfunc.C:
8793         * lyxvc.C:
8794         * minibuffer.C:
8795         * text.C:
8796         * text2.C:
8797         * trans.C:
8798         * vc-backend.C: move LyX/XFormsView into frontends/
8799
8800 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8801
8802         * Makefile.am:
8803         * PainterBase.C:
8804         * PainterBase.h:
8805         * Painter.C:
8806         * Painter.h:
8807         * WorkArea.C:
8808         * WorkArea.h:
8809         * screen.C:
8810         * tabular.C:
8811         * text.C:
8812         * text2.C: move Painter to frontends/
8813
8814 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8815
8816         * buffer.C: comment out some some code that depend upon lyx_format
8817         < 220
8818
8819         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
8820         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
8821
8822         * buffer.h (NO_COMPABILITY): turn off compability
8823
8824         * ColorHandler.C: include scoped_array.hpp
8825
8826         * font.C: Use more specific smart_ptr header.
8827         * Painter.C: ditto
8828         * gettext.C: ditto
8829         * ShareContainer.h: ditto
8830         * lyx_main.h: ditto
8831         * kbmap.h: ditto
8832         * FontInfo.h: ditto
8833         * BufferView_pimpl.h: ditto
8834         * ColorHandler.h: ditto
8835
8836         * kbmap.C (defkey): change call to shared_ptr::reset
8837
8838 2002-05-21  Juergen Vigna  <jug@sad.it>
8839
8840         * buffer.C (insertErtContents): fix to insert ert asis if it is
8841         non empty. Skip it completely if it contains only whitespaces.
8842
8843 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
8844
8845         * BufferView_pimpl.C:
8846         * BufferView2.C: clear selection on paste (bug 393)
8847
8848 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8849
8850         * DepTable.C: include ctime
8851
8852 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
8853
8854         * buffer.C (latexParagraphs): Add new argument (moving_arg).
8855
8856 2002-05-14  Juergen Vigna  <jug@sad.it>
8857
8858         * text.C (breakParagraph): fixed function to honor the keepempty
8859         layout in the right maner and also to permit the right breaking
8860         algorithm on empty or non empyt keepempty paragraphs.
8861
8862         * paragraph.C (breakParagraph): we have to check also if the par
8863         is really empty (!size()) for isempty otherwise we do the wrong
8864         paragraph break.
8865
8866 2002-05-10  Juergen Vigna  <jug@sad.it>
8867
8868         * buffer.[Ch] : The following are only changes to the ert
8869         compatibility read reading old LaTeX layout and font stuff and
8870         convert it to ERTInsets.
8871
8872         * buffer.h: added isErtInset().
8873
8874         * buffer.C (struct ErtComp): add a fromlayout bool to check
8875         if we're inside a LaTeX layout.
8876         (isErtInset): new helper function.
8877         (insertErtContents): look for other ert insets before this one
8878         and insert the contents there, so that we don't have subsequent
8879         ERT insets with nothing between them. This way we create only one
8880         inset with multiple paragraphs. Also check if we don't insert only
8881         spaces ' ' as they are ignored anyway afterwards in the .tex file
8882         so if we have only spaces we will ignore this latex part in the
8883         new file.
8884         (parseSingleLyXformat2Token \\layout): better compatibility when
8885         reading layout-latex stuff.
8886         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
8887         language tag.
8888         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
8889         stuff after reading the inset only get the information back from
8890         the stack.
8891
8892 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
8893
8894         * buffer.C (makeLaTeXFile): Put language options after loading babel.
8895
8896         * LaTeXFeatures.C (getBabelOptions): New method.
8897
8898 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8899
8900         * BufferView_pimpl.C (Dispatch): work around missing argument for
8901         'layout'
8902
8903 2002-05-08  Juergen Vigna  <jug@sad.it>
8904
8905         * text.C (leftMargin): handle paragraph leftindent.
8906
8907         * paragraph.C (writeFile): write the new \\leftindent tag.
8908         (validate): handle leftindent code.
8909         (TeXEnvironment): handle paragraphleftindent code again.
8910
8911         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
8912
8913         * buffer.C (parseSingleLyXformat2Token): added compatibility code
8914         for paragrap_extra indent code and new token \\leftindent.
8915         (latexParagraphs): handle the leftindent as environment.
8916
8917         * ParameterStruct.h: added leftindent support.
8918
8919         * ParagraphParameters.C (leftIndent): added support functions for
8920         the paragraph left indent.
8921
8922         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
8923         more appropriate.
8924
8925 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
8926
8927         * paragraph.C (isRightToLeftPar): Return false for a paragraph
8928         inside insetERT.
8929
8930         * text.C (computeBidiTables): No bidi in insetERT.
8931
8932         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
8933         in RTL documents.
8934
8935 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8936
8937         * version.C.in: pre 5
8938
8939 2002-05-02  José Matos  <jamatos@fep.up.pt>
8940         * buffer.C (makeDocBookFile): white space changes, add newline to
8941         command styles.
8942         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
8943
8944         * tabular.C (docBook): fix typo.
8945
8946 2002-05-03  Juergen Vigna  <jug@sad.it>
8947
8948         * screen.C (drawFromTo): recalculate the rowpointer if we had a
8949         change in LyXText as we can not be sure it was not freed.
8950         (drawOneRow): remove unused code.
8951
8952         * text.C (drawInset): redo the calculation of the need_break_row as
8953         it could have a row which was already freed.
8954         (draw): look at the return value of drawInset and return false if
8955         it also returned false.
8956         (paintRowText): look at the return value of draw and return false if
8957         it also returned false.
8958
8959         * lyxtext.h: added bool return type to drawInset() and draw() so that
8960         if we have a change in the row so that the rowbreak has to be redone
8961         we abort drawing as it will be called again.
8962
8963 2002-05-02  Juergen Vigna  <jug@sad.it>
8964
8965         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
8966         a change in the maintext also if we're inside an inset.
8967         (Dispatch): set the cursor again after a break line and after the
8968         screen has been updated as it could be we're in a different row.
8969
8970         * text2.C (fixCursorAfterDelete): check to make sure we don't request
8971         to set the cursor behind the pargraph with > size().
8972         (setCursor): check also for the same paragraph when checking where
8973         to put the cursor if we have a NFR inset.
8974
8975         * buffer.C (parseSingleLyXformat2Token): move the compatibility
8976         parts of layout read further up as it still was in the wrong
8977         position.
8978
8979 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8980
8981         * screen.C (drawFromTo): change sine fullRebreak always return
8982         true.
8983
8984         * buffer.C (parseSingleLyXformat2Token): reindent some
8985
8986         * BufferView_pimpl.C (update): change since fullRebreak always
8987         return true.
8988         (Dispatch): git rid of the last hardcoded "Standard"s.
8989
8990 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8991
8992         * text2.[Ch] (fullRebreak): make it return void now that we always
8993         returned true.
8994
8995 2002-04-30  Juergen Vigna  <jug@sad.it>
8996
8997         * buffer.C (parseSingleLyXformat2Token): reset the font before the
8998         ert compatibility check for "latex" layout.
8999
9000 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9001
9002         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9003         minipages: use col% instead of p%, and also use the current font.
9004         (makeLaTeXFile): Fix use babel condition.
9005         (parseSingleLyXformat2Token): Correct font when reading old floats.
9006
9007 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9008
9009         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9010         inserting list of floats.
9011
9012 2002-04-25  Herbert Voss  <voss@lyx.org>
9013
9014         * MenuBackend.C (expand): don't add the graphics extensions to the
9015         export menu
9016
9017 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9018
9019         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9020         non-existing layout, do not complain if it was the default layout
9021         of the original class (bug #342)
9022
9023 2002-04-24  Juergen Vigna  <jug@sad.it>
9024
9025         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9026         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9027
9028 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9029
9030         * buffer.C (getBibkeyList): If using \bibliography, return the
9031         option field with the reference itself. Enables us to provide natbib
9032         support when using \bibliography.
9033
9034 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9035
9036         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9037
9038         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9039         natbib is provided by the LaTeX class.
9040
9041 2002-04-23  Juergen Vigna  <jug@sad.it>
9042
9043         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9044         Wakeup functions.
9045
9046         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9047
9048 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9049
9050         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9051
9052         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9053         ensuremath around textordmasculine, textordfeminine and
9054         textdegree.
9055
9056 2002-04-19  Juergen Vigna  <jug@sad.it>
9057
9058         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9059         reinitializing the buffer otherwise row-dimensions may be wrong.
9060         (update): reset also the selection cursors if they do exits otherwise
9061         their x/y positions may be wrong.
9062
9063         * text2.C (cursorDown): don't enter the inset if we came from a row
9064         above and are one row over the inset.
9065
9066         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9067         really leaving an inset.
9068
9069 2002-04-18  Juergen Vigna  <jug@sad.it>
9070
9071         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9072         of the selected paragraph does not have the selected layout also if
9073         the last one had!
9074
9075         * text2.C (setLayout): fixed bug which did not change last selected
9076         paragraph.
9077
9078         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9079         changed the read and substituted \\end_float with \\end_inset!
9080
9081         * BufferView_pimpl.C (cursorPrevious):
9082         (cursorNext): fixed to make it work with rows heigher than the work
9083         area without moving the cursor only the draw of the row.
9084         (workAreaMotionNotify): fix jumping over high rows.
9085
9086 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9087
9088         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9089         Ressler.
9090
9091 2002-04-16  Juergen Vigna  <jug@sad.it>
9092
9093         * text2.C (setCursor): set also the irow().
9094         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9095         (cursorUp):
9096         (cursorDown): support for locking an inset if the x_fix value goes
9097         inside it. That way I can transverse insets too with cursor up/down.
9098
9099         * lyxrow.h: added irow helper function same as other (i) functions.
9100
9101         * BufferView_pimpl.C (cursorPrevious):
9102         (cursorNext): fixed for insets!
9103
9104 2002-04-15  Juergen Vigna  <jug@sad.it>
9105
9106         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9107         position otherwise it is wrong in some cases.
9108
9109         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9110         inside the inset before the call.
9111
9112 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9113
9114         * buffer.[Ch] (getBibkeyList): make it const.
9115
9116 2002-04-12  Juergen Vigna  <jug@sad.it>
9117
9118         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9119
9120         * text2.C (getCursorX): new helper function
9121         (setCursor): compute also ix_
9122         (setCursorFromCoordinates): set also ix.
9123
9124         * lyxcursor.h: added ix_ and helper functions.
9125
9126         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9127
9128         * buffer.C (insertStringAsLines): dont break paragraph if the this
9129         paragraph is inside an inset which does not permit it!
9130
9131         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9132         also with no chars on this paragraph.
9133         (paintRowText): only paint stuff if it's inside the workarea!
9134
9135         * paragraph.C (breakParagraph): honor keepempty flag and break the
9136         paragraph always below not above.
9137
9138         * BufferView2.C (unlockInset): update the paragraph layout on inset
9139         unlock as we changed paragraph in such a case.
9140
9141         * lyxfind.C (LyXFind): clear the former selection if not found!
9142
9143         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9144         again called in insertChar().
9145
9146         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9147         an inset which uses the whole row!
9148         (rightMargin): ditto.
9149         (insertChar): force a rebreak if we inserted an inset!
9150
9151 2002-03-28  Herbert Voss  <voss@lyx.org>
9152
9153         * lyxlength.[Ch]: add inBP() to get the right PS-point
9154         units (BigPoint). With inPixels we have rounding errors
9155
9156 2002-04-11  Juergen Vigna  <jug@sad.it>
9157
9158         * text2.C (setCursorFromCoordinates): set iy to the right value.
9159         (setCursor): add check if row->previous exists!
9160
9161         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9162         an old float_type as this was the case in the old code!
9163
9164         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9165
9166         * BufferView2.C (showLockedInsetCursor): use iy
9167         (fitLockedInsetCursor): ditto
9168
9169         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9170         locked insets as there we have the right value now.
9171
9172         * lyxcursor.C: added iy_ variable and iy functions to set to the
9173         baseline of cursor-y of the locked inset.
9174
9175         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9176         (setCursor): fixed for insets which need a full row.
9177
9178         * text.C (rowLastPrintable): don't ignore the last space when before
9179         an inset which needs a full row.
9180         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9181         as last character of a row when before a inset which needs a full row.
9182
9183 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9184
9185         * version.C.in: update date
9186
9187         * text2.C (fullRebreak): try to always return true and see what
9188         happens...
9189
9190 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9191
9192         * MenuBackend.C (expand): use Floating::listName
9193
9194         * FloatList.C (FloatList): add listName argument to the built-in
9195         floats
9196
9197         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9198         text associated with the float.
9199
9200 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9201
9202         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
9203
9204 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9205
9206         * ShareContainer.h: add a couple of missing typenames.
9207
9208 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
9209
9210         * lyxrc.C (getDescription): use _() correctly rather than N_().
9211
9212 2002-03-28  Herbert Voss  <voss@lyx.org>
9213
9214         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
9215         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
9216
9217 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9218
9219         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
9220         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
9221
9222 2002-03-29  Juergen Vigna  <jug@sad.it>
9223
9224         * lyxfunc.C (dispatch): add a missing fitCursor call.
9225
9226         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
9227         it was scrolled by a cursor move, so return the bool status.
9228
9229         * BufferView.C (fitCursor): return the bool flag also to the outside
9230         world as this is needed.
9231
9232         * screen.C (toggleToggle): don't subtract the offset if it's positive.
9233
9234         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
9235         call the edit() as it is not needed (and wrong) IMO.
9236         (workAreaButtonPress): set the screen_first variable before evt.
9237         unlock the inset as this may change screen_first and then we have
9238         a wrong y position for the click!
9239
9240 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9241
9242         * MenuBackend.C (expand): another translation that I missed
9243
9244 2002-03-28  Juergen Vigna  <jug@sad.it>
9245
9246         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
9247
9248         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
9249
9250 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9251
9252         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
9253
9254         * MenuBackend.C (expand): fix export/view/update when there is no
9255         document open.
9256
9257 2002-03-27  Herbert Voss  <voss@lyx.org>
9258
9259         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
9260         and text%
9261
9262 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9263
9264         * bufferview_funcs.C (currentState): only show paragraph number
9265         for is DEVEL_VERSION is set.
9266
9267         * lyxfunc.C (dispatch): put warning in INFO channel
9268
9269         * MenuBackend.C (expand): translate the name of floats
9270
9271         * FloatList.C (FloatList): mark the float names for translation
9272
9273         * converter.C (convert): use LibScriptSearch
9274
9275 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9276
9277         * MenuBackend.C (defaults): fix default menu (we might as well get
9278         rid of it...)
9279
9280 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9281
9282         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
9283         directory.
9284
9285 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9286
9287         * lyxvc.C: reorder includes.
9288
9289 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
9290
9291         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
9292           properly
9293
9294 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
9295
9296         * CutAndPaste.C: change layouts earlier on paste
9297           to avoid crashing when calling getFont()
9298
9299 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
9300
9301         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
9302         irritating #error.
9303
9304 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9305
9306         * WorkArea.C: remove 'Pending' debug message.
9307
9308         * most files: ws cleanup
9309
9310         * buffer.[Ch]: ws changes
9311
9312         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
9313
9314 2002-03-21  Juergen Vigna  <jug@sad.it>
9315
9316         * tabular.C (SetMultiColumn): collapse also the contents of the
9317         cells and set the last border right. Added a Buffer const * param.
9318
9319 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9320
9321         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
9322         linking or not.
9323
9324 2002-03-19  Juergen Vigna  <jug@sad.it>
9325
9326         * text2.C (clearSelection): reset also xsel_cache.
9327
9328         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
9329         where it needs to be called (John tells us to do so too :)
9330         (selectionLost): reset sel_cache.
9331
9332         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
9333
9334 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9335
9336         * text2.C (setCursorIntern): put debuging code in INSETS channel
9337
9338 2002-03-19  André Pönitz <poenitz@gmx.net>
9339
9340         * lyxfunc.C: tiny whitespace change
9341
9342 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9343
9344         * ToolbarDefaults.C (init):
9345         * LyXAction.C (init):
9346         * commandtags.h:
9347         * BufferView_pimpl.C (Dispatch):
9348         * lyxfunc.C (dispatch): remove LFUN_DEPTH
9349
9350 2002-03-19  Allan Rae  <rae@lyx.org>
9351
9352         * exporter.C (Export): removeAutoInsets before doing anything else.
9353         While I've just introduced a dependency on BufferView this really is
9354         the best place to clean the buffer otherwise you need to cleanup in
9355         a dozen places before calling export or cleanup in a dozen functions
9356         that export calls.
9357
9358         * converter.C (runLaTeX):
9359         (scanLog): Better handling of removeAutoInsets and screen updates.
9360
9361         * lyxfunc.C (dispatch): small whitespace changes
9362
9363 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9364
9365         * WorkArea.C (C_WorkAreaEvent): return a value.
9366         (event_cb): return 1 if we handled the event, 0 otherwise.
9367
9368         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
9369
9370 2002-03-18  Juergen Vigna  <jug@sad.it>
9371
9372         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
9373         (GetAdditionalWidth): ditto.
9374         (RightLine): ditto.
9375         (LeftLine): ditto.
9376
9377         * BufferView2.C (copy): use getLyXText() so that we do it inside an
9378         inset if we're there actually (probably not used right now but this
9379         is the direction to go for unifying code).
9380         (paste): disable code to clear the selection.
9381
9382         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
9383         inside an InsetText and move the check further up as it is in the
9384         wrong place.
9385
9386         * text2.C (pasteSelection): set a selection over the pasted text.
9387
9388 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
9389
9390         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
9391         and libgraphics to build on Cygwin.
9392
9393 2002-03-15  Juergen Vigna  <jug@sad.it>
9394
9395         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
9396         inserting an Inset into the paragraph. I know this is not the best
9397         fix but we already use current_view in CutAndPaste so we will remove
9398         all of it's using at the same time.
9399
9400         * buffer.C (sgmlError): deactivated function till it is rewritten in
9401         the right mode, now it can create problems.
9402
9403         * paragraph.C (isLineSeparator): check if getInset returns != 0,
9404         before accessing it.
9405
9406 2002-03-14  Juergen Vigna  <jug@sad.it>
9407
9408         * undo_funcs.C (textHandleUndo): do the right thing when updating
9409         the inset after the undo/redo.
9410
9411         * text2.C (setCursor): just some testcode for #44 not ready yet.
9412
9413         * undo_funcs.C (textHandleUndo): set the next() and previous()
9414         pointers of the paragraph to 0 before deleting otherwise we have
9415         problems with the Paragraph::[destructor].
9416
9417         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
9418         on a paragraph insertion.
9419
9420 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9421
9422         * buffer.C (asciiParagraph): use += operator for char append to
9423         string.
9424
9425         * paragraph.C (getFontSettings): compare >= not just >
9426         (highestFontInRange): ditto
9427         (setFont): ditto
9428
9429 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9430
9431         * paragraph.C: change several algorithm to be more appripriate for
9432         the problem domain. This is lookip in FontList and in the InsetList.
9433
9434 2002-03-13  André Pönitz <poenitz@gmx.net>
9435
9436         * commandtags.h:
9437         * LyXAction.C: remove unused LFUN_MATH_MACROARG
9438
9439 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
9440
9441         * commandtags.h:
9442         * LyXAction.C:
9443         * lyxfunc.C:
9444         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
9445
9446 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9447
9448         * Painter.C (display): anon helper function, adjust code for this
9449         change.
9450         (pixmap): remove function.
9451
9452         * Painter.h: remove private display variable.
9453
9454         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
9455
9456 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
9457
9458         * WorkArea.[Ch]: remove figinset_canvas cruft.
9459
9460 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9461
9462         * lyxtextclass.C (operator): add one item cache optimization.
9463
9464         * bufferlist.h: doxy changes
9465
9466         * bufferlist.C: ws changes
9467
9468         * DepTable.[Ch] (ext_exist): place const in the right spot.
9469
9470         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
9471         call resizeInsets.
9472         (workAreaExpose): call resizeInsets when the with BufferView changes.
9473         (Dispatch): adjust for protectedBlank removal
9474         (specialChar): call updateInset if the insert went ok.
9475
9476         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
9477         specialChar instead.
9478
9479         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
9480
9481         * BufferView.h: doxy change
9482
9483         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
9484
9485         * lyxtextclass.C (operator[]): remove non-const version
9486         (defaultLayout): remove non-const version
9487
9488 2002-03-12  Juergen Vigna  <jug@sad.it>
9489
9490         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
9491         did resize the LyXText too.
9492
9493         * buffer.C (readLyXformat2): set layout information on newly allocated
9494         paragraphs.
9495
9496         * tabular.C (OldFormatRead): set layout information on the paragraph.
9497
9498 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9499
9500         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
9501
9502 2002-03-11  Juergen Vigna  <jug@sad.it>
9503
9504         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
9505         plainly wrong.
9506         (resizeCurrentBuffer): force also the insets to resize themselfes.
9507         (moveCursorUpdate): fixed up for InsetText.
9508
9509 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
9510
9511         * commandtags.h:
9512         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
9513         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
9514         value of Dialogs::tooltipsEnabled().
9515         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
9516
9517 2002-03-08  Juergen Vigna  <jug@sad.it>
9518
9519         * BufferView_pimpl.C (updateInset): update inset inside inset also
9520         if it isn't inside theLockingInset().
9521
9522 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9523
9524         * buffer.C (asciiParagraph): redo some of the word and line length
9525         handling.
9526         (getLists): look for Caption instead of caption.
9527
9528 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9529
9530         * buffer.C (Buffer): initialize niceFile to true
9531         (makeLaTeXFile):
9532         (makeLinuxDocFile):
9533         (makeDocBookFile): make sure niceFile is true on exit
9534
9535 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9536
9537         * buffer.C (makeLaTeXFile): escape ~ in \input@path
9538
9539 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
9540
9541         * LyXSendto.C: remove.
9542         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
9543         * lyx_gui.C: remove now-redundant comment.
9544         * ColorHandler.h: remove forward declaration of class WorkArea.
9545         * lyxfunc.C: remove #include "WorkArea.h".
9546
9547 2002-03-07  Juergen Vigna  <jug@sad.it>
9548
9549         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
9550         got moved away with the DEPM and also set the inset_owner always
9551         right which before could have been omitted.
9552
9553 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9554
9555         * buffer.C (parseSingleLyXformat2Token): use default layout is the
9556         wanted layout is not found.
9557
9558 2002-03-07  Juergen Vigna  <jug@sad.it>
9559
9560         * CutAndPaste.C (cutSelection): another layout settings forgotten.
9561
9562 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9563
9564         * paragraph.C (breakParagraph): use default layout not layout of
9565         prev paragraph.
9566         (Paragraph): clear ParagraphParameters.
9567
9568 2002-03-06  Juergen Vigna  <jug@sad.it>
9569
9570         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
9571         otherwise it would not be a valid lenght. Fixed a special case in
9572         the minipage compatibility read where we end the document with a
9573         minipage.
9574
9575         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
9576         was set as it could be 0 for InsetTexts first entry.
9577
9578 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9579
9580         * paragraph.C (writeFile): if layout is empty write out
9581         defaultLayoutName().
9582
9583         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
9584         file without named layout we set layout to defaultLayoutName().
9585
9586 2002-03-06  Juergen Vigna  <jug@sad.it>
9587
9588         * CutAndPaste.C (copySelection): set layout for new paragraph.
9589
9590         * text.C (prepareToPrint): leave ERT inset left aligned
9591         (leftMargin): don't indent paragraphs inside ERT insets
9592
9593 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9594
9595         * paragraph.C (breakParagraph): dont call clear do the work manually
9596
9597         * paragraph.[Ch] (clear): remove function
9598
9599 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9600
9601         * paragraph.C (Paragraph): dont call clear, the work has already
9602         been done.
9603
9604         * lyxtextclass.C (operator): assert if n is empty
9605
9606         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
9607         work manually instead.
9608
9609 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9610
9611         * BufferView_pimpl.C: protect selectionLost against text == 0
9612
9613 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9614
9615         * text.C (breakParagraph): fix a setting layout to '0' problem.
9616
9617 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9618
9619         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
9620         final location of file, for the included files, and graphics.
9621
9622 2002-03-05  Juergen Vigna  <jug@sad.it>
9623
9624         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
9625
9626 2002-03-04  Juergen Vigna  <jug@sad.it>
9627
9628         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
9629
9630         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
9631         last column of multicolumn cells.
9632         (SetWidthOfMulticolCell): recalculate NMC and real columns.
9633
9634 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9635
9636         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
9637         file if it doesn't go to a temporary file.
9638
9639         * buffer.C (sgmlOpenTag):
9640         (sgmlCloseTag):  remove extra newline insertion.
9641
9642 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9643
9644         * text.C (getRowNearY): comment out debug msg
9645
9646 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9647
9648         * text2.C: first -> first_y
9649
9650         * text.C (getRowNearY): add some attemts at a possible
9651         optimization, not working.
9652
9653         * tabular.[Ch]: add BufferParams to several function so that newly
9654         created paragraph can be initialized to he default layotu for the
9655         buffers textclass.
9656
9657         * tabular-old.C (ReadOld): add buf->params to call of Init
9658
9659         * screen.C: rename text->first to text->first_y
9660
9661         * paragraph.C (breakParagraph): always set layout in the broken
9662         paragraph
9663
9664         * lyxtextclass.C (Read): remove lowercase
9665         (hasLayout): ditto
9666         (operator): ditto
9667         (delete_layout): ditto
9668
9669         * lyxtext.h: rename first -> first_y
9670
9671         * lyxlayout.C (Read): remove lowercase
9672         (name): ditto
9673         (setName): ditto
9674         (obsoleted_by): ditto
9675
9676         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
9677
9678         * buffer.C (insertErtContents): add params are to InsetERT
9679         (parseSingleLyXformat2Token): add code to check if a paragraphs
9680         layout really exist.
9681         (parseSingleLyXformat2Token): add params to several inset
9682         constructors
9683         (asciiParagraph): remove lowercase, do the layout comparisons with
9684         no_case
9685
9686         * BufferView_pimpl.C (cursorNext): first -> first_y
9687         (resizeCurrentBuffer): first -> first_y
9688         (updateScrollbar): first -> first_y
9689         (scrollCB): first -> first_y
9690         (workAreaMotionNotify): first -> first_y
9691         (workAreaButtonPress): first -> first_y
9692         (checkInsetHit): first -> first_y
9693         (cursorPrevious): first -> first_y
9694         (cursorNext): first -> first_y
9695         (Dispatch): add buffer_->params to severl inset contructors
9696
9697 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9698
9699         * lyxlayout.C (Read): remove some debug info that I forgot.
9700
9701         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
9702         clean up the code slightly.
9703         (makeLinuxDocFile): ditto
9704         (makeDocBookFile): ditto
9705
9706         * text2.C: layout as string
9707
9708         * text.C: layout as string
9709
9710         * paragraph_pimpl.C: layout as string
9711
9712         * paragraph.[Ch]: layout as string
9713
9714         * lyxtextclasslist.[Ch]: layout as string
9715
9716         * lyxtextclass.[Ch]: layout as string
9717
9718         * lyxtext.h: layout as string
9719
9720         * lyxlayout.[Ch]: layout as string
9721
9722         * lyx_cb.C: layout as string
9723
9724         * bufferview_funcs.C: layout as string
9725
9726         * bufferparams.C: layout as string
9727
9728         * buffer.C: layout as string
9729
9730         * LyXView.[Ch]: layout as string
9731
9732         * LaTeXFeatures.[Ch]: layout as string
9733
9734         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
9735
9736         * BufferView_pimpl.C: change current_layout to string, remove
9737         lyx::layout_type.
9738         (Dispatch):
9739         (smartQuote):
9740         (insertInset):
9741         (workAreaButtonRelease): layout as string
9742
9743         * BufferView2.C (unlockInset): adjust
9744
9745         * vspace.C (asLatexCommand): use an explict temp variable.
9746
9747 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9748
9749         * Makefile.am: use FRONTEND_*
9750
9751 2002-03-01  Juergen Vigna  <jug@sad.it>
9752
9753         * tabular.C (SetWidthOfMulticolCell): changed to something better
9754         I hope but still work in progress.
9755         (recalculateMulticolumnsOfColumn): renamed function from
9756         recalculateMulticolCells as it is more appropriate now.
9757         (SetWidthOfCell): calculate multicols better.
9758
9759 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9760
9761         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
9762
9763         * lyxfunc.C (processKeySym): print sequence also if it is
9764         `deleted' (complete)
9765
9766         * kbsequence.C (print): print sequence even if it is deleted
9767         (complete would be a better word, actually).
9768
9769         * lyxfunc.C (dispatch): print complete options after a prefix key
9770
9771         * vspace.C (asLatexCommand): rewrite in a slightly different form.
9772
9773 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
9774
9775         * text2.C (setCharFont): eliminate setCharFont code duplication.
9776
9777 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9778
9779         * BufferView_pimpl.C (Dispatch): remove bogus handling of
9780         LFUN_TABULAR_FEATURE (bug #177)
9781
9782 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
9783
9784         * Makefile.am: remove figure.h
9785
9786 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
9787
9788         * Bufferview_pimpl.C:
9789         * CutAndPasteC:
9790         * LaTeX.C:
9791         * LyXSendto.C:
9792         * buffer.C:
9793         * bufferlist.C:
9794         * converter.C:
9795         * language.C:
9796         * lyxfunc.C:
9797         * lyxvc.C:
9798         * paragraph.C:
9799         * text.C:
9800         * text2.C: remove #include "lyx_gui_misc.h".
9801
9802         * LaTeX.C: added #include <cstdio>
9803
9804 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9805
9806         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
9807         that the paragraph following this one can have.
9808
9809         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
9810
9811         * vspace.C (asLatexCommand): fix bogus gcc warning
9812
9813         * Makefile.am (lyx_SOURCES): remove vms_defines.h
9814
9815 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
9816
9817         * text2.C (setLayout): get rid of redundant code
9818
9819 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
9820
9821         * text2.C (incDepth): make sure depth cannot be increased beyond
9822         reasonable values.
9823
9824 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
9825
9826         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
9827         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
9828
9829         * PainterBase.h (image):
9830         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
9831         a LyXImage const *.
9832
9833 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9834
9835         * BufferView.C:
9836         * BufferView.h:
9837         * BufferView_pimpl.C:
9838         * BufferView_pimpl.h:
9839         * LaTeXFeatures.C:
9840         * LyXAction.C:
9841         * LyXView.C:
9842         * Makefile.am:
9843         * UpdateList.h:
9844         * UpdateList.C:
9845         * buffer.C:
9846         * figure.h:
9847         * figureForm.C:
9848         * figureForm.h:
9849         * figure_form.C:
9850         * figure_form.h:
9851         * lyx_cb.C:
9852         * lyx_gui.C:
9853         * lyx_gui_misc.C:
9854         * lyxfunc.C:
9855         * sp_base.h:
9856         * sp_ispell.h:
9857         * sp_pspell.h:
9858         * sp_spell.C: remove fig inset, and the crap house of
9859           cards that follows it
9860
9861 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9862
9863         * Makefile.am:
9864         * lyxserver.C:
9865         * os2_defines.h:
9866         * os2_errortable.h:
9867         * nt_defines.h: move .h into support/
9868
9869         * vms_defines.h: remove
9870
9871         * WorkArea.C: add space in debug output
9872
9873         * text2.C:
9874         * paragraph.C:
9875         * buffer.C: add WITH_WARNINGS
9876
9877         * vc-backend.h:
9878         * vc-backend.C:
9879         * bufferlist.C: s/retrive/retrieve/, add docs
9880
9881         * vspace.h:
9882         * vspace.C:
9883         * kbmap.h:
9884         * lyxlength.h:
9885         * lyxgluelength.h:
9886         * length_common.h:
9887         * chset.h:
9888         * chset.C: add docs
9889
9890         * lyxgui.C: add ID to X error handler
9891
9892         * lyxtestclass.c: fix typo
9893
9894 2002-02-26  Juergen Vigna  <jug@sad.it>
9895
9896         * tabular_funcs.C (write_attribute): changed so that some default
9897         attributes are not written at all.
9898         (getTokenValue): set default values before trying to read the
9899         value so we have the return value always set as default if we don't
9900         find the token we search for.
9901
9902         * tabular.C (Write): write bools as bools not as strings!
9903
9904 2002-02-22  Juergen Vigna  <jug@sad.it>
9905
9906         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
9907         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
9908
9909         * text.C (leftMargin): don't add an indent for paragraphs inside
9910         tabular cells (fix #208).
9911
9912 2002-02-21  José Matos  <jamatos@fep.up.pt>
9913
9914         * tabular.C (docBook): fixed support for long tables.
9915
9916 2002-02-20  Juergen Vigna  <jug@sad.it>
9917
9918         * text2.C (getFont): get the drawing font of the Inset if this
9919         paragraph is inside an inset (only important for InsetERT for now).
9920
9921         * buffer.C (insertErtContents): use new lanugage params in ERT
9922         constructor.
9923
9924         * CutAndPaste.C: commenting out seemingly uneeded code.
9925
9926 2002-02-19  Allan Rae  <rae@lyx.org>
9927
9928         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
9929         Iterators might be simple to use but they also get invalidated.
9930         (removeAutoInsets): renamed saved cursor tracking variables and added
9931         some comments to clarify what everything does.
9932
9933 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
9934
9935         * Chktex.C:
9936         * LaTeX.C:
9937         * LyXSendto.C:
9938         * converter.C:
9939         * lyx_cb.C:
9940         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
9941         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
9942
9943         * lyxfunc.C:
9944         * vc-backend.h: remove #include "support/syscall.h"
9945
9946         * LaTeX.C:
9947         * LyXSendto.C:
9948         * converter.C: rearrange #includes in Lars' approved fashion.
9949
9950         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
9951         forward declare class Timeout in the header file.
9952
9953         * XFormsView.C: changes due to the above.
9954
9955         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
9956         similar to LyXView.
9957
9958         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
9959         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
9960
9961 2002-02-18  José Matos  <jamatos@fep.up.pt>
9962
9963         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
9964         insets contents.
9965
9966 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9967
9968         * a lot of small ws changes
9969         * add a lot of using std::XXX
9970         * use std construcs some places where approp.
9971         * use some exisint stuff from lyxfunctional where approp.
9972         * Make file changes to use partial linking (lets test this now...)
9973
9974 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9975
9976         * Chktex.C:
9977         * buffer.C:
9978         remove #include "support/syscontr.h" as it's redundant. Always has been.
9979
9980         * Chktex.C:
9981         * LaTeX.C:
9982         * LyXSendto.C:
9983         * converter.C:
9984         * lyx_cb.C:
9985         * vc-backend.C:
9986         change Systemcalls::System to Systemcalls::Wait and
9987         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
9988         No change of functionality, just reflects the stripped down Systemcalls
9989         class.
9990
9991 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9992
9993         * debug.[Ch]: add a GRAPHICS type to the enum.
9994
9995 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9996
9997         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
9998
9999         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10000         there is an inset.
10001
10002 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10003
10004         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10005         match the changes below.
10006
10007         * text2.C (toggleInset): if there is not editable inset at cursor
10008         position, try to see if cursor is _inside_ a collapsable inset
10009         and close it.
10010
10011 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10012
10013         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10014         document menu has a nice checkbox
10015
10016 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10017
10018         * lyxlength.C (asLatexString): change PW to output as percent of
10019         \textwidth.
10020
10021         * lengthcommon.C: change '%' to 't%'
10022
10023         * lyxfunc.C (dispatch): a few comments from Martin
10024
10025 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10026
10027         * WorkArea.h:
10028         * WorkArea.C:
10029         * BufferView_pimpl.h:
10030         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10031           the X selection.
10032
10033 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10034
10035         * vspace.C (inPixels): fix compiler warning
10036
10037 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10038
10039         * lyxfunc.C (getStatus): fix status message for disabled commands.
10040
10041 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10042
10043         * BufferView_pimpl.C: fix crash on close buffer
10044         during selection (#227)
10045
10046 2002-01-27  Herbert Voss  <voss@lyx.org>
10047
10048         * buffer.C: link old Figure to new graphic inset
10049
10050 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10051
10052         * FontLoader.C (getFontinfo): Change the latex font names in order
10053         to match the names of type1inst.
10054
10055 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10056
10057         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10058
10059         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10060         (extchanged): ditto
10061         (ext_exist): ditto
10062         (remove_files_with_extension): ditto
10063         (remove_file): ditto
10064         (write): ditto
10065
10066         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10067         document is smaller than the work area height. Do not initialize
10068         static variables to 0.
10069
10070 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10071
10072         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10073
10074         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10075         LFUN_LAYOUT_PARAGRAPHS.
10076
10077         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10078         tabular. It is possible to provide a possible cell, which will
10079         typically be the actcell from the corresponding insettabular
10080
10081         * lyxfunc.C (getStatus): small cleanup; disable
10082         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10083         true
10084
10085 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10086
10087         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10088
10089         * paragraph.C (startTeXParParams):
10090         (endTeXParParams): new methods. The LaTeX code to
10091         start/end paragraph formatting
10092         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10093         empty (fixes bug #200)
10094
10095         * vspace.C (inPixels): adapt to the change below
10096         (inPixels): [later] more cleanups (remove unused variables)
10097
10098         * lyxlength.C (inPixels): change to use a width and a height as
10099         parameter.
10100
10101 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10102
10103         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10104         Replaced with \paperwidth
10105
10106         * DepTable.C (insert): add std:: qualifier
10107
10108 2002-01-18  Allan Rae  <rae@lyx.org>
10109
10110         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10111         updated also?
10112
10113         * text.C (drawInset): Turned out I didn't know enough about how
10114         rebreaking worked.  This fixes most of the redraw problems.  I see
10115         an occasional cursor trail when a line is broken now and the cursor
10116         placement can seem out by a few pixels also after a rebreak.
10117
10118 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10119
10120         * buffer.C (parseSingleLyXformat2Token): update because minipage
10121         width is now a LyXLength
10122
10123         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10124
10125         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10126         math insets
10127
10128 2002-01-17  Juergen Vigna  <jug@sad.it>
10129
10130         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10131
10132         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10133         is set correctly and the inset is updated correctly.
10134
10135 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10136
10137         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10138         the beginning of the loop.
10139
10140 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10141
10142         * lyxrc.C: improve help for use_scalable_fonts
10143
10144 2002-01-17  Allan Rae  <rae@lyx.org>
10145
10146         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10147
10148 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10149
10150         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10151         make sure to set their inset_owner to the right value (bug #171)
10152
10153 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10154
10155         * DepTable.h
10156         * DepTable.C: Implement mtime checking to reduce time spent doing
10157         CRCs.
10158
10159 2002-01-16  Juergen Vigna  <jug@sad.it>
10160
10161         * tabular.C (GetAdditionalHeight): one of error fixed.
10162
10163         * lyxrc.C (output): small fix in writing use_pspell.
10164
10165 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10166
10167         * sp_base.h: #include LString.h
10168
10169 2002-01-16  Allan Rae  <rae@lyx.org>
10170
10171         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10172         Can someone check this please?
10173
10174         * text.C (drawInset): It was possible that p.row would be removed by
10175         breakAgainOneRow upsetting a few other settings.  There may be another
10176         small tweak possible by setting need_break_row = 0 when p.row has been
10177         removed but I don't know enough about the logic here.
10178
10179 2002-01-15  Allan Rae  <rae@lyx.org>
10180
10181         * text.C (insertChar): removed conditional truism.
10182
10183         * BufferView2.C (removeAutoInsets): More tweaks.
10184         cur_par_prev could be a stray pointer.  Check for trailing empty line
10185         in case last line was cur_par and only had an error inset on it.
10186
10187 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10188
10189         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10190         absolute
10191
10192         * vc-backend.C (most methods):
10193         * exporter.C (Export):
10194         * converter.C (convert):
10195         (runLaTeX):
10196         * LyXSendto.C (SendtoApplyCB):
10197         * lyxfunc.C (dispatch):
10198         (menuNew):
10199         (open):
10200         (doImport):
10201         * lyx_cb.C (AutoSave):
10202         (InsertAsciiFile):
10203         * BufferView_pimpl.C (MenuInsertLyXFile):
10204         * buffer.C (runChktex): use Buffer::filePath().
10205
10206         * buffer.h: rename filename to filename_; rename filepath to
10207         filepath_ and make it private
10208         (filePath): new method
10209
10210         * buffer.C (writeFile): use fileName()
10211         (getLatexName):
10212
10213         * lyx_main.C (init): fix starting  of LyX when the binary is a
10214         link from so,ewhere else.
10215
10216         * minibuffer.C: include <cctype> for isprint
10217
10218 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10219
10220         * buffer.C (parseSingleLyXformat2Token): changes associated with the
10221         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
10222         name clash with InsetCollapsable's width function.
10223
10224 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10225
10226         * lastfiles.C: include <iterator>
10227
10228 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10229
10230         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
10231         std::count.
10232
10233         * buffer.C (makeLaTeXFile): ditto.
10234         Also make loop operation more transparent.
10235
10236 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10237
10238         * ToolbarDefaults.C: remove trailing comma closing namespace.
10239
10240         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
10241
10242         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
10243         as in WorkArea.
10244
10245         * trans.C (Load): comment out unused variable, allowed.
10246
10247 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10248
10249         * minibuffer.[Ch] (append_char): new method to recieve input from the
10250         drop-down completion browser. If a key was pressed, then recieve this
10251         char and append it to the existing string.
10252         (peek_event): modify the positioning data passed to the completion
10253         browser so that it can be placed above the minibuffer rather than below.
10254 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10255
10256         * LyXAction.C (init): alloe error-next for readonly documents.
10257
10258         * BufferView2.C (ChangeRefsIfUnique): use standard version of
10259         count.
10260
10261 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10262
10263         * bufferlist.C (readFile): create the buffer _after_ checking that
10264         the file exists.
10265
10266         * lyxfunc.C (verboseDispatch): fix handling of arguments
10267
10268         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
10269
10270         * lyxrc.C: use string::erase() instead of initializing to "".
10271
10272
10273 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10274
10275         * BufferView_pimpl.h:
10276         * BufferView_pimpl.C:
10277         * WorkArea.h:
10278         * WorkArea.C:
10279         * text2.C: tell X when we have made a selection for copying
10280
10281 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10282
10283         * BufferView_pimpl.C (MenuInsertLyXFile):
10284         * lyxfunc.C (menuNew):
10285         (open):
10286         (doImport): add shortcuts to directory buttons
10287
10288         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
10289         open a float)
10290
10291         * lyxfunc.C (setStatusMessage):
10292         (getStatusMessage): new methods
10293         (getStatus):use setStatusMessage instead of setErrorMessage
10294         (dispatch): when function is disabled, set error message here
10295         [instead of in getStatus previously]
10296
10297         * BufferView_pimpl.C (workAreaButtonRelease): update
10298         toolbar/menubar here too.
10299
10300 2002-01-13  Allan Rae  <rae@lyx.org>
10301
10302         * BufferView2.C (removeAutoInsets): finished off earlier fix.
10303         Now seems indestructible.  Remaining task is to audit all other
10304         code affected by deleteEmptyParagraphMechanism.  One small quirk
10305         left is that an empty document with an error in the preamble can
10306         be made to report an error but no error box appears.  I don't know
10307         where it goes.
10308         (removeAutoInsets): Improved comments.
10309
10310 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
10311
10312         * Thesaurus.h:
10313         * Thesaurus.C: update for Aiksaurus 0.14
10314
10315 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10316
10317         * text2.C (firstParagraph): removed member function, all uses
10318         replaces with ownerParagraph
10319         (redoParagraphs): here
10320         (updateInset): here
10321         (toggleAppendix): here
10322         * BufferView2.C (insertErrors): here
10323         (setCursorFromRow): here
10324
10325 2002-01-13  Allan Rae  <rae@lyx.org>
10326
10327         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
10328         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
10329         There is still a way to segfault this although you may have to do this
10330         multiple times: Have an InsetERT with an unknown command in it.
10331         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
10332         <down-arrow>, <Enter> again, View->DVI, BANG!
10333
10334         * text2.C (setCursor):
10335         (deleteEmptyParagraphMechanism):
10336         * lyxtext.h (setCursor):
10337         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
10338         Making use of the return value may help fix other bugs.
10339
10340 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10341
10342         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
10343
10344         * LyXView.C (updateMenubar): call MenuBar::update here
10345         (updateToolbar): but not here
10346         (showState): do not update toolbar/menubar
10347
10348         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
10349         should need to care about that.
10350
10351         * lyxfunc.C (verboseDispatch): simplify a bit
10352         (getStatus): have a version which takes a pseudoaction, and
10353         another which requires a (kb_action,string).
10354
10355         * LyXAction.C (retrieveActionArg): make it work also when action
10356         is not a pseudo-action.
10357         (getActionName): simplify a bit
10358         (helpText):
10359
10360 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10361
10362         * lyxfunc.C (verboseDispatch): new families of methods with
10363         several ways to specify a command and a bool to indicate whether
10364         the command name and shortcut should be displayed in minibuffer
10365         (eventually, we could extend that to a finer bitmask like
10366         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
10367         (dispatch): the pristine dispatch command which just, well,
10368         dispatchs! Note it still sets its result to minibuffer; I'm not
10369         sure we want that.
10370
10371         * lyxfunc.h: remove setHintMessage
10372
10373         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
10374
10375 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10376
10377         * BufferView_pimpl.C (specialChar): delete new inset if we have
10378         not been able to insert it.
10379
10380         * kbmap.C: revert to using int instead of kb_action, since all we
10381         are dealing with is pseudo-actions.
10382
10383         * LyXAction.C (searchActionArg): change to return int instead of
10384         kb_action, since the result is a pseudoaction.
10385
10386 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
10387
10388         * buffer.C (insertErtContents): Fix (partially) the font bug.
10389
10390 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10391
10392         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
10393         as the other one is broken on my machine!
10394
10395 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
10396
10397         * commandtags.h:
10398         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
10399
10400 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
10401
10402         * lyxrc.[Ch]: change names and descriptions of popup font variables to
10403         reflect their actual use. Provide compatibility code for older lyxrc
10404         files.
10405
10406         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
10407         FL_NORMAL_STYLE.
10408         change names of popup font variables in line with the changes to lyxrc.C
10409
10410 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10411
10412         * buffer.C (asciiParagraph): avoid outputing a word twice after
10413         an inset.
10414
10415         * lyxrc.C (getDescription): document that document_path and
10416         template_path can be empty.
10417
10418 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10419
10420         * LaTeXFeatures.C (getMacros):
10421         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
10422
10423         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
10424
10425         * LaTeXFeatures.C (useFloat): require "float" here instead of in
10426         getPackages.
10427         (getPackages): rename feature "floats" to "float". Use an array to
10428         iterate over 'simple' features (i.e. just a \usepackage). Add
10429         handling of "amsmath" (renamed from "amsstyle").
10430
10431 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
10432
10433         * LaTeXFeatures.C (require): Prevent duplicate entries in the
10434         features list.
10435
10436 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
10437
10438         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
10439         FuncStaus::FuncStatus & FuncStaus::some_method().
10440
10441 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
10442
10443         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
10444         of the func_satus stuff. Edited and massaged in various ways by
10445         JMarc.
10446
10447         * lyxfunc.C (getStatus): use FuncStatus
10448
10449 2002-01-08  Juergen Vigna  <jug@sad.it>
10450
10451         * text.C (nextBreakPoint): use function Inset::isChar().
10452
10453         * paragraph.C (TeXOnePar): use function
10454         Inset::forceDefaultParagraphs.
10455
10456         * buffer.C (latexParagraphs): use function
10457         Inset::forceDefaultParagraphs.
10458
10459 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10460
10461         * lyx_gui.C (init): set the style of the menu popups to
10462         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
10463
10464 2002-01-07  Juergen Vigna  <jug@sad.it>
10465
10466         * text.C (setHeightOfRow): small fix
10467         (prepareToPrint): don't look at alignment if we don't have the place
10468         for doing it.
10469
10470 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10471
10472         * box.C: New file. Move the Box methods and functions out of box.h,
10473         following Lars' suggestion.
10474
10475 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10476
10477         * box.h: #include "support/LOstream.h", needed for inlined function.
10478
10479         * lyxtextclass.C:
10480         * lyxtextclasslist.C: added some using std declarations.
10481
10482 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
10483
10484         * box.h: make signed dimensions to allow insets wider than
10485           the screen (bug #162)
10486
10487         * BufferView_pimpl.C: add some insetHit debug
10488
10489 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
10490
10491         * vc-backend.C: add FIXME
10492
10493 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10494
10495         * lyxfunc.C (getStatus): enable code for showing math font status
10496         in toolbar/menu.
10497
10498 2002-01-07  Juergen Vigna  <jug@sad.it>
10499
10500         * text.C (nextBreakPoint): removed debug output not needed anymore.
10501
10502 2002-01-06  Juergen Vigna  <jug@sad.it>
10503
10504         * text.C (nextBreakPoint): fixed up this function we had this bug
10505         since ever but now hopefully we break row better.
10506         (insertChar): we have to check if an inset is the next char as it
10507         could now happen that a large inset is causing a break.
10508
10509 2002-01-05  Juergen Vigna  <jug@sad.it>
10510
10511         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
10512         if it doesn't like to be drawed.
10513
10514 2002-01-04  Juergen Vigna  <jug@sad.it>
10515
10516         * BufferView2.C (lockInset): forgot to set a cursor.
10517
10518         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
10519
10520 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
10521
10522         * FormMathsPanel.C:
10523         * FormMathsPanel.h
10524         * MathsSymbols.C:
10525         * form_maths_panel.C:
10526         * form_maths_panel.h:
10527         * form_maths_panel.fd: implemented sub- and super- buttons in math
10528         panel.
10529
10530         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
10531         (or ^ space) to be used as in TeX (req'd by André).
10532
10533         * lyxfunc.C: Allow ^ and _ again to be used both as
10534         super/subscript (mathed) and as themselves (in text).
10535
10536 2002-01-03  Allan Rae  <rae@lyx.org>
10537
10538         * LyXView.C (updateWindowTitle): Setup a short icon title of either
10539         "LyX" or the filename of the current buffer if it has one.  This is a
10540         modified form of John Levon's patch.
10541
10542         * XFormsView.C (setWindowTitle): also set icon title.
10543
10544         * LyXView.h (setWindowTitle): signature changed.
10545         * XFormsView.h (setWindowTitle): ditto.
10546
10547 2002-01-02  Juergen Vigna  <jug@sad.it>
10548
10549         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
10550
10551 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10552
10553         * screen.C (topCursorVisible): introduce a temp var for
10554         text->cursor.row(), handle the case where this row is null. (kindo
10555         hachish)
10556
10557         * text2.C (setCursor): add a couple of asserts.
10558
10559         * paragraph.h (inset_iterator): add -> operator
10560
10561         * paragraph.[Ch] (autoDeleteInsets): remove member function
10562
10563         * BufferView2.C (removeAutoInsets): rewrite to handle the old
10564         cursor pos correctly and handle inset deletion by itself.
10565         (insertErrors): move iterator declaration out of for expression
10566
10567         * lyxtextclass.C: add <algorithm>
10568
10569         * Makefile.am: added the new files to sources, removed layout.C
10570
10571         * layout.C: removed file
10572
10573         * layout.h: remove LYX_DUMMY_LAYOUT
10574
10575         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
10576         layout.
10577
10578         * lyxlayout.[Ch]:
10579         * lyxtextclass.[Ch]:
10580         * lyxtextclasslist.[Ch]: new files
10581
10582         * include order changes to a lot of files, also changes because of
10583         the six new files.
10584
10585 2001-12-27  Juergen Vigna  <jug@sad.it>
10586
10587         * buffer.C (asciiParagraph): more fixes.
10588
10589         * tabular.C (ascii): make ascii export support export of only the
10590         data separated by a column-delimiter.
10591         (ascii): better support for ascii export.
10592
10593         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
10594
10595 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10596
10597         * tabular_funcs.C: use a "using std::getline" instead of the
10598         previous fix from Angus (necessary for cxx + lyxstring)
10599
10600 2001-12-24  Juergen Vigna  <jug@sad.it>
10601
10602         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
10603
10604         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
10605         problems. First check a minipage also if we have some ert-contents
10606         (not only on par->size(), second set the right depth of the paragraph
10607         on the relink to the root-paragraph-list!
10608
10609         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
10610         which then did not anymore update the main paragraphs on undo/redo!
10611
10612 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10613
10614         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
10615         code. Support all font-changing funcs (even those which are not in
10616         menu currently). Support for reporting font settings in
10617         mathed (disabled until Andre provides a function on mathed's side).
10618
10619         * func_status.h (toggle): small helper function to set toggle
10620         state on a flag.
10621
10622 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
10623
10624         * tabular_funcs.C: getline -> std::getline
10625
10626 2001-12-21  Juergen Vigna  <jug@sad.it>
10627
10628         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
10629         accessed and could be 0 (I couldn't generate this but it seems
10630         Michael could!).
10631
10632 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10633
10634         * tabular_funcs.C: add LIstream.h, move write_attribute to..
10635         * tabular_funcs.h: here and include iosfwd
10636
10637 2001-12-20  Juergen Vigna  <jug@sad.it>
10638
10639         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
10640         inside inset but undo_par was.
10641
10642 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10643
10644         * Thesaurus.C: always include <config.h> in sources.
10645
10646         * Painter.h:
10647         * lyxlookup.h:
10648         * box.h: do not include <config.h> in header files
10649
10650         * text.C (paintLastRow): remove unused variable
10651
10652         * text.C (transformChar):
10653         (insertChar):
10654         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
10655
10656         * Painter.C (text):
10657         * font.C (width): rewrite to use uppercase() instead of
10658         islower/toupper.
10659
10660         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
10661
10662 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
10663
10664         * lyxfind.C: clean up of find failure position change
10665
10666 2001-12-20  Juergen Vigna  <jug@sad.it>
10667
10668         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
10669
10670         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
10671         (TeXRow): added to LaTeX a single tabular row.
10672         (TeXLongtableHeaderFooter): added to output LT-h/f data.
10673         (Latex): simplified and finally good LT-h/f support.
10674         (various_functions): just small adaptions for LT-h/f support.
10675
10676         * tabular_funcs.[hC]: added and moved here all not classfunctions
10677         of LyXTabular.
10678
10679 2001-12-19  Juergen Vigna  <jug@sad.it>
10680
10681         * tabular.[Ch]: better support for longtabular options (not finished
10682         yet!)
10683
10684 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10685
10686         * text.C (paintLastRow): use the label font instead of the font of
10687         the last character to compute the size of *_BOX. This makes more
10688         sense and avoids a crash with empty paragraphs.
10689         Use Painter::rectangle to draw EMPTY_BOX.
10690
10691 2001-12-19  Juergen Vigna  <jug@sad.it>
10692
10693         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
10694         the paragraphs if the replaced paragraph is not the first one!
10695         Tried to delete not used paragraphs but does not work yet so for
10696         now it's inside #ifdef's and by default off!
10697
10698 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10699
10700         * MenuBackend.C: include "lyx_main.h" instead of declaring
10701         lastfiles (actually was declared as LastFiles* instead of a
10702         scoped_ptr).
10703
10704 2001-12-17  Juergen Vigna  <jug@sad.it>
10705
10706         * tabular.C (AppendColumn): applied John's fix
10707
10708 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
10709
10710         * BufferView.h:
10711         * BufferView.C:
10712         * BufferView_pimpl.h:
10713         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
10714
10715         * Makefile.am:
10716         * box.h: new start of class for above
10717
10718         * lyxfunc.C: ignore space-only minibuffer dispatches.
10719           Show the command name when it doesn't exist
10720
10721         * minibuffer.C: don't add empty lines to the history
10722
10723         * minibuffer.C: add a space on dropdown completion
10724
10725 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
10726
10727         * text.C: fix line above/below drawing in insets
10728
10729 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10730
10731         * lyxlength.C (LyXLength): Initialize private variables.
10732
10733 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
10734
10735         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
10736         when inserting error insets.
10737
10738 2001-12-13  Juergen Vigna  <jug@sad.it>
10739
10740         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
10741         actually sometimes the before-paragraph.
10742         (setUndo): don't clear the redostack if we're not actually undoing!
10743
10744 2001-12-06  Juergen Vigna  <jug@sad.it>
10745
10746         * undo_funcs.C (textHandleUndo): well after John's hint I got here
10747         and fixed redoing of main paragraph, so we can use it now ;)
10748
10749         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
10750
10751 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10752
10753         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
10754         Juergen's request
10755
10756 2001-12-13  André Pönitz <poenitz@gmx.net>
10757
10758         * undostack.[Ch]:
10759         * undo_func.C: minor cleanup
10760
10761 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10762
10763         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
10764         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
10765         font in urw-fonts package which is marked as -urw-fontspecific and
10766         does not work (incidentally, changing the encoding in the
10767         fonts.dir of this package to -adobe-fontspecific fixes the
10768         problem).
10769
10770         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
10771         is a crash when undoing first paragraph (Juergen, please take a
10772         look). THis does not mean the undo fix is wrong, just that it
10773         uncovers problems.
10774
10775         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
10776         the (Paragraph*) version when needed instead of duplicating the
10777         code.
10778
10779         * text.C (workWidth): use Inset::parOwner to find out where the
10780         inset has been inserted. This is a huge performance gain for large
10781         documents with lots of insets. If Inset::parOwner is not set, fall
10782         back on the brute force method
10783
10784         * paragraph_pimpl.C (insertInset):
10785         * paragraph.C (Paragraph):
10786         (cutIntoMinibuffer): set parOwner of insets when
10787         inserting/removing them
10788
10789         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10790
10791 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
10792
10793         * commandtags.h:
10794         * LyXAction.C:
10795         * lyx_main.C:
10796         * lyxfunc.C:
10797         * mathed/formulabase.C:
10798         * mathed/math_cursor.[Ch]:
10799         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
10800
10801
10802 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10803
10804         * lyxlength.[Ch] (operator!=): new function
10805
10806 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10807
10808         * text.C (workWidth): use Inset::parOwner to find out where the
10809         inset has been inserted. This is a huge performance gain for large
10810         documents with lots of insets. If Inset::parOwner is not set, fall
10811         back on the brute force method
10812
10813         * paragraph_pimpl.C (insertInset):
10814         * paragraph.C (Paragraph):
10815         (cutIntoMinibuffer): set parOwner of insets when
10816         inserting/removing them
10817
10818         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10819
10820 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10821
10822         * tabular-old.C (getTokenValue):
10823         * tabular.C (getTokenValue):
10824         (write_attribute): new versions for LyXLength
10825         (everywhere): adjust the use of widths
10826
10827         * tabular.h: change the type of widths from string to LyXLength
10828
10829 2001-12-11  Ben Stanley <bds02@uow.edu.au>
10830
10831         * paragraph.C: fixed missing line number count when exporting
10832         Environments to LaTeX file
10833
10834         * buffer.C: added informational message for checking line numbers.
10835
10836 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10837
10838         * text2.C (deleteEmptyParagraphMechanism): if there is only one
10839         paragraph, do the 'double space' part, but not the 'empty
10840         paragraph' one.
10841
10842         * text.C (workWidth): small optimization
10843         (getLengthMarkerHeight): use minimal size for negative lengths.
10844
10845 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
10846
10847         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
10848
10849         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
10850
10851 2001-12-11  André Pönitz <poenitz@gmx.net>
10852
10853         * FontLoader.C:
10854         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
10855
10856 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10857
10858         * text2.C: keep selection on a setFont()
10859
10860 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10861
10862         * lyx_cb.C: another bv->text misuse, from insert label
10863
10864 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10865
10866         * kbsequence.h:
10867         * kbsequence.C: re-instate nmodifier mask
10868
10869 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
10870
10871         * lyx_main.h: make lyxGUI private.
10872
10873 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10874
10875         * lyxfind.C: place the cursor correctly on failed search
10876
10877 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10878
10879         * text.C (getLengthMarkerHeight): for small heights, the arrows
10880         are not always on top/bottom of the text
10881         (drawLengthMarker): smaller arrows; take the left margin in
10882         account; draw also vfills.
10883         (paintFirstRow):
10884         (paintLastRow): remove special code for vfill and standard spaces,
10885         since everything is handled in drawLengthMarker now.
10886
10887 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10888
10889         * buffer.C (insertErtContents): try to handle font and language
10890         interaction a bit better.g
10891
10892         * ColorHandler.C (updateColor): change the hash to cover the whole
10893         LColor enum, ws cleanup
10894         (getGCLinepars): ditto
10895         (getGCLinepars): only lookup in the linecache once.
10896
10897 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
10898
10899         * iterators.C (operator++): Make the iterator more robust
10900
10901         * BufferView2.C (removeAutoInsets): Use paragraph iterators
10902         (John's patch)
10903         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
10904
10905 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10906
10907         * lyxtext.h:
10908         * text.C: better added space drawing
10909
10910 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10911
10912         * LyXView.C:
10913         * BufferView2.C: fix layout combo update on inset unlock
10914
10915 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10916
10917         * Makefile.am: don't compile unused files
10918
10919 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10920
10921         * lyxfunc.C:
10922         * commandtags.h:
10923         * LyXAction.C: remove old LFUN_LAYOUTNO
10924
10925 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10926
10927         * paragraph_pimpl.h:
10928         * paragraph_pimpl.C: isTextAt() doesn't need font param
10929
10930 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10931
10932         * lyxlex.h:
10933         * lyxlex.C: little cleanup
10934
10935 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10936
10937         * BufferView_pimpl.C: fix insertAscii for insets
10938
10939 2001-12-05  Juergen Vigna  <jug@sad.it>
10940
10941         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
10942         set the right font on the "multi" paragraph paste!
10943
10944 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10945
10946         * trans_decl.h:
10947         * trans_mgr.[Ch]:
10948         * trans.[Ch]:
10949         * lyxgluelength.C:
10950         * lyxlength.C: remove out-commented code.
10951
10952         * BufferView_pimpl:
10953         * CutAndPaste.C:
10954         * DepTable.C:
10955         * buffer.C:
10956         * chset.C:
10957         * lastfiles.C:
10958         * lyxlex.C:
10959         * lyxlex_pimpl.C:
10960         * lyxserver.C:
10961         * screen.C:
10962         * tabular-old.C:
10963         * tabular.C:
10964         * text.C:
10965         * trans_mgr.C:
10966         * vc-backend.C: change "while(" to "while ("
10967
10968         * lyxlength.[Ch]: add zero function to check if length is zero or
10969         not
10970         * lyxgluelength.C: use it
10971
10972 2001-12-05  Allan Rae  <rae@lyx.org>
10973
10974         * lyxlength.C: Attempted a fix for the abs(int) header selection.
10975         Works for 2.95.3, from what I understand of Garst's reports this should
10976         work for other g++ versions.  We're screwed if the abs(int) definition
10977         changed between bugfix releases of gcc.
10978
10979 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10980
10981         * text.C: fix chapter label offset !
10982
10983 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10984
10985         * lyxtext.h:
10986         * text.C: fix hfill at end of line, clean up
10987
10988 2001-12-04  Juergen Vigna  <jug@sad.it>
10989
10990         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
10991         that we force an update of the inset and it's owners if neccessary.
10992
10993 2001-12-03  Juergen Vigna  <jug@sad.it>
10994
10995         * text.C (rowLast): simplified code
10996
10997 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10998
10999         * lyxfunc.C: fix show options on timeout
11000
11001 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11002
11003         * screen.C (topCursorVisible): scroll half a page when the cursor
11004         reached top of bottom of screen
11005
11006 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11007
11008         * minibuffer.C: deactivate on loss of focus
11009
11010 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11011
11012         * vspace.[Ch] (operator!=): add operator.
11013
11014 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11015
11016         * BufferView_pimpl.C: refuse to open an inset when
11017         there's a selection.
11018
11019 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11020
11021         * BufferView_pimpl.C: allow to click on RHS of full row insets
11022
11023 2001-11-30  Juergen Vigna  <jug@sad.it>
11024
11025         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11026         insets for undo reasons.
11027
11028 2001-11-28  André Pönitz <poenitz@gmx.net>
11029
11030         * vspace.[Ch]: cosmetical changes
11031
11032 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11033
11034         * LyXAction.h:
11035         * LyXAction.C:
11036         * lyxfunc.h:
11037         * lyxfunc.C:
11038         * kbmap.h:
11039         * kbmap.C:
11040         * lyxrc.C:
11041         * kbsequence.h:
11042         * kbsequence.C: part re-write of old kb code
11043
11044         * Painter.C:
11045         * WorkArea.C: remove Lgb_bug_find_hack
11046
11047 2001-11-30  José Matos <jamatos@fep.up.pt>
11048
11049         * buffer.C (makeDocBookFile): add a comment to point a hack.
11050         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11051         Fixed a double write of labels.
11052
11053 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11054
11055         * LaTeX.C:
11056         * LaTeX.h Fixed bug in LaTeX class where it would not
11057         re-run latex if no depfiles were changed, but the .dvi was removed.
11058
11059 2001-11-28  André Pönitz <poenitz@gmx.net>
11060
11061         * all the files from the change on 2001/11/26:
11062         use lyx::layout_type instead of LyXTextClass::size_type
11063         use lyx::textclass_type instead of LyXTextClassList::size_type
11064
11065 2001-11-29  Juergen Vigna  <jug@sad.it>
11066
11067         * text.C: added support for paragraph::isFreeSpacing()
11068
11069         * buffer.C: same as above
11070
11071         * paragraph.h: inserted isFreeSpacing() function to enable
11072         FreeSpacing inside InsetERT.
11073
11074         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11075         of the paragraph's in the cut/copy buffer to 0!
11076
11077         * text2.C (removeRow): remove the assert as it can!
11078
11079         * lyxtext.h: added helper function firstRow returning firstrow and
11080         made firstrow private again.
11081
11082         * BufferView2.C (lockInset): don't relock if we're already locked!
11083
11084         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11085         the only paragraph.
11086         (removeRow): added Assert::(firstrow)
11087
11088         * debug.C: forgot to add INSETTEXT here.
11089
11090 2001-11-28  Juergen Vigna  <jug@sad.it>
11091
11092         * sp_spell.C (initialize): changed error text to more general
11093         spellchecker command use (not only ispell!)
11094
11095         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11096
11097         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11098
11099 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11100
11101         * vspace.C: initialise lyxgluelength on failure
11102
11103 2001-11-28  Allan Rae  <rae@lyx.org>
11104
11105         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11106         declaration & definition that looks like a function declaration.
11107
11108 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11109
11110         * BufferView2.C (copy):
11111         (copyEnvironment): do not clear the selection when doing a copy.
11112
11113         * text.C (paintFirstRow): compilation fix
11114
11115 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11116
11117         * tabular.C (Latex): correct line count when writing latex.
11118
11119 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11120
11121         * paragraph_pimpl.h:
11122         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11123           bug a bit
11124
11125 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11126
11127         * text.C:
11128         * LColor.h:
11129         * LColor.C: change vfillline->added_space
11130
11131         * text.C: add markers and text for added space
11132
11133         * vspace.C: fix comment
11134
11135 2001-11-28  André Pönitz <poenitz@gmx.net>
11136
11137         * paragraph.C: whitespace changes
11138         * all the other files from the change on 2001/11/26:
11139         change *::pos_type into lyx::pos_type
11140
11141 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11142
11143         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11144         language of the document when inserting error insets.
11145
11146 2001-11-26  André Pönitz <poenitz@gmx.net>
11147
11148         * BufferView_pimpl.[Ch]:
11149         *       CutAndPaste.C:
11150         * buffer.[Ch]:
11151         * lyxcursor.[Ch]:
11152         * lyxfind.C:
11153         * lyxfunc.C:
11154         * lyxrow.[Ch]:
11155         * paragraph.[Ch]:
11156         * paragraph_pimpl.[Ch]:
11157         * sp_spell.C:
11158         * text.C:
11159         * text2.C: reduce header dependencies, introduce type for positions
11160
11161 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11162
11163         * <various>: change to use Alert.h
11164
11165 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11166
11167         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11168         when encountering an unknown token.
11169         (readLyXformat2): Show an error message if there were unknown tokens.
11170
11171 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11172
11173         * BufferView2.C:
11174         * BufferView_pimpl.C:
11175         * buffer.C:
11176         * paragraph.h:
11177         * text.C:
11178         * text2.C: use par->isInset()
11179
11180 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11181
11182         * paragraph_pimpl.h:
11183         * paragraph_pimpl.C: cleanup
11184
11185 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11186
11187         * text2.C (removeRow):
11188         * text.C (setHeightOfRow): remove useless (and costly) call to
11189         getRow.
11190
11191 2001-11-20  Allan Rae  <rae@lyx.org>
11192
11193         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11194         Now need Inset*::checkInsertChar() to return true for appropriate
11195         cases so that the characters in the minibuffer will actually be
11196         inserted.
11197
11198 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11199
11200         * text.C: change the order of the includes.
11201         (workWidth): initialize it at once.
11202         (workWidth): make maxw unsigned
11203         (setHeightOfRow): remove unused variable (inset)
11204         (selectSelectedWord): remove unused variable (inset)
11205         (paintRowText): fix drawing of hfill characters, and clean up a bit.
11206
11207 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11208
11209         * lyxserver.C (emergencyCleanup): do not try to close pipes if
11210         server is not running.
11211         (openConnection):
11212         (closeConnection): add debug info when server is disabled.
11213
11214         * ColorHandler.C (getGCForeground): send debug message to GUI
11215         channel.
11216
11217         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
11218
11219         * kbmap.C (bind): modify because return conventions of
11220         kb_sequence::parse have changed.
11221
11222         * kbsequence.C (parse): only ignore spaces and not any stupid
11223         control character. This avoids tests like s[i] <= ' ', which are
11224         guaranteed to fail with 8bit characters and signed chars.
11225         Change return code to string::npos when there have been no error
11226         (0 was a bad idea when error is at first character)
11227
11228 2001-11-14  José Matos  <jamatos@fep.up.pt>
11229
11230         * buffer.h:
11231         * buffer.C (simpleDocBookOnePar): removed unused argument.
11232
11233 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11234
11235         * text.C (selectNextWordToSpellcheck): do not test explicitely for
11236         insets which are part of a word. Paragraph::isLetter takes care of
11237         that now. Use Paragraph::isInset to identify insets.
11238         (selectSelectedWord): do not test for hyphenation break.
11239
11240         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
11241         that protected spaces are considered as spaces.
11242
11243         * paragraph.C (isLetter): cleanup the code for ispell extras; use
11244         Inset::isLetter.
11245
11246 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
11247
11248         * lyxserver.h:
11249         * lyxserver.C: fix it. and small cleanup.
11250
11251 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11252
11253         * BufferView_pimpl.C: use inline helpers
11254
11255         * LaTeXFeatures.h:
11256         * LaTeXFeatures.C: fix typos
11257
11258         * Spacing.h:
11259         * Spacing.C: move spacing_string into class
11260
11261         * ToolbarDefaults.C: move stuff into namespace anon
11262
11263         * layout.h: update enum
11264
11265         * lyxfunc.C: use better debug
11266
11267         * minibuffer.h: fix typo
11268
11269         * debug.h:
11270         * debug.C:
11271         * WorkArea.C: add and use Debug::WORKAREA
11272
11273         * lyxtext.h:
11274         * text.C:
11275         * text2.C: code re-organisation, inline helpers
11276
11277 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
11278
11279         * Layout.C: replaced a few cases of std::vector.size() == 0 with
11280         std::vector.empty().
11281
11282 2001-11-09  Allan Rae  <rae@lyx.org>
11283
11284         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
11285         '\n's after tables.  Tabular and ERT inset work now makes this no
11286         longer necessary.
11287
11288 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11289
11290         * minibuffer.h:
11291         * minibuffer.C: fix crash, improve drop-down completion
11292
11293 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
11294
11295         * lyxserver.h:
11296         * lyxserver.C: invalidate fd's when doing endPipe()
11297
11298 2001-11-08  José Matos  <jamatos@fep.up.pt>
11299
11300         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
11301         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
11302
11303         * paragraph.h:
11304         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
11305
11306 2001-11-07  José Matos  <jamatos@fep.up.pt>
11307
11308         * buffer.h:
11309         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
11310         const qualifier.
11311
11312         * buffer.C (sgmlOpenTag):
11313         * buffer.C (sgmlCloseTag): removed debug info.
11314
11315         * buffer.h (sgmlOpenTag):
11316         * buffer.h (sgmlCloseTag): made public.
11317
11318 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11319
11320         * buffer.C (saveParamsAsDefaults):
11321         * lyx_cb.C (MenuLayoutSave): remove
11322
11323         * LyXAction.C (init):
11324         * commandtags.h:
11325         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
11326
11327 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11328
11329         * buffer.C (setPaperStuff): removed from here...
11330
11331         * bufferparams.C (setPaperStuff): ... and moved there.
11332
11333 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
11334
11335         * minibuffer.h:
11336         * minibuffer.C:
11337         * XFormsView.C: add support for drop-down completion
11338
11339 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
11340
11341         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
11342         commands.
11343
11344 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11345
11346         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
11347         disabled.
11348
11349 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
11350
11351         * lyx_main.C: change ref to known bugs
11352
11353 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
11354
11355         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
11356         to work around older babel problems.
11357
11358 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11359
11360         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
11361
11362 2001-10-24  Juergen Vigna  <jug@sad.it>
11363
11364         * tabular-old.C (ReadOld): below variable changes reflected.
11365
11366         * tabular.[Ch]: added ltType struct for longtable header/footer
11367         defines and changed all instances where they are used. Added
11368         future support for double top/bottom rows.
11369
11370 2001-10-24  José Matos  <jamatos@fep.up.pt>
11371
11372         * buffer.h (docbookHandleCaption):
11373         * buffer.C (docbookHandleCaption): removed unused function.
11374         (makeDocBookFile): moved docbook supported version to v4.1.
11375
11376 2001-10-24  José Matos  <jamatos@fep.up.pt>
11377
11378         * tabular.h:
11379         * tabular.C (docbookRow): new function to export docbook code of a row.
11380         (DocBook): now honors the longtable flags.
11381
11382 2001-10-23  José Matos  <jamatos@fep.up.pt>
11383
11384         * LaTeXFeatures.h:
11385         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
11386         of the lyx defined sgml entities used in a docbook/linuxdoc document.
11387
11388         * buffer.C (makeLinuxDocFile):
11389         (makeDocBookFile): reworked the preamble, more clean, and with
11390         support for lyx defined entities. Changed the document declaration
11391         to be more XML friendly.
11392
11393         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
11394         if we need to output XML that should be done with a filter.
11395
11396 2001-10-22  Juergen Vigna  <jug@sad.it>
11397
11398         * sp_pspell.h (class PSpell): add alive function needed in the
11399         controller to see if the spellchecker could be started.
11400
11401 2001-10-22  Juergen Vigna  <jug@sad.it>
11402
11403         * buffer.C (insertStringAsLines): modify the font for inserting
11404         chars in certain conditions by calling checkInsertChar(font).
11405
11406 2001-10-19  Juergen Vigna  <jug@sad.it>
11407
11408         * text.C (workWidth): use getRow instead of wrong algorithm.
11409         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
11410
11411 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
11412
11413         * lyxserver.h:
11414         * lyxserver.C:
11415         * lyx_main.h:
11416         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
11417
11418 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11419
11420         * text.C (workWidth): do not search for the exact row when
11421         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
11422         optimization for big documents.
11423
11424 2001-10-18  Juergen Vigna  <jug@sad.it>
11425
11426         * text.C (workWidth): new function with added Inset * parameter.
11427
11428 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11429
11430         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
11431
11432         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
11433         change return type of getColumnNearX.
11434
11435
11436         * text.C (changeRegionCase): use uppercase/lowercase instead of
11437         toupper/tolower.
11438         (leftMargin):
11439         (rightMargin): simplify code by factoring out the uses of
11440         textclasslist.
11441         (labelFill):
11442         (numberOfHfills):
11443         (setHeightOfRow):
11444         (appendParagraph): use Paragraph::size_type
11445
11446 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11447
11448         * vspace.C (asLatexString): add a missing break
11449
11450 2001-10-15  Herbert Voss  <voss@perce.de>
11451
11452         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
11453
11454 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11455
11456         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
11457         is not available.
11458
11459 2001-10-10  André Pönitz <poenitz@gmx.net>
11460
11461         * lyxfunc.C: removed greek_kb_flag.
11462
11463 2001-10-10  Herbert Voss  <voss@perce.de>
11464
11465         * lyx_main.C: delete global string help_lyxdir.
11466
11467 2001-10-09  Herbert Voss  <voss@perce.de>
11468
11469         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
11470
11471         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
11472
11473         * lyx_main.C: added global string help_lyxdir.
11474
11475         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
11476
11477 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11478
11479         * lyxrc.C (set_font_norm_type): support iso8859-4
11480
11481 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
11482
11483         * LaTeX.C (deplog): add another regex for MikTeX
11484
11485 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11486
11487         * lyxrc.C (set_font_norm_type): support iso8859-3
11488
11489 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11490
11491         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
11492
11493         * LaTeXFeatures.C: remove special case of french and index
11494
11495         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
11496         before \begin{document}). This solves several incompatibilities.
11497
11498 2001-10-03  Garst Reese  <reese@isn.net>
11499
11500         * lyx_cb.C: change CheckTex error msg.
11501
11502 2001-10-03  José Matos  <jamatos@fep.up.pt>
11503
11504         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
11505
11506 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11507
11508         * .cvsignore: update
11509
11510         * lyx_main.C (commandLineVersionInfo): use new style version info.
11511
11512         * buffer.C (writeFile):
11513         (makeLaTeXFile):
11514         (makeLinuxDocFile):
11515         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
11516
11517         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
11518
11519         * version.h: update to use stuff in version.C
11520
11521         * version.C.in: new file. Contains version information determined
11522         at compile time. This is a merging of version.h and
11523         version_info.h.in.
11524
11525 2001-10-03  Juergen Vigna  <jug@sad.it>
11526
11527         * BufferView_pimpl.C (update): don't change "dirty" status in
11528         updateInset call.
11529
11530 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
11531
11532         * WorkArea.C (c-tor): re-position version string slightly.
11533
11534 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
11535
11536         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
11537         revert to previous code.
11538
11539         WorkArea.[Ch]: (show, destroySplash): methods removed.
11540
11541         WorkArea.C: rework code so that it's an amalgam of the codes before and
11542         after the splash screen was moved to WorkArea.
11543
11544 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11545
11546         * lyxrc.C (read):
11547         * vspace.C (inPixels):
11548         (lyx_advance):
11549         * kbmap.C (bind):
11550         * buffer.C (insertStringAsLines):
11551         (asciiParagraph): fix types to be large enough
11552
11553         * lyxlex_pimpl.h: change member status from short to int
11554
11555         * layout.h: fix type of endlabeltype
11556
11557         * kbmap.C (bind):
11558         * kbsequence.C (parse): change return type to string::size_type
11559
11560         * LaTeX.C (updateBibtexDependencies): comment out unneeded
11561         variable
11562
11563         * Bullet.C (bulletSize):
11564         (bulletEntry): do not use short ints as parameters
11565
11566         * BufferView2.C (insertLyXFile): change a char to an int.
11567
11568         * WorkArea.C (WorkArea): remove unneeded floats in computation
11569
11570 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
11571
11572         * buffer.C (asciiParagraph): Treat '\\' as other chars.
11573
11574         * paragraph.C (asString): Do not ignore newline/hfill chars when
11575         copying to the clipboard.
11576
11577 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
11578
11579         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
11580         after a multi-line inset.
11581
11582 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
11583
11584         * paragraph.C (validate): Set NeedLyXFootnoteCode
11585
11586 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11587
11588         * lyxfont.C (LyXSizeNames): changed increase-error to increase
11589         and decrease-error to decrease.
11590
11591 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11592
11593         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
11594         it more readable (should be equivalent)
11595
11596 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11597
11598         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
11599
11600 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11601
11602         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
11603         of a cursor (row, etc.) after a character has been deleted
11604         (deleteEmptyParagraphMechanism): call the method above on _all_
11605         cursors held by the LyXText when a double space has been
11606         detected/deleted.
11607
11608 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11609
11610         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
11611         pixmap.
11612         (resizeCurrentBuff): remove code to destroy the old splash dialog.
11613
11614         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
11615         background. Use greyOut() and the new show() methods to toggle between
11616         the foreground and background. Add code to remove the splash after
11617         its initial showing.
11618
11619         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
11620         (create_forms): no longer call Dialogs::showSplash.
11621
11622 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11623
11624         * .cvsignore: add version_info.h
11625
11626 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11627
11628         * version_info.h.in: new file
11629
11630         * Makefile.am: add version_info.h.in
11631
11632         * lyx_main.C (commandLineVersionInfo): use version_info defined in
11633         version_info.h instead of VERSION_INFO
11634
11635 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
11636
11637         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
11638         The ERT inset now returns string().
11639
11640 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
11641
11642         * lyxtext.h, text.C (selectNextWord): renamed as
11643         selectNextWordToSpellcheck.
11644
11645         * text.C (selectNextWordToSpellcheck): Modified to not select
11646         words inside an ERT inset.
11647
11648 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11649
11650         * lyx_cb.C (MenuLayoutSave): change a bit the question
11651
11652         * sp_base.h: include <sys/types.h>
11653
11654 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
11655
11656         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
11657
11658 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
11659
11660         * several files: fix typos in user-visible strings
11661
11662 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11663
11664         * text2.C (pasteSelection): do not set the selection, since it
11665         will be cleared later. Actually, the intent was to fix the way the
11666         selection was set, but I figured rmoving the code was just as good.
11667
11668 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
11669
11670         * FontLoader.C (available): Check if font is available without
11671         loading the font.
11672
11673 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
11674
11675         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
11676
11677 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
11678
11679         * lyxrc.[Ch]: added display_graphics variable and associated code.
11680
11681 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11682
11683         * bufferparams.C (hasClassDefaults): new method. Returns true if
11684         the buffer parameters correspond to known class defaults
11685
11686 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
11687
11688         * XFormsView.C (show): set minimum size to the main window.
11689
11690 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11691
11692         * text2.C (copySelection):
11693         (cutSelection):
11694         * lyxfind.C (LyXReplace):
11695         * BufferView_pimpl.C (Dispatch): pass the correct flag to
11696         LyXText::selectionAsString.
11697
11698         * paragraph.C (asString): add "label" argument to the second form
11699
11700         * text2.C (selectionAsString): add "label" argument and pass it to
11701         Paragraph::asString.
11702
11703 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11704
11705         * lyx_main.C (commandLineHelp): remove version information
11706
11707 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
11708
11709         * lyx_main.C: add -version commandline option
11710
11711 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11712
11713         * paragraph.h: make the optional constructor arg required instead.
11714         some modifications to other files because of this.
11715
11716         * minibuffer.C (C_MiniBuffer_peek_event): make it static
11717
11718         * lyxserver.C (C_LyXComm_callback): make it static
11719
11720         * lyx_main.C (error_handler): make it static
11721
11722         * lyx_gui.C (LyX_XErrHandler): make it static
11723
11724         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
11725
11726         * WorkArea.C: make the extern "C" methods static.
11727
11728         * Makefile.am (lyx_LDADD): simplify
11729
11730 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11731
11732         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
11733         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
11734
11735         * LyXAction.C (init):
11736         * lyxfunc.C (dispatch): associated code removal.
11737
11738 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11739
11740         * lyxfont.h (isSymbolFont): shut off warning
11741
11742         * text.C (setHeightOfRow):
11743         (getVisibleRow): fix crash with empty paragraphs which have a
11744         bottom line
11745
11746 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
11747
11748         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
11749         code.
11750
11751 2001-09-04  José Matos  <jamatos@fep.up.pt>
11752         * buffer.C
11753         * buffer.h
11754         * tabular.C (docbook): rename docBook method to docbook.
11755
11756 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11757
11758         * Makefile.am: add dependencies to main.o.
11759
11760 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
11761
11762         * FontLoader.C (available): Return false if !lyxrc.use_gui
11763
11764 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
11765
11766         * FontInfo.C (query):
11767         * converter.C (view):
11768         * importer.C (Import):
11769         * exporter.C (Export): Can not -> cannot.
11770
11771 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
11772
11773         * BufferView_pimpl.C: allow to create index inset even if
11774           string is empty
11775
11776 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11777
11778         * buffer.C (getLists): replace boost::tie code with an explicit pair
11779         as boost::tie can break some compilers.
11780
11781         * iterators.h: Added a std:: declaration to the return type of
11782         ParIterator::size.
11783
11784 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
11785
11786         * lyxrc.C: add help for view_dvi_paper_option, default to safe
11787           case.
11788
11789 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
11790
11791         * iterators.[Ch]: New files. Provide paragraph iterators.
11792
11793         * buffer.C (changeLanguage): Use paragraph iterators.
11794         (isMultiLingual): ditto
11795
11796         * BufferView2.C (ChangeInsets): Use paragraph iterators.
11797
11798 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
11799
11800         * FontLoader.C: Support for cmr font.
11801
11802 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
11803
11804         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
11805         (available): New method.
11806
11807         * FontInfo.C (getFontname): Use scalable fonts even when
11808         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
11809         found.
11810
11811 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11812
11813         * converter.C (Formats::view): reverted! Incorrect fix.
11814
11815 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11816
11817         * converter.C (Formats::view): only output the -paper option
11818         if the dvi viewer is xdvi, thereby fixing bug #233429.
11819
11820 2001-08-23  Herbert Voss  <voss@perce>
11821
11822         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
11823
11824 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11825
11826         * Spacing.h (Spacing): Set space to Default on in the default
11827         constructor.
11828
11829 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11830
11831         * vc-backend.h (RCS::versionString): add RCS to version
11832         (CVS::versionString): add CVS to version
11833
11834         * vc-backend.C (scanMaster): do not add CVS to version.
11835         (scanMaster): do not add RCS to version
11836
11837         * lyxvc.C (versionString): new method
11838
11839         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
11840
11841 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11842
11843         * Spacing.C (set): initialize fval
11844
11845 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
11846
11847         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
11848         " or \.
11849
11850 2001-08-16  Juergen Vigna  <jug@sad.it>
11851
11852         * lyxfunc.C (dispatch): implemented the new FINISHED states.
11853
11854 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11855
11856         * BufferView_pimpl.C:
11857         * figureForm.C:
11858         * lyxtext.h:
11859         * text2.C: setParagraph takes linespacing now
11860
11861 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
11862
11863         * LyxAction.C: add internal LFUN_CITATION_INSERT
11864
11865         * LyXView.C: actually apply fix
11866
11867         * bufferlist.C: fix open non-existent file
11868
11869         * lyxfind.C: fix indentation
11870
11871         * lyxfunc.C: remove unneeded assert, fix typo
11872
11873 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11874
11875         * MenuBackend.C: use "Floatname List"
11876
11877 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
11878
11879         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
11880         when converting LaTeX layout to insetERT.
11881         Generate a non-collapsed float when reading old float
11882
11883 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11884
11885         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
11886         ERT insets.
11887
11888 2001-08-13  Juergen Vigna  <jug@sad.it>
11889
11890         * text.C (fill): return 0 instead of 20 as this seems to be the more
11891         correct value.
11892
11893 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11894
11895         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
11896         lyxrc.font_norm.
11897
11898 2001-08-13  Juergen Vigna  <jug@sad.it>
11899
11900         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
11901         casesensitive off.
11902         (SearchBackward): comment out the unlocking of the inset_owner this
11903         should not be needed!
11904
11905 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
11906
11907         * Many files: Remove inherit_language, and add latex_language
11908
11909         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
11910         collapsible insets.
11911
11912 2001-08-10  Juergen Vigna  <jug@sad.it>
11913
11914         * text.C (prepareToPrint): fixed hfill-width in draw!
11915
11916         * BufferView2.C (selectLastWord): save the selection cursor as this
11917         now is cleared in the function LyXText::clearSelection!
11918
11919 2001-08-08  Juergen Vigna  <jug@sad.it>
11920
11921         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
11922         BACKSPACE type functions.
11923
11924         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
11925         is only cutted from the document but not put in the cut-buffer, where
11926         still the old stuff should be.
11927
11928         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
11929
11930         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
11931
11932         * tabular.C (SetWidthOfCell): fixed special case where the width
11933         was not updated!
11934         (LeftLine): handle '|' in align_special.
11935         (RightLine): ditto
11936         (LeftAlreadyDrawed): ditto
11937         (SetWidthOfCell): ditto
11938
11939 2001-08-07  Juergen Vigna  <jug@sad.it>
11940
11941         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
11942
11943 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11944
11945         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
11946         * lyxlex.[hC]: ditto
11947
11948 2001-08-06  Juergen Vigna  <jug@sad.it>
11949
11950         * text.C (getVisibleRow): fix up row clearing a bit.
11951
11952 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11953
11954         * minibuffer.C: make sure the X server sees the changes in the input.
11955
11956 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11957
11958         * paragraph.C (getFont): split into...
11959         (getLabelFont): this
11960         (getLayoutFont): and this
11961         * paragraph_pimpl.C (realizeFont): calling this
11962
11963         * text2.C (getFont): split into...
11964         (getLayoutFont): this
11965         (getLabelFont): and this
11966         (realizeFont): all three calling this
11967
11968         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
11969         files where used.
11970
11971 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11972
11973         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
11974
11975 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
11976
11977         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
11978         layouts from the Quote inset insertion.
11979
11980 2001-08-03  Juergen Vigna  <jug@sad.it>
11981
11982         * BufferView_pimpl.C (update): do the fitCursor only at the end!
11983
11984         * screen.C (drawFromTo): don't call fitcursor here and do the loop
11985         only if status not is already CHANGED_IN_DRAW (second level).
11986
11987         * text.C (draw): don't set the need_break_row when inside an
11988         InsetText LyXText.
11989
11990 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11991
11992         * buffer.C (parseSingleLyXformat2Token): handle more latex
11993         conversion cases.
11994
11995         * bufferview_funcs.[hC]: change function names to
11996         begin with small char, adjust other files.
11997
11998 2001-08-02  André Pönitz <poenitz@gmx.net>
11999
12000         * lyxfunc.C:
12001         BufferView_pimpl.C: remove broken special code for math-greek
12002
12003 2001-08-02  Juergen Vigna  <jug@sad.it>
12004
12005         * BufferView_pimpl.C (update): redone this function so that we
12006         update the text again if there was a CHANGE_IN_DRAW.
12007
12008         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12009         (drawFromTo): added a new internal bool which is used by draw() and
12010         redraw() function.
12011         (general): some cursor drawing problems fixed.
12012
12013 2001-08-01  Juergen Vigna  <jug@sad.it>
12014
12015         * lyxfind.C (LyXFind): fixed
12016         (SearchForward): ditto
12017         (SearchBackward): ditto
12018
12019         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12020         spurius drawing of the cursor in the main area.
12021
12022         * text2.C (status): small fix which could lead to a segfault!
12023         (clearSelection): remove unneeded BufferView param.
12024
12025 2001-08-01  André Pönitz <poenitz@gmx.net>
12026
12027         * lyxfunc.C: small change due to changed mathed interface
12028
12029 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12030
12031         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12032
12033 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12034
12035         * lyxfunc.c: fail gracefully if file doesn't exist
12036
12037         * LyXSendto.C:
12038         * buffer.C:
12039         * lyxfunc.C:
12040         * BufferView_pimpl.C: IsDirWriteable() proto changed
12041
12042         * LyXView.C: fix updateWindowTitle() to store the last title
12043
12044 2001-07-31  Juergen Vigna  <jug@sad.it>
12045
12046         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12047         the font (wrong since using of Paragraph::highestFontInRange).
12048
12049         * paragraph.C (highestFontInRange): added a default_size parameter.
12050
12051         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12052         (setHeightOfRow): reformat
12053
12054 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12055
12056         * converter.[hC] + affected files: move to (inital-char)lowercase
12057         function names.
12058
12059         * ParagraphParameters.C (ParagraphParameters): remove commented code
12060
12061         * PainterBase.[Ch]: remove commented code
12062
12063         * LaTeXFeatures.h: add "bool floats" for float.sty
12064
12065         * LaTeXFeatures.C (LaTeXFeatures): init floats
12066         (require): handle float
12067         (getPackages): do it with floats
12068
12069 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12070
12071         * BufferView_pimpl.C (Dispatch): improve handling of
12072         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12073
12074         * commandtags.h: #include lyxfont.h here temporarily to avoid
12075         keybinding bug.
12076
12077         * bufferlist.h: include LString.h here.
12078
12079 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12080
12081         * text2.C (getStringToIndex): new method.
12082
12083 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12084
12085         * *: Reduced header file dependencies all over.
12086
12087 2001-07-30  Baruch Even  <baruch@lyx.org>
12088
12089         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12090
12091 2001-07-29  Baruch Even  <baruch@lyx.org>
12092
12093         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12094
12095 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12096
12097         * ParameterStruct.h (endif): add a default constructor to make
12098         sure that all variables is initialized.
12099
12100         * ParagraphParameters.C (ParagraphParameters): adjust
12101
12102 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12103
12104         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12105         index; also, check that there is something to index, and that it
12106         does not span over several paragraphs.
12107         (doubleClick): use WHOLE_WORD_STRICT for double click.
12108
12109         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12110
12111         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12112         scheme.
12113
12114 2001-07-26  Baruch Even  <baruch@lyx.org>
12115
12116         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12117         an InsetFig figure, backwards compatible reading of old figure code.
12118
12119 2001-07-27  Juergen Vigna  <jug@sad.it>
12120
12121         * text2.C: font.realize function adaption.
12122
12123         * text.C (draw): add a warnings lyxerr text if needed.
12124
12125         * layout.C: font.realize function adaption.
12126
12127         * language.C: add inherit_language and implement it's handlings
12128
12129         * bufferview_funcs.C (StyleReset): remove language parameter from
12130         font creation (should be language_inherit now).
12131
12132         * bufferparams.C (writeFile): handle ignore_language.
12133
12134         * paragraph.C (getFontSettings): the language has to be resolved
12135         otherwise we have problems in LyXFont!
12136
12137         * lyxfont.C (lyxWriteChanges): added document_language parameter
12138         (update): removed unneeded language parameter
12139
12140         * paragraph.C (validate): fixed wrong output of color-package when
12141         using interface colors for certain fonts in certain environments,
12142         which should not seen as that on the final output.
12143
12144 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12145
12146         * BufferView_pimpl.C:
12147         * Thesaurus.h:
12148         * Thesaurus.C:
12149         * Makefile.am:
12150         * commandtags.h:
12151         * LyXAction.C: add thesaurus support
12152
12153         * lyxfind.h:
12154         * lyxfind.C: add "once" parameter, for thesaurus, to not
12155           move to the next match
12156
12157 2001-07-26  Juergen Vigna  <jug@sad.it>
12158
12159         * lyxfont.C (realize): honor ignore_language too!
12160         (resolved): ditto.
12161
12162         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12163
12164         * text.C (draw): one place more for ignore_language to not draw
12165         itself!
12166
12167 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12168
12169         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12170
12171 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12172
12173         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12174         the minipage conversion problem.
12175
12176 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12177
12178         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12179         insert an inset.
12180
12181 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12182
12183         * BufferView.h: don't forward declare WorkArea
12184
12185         * BufferView.C: don't include WorkArea.h
12186
12187 2001-07-25  André Pönitz <poenitz@gmx.net>
12188
12189         * commandtags.h:
12190         * LyXAction.C:
12191         * lyxfunc.C:  new LFUN 'math-space'
12192
12193         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12194
12195 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12196
12197         * text2.C (toggleInset): call open/close
12198
12199 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12200
12201         * lyxfunc.C (dispatch): add debug for the disabled case
12202
12203         * font.C (buttonText): make similar to rectText
12204
12205         * buffer.C (readInset): comment out parsing of insetlist and
12206         insttheorem
12207
12208         * PainterBase.C (rectText): small correction
12209
12210         * BufferView_pimpl.C: comment out insettheorem and insetlist
12211         * LyXAction.C: ditto
12212         * commandtags.h: ditto
12213
12214 2001-07-24  Juergen Vigna  <jug@sad.it>
12215
12216         * text.C (draw): honor the ignore_language.
12217
12218         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
12219
12220 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12221
12222         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
12223         char inset.
12224
12225 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12226
12227         * lyxtext.h: remove unused (and unimplemented) methods
12228
12229 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12230
12231         * text.C (getVisibleRow): honor background color
12232
12233         * PainterBase.h:
12234         * Painter.h: remove default color argument for fillRectangle
12235
12236         * text.C (backgroundColor): new method
12237
12238 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12239
12240         * text.C (getVisibleRow): adjust
12241
12242         * font.[Ch] (rectText): new method, metrics
12243         (buttonText): new method, metrics
12244
12245         * PainterBase.[hC]: make rectText and buttonText always draw and take
12246         fewer paramteres.
12247
12248 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12249
12250         * ToolbarDefaults.C (read):
12251         * MenuBackend.C (read): allow escaping in all strings
12252
12253         * BufferView_pimpl.C (insertAndEditInset): new method.
12254         (Dispatch): use insertAndEditInset whenever appropriate.
12255
12256         * BufferView_pimpl.C (insertNote): removed
12257
12258         * BufferView_pimpl.C (smartQuote): new method, moved from
12259         BufferView; if an insetquote cannot be inserted, insert a '"'
12260         character instead.
12261
12262         * BufferView2.C: remove insertCorrectQuote();
12263
12264         * lyxfunc.C (getStatus): Add support for all remaingin
12265         inset-insert lfuns.
12266
12267         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
12268
12269         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
12270         command (necessary to pass " as parameter of self-insert.
12271
12272         * text.C (selectWordWhenUnderCursor):
12273         (selectWord): add word_location parameter
12274         (selectWordWhenUnderCursor): same + remove special code for word
12275         boundary.
12276         (selectNextWord): use kind() to guess type of insetspecialchar,
12277         not latex().
12278
12279         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
12280         (insertErtContents): create ert insets as collapsed.
12281         (readInset): better compatibility code for Info inset.
12282
12283 2001-07-20  Juergen Vigna  <jug@sad.it>
12284
12285         * lyxfunc.C (dispatch): use always LyXFind now!
12286
12287         * text2.C (init): add a reinit flag so that the LyXText can be
12288         reinited instead of deleted and reallocated (used in InsetText).
12289
12290         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
12291
12292         * text.C: ditto
12293
12294         * text2.C: ditto
12295
12296 2001-07-18  Juergen Vigna  <jug@sad.it>
12297
12298         * text.C (selectNextWord): handle insets inside inset by calling
12299         always the bv->text functions so that we can go up the_locking_inset!
12300
12301         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
12302         in strange locations when inside an inset!
12303
12304         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
12305         handling to include insets.
12306
12307         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
12308
12309 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12310
12311         * LyXAction.C (init):
12312         * commandtags.h:
12313         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
12314         LIGATURE_BREAK, since the name is so stupid.
12315
12316 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12317
12318         * buffer.C (readInset): enable reading of new InsetNotes as well as old
12319         InsetInfos.
12320
12321         * FontLoader.C: remove FORMS_H_LOCATION cruft.
12322
12323         * sp_form.[Ch]: remove.
12324
12325         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
12326
12327         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
12328         InsetInfo.
12329
12330         * src/buffer.C (readInset): ditto.
12331
12332 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12333
12334         * BufferView_pimpl.C (specialChar): new method. Obsoletes
12335         menuSeparator(), endOfSentenceDot(), ldots() and
12336         hyphenationPoint(), which are therefore removed.
12337         (Dispatch): handle LFUN_HYPHENATION_BREAK.
12338
12339         * LyXAction.C (init):
12340         * commandtags.h: add LFUN_HYPHENATION_BREAK.
12341
12342         * paragraph.C (getWord): removed.
12343
12344         * BufferView_pimpl.C (Dispatch): use last word or selection for
12345         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
12346
12347         * lyx_main.C (queryUserLyXDir): do not ask before creating
12348         user_dir, except if it has been named explicitely.
12349
12350 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12351
12352         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
12353         a document of zero size.
12354
12355 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
12356
12357         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
12358         approriately in the c-tor and in require().
12359         (getPackages): output the appropriate LaTeX for natbib support.
12360
12361         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
12362         variables "use_natbib" and "use_numerical_citations" when reading the
12363         LyX file.
12364         (readInset): read the various natbib cite commands.
12365         (validate): white-space change.
12366
12367         * bufferparams.[Ch]: new variables "bool use_natbib" and
12368         "bool use_numerical_citations".
12369         (writeFile): output them in the LyX file.
12370
12371 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12372
12373         * lyxfunc.C (getStatus): add support for all the inset insertion
12374         commands.
12375
12376         * text2.C (insertInset):
12377         * paragraph.C (insetAllowed):
12378         * BufferView_pimpl.C (insertInset): update to take in account the
12379         renaming of insertInsetAllowed
12380
12381         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
12382
12383         * text2.C (getInset): new method. returns inset at cursor position.
12384
12385         * BufferView_pimpl.C (Dispatch): changes because of this.
12386
12387         * LyXAction.C (init): rename open-stuff to inset-toggle.
12388
12389         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
12390
12391         * text2.C (toggleInset): renamed from openStuff; use
12392         Inset::open().
12393
12394 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
12395
12396         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
12397
12398         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
12399
12400 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
12401
12402         * buffer.C (readLyXformat2): Add filename to the error dialog
12403
12404 2001-07-18  Juergen Vigna  <jug@sad.it>
12405
12406         * tabular.C (GetCellNumber): put an assert here instead of the check!
12407
12408 2001-07-17  Juergen Vigna  <jug@sad.it>
12409
12410         * BufferView_pimpl.C (toggleSelection): adapted too.
12411
12412         * text.C (selectNextWord): adapted for use with insets.
12413         (selectSelectedWord): ditto
12414
12415 2001-07-17  Juergen Vigna  <jug@sad.it>
12416
12417         * sp_spell.C (PSpell): fix initialitation order.
12418
12419 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12420
12421         * paragraph.C: spacing
12422
12423 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
12424
12425         * sp_spell.C: repair language selection for pspell
12426
12427 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12428
12429         * lyxfunc.h: change more methods to begin with lower char.
12430
12431 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
12432
12433         * buffer.C (parseSingleLyXformat2Token): Generate error insets
12434         for unknown layouts.
12435
12436 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
12437
12438         * buffer.C (readLyXformat2): Generate an error dialog if there are
12439         unknown layouts.
12440
12441 2001-07-16  Juergen Vigna  <jug@sad.it>
12442
12443         * sp_spell.C: always compile ISpell part.
12444
12445         * lyxrc.C: added use_pspell entry and it's handling.
12446
12447 2001-07-13  Juergen Vigna  <jug@sad.it>
12448
12449         * sp_spell.C: removed double includes.
12450
12451 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
12452
12453         Consistent use of Lsstream.h:
12454         * Lsstream.h: added using std::stringstream for consistencies sake.
12455
12456         * buffer.C: removed using std::stringstream
12457
12458         * lyxfont.C (stateText):
12459         * paragraph.C (asString):
12460         * text.C (selectNextWord, selectSelectedWord):
12461         * text2.C (setCounter):
12462         * vspace.C (asString, asLatexString):
12463         std::ostringstream -> ostringstream.
12464
12465 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12466
12467         * LyXAction.C: add LFUN_HELP_ABOUTLYX
12468         * commandtags.h: add LFUN_HELP_ABOUTLYX
12469         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
12470
12471 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12472
12473         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
12474         cursorToggle()
12475         * lyx_gui_misc.C: remove spellchecker
12476         * lyxfunc.C: showSpellchecker
12477         * sp_base.h: added
12478         * sp_ispell.h: added
12479         * sp_pspell.h: added
12480         * sp_spell.C: added
12481         * sp_form.[Ch]: removed
12482         * spellchecker.[Ch]: removed
12483
12484 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
12485
12486         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
12487         is set.
12488         (simpleTeXSpecialChars): Simply print the input character without
12489         any special translation if pass_thru is set.
12490
12491         * layout.h: Added bool pass_thru to layout class for being able to
12492         implement pass through of a paragraph for Literate Programming.
12493
12494         * layout.C: add LT_PASS_THRU to LayoutTags enum.
12495         * layout.C (LyXLayout): set pass_thru to flase in constructor.
12496         * layout.C (Read): add "passthru" to list of layout tags and add
12497         code to set the pass_thru boolean when it is read.
12498
12499 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12500
12501         * trans_decl.h: remove allowed from KmodInfo
12502
12503         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
12504         remove allowed code
12505         (Load): adjust
12506
12507         * paragraph_pimpl.C (erase): use boost::prior
12508
12509         * Painter.C (text): use data() instead of c_str() when length is
12510         also provided.
12511         * WorkArea.C (putClipboard): ditto
12512         * font.h (width): ditto
12513
12514         * BufferView2.C: use it-> instead of (*it). for iterators
12515         * texrow.C: ditto
12516         * paragraph_pimpl.C: ditto
12517         * paragraph.C: ditto
12518         * minibuffer.C: ditto
12519         * language.C: ditto
12520         * kbmap.C: ditto
12521         * encoding.C: ditto
12522         * counters.C: ditto
12523         * converter.C: ditto
12524         * chset.C: ditto
12525         * Variables.C: ditto
12526         * TextCache.C: ditto
12527         * MenuBackend.C: ditto
12528         * LyXAction.C: ditto
12529         * LColor.C: ditto
12530         * FloatList.C: ditto
12531         * DepTable.C: ditto
12532         * ColorHandler.C (LyXColorHandler): ditto
12533
12534 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12535
12536         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
12537
12538         * text2.C (openStuff): reintroduce this method (which had been
12539         nuked in NEW_INSETS frenzy).
12540
12541         * lyxfunc.C (Dispatch): when an action has not been handled, use
12542         its name in the error message, not its number.
12543
12544         * paragraph.C (inInset): change method name to begin with lowercase.
12545
12546         * undo_funcs.C:
12547         * text2.C: updates because of this.
12548
12549 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12550
12551         * ToolbarDefaults.C (add): add spaces in error message
12552
12553 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12554
12555         * buffer.C (readLyXformat2): initialize the ert comp. variables.
12556         (readLyXformat2): rename return_par to first_par, use lyxlex's
12557         pushToken and remove the manual push handling.
12558         (parseSingleLyXformat2Token): add another ert comp. variable:
12559         in_tabular, rename return_par to first_par. handle newlines better
12560
12561 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12562
12563         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
12564
12565 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12566
12567         * text2.C (getParFromID): removed
12568
12569         * buffer.C (getParFromID): new method moved form lyxtext.
12570         * BufferView2.C (insertErrors): adjust
12571         (setCursorFromRow): adjust
12572         * BufferView_pimpl.C (restorePosition): adjust
12573         * lyxfunc.C (Dispatch): adjust
12574         * undo_funcs.C (textUndo): adjust
12575         (textRedo): adjust
12576         (textHandleUndo): adjust
12577         (textHandleUndo): adjust
12578
12579 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12580
12581         * buffer.C: up' the LYX_FORMAT
12582
12583         * lyxfont.h: turn NO_LATEX on as default
12584
12585         * buffer.C (insertErtContents): new methods of tex style compability.
12586         (parseSingleLyXformat2Token): use it several places.
12587         * tabular.C (OldFormatRead): and here
12588
12589 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12590
12591         * text2.C: remove some commented code.
12592         reindent file.
12593
12594         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
12595         * trans.C: changes because of the above.
12596
12597 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
12598
12599         * text2.C (setCounter): Fix counters bug with bibliography layout.
12600
12601 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12602
12603         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
12604         own member functions
12605         (simpleTeXSpecialChars): ditto
12606
12607 2001-07-06  Juergen Vigna  <jug@sad.it>
12608
12609         * a lot of files: changed the access to LyXText::status and the
12610         call of undo-functions.
12611
12612         * undo.[Ch]: added a inset_id to the undo informations.
12613
12614         * undo_funcs.[Ch]: added and moved here all undo functions.
12615
12616         * lyxtext.h: give the status enum a weight, made status_ a private
12617         variable and made accessor functions for it, removed the whole bunch
12618         of undo-functions as they are now in their own file, make some
12619         functions publically available. Added function ownerParagraph with
12620         int parameter.
12621
12622         * paragraph.[Ch]: added "bool same_ids" to the constructor,
12623         made InInset() a const function, added getParFromID() function.
12624
12625         * buffer.[Ch]: added const version for inset_iterator functions,
12626         added getInsetFromID() function.
12627
12628         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
12629         changed undo functions for new version.
12630
12631 2001-07-05  Juergen Vigna  <jug@sad.it>
12632
12633         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
12634         unknow mechanism does not call the proper constructor but only this
12635         one also if I request the other!?
12636
12637 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12638
12639         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
12640
12641         * text2.C (LyXText): use initialization lists.
12642
12643         * lyxtext.h (Selection): initialize set_ and mark_
12644         (init): remove method
12645
12646 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
12647
12648         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
12649
12650 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12651
12652         * screen.[Ch]: change method names to begin with lowercase
12653
12654         * BufferView_pimpl.C (updateScrollbar): simplify further and
12655         hopefully make it a bit faster.
12656
12657 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12658
12659         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
12660         calling directly xforms functions.
12661
12662         * Painter.C (Painter):
12663         * lyx_cb.C (MenuWrite):
12664         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
12665         fl_display.
12666
12667         * lyx_gui.C: remove bogus guiruntime extern declaration.
12668
12669 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12670
12671         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
12672         in NEW_INSETS
12673         (redoDrawingOfParagraph): ditto
12674         (redoParagraphs): ditto
12675         (cutSelection): don't create a object for CutAndPaste use the
12676         static method directly
12677         (pasteSelection): ditto
12678
12679         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
12680         LyXview (+ rename)
12681
12682 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12683
12684         * modifications to some other files because of this.
12685
12686         * Makefile.am (lyx_SOURCES): add XFormsView
12687
12688         * XFormsView.[Ch]: new files
12689
12690         * LyXView.[Ch]: make LyXView a base class for the gui handling for
12691         the main window. Move the gui dependent stuff to XFormsView
12692
12693 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12694
12695         * tabular.C (GetCellInset): update cur_cell also in the row/col
12696         version of this function.
12697
12698         * lyxfunc.C: no need to include figure_form.h here.
12699
12700         * FontLoader.h:
12701         * lyxfunc.h:
12702         * lyxscreen.h:
12703         * text2.C:
12704         * lyxvc.C: no need to include forms.h here.
12705
12706 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12707
12708         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
12709
12710         * lyxfunc.C (Dispatch):
12711         * Spacing.C (set):
12712         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
12713         constructor argument.
12714
12715 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12716
12717         * paragraph.C (Paragraph): dont't clear, and just set layout.
12718         (makeSameLayout): use params's copy contructor.
12719
12720         * ParagraphParameters.[Ch] (makeSame): delete method
12721
12722 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
12723
12724         * Variables.[Ch]: fix indentation, rename set to isSet
12725
12726 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12727
12728         * lyxfunc.C (Dispatch): fix typo
12729
12730 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12731
12732         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
12733         upper_bound.
12734
12735         * bufferlist.C: include assert.h for emergencyWrite().
12736
12737 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12738
12739         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
12740           give up at last (bug #425202) !
12741
12742 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
12743
12744         * lyx_gui_misc.C:
12745         * sp_form.h:
12746         * sp_form.C:
12747         * spellchecker.h:
12748         * spellchecker.C: strip spellchecker options and bring up
12749           preferences tab instead
12750
12751 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12752
12753         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
12754         the istringstream constructor
12755
12756 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12757
12758         * paragraph.C (getLayout): fix return value
12759
12760         * paragraph.h: do not declare getLayout as inline.
12761
12762         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
12763
12764 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12765
12766         * lyxcursor.h (operator<): new func
12767         (operator>): new func
12768         (operator>=): new func
12769         (operator<=): new func
12770
12771         * text.C (changeCase): use selection.start and selection.end
12772         (changeRegionCase): require from to be <= to. Require par to be a
12773         valid paragraph.
12774
12775         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
12776
12777 2001-06-27  Juergen Vigna  <jug@sad.it>
12778
12779         * text.C (cursorLeftOneWord): changed to return the cursor and added
12780         overlay with BufferView * parameter which calls this one.
12781         (getWord): added
12782         (selectWord): use new getWord function.
12783         (changeCase): renamed from changeWordCase as and extended to work
12784         also on selections.
12785
12786         * lyxtext.h: added enum word_location
12787
12788         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
12789         changeCase as this operates now also on selections.
12790
12791 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
12792
12793         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
12794
12795         * many files: send debug output to Debug::INFO instead of
12796         Debug::ANY.
12797
12798         * converter.C (View):
12799         (Convert):
12800         (Move): send debug output to Debug::FILES instead of console.
12801
12802 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
12803
12804         * lyxfunc.C (getStatus): use func_status
12805
12806         * func_status.h: new header, describing the results of
12807         LyXFunc::getStatus;
12808
12809         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
12810         LFUN_MATH_HALIGN.
12811
12812 2001-06-25  The LyX Project  <jug@sad.it>
12813
12814         * buffer.C (sgmlOpenTag):
12815         (sgmlCloseTag):
12816         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
12817
12818 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12819
12820         * text2.C: remove some dead code
12821
12822         * tabular.C (GetCellInset): store the last cell checked (gotten)
12823
12824         * tabular.h: add the helper for the speedup
12825
12826         * lyxtext.h: remove some dead code
12827
12828 2001-06-26  The LyX Project  <Asger>
12829
12830         * paragraph.C: Change export to LaTeX of alignment to
12831         \begin{center} and family for better roundtrip work with reLyX.
12832
12833         * Tune the math drawing a bit.
12834
12835 2001-06-25  The LyX Project  <Asger>
12836
12837         * LColor.C (LColor): New color for math background. New color
12838         for buttons.
12839
12840 2001-06-25  The LyX Project  <jug@sad.it>
12841
12842         * lyxfunc.C (MenuNew): remove extra check for .lyx file
12843
12844         * lyxfunc.C (Open):
12845         * bufferlist.C (newFile): do not restrict to files ending with
12846         .lyx
12847
12848         * BufferView_pimpl.C (MenuInsertLyXFile):
12849
12850 2001-06-24  The LyX Project  <jug@sad.it>
12851
12852         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
12853         of compare_no_case
12854
12855 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12856
12857         * lyxtext.h: rename most methods to begin with a small char.
12858         Lots of changes because of this.
12859
12860         * paragraph.C (Paragraph): do not call fitToSize
12861         (erase): call Pimpl::erase
12862         (insertChar): call Pimpl::insertChar
12863         (insertInset): call Pipl::insertInset
12864         (breakParagraph): do not call fitToSize
12865         (breakParagraphConservative): do not call fitToSize
12866         (fitToSize): remove method
12867
12868         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
12869
12870 2001-06-24  The LyX Project  <Asger>
12871
12872         * Fix Qt compilation^2
12873
12874 2001-06-24  The LyX Project  <jug@sad.it>
12875
12876         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
12877         depthHook(getDepth()-1).
12878
12879         * paragraph.h:
12880         * ParagraphParameters.h:
12881         * ParameterStruct.h: change type of depth to unsigned int ==
12882         depth_type. Many adaptations to other files before of that.
12883
12884 2001-06-24  The LyX Project  <Asger>
12885
12886         * Fix Qt compilation.
12887
12888 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12889
12890         * paragraph.h: renamed several methods to begin with small letter.
12891         several changes to many parts of the code because of this.
12892
12893 2001-06-23  The LyX Project  <jug@sad.it>
12894
12895         * text2.C (InsertStringAsLines): renamed from InsertStringA;
12896         rewritten to discard all double spaces when KeepEmpty is off
12897         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
12898         to only handle newlines but not fiddle with spaces and friends.
12899
12900         * lyxfunc.C (MenuNew): when doing 'new from template', use
12901         template_path as default directory
12902
12903 2001-06-23  The LyX Project  <Asger>
12904
12905         * Clean-up of header file includes all over
12906         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
12907
12908 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12909
12910         * paragraph.h: renamed from lyxparagraph.h
12911
12912 2001-06-23  Asger  <lyx@violet.home.sad.it>
12913
12914         * Buffer.h: Removed Buffer::resize
12915         * BufferList.h: Removed BufferList::resize
12916         * LyXView.h: Added LyXView::resize. This way, we will only reflow
12917         the document lazily when we change the width, or the font settings.
12918
12919 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12920
12921         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
12922
12923 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12924
12925         * buffer.h: remove out of date comment
12926
12927 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12928
12929         * lyxscreen.h:
12930         * screen.C: fix "theoretical" GC leak
12931
12932 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12933
12934         * LaTeX.C (scanAuxFile):
12935         (deplog): remove trailing \r when reading stream (useful under
12936         win32)
12937
12938 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
12939
12940         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
12941         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
12942         and BufferView::theLockingInset(Inset*), so should use them and not
12943         access bv_->text->the_locking_inset directly.
12944
12945         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
12946
12947 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12948
12949         * Makefile.am:
12950         * tex-defs.h: remove old unused file
12951
12952 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
12953
12954         * BufferView_pimpl.C: fix typo, remove minibuffer message
12955           when buffer has loaded
12956
12957 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12958
12959         * lyxfunc.C (Dispatch): use stringstream
12960         (MenuNew): use stringstream
12961         (Open): use stringstream
12962
12963         * importer.C (Import): use stringstream
12964
12965         * bufferview_funcs.C (CurrentState): use stringstream
12966
12967         * LaTeX.C (run): use stringstream
12968
12969         * BufferView_pimpl.C (savePosition): use stringstream
12970         (restorePosition): use stringstream
12971         (MenuInsertLyXFile): use stringstream
12972
12973 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
12974
12975         * BufferView.C:
12976         * Bullet.C:
12977         * ColorHandler.C:
12978         * FontInfo.C:
12979         * FontLoader.C:
12980         * LColor.C:
12981         * LaTeXFeatures.C:
12982         * Painter.C:
12983         * gettext.C:
12984         * lyx_gui_misc.C:
12985         * lyxserver.C:
12986         * vspace.C: removed // -*- C++ -*- as first line.
12987
12988         * lyxfind.h:
12989         * version.h: added // -*- C++ -*- as first line.
12990
12991 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12992
12993         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
12994
12995         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
12996         of string
12997
12998 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12999
13000         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13001         of floats.
13002
13003 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13004
13005         * gettext.C: include LString.h even when --disable-nls is on.
13006
13007 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13008
13009         * converter.h (Get): changed argument type from int to
13010         FormatList::size_type to avoid unnecessary conversion.
13011
13012         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13013         before using it.
13014
13015 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13016
13017         * gettext.h: include LString.h even when --disable-nls is on.
13018
13019 2001-06-07  Juergen Vigna  <jug@sad.it>
13020
13021         * text.C (BreakAgain): subst spaces with tabs.
13022
13023         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13024         (resizeInsetsLyXText): set force on resizeLyXText.
13025
13026 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13027
13028         * gettext.h (gettext_init):
13029         (locale_init): use a real definition instead of a macro
13030
13031 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13032
13033         * Bufferview_pimpl.C:
13034         * LColor.h:
13035         * LColor.C: further lcolor tidies
13036
13037 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13038
13039         * BufferView_pimpl.C (updateScrollbar): simplify.
13040
13041         * BufferView2.C: don't include insets/insetinfo.h, change
13042         prototype for insertInset and call the Pimpl version. let
13043         updateInset call Pimpl version.
13044
13045         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13046         gotoInset to BufferView::Pimpl
13047
13048 2001-06-01  Juergen Vigna  <jug@sad.it>
13049
13050         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13051         inside a LockingInset (is the update needed at all?).
13052
13053 2001-05-31  Juergen Vigna  <jug@sad.it>
13054
13055         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13056         here not the old one otherwise how should we compare it afterwards
13057         if it's the same!
13058
13059 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13060
13061         * lyxfont.C:
13062         * tabular.C:
13063         * tabular-old.C:
13064         * FontInfo.C: bring C functions into global namespace when
13065         necessary
13066
13067 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13068
13069         * LString.h: make sure config.h has been loaded before LString.h.
13070
13071         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13072         (one for each char read by EatLine!).
13073
13074         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13075         variables.
13076
13077 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13078
13079         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13080         to the same as the par we break from
13081
13082 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13083
13084         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13085
13086         * MenuBackend.C (expand): also create menu entries for wide
13087         versions of the floats.
13088
13089         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13090
13091         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13092
13093         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13094         frontends/Makefile.am
13095
13096         * text2.C: adjust
13097         * text.C: adjust
13098
13099
13100         * tabular.C (getTokenValue): add std::
13101
13102         * tabular-old.C (getTokenValue): add std::
13103         (getTokenValue): ditto
13104         (getTokenValue): ditto
13105
13106         * screen.C (ToggleSelection): adjust
13107
13108         * lyxtext.h: put selection cursors inside a Selection struct.
13109
13110         * lyxfunc.C (moveCursorUpdate): adjust
13111
13112         * lyxfont.C (latexWriteStartChanges): add std::
13113
13114         * lyxfind.C: adjust
13115
13116         * font.h: delete with(char const *, LyXFont const &)
13117
13118         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13119
13120         * FontInfo.C (getFontname): add std::
13121
13122         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13123         (workAreaButtonPress): adjust
13124         (tripleClick): adjust
13125         (update): adjust
13126         (moveCursorUpdate): adjust
13127         (Dispatch): adjust
13128
13129         * BufferView2.C (gotoInset): adjust
13130
13131 2001-05-30  Juergen Vigna  <jug@sad.it>
13132
13133         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13134         to check pspell I add this as default as I now have new pspell
13135         libraries and they seem to use this.
13136
13137 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13138
13139         * text2.C (CutSelection): make the cursor valid before the call to
13140         ClearSelection.
13141
13142 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13143
13144         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13145         relied on 0 terminated strings and other horrors. Bug found due to
13146         the new assert in lyxstring!
13147
13148         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13149         KP_ keys.
13150
13151 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13152
13153         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13154         to latinkeys.bind.
13155
13156         * lyxfunc.C (processKeySym): change method of getting to the
13157         self-insert char.
13158
13159         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13160         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13161         * BufferView_pimpl.[Ch]: here as private methods.
13162
13163 2001-05-28  Juergen Vigna  <jug@sad.it>
13164
13165         * text.C (SetHeightOfRow): added the update() call again as it is
13166         needed to initialize inset dimensions!
13167
13168 2001-05-16  Juergen Vigna  <jug@sad.it>
13169
13170         * text2.C (SetCharFont): Add new function with BufferView * and
13171         bool toggleall parameters for setting insets internal fonts.
13172         (SetFont): Freeze the undo as we may change fonts in Insets and
13173         all this change should be inside only one Undo!
13174
13175         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13176         setting font's in insets as for them we have the SetFont function!
13177
13178 2001-05-15  Juergen Vigna  <jug@sad.it>
13179
13180         * text2.C (ClearSelection): to be sure we REALLY don't have any
13181         selection anymore!
13182
13183         * tabular.C (TeXCellPreamble): fixed the left border problem for
13184         multicolumn cells.
13185
13186 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13187
13188         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13189         dependancy file
13190
13191 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13192
13193         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13194         LFUN_BREAKPARAGRAPH.
13195
13196         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13197         help test to "internal only", similar for LFUN_INSERT_URL
13198
13199         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
13200         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
13201         auto_region_delete and deadkeys.
13202
13203 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
13204
13205         * LColor.h:
13206         * LColor.C: remove some dead entries, tidy a little
13207
13208 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13209
13210         * lyxfunc.C (processKeySym): comment the Escape handling, remove
13211         commented code.
13212         (Dispatch): implement LFUN_ESCAPE
13213
13214         * commandtags.h: add LFUN_ESCAPE
13215
13216         * LyXAction.C (init): add entry for LFUN_ESCAPE
13217
13218         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
13219         Remove commented code.
13220         (insertNote): moved here
13221         (open_new_inset): moved here
13222
13223         * BufferView[2].[Ch]: move insertNote and open_new_inset to
13224         BufferView_pimpl
13225
13226 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13227
13228         * kbmap.C (findbinding): clean it up and make it work correctly.
13229
13230         * lyx_main.C (init): do not pass argc and argv as parameters
13231
13232 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
13233
13234         * buffer.C: fix path for OS/2 & Win32
13235
13236         * lyx_gui.C:
13237         * lyx_main:
13238         * lyx_main.C: Added os:: class.
13239
13240         * os2_defines.h: update
13241
13242 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13243
13244         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
13245         better by trying again with reduced state.
13246
13247 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13248
13249         * lyxrc.C (read): print error about invalid key sequence only when
13250         debugging (because not all latinX keysyms are known to some X
13251         servers)
13252
13253         * kbsequence.C (getiso): add a few std:: qualifiers
13254         (getiso): comment out extra return statement.
13255
13256 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13257
13258         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
13259         handling.
13260         (Dispatch): enhance the accent inset a bit. (not perfect)
13261
13262 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13263
13264         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
13265
13266 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13267
13268         * bufferlist.C (emergencyWrite): fix assert() call
13269
13270 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
13271
13272         * text.C (InsertChar): Added trivial patch to only send the "you
13273         can not do multiple spaces this way" message once during a
13274         session.
13275
13276 2001-05-08  Baruch Even  <baruch@lyx.org>
13277
13278         * Makefile.am: Changed order of libraries to get LyX to link properly
13279         with the gnome frontend.
13280
13281 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13282
13283         * LaTeXFeatures.h: add a std:: qualifier
13284
13285 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13286
13287         * paragraph.C (String): use stringstream
13288
13289 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13290
13291         * paragraph.C (writeFile): remove footflag arg
13292
13293         * buffer.C (makeLaTeXFile): use stringstream
13294         (latexParagraphs): remove footnot gurba
13295
13296         * LaTeXFeatures.C (getPackages): use stringstream
13297         (getMacros): likewise
13298         (getTClassPreamble): likewise
13299         (getFloatDefinitions): new method
13300
13301         * paragraph.C (writeFile): reindent
13302         (Erase): reindent
13303
13304         * WorkArea.h: revert the xpos + etc changes.
13305
13306         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
13307
13308         * lyxparagraph.[Ch]: add copy constructor, remove Clone
13309
13310         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
13311         (pasteSelection): likewise
13312         * text2.C (CreateUndo): likewise
13313
13314 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13315
13316         * minibuffer.C (peek_event): temporarily reduce the functionality
13317         of the minibuffer (to allow args on lfuns)
13318
13319         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
13320         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
13321
13322         * buffer.C (readInset): add compability reading of old float
13323         lists, add reading of new style float list.
13324         (readInset): avoid reevaluation of inscmd.getCmdName()
13325         (getLists): reindent
13326
13327         * MenuBackend.C (MenuItem): implement parsing of
13328         md_floatlistinsert and md_floatinsert.
13329         (expand::LastFiles): move initalizaton of iterators out of loop,
13330         avoid reevaluation.
13331         (expand::Documents): introduce typdedef vector<string> Strings,
13332         and use it.
13333         (expand::ExportFormats): introduce typedef vector<Format const *>
13334         Formats, and use it.
13335         (expand): implement FloatListInsert and FloatInsert.
13336
13337         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
13338         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
13339         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
13340
13341         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
13342         handling.
13343         (Dispatch::LFUN_FLOAT_LIST): implement
13344
13345 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
13346
13347         * LaTeX.C (run): Fix problem with --export code.
13348
13349 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13350
13351         * BufferView.[Ch] (workarea): removed.
13352         (getClipboard) new method; wrapper for workarea()->getClipboard()
13353
13354         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
13355         bug.
13356
13357         * WorkArea.h (width, height, xpos, ypos): These methods all
13358         returned the dimensions of the work_area sub-area of WorkArea,
13359         resulting in a position error if the WorkArea were resized. Now
13360         return the dimensions of the entire WorkArea.
13361
13362         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
13363
13364 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13365
13366         * LaTeX.C (deplog): correct the syntax of regex reg1
13367
13368 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13369
13370         * undo.C: remove !NEW_INSETS cruft
13371
13372 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13373
13374         * text2.C: remove !NEW_INSETS cruft
13375
13376         * text.C: remove !NEW_INSETS cruft
13377
13378         * tabular.C: remove !NEW_INSETS cruft
13379
13380         * spellchecker.C: remove !NEW_INSETS cruft
13381
13382         * lyxtext.h: remove !NEW_INSETS cruft
13383
13384         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
13385
13386         * lyxfunc.C: remove !NEW_INSETS cruft
13387
13388         * lyxfind.C: remove !NEW_INSETS cruft
13389
13390         * lyx_cb.C: remove !NEW_INSETS cruft
13391
13392         * figureForm.C: remove  !NEW_INSETS cruft
13393
13394         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
13395
13396         * buffer.[Ch]: remove !NEW_INSETS cruft
13397
13398         * ToolbarDefaults.C: remove !NEW_INSETS cruft
13399
13400         * CutAndPaste.C: remove !NEW_INSETS cruft
13401
13402         * BufferView_pimpl.C: remove !NEW_INSETS cruft
13403
13404         * BufferView2.C: remove !NEW_INSETS cruft
13405
13406         * BufferView.h: remove !NEW_INSETS cruft
13407
13408 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13409
13410         * Lsstream.h: include LString.h before the sstream headers to
13411         fix problem with gcc 2.95.3 and lyxstring
13412
13413 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13414
13415         * lyx_main.C: add using directives when needed for C functions
13416         declared in std:: namespace.
13417
13418 2001-04-27  Juergen Vigna  <jug@sad.it>
13419
13420         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
13421         (SetHeightOfRow): comment out the update call should not be needed!
13422
13423 2001-04-13  Juergen Vigna  <jug@sad.it>
13424
13425         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
13426         (LyXTabular): tried to minimize operator= operations (and realized
13427         hopfully Lars wish).
13428
13429 2001-04-27  Juergen Vigna  <jug@sad.it>
13430
13431         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
13432
13433 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13434
13435         * lyxfunc.C (Dispatch): hack to make listof algorithm work
13436
13437         * buffer.C (readInset): hack to make listof algorithm work
13438
13439         * BufferView_pimpl.C: hack to make listof algorithm work
13440
13441 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13442
13443         * LyXAction.C: removed all !NEW_INSETS cruft
13444         (init): moved lfun_item in method
13445
13446         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
13447
13448 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13449
13450         * BufferView2.C (theLockingInset): white space.
13451
13452 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13453
13454         * minibuffer.C: include <iostream>
13455
13456         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
13457
13458         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
13459
13460         * commandtags.h: add LFUN_TRANSPOSE_CHARS
13461
13462         * text.[Ch] (TransposeChars): new method
13463
13464 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13465
13466         * call message directly through LyXView instead of through LyXFunc
13467         * BufferView2.C: adjust
13468         * BufferView_pimpl.C: adjust
13469         * FontLoader.C: adjust
13470         * buffer.C: adjust
13471         * bufferview_funcs.C: adjust
13472         * converter.C: adjust
13473         * figureForm.C: adjust
13474         * importer.C: adjust
13475         * lyx_cb.C: adjust
13476         * lyx_gui_misc.C: adjust
13477         * lyxfunc.C: adjust
13478         * lyxvc.C: adjust
13479         * text2.C: adjust
13480         + more files in subdirs
13481
13482         * lyxparagraph.h (size): move up int file
13483         (GetLayout): ditto
13484
13485         * adjust all uses of Assert to lyx::Assert.
13486
13487         * BufferView2.C (ChangeCitationsIfUnique): adjust for
13488         lyxfunctional in namespace lyx
13489         * layout.C (hasLayout): ditto
13490         (GetLayout): ditto
13491         (GetLayout): ditto
13492         (delete_layout): ditto
13493         (NumberOfClass): ditto
13494         * converter.C (GetFormat): ditto
13495         (GetNumber): ditto
13496         (Add): ditto
13497         (Delete): ditto
13498         (SetViewer): ditto
13499         * bufferlist.C (getFileNames): ditto
13500         (emergencyWriteAll): ditto
13501         (exists): ditto
13502         (getBuffer): ditto
13503         * MenuBackend.C (hasSubmenu): ditto
13504         (hasMenu): ditto
13505         (getMenu): ditto
13506         * BufferView_pimpl.C (getInsetByCode): ditto
13507
13508 2001-04-18  Juergen Vigna  <jug@sad.it>
13509
13510         * vspace.C (asLatexString): fixed the 100% problem.
13511
13512 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13513
13514         * lyxfunc.C (Dispatch):
13515         * minibuffer.C:
13516         * minibuffer.h: add a few std:: qualifiers
13517
13518 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13519
13520         * minibuffer.[Ch]: reimplement so that commands is initiated and
13521         run from lyxfunc, simplified som handling, and made the completion
13522         and history code for complete. wip.
13523
13524         * lyxfunc.C (processKeySym): call message
13525         (miniDispatch): new temporary method
13526         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
13527         (LFUN_MESSAGE): implement
13528         (LFUN_MESSAGE_PUSH): implement
13529         (LFUN_MESSAGE_POP): implement
13530         (initMiniBuffer): the initial/defualt minibuffer message.
13531
13532         * lyxfont.[Ch]: inline some more getters
13533
13534         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
13535
13536         * lyx_gui_misc.[Ch] (WriteStatus): remove method
13537
13538         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
13539         (AutoSave): use LFUN_MESSAGE
13540         (Reconfigure): ditto
13541
13542         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
13543
13544         * figureForm.C: use LFUN_MESSAGE
13545
13546         * converter.C (runLaTeX): use LFUN_MESSAGE
13547
13548         * bufferview_funcs.C: use LFUN_MESSAGE
13549         (Melt): ditto
13550         (changeDepth): ditto
13551
13552         * bufferparams.h: use boost::
13553
13554         * bufferlist.h: inherit privately from noncopyable
13555
13556         * bufferlist.C (loadLyXFile): remove some commented code.
13557
13558         * buffer.C (runChktex): use LFUN_MESSAGE
13559
13560         * ShareContainer.h: inherit privately from noncopyable
13561
13562         * ParagraphParameters.[hC] (depth): inline it.
13563
13564         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
13565         methods.
13566         (message): new method
13567         (messagePush): ditto
13568         (messagePop): ditto
13569         (show): init minibuffer
13570         (showState): direct call
13571
13572         * LaTeX.[Ch]: inherit privately from noncopyable
13573         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
13574         instead of WriteStatus.
13575
13576         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
13577
13578         * BufferView_pimpl.C (buffer): don't init minibuffer
13579         (workAreaButtonPress): use LFUN_MESSAGE
13580         (workAreaButtonRelease): ditto
13581         (savePosition): ditto
13582         (restorePosition): ditto
13583         (MenuInsertLyXFile): ditto
13584         (workAreaExpose): don't init minibuffer
13585         (update): remove commented code, simplify
13586
13587         * BufferView2.C (openStuff): use LFUN_MESSAGE
13588         (toggleFloat): ditto
13589         (menuUndo): ditto
13590         (menuRedo): ditto
13591         (copyEnvironment): ditto
13592         (pasteEnvironment): ditto
13593         (copy): ditto
13594         (cut): ditto
13595         (paste): ditto
13596         (gotoInset): ditto
13597         (updateInset): remove some commented code
13598
13599         * lastfiles.h: inherit privately from noncopyable
13600         * layout.h: ditto
13601         * lyx_gui.h: ditto
13602         * lyx_main.h: ditto
13603         * lyxlex.h: ditto
13604         * lyxlex_pimpl.h: ditto
13605
13606         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
13607         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
13608         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13609
13610         * LyXAction.h: inherit privately from noncopyable, add methods
13611         func_begin, func_end, returning iterators to the func map.
13612
13613         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
13614         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13615         (func_begin): new method
13616         (func_end): new method
13617
13618         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
13619         and not)
13620         (copySelection): ditto
13621         (pasteSelection): ditto
13622
13623         * BufferView.C: whitespace change
13624         * BufferView.h: inherit privately from noncopyable
13625
13626 2001-04-16  Allan Rae  <rae@lyx.org>
13627
13628         * tabular-old.C (l_getline):
13629         * spellchecker.C (sc_check_word):
13630         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
13631         an unrecognised preprocessor directive.  So ensure they're wrapped.
13632
13633 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
13634
13635         * src/exporter.C (Export): Give an error message when path to file
13636         contains spaces.
13637
13638 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
13639
13640         * LaTeX.C (deplog): Always check that foundfile exists.
13641
13642 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13643
13644         * lyx_main.h:
13645         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
13646
13647 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13648
13649         * tabular.[Ch] (getLabelList): implement new method
13650
13651         * minibuffer.h: comment ouf setTiimer
13652
13653         * minibuffer.C (ExecutingCB): constify res
13654         (peek_event): constify s
13655         (Set): constify ntext
13656         (Init): constify nicename
13657
13658         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
13659
13660         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
13661         (savePosition): use two params to Minibuffer::Set
13662         (restorePosition): ditto
13663
13664 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13665
13666         * lyx_main.C: include language.h
13667
13668         * Makefile.am (lyx_main.o): add language.h
13669
13670 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13671
13672         * exporter.C:
13673         * paragraph.C:
13674         * screen.C:
13675         * tabular.C:
13676         * CutAndPaste.C: include gettext.h
13677
13678         * lyxfont.h: remove old hack with ON and OFF.
13679
13680         * lyxparagraph.h:
13681         * lyxfont.h: do not include language.h...
13682
13683         * BufferView2.C:
13684         * LaTeXFeatures.C:
13685         * Painter.C:
13686         * bufferview_funcs.C:
13687         * font.C:
13688         * lyxfont.C:
13689         * text.C:
13690         * text2.C:
13691         * trans_mgr.C:
13692         * paragraph.C: ... but do it here instead
13693
13694 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13695
13696         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
13697
13698         * tabular.C: small reformat
13699
13700         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
13701         NEW_INSETS version
13702         (GetChar): ditto
13703         (BreakParagraph): ditto
13704         (SetOnlyLayout): ditto
13705         (SetLayout): ditto
13706
13707         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
13708         with one arg less.
13709
13710         * lastfiles.C: removed most using decl, add std:: where needed
13711
13712         * buffer.C: ws changes
13713
13714         * MenuBackend.C (class compare_format): put into anon namespace
13715         (expand): constify label, names, action, action2
13716         (expand):
13717
13718         * text.C (SingleWidth): constify font
13719         (IsBoundary): constify rtl2
13720         (GetVisibleRow): constify ww
13721
13722         * LaTeX.C (deplog): constify logfile
13723
13724         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
13725         start_x, end_x
13726         (workAreaExpose): constify widthChange, heightChange
13727
13728         * lyxrow.C (par): moved
13729         (height): moved
13730         (next): moved
13731         * lyxrow.h: as inlines here
13732
13733         * lyxfont.h (shape): moved from lyxfont.C
13734         (emph): moved from lyxfont.C
13735
13736         * lyxfont.C (LyXFont): use initialization list for all
13737         constructors
13738         (shape): move to lyxfont.h as inline
13739         (emph): move to lyxfont.h as inline
13740
13741
13742 2001-04-04  Juergen Vigna  <jug@sad.it>
13743
13744         * vspace.C: had to include stdio.h for use of sscanf
13745
13746 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
13747
13748         * BufferView.h:
13749         * BufferView_pimpl.h: remove xforms cruft. Both classes are
13750         independent of xforms.
13751
13752 2001-04-02  Juergen Vigna  <jug@sad.it>
13753
13754         * spellchecker.C: fixed namespace placing!
13755
13756 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13757
13758         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
13759         the LyXParagraph * is 0.
13760
13761 2001-03-29  Juergen Vigna  <jug@sad.it>
13762
13763         * vspace.C: added support for %, c%, p%, l%.
13764         (stringFromUnit): added helper function.
13765         (asLatexString): changed to give right results for the %-values.
13766
13767         * buffer.C: convert the widthp in a width%.
13768
13769 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
13770
13771         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
13772         figureForm.[Ch].
13773
13774         * figureForm.[Ch]: stripped the FD_from_figure manipulation
13775         code out of lux_cb.[Ch], ready for its (imminent?) removal.
13776
13777         * lyx_cb.[Ch]: see above.
13778
13779         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
13780         form1.[Ch].
13781
13782         * form1.[Ch]:
13783         * lyx.[Ch]: replaced by figure_form.[Ch].
13784
13785         * lyx_gui.C:
13786         * lyx_gui_misc.C:
13787         * lyxfunc.C: changed headers associated with above changes.
13788
13789 2001-03-27  Juergen Vigna  <jug@sad.it>
13790
13791         * BufferView_pimpl.C: set the temporary cursor right!
13792
13793 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
13794
13795         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
13796
13797 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
13798
13799         * LString.h: removed "using std::getline"!
13800
13801         * BufferView_pimpl.C (Dispatch): changes due to changes in
13802         InsetInclude::Params.
13803
13804         * buffer.C (tag_name): removed redundant break statements as they were
13805         producing lots of warnings with my compiler.
13806
13807 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13808
13809         * LString.h: add "using std::getline" when using the real <string>.
13810
13811 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
13812
13813         * buffer.C: removed bitset usage.
13814         PAR_TAG moved to an anonymous name space.
13815         (tag_name): new funtion, also in the anonymous namespace.
13816         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
13817         (makeDocBookFile): clean code. Completed transition from string arrays
13818         to string vectors.
13819         (SimpleDocBookOnePar): code clean.
13820
13821 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13822
13823         * tabular.C: add some comments.
13824
13825 2001-03-22  Juergen Vigna  <jug@sad.it>
13826
13827         * buffer.C (parseSingleLyXformat2Token): redone the minipage
13828         compatibility read a bit and fixed bug with minipage in different
13829         depth.
13830
13831 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
13832
13833         * buffer.C (pop_tag): removed.
13834         (push_tag): removed.
13835         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
13836         array replaced with vector. Added support for CDATA sections.
13837         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
13838         at any nest level.
13839         (makeDocBookFile): XML conformant declaration of CDATA section,
13840         fixed bug related to <emphasis> in the first paragraph char.
13841         (sgmlOpenTag): exclude empty tags.
13842         (sgmlCloseTag): ditto.
13843
13844         * buffer.h (pop_tag): removed.
13845         (push_tag): removed.
13846
13847 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
13848
13849         * language.h (Languages): added size_type and size().
13850
13851 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13852
13853         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
13854         response on compability reading of minipages. One probliem is that
13855         the old usage of minipages was «flertydig»
13856
13857         * several files here and in subdirs: don't use static at file
13858         scope use anon namespaces instead.
13859
13860 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
13861
13862         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
13863         LaTeX output. This is necessary for Literate document
13864         processing.
13865
13866 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13867
13868         * buffer.C: insert hfill when needed.
13869
13870         * tabular.C (l_getline): use string::erase, small whitespace change.
13871
13872         * BufferView_pimpl.C: try the anon namespace.
13873         * WorkArea.C: ditto
13874
13875 2001-03-16  Juergen Vigna  <jug@sad.it>
13876
13877         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
13878         otherwise it won't open options-dialogs.
13879
13880         * buffer.C: honor pextraWidth(p) on converting minipages.
13881
13882         * tabular.C (l_getline): changed the functions to strip trailing \r.
13883
13884 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
13885
13886         * BufferView_pimpl.C:
13887         * minibuffer..C: added "using SigC::slot" declaration.
13888
13889 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13890
13891         * lyxlex_pimpl.h: noncopyable is in namespace boost.
13892
13893         * text2.C: ditto
13894
13895         * text.C: ditto
13896
13897         * paragraph.C: ditto
13898
13899         * lyxtext.h: NO_PEXTRA
13900
13901         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
13902
13903         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
13904         * ParameterStruct.h: ditto
13905         * ParagraphParameters.h: ditto
13906         * lyxparagraph.h: ditto
13907
13908 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13909
13910         * buffer.C: add compability for minipage alignment.
13911         (latexParagraphs): remove unwanted pextra check.
13912
13913         * several files: remove CXX_WORKING_NAMESPACES
13914
13915         * buffer.C (pop_tag): tie is in namespace boost
13916
13917         * BufferView.h: noncopyable is in namespace boost
13918         * lyxlex.h: ditto
13919         * lyx_main.h: ditto
13920         * lyx_gui.h: ditto
13921         * layout.h: ditto
13922         * lastfiles.h: ditto
13923         * bufferlist.h: ditto
13924         * ShareContainer.h: ditto
13925         * LyXView.h: ditto
13926         * LyXAction.h: ditto
13927         * LaTeX.h: ditto
13928
13929 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13930
13931         * Merging changes from BRANCH_MVC back into HEAD.
13932
13933         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
13934
13935 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
13936
13937         * BufferView_pimpl.C: change from intl.C
13938
13939         * combox.h:
13940         * combox.C:
13941         * Makefile.am: move combox.*
13942
13943         * form1.h:
13944         * form1.C:
13945         * lyx_gui.C:
13946         * intl.h:
13947         * intl.C: remove dialog (covered by prefs)
13948
13949 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13950
13951         * lyxfunc.C (Dispatch): removed redundant break statement.
13952
13953 2001-03-14  Juergen Vigna  <jug@sad.it>
13954
13955         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
13956
13957 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13958
13959         * buffer.C: add hack to fix compability reading of minipages.
13960
13961 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
13962
13963         * buffer.C (getLists): Cleanup.
13964
13965 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13966
13967         * lyxfont.C (update): don't honor toggleall on font size.
13968
13969 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
13970
13971         * bmtable.c:
13972         * bmtable.h:
13973         * Makefile.am: moved to frontends/xforms/
13974
13975         * lyx_gui_misc.C:
13976         * lyxfunc.C:
13977         * BufferView_pimpl.C: changes for moved mathpanel
13978
13979 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13980
13981         * gettext.h: fix gettext_init() in --disable-nls
13982
13983 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13984
13985         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
13986
13987 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
13988
13989         * lyx.C:
13990         * lyx.h: strip external form
13991
13992 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13993
13994         * BufferView_pimpl.C: add comment, destroySplash()
13995
13996 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13997
13998         * BufferView_pimpl.C:
13999         * LyXAction.C:
14000         * buffer.C:
14001         * commandtags.h:
14002         * lyxfunc.C: use re-worked insetinclude
14003
14004 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14005
14006         * buffer.C: add using std::stringstream.
14007
14008         * lyx_cb.C: readd using std::ios.
14009
14010         * buffer.C: add using std::map.
14011
14012         * BufferView_pimpl.C: add using std::vector.
14013
14014         * ShareContainer.h: add std:: to swap.
14015
14016         * buffer.h: add some typedefs
14017         * buffer.C (getLists): use them
14018         (getLists): renamed from getTocList.
14019         add a counter for the different float types and use it in the
14020         generated string.
14021         (getLists): use the same counter for the NEW_INSETS and the "non"
14022         NEW_INSETS
14023
14024         * lyx_cb.h: remove unused items, includes, using etc.
14025
14026         * ShareContainer.h: remove some commented code, add more comments
14027         and "documentation".
14028
14029 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14030
14031         * buffer.C (getTocList): make the list also when NEW_INSETS is
14032         defined.
14033
14034         * buffer.h: remove TocType
14035
14036         * buffer.C (getTocList): change to return a map<string,
14037         vector<TocItem> >, implement for dynamic number of list.
14038
14039         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14040         * text2.C (PasteSelection): adjust
14041         * CutAndPaste.C (pasteSelection): adjust
14042
14043         * FloatList.C (FloatList): update from the new_insets branch.
14044         * Floating.[Ch]: ditto
14045         * LaTeXFeatures.C: ditto
14046         * buffer.C: ditto
14047         * lyxlex_pimpl.C: ditto
14048
14049         * paragraph.C (Last): remove when NEW_INSETS is defined.
14050
14051         * other file: changes because of the above.
14052
14053 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14054
14055         * lyxparagraph.h: rename next to next_, previous to previous_,
14056         make them private for NEW_INSETS. Rename Next() to next(),
14057         Previous() to previous().
14058
14059         * other files: changes because of the above.
14060
14061 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14062
14063         * BufferView.h:
14064         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14065         problem.
14066
14067 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14068
14069         * main.C (main): pass lyx_localedir to gettext_init().
14070
14071         * gettext.h: remove locale_init and gettext_init macros
14072
14073         * gettext.C (locale_init): new function
14074         (gettext_init): new function
14075
14076         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14077         setlocale().
14078
14079 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14080
14081         * Moved credits to frontends:
14082         * credits.[Ch]: removed
14083         * credits_form.[Ch]: removed
14084         * lyx_gui_misc.C: remove credits stuff
14085         * Makefile.am:
14086
14087 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14088
14089         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14090
14091         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14092         unneeded destructor.
14093
14094         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14095         a standalone pointer again.
14096
14097         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14098
14099 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14100
14101         * Makefile.am:
14102         * filedlg.h:
14103         * filedlg.C:
14104         * LyXAction.C:
14105         * ToolbarDefaults.C:
14106         * bufferlist.C:
14107         * commandtags.h:
14108         * form1.C:
14109         * form1.h:
14110         * lyx_cb.C:
14111         * lyx_cb.h:
14112         * lyxfunc.h:
14113         * lyxfunc.C:
14114         * BufferView_pimpl.C: use new file dialog in GUII
14115
14116         * lyx_cb.h:
14117         * lyx_cb.C: remove LayoutsCB to Toolbar
14118
14119 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14120
14121         * ShareContainer.h (get): add std:: qualifier
14122
14123 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14124
14125         * ShareContainer.h: define a proper ShareContainer::value_type
14126         type (and use typename to please compaq cxx)
14127
14128 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14129
14130         * lyxparagraph.h: move serveral local vars to
14131         ParameterStruct/ParagraphParameters., use ShareContainer in
14132         FontTable., make vars in FontTable private and add getter and
14133         setter.
14134
14135         * paragraph.C: changes because of the above.
14136
14137         * lyxfont.h: remove copy constructor and copy assignment. (the
14138         default ones is ok), move number inside FontBits. move inlines to
14139         lyxfont.C
14140
14141         * lyxfont.C: add number to initializaton of statics, move several
14142         inlines here. constify several local vars. some whitespace
14143         cleanup. Dont hide outerscope variables.
14144
14145         * Spacing.h: add two new constructors to match the set methods.
14146
14147         * ShareContainer.h: new file, will perhaps be moved to support
14148
14149         * ParameterStruct.h: new file
14150
14151         * ParagraphParameters.h: new file
14152
14153         * ParagraphParameters.C: new file
14154
14155         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14156         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14157
14158         * BufferView_pimpl.C: ParagraphParameter changes.
14159         * buffer.C: Likewise.
14160         * bufferview_funcs.C: Likewise.
14161         * text.C: Likewise.
14162         * text2.C: Likewise.
14163
14164 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14165
14166         * lyxfind.C (LyXReplace): do not redefine default argument in
14167         implementation.
14168         (IsStringInText): ditto
14169         (SearchForward): ditto
14170         (SearchBackward): ditto
14171
14172 2001-03-06  Juergen Vigna  <jug@sad.it>
14173
14174         * lyxfind.C (IsStringInText): put parentes around expressions.
14175
14176 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14177
14178         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14179
14180 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14181
14182         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14183
14184         * stl_string_fwd.h: add comment
14185
14186         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14187
14188         * tabular.h:
14189         * tabular.C: remove unused DocBook methods
14190
14191         * intl.C:
14192         * language.C:
14193         * paragraph.C:
14194         * buffer.C:
14195         killed DO_USE_DEFAULT_LANGUAGE
14196
14197 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14198
14199         * lyx_gui.C: do not include language.h.
14200
14201         * bufferview_funcs.C (ToggleAndShow): do not provide optional
14202         arguments in function implementation.
14203
14204 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14205
14206         * BufferView_pimpl.C: add <ctime>
14207
14208 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14209
14210         * BufferView_pimpl.C: add using std::find_if
14211
14212 2001-02-27  José Matos  <jamatos@fep.up.pt>
14213
14214         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
14215         by OnlyPath.
14216
14217 2001-02-11  José Matos  <jamatos@fep.up.pt>
14218
14219         * buffer.C (makeDocBookFile): command styles now have a parameter as
14220         "title" by default.
14221
14222 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
14223
14224         * layout_forms.[Ch]: removed
14225         * lyx_cb.[Ch]: out character
14226         * lyx_gui.C: out character
14227         * lyx_gui_misc.C: out character
14228         * bufferview_funcs.C: : out character,
14229         added toggleall as parameter in ToggleAndShow
14230
14231 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
14232
14233         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
14234
14235         * text2.C (SetCurrentFont): Disable number property at boundary.
14236
14237 2001-02-26  Juergen Vigna  <jug@sad.it>
14238
14239         * lyxfunc.C (getStatus): added a string argument override function so
14240         that this is correctly called from LyXFunc::Dispatch if it contains a
14241         do_not_use_argument which is used!
14242         (Dispatch): added check for "custom" export and call appropriate func.
14243
14244 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
14245
14246         * lyxrc.C: Add language_command_local, language_use_babel and
14247         language_global_options.
14248
14249         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
14250
14251         * buffer.C (makeLaTeXFile): Use language_use_babel and
14252         language_global_options.
14253
14254 2001-02-23  Juergen Vigna  <jug@sad.it>
14255
14256         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
14257         which works with LyXText and putted it inside BufferView. Here now we
14258         only call for that part the BufferView::Dispatch() function.
14259
14260         * BufferView.C (Dispatch): added.
14261
14262         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
14263         functions which needs to use a LyXText over from LyXFunc.
14264         (MenuInsertLyXFile): added
14265         (getInsetByCode): added
14266         (moveCursorUpdate): added
14267         (static TEXT): added
14268
14269 2001-02-22  Juergen Vigna  <jug@sad.it>
14270
14271         * BufferView_pimpl.C (update): call a status update to see if LyXText
14272         needs it.
14273
14274 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14275
14276         * vc-backend.C (revert): implement for CVS
14277         (getLog): implement for CVS
14278
14279 2001-02-20  Juergen Vigna  <jug@sad.it>
14280
14281         * text2.C (ClearSelection): added BufferView param for inset_owner call
14282
14283         * lyxfunc.C (TEXT): added this function and use it instead of
14284         directly owner->view()-text of getLyXText().
14285
14286 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
14287
14288         * src/layout_forms.C: out preamble
14289         * src/layout_forms.h: out preamble
14290         * src/lyx_cb.C: out preamble
14291         * src/lyx_cb.h: out preamble
14292         * src/lyx_gui.C: out preamble
14293         * src/lyx_gui_misc.C: out preamble
14294         * src/lyxfunc.C: connect with guii preamble
14295
14296 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
14297
14298         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
14299
14300 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
14301
14302         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
14303         whether to run bibtex.
14304
14305 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
14306
14307         * Makefile.am (lyx_SOURCES): Remove BackStack.h
14308
14309 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
14310
14311         * Makefile.am (lyx_SOURCES): removed bibforms.h
14312
14313         * vspace.h: doxygen
14314
14315         * text.C (GetVisibleRow): make several local vars const
14316
14317         * tabular.C: small cleanup.
14318
14319         * lyxserver.C (callback): use compare instead of strncmp
14320
14321         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
14322         inlines to after class or to paragraph.C
14323
14324         * lyxfont.h: remove friend operator!=
14325
14326         * converter.h: move friend bool operator< to non friend and after
14327         class def.
14328
14329         * combox.h: small cleanup
14330
14331         * buffer.h: doxygen, remove unused constructor, move inclas inlies
14332         to inlines after class def.
14333
14334         * buffer.C (pop_tag): use string operations instead of strcmp
14335
14336         * bmtable.c: doxygen, small cleanup
14337
14338         * LaTeX.h: remove friend operator==
14339
14340 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
14341
14342         * screen.C:
14343         * lyxrc.[Ch]:
14344         * lyxfunc.C:
14345         * lyxfont.[Ch]:
14346         * lyx_cb.C:
14347         * intl.[Ch]:
14348         * commandtags.h:
14349         * buffer.C:
14350         * WorkArea.[Ch]:
14351         * LyXAction.C:
14352         * BufferView_pimpl.C:
14353         * BufferView.[Ch]: remove cruft
14354
14355 2001-02-14  Juergen Vigna  <jug@sad.it>
14356
14357         * lyxfunc.C: removed #if 0 unused code
14358
14359         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
14360
14361         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
14362
14363         * text2.C (SetSelection): added a BufferView * parameter
14364
14365 2001-02-13  Juergen Vigna  <jug@sad.it>
14366
14367         * lyxfunc.C (Dispatch): fixed protected blank problem.
14368         * BufferView2.C (protectedBlank): added LyxText * parameter.
14369
14370         * tabular.C (AppendRow): forgot to set row_info of newly added row.
14371         (AppendColumn): same as above for column_info.
14372
14373         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
14374         (moveCursorUpdate): use a LyXText param for support of InsetText.
14375
14376         * BufferView_pimpl.C (doubleClick): added support for InsetText.
14377         (tripleClick): ditto
14378
14379         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
14380
14381         * BufferView_pimpl.C (update): added LyXText param to honor insets.
14382
14383         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
14384
14385         * text2.C (SetSelection): set correct update status if inset_owner
14386         (ToggleFree): ditto
14387
14388 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
14389
14390         * tabular.C: remove some commented code.
14391
14392 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
14393
14394         * BufferView_pimpl.C: call hideSplash()
14395
14396         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
14397
14398         * include_form.h:
14399         * bibforms.h: remove
14400
14401         * lyxfunc.C:
14402         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
14403           add LFUN_CHILD_CREATE
14404
14405         * counters.h: fix tiny typo
14406
14407         * lyx_cb.C:
14408         * lyx.h:
14409         * lyx_gui.C:
14410         * lyx.C: move splash to frontends/xforms/
14411
14412         * lyx_gui_misc.C: move Include and Bibform to frontends
14413
14414         * lyxvc.h: clarify comment
14415
14416         * vspace.C: tiny housekeeping
14417
14418 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
14419
14420         * text.C (PrepareToPrint): RTL Fix.
14421
14422         * paragraph.C (GetUChar): New method.
14423         (String):  Use GetUChar.
14424
14425         * buffer.C (asciiParagraph): Use GetUChar.
14426
14427 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
14428
14429         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
14430
14431 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
14432
14433         * buffer.h:
14434         * buffer.C: rename to getLogName(), handle
14435           build log / latex log nicely
14436
14437 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14438
14439         * MenuBackend.C:
14440         * MenuBackend.h: remove support for reference menuitem type.
14441
14442 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
14443
14444         * BufferView_pimpl.C: housekeeping
14445         * BufferView_pimpl.h:
14446         * LyXView.h:
14447         * Makefile.am:
14448         * Timeout.C:
14449         * Timeout.h:
14450         * minibuffer.h: move Timeout GUI-I
14451
14452 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
14453
14454         * lyxrc.C (read): Update converters data-structures.
14455
14456 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
14457
14458         * LaTeX.h (operator!=): add operator != for Aux_Info
14459
14460 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
14461
14462         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
14463
14464         * LaTeXLog.C: deleted, useful code moved to Buffer
14465
14466         * buffer.h:
14467         * buffer.C: new function getLatexLogName()
14468
14469         * lyx_gui_misc.C:
14470         * lyx_gui.C:
14471         * lyxvc.C:
14472         * lyxvc.h:
14473         * lyxfunc.C: use frontends for LaTeX and VC logs
14474
14475 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14476
14477         * LaTeX.h: yet another std:: that Allan forgot.
14478
14479         * Variables.C (set): renamed from isset(), because this clashes
14480         with some HP-UX macros (grr).
14481
14482 2001-02-06  Allan Rae  <rae@lyx.org>
14483
14484         * LaTeX.h: Another bug fix.  Missing std:: this time.
14485
14486 2001-02-04  Allan Rae  <rae@lyx.org>
14487
14488         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
14489         floats problem. I've left it commented out because it's not quite
14490         correct.  It should also test that the current object is a table or
14491         figure inset.  But I haven't gotten around to figuring out how to do
14492         that.  I *think* it'll be something like: "table" == inset.type()
14493
14494         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
14495         bool.
14496
14497 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
14498
14499         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
14500         all the citation/databases/styles in the auxilary file.
14501         (run): Rerun latex if there was a babel language error.
14502
14503 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
14504
14505         * text.C (Backspace): Preserve the font when changing newline char
14506         with a space.
14507         (BreakParagraph): If the cursor is before a space, delete the space.
14508
14509         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
14510
14511 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
14512
14513         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
14514         new argument (code).
14515         (ChangeCitationsIfUnique): New method.
14516
14517         * paragraph.C (GetPositionOfInset): Handle bibkey.
14518
14519 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14520
14521         * BufferView_pimpl.h: change type of Position::par_pos to
14522         LyXParagraph::size_type.
14523
14524 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
14525
14526         * BufferView_pimpl.C (savePosition, restorePosition): Write
14527         messages to minibuffer.
14528
14529 2001-01-28  José Matos  <jamatos@fep.up.pt>
14530
14531         * buffer.C (makeDocBookFile): adds support for document language.
14532         A silly restriction on the name of LatexCommand types where removed.
14533         Added support for CDATA sections, allows to chars unescaped, used
14534         among others in code, to avoid escape < and >.
14535
14536 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14537
14538         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
14539         saved positions instrad of a stack. Furthermore, a position is
14540         stored using paragraph id/paragraph position.
14541
14542         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
14543         Remove LFUN_REF_BACK.
14544
14545 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14546
14547         * converter.C (dvipdfm_options): New method.
14548
14549 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
14550
14551         * vspace.C (isValidLength): Fix for empty input string.
14552
14553 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14554
14555         * LyXAction.C (init): change description of LFUN_FIGURE to
14556         "Insert Graphics"
14557
14558 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14559
14560         * LaTeX.C: add using directive
14561
14562 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14563
14564         * MenuBackend.C (expand): Fix the sorting of the formats.
14565
14566 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
14567
14568         * lyx_main.C: tiny error message fix
14569
14570 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14571
14572         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
14573         calling fl_initialize(). This fixes the problem with ',' as
14574         decimal separator in text files.
14575
14576 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14577
14578         * trans.C (process): Fix the keymap bug.
14579
14580 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
14581
14582         * LaTeX.C (scanAuxFiles): New method. Provides support for
14583         multiple bibliographies (when using the bibtopic/bibunits pacakges).
14584         (scanLogFile) Scan for "run BibTeX" messages.
14585
14586         * buffer.C (makeLaTeXFile): Do not load the ae package when using
14587         OT1 font encoding. Also, load the aecompl package if the ae
14588         package is loaded.
14589
14590         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
14591
14592 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14593
14594         * texrow.C (increasePos): turn two error messages into debug
14595         messages.
14596
14597 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
14598
14599         * LaTeX.C (scanAux): Handle the \@input macro.
14600         (runBibTeX): Use scanAux().
14601
14602         * language.C (latex_options_): New field.
14603
14604         * LaTeXFeatures.C (getMacros): Add language macros.
14605
14606         * buffer.C (makeLaTeXFile): Small fix.
14607
14608 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14609
14610         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
14611
14612         * text2.C: add a using directive.
14613
14614 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
14615
14616         * BufferView2.C:
14617         * lyx_gui_misc.h:
14618         * lyxfr1.C:
14619         * lyxfunc.C: kill LyXBell.
14620
14621 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
14622
14623         * text.C (IsBoundary): Remove the error message
14624
14625         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
14626
14627         * lyxrc.C (setDefaults): Correct initialization value for
14628         font_norm_type.
14629
14630 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
14631
14632         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
14633         gotoError().
14634
14635         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
14636         and GotoNextNote().
14637
14638         * src/LyXAction.C: Added reference-next.
14639
14640         * text.C (InsertChar): Use contains instead of strchr.
14641
14642         * lyx_cb.C (MenuInsertLabel): Enable default value code.
14643
14644 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
14645
14646         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
14647         alignment commands (when needed).
14648
14649         * text.C (InsertChar): Add ':' to number separator chars.