]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
6d7672c9f52e23c49746e0036a8f67d02102b116
[lyx.git] / src / ChangeLog
1 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
2
3         * lyxfind.C (replaceAll): use std::advance
4
5         * iterators.h: inherit from std::iterator.
6
7         * PosIterator.C (advance, distance): remove
8         * PosIterator.h: interit from std::iterator.
9
10 2004-01-26  André Pönitz  <poenitz@gmx.net>
11
12         * BufferView.[Ch]:
13         * BufferView_pimpl.[Ch]:
14         * InsetList.[Ch]:
15         * PosIterator.[Ch]:
16         * buffer.h:
17         * bufferview_funcs.C:
18         * cursor.[Ch]:
19         * cursor_slice.h:
20         * factory.[Ch]:
21         * iterators.[Ch]:
22         * lyxfind.C:
23         * lyxfunc.C:
24         * lyxtext.h:
25         * output_docbook.C:
26         * output_latex.C:
27         * output_linuxdoc.C:
28         * output_plaintext.C:
29         * paragraph.[Ch]:
30         * paragraph_funcs.[Ch]:
31         * paragraph_pimpl.[Ch]:
32         * rowpainter.C:
33         * tabular.C:
34         * tabular.h:
35         * text.C:
36         * text2.C:
37         * text3.C: more IU:  dumps most of the rest of the mathcursor
38     implementation into cursor.[Ch]; "globalize" a bit of it.
39
40 2004-01-25  Angus Leeming  <leeming@lyx.org>
41
42         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
43
44 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
45
46         * LaTeXFeatures.h: add nice_ and nice() const
47         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
48
49 2004-01-20  André Pönitz  <poenitz@gmx.net>
50
51         * BufferView.[Ch]:
52         * BufferView_pimpl.C:
53         * PosIterator.C:
54         * bufferview_funcs.C:
55         * cursor.[Ch]:
56         * cursor_slice.[Ch]:
57         * factory.C:
58         * iterators.C:
59         * lyx_cb.C:
60         * lyxfind.C:
61         * lyxfunc.C:
62         * lyxtext.h:
63         * rowpainter.C:
64         * text.C:
65         * text2.C:
66         * text3.C:
67         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
68           LCursor and mathcursor parts to LCursor and InsetBase.
69
70 2004-01-15  André Pönitz  <poenitz@gmx.net>
71
72         * cursor_slice.[Ch]: add a few covienience functions
73
74         * funcrequest.[Ch]: remove BufferView * member
75
76         * BufferView_pimpl.C:
77         * cursor.C:
78         * factory.[Ch]:
79         * lyxfind.[Ch]:
80         * lyxfunc.C:
81         * lyxtext.h:
82         * text3.C:
83         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
84
85 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
86
87         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
88         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
89
90 2004-01-13  André Pönitz  <poenitz@gmx.net>
91
92         * textcursor.[Ch]:
93         * lyxtext.h: hide cursor and selection anchor behind accessor function
94
95         * BufferView.C:
96         * BufferView_pimpl.[Ch]:
97         * PosIterator.C:
98         * bufferview_funcs.C:
99         * cursor.h:
100         * lyxfind.C:
101         * lyxfunc.C:
102         * text.C:
103         * text2.C:
104         * text3.C:
105         * undo.C: adjust
106
107         * cursor.h:
108         * cursor_slice.[Ch]: some integer type changes for inset unification
109
110         * lyxcursor.[hC]: remove, it's CursorSlice now.
111
112         * Makefile.am:
113         * BufferView_pimpl.[Ch]:
114         * bufferview_funcs.C:
115         * cursor_slice.C:
116         * lyxtext.h:
117         * text.C:
118         * text2.C:
119         * text3.C:
120         * textcursor.[Ch]: adjust
121
122 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
123
124         * text2.C (undoSpan): add and use
125         * text.C (breakParagraph): use undoSpan (fix bug 578)
126         * lyxtext.h: adjust
127
128 2004-01-08  Angus Leeming  <leeming@lyx.org>
129
130         * BufferView_pimpl.C (MenuInsertLyXFile):
131         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
132         * lyxfunc.C (menuNew, open, doImport):
133         FileFilterList change to the FileDialog open and save functions.
134
135 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
136
137         * ShareContainer.h: make isEqual and isUnique adaptable
138
139         * CutAndPaste.C: make resetOwnerAndChanges adaptable
140
141 2004-01-07  Angus Leeming  <leeming@lyx.org>
142
143         * LyXAction.C:
144         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
145
146         * BufferView_pimpl.C (dispatch): act on these LFUNs.
147
148         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
149         functions replacing find, replace and replaceAll.
150
151         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
152         LFUN_WORDFIND(FORWARD|BACKWARD).
153
154 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
155
156         * text.C (breakParagraph): remove an outdated #warning
157
158 2004-01-07  André Pönitz  <poenitz@gmx.net>
159
160         * lyxfind.C: somewhat clearer logic
161
162         * text.C: prevent crash in cursorX on unitialized row cache
163
164 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
165
166         * lyxcursor.[Ch] (operator>): add
167         * textcursor.C (selStart, selEnd): use std::min and std::max
168
169 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
170
171         * Chktex.C: include boost/format.hpp
172
173 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
174
175         * InsetList.C: replace functor MathcIt with adaptable functor
176         InsetTablePosLess
177         (insetIterator): modify accordingly
178
179         * BranchList.h: move the BranchNamesEqual functor here from...
180         * BranchList.C: ... to here
181
182         * BranchList.C: new BranchListEqual fuctor, use it. Remove
183         SameName and match.
184         (add): replace a finding loop with std::find_if.
185
186 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
187
188         * output_docbook.C: moving LatexParam functionality into
189         .layout files
190
191 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
192
193         * buffer.C: increment format to 229.
194
195 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
196
197         * LaTeXFeatures.C:
198         * lyx_sty.[Ch]: remove minipageindent_def
199
200         * LyXAction.C:
201         * factory.C:
202         * lfuns.h:
203         * lyxfunc.C:
204         * text3.C: remove LFUN_INSET_MINIPAGE
205
206 2003-12-28  Angus Leeming  <leeming@lyx.org>
207
208         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
209
210 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
211
212         * text2.C (setParagraph): fix off-by-one crash
213
214 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
215
216         * output_docbook.C: header stuff for AGU
217
218 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
219
220         * text2.C (redoCursor): remove
221         * text.C:
222         * text3.C:
223         * BufferView_pimpl.C: remove calls to redoCursor and
224         setCursor(cursor.par(), cursor.pos()) all around
225
226 2003-12-15  Angus Leeming  <leeming@lyx.org>
227
228         * buffer.C: up the format to 228.
229
230 2003-12-15  André Pönitz  <poenitz@gmx.net>
231
232         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
233         slices
234
235         * Makefile.am:
236
237         * BufferView_pimpl.C:
238         * cursor.[Ch]:
239         * lyxcursor.[Ch]:
240         * rowpainter.[Ch]:
241         * lyxtext.h:
242         * text.C:
243         * text2.C:
244         * text3.C: adjust
245
246 2003-12-15  Angus Leeming  <leeming@lyx.org>
247
248         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
249         than getFromGUIName to manipulate the color.
250
251 2003-12-14  Angus Leeming  <leeming@lyx.org>
252
253         * BranchList.[Ch]: minimize the API.
254         (Branch::getBranch, getColor): now return a 'const &'.
255         (Branch::setSelected) now returns a bool set to true if the
256         selection status changes.
257         (BranchList::clear, size, getColor, setColor, setSelected,
258         allBranches, allSelected, separator): removed.
259         (BranchList::find): new functions, returning the Branch with
260         the given name.
261         (BranchList::add, remove): return a bool indicating that
262         the operation was successful.
263
264         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
265         new InsetBranch::isBranchSlected member function.
266
267         * LColor.[Ch]: mimimize the API.
268         (fill): renamed as addColor and made private.
269         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
270         versions of these functions taking a string arg have been removed.
271
272         * bufferparams.C (readToken):
273         * lyxfunc.C (dispatch):
274         * lyxrc.C (read): changes due to the altered BranchList and
275         LColor APIs.
276
277         * factory.C (createInset, readInset): changes due to altered
278         InsetBranch c-tor.
279
280 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
281
282         * factory.C:
283         * lyxfunc.C: remove insetminipage. "minipage-insert"
284         now produces a frameless minipage box inset.
285
286 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
287
288         * textcursor.[Ch] (selStart,selEnd): add new methods
289         remove selection::start, end, use LyXCursor::operator<
290         * lyxcursor.[Ch] (operator<): add
291         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
292         * BufferView.[Ch] (unsetXSel): add
293         * text2.C (clearSelection): use unsetXSel,adjust
294         * text.C: adjust
295         * text3.C: adjust
296         * rowpainter.C: adjust
297         * bufferview_funcs.C (put_selection_at): adjust
298
299 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
300
301         * BufferView_pimpl.C: small coord. correction
302
303 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
304
305         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
306         dragging over the splash screen.
307
308 2003-12-11  Angus Leeming  <leeming@lyx.org>
309
310         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
311         as it is now handled in LyXText::dispatch.
312
313         * text3.C (doInsertInset): remove a level of nesting.
314
315 2003-12-11  Angus Leeming  <leeming@lyx.org>
316
317         * factory.C (createInset): changes due to the changed interface to
318         InsetCommandMailer::string2params.
319
320 2003-12-10  Angus Leeming  <leeming@lyx.org>
321
322         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
323         'dialog-show-new-inset <inset name>'
324
325 2003-12-10  Angus Leeming  <leeming@lyx.org>
326
327         * buffer.C: up the format to 227.
328
329         * factory.C: the box inset is now identified simply by 'Box'.
330
331 2003-12-10  Angus Leeming  <leeming@lyx.org>
332
333         * buffer.C: up the format to 226.
334
335         * factory.C: the note inset is now identified simply by 'Note'.
336
337 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
338
339         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
340         when a pit is enough. Standarize a couple of loops.
341
342 2003-12-05  Angus Leeming  <leeming@lyx.org>
343
344         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
345         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
346         data to the re-worked "log" dialog.
347
348 2003-12-03  André Pönitz  <poenitz@gmx.net>
349
350         * PosIterator.C:
351         * iterators.C:
352         * lyxtext.h:
353         * output_latex.C:
354         * paragraph_funcs.C:
355         * text.C:
356         * text2.C: use Inset::getText instead of Inset::getParagraph
357
358 2003-12-03  André Pönitz  <poenitz@gmx.net>
359
360         * buffer.[Ch]:
361         * lyxtext.h:
362         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
363         InsetText::read() as LyXText::read()
364
365 2003-12-02  Angus Leeming  <leeming@lyx.org>
366
367         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
368         type. Add a comment in the implementation that the function uses
369         the stream's bad() function rather than fail() as the std::streams
370         would do.
371
372 2003-12-02  André Pönitz  <poenitz@gmx.net>
373
374         * lyxlex.[Ch]: make interface more similar to std::stream
375
376         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
377
378 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
379
380         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
381
382 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
383
384         * vspace.[Ch]: remove VSpace::NONE
385
386 2003-12-01  André Pönitz  <poenitz@gmx.net>
387
388         * buffer.[Ch]:
389         * lyxtext.h: move ParagraphList member to LyXText
390         rename LyXText::ownerParagraphs to LyXText::paragraph
391
392         * CutAndPaste.C:
393         * bufferview_funcs.C:
394         * iterators.[Ch]:
395         * lyx_cb.C:
396         * paragraph.C:
397         * rowpainter.C:
398         * tabular.C:
399         * text.C:
400         * text2.C:
401         * text3.C: adjust
402
403         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
404
405         * undo.C: fix cursor positioning
406
407 2003-12-01  John Levon  <levon@movementarian.org>
408
409         * BufferView_pimpl.C: fix a crash on exit with
410         a buffer open
411
412 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
413
414         * BranchList.C: fix setSelected() method.
415
416 2003-11-28  André Pönitz  <poenitz@gmx.net>
417
418         * ParagraphParameters.[Ch]:
419         * ParameterStruct.h: remove space above/below from Paragraph to
420          InsetVSpace
421
422         * BufferView_pimpl.C:
423         * factory.C:
424         * lyxfunc.C:
425         * lyxtext.h:
426         * output_latex.C:
427         * paragraph.C:
428         * paragraph_funcs.C:
429         * rowpainter.[Ch]:
430         * text.C:
431         * text2.C:
432         * text3.C: adjust
433
434 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
435
436         * factory.C: Syntax change for CharStyles
437
438 2003-11-28  André Pönitz  <poenitz@gmx.net>
439
440         * BufferView.[Ch]:
441         * BufferView.[Ch]:
442         * buffer.[Ch]:
443         * buffer.[Ch]: move LyXText member
444
445 2003-11-28  André Pönitz  <poenitz@gmx.net>
446
447         * BufferView.[Ch]: make LyXText * text a private member
448
449         * BufferView_pimpl.C:
450         * cursor.C:
451         * iterators.C:
452         * lyx_cb.C:
453         * lyxfind.C:
454         * lyxtext.h:
455         * rowpainter.[Ch]:
456         * text.C:
457         * text2.C:
458         * undo.C: adjust
459
460         * output_plaintext.C: cleanup
461
462 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
463
464         * buffer.C:
465         * lyxtextclass.[Ch]: parametrize SGML document header
466
467 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
468
469         * converter.[Ch]:
470         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
471         getFlavor().
472
473 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
474
475         * text2.C (setFont): rework using PosIterator (no more recursive)
476         (setCharFont): no more needed
477         (setLayout): no more selection cursors fiddling (done by redoCursor)
478         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
479         destroy remaining ones)
480
481 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
482
483         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
484         * lyxtext.h: ditto
485         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
486         selection cursors
487         * lyxfunc.C: adjust
488         * text3.C: adjust + re-allow multi par depth changes
489         * textcursor.C: simplify a bit
490
491 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
492
493         * src/buffer.C:
494         * src/lyxlayout.C:
495         * src/lyxlayout.h:
496         * src/lyxtext.h:
497         * src/output_docbook.C:
498         * src/output_latex.C:
499         * src/paragraph.C:
500         * src/paragraph.h:
501         * src/sgml.C:
502         * src/sgml.h:
503         * src/text2.C: Introducing a number of tags parametrizing various
504         XML formats that we may want to support
505
506 2003-11-25  André Pönitz  <poenitz@gmx.net>
507
508         * InsetList.[Ch] (begein, end): inline as suggested by profiler
509
510         * lyxtext.h (leftMargin/rightMargin): simplify interface
511
512         * rowpainter.C:
513         * text.C:
514         * text2.C:
515         * text3.C: adjust
516
517 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
518
519         * lyxfunc.C (dispatch): propogate the bibtex databases from the
520         master file to any child files. Fixes bug 546.
521
522 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
523
524         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
525
526 2003-11-24  André Pönitz  <poenitz@gmx.net>
527
528         * rowpainter.C: simplification
529
530         * text2.C (updateCounters): remove call to redoParagraph on
531         changed labels as this is far too expensive.
532
533 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
534
535         * converter.C (convert): fix a crash: this function gets
536         called with buffer == 0 from importer code.
537
538 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
539
540         * text3.C (cursorPrevious): make sure that we do not compare
541         iterators form different containers.
542         (cursorNext): ditto
543
544         * rowpainter.C (paintSelection): make sure that we do not compare
545         iterators from different containers.
546
547         * text3.C (dispatch): [PRIOR] make sure that we do not compare
548         iterators from different ParagraphList containers.
549         [NEXT] ditto
550
551         * text2.C (LyXText): change order of initialization slightly
552         (operator=): new function. copy all variables except cache_par_
553         (moveUp): make sure that we do not compare iterators from
554         different ParagraphList constainers.
555         (moveDown): ditto
556
557         * text.C (firstPar): new function
558         (lastPar): new function
559         (endPar): new function
560
561         * lyxtext.h: move things around and group public functions, public
562         variables, private functions, private variables
563
564 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
565
566         * factory.C: change call to InsetERT constructor to avoid
567         additional invocation of method status
568         * text2.C (toggleInset): remove redundant update() call
569         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
570         instead of a Bufferview pointer
571
572 2003-11-21  André Pönitz  <poenitz@gmx.net>
573
574         * rowpainter.C: simplification
575
576 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
577
578         * text3.C (dispatch): make possible to extend a word/row selection
579         with the mouse
580
581 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
582
583         * lyxtext.h: x0_,y0_ -> xo_,yo_
584         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
585         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
586         * rowpainter.C (paintRows): paint full paragraphs
587
588 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
589
590         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
591         screen coordinates)
592
593 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
594
595         * lyxtext.h: add x0_, y0_
596         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
597         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
598
599 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
600
601         * text2.C (setCursorIntern): move the x_target update here *
602         * text3.C: change some bv() to true/false in calls to
603         cursorUp/Down/Right/Left
604         * cursor.C: use helper function.
605
606 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
607
608         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
609         * paragraph_funcs.[Ch]: correct comment
610         * rowpainter.C: do not paint selections away from bv->cursor()
611         Fix a long standing selection painting bug.
612         * text3.C: generalize mouse-selection code to LyXTexts other that
613         top one
614         * textcursor.C: do not use y coords if we can use par offsets
615
616 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
617
618         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
619         cursor position after e.g. inset insert)
620
621 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
622
623         * lyxfind.C (replace): adjust to locking removal + some
624         code simplification
625
626 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
627
628         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
629         of the path
630
631 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
632
633         * lyxlayout.[Ch]:
634         * output_docbook.C: XML sanitation: new layout
635         parameters InnerTag and CommandDepth
636
637 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
638
639         * BufferView_pimpl.C:
640         * factory.C:
641         * text3.C: Fix the insertion and modification of button-style
642         insets
643
644 2003-11-13  André Pönitz  <poenitz@gmx.net>
645
646         * InsetList.[Ch]: remove deleteLyXText
647
648         * paragraph.[Ch]: cache beginOfBody position
649
650         * Bidi.C:
651         * text.C:
652         * text2.C:
653         * text3.C: remove superfluous update() calls
654
655         * vspace.C: cleanup
656
657 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
658
659         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
660         * BufferView.C (fitLockedInsetCursor): remove
661         * cursor.[Ch] (getDim): add
662         * text.C (getRowNearY): add faster version
663         * text3.C: remove some update calls
664
665 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
666
667         * LaTeXFeatures.C:
668         * LyXAction.C:
669         * MenuBackend.C:
670         * MenuBackend.h:
671         * dispatchresult.h:
672         * factory.C:
673         * lfuns.h:
674         * lyxfunc.C:
675         * lyxtextclass.C:
676         * lyxtextclass.h:
677         * text3.C: The Character Style /XML short element patch.
678
679 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
680
681         * text3.C:
682         * factory.C: Small step to solving 'unable to insert some insets'
683         problem
684
685 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
686
687         * cursor.[Ch] (updatePos): new function for updating the y
688         position of the tip inset
689         * bufferview_funcs.C (put_selection_at):
690         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
691
692 2003-11-11  André Pönitz  <poenitz@gmx.net>
693
694         * text.C: remove big comment on invalid Paragraph pointers as it is
695         not valid anymore
696
697 2003-11-11  André Pönitz  <poenitz@gmx.net>
698
699         * text_funcs.[Ch]: merge with ...
700
701         * text.C: ... this
702
703         * lyxtext.h:
704         * text2.C:
705         * text3.C: adjust
706
707         * Makefile.am: remove text_funcs.[Ch]
708
709 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
710
711         * cursor.C (getPos): return absolute cached y coord
712
713         * BufferView_pimpl.C (fitCursor): new simplistic code
714         (workAreaDispatch): add a fitCursor call
715
716 2003-11-10  André Pönitz  <poenitz@gmx.net>
717
718         * BufferView.[Ch]:
719         * BufferView_pimpl.[Ch]: merge update() and updateInset()
720
721 2003-11-10  André Pönitz  <poenitz@gmx.net>
722
723         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
724         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
725         indicate that the cursor needs to leave an inset
726
727         * lyxtext.h: remove inset locking
728
729         * cursor.[Ch]: re-implement functionality provided by inset locking
730
731         * BufferView.[Ch]:
732         * BufferView_pimpl.[Ch]:
733         * LyXAction.C:
734         * bufferview_funcs.[Ch]:
735         * factory.C:
736         * funcrequest.[Ch]:
737         * iterators.C:
738         * lyx_cb.C:
739         * lyxfind.C:
740         * lyxfunc.C:
741         * text.C:
742         * text2.C:
743         * text3.C:
744         * undo.C: adjust
745
746 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
747
748         * PosIterator.[Ch]: replace the stack with a vector, add inset
749         accesor
750         * iterators.[C]: adjust
751
752 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
753
754         * lyxfind.C (replaceAll): mark the buffer dirty if something was
755         replaced
756         * paragraph_funcs.C (readParToken): put the correct id in the
757         error item, not the id of the top paragraph
758
759 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
760
761         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
762         * bufferview_funcs.C (put_selection_at): use the above
763
764 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
765
766         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
767
768 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
769
770         * output_linuxdoc.h:
771         * output_plaintext.h:
772         * output.h:
773         * output_docbook.h: add #include statements
774
775 2003-11-05  José Matos  <jamatos@lyx.org>
776
777         * output_docbook.[Ch]:
778         * output_latex.[Ch]:
779         * output_linuxdoc.[Ch]:
780         * output_plaintext.[Ch]: New files for output formats.
781         * output.[Ch]: New file for helper functions.
782
783         * buffer.[Ch]:
784         * paragraph_funcs.[Ch]: output functions moved to new files.
785
786         * outputparams.h: rename of latexrunparams.h
787
788         * LaTeX.[Ch]:
789         * buffer.[Ch]:
790         * bufferlist.[Ch]:
791         * converter.[Ch]:
792         * exporter.C:
793         * paragraph.[Ch]:
794         * paragraph_funcs.[Ch]:
795         * paragraph_pimpl.[Ch]:
796         * tabular.[Ch]: rename ascii to plaintext
797         and LatexRunParams to OutputParams.
798
799 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
800
801         * iterators.[Ch] (text): require bv argument
802         * undo.C (recordUndo):
803         * lyxfunc.C (dispatch):
804         * bufferview_funcs.C (put_selection_at): adjust
805
806 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
807
808         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
809
810 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
811
812         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
813         nestings
814
815 2003-11-04  André Pönitz  <poenitz@gmx.net>
816
817         * cursor.[Ch]: restructure
818
819         * BufferView.[Ch]:
820         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
821
822         * iterators.[Ch] (asCursor): remove
823
824         * lfuns.h: remove LFUN_INSET_EDIT
825
826         * lyxfunc.C:
827         * tabular.C:
828         * text.C:
829         * text2.C:
830         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
831
832 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
833
834         * lyxfind.[Ch]: complete overhaul
835         * BufferView_pimpl.C:
836         * lyxfunc.C: adjust
837         * paragraph.[Ch] (insert): add
838
839 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
840
841         * BufferView.[Ch]:
842         * lyxtext.h:
843         * text.C: remove dead spellcheck code
844
845 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
846
847         * dispatchresult.h: add a val setter
848
849         * cursor.C (dispatch): use a tempvar for data_[i]
850
851 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
852
853         * PosIterator.[Ch]: compile fix
854
855 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
856
857         * text.C (cursorPar): deactivate the cursor cache
858
859 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
860
861         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
862
863 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
864
865         * text3.C (dispatch): adjust for new DisptchResult semantics.
866
867         * lyxfunc.C (dispatch): handle update when return from
868         Cursor::dispatch, adjust for new DispatchResult semantics.
869
870         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
871         DispatchResult(true) mean to not update. Add class functions for
872         setting dispatched and update, as well as reading.
873
874         * cursor.C (dispatch): don't handle update here
875
876 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
877
878         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
879         * trans_mgr.C: adjust
880
881         * paragraph_funcs.C (readParToken): exception safety
882
883         * lyxvc.h: store the vcs pointer in a scoped_ptr
884         * lyxvc.C: adjust
885
886         * lyxsocket.C (serverCallback): exception safety
887
888         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
889
890         * ispell.C (clone): make it return a auto_ptr
891
892         * factory.C (createInset): exception safety
893         (readInset): exception safety
894
895         * bufferlist.C (newBuffer): exception safety
896
897         * Thesaurus.C (Thesaurus): use initialization for aik_
898
899         * MenuBackend.C (expandToc): exception safety.
900
901 2003-11-03  André Pönitz  <poenitz@gmx.net>
902
903         * buffer.C:
904         * buffer.h:
905         * bufferview_funcs.C: remove getInsetFromId()
906
907         * lyxcursor.[Ch]:
908         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
909
910         * lyxfunc.C:
911         * text2.C:
912         * text3.C: adjust
913
914 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
915
916         * PosIterator.C (distance, advance): new
917         * bufferview_funcs.[Ch] (put_selection_at): new
918         * iterators.[Ch] (lockPath): new
919
920 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
921
922         * iterators.[Ch] (asPosIterator): added
923         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
924         * PosIterator.[Ch]: added
925
926 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
927
928         * text3.C:
929         * lyxfunc.C:
930         * cursor.C (dispatch):
931         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
932
933         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
934         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
935         contructor, add a class function dispatched. Remove operator>=
936
937 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
938
939         * debug.C: only use the default constructor for debugstream
940         (lyxerr) here.
941
942         * main.C (main): include debug.h and setup the lyxerr streambuf
943         here.
944
945 2003-10-31  José Matos  <jamatos@lyx.org>
946
947         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
948
949         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
950         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
951         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
952         * paragraph_pimpl.C (simpleTeXSpecialC):
953         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
954         add LatexRunParams argument.
955
956         * exporter.C (Export): change call accordingly.
957
958         * latexrunparams.h: add new member to take care of the other backends.
959 2003-10-30  José Matos  <jamatos@lyx.org>
960
961         * buffer.C (makeLinuxDocFile, makeDocBookFile):
962         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
963         factorise code for paragraph output.
964         * buffer.[Ch]:
965         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
966         move functions.
967
968 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
969
970         * text3.C (dispatch):
971         * lyxfunc.C (dispatch):
972         * cursor.C (dispatch):
973         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
974
975         * dispatchresult.h: make the dispatch_result_t ctor explicit
976
977 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
978
979         * sgml.[Ch]:
980         * buffer.C: small refactoring of docbook stuff
981
982 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
983
984         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
985         meaning.
986
987 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
988
989         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
990         operator dispatch_result_t, and operators for == != and >=
991
992         * cursor.C (dispatch): adjust for operator dispatch_result_t
993         removal. comment out call to update
994
995         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
996
997 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
998
999         * text3.C:
1000         * text2.C:
1001         * text.C:
1002         * lyxtext.h:
1003         * lyxfunc.C:
1004         * cursor.C:
1005         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1006         (dispatch):
1007
1008         * dispatchresult.h: new file, DispatchResult broken out of
1009         insets/insetbase.h
1010
1011         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1012
1013 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1014
1015         * text.C (rowBreakPoint): put a hack inside #if 0
1016
1017 2003-10-28  André Pönitz  <poenitz@gmx.net>
1018
1019         * lyxtext.h:
1020         * metricsinfo.C:
1021         * paragraph_funcs.C:
1022         * rowpainter.C:
1023         * text.C:
1024         * text2.C: general cleanup (lots of small stuff)
1025
1026 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1027
1028         * text2.C (cursorEnd): simple fix to the "end key goes to one
1029         before the end on last row" bug
1030
1031 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1032
1033         * text.C (backspace): fix the "zombie characters"
1034
1035 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1036
1037         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1038
1039 2003-10-27  André Pönitz  <poenitz@gmx.net>
1040
1041         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1042
1043         * factory.C: handle new InsetPagebreak, InsetLine
1044
1045         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1046         and move handling into new InsetPagebreak, InsetLine
1047
1048         * BufferView_pimpl.C:
1049         * LyXAction.C:
1050         * ParagraphParameters.C:
1051         * ParameterStruct.h:
1052         * lyxfunc.C:
1053         * lyxtext.h:
1054         * paragraph.C:
1055         * paragraph.h:
1056         * paragraph_funcs.C:
1057         * paragraph_pimpl.C:
1058         * rowpainter.C:
1059         * text.C:
1060         * text2.C:
1061         * text3.C: adjust
1062
1063 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1064
1065         * text.C:
1066         * lyxrow_funcs.[Ch]:
1067         * Bidi.C:
1068         * paragraph.C:
1069         * lyxtext.h:
1070         * rowpainter.C:
1071         * text2.C:
1072         * text3.C: remove lastPos uses in favour of Row::endpos
1073
1074 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1075
1076         * undo.C (performUndoOrRedo): fix two crashes by setting a
1077         cursor by hand and reordering some calls. Use bv->lockInset instead
1078         of inset->edit because the latter loses cursor information
1079
1080 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
1081
1082         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
1083         by Martin
1084         (rowBreakPoint): fix width. change point to point + 1.
1085         Add a missing check.
1086
1087 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
1088
1089         * MenuBackend.C:
1090         * lyxfunc.C: fix (at least partly) the problems
1091         with the Nav menu and headers inside branch insets
1092         reported by Kayvan
1093
1094 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
1095
1096         * paragraph.C (getChar): add strong asserts
1097
1098         * lyxrow_funcs.C (lastPos): remove hideous hack
1099
1100         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
1101         (fill): adjust to that (avoid an infinite loop)
1102
1103 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1104
1105         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
1106
1107 2003-10-23  André Pönitz  <poenitz@gmx.net>
1108
1109         * RowList_fwd.h: change list<> to vector<> to gain speed
1110         after suggestion from Alfredo
1111
1112 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1113
1114         * lyxtext.h: move the bidi stuff from here...
1115         * text.C: and here
1116         * text2.C: and here
1117         * Bidi.[Ch]: ... to here
1118
1119 2003-10-23  André Pönitz  <poenitz@gmx.net>
1120
1121         * lyxtext.h:
1122         * text.C (isLastRow, isFirstRow): new functions
1123
1124         * paragraph.h: new width cache member
1125
1126         * rowpainter.C: replace RowList::iterator with Row & where possible
1127
1128         * lyxfunc.C: replace several view()->text with a single call
1129
1130         * toc.C: fix 'unused' warning
1131
1132 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1133
1134         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
1135         when woring with stream::pos_type
1136         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
1137
1138 2003-10-22  André Pönitz  <poenitz@gmx.net>
1139
1140         * lyxtext.h:
1141         * text.C: use Row & instead of RowList::iterator
1142
1143         * lyxrow.h: rename end() to endpos()
1144
1145         * rowpainter.C:
1146         * text.C:
1147         * text2.C: adjust
1148
1149 2003-10-22  Angus Leeming  <leeming@lyx.org>
1150
1151         * buffer.[Ch] (fully_loaded): new member function, returning true
1152         only when the file has been loaded fully.
1153         Used to prevent the premature generation of previews and by the
1154         citation inset to prevent computation of the natbib-style label.
1155
1156         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
1157         templates are all set up.
1158
1159         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
1160
1161 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
1162
1163         * text.C: fixed an "oops" in the "is a bit silly"
1164         bug fix
1165
1166 2003-10-21  André Pönitz  <poenitz@gmx.net>
1167
1168         * FuncStatus.[Ch]: small stuff, whitespace
1169
1170         * lyxfont.[Ch]: operator<<() for debug reasons
1171
1172         * lyxfunc.C:
1173         * lyxrow_funcs.C:
1174         * lyxtext.h: whitespace, spelling
1175
1176         * paragraph.C: naming of variables
1177
1178         * text.C:
1179         * text2.C: small stuff
1180
1181
1182 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
1183
1184         * text.C: (1) finish off the inset display() work;
1185         (2) fix the "is a bit silly" bug (accessing char
1186         past end of par).
1187
1188 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
1189
1190         * text.C: re-introduce display() for insets, fixing the
1191         various bugs (stretch of line above, math inset
1192         positioning, ...)
1193
1194 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1195
1196         * text.C (rightMargin): remove spurious semicolon
1197
1198         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
1199         1415)
1200
1201 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
1202
1203         * text3.C: fix one crash due to wrong cursor def
1204
1205 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1206
1207         * vc-backend.C (scanMaster): make the regex static
1208
1209         * LaTeX.C (scanAuxFile): make the regexs static
1210
1211         * text3.C (doInsertInset, dispatch, dispatch):
1212         * text2.C (cursorUp, cursorDown):
1213         * text.C (selectNextWordToSpellcheck):
1214         * BufferView_pimpl.C (dispatch):
1215         * lyxfunc.C (dispatch):  localDispatch -> dispatch
1216
1217 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1218
1219         * lyxsocket.C: include <cerrno>
1220
1221 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1222
1223         * lyxfunc.C (dispatch): remove textcache stuff
1224
1225         * bufferlist.C (release): remove textcache stuff
1226         (closeAll): ditto
1227
1228         * TextCache.C: delete file
1229         * TextCache.h: delete file
1230
1231         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
1232
1233         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
1234         delete of the bv_->text.
1235         (resizeCurrentBuffer): remove texcache stuff
1236         (workAreaResize): ditto
1237
1238 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1239
1240         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
1241         action.
1242
1243 2003-10-16  André Pönitz  <poenitz@gmx.net>
1244
1245         * lyxrow.[Ch]:
1246         * paragraph.h:
1247         * rowpainter.C:
1248         * text.C:
1249         * text2.C:
1250         * text3.C: speed up by storing y positions per paragraph plus per-row
1251         offset instead of having a 'full' y position in the row.
1252
1253 2003-10-15  André Pönitz  <poenitz@gmx.net>
1254
1255         * iterators.[Ch]:
1256         * iterators.[Ch]:
1257         * undo.[Ch]: make undo aware of inner insets
1258
1259 2003-10-14  Angus Leeming  <leeming@lyx.org>
1260
1261         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
1262         static member functions LyX::ref() and LyX::cref.
1263         (lastfiles): new accessor functions for the new lastfiles_ member var.
1264         (addLyXView, views_): add a new LyXView to the list of views_.
1265         (updateInset): loop over all LyXViews to call their own updateInset
1266         member function, returning a pointer to the Buffer owning the inset.
1267
1268         * BufferView_pimpl.C (loadLyXFile):
1269         * MenuBackend.C (expandLastfiles):
1270         * bufferlist.C (MenuWrite, QuitLyX):
1271         lastfiles is no longer a global variable.
1272         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
1273
1274         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
1275         static function. Access through LyX::cref().emergencyCleanup().
1276
1277 2003-10-14  André Pönitz  <poenitz@gmx.net>
1278
1279         * iterators.[Ch]: new direct access to innermost LyXText and Inset
1280
1281         * undo.[Ch]: restoring part of 'undo in insets'
1282
1283         * Makefile.am:
1284         * undo_funcs.[Ch]: merge with undo.[Ch]
1285
1286         * tabular.C: small cleansing stuff
1287
1288 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
1289
1290         * paragraph_funcs.C (readParToken): report unknown insets as error
1291         boxes. Use the outer paragraph as location (also for unknown
1292         tokens).
1293
1294         * factory.C (readInset): do not abort on reading an unknown inset.
1295         Eat it and return 0.
1296
1297 2003-10-13  Angus Leeming  <leeming@lyx.org>
1298
1299         * lyx_main.C (LyX): remove call to setDisplayTranslator().
1300
1301         * lyxrc.C: displayTranslator is now a function,
1302         declared in GraphicsTypes.h.
1303
1304 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1305
1306         * format.C: new placeholder $$a to pass the socket address.
1307
1308         * bufferlist.[Ch]: new function getBufferFromTmp.
1309
1310         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
1311           files in the temporary dir.
1312
1313 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1314
1315         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
1316
1317         * Makefile.am: add lyxsocket.[Ch].
1318
1319         * lyx_main.C (error_handler): handle SIGPIPE.
1320
1321 2003-10-13  André Pönitz  <poenitz@gmx.net>
1322
1323         * BufferView_pimpl.C:
1324         * lyxtext.h:
1325         * text.C:
1326         * text2.C:
1327         * text3.C:
1328         * undo_funcs.[Ch]: use paroffset_type instead of
1329           ParagraphList::iterators to prevent multiple conversion
1330           (and get a more robust interface)
1331
1332 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1333
1334         * lyxfunc.C (dispatch): RESULT -> dispatch_result
1335         * lyxtext.h: ditto
1336         * text3.C (dispatch): ditto
1337
1338 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1339
1340         * LaTeX.C (handleFoundFile): move the static to smaller scope,
1341         move the onlyfile, use onlyfile instead of foundfile in a couple
1342         of places.
1343
1344         * DepTable.C (update): flush the error stream a bit more
1345
1346 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1347
1348         * lyxserver.C (callback): adjust
1349
1350         * lyxfunc.C (getStatus): add a missing brace in commented code
1351         (ensureBufferClean): reindent
1352         (dispatch): delete version taking a string
1353
1354 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1355
1356         * LaTeX.C (deplog): move found file handlig from here...
1357         (handleFoundFile): .. to new function here.
1358         (deplog): make sure to discover several files mentioned on the
1359         same log line.
1360
1361 2003-10-10  André Pönitz  <poenitz@gmx.net>
1362
1363         * lyxfunc.C:
1364         * lyxtext.h:
1365         * tabular.C:
1366         * text.C:
1367         * text2.C:
1368         * text3.C: fix some of the tabular crashes
1369
1370 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1371
1372         * MenuBackend.C (binding): put debug message into Debug::KBMAP
1373
1374         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
1375
1376 2003-10-09  André Pönitz  <poenitz@gmx.net>
1377
1378         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
1379
1380         * BufferView.C:
1381         * BufferView_pimpl.C:
1382         * bufferview_funcs.C:
1383         * lyx_cb.C:
1384         * lyxcursor.C:
1385         * lyxfind.C:
1386         * lyxfunc.C:
1387         * lyxtext.h:
1388         * text.C:
1389         * text2.C:
1390         * text3.C:
1391         * text_funcs.[Ch]:
1392         * textcursor.[Ch]:
1393         * undo_funcs.C: adjust
1394
1395 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1396
1397         * text2.C (incrementItemDepth): new function, use a backtracking
1398         algorithm to discover the correct item depth.
1399         (resetEnumCounterIfNeeded): new function, use a backtracking
1400         algorithm to discover if counter reset is needed.
1401         (setCounter): use them. Simplify a bit. Add different labels for
1402         different item depths for itemize.
1403
1404         * paragraph.C (Paragraph): remove initialization of enumdepth
1405         (operator=): ditto
1406
1407         * paragraph.h: get rid of enumdepth, and use itemdepth both for
1408         enumerate and itemize. Change the type of itemdepth to signed char.
1409
1410 2003-10-08  André Pönitz  <poenitz@gmx.net>
1411
1412         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
1413           thing assignable.
1414         * text.C:
1415         * text2.C: adjust
1416
1417         * tabular.[Ch]: fix crash after 'row-insert'
1418
1419 2003-10-08  Angus Leeming  <leeming@lyx.org>
1420
1421         Fix doxygen warnings.
1422
1423         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
1424         Remove CutAndPaste:: prefix from header file declaration.
1425
1426         * LColor.h (fill): remove LColor:: prefix from declaration.
1427
1428         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
1429         use lyx::depth_type rather than Paragraph::depth_type so that
1430         header file and .C file match.
1431
1432         * converter.h (intToFormat): remove Converters:: prefix from declaration.
1433
1434         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
1435         * aspell.C: \file aspell_local.C -> \file aspell.C
1436         * gettext.C: \file gettext.C -> \file src/gettext.C
1437         * gettext.h: \file gettext.h -> \file src/gettext.h
1438         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
1439         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
1440         * text.C: \file text.C -> \file src/text.C
1441
1442         * toc.C: move comment so that doxygen is not confused.
1443
1444 2003-10-07  Angus Leeming  <leeming@lyx.org>
1445
1446         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
1447
1448 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1449
1450         * aspell.C:
1451         * aspell_local.h: add forgotten std::string's.
1452
1453 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1454
1455         * LaTeXFeatures.C:
1456         * LyXAction.C:
1457         * factory.C:
1458         * lfuns.h:
1459         * lyxfunc.C:
1460         * text3.C: The Box patch. Fancybox support, minipage, parbox
1461
1462 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1463
1464         * CutAndPaste.h:
1465         * DepTable.h:
1466         * FloatList.h:
1467         * LaTeXFeatures.h:
1468         * ParagraphParameters.h:
1469         * TextCache.h:
1470         * Thesaurus.h:
1471         * bufferlist.h:
1472         * exporter.h:
1473         * importer.h:
1474         * lastfiles.h:
1475         * lyxfind.h:
1476         * lyxfont.h:
1477         * lyxlex.h:
1478         * lyxtextclasslist.h:
1479         * messages.h:
1480         * paragraph.h:
1481         * paragraph_pimpl.C:
1482         * textcursor.h: add <string> and other small fixes to make Lars'
1483         std::string patch compile with STLport.
1484
1485 2003-10-06  Angus Leeming  <leeming@lyx.org>
1486
1487         * LColor.h: Add missing #include <string>.
1488
1489 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1490
1491         * All most all file in all subdirs: Make <string> be the prefered
1492         way of getting to std::string, add using declarations.
1493
1494 2003-10-06  André Pönitz  <poenitz@gmx.net>
1495
1496         * metricsinfo.C: initialize LyXFont before changing attribute.
1497         (fixes the 'math in \emph is upright' bug)
1498
1499 2003-10-06  André Pönitz  <poenitz@gmx.net>
1500
1501         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
1502
1503 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
1504
1505         * graph.C:
1506         * paragraph_pimpl.C: Small fixes to build using STLport
1507
1508 2003-10-02  André Pönitz  <poenitz@gmx.net>
1509
1510         * lyxfunc.C:
1511         * text3.C: move handling of LFUN_DEPTH *; fix #1360
1512
1513 2003-10-01  André Pönitz  <poenitz@gmx.net>
1514
1515         * factory.C: assert early
1516
1517 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1518
1519         * lyx_main.C: remove the global debug object
1520
1521         * debug.h: adjust for new debugstream
1522
1523         * debug.C: adjust for new debugstream and keep the global debug
1524         object here.
1525
1526 2003-09-22  Angus Leeming  <leeming@lyx.org>
1527
1528         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
1529         of g++ which otherwise complain that the scoped_ptr destructor can't delete
1530         an incomplete class LyXFont.
1531
1532 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
1533
1534         * factory.C: bug fix in branches
1535
1536 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1537
1538         * lyxfunc.C (processKeySym): adjust
1539         (dispatch): adjust
1540         (dispatch): change arg name from ev to func, adjust
1541         (sendDispatchMessage): ditto
1542
1543         * lyx_main.C (defaultKeyBindings): adjust keybindings
1544         (deadKeyBindings): ditto
1545
1546         * kbsequence.C (addkey): return a FuncRequest
1547
1548         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
1549
1550         * kbmap.C (bind): take a FuncRequest as arg, adjust
1551         (read): adjust
1552         (lookup): adjust
1553         (defkey): change to take a FuncRequest as arg, adjust
1554         (findbinding): take a FuncRequest as arg, adjust.
1555
1556         * funcrequest.h (operator=): added
1557
1558         * funcrequest.C (FuncRequest): default kb_action changed from
1559         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
1560
1561         * buffer.C (dispatch): simplify
1562         (dispatch): adjust to take a FuncRequest as arg, adjust
1563
1564         * boost.C (assertion_failed): change assertion message slightly
1565
1566         * ToolbarBackend.C (read): simplify
1567
1568         * MenuBackend.C (binding): adjust call to findbinding, add a
1569         message if no binding is found.
1570         (read): simplify
1571         (expandToc): correct by adding a empty FuncRequest
1572
1573         * LyXAction.C: include <boost/assert.hpp>
1574         (isPseudoAction): delete function
1575         (LookupFunc): change name to...
1576         (lookupFunc): this. change return type to FuncRequest.
1577         (getActionName): take kb_action as arg, simplify
1578         (funcHasFlag): add an assert, simplify.
1579
1580 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1581
1582         * toc.C (action): return a FuncRequest, simplify
1583
1584         * lyxfunc.C (processKeySym): adjust
1585         (getStatus): delete version that takes an int.
1586         (getStatus): adjust
1587         (dispatch): delete version that takes action as int
1588         (dispatch): adjust
1589         (sendDispatchMessage): simplify and adjust
1590
1591         * funcrequest.C (getArg): take unsigned int as arg
1592
1593         * ToolbarBackend.C (read): adjust
1594         (add): delete version that takes func as a string.
1595         (getIton): take a FuncRequest as arg
1596
1597         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
1598         action.
1599
1600         * MenuBackend.C (MenuItem): add a new construct that only takes a
1601         Kind, simplify the constructor use for submenus.
1602         (add): adjust
1603         (expandLastfiles): adjust
1604         (expandDocuments): adjust
1605         (expandFormats): adjust
1606         (expandFloatListInsert): adjust
1607         (expandFloatInsert): adjust
1608         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
1609
1610         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
1611         Remove class variables lyx_pseudo_map and lyx_arg_map
1612
1613         * LyXAction.C (searchActionArg): delete function
1614         (getPseudoAction): delete function
1615         (retrieveActionArg): delete function
1616         (LookupFunc): make it return kb_action, simplify.
1617         (getActionName): simplify
1618
1619         * factory.C (createInset): fix new bug
1620
1621 2003-09-19  Angus Leeming  <leeming@lyx.org>
1622
1623         * CutAndPaste.C (pasteSelection): remove fudge used to set the
1624         masterFilename_ parameter in the include inset.
1625
1626         * factory.C (createInset): changes due to the changes to InsetInclude.
1627
1628 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1629
1630         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
1631
1632 2003-09-18  Angus Leeming  <leeming@lyx.org>
1633
1634         * buffer.C:
1635         * BufferView.C: pass the buffer when calling Inset::getLabelList,
1636         Inset::fillWithBibKeys.
1637         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
1638
1639 2003-09-18  Angus Leeming  <leeming@lyx.org>
1640
1641         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
1642         variables.
1643         (ctor): pass and store a 'Buffer const &'
1644         (buffer): new member function.
1645
1646         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
1647         '*this' to the LaTeXFeatures ctor.
1648
1649 2003-09-18  Angus Leeming  <leeming@lyx.org>
1650
1651         * LColor.h:
1652         * lyxfont.C:
1653         * lyxfont.h:
1654         * lyxtext.h:
1655         * text.C: rename EnumLColor as LColor_color.
1656
1657 2003-09-18  Angus Leeming  <leeming@lyx.org>
1658
1659         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
1660         remove #include "insets/insetbase.h" from cursor.h.
1661
1662 2003-09-18  Angus Leeming  <leeming@lyx.org>
1663
1664         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
1665         InsetOld_code to remove #include "inset.h".
1666
1667         * iterators.C: add #include "insets/inset.h"
1668
1669 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
1670
1671         * BufferView.C: remove more locking stuff that apparently doesn't
1672         do anything sensible.
1673
1674 2003-09-16  André Pönitz  <poenitz@gmx.net>
1675
1676         * paragraph.[Ch]:
1677         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
1678           performance boost.
1679
1680 2003-09-16  Angus Leeming  <leeming@lyx.org>
1681
1682         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
1683
1684         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
1685         arg/return type.
1686
1687         * paragraph.h: remove #include "lyxfont.h". Forward declare
1688         LyXFont_size.
1689
1690 2003-09-16  Angus Leeming  <leeming@lyx.org>
1691
1692         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
1693         of support/textutils.h.
1694         (isWord): move the contents of support/textutils.h's IsWordChar here.
1695
1696         * buffer.C:
1697         * lyxfind.C:
1698         * rowpainter.C:
1699         * text.C:
1700         * text2.C: add #include "paragraph.h".
1701
1702         * rowpainter.C:
1703         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
1704
1705 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1706
1707         * main.C:
1708         * lyx_main.C:
1709         * lyx_cb.C:
1710         * buffer.C:
1711         * LaTeX.C: use namespace alias for lyx::support::os
1712
1713 2003-09-16  Angus Leeming  <leeming@lyx.org>
1714
1715         * bufferparams.C:
1716         * bufferview_funcs.C:
1717         * factory.C:
1718         * lyxfunc.C:
1719         * paragraph_pimpl.C:
1720         * rowpainter.C:
1721         * text.C: add #include "LColor.h".
1722
1723 2003-09-16  Angus Leeming  <leeming@lyx.org>
1724
1725         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
1726         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
1727         return LyXFont &.
1728         Store the FontBits::color variable as an int rather than as an
1729         LColor::colorso that we can move LColor.h out of the lyxfont.h header
1730         file.
1731
1732         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
1733         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
1734         string calls together.
1735
1736         * lyxrc.C: add #include "LColor.h".
1737
1738 2003-09-15  Angus Leeming  <leeming@lyx.org>
1739
1740         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
1741         a cow_ptr.
1742
1743 2003-09-15  Angus Leeming  <leeming@lyx.org>
1744
1745         * LColor.h: add an EnumLColor wrapper for LColor::color.
1746
1747         * lyxfont.[Ch] (color, setColor, realColor):
1748         * lyxtext.h, text.C (backgroundColor):
1749         pass EnumLColor args to/from the functions, rather than LColor::color
1750         ones.
1751
1752         * lyxfont.h:
1753         * lyxtext.h: forward declare EnumLColor.
1754
1755         * lyx_main.C: add #include "LColor.h".
1756
1757 2003-09-15  Angus Leeming  <leeming@lyx.org>
1758
1759         * .cvsignore: add lyx-gtk.
1760
1761 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1762
1763         * Chktex.C
1764         * LaTeX.C
1765         * LaTeXFeatures.C
1766         * ParagraphParameters.C
1767         * Spacing.C
1768         * buffer.C
1769         * bufferparams.C
1770         * bufferview_funcs.C
1771         * chset.C
1772         * counters.C
1773         * funcrequest.C
1774         * lyxfont.C
1775         * lyxgluelength.C
1776         * lyxlength.C
1777         * paragraph.C
1778         * paragraph_funcs.C
1779         * text3.C
1780         * vc-backend.C: remove usage of STRCONV
1781
1782 2003-09-15  Angus Leeming  <leeming@lyx.org>
1783
1784         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
1785         explicitly define the color passed to the painter.
1786
1787 2003-09-15  Angus Leeming  <leeming@lyx.org>
1788
1789         * bufferparams.C (BufferParams): reorder member initializers to avoid
1790         compiler warning.
1791
1792 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
1793
1794         * CutAndPaste.C (pasteSelection): remove an outdated #warning
1795         * text.C (updateRowPositions): remove an unusual nop
1796
1797 2003-09-12  André Pönitz  <poenitz@gmx.net>
1798
1799         * BufferView_pimpl.C:
1800         * Bullet.C:
1801         * layout.h:
1802         * lyxfunc.C:
1803         * lyxlayout.[Ch]:
1804         * lyxtextclass.C:
1805         * rowpainter.C:
1806         * text.C:
1807         * text2.C:
1808         * Counters.[Ch]: finish the 'automatic counters' job
1809
1810 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1811
1812         * aspell.C: include <boost/assert.cpp> (compile fix)
1813
1814 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1815
1816         * boost.C (assertion_failed): use lyx::support::abort instead of
1817         assert.
1818
1819 2003-09-10  Angus Leeming  <leeming@lyx.org>
1820
1821         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
1822         with their _fwd progeny.
1823
1824 2003-09-09  Angus Leeming  <leeming@lyx.org>
1825
1826         134 files throughtout the source tree: replace 'using namespace abc;'
1827         directives with the appropriate 'using abc::xyz;' declarations.
1828
1829 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1830
1831         * boost.C (emergencyCleanup): moved here from LAssert.c
1832         (assertion_failed): new function, called by BOOST_ASSERT
1833
1834         * several files: change Assert to BOOST_ASSERT
1835
1836 2003-09-09  Angus Leeming  <leeming@lyx.org>
1837
1838         * buffer.[Ch]: Add an Impl class and move Buffer's member
1839         variables into it. As a result move several header files out of
1840         buffer.h.
1841
1842         Add header files to lots of .C files all over the tree as a result.
1843
1844 2003-09-09  Angus Leeming  <leeming@lyx.org>
1845
1846         * buffer.[Ch]: make Buffer's member variables private. Add
1847         accessor functions.
1848
1849         Lots of changes all over the tree as a result.
1850
1851 2003-09-08  Angus Leeming  <leeming@lyx.org>
1852
1853         * graph.C: #include <config.h>.
1854
1855 2003-09-08  Angus Leeming  <leeming@lyx.org>
1856
1857         * BranchList.C:
1858         * BufferView.C:
1859         * BufferView_pimpl.C:
1860         * CutAndPaste.C:
1861         * DepTable.C:
1862         * LaTeX.C:
1863         * LaTeXFeatures.C:
1864         * LyXAction.C:
1865         * MenuBackend.C:
1866         * TextCache.C:
1867         * aspell.C:
1868         * buffer.C:
1869         * bufferlist.C:
1870         * changes.C:
1871         * chset.C:
1872         * converter.C:
1873         * counters.C:
1874         * debug.C:
1875         * graph.C:
1876         * ispell.C:
1877         * lyx_cb.C:
1878         * lyxfind.C:
1879         * lyxfunc.C:
1880         * lyxlex_pimpl.C:
1881         * lyxrc.C:
1882         * lyxrow.C:
1883         * paragraph.C:
1884         * rowpainter.C:
1885         * texrow.C:
1886         * text.C:
1887         * text2.C:
1888         * toc.C: remove redundant using directives.
1889
1890 2003-09-07  Angus Leeming  <leeming@lyx.org>
1891
1892         * LaTeXFeatures.h: remove #include "support/types.h".
1893         * ToolbarBackend.h: remove #include <algorithm>.
1894         * changes.h: remove #include <ctime>.
1895         * debug.h: remove #include <iosfwd>.
1896         * graph.h: remove #include "support/std_string.h".
1897         * lyx_main.h: remove #include <csignal>.
1898         * lyxlex_pimpl.h: remove #include <fstream>.
1899         * sgml.h: remove #include <algorithm>, <utility>.
1900         * toc.h: remove #include "support/std_ostream.h".
1901         Add #include <iosfwd>.
1902
1903 2003-09-07  Angus Leeming  <leeming@lyx.org>
1904
1905         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
1906
1907         * converter.h: forward declare LatexRunParams.
1908         * encoding.h: remove #include "lyxrc.h".
1909         * lyxtext.h: remove #include "LColor.h".
1910         * lyxtextclass.h: remove #include "support/types.h".
1911         * trans.h: remove #include "tex-accent.h".
1912         * trans_mgr.h: remove #include "tex-accent.h".
1913         * insets/inset.h: remove #include "support/types.h", <vector>.
1914         * insets/insetcollapsable.h: remove #include "LColor.h".
1915         * insets/insetinclude.h: remove #include "dimension.h".
1916         * insets/insetlatexaccent.h: remove #include "dimension.h".
1917         * insets/insetoptarg.h:: remove #include "insettext.h".
1918         * insets/insettext.h: remove #include "dimension.h",
1919         <boost/shared_ptr.hpp>
1920
1921         * insets/renderers.h: add #include "dimension.h".
1922         * insets/updatableinset.h: add #include "support/types.h".
1923
1924         * many .C files: Associated changes.
1925
1926 2003-09-06  Angus Leeming  <leeming@lyx.org>
1927
1928         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
1929         one, inside testInvariant.
1930
1931         * PrinterParams.C: new file.
1932         * PrinterParams.[Ch]: move the function bodies out of line.
1933
1934 2003-09-06  Angus Leeming  <leeming@lyx.org>
1935
1936         * ParagraphParameters.h: forward declare ParameterStruct rather than
1937         including its header file.
1938         (depth): moved out-of-line.
1939
1940 2003-09-06  Angus Leeming  <leeming@lyx.org>
1941
1942         * BufferView_pimpl.h:
1943         * kbmap.h:
1944         * kbsequence.h:
1945         * lyxfunc.h: forward declare LyXKeySym rather than
1946         #include "frontends/LyXKeySym.h".
1947
1948         * BufferView_pimpl.C:
1949         * kbmap.C:
1950         * kbsequence.C:
1951         * lyxfunc.C: associated changes.
1952
1953 2003-09-06  Angus Leeming  <leeming@lyx.org>
1954
1955         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1956         As a result, can remove the #include "insets/inset.h" from BufferView.h
1957
1958 2003-09-06  Angus Leeming  <leeming@lyx.org>
1959
1960         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1961         As a result, can remove the #include "insets/inset.h" from BufferView.h
1962
1963 2003-09-06  Angus Leeming  <leeming@lyx.org>
1964
1965         * buffer_funcs.C:
1966         * buffer.h:
1967         * bufferlist.C:
1968         * BufferView.C:
1969         * bufferview_funcs.C:
1970         * BufferView_pimpl.C:
1971         * CutAndPaste.C:
1972         * lyx_cb.C:
1973         * lyxfunc.C:
1974         * paragraph.h:
1975         * ParagraphParameters.C:
1976         * tabular.C:
1977         * text3.C:
1978         * toc.C:
1979         * undo_funcs.C:
1980         * frontends/controllers/ControlDocument.C:
1981         * insets/insetcaption.C: rearrange the #includes into some sort of
1982         coherent order.
1983
1984         * buffer.h: remove #includes ErrorList.h, undo.h
1985
1986 2003-09-06  Angus Leeming  <leeming@lyx.org>
1987
1988         * support/types.h: add a 'depth_type' typedef, used to store the
1989         nesting depth of a paragraph.
1990
1991         * paragraph.h:
1992         * ParameterStruct.h: use this lyx::depth_type typedef rather than
1993         defining explicitly.
1994
1995         * buffer.h:
1996         * paragraph_funcs.h:
1997         * ParagraphParameters.h:
1998         * sgml.h: use lyx::depth_type rather than Paragraph or
1999         ParameterStruct's depth_type.
2000
2001         * buffer.h
2002         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2003
2004         * BufferView.C:
2005         * BufferView_pimpl.C:
2006         * CutAndPaste.C:
2007         * ParagraphParameters.C:
2008         * buffer_funcs.C:
2009         * bufferlist.C:
2010         * bufferview_funcs.C:
2011         * lyx_cb.C:
2012         * lyxfunc.C:
2013         * tabular.C:
2014         * text3.C:
2015         * toc.C:
2016         * undo_funcs.C:
2017         * frontends/LyXView.C:
2018         * frontends/controllers/ControlDocument.C:
2019         * frontends/controllers/ControlErrorList.C:
2020         * insets/insetbibitem.C:
2021         * insets/insetbranch.C:
2022         * insets/insetcaption.C:
2023         * insets/insetcollapsable.C:
2024         * insets/insetenv.C:
2025         * insets/insetert.C:
2026         * insets/insetfloat.C:
2027         * insets/insetfoot.C:
2028         * insets/insetfootlike.C:
2029         * insets/insetnewline.C:
2030         * insets/insetquotes.C:
2031         * insets/insettabular.C:
2032         * insets/insettext.C:
2033         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2034
2035         * frontends/controllers/ControlChanges.C: #include "changes.h".
2036
2037 2003-09-06  Angus Leeming  <leeming@lyx.org>
2038
2039         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2040         than #including paragraph.h.
2041
2042         * ParagraphList.h:
2043         * RowList.h: deleted. Superfluous.
2044
2045         * CutAndPaste.h:
2046         * iterators.h:
2047         * lyxcursor.h:
2048         * lyxtext.h:
2049         * text_funcs.h:
2050         * undo.h:
2051         * undo_funcs.h:
2052         * insets/inset.h:
2053         * insets/insettext.h: use ParagraphList_fwd.h rather than
2054         ParagraphList.h.
2055
2056         * paragraph.h: don't forward declare ParagraphList.
2057
2058         * buffer.h:
2059         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2060         rather than ParagraphList.h. paragraph.h is still needed for the
2061         Paragraph::depth_type parameters.
2062
2063         * textcursor.h: enable it to compile stand-alone in light of the
2064         above changes.
2065
2066         * bufferview_funcs.C:
2067         * iterators.C:
2068         * lyxfunc.C:
2069         * lyxrow_funcs.C:
2070         * paragraph.C:
2071         * rowpainter.C:
2072         * text.C:
2073         * text2.C:
2074         * text3.C:
2075         * text_funcs.C:
2076         * textcursor.C:
2077         * undo.C:
2078         * frontends/controllers/ControlParagraph.C:
2079         * frontends/controllers/ControlTabular.C:
2080         * insets/insetmarginal.C:
2081         * insets/insetminipage.C:
2082         * insets/insetnote.C:
2083         * insets/insetoptarg.C: add header files needed to compile again.
2084
2085 2003-09-06  Angus Leeming  <leeming@lyx.org>
2086
2087         * RowList_fwd.h: new file, forward-declaring Row rather than
2088         #including lyxrow.h.
2089
2090         * lyxrow_funcs.h:
2091         * lyxtext.h:
2092         * paragraph.h:
2093         * insets/insettext.h: use it instead of RowList.h
2094
2095         * bufferview_funcs.C:
2096         * lyxfunc.C:
2097         * lyxrow_funcs.C:
2098         * paragraph.C:
2099         * rowpainter.C:
2100         * text.C:
2101         * text2.C:
2102         * text3.C: #include "RowList.h".
2103
2104 2003-09-05  Angus Leeming  <leeming@lyx.org>
2105
2106         * factory.C (createInset):
2107         * vspace.C (c-tor): replace sscanf call with an istringstream.
2108         * ispell.C: re-add missing HP/UX headers.
2109         * lyxserver.C: re-add missing  os2 headers.
2110
2111 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
2112
2113         * BranchList.C:
2114         * graph.C:
2115         * ispell.C:
2116         * lastfiles.C:
2117         * lyx_cb.C:
2118         * lyxserver.C:
2119         * texrow.C:
2120         * text3.C: re-add missing system headers, needed for 2.95.2.
2121
2122 2003-09-05  Angus Leeming  <leeming@lyx.org>
2123
2124         Changes most place everywhere due to the removal of using directives
2125         from support/std_sstream.h.
2126
2127 2003-09-05  Angus Leeming  <leeming@lyx.org>
2128
2129         Replace LString.h with support/std_string.h,
2130         Lsstream.h with support/std_sstream.h,
2131         support/LIstream.h with support/std_istream.h,
2132         support/LOstream.h with support/std_ostream.h.
2133
2134         Changes resulting throughout the tree.
2135
2136 2003-09-05  Angus Leeming  <leeming@lyx.org>
2137
2138         * sgml.h: ensure that the header file can be compiled stand-alone.
2139         * *.C: strip out redundant #includes. (320 in total.)
2140
2141 2003-09-04  Angus Leeming  <leeming@lyx.org>
2142
2143         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
2144         here (from getPackages).
2145
2146         * debug.[Ch]: add a new EXTERNAL tag.
2147
2148 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2149
2150         * text2.C (cursorEnd): simplify
2151         (setCursor): adjust
2152         (getColumnNearX): adjust
2153
2154         * text.C (computeBidiTables): adjust
2155         (fill): adjust
2156
2157         * rowpainter.C (paintChars): adjust
2158         (paintSelection): adjust
2159         (paintChangeBar): adjust
2160         (paintText): adjust
2161
2162         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
2163         lastPos instead.
2164         (numberOfSeparators): adjust
2165
2166 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2167
2168         * LyXAction.C:
2169         * box.[Ch]:
2170         * lfuns.h:
2171         * lyxfunc.C:
2172         * text3.C: Restricts the mouse click functionality
2173         of insets like bibtex, include, toc and floatlist to the visible
2174         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
2175         up the dialogs. Cursor has to be in front of the inset (i.e.
2176         start of row) for this to function.
2177
2178 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2179
2180         * bufferview_funcs.C (currentState): output row information
2181
2182 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2183
2184         * bufferview_funcs.C (currentState): output paragraph position
2185
2186 2003-09-04  Angus Leeming  <leeming@lyx.org>
2187
2188         * FloatList.h: move out #include "Floating.h".
2189         * LaTeX.h: move out #include "DepTable.h".
2190         * LyXAction.h: move out #include "funcrequest.h".
2191         * buffer.h: move out #include "author.h", "iterators.h".
2192         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
2193         * lyx_main.h: move out #include "errorlist.h".
2194         * lyxfunc.h: move out #include "FuncStatus.h".
2195         * lyxtext: move out #include "lyxcursor.h".
2196         * paragraph_pimpl.h: move out #include "counters.h".
2197
2198 2003-09-03  Angus Leeming  <leeming@lyx.org>
2199
2200         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
2201         preamble_snippets list, enabling us to add snippets to the preamble
2202         only if the snippet was not there already.
2203
2204 2003-09-04  Angus Leeming  <leeming@lyx.org>
2205
2206         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
2207
2208 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2209
2210         * lyxfunc.C (dispatch): if fitCursor did something be sure to
2211         update
2212
2213 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2214
2215         * BranchList.C: point fix, earlier forgotten
2216
2217 2003-09-02  Angus Leeming  <leeming@lyx.org>
2218
2219         * box.C (contains): renamed from 'contained' after a fantastic
2220         amount of hot air.
2221
2222 2003-09-02  John Levon  <levon@movementarian.org>
2223
2224         * BufferView.C:
2225         * lyxcursor.h:
2226         * lyxcursor.C:
2227         * lyxfunc.C:
2228         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
2229
2230 2003-09-02  John Levon  <levon@movementarian.org>
2231
2232         * text2.C: simplification of cursorEnd(), including partial
2233         fix for bug 1376
2234
2235 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2236
2237         * buffer.C (readFile): add a space
2238
2239 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
2240
2241         * BufferView_pimpl.C (update): remove bogus fitCursor() call
2242
2243 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2244
2245         * buffer.C (readFile): new function, take a filename and a
2246         ParagraphList::iterator
2247         (readFile): adjust
2248         (readFile): adjust, make it private. don't use setStream, make
2249         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
2250         always contain the filename.
2251
2252         * BufferView.C (insertLyXFile): simplify and make it work for
2253         gzipped files.
2254
2255 2003-08-30  John Levon  <levon@movementarian.org>
2256
2257         * Makefile.am: fix dist (from Kayvan)
2258
2259 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2260
2261         * most files: change to use const Buffer refs
2262
2263 2003-08-27  André Pönitz  <poenitz@gmx.net>
2264
2265         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
2266         on top of ownerPar().
2267
2268 2003-08-27  John Levon  <levon@movementarian.org>
2269
2270         * funcrequest.C: properly initialise POD members
2271
2272 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2273
2274         * lyxtext.h (top_y): move top_y from here
2275         * text.C:
2276         * text2.C:
2277         * text3.C:
2278         * BufferView.[Ch]:
2279         * BufferView_pimpl.[Ch]: to here
2280         * frontends/screen.C:
2281         * insets/insettabular.C:
2282         * insets/insettext.C: adjust
2283         * rowpainter.[Ch] (paintRows): remove LyXText & argument
2284
2285 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2286
2287         * BufferView.[Ch]:
2288         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
2289
2290 2003-08-26  André Pönitz  <poenitz@gmx.net>
2291
2292         * paragraph_func.[Ch] (outerPar): new function
2293
2294         * paragraph.C:
2295         * paragraph_funcs.C:
2296         * paragraph_funcs.h:
2297         * paragraph_pimpl.C:
2298         * text2.C: remove Inset::par_owner
2299
2300 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
2301
2302         * lyxrow_funcs.C:
2303         * lyxtext.h:
2304         * text.C:
2305         * text2.C: eliminates the needFullRow/display() stuff
2306         altogether, putting the logic in metrics/draw in the insets.
2307
2308 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
2309
2310         * text2.C (redoParagraphInternal, redoParagraphs):
2311         * text.C (redoParagraph): add a call to updateRowPositions at the
2312         end of each 'metrics-like' call. Remove all others.
2313         (getRow): remove the 'y-computing' version.
2314         (getRowNearY): do not compute nor return the real y. Solve the
2315         'y < 0' problem and simplify.
2316
2317 2003-08-22  Angus Leeming  <leeming@lyx.org>
2318
2319         * *.[Ch]: clean-up of licence and author blurbs.
2320         Also move config.h out of a few .h files and into a few .C files.
2321
2322 2003-08-22  André Pönitz  <poenitz@gmx.net>
2323
2324         * lyxrow.[Ch]: add x_ and *fill_ members
2325
2326         * lyxtext.h:
2327         * text.C:
2328         * rowpainter.C:
2329         * text2.C: adjust/remove prepareToPrint() calls
2330
2331 2003-08-22  André Pönitz  <poenitz@gmx.net>
2332
2333         * lyxrow.[Ch]: add  end_ member
2334
2335         * lyxrow_funcs.C: use LyXRow::end_
2336
2337         * lyxtext.h (singleWidth): add LyXFont parameter
2338
2339         * rowpainter.C:
2340         * text2.C: adjust LyXText::singleWidth() calls
2341
2342         * text.C (redoParagraph): simplify row breaking logic
2343
2344
2345 2003-08-19  André Pönitz  <poenitz@gmx.net>
2346
2347         * funcrequest.C: initialize button_ member
2348
2349         * text3.C:
2350         * rowpainter.[Ch]: interface consolidation
2351
2352 2003-08-18  André Pönitz  <poenitz@gmx.net>
2353
2354         * BufferView.C:
2355         * BufferView_pimpl.C:
2356         * lyxfind.C:
2357         * paragraph_funcs.C:
2358         * rowpainter.C:
2359         * text3.C: remove LyXScreen::draw() and fitCursor calls
2360
2361         * BranchList.h: remove spurious semicolons
2362
2363         * MenuBackend.C: fix branchlist related crash
2364
2365 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
2366
2367         * BranchList.[Ch]:
2368         * InsetList.[Ch]:
2369         * LColor.[Ch]:
2370         * LyXAction.C:
2371         * Makefile.am:
2372         * MenuBackend.[Ch]:
2373         * bufferparams.[Ch]:
2374         * factory.C:
2375         * lfuns.h:
2376         * lyxfunc.C:
2377         * text3.C: implements the 'branch inset'
2378         idea. This allows the output of various versions of a document
2379         from a single source version, selectively outputing or suppressing
2380         output of parts of the text.
2381         This implementation contains a 'branch list editor' in a separate
2382         tab of the document settings dialog. Branches are user definable
2383         and have a "display colour" to distinguish them on-screen.
2384
2385         ColorHandler was somewhat cleaned up.
2386         (1) make possible a dynamically growing LColor list by allowing
2387         the graphic context cache to grow along (vector);
2388         (2) eliminate an IMHO unnecessary step in colour allocation.
2389
2390 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
2391
2392         * BufferView_pimpl.C: compile fix
2393
2394 2003-08-15  André Pönitz  <poenitz@gmx.net>
2395
2396         * rowpainter.C: remove extra metrics calls
2397
2398         * lyxtext.h: merge the two constructors into a single one,
2399           pass reference to owner's par list
2400
2401         * BufferView_pimpl.C:
2402         * text.C:
2403         * text2.C: adjust
2404
2405 2003-08-15  André Pönitz  <poenitz@gmx.net>
2406
2407         * lyxrow_funcs.[Ch]:
2408         * lyxtext.h:
2409         * paragraph.h:
2410         * paragraph_funcs.C:
2411         * rowpainter.C:
2412         * text.C:
2413         * text2.C:
2414         * text3.C:
2415         * text_funcs.C: split LyXText::rowlist_ into individual
2416         Paragraph::rows_ chunks
2417
2418         * BufferView.[Ch]:
2419         * BufferView_pimpl.[Ch]:
2420         * lyxfind.C:
2421         * lyxtext.h:
2422         * text3.C: remove toggleSelection()
2423
2424 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
2425
2426         * bufferlist.C: beautify two alerts (shorter text of buttons)
2427         * buffer.C: Remove redundant ' ' from message
2428         * tabular.h:
2429         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
2430         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
2431         rename VALIGN_CENTER to VALIGN_MIDDLE
2432
2433 2003-08-11  André Pönitz  <poenitz@gmx.net>
2434
2435         * lyxtext.h (getPar):
2436         * text.C: new function
2437
2438 2003-08-11  André Pönitz  <poenitz@gmx.net>
2439
2440         * Makefile.am:
2441         * tracer.[Ch]: remove unneeded files
2442
2443         * InsetList.[Ch]: remove resizeInsetsLyXText()
2444
2445         * lyxtext.h:
2446         * text.C:
2447         * text2.C:
2448         * text3.C: merge insertParagraphs() and appendParagraph()
2449         remove breakAgain(), update()
2450
2451         * BufferView_pimpl.[Ch]:
2452         * bufferview_funcs.[Ch]:
2453         * lyxfunc.C:
2454         * paragraph.[Ch]:
2455         * rowpainter.C:
2456         * tabular.C: adjust after text & InsetList changes.
2457
2458 2003-08-08  André Pönitz  <poenitz@gmx.net>
2459
2460         * text.C (insertChar, backspace): replace rowlist fiddling
2461         with rebreak of full par
2462
2463         * lyxtext.h:
2464         * text.C (breakAgainOneRow, redoHeightOfParagraph,
2465         checkParagraph, updateInset): removed
2466
2467 2003-08-07  André Pönitz  <poenitz@gmx.net>
2468
2469         * paragraph.C:
2470         * text3.C: merge some LFUN handlers, remove dead code
2471
2472 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2473
2474         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
2475
2476 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
2477
2478         * text2.C (DEPM): fix part of bug 1255 and 1256
2479
2480 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2481
2482         * BufferView_pimpl.C (workAreaDispatch): change to use
2483         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
2484         that are no mouse related.
2485
2486 2003-08-05  André Pönitz  <poenitz@gmx.net>
2487
2488         * BufferView.[Ch]:
2489         * BufferView_pimpl.[Ch]:
2490         * bufferview_funcs.C:
2491         * text2.C:
2492         * text3.C: rip out "deep update"
2493
2494         * textcursor.[Ch] (last_sel_cursor): remove unused member
2495
2496 2003-08-04  André Pönitz  <poenitz@gmx.net>
2497
2498         * BufferView.[Ch]:
2499         * BufferView_pimpl.[Ch]:
2500         * ParagraphParameters.C:
2501         * bufferview_funcs.C:
2502         * lyx_cb.C:
2503         * lyxfind.C:
2504         * lyxfunc.C:
2505         * text.C:
2506         * text2.C:
2507         * text3.C: replace "complicated" BufferView::update(...) calls with
2508         simpler ones.
2509
2510         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
2511
2512 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
2513
2514         * Makefile.am (lyx_SOURCES): add paper.h
2515
2516 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2517
2518         * Makefile.am: move things around so that both lyx-qt and
2519         lyx-xforms can be built (according to --with-frontend). Then lyx
2520         is a symbolic link to lyx-[firstfrontend]
2521
2522 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2523
2524         * Always use std::endl with lyxerr
2525
2526 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2527
2528         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
2529
2530 2003-08-01  André Pönitz  <poenitz@gmx.net>
2531
2532         * BufferView.[Ch]:
2533         * BufferView_pimpl.[Ch]:
2534         * lyxfunc.C:
2535         * text3.C: merge BufferView::repaint() and BufferView::update()
2536
2537 2003-08-01  José Matos  <jamatos@lyx.org>
2538
2539         * buffer.[Ch]: file_format is no longer a buffer data element.
2540
2541 2003-08-01  André Pönitz  <poenitz@gmx.net>
2542
2543         * BufferView.C:
2544         * lyxtext.h:
2545         * text.C:
2546         * text2.C: make redoParagraph more independent of current cursor
2547
2548         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
2549         * text.C:
2550         * text2.C: remove unneeded members
2551
2552 2003-07-30  André Pönitz  <poenitz@gmx.net>
2553
2554         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
2555
2556         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
2557           create a single function...
2558
2559         * paragraph_funcs.C (moveItem): ... here.
2560
2561         * text.C:
2562           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
2563
2564 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
2565
2566         * LColor.[Ch]: Add comment and greyedout logical colors.
2567
2568 2003-07-30  André Pönitz  <poenitz@gmx.net>
2569
2570         * tabular.C: don't use Assert too heavily. This crashes where it
2571           shouldn't
2572
2573 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
2574
2575         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
2576         is disabled (bug 1232)
2577
2578 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2579
2580         * factory.C: limited 'arg' scope
2581
2582 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2583
2584         * factory.C: fixed Note submenu issues
2585
2586 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2587
2588         * factory.C: submenu for Note/Comment/Greyedout
2589
2590 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
2591
2592         * lyx_main.C (LyX):
2593         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
2594
2595 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
2596
2597         * LaTeXFeatures.C:
2598         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
2599         greyedout. Patch provided by Jürgen Spitzmüller.
2600
2601 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2602
2603         * kbmap.C (read): fix error message when reading bind files
2604
2605 2003-07-29  Angus Leeming  <leeming@lyx.org>
2606
2607         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
2608         certainly does not do what it purports to do. I am doing it, and
2609         us, a favour by killing it.
2610
2611 2003-07-28  José Matos  <jamatos@lyx.org>
2612
2613         * buffer.C (readBody, do_writeFile):
2614         * paragraph.C(readParagraph): \end_document replaces \the_end.
2615
2616 2003-07-29  André Pönitz  <poenitz@gmx.net>
2617
2618         * BufferView.[Ch]:
2619         * BufferView_pimpl.[Ch]:
2620         * lyxfunc.C:
2621         * text2.C:
2622         * text3.C:
2623         * textcursor.[Ch]: remove toggleToggle & Co
2624
2625 2003-07-28  José Matos  <jamatos@fep.up.pt>
2626
2627         * buffer.C (readParagraph):
2628         * params_func (readParToken, readParagraph):
2629         * paragraph.C (write): \layout -> \begin_layout.
2630
2631 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2632
2633         * lyxlex_pimpl.C (setFile): clean up slightly.
2634
2635         * bufferparams.h: add compressed var
2636
2637         * buffer_funcs.C (readFile): adjust for LyXLex change
2638         (newFile): ditto + simplify
2639
2640         * buffer.C (writeFile): handle writing of compressed files
2641
2642         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
2643         Check if the file is compressed and set a bufferparm if so.
2644
2645         * Makefile.am (lyx_LDADD): remove explicit -lz
2646
2647 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2648
2649         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
2650         makeDocBookFile): put the real LyX version in the first line of
2651         the file
2652
2653         * version.h:
2654         * version.C.in: remove lyx_docversion
2655
2656         * tabular.C (write_attribute): add a template-based version to
2657         write enums properly
2658
2659 2003-07-28  André Pönitz  <poenitz@gmx.net>
2660
2661         * lyxtext.h:
2662         * text.C:
2663         * text2.C:
2664         * text3.C: use doubles again for x-coordinates. They are needed.
2665
2666 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2667
2668         * messages.C (getLocaleDir): use lyx_localedir()
2669
2670         * lyxlex_pimpl.C (setFile): compress stuff
2671
2672         * buffer.C (writeFile): add some compression stuff
2673         (do_writeFile): new func, dont call expliti close... will this
2674         breake anything?
2675
2676         * Makefile.am (lyx_LDADD): add -lz
2677
2678 2003-07-28  José Matos  <jamatos@fep.up.pt>
2679
2680         * buffer.C: increment file format.
2681         * paragraph_funcs (readParagraph, readParToken):
2682         * paragraph.C (readParagraph): add \end_layout.
2683
2684 2003-07-27  Angus Leeming  <leeming@lyx.org>
2685
2686         * Makefile.am: remove special casing for configure-time setting of
2687         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
2688
2689         * lyx_main.C (init): remove all Jean-Marc's magic setting of
2690         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
2691
2692 2003-07-26  André Pönitz  <poenitz@gmx.net>
2693
2694         * paragraph_func.[Ch]:
2695         * paragraph.C (realizeFont): inline it whereever it is used
2696
2697         * rowpainter.C:
2698         * text.C:
2699         * text2.C:
2700         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
2701
2702
2703 2003-07-26  André Pönitz  <poenitz@gmx.net>
2704
2705         *       lyxtext.h:
2706         * text.C:
2707         * text2.C: get rid of LyXText::need_break_row
2708
2709 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2710
2711         * toc.[Ch]: put namespace toc inside namespace lyx
2712
2713         * MenuBackend.C (expandToc2): adjust for lyx::toc
2714         (expandToc): ditto
2715
2716         * lyxfunc.C (dispatch): adjust for lyx::find
2717
2718         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
2719         lyx::find instead. Reorganize a bit.
2720         (LyXReplace): rename to replace
2721         (LyXFind): rename to find
2722
2723         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
2724         (dispatch): ditto
2725
2726 2003-07-26  André Pönitz  <poenitz@gmx.net>
2727
2728         * text.C (setHeightOfRow): restrict scope of temporary variable
2729
2730         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
2731           code (never has been used?)
2732
2733 2003-07-27  Asger Alstrup  <alstrup@local>
2734
2735         * text.C (fill): Optimise algorithm to exploit that we can reuse
2736         the LyXFont for many characters.
2737         (setHeightOfRow): Same thing.
2738         (rowBreakPoint): Same thing.
2739
2740 2003-07-26  Asger Alstrup  <alstrup@local>
2741
2742         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
2743
2744         * text.C (singleWidth): Spurious font copying in hot-spot
2745         singleWidth avoided. Reorder tests for arabic for efficiency.
2746
2747         * text.C (fill): handle empty paragraphs better.
2748
2749 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2750
2751         * ispell.C:
2752         * encoding.h: add includes
2753
2754         * lyxrc.C: remove reading of bind files
2755
2756         * lyx_main.C (init): setup bindings and menus only if we have a
2757         gui.
2758
2759         * kbmap.C (read): new method. Do the actual reading of bind
2760         files.
2761
2762         * converter.C (dvipdfm_options):
2763         * bufferparams.C:
2764         * lyxrc.C (read):
2765         (output): adapt PAPER_* enums.
2766
2767         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
2768
2769         * bufferparams.h: remove paper-related enums from there
2770
2771         * paper.h: New file. A trivial header file to hold paper-related
2772         enums. It should later expand to contain many paper-related
2773         horrors access.
2774
2775         * lyxrc.C: declare extern displayTranslator
2776
2777 2003-07-27  José Matos  <jamatos@fep.up.pt>
2778
2779         * tabular.[Ch] (linuxdoc): add support for tables and figures
2780         (linuxdoc).
2781
2782 2003-07-27  José Matos  <jamatos@fep.up.pt>
2783
2784         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
2785         consistency in both functions.
2786         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
2787
2788 2003-07-26  Asger Alstrup  <alstrup@local>
2789
2790         * rowpainter.C (paintRows): Change algorithm to work directly on
2791         the insets rather than asking every character in the document
2792         whether its an inset.
2793
2794 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
2795
2796         * buffer.C (openFileWrite): factorize some code
2797
2798 2003-07-26  Angus Leeming  <leeming@lyx.org>
2799
2800         * lyx_cb.C:
2801         * lyx_main.[Ch]: replace occurances of system_tempdir with
2802         os::getTmpDir().
2803
2804 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2805
2806         * rename Inset to InsetOld
2807
2808 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
2809
2810         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
2811         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
2812         which I think is a bit clearer. EDIT is gone, since it was
2813         premature optimisation, and broken for mathed anyway.
2814         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
2815         with cursor positioning in insets as well (math insets still do not
2816         work, but that's a different story anyway.) It mysteriously
2817         crashes sometimes with undo in the first paragraph, but I'm fairly
2818         confident that this is a compiler bug.
2819
2820 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2821
2822         * paragraph.C (Paragraph): adjust for new clone return type
2823         (operator==): ditto
2824         (copyIntoMinibuffer): ditto
2825
2826 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
2827
2828         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
2829         by not having a special case, and always doing a full rebreak of
2830         the document after undo.
2831
2832 2003-07-23  Angus Leeming  <leeming@lyx.org>
2833
2834         * factory.C (createInset): InsetExternal::setParams now takes a
2835         Buffer const * arg.
2836
2837 2003-07-23  Angus Leeming  <leeming@lyx.org>
2838
2839         * factory.C (createInset): changed interface to the external and
2840         graphics mailers' string2params functions.
2841
2842 2003-07-23  Angus Leeming  <leeming@lyx.org>
2843
2844         * factory.C (createInset): pass a
2845         Buffer const * parameter to InsetExternalMailer's string2params.
2846
2847 2003-07-22  John Levon  <levon@movementarian.org>
2848
2849         * Thesaurus.h: include the right aiksaurus header
2850
2851 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2852
2853         * MenuBackend.C (expand): check menu shortcuts unconditionally
2854
2855 2003-07-21  Angus Leeming  <leeming@lyx.org>
2856
2857         * factory.C (createInset): pass a
2858         buffer_path parameter to InsetGraphicsMailer's string2params.
2859
2860 2003-07-21  Angus Leeming  <leeming@lyx.org>
2861
2862         * BufferView_pimpl.C (buffer):
2863         * buffer.C (d-tor):
2864         * lyx_main.C (LyX):
2865         * lyxfunc.C (dispatch):
2866         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
2867         rather than the grfx shortcut.
2868
2869 2003-07-21  André Pönitz  <poenitz@gmx.net>
2870
2871         * rowpainter.C: remove unused variables
2872
2873         * tabular_funcs.C:
2874         * tabular_funcs.h: move to tabular.C
2875         * Makefile.am: adjust
2876
2877         * tabular.[Ch]: basic optical cleaning
2878
2879         * author.h: pass references, not values
2880
2881 2003-07-18  André Pönitz  <poenitz@gmx.net>
2882
2883         * lyxtext.h:
2884         * metricsinfo.C:
2885         * metricsinfo.h:
2886         * rowpainter.C:
2887         * text.C:
2888         * text2.C:
2889         * text3.C: two-phase drawing for InsetText and InsetTabular
2890         some float -> int changes.
2891
2892 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2893
2894         * lyx_main.C: fix the fix
2895
2896 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2897
2898         * lyx_main.C: fix a crash in batch mode if no files specified
2899         * converter.C: ws
2900
2901 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
2902
2903         * format.[Ch] (papersize): moved to BufferParams
2904         * converter.[Ch] (dvips_options): moved to BufferParams
2905         (dvipdfm_options): moved to anon namespace
2906         * bufferparams.[Ch]: added above functions.
2907
2908 2003-07-17  André Pönitz  <poenitz@gmx.net>
2909
2910         * lyxtext.h:
2911         * rowpainter.C:
2912         * text2.C: don't call inset->update() anymore
2913
2914         * metricsinfo.[Ch]: add convenience constructor
2915
2916 2003-07-16  André Pönitz  <poenitz@gmx.net>
2917
2918         * lyxcursor.[Ch]:
2919         * lyxfunc.[Ch]:
2920         * text.C:
2921         * text2.C: replace the LyXCursor::irow_ member with
2922          on-demand computation of the value
2923
2924 2003-07-16  John Levon  <levon@movementarian.org>
2925
2926         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
2927
2928 2003-07-15  André Pönitz  <poenitz@gmx.net>
2929
2930         * text.C:
2931         * text2.C: remove no more needed refresh_row
2932
2933 2003-07-15  André Pönitz  <poenitz@gmx.net>
2934
2935         * lyxtext.h:
2936         * rowpainter.C:
2937         * text2.C:
2938         * text3.C: refresh_status tristate -> need_update bool
2939
2940 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
2941
2942         * lyxtext.h (init): remove reinit argument (act as if always true)
2943         * text2.C: adjust to that
2944
2945 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2946
2947         * bufferview_funcs.[Ch]: introduce function replaceSelection()
2948         * text3.C: use it to delete selections in some cases
2949         (bugs 441, 673, 702, 954).
2950
2951 2003-07-14  André Pönitz  <poenitz@gmx.net>
2952
2953         * rowpainter.[Ch]: reduce interface
2954
2955 2003-07-14  André Pönitz  <poenitz@gmx.net>
2956
2957         * BufferView_pimpl.C:
2958         * text2.C: adjust after removing unused BufferView * argument
2959
2960 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
2961
2962         * text2.C (init): fix a crash fired on resize
2963
2964 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
2965
2966         * buffer.[Ch]: added new closing signal
2967         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
2968         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
2969         BufferView::Pimpl via the closing the signal
2970
2971 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
2972
2973         * buffer.[Ch]: take out all bv-related from buffer
2974         * BufferView.C:
2975         * BufferView_pimpl.[Ch]: connect to new signals
2976         * CutAndPaste.C: removed useless asserts
2977         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
2978         * lyxvc.[Ch]:
2979         * vc-backend.[Ch]:
2980         * lyxfunc.C: moved view-related funciontality from vc here
2981         * paragraph.C: removed outdated comments
2982         * text.C: ws
2983
2984 2003-07-10  André Pönitz  <poenitz@gmx.net>
2985
2986         * BufferView_pimpl.C:
2987         * tabular.h:
2988         * tabular_funcs.C:
2989         * text.C:
2990         * text2.C: remove InsetText::InnerCache, clean up consequences
2991
2992 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2993
2994         * ispell.C: fix two typos in error messages
2995
2996 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
2997
2998         * Extend Note inset to other forms of annotation like Comment
2999         and Greyedout. Right button click gives dialog.
3000
3001         Files modified or added (+):
3002
3003         * insetnote.[Ch]
3004         * FormNote.[Ch]      +
3005         * ControlNote.[Ch]   +
3006         * form_note.fd       +
3007         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3008         frontends/controllers
3009         * xforms/Dialogs.C
3010         * factory.C
3011
3012 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3013
3014         * aspell.C: add missing namespace lyx::support
3015
3016 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3017
3018         * BufferView.[Ch] (newFile): Add
3019         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3020         * LaTeX.[Ch] (message): added this signal and use it
3021         * buffer.[Ch] (busy, message): added these signals and use them
3022         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3023         * converter.C:
3024         * exporter.C:
3025         * format.C:
3026         * importer.C: use buffer signals instead of direct bv calling
3027         * lyx_cb.[Ch] (ShowMessage): removed
3028         * lyx_main.C:
3029         * lyxfunc.C:
3030         * paragraph_funcs.C:
3031         * text2.C: use buffer signals
3032
3033 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3034
3035         * introduce namespace lyx::graphics
3036
3037 2003-07-02  André Pönitz  <poenitz@gmx.net>
3038
3039         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3040
3041 2003-07-01  André Pönitz  <poenitz@gmx.net>
3042
3043         * text.C:
3044         * text2.C:
3045         * text3.C:
3046         * text_funcs.[Ch]:
3047         * textcursor.h:
3048         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3049           text*.C to text_func.C
3050
3051 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3052
3053         * introduce namespace lyx::support
3054
3055 2003-06-30  André Pönitz  <poenitz@gmx.net>
3056
3057         * Chktex.C:
3058         * funcrequest.C:
3059         * lyxtext.h:
3060         * text.C: re-enable --with-included-string
3061
3062 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3063
3064         * textcursor.C: add <config.h>
3065
3066         * text.C (getWord): remove const from word_location arg
3067
3068         * lyxvc.C (getLogFile): fix const type order
3069
3070         * lyxtext.h: remove const from word_location arg, add arg name
3071
3072         * lyxlayout.h: currect type on labeltype.
3073
3074         * importer.C: correct \file
3075
3076         * converter.C (intToFormat): use std:: on ret val, ws changes
3077
3078         * bufferlist.h: correct \file
3079
3080         * buffer.C (makeLinuxDocFile): fix const type order
3081         (makeDocBookFile): ditto
3082         (fillWithBibKeys): use std:: on stdlib args.
3083
3084         * CutAndPaste.C: fix authors.
3085         (availableSelections): use std:: on return vector
3086
3087 2003-06-27  André Pönitz  <poenitz@gmx.net>
3088
3089         * BufferView_pimpl.C:
3090         * bufferview_funcs.C:
3091         * lyxcursor.C:
3092         * lyxcursor.h:
3093         * lyxfunc.C:
3094         * lyxtext.h:
3095         * rowpainter.C:
3096         * text.C:
3097         * text2.C:
3098         * text3.C: remove LyXCursor::row_ member
3099
3100         * lyxtext.h:
3101         * text.C: rename fullRebreak() to partialRebreak() and implement
3102           a fullRebreak() that really bereks fully
3103
3104         * textcursor.h: new struct for cursor-related data
3105
3106 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
3107
3108         * lyx_main.C (LyX): get full path of document loaded on the
3109         command line
3110
3111 2003-06-26  André Pönitz  <poenitz@gmx.net>
3112
3113         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
3114           remove unused/broken operator>,<,>=.
3115
3116         *       text.C: remove only use of broken operator<= in an Assert().
3117
3118 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3119
3120         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
3121         moved errorlist_.clear to showErrorList
3122
3123 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3124
3125         * converter.C (scanLog, runLaTeX):
3126         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
3127         move the bv->showErrorList call to the callers
3128         * lyxfunc.C: i.e. here...
3129         * text2.C: and here
3130         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
3131         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
3132         namespace, the second to...
3133         * buffer_funcs (BufferFormat, parseErrors): added
3134         * errorlist.C (ErrorList(TeXErrors const &)): removed
3135
3136 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3137
3138         * ToolbarBackend.C (getIcon): complain when icon cannot be found
3139
3140 2003-06-24  "Garst R. Reese" <reese@isn.net>
3141
3142         * debug.C: fix typo
3143
3144 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3145
3146         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
3147
3148         * version.C.in: change docversion to 1.4
3149
3150 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
3151
3152         * buffer.C: fix a bug just introduced
3153
3154 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
3155
3156         * buffer.[Ch]: added the parseError signal and use it, removed
3157         sgmlError
3158         * BufferView.[Ch] (addError): moved to ...
3159         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
3160         to the Buffer::parseError signal to catch (guess what) parse errors
3161         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
3162
3163 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
3164
3165         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
3166         ability to create a buffer and to return an existing one from
3167         the list. Moved these functions to...
3168         * buffer_funcs.[Ch]: added
3169         * BufferView.[Ch] (loadLyXFile): added
3170         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
3171         job removed from bufferlist::loadLyXFile.
3172         * buffer.C (setReadOnly): make it work without view
3173         (i.e added an if (users))
3174
3175 2003-06-19  Angus Leeming  <leeming@lyx.org>
3176
3177         * lfuns.h:
3178         * LyXAction.C (init):
3179         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
3180         with LFUN_DIALOG_SHOW <name> <data>.
3181
3182 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3183
3184         * CutAndPaste.C (availableSelections): small compilation fix for
3185         ancient (gcc 2.9x) compilers
3186
3187 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
3188
3189         * text3.C (cursorNext): add tmp var
3190
3191         * text2.C (updateCounters): for function calling out of for clause
3192         (replaceSelectionWithString): ditto
3193         (insertStringAsParagraphs): ditto
3194         (getColumnNearX): add tmp var
3195         (setCursorFromCoordinates): add tmp var
3196         (cursorDownParagraph): add tmp var
3197         (deleteEmptyParagraphMechanism): add tmp var
3198
3199         * text.C (insertChar): add tmp var
3200
3201         * rowpainter.C (paintDepthBar): add tmp var
3202
3203         * CutAndPaste.C (availableSelections): potentially check all
3204         paragraphs in a cut to fill the shown strings.
3205
3206 2003-06-18  André Pönitz  <poenitz@gmx.net>
3207
3208         * kbmap.[Ch]: use vector<> instead of list<>
3209
3210 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3211
3212         * text3.C (dispatch): handle arg to LFUN_PASTE, call
3213         pasteSelection with index
3214
3215         * text2.C (pasteSelection): modify, call pasteSelection with index
3216
3217         * paragraph.C (asString): reimplement version with no interval to
3218         call the one with interval.
3219
3220         * lyxtext.h: add index arg to pasteSelection
3221
3222         * MenuBackend.C (MenuItem): handle PasteRecent
3223         (Menu::read::Menutags): add md_pasterecent
3224         (read): handle it
3225         (expandPasteRecent): new function
3226         (expand): use it
3227
3228         * MenuBackend.h: add PasteRecent to MenuItem::Kind
3229
3230         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
3231         the limited stack
3232         (availableSelections): new function
3233
3234 2003-06-17  Angus Leeming  <leeming@lyx.org>
3235
3236         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
3237
3238 2003-06-17  Angus Leeming  <leeming@lyx.org>
3239
3240         * lfuns.h:
3241         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
3242
3243         * lyxfunc.C (dispatch): invoke it.
3244
3245 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3246
3247         * iterators.C (operator++, ParPosition): reintroduce some
3248         const_cast for the benefit of older compilers.
3249
3250 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3251
3252         * text3.C (dispatch): do not modify clipboard when doing
3253         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
3254         LFUN_DELETE_SKIP on a selection selection
3255
3256 2003-06-16  André Pönitz  <poenitz@gmx.net>
3257
3258         * BufferView.C:
3259         * buffer.C:
3260         * buffer.h:
3261         * paragraph.C:
3262         * tabular.[Ch]: IU of clone() and getLabelList();
3263
3264 2003-06-13  André Pönitz  <poenitz@gmx.net>
3265
3266         * tabular.h: compactification
3267
3268 2003-06-12  André Pönitz  <poenitz@gmx.net>
3269
3270         * tabular.C:
3271         * tabular.h:
3272         * tabular_funcs.h: some renaming plus whitespace
3273
3274 2003-06-12  André Pönitz  <poenitz@gmx.net>
3275
3276         * BufferView.C:
3277         * BufferView_pimpl.C:
3278         * CutAndPaste.C:
3279         * buffer.C:
3280         * iterators.[Ch]:
3281         * lyxfunc.C:
3282         * text.C:
3283         * toc.C: Return a Paragraph & for ParIterator::operator*()
3284
3285 2003-06-11  John Levon  <levon@movementarian.org>
3286
3287         * lyx_main.C:
3288         * ToolbarBackend.h:
3289         * ToolbarBackend.C: add "Toolbars" section and
3290         put the flags there
3291
3292 2003-06-10  Angus Leeming  <leeming@lyx.org>
3293
3294         * lfuns.h:
3295         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
3296
3297         * lyxfunc.C (dispatch): invoke it.
3298
3299 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3300
3301         * main.C: protect <ios> with HAVE_IOS
3302         (main): protect sync_with_stdio with HAVE_IOS
3303
3304 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3305
3306         * text2.C (cutSelection): adjust
3307         (pasteSelection): adjust
3308
3309         * messages.C: handle get of empty string
3310
3311         * main.C (main): use sync_with_stdio(false)
3312
3313         * lyxfunc.C (dispatch): adjust
3314
3315         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
3316         (WriteAs): remove unneeded BufferView arg.
3317
3318         * bufferparams.h: use correct types on papersize, papersize2 and
3319         paperpackage.
3320
3321         * bufferparams.C (readToken): adjust for type
3322         (writeLaTeX): add missing cases to switch.
3323
3324         * bufferlist.C (quitWriteBuffer): adjust
3325         (close): adjust
3326
3327         * buffer.C (asciiParagraph): remove some commented code.
3328
3329         * CutAndPaste.C: remove current_view extern variable.
3330         (cutSelection): add BufferParams arg.
3331         (eraseSelection): add BufferParams arg.
3332         (pasteSelection): add Buffer const & arg
3333
3334 2003-06-07  John Levon  <levon@movementarian.org>
3335
3336         * buffer.C:
3337         * paragraph_funcs.C:
3338         * paragraph_pimpl.C:
3339         * text.C:
3340         * text2.C:
3341         * paragraph.h:
3342         * paragraph.C: allow InsetERT to freely space lines,
3343         and some consolidation of code
3344
3345 2003-06-06  José Matos  <jamatos@fep.up.pt>
3346
3347         * buffer.C (makeDocBookFile): fix bug #821
3348
3349 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
3350
3351         * BufferView_pimpl.C (dispatch): use Dialogs::visible
3352
3353 2003-06-04  Angus Leeming  <leeming@lyx.org>
3354
3355         * buffer.C: bump format to 224.
3356
3357 2003-06-05  André Pönitz  <poenitz@gmx.net>
3358
3359         * text2.C (redoParagraphs): remove two const_cast<>
3360
3361 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3362
3363         * ParagraphList.h: remove last remnants of NO_STD_LIST
3364
3365 2003-06-03  Angus Leeming  <leeming@lyx.org>
3366
3367         * factory.C (createInset): small change to the way InsetExternal's params
3368         are set.
3369
3370 2003-06-04  André Pönitz  <poenitz@gmx.net>
3371
3372         * buffer.h: use Undo directly instead of shared_ptr<Undo>
3373
3374         * paragraph_pimpl.h:
3375         * paragraph.[Ch]: some Inset -> UpdatableInset changes
3376
3377         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
3378
3379         * undo_funcs.C: make some simple cases of undo work again
3380
3381 2003-06-03  John Levon  <levon@movementarian.org>
3382
3383         * ispell.C: HPUX doesn't have sys/select.h
3384         (from Albert Chin)
3385
3386 2003-06-03  John Levon  <levon@movementarian.org>
3387
3388         * CutAndPaste.C: update tabular and include inset
3389         buffer references
3390
3391         * buffer.h:
3392         * paragraph.h:
3393         * paragraph.C: remove owningBuffer(), don't pass Buffer
3394         to clone()
3395
3396         * factory.C: insetGraphicsParams changed
3397
3398 2003-06-02  John Levon  <levon@movementarian.org>
3399
3400         * LyXAction.C:
3401         * factory.C:
3402         * lfuns.h:
3403         * lyxfunc.C:
3404         * text3.C: remove insetparent
3405
3406 2003-06-02  John Levon  <levon@movementarian.org>
3407
3408         * buffer.h:
3409         * buffer.C: fix inset_iterator.end(), move out of line
3410         (bug 1149)
3411
3412 2003-06-01  John Levon  <levon@movementarian.org>
3413
3414         * text3.C: use a proper cut/paste when doing inset
3415         insert (from Jürgen Spitzmüller)
3416
3417 2003-06-01  John Levon  <levon@movementarian.org>
3418
3419         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
3420
3421 2003-05-30  André Pönitz  <poenitz@gmx.net>
3422
3423         * rowpainter.C: unify second drawing phase
3424
3425 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3426
3427         * trans_mgr.C: remove one case of current_view
3428
3429         * text2.C (cursorBottom): delete NO_STD_LIST stuff
3430
3431         * paragraph_funcs.h: remove paragraph.h include
3432
3433         * paragraph.h: delete NO_STD_LIST stuff
3434
3435         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
3436
3437         * buffer.h: remove paragraph.h include
3438
3439         * ParagraphList.C: delete file
3440
3441         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
3442
3443         * toc.C (getTocList): adjust
3444
3445         * paragraph_pimpl.C (validate): adjust
3446
3447         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
3448
3449         * paragraph.C (Paragraph): adjust
3450         (getPositionOfInset): use const_iterator, adjust
3451         (bibitem): use const_iterator, adjust
3452         (setInsetOwner): adjust
3453
3454         * iterators.C (operator++): adjust
3455
3456         * InsetList.[Ch]: Replace selfmade iterator with standard
3457         vector::iterator also introduce const_iterator. Remove getPos,
3458         getInset and setInset from InsetTable. Adjust accordingly.
3459
3460         * BufferView.C (lockInset): adjust
3461         (ChangeInsets): adjust
3462
3463         * tabular.[Ch]: delete commented same_id functions
3464
3465 2003-05-28  John Levon  <levon@movementarian.org>
3466
3467         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
3468
3469 2003-05-28  André Pönitz  <poenitz@gmx.net>
3470
3471         * metricsinfo.[Ch]: remove 'fullredraw' member
3472
3473 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3474
3475         * lyxtextclass.C (operator): remove caching.
3476
3477 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3478
3479         * text3.C: adjust
3480
3481         * text2.C (cursorBottom): adjust
3482         (setCounter): use ParagraphList::find, adjust
3483
3484         * text.C (workWidth): use ParagraphList::find, adjust
3485
3486         * lyxcursor.C (LyXCursor): adjust
3487
3488         * buffer.C (inset_iterator): adjust
3489
3490         * ParagraphList.h: make iterator(value_type) private, make
3491         ParagraphList a friend of iterator.
3492
3493         * ParagraphList.C (find): new function
3494
3495         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3496
3497 2003-05-27  André Pönitz  <poenitz@gmx.net>
3498
3499         * dimension.[Ch]: a -> asc, d -> des, w -> wid
3500
3501 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3502
3503         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
3504
3505 2003-05-26  John Levon  <levon@movementarian.org>
3506
3507         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
3508
3509 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3510
3511         * remove same_id from function signatures, adjust.
3512
3513 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3514
3515         * undo_funcs.C (createUndo): use the id functions directly, adjust.
3516
3517         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
3518
3519         * paragraph.C (Paragraph): get rid of same_ids parameter
3520
3521         * ParagraphList.C (insert): adjust
3522         (push_back): adjust
3523
3524 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3525
3526         * paragraph_funcs.C (breakParagraph): adjust
3527         (breakParagraphConservative): adjust
3528
3529         * buffer.C (readParagraph): adjust
3530
3531         * ParagraphList.C (insert): take a reference instead of a pointer
3532         (insert): adjust
3533
3534         * paragraph.[Ch] (id): new function
3535
3536         * bufferlist.C (newFile): adjust
3537
3538         * ParagraphList.C (ParagraphList): adjust
3539         (assign): adjust
3540         (push_back): take a reference instead of a pointer.
3541
3542         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
3543
3544         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
3545         instead.
3546
3547         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
3548         set else use old code.
3549
3550         * ParagraphList.C: remove all NO_NEXT code and only compile this
3551         code of NO_STD_LIST is set.
3552
3553 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3554
3555         * BufferView_pimpl.C:
3556         * TextCache.C:
3557         * TextCache.h:
3558         * bufferlist.C:
3559         * errorlist.h:
3560         * format.C:
3561         * format.h:
3562         * graph.C:
3563         * lyxfunc.C:
3564         * lyxrc.C:
3565         * graphics/GraphicsConverter.C:
3566         * graphics/PreviewLoader.C: header adjustment
3567
3568 2003-05-23  Angus Leeming  <leeming@lyx.org>
3569
3570         * LaTeXFeatures.[Ch] (useBabel): new method.
3571         * bufferparams.C (writeLaTeX): use it.
3572
3573 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3574
3575         * ParagraphList.h (set): remove unused function.
3576
3577 2003-05-23  André Pönitz  <poenitz@gmx.net>
3578
3579         * BufferView.C:
3580         * BufferView_pimpl.C:
3581         * buffer.C:
3582         * buffer.h:
3583         * lyxfunc.C:
3584         * undo_funcs.C: setUndo reworked
3585
3586         * iterators.[Ch]: add access to topmost ParagraphList
3587
3588         * lyxtext.[Ch] (workWidth): add a const
3589
3590 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3591
3592         * texrow.[Ch] (increasePos): remove function
3593         * exporter.C (export): removed unused var and outdated comment
3594
3595 2003-05-23  Angus Leeming  <leeming@lyx.org>
3596
3597         * latexrunparams.h: rename fragile as moving_arg.
3598         * paragraph.C (simpleTeXOnePar): ditto.
3599         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
3600
3601 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3602
3603         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
3604         (createUndo): ditto
3605         (textUndoOrRedo): comment out a currently unused var.
3606
3607         * paragraph.h (NO_NEXT): enable NO_NEXT
3608
3609         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
3610
3611         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
3612
3613         * exporter.C (Export): adjust for removeAutoInsets removal.
3614
3615         * buffer.C (runChktex): adjust for removeAutoInsets removal.
3616
3617         * LyXAction.C (init): remove LFUN_REMOVEERRORS
3618
3619         * BufferView.[Ch] (removeAutoInsets): delete function
3620
3621 2003-05-22  Angus Leeming  <leeming@lyx.org>
3622
3623         * latexrunparams.h: add a free_spacing variable.
3624
3625         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
3626         to pass moving_arg, as the data is stored in runparams.fragile.
3627
3628         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
3629         to Inset::latexOptional or to simpleTeXOnePar.
3630
3631         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
3632         free_spacing arg to Inset::latexOptional.
3633
3634         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3635         free_spacing arg.
3636
3637 2003-05-22  Angus Leeming  <leeming@lyx.org>
3638
3639         * latexrunparams.h: add fragile and use_babel variables.
3640
3641         * bufferparams.[Ch] (writeLaTeX): return use_babel.
3642         * buffer.C (makeLaTeXFile): store this returned value in
3643         runparams.use_babel, thus passing it to the inset::latex methods.
3644
3645         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
3646         simpleTeXSpecialChars as it is now stored in runparams.fragile.
3647
3648         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
3649         longer has a fragile arg, as it is stored in runparams.fragile.
3650
3651         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
3652         moving_arg parameter as the data is stored in runparams.fragile.
3653
3654         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3655         a fragile parameter as the data is stored in runparams.fragile.
3656
3657 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3658
3659         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
3660
3661 2003-05-22  Angus Leeming  <leeming@lyx.org>
3662
3663         * latexrunparams.h: add a 'bool nice' which defaults to false.
3664
3665         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
3666         now encapsulated within runparams.
3667
3668         * bufferlist.C (updateIncludedTeXfiles):
3669         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
3670
3671 2003-05-22  Angus Leeming  <leeming@lyx.org>
3672
3673         * latexrunparams.h: new file containing struct LatexRunParams.
3674         * Makefile.am: add new file.
3675
3676         * LaTeX.[Ch] (c-tor, run):
3677         * buffer.[Ch] (makeLaTeXFile):
3678         * bufferlist.[Ch] (updateIncludedTeXfiles):
3679         * converter.C (convert, scanLog):
3680         * converter.[Ch] (runLaTeX):
3681         * exporter.C (Export):
3682         * paragraph.[Ch] (simpleTeXOnePar):
3683         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
3684         * paragraph_funcs.[Ch] (latexParagraphs):
3685         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
3686         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
3687         pass around a LatexRunParams parameter.
3688
3689 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3690
3691         * paragraph.[Ch]: remove unused constructor
3692
3693         * ParagraphList.C (erase): new function, taking two iterators
3694
3695 2003-05-22  André Pönitz  <poenitz@gmx.net>
3696
3697         * undo_funcs.C: remove duplicated code
3698
3699         * iterator.[Ch]: operator=
3700
3701 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3702
3703         * tabular.C (SetMultiColumn): ws changes
3704
3705         * rowpainter.C (paintFirst): get rid of a ->previous
3706
3707         * lyx_cb.C (getPossibleLabel): parlist simplification
3708
3709         * BufferView.C (ChangeInsets): simplify slightly.
3710
3711 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3712
3713         * LyXAction.C: new lfun space-insert, kill protected-space-insert
3714         * lfuns.h: new LFUN_SPACE
3715         * lyxfunc.C: protected space has a new lfun
3716         * paragraph_funcs.C: read new space insets
3717         * text3.C:
3718         * factory.C: handle new space insets
3719
3720 2003-05-22  André Pönitz  <poenitz@gmx.net>
3721
3722         * BufferView.C:
3723         * BufferView_pimpl.C:
3724         * buffer.[Ch]:
3725         * lyxfunc.C:
3726         * undo_funcs.C: return a ParIterator from getParFromID.
3727
3728         * iterators.[Ch]: add two const's
3729
3730 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3731
3732         * toc.C (getTocList): adjust
3733
3734         * iterators.[Ch]: rework for parlist
3735
3736         * buffer.C (par_iterator_begin): adjust
3737         (par_iterator_end): adjust
3738
3739         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
3740
3741         * BufferView.C (removeAutoInsets): adjust
3742         (ChangeInsets): adjust
3743
3744 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
3745
3746         * text.C (top_y): fix bug 1110
3747
3748 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
3749
3750         * errorlist.[Ch]: added
3751         * buffer.C:
3752         * BufferView.[Ch]:
3753         * BufferView_pimpl.C:
3754         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
3755         instead
3756
3757 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3758
3759         * Makefile.am: ensure that lyx is relinked upon changes to the
3760         various "convenience" libs.
3761
3762 2003-05-20  Angus Leeming  <leeming@lyx.org>
3763
3764         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
3765         files are compiled in alphabetical order again.
3766
3767         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
3768
3769 2003-05-19  Angus Leeming  <leeming@lyx.org>
3770
3771         * gettext.[Ch]: remove "char const * _(char const *)".
3772
3773 2003-05-19  André Pönitz  <poenitz@gmx.net>
3774
3775         * dimension.[Ch]: promote from mathed/dimension.[Ch]
3776
3777         * Makefile.am:
3778         * BufferView.C:
3779         * DepTable.h:
3780         * LaTeXFeatures.C:
3781         * buffer.C:
3782         * lyxfont.C:
3783         * lyxlex.h:
3784         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
3785
3786 2003-05-19  André Pönitz  <poenitz@gmx.net>
3787
3788         * buffer.C:
3789         * lyxlayout.[Ch]:
3790         * lyxtextclass.[Ch]:
3791         * paragraph.C:
3792         * paragraph_funcs.[Ch]:
3793         * text2.C:
3794         * text3.C: more insetenv work
3795
3796 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
3797
3798         * ParagraphParameters.C (params2string): small bug fixed
3799
3800 2003-05-16  André Pönitz  <poenitz@gmx.net>
3801
3802         * debug.C:
3803         * bufferview_funcs.C: patch from Kornel Benko to prevent
3804           crash when _(...) is called twice in a statement
3805
3806 2003-05-16  André Pönitz  <poenitz@gmx.net>
3807
3808         * BufferView.C:
3809         * lyxfunc.C:
3810         * text.C:
3811         * text2.C:
3812         * text3.C:
3813         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
3814
3815 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
3816
3817         * lyx_main.C (init): remove spurious static_cast
3818
3819 2003-05-14  André Pönitz  <poenitz@gmx.net>
3820
3821         * BufferView.C: fix format string
3822
3823 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
3824
3825         * BufferView.[Ch] (insertErrors): removed
3826         * BufferView.[Ch] (showErrorList): added
3827         * buffer.C (runChkTeX):
3828         * converter.C (scanLog): call showErrorList instead of inserterrors
3829
3830 2003-05-13  André Pönitz  <poenitz@gmx.net>
3831
3832         * BufferView_pimpl.C:
3833         * buffer.C:
3834         * bufferview_func.C:
3835         * MenuBackend.C:
3836         * lyxfunc.C:
3837         * lyxrc.C:
3838         * tex-accent.C:
3839         * text3.C:
3840         * toc.C:
3841         * tabular_funcs.h: tostr() from its own header
3842
3843         * ParagraphParameters.C:
3844         * ToolbarBackend.C:
3845         * bufferparams.C:
3846         * format.C:
3847         * lyxlex_pimpl.C:
3848         * text3.C: STRCONV()
3849
3850 2003-05-12  André Pönitz  <poenitz@gmx.net>
3851
3852         * BufferView.C:
3853         * BufferView_pimpl.C:
3854         * CutAndPaste.C:
3855         * LaTeX.C:
3856         * LaTeXFeatures.C:
3857         * ParagraphParameters.C:
3858         * buffer.C:
3859         * bufferlist.C:
3860         * bufferparams.C:
3861         * bufferview_funcs.C:
3862         * converter.C:
3863         * counters.C:
3864         * debug.C:
3865         * exporter.C:
3866         * format.C:
3867         * importer.C:
3868         * lyx_cb.C:
3869         * lyx_main.C:
3870         * lyxfont.C:
3871         * lyxfunc.C:
3872         * lyxvc.C:
3873         * paragraph.C:
3874         * paragraph_funcs.C:
3875         * tabular.C:
3876         * tabular_funcs.C:
3877         * text2.C:
3878         * text3.C:  boost::format -> bformat  all over the place
3879
3880
3881 2003-05-09  André Pönitz  <poenitz@gmx.net>
3882
3883         * LColor.[Ch]: Pimpl the #include <map> away
3884
3885 2003-05-09  John Levon  <levon@movementarian.org>
3886
3887         * bufferlist.C: never remove emergency saves
3888
3889 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3890
3891         * Makefile.am: better lib building
3892
3893 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3894
3895         * texrow.[Ch]: remove dependency on Paragraph and just store a id
3896         instead.
3897         * paragraph_pimpl.C (simpleTeXBlanks): adjust
3898         (simpleTeXSpecialChars): adjust
3899         (simpleTeXSpecialChars): adjust
3900         * paragraph.C (simpleTeXOnePar): adjust
3901         * buffer.C (makeLaTeXFile): adjust
3902
3903         * Makefile.am (BOOST_LIBS): allow boost as system lib.
3904
3905         * text2.C (changeDepth): parlist cleanup
3906         (getColumnNearX): ditto
3907
3908         * rowpainter.C (getLabelFont): parlist cleanup
3909
3910         * bufferlist.C (newFile): parlist cleanup
3911
3912         * CutAndPaste.C (eraseSelection): parlist cleanup
3913
3914         * BufferView_pimpl.C (trackChanges): parlist cleanup
3915         (dispatch): ditto
3916
3917         * BufferView.C (lockInset): parlist cleanup.
3918         (ChangeInsets): ditto
3919
3920 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3921
3922         * CutAndPaste.h: Update file header.
3923
3924         * CutAndPaste.C: Update file header.
3925         Store the parts cut out of the Document in a limited_stack.
3926         (copySelection): adjust
3927         (pasteSelection): new function, takes the index in the limited stack.
3928         (nrOfParagraphs): adjust
3929         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
3930         simplify error inset insertion.
3931         (checkPastePossible): adjust
3932
3933 2003-05-06  John Levon  <levon@movementarian.org>
3934
3935         * text2.C: don't cast wrap inset to float
3936
3937 2003-05-05  André Pönitz  <poenitz@gmx.net>
3938
3939         * iterator.C:
3940         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
3941
3942         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
3943           few naked Paragraph *.
3944
3945 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
3946
3947         * bufferparams.C: Output warning if a document with missing
3948         TeX document class is loaded
3949         * exporter.C: Disable TeX exports if the document class is missing
3950         * lyxtextclass.C:
3951         * lyxtextclass.h:
3952         * lyxtextclasslist.C: Handle new textclass.lst format; new method
3953         isTeXClassAvailable()
3954
3955 2003-05-03  John Levon  <levon@movementarian.org>
3956
3957         * BufferView.h:
3958         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
3959         explicit cursor show/hide
3960
3961         * BufferView_pimpl.h:
3962         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
3963         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
3964
3965         * lyxfunc.C: hide cursor before dispatching.
3966
3967         * lyx_cb.C:
3968         * lyxfind.C:
3969         * text.C:
3970         * text3.C: remove explicit cursor hides
3971
3972 2003-05-02  André Pönitz  <poenitz@gmx.net>
3973
3974         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
3975
3976         * undo_funcs.C:
3977         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
3978           linked lists
3979
3980         * text2.C: tiny whitespace
3981
3982 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3983
3984         * undo_funcs.C: almost only ws changes.
3985
3986         * ParagraphList.C (splice): just return if pl is empty.
3987
3988 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3989
3990         * ParagraphList.C (splice): new function.
3991
3992         * CutAndPaste.C (pasteSelection): use it
3993
3994 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3995
3996         * CutAndPaste.C (pasteSelection): remove the last next and
3997         previous from this file.
3998
3999 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4000
4001         * CutAndPaste.C (pasteSelection): more clean up, user proper
4002         ParagraphList functions for pasteing.
4003
4004         * ParagraphList.C (insert): new function, three arg insert
4005
4006 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4007
4008         * ParagraphList.C (insert): new function, three arg insert
4009
4010         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4011         not on paragraphs.
4012
4013 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4014
4015         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4016
4017 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4018
4019         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4020
4021 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4022
4023         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4024         (copySelection): clean up a bit.
4025         (pasteSelection): use make_pair
4026
4027         * ParagraphList.C (ParagraphList): implement copy constructor
4028         (operator=): implement, base on copy constructor.
4029         (assign): new func
4030
4031         * paragraph.C (erase): return a bool
4032
4033         * paragraph_pimpl.C (erasePos): remove function, move contents...
4034         (erase): ... here. Return a bool.
4035         (erase): call erase instead of erasePos.
4036
4037 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4038
4039         * ParagraphList.h: define PitPosPair
4040         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4041         ParagraphList, fix a bug on pasting multiple pars
4042         * text2.C: change interface to C&P
4043
4044 2003-04-30  André Pönitz  <poenitz@gmx.net>
4045
4046         * undo_func.C: revert part of yesterday's patch 2
4047
4048 2003-04-30  John Levon  <levon@movementarian.org>
4049
4050         * LColor.C: s/tabular/table/
4051
4052 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4053
4054         * text3.C (dispatch): do not convert iterator -> pointer
4055         * undo_funcs.C (setCursorParUndo): ditto
4056         * text_funcs.C (transposeChars): ditto
4057
4058         * text2.C (setLayout): ws changes only
4059
4060         * text.C (breakParagraph): do not convert iterator -> pointer
4061         (insertChar): ditto
4062         (acceptChange): ditto
4063         (rejectChange): ditto
4064         (changeCase): ditto
4065         (Delete): ditto
4066         (backspace): ditto
4067
4068         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4069         pointer
4070
4071 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4072
4073         * text3.C (gotoInset): YABG (yet another bad getChar)
4074
4075 2003-04-29  André Pönitz  <poenitz@gmx.net>
4076
4077         * paragraph.h: make operator= private unimplemented as long as
4078           it is unusable
4079
4080         * ParagraphList.C: whitespace
4081
4082         * paragraph.[Ch]:
4083         * paragraph_pimpl.[Ch]:
4084         * paragraph_funcs.C:
4085         * CutAndPaste.C:
4086         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
4087
4088         * text2.C:
4089           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
4090
4091 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4092
4093         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
4094         * paragraph.[Ch] (erase):
4095         * paragraph_pimpl.[Ch] (erase): change return type and value
4096         * text2.C (cutSelection): some rework
4097
4098 2003-04-28  John Levon  <levon@movementarian.org>
4099
4100         * bufferlist.C: changes for unsaved changes dialog
4101
4102 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4103
4104         * bufferlist.C (newFile): set language (messages_) for new
4105         documents also.
4106
4107         * buffer.C (readFile): ws changes only.
4108
4109 2003-04-28  André Pönitz  <poenitz@gmx.net>
4110
4111         * undo_funcs.C:
4112         * lyxfunc.C:
4113         * buffer.[Ch]:
4114         * BufferView_pimpl.C:
4115         * BufferView.C: getParFromID related ParagraphList::iterator changes
4116
4117 2003-04-28  André Pönitz  <poenitz@gmx.net>
4118
4119         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
4120           Changes
4121
4122 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4123
4124         * messages.C: remove one more localedir class variable.
4125
4126 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4127
4128         * messages.C (getLocaleDir): singleton generation function
4129         (Pimpl): use it.
4130         (Messages): add a default constructor.
4131
4132         * main.C (main): do not setup localedir here, do not call
4133         gettext_init.
4134
4135         * gettext.C (_): use it.
4136         (gettext_init): delete funciton
4137
4138 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4139
4140         * gettext.C (getLyXMessages): new singleton generating function.
4141
4142         * buffer.C (updateDocLang): adjust
4143
4144         * Makefile.am (messages.o): add target
4145         (main.o): remove target
4146
4147 2003-04-27  John Levon  <levon@movementarian.org>
4148
4149         * bufferlist.C:
4150         * lyx_cb.C:
4151         * lyxfunc.C:
4152         * lyxvc.C: specify cancel button in Alert::prompt
4153
4154 2003-04-26  John Levon  <levon@movementarian.org>
4155
4156         * text3.C:
4157         * lyxfunc.C:
4158         * lfuns.h:
4159         * LyXAction.C: add LFUN_INSET_SETTINGS
4160
4161         * lyxfunc.C: don't enable tabular-feature when there's
4162         just any locking inset
4163
4164 2003-04-26  John Levon  <levon@movementarian.org>
4165
4166         * bufferlist.C: re-add Cancel to buffer close question
4167
4168         * lyxfunc.C: fix import UI a bit
4169
4170 2003-04-25  John Levon  <levon@movementarian.org>
4171
4172         * gettext.C: remove the broken asserts for now
4173
4174 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4175
4176         * messages.C: make case where setlocale cannot comply work better.
4177
4178         * buffer.C (updateDocLang): new function
4179         (changeLanguage): use it
4180         (readFile): use it
4181
4182         * text2.C (setCounter): use B_ a bit.
4183
4184         * lyxlayout.C (Read): be sure to trim the label strings.
4185
4186         * messages.C (Messages): fix typo in comment
4187
4188         * buffer.C (readFile): set message_ after file is loaded.
4189         (makeDocBookFile): remove double return
4190         (changeLanguage): reset message_ upon language change.
4191         (B_): new func, use this to get translated buffer strings.
4192
4193         * main.C: add myself and Jean Marc as authors.
4194
4195 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4196
4197         * messages.[hC]: pimplify Messages, and three different pimpls to be
4198         used in different circumstances.
4199
4200         * gettext.[Ch]: change for use with new message code.
4201
4202 2003-04-24 André Pönitz <poenitz@gmx.net>
4203
4204         * factory.C: support for eqref
4205
4206 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4207
4208         * messages.[Ch]: add missing char
4209
4210         * Makefile.am (lyx_SOURCES): add messages.[Ch]
4211
4212         * messages.[Ch]: New files
4213
4214 2003-04-18  John Levon  <levon@movementarian.org>
4215
4216         * BufferView.h:
4217         * BufferView.C:
4218         * BufferView_pimpl.C:
4219         * lfuns.h:
4220         * LyXAction.C:
4221         * lyxtext.h:
4222         * text2.C: remove layout-copy/paste (bug 778)
4223
4224 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4225
4226         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
4227
4228 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4229
4230         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
4231         if they succeed. Act accordingly.
4232
4233 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4234
4235         * text2.C (setCharFont): adjust
4236         (setCounter): adjust
4237         (insertStringAsLines): adjust
4238
4239         * text.C (leftMargin): adjust
4240         (setHeightOfRow): adjust
4241
4242         * rowpainter.C (paintFirst): adjust
4243         (paintLast): adjust
4244
4245         * paragraph_funcs.C (depthHook): ParagraphList::iterators
4246         (outerHook): ditto
4247         (isFirstInSequence): ditto
4248         (getEndLabel): ditto
4249         (outerFont): adjust
4250
4251         * paragraph.C (getParLanguage): comment out some hard stuff.
4252
4253         * buffer.C (insertStringAsLines): take a ParagraphList as arg
4254         (sgmlError): ditto
4255         (simpleDocBookOnePar): ditto
4256         (makeDocBookFile): use ParagraphList::iterator
4257
4258         * CutAndPaste.C (pasteSelection): adjust
4259
4260 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4261
4262         * text2.C (getFont): adjust
4263         (getLayoutFont): adjust
4264         (getLabelFont): adjust
4265
4266         * paragraph_funcs.C (TeXOnePar): adjust
4267
4268         * buffer.C (simpleLinuxDocOnePar): adjust
4269         (simpleDocBookOnePar): adjust
4270
4271         * CutAndPaste.C (pasteSelection): adjust
4272
4273         * BufferView.C (getEncoding): adjust
4274
4275         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
4276
4277 2003-04-16  John Levon  <levon@movementarian.org>
4278
4279         * lyxfind.C: use parlist stuff for search/changes
4280
4281 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4282
4283         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
4284
4285         * text2.C (deleteEmptyParagraphMechanism): adjust
4286
4287         * text2.[Ch] (ownerParagraph): delete func (both of them
4288
4289 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4290
4291         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
4292
4293 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4294
4295         * ParagraphList.C: prepare for NO_NEXT
4296
4297 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4298
4299         * text2.C (getFont): adjust
4300         (getLayoutFont): adjust
4301         (getLabelFont): adjust
4302
4303         * paragraph.C (getFont): adjust
4304         (getLabelFont): adjust
4305         (getLayoutFont): adjust
4306
4307         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
4308
4309 2003-04-15  John Levon  <levon@movementarian.org>
4310
4311         From Angus Leeming
4312
4313         * lyx_main.C: handle Include in .ui files
4314
4315 2003-04-15  John Levon  <levon@movementarian.org>
4316
4317         * MenuBackend.C: make the doc files length shorter
4318
4319         * ToolbarBackend.h:
4320         * ToolbarBackend.C: handle toolbar placement flags,
4321         Minibuffer
4322
4323 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4324
4325         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
4326         adjust
4327
4328         * paragraph_funcs.C (TeXOnePar): adjust
4329
4330         * paragraph.C (getLabelFont): add outerfont arg, adjust
4331         (getLayoutFont): ditto
4332         (simpleTeXOnePar): adjust
4333
4334         * paragraph_pimpl.C (realizeFont): delete func
4335
4336 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
4337
4338         * text2.C (beforeFullRowInset): added a bad getchar check, removed
4339         row argument, constify cur argument.
4340
4341 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4342
4343         * text2.C (getFont): adjust
4344         (getLayoutFont): adjust
4345         (getLabelFont): adjust
4346
4347         * paragraph_funcs.C (TeXOnePar): adjust
4348         (outerFont): new func...
4349         (realizeFont): ...moved out from here, changed this to facilitate
4350         transition
4351
4352         * paragraph.C (getFont): take outerfont as arg, adjust
4353         (simpleTeXOnePar): add outerfont arg, adjust
4354
4355         * buffer.C (simpleLinuxDocOnePar): adjust
4356         (simpleDocBookOnePar): adjust
4357
4358         * CutAndPaste.C (pasteSelection): adjust
4359
4360         * BufferView.C (getEncoding): adjust
4361
4362 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4363
4364         * text2.C (setCharFont): adjust
4365         (setCounter): adjust
4366
4367         * text.C (leftMargin): adjust
4368         (setHeightOfRow): adjust
4369
4370         * rowpainter.C (paintFirst): adjust
4371         (paintLast): adjust
4372
4373         * paragraph_pimpl.C (realizeFont): adjust
4374
4375         * paragraph.C (isFirstInSequence): move from here...
4376         * paragraph_funcs.C (isFirstInSequence): ...to here
4377
4378         * paragraph.C (outerHook): move from here...
4379         * paragraph_funcs.C (outerHook): ...to here
4380
4381         * paragraph.C (depthHook): move from here...
4382         * paragraph_funcs.C (depthHook): ...to here
4383
4384         * paragraph.C (getEndLabel): move from here...
4385         * paragraph_funcs.C (getEndLabel): ...to here
4386
4387         * text2.C (realizeFont): move from here...
4388         * paragraph_funcs.C (realizeFont): ...to here
4389
4390 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4391
4392         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
4393
4394 2003-04-14  Angus Leeming  <leeming@lyx.org>
4395
4396         * LColor.[Ch]: scrap LColor mathcursor.
4397
4398 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4399
4400         * lyxlex.[Ch] (text): delete function
4401         * trans.C (Load): adjust
4402         * paragraph_funcs.C (readParToken): adjust
4403
4404 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4405
4406         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
4407         vector<char> instead of a char[].
4408
4409         * lyxlex_pimpl.C (getString): adjust
4410         (next): adjust
4411         (lex): use getString
4412         (eatLine): adjust
4413         (nextToken): adjust
4414
4415         * lyxlex.C (text): use pimpl_->getString()
4416         (getBool): ditto
4417         (findToken): ditto
4418
4419 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4420
4421         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
4422         (makeFontEntriesLayoutSpecific): temp var for par.size()
4423         (setLayout): temp var for ownerParagraphs().end()
4424         (fullRebreak): temp var for rows().end()
4425         (selectionAsString): temp var for boost::next(startpit), realize
4426         that the while really is a regular for loop.
4427         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
4428         setCursor in one place.
4429         (setParagraph): temp vr for ownerParagraphs().end()
4430         (updateCounters): make the while loop a for loop
4431         (cutSelection): temp var for ownerParagraphs().end()
4432         (updateInset): make the do {} while() a regular for loop
4433         (getCursorX): use temp vars
4434         (setCurrentFont): use temp vars
4435         (getColumnNearX): use temp vars
4436
4437 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4438
4439         * text.C (transformChar): use temp var for getChar
4440         (computeBidiTables): use temp var for row->par()
4441         (fill): move temp vars for row->par() and pit->layout() earlier in
4442         the function.
4443         (labelFill): use temp var for row->par()
4444         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
4445         asc and desc, realize that pit never changes and that firstpit is
4446         just a duplicate and not needed. Exchange rit->par() with pit in a
4447         lot of places.
4448         (breakAgain): use a temp var for boost::next(rit)
4449         (breakAgainOneRow): ditto
4450         (breakParagraph): use a temp var for rows().begin()
4451         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
4452         (cursorRightOneWord): use temp var for cursor.par() and
4453         cursor.pos(), remove usage of tmpcursor.
4454         (cursorLeftOneWord): use temp var for cursor.par() and
4455         cursor.pos() only set cur at end of function.
4456
4457 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4458
4459         * text.C, text2.C: exchange all usage of Paragraph::next with
4460         boost::next(ParagraphList::iterator)
4461
4462         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
4463
4464         * text2.C (cursorTop): simplify implementation
4465         (cursorBottom): ditto
4466         (setParagraph): use ParagraphList::iterator
4467         (setCurrentFont): adjust
4468         (getColumnNearX): adjust
4469         (cursorRight): adjust
4470         (cursorLeft): remove usage of Paragraph::previous
4471         (cursorUpParagraph): ditto
4472         (deleteEmptyParagraphMechanism): slight cleanup
4473
4474         * text.C (isBoundary): take a Paragraph const & instead of a
4475         pointer as arg.
4476         (addressBreakPoint): ditto
4477         (leftMargin): remove usage of Paragraph::previous.
4478         (setHeightOfRow): ditto
4479         (cursorLeftOneWord): ditto
4480         (selectNextWordToSpellcheck): ditto
4481         (Delete): ditto
4482         (backspace): ditto
4483         (breakParagraph): remove one usage of Paragraph::next
4484         (redoParagraph): ditto
4485         (acceptChange): ditto
4486         (insertChar): adjust
4487         (rowBreakPoint): adjust
4488
4489         * bufferview_funcs.C (toggleAndShow): adjust
4490
4491 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
4492
4493         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
4494         methods to access it.
4495         * lyxtext.h:
4496         * text.C: Added updateRowPositions to compute all row positions.
4497         Make top_y and getRowNearY() to use the cached y position
4498
4499 2003-04-11  John Levon  <levon@movementarian.org>
4500
4501         * text.C (rowBreakPoint): reintroduce the labelEnd
4502         checks, code copied from the row fill stuff. Deep voodoo.
4503
4504         * text.C (fill): add a comment and debugging for the
4505         next poor soul.
4506
4507 2003-04-11  John Levon  <levon@movementarian.org>
4508
4509         * text.C: make sure fullrow insets get wrapped to the next line,
4510         even when they're in a manual label
4511
4512 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4513
4514         * text2.C (insertParagraph): make it take ParagraphList::iterator
4515         as arg.
4516         (setLayout): make it return ParagraphList::iterator
4517         (redoParagraphs): ditto
4518         (setCounter): ditto
4519         (checkParagraph): ditto
4520
4521         * text.C (getRow): make getrow take ParagraphList::iterator as arg
4522
4523         * text2.C: adjust several funcs.
4524         (realizeFont): take a ParagraphList::iterator as arg.
4525         (getLayoutFont): ditto
4526         (getLabelFont): ditto
4527         (setCharFont): ditto
4528
4529         * text.C: adjust several funcs.
4530
4531 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4532
4533         * text.C (selectNextWordToSpellcheck): don't accidentally
4534         skip insets
4535
4536 2003-04-10  John Levon  <levon@movementarian.org>
4537
4538         * ToolbarBackend.C (getIcon): special handling for
4539         LFUN_MATH_DELIM
4540
4541 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4542
4543         * text2.C (cursorRight): a getChar assert fixed
4544
4545 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4546
4547         * text2.C (getFont): change to take a ParagraphList::iterator
4548         instead of Paragraph*
4549         Adjust several functions.
4550
4551         * text.C (transformChar): change to take a ParagraphList::iterator
4552         instead of Paragraph*
4553         (singleWidth): ditto
4554         Adjust several functions.
4555
4556         * rowpainter.C: adjust several functions
4557         * rowpainter.h:store a ParagraphList::iterator and not a
4558         Paragraph&.
4559
4560
4561 2003-04-09  John Levon  <levon@movementarian.org>
4562
4563         * lyxfunc.C:
4564         * lfuns.h:
4565         * LyXAction.h:
4566         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
4567         and the "help" bits as well
4568
4569 2003-04-09  John Levon  <levon@movementarian.org>
4570
4571         * ToolbarBackend.h:
4572         * ToolbarBackend.C: allow multiple toolbars
4573
4574 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4575
4576         * undo_funcs.C (setCursorParUndo): adjust
4577
4578         * text_funcs.C (transposeChars): adjust
4579
4580         * text3.C (gotoNextInset): adjust
4581         (dispatch): adjust
4582
4583         * text2.C (setLayout): adjust
4584         (changeDepth): adjust
4585         (setFont): adjust
4586         (redoParagraphs): adjust
4587         (selectionAsString): adjust
4588         (setParagraph): adjust
4589         (insertInset): adjust
4590         (cutSelection): adjust
4591         (copySelection): adjust
4592         (pasteSelection): adjust
4593         (insertStringAsLines): adjust
4594         (updateInset): adjust
4595         (setCursor): change to take a ParagraphList::iterator parameter
4596         (setCursorIntern): change to take a ParagraphList::iterator parameter
4597         (setCurrentFont): adjust
4598         (cursorLeft): adjust
4599         (cursorRight): adjust
4600         (deleteEmptyParagraphMechanism): adjust
4601
4602         * text.C (breakParagraph): adjust
4603         (insertChar): adjust
4604         (acceptChange): adjust
4605         (rejectChange): adjust
4606         (selectNextWordToSpellcheck): adjust
4607         (changeCase): adjust
4608         (Delete): adjust
4609         (backspace): adjust
4610
4611         * lyxfind.C (SearchForward): adjust
4612         (SearchBackward): adjust
4613         (nextChange): adjust
4614
4615         * lyxcursor.C (par): adjust
4616
4617         * lyxcursor.h: store a ParagraphList::iterator instead of a
4618         Paragraph*
4619
4620         * lyx_cb.C (getPossibleLabel): adjust
4621
4622         * bufferview_funcs.C (toggleAndShow): adjust
4623
4624         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4625         (dispatch): adjust
4626
4627         * BufferView.C (removeAutoInsets): adjust
4628         (lockedInsetStoreUndo): adjust
4629
4630 2003-04-09  John Levon  <levon@movementarian.org>
4631
4632         * ToolbarBackend.C: try icon without argument
4633         if with argument fails
4634
4635 2003-04-08  John Levon  <levon@movementarian.org>
4636
4637         * ToolbarBackend.h:
4638         * ToolbarBackend.C: add getIcon(), handle tooltip,
4639         and change from "Icon" to "Item".
4640
4641 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4642
4643         * BufferView.C (lockInset): another bad getchar crunched
4644
4645 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4646
4647         * text2.C (changeDepth): do not setUndo on test_only (make undo work
4648         again)
4649
4650 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
4651
4652         * lyxfind.C (searchForward, searchBackwards): bug 782
4653
4654 2003-04-07  John Levon  <levon@movementarian.org>
4655
4656         * paragraph.C: remove dead comment
4657
4658         * text.C: remove troublesome depth-fiddling code
4659         in leftMargin() and rightMargin() (bug 1017)
4660
4661         * text.C: fix breaking of rows in nested lists
4662         (bug 1004)
4663
4664         * text2.C (updateCounters): fix up depth values
4665         (bug 1013)
4666
4667 2003-04-07  John Levon  <levon@movementarian.org>
4668
4669         * BufferView_pimpl.C: clear message when doc finishes resizing,
4670         and after a mouse event
4671
4672         * lyxfunc.C: clear message after exiting inset
4673
4674 2003-04-07  John Levon  <levon@movementarian.org>
4675
4676         * bufferview_funcs.C: show math status not outside
4677         status in the statusbar
4678
4679 2003-04-07  John Levon  <levon@movementarian.org>
4680
4681         * lyxfunc.C: note status changed after a depth change
4682
4683 2003-04-04  Angus Leeming  <leeming@lyx.org>
4684
4685         * LaTeX.h: move AuxInfo operator==, != out of line.
4686         Remove LaTeX virtual destructor; nothing derives from it.
4687         Move operator()() out of public area and rename it startscript().
4688         Change protected for private.
4689
4690 2003-04-04  Angus Leeming  <leeming@lyx.org>
4691
4692         * lyxfunc.C:
4693         * text2.C: remove unneeded #includes.
4694
4695 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4696
4697         * text2.C (dEPM): fix the heigth of the next row
4698
4699 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4700
4701         * text.C: squashed an invalid getChar requester + some ws changes
4702
4703 2003-04-03  John Levon  <levon@movementarian.org>
4704
4705         * bufferview_funcs.h:
4706         * bufferview_funcs.C:
4707         * lyxfunc.C:
4708         * lyxtext.h:
4709         * text2.C: make getStatus work for the env depth lfuns
4710
4711 2003-04-03  John Levon  <levon@movementarian.org>
4712
4713         * bufferview_funcs.h:
4714         * bufferview_funcs.C:
4715         * lyxfunc.C:
4716         * lyxtext.h:
4717         * text2.C: parlistize decDepth(), by merging it with incDepth()
4718
4719 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4720
4721         * lyxrow.h: store a ParagraphList::iterator instead of a
4722         Paragraph* and adjust other class functions to suit.
4723
4724         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
4725         above.
4726
4727 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4728
4729         * text2.C (setCursor): do not anchor to cursor row for the time being
4730
4731 2003-04-02  John Levon  <levon@movementarian.org>
4732
4733         * LyXAction.C:
4734         * lfuns.h:
4735         * lyx_main.C:
4736         * lyxtext.h:
4737         * text.C:
4738         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
4739
4740 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4741
4742         * paragraph.h: make ParagraphList and ParagraphList::iterator
4743         friends of Paragraph.
4744
4745         * buffer.C (makeLinuxDocFile): move towards ParagraphList
4746
4747         * ParagraphList.C: Use the private next_ and previous_ from
4748         Paragraph.
4749
4750 2003-04-01  John Levon  <levon@movementarian.org>
4751
4752         * ToolbarBackend.h:
4753         * ToolbarBackend.C:
4754         * Makefile.am: rename, remove defaults gunk
4755
4756         * MenuBackend.h:
4757         * MenuBackend.C: remove defaults gunk
4758
4759         * Languages.h:
4760         * Languages.C: remove defaults gunk
4761
4762         * lyx_main.h:
4763         * lyx_main.C: error out if files couldn't be found.
4764
4765 2003-04-02  John Levon  <levon@movementarian.org>
4766
4767         * text2.C: make incDepth() use parlist
4768
4769 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4770
4771         * undo_funcs.C (firstUndoParagraph): adjust
4772
4773         * text3.C (gotoInset): adjust
4774         (dispatch): adjust, and rewrite loop.
4775
4776         * text2.C (init): adjust, and rewrite loop.
4777         (redoParagraphs): adjust
4778         (updateInset): adjust, and rewrite loop.
4779         (deleteEmptyParagraphMechanism): adjust
4780
4781         * tabular.C (LyXTabular): adjust
4782         (SetMultiColumn): adjust
4783         (TeXRow): adjust
4784
4785         * lyxtext.[Ch] (ownerParagraph): delete function
4786         (ownerParagraphs): new function returns a ParagraphList.
4787
4788         * BufferView.C (removeAutoInsets): adjust
4789         (insertErrors): adjust
4790         (setCursorFromRow): adjust
4791
4792 2003-04-01  Angus Leeming  <leeming@lyx.org>
4793
4794         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
4795         in the frontends.
4796
4797 2003-04-02  John Levon  <levon@movementarian.org>
4798
4799         * lyxtext.h:
4800         * text.C:
4801         * Makefile.am:
4802         * text_funcs.h:
4803         * text_funcs.C: make transposeChars a free function
4804
4805         * lyxrow_funcs.C: remove wrong comment
4806
4807 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4808
4809         * lyxtext.h: adjust
4810         * rowpainter.C: adjust
4811         * text.C: adjust
4812         * text2.C: adjust
4813         * text3.C: adjust
4814
4815         * lyxrow_funcs. [Ch]: new files
4816
4817         * lyxrow.[Ch]: remove next and previous pointers
4818         (next,previous): remove accessor functions
4819         (isParEnd): move to lyxrow_funcs
4820         (lastPos): move to lyxrow_funcs
4821         (nextRowIsAllInset): move to lyxrow_funcs
4822         (lastPrintablePos): move to lyxrow_funcs
4823         (numberOfSeparators): move to lyxrow_funcs
4824         (numberOfHfills): move to lyxrow_funcs
4825         (numberOfLabelHfills): move to lyxrow_funcs
4826         (hfillExpansion): move to lyxrow_funcs
4827
4828         * lyxfunc.C: adjust
4829
4830         * bufferview_funcs.C (toggleAndShow): adjust
4831
4832         * RowList.h: Remove class RowList from file leave just a
4833         std::list<Row>.
4834
4835         * RowList.C: delete file
4836
4837         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
4838         and lyxrow_funcs.h
4839
4840 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4841
4842         * text3.C (cursorPrevious): adjust
4843         (cursorNext): adjust
4844         (dispatch): adjust
4845
4846         * text2.C (redoHeightOfParagraph): adjust
4847         (redoDrawingOfParagraph): adjust
4848         (setCursor): adjust
4849
4850         * text.C (breakParagraph): adjust
4851         (insertChar): adjust
4852         (backspace): adjust
4853
4854         * rowpainter.C (RowPainter): adjust
4855         (leftMargin): simplify and adjust
4856         (most rowpainter functions): adjust.
4857
4858         * rowpainter.h: store the row as RowList::iterator not as Row*
4859
4860         * lyxcursor.C (row): taka RowList::iterator as arg
4861         (irow): ditto
4862
4863         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
4864         of Row*.
4865
4866 2003-04-01  Angus Leeming  <leeming@lyx.org>
4867
4868         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
4869         stuff like bool Bool.
4870
4871 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4872
4873         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
4874         rewrite a loop
4875
4876 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4877
4878         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
4879         RowList::iterator.
4880
4881         * lyxtext.h (rows): drop one version and leve a const variant that
4882         returns a RowList::iterator.
4883
4884 2003-03-31  Angus Leeming  <leeming@lyx.org>
4885
4886         * text.C (fill): ensure that the signature is the same as that in the
4887         header file.
4888
4889 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
4890
4891         * text2.C (redoParagraphs): adjust
4892         (updateCounters): adjust
4893         (checkParagraph): adjust
4894         (getColumnNearX): adjust and reformat a bit.
4895
4896         * text.C (top_y): adjust
4897         (workWidth): adjust
4898         (leftMargin): adjust
4899         (prepareToPrint): adjust
4900         (getRow): adjust
4901         (getRowNearY): adjust
4902
4903         * lyxtext.h: make rowlist_ mutable.
4904
4905         * RowList.h: add const_iterator
4906         * RowList.C: adjust for RowList::const_iterator.
4907
4908         * text2.C (getCursorX): make it take a RowList::iterator as arg,
4909         adjust.
4910
4911 2003-03-31  John Levon  <levon@movementarian.org>
4912
4913         * lyxrc.h:
4914         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
4915
4916         * lyx_main.C: set default fonts from using lyx_gui funcs
4917
4918         * exporter.C: pdf_mode moved from lyxrc
4919
4920         * lyx_cb.C:
4921         * lyxfunc.C: changes from above
4922
4923 2003-03-31  John Levon  <levon@movementarian.org>
4924
4925         * lyx_main.C: fix to the last fix
4926
4927 2003-03-31  John Levon  <levon@movementarian.org>
4928
4929         * bufferlist.C: "Load original" -> "Load Original"
4930
4931         * converter.C:
4932         * exporter.C:
4933         * importer.C:
4934         * lyx_main.C:
4935         * format.C: more Alert cleanups
4936
4937 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4938
4939         * text2.C (removeParagraph): make it take a RowList::iterator as
4940         arg, adjust.
4941         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
4942         (postRowPaint): make it take a RowList::iterator as arg, adjust.
4943
4944         * text.C (anchor_row): make it take a RowList::iterator as arg,
4945         adjust.
4946         (computeBidiTables): make it take a const reference to Row instead
4947         of Row pointer, adjust.
4948         (leftMargin): make it take a RowList::iterator as arg, adjust.
4949         (rowBreakPoint): adjust
4950         (breakAgainOneRow): make it take a RowList::iterator as arg,
4951         adjust.
4952         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
4953
4954         * bufferview_funcs.C (toggleAndShow): adjust
4955
4956 2003-03-30  John Levon  <levon@movementarian.org>
4957
4958         * Makefile.am:
4959         * BoostFormat.h:
4960         * boost-inst.C: moved to support
4961
4962         * several files: changes as a result
4963
4964 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4965
4966         * text2.C (LyXText): adjust.
4967         (init): adjust
4968         (removeRow): make it take a RowList::iterator as arg, adjust.
4969         (fullRebreak): adjust
4970         (deleteEmptyParagraphMechanism): adjust
4971         (clearPaint): adjust
4972         (postPaint): adjust
4973
4974         * text.C (top_y): adjust
4975         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
4976         (breakAgain): make it take a RowList::iterator as arg, adjust.
4977         (breakParagraph): adjust
4978         (insertChar): adjust
4979         (backspace): adjust
4980
4981         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
4982         need_break_row, and refresh_row.
4983
4984         * text3.C (dispatch): adjust
4985
4986         * text2.C (checkParagraph): adjust
4987         (setCursor): adjust
4988         (setCursorFromCoordinates): adjust
4989
4990         * text.C (top_y): adjust
4991         (workWidth): adjust
4992         (getRow): make it return a RowList::iterator, adjust
4993         (getRowNearY): make it return a RowList::iterator, adjust
4994
4995         * text2.C (init): adjust
4996         (insertRow): remove function
4997         (insertParagraph): adjust
4998         (redoParagraphs): adjust
4999         (fullRebreak): adjust
5000         (updateCounters): adjust
5001
5002         * text.C (top_y): rewrite to use RowList iterators.
5003         (top_y): adjust
5004         (setHeightOfRow): rewrite to sue RowList iterators.
5005         (appendParagraph): adjust
5006         (breakAgain): adjust
5007         (breakAgainOneRow): adjust
5008         (breakParagraph): adjust
5009         (getRow): adjust
5010         (getRowNearY): adjust, and remove commented code.
5011
5012         * lyxtext.h (firstRow): delete function
5013         (lastRow): delete function
5014         (rows): new function (const and non-const versions.)
5015         (insertRow): delete function
5016
5017         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5018
5019 2003-03-29  John Levon  <levon@movementarian.org>
5020
5021         * BufferView_pimpl.C: always update scrollbar top
5022         because pasting text when we're anchored could mean we
5023         miss an update altogether
5024
5025 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5026
5027         * text2.C (init): use rowlist_.end() and not 0.
5028         (insertRow): change to take a RowList::iterator as arg, adjust
5029         for this.
5030         (insertParagraph): change to take a RowList::iterator as arg,
5031         adjust for this.
5032         (redoParagraphs): remove some debug msgs.
5033
5034         * text.C (appendParagraph): change to take a RowList::iterator
5035         arg, adjust for this.
5036         (breakAgain): add an assert
5037         (breakAgainOneRow): ditto
5038
5039 2003-03-29  John Levon  <levon@movementarian.org>
5040
5041         * text2.C: do not clear selection after inc/decDepth
5042         (bug 550)
5043
5044 2003-03-29  John Levon  <levon@movementarian.org>
5045
5046         * BufferView.C:
5047         * buffer.C: fix broken strerrors according to Lars
5048
5049 2003-03-29  John Levon  <levon@movementarian.org>
5050
5051         * converters.C: more Alert cleanups
5052
5053 2003-03-29  John Levon  <levon@movementarian.org>
5054
5055         * bufferview_funcs.C: remove pointless Alert
5056
5057         * buffer.C: fix confusing error message when
5058         a template is chmoded 000
5059
5060 2003-03-29  John Levon  <levon@movementarian.org>
5061
5062         * BufferView.C:
5063         * BufferView.h:
5064         * BufferView_pimpl.C: Alert fixes
5065
5066         * Makefile.am:
5067         * tabular.C:
5068         * tabular-old.C: remove unused table compat reading
5069
5070 2003-03-29  John Levon  <levon@movementarian.org>
5071
5072         * BufferView.C:
5073         * buffer.C:
5074         * lyx_cb.h:
5075         * lyx_cb.C: more Alert cleanups
5076
5077         * lyxfunc.C: don't allow chktex if not latex document
5078
5079 2003-03-29  John Levon  <levon@movementarian.org>
5080
5081         * lyx_cb.C:
5082         * BufferView.C:
5083         * buffer.C: warnings pushed down from support/,
5084         kill err_alert
5085
5086 2003-03-29  John Levon  <levon@movementarian.org>
5087
5088         * lyxfunc.C: safety check for C-r (revert)
5089
5090 2003-03-29  John Levon  <levon@movementarian.org>
5091
5092         * bufferlist.h:
5093         * bufferlist.C: several UI fixes using Alert::prompt.
5094         Fix the pointless looping quit code. Fix stupid revert
5095         behaviour (bug 938)
5096
5097         * lyxvc.h:
5098         * lyxvc.C:
5099         * lyx_cb.C: use Alert::prompt
5100
5101         * lyx_main.C: remove a silly question
5102
5103         * lyxfunc.C: remove a couple of silly questions,
5104         use Alert::prompt
5105
5106 2003-03-28  John Levon  <levon@movementarian.org>
5107
5108         * text2.C: fix bug 974 (End on empty par)
5109
5110 2003-03-28  John Levon  <levon@movementarian.org>
5111
5112         * BufferView_pimpl.C:
5113         * LyXAction.C:
5114         * lfuns.h: remove do-nothing math greek lfuns
5115
5116 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5117
5118         * lyxgluelength.h (isValidGlueLength): add default arg on
5119         parameter 2. Remove default arg from friend in class.
5120
5121         * lyxlength.h (isValidLength): add default arg on parameter 2.
5122         Remove default arg from friend in class.
5123
5124         * text2.C (LyXText): adjust, initialize refresh_row.
5125         (init): adjust
5126         (removeRow): adjust
5127         (insertRow): adjust
5128         (insertParagraph): adjst
5129         (redoParagraphs): adjust
5130         (fullRebreak): adjust
5131         (updateCounters): adjust
5132         (deleteEmptyParagraphMechanism): first attempt at fixing a
5133         crashing bug.
5134
5135         * text.C (top_y): adjust
5136         (setHeightOfRow): adjust
5137         (getRow): adjust
5138         (getRowNearY): adjust
5139
5140         * lyxtext.h: include RowList.h
5141         (~LyXText): not needed anymore, deleted.
5142         (firstRow): modify for RowList
5143         (lastRow): new function
5144         Delete firstrow and lastrow class variables, add a Rowlist
5145         rowlist_ class variable.
5146
5147         * lyxrow.C (lastPos): use empty() and not !size() to check if a
5148         paragraph is empty.
5149
5150         * RowList.C (insert): fix case where it == begin().
5151
5152 2003-03-26  Angus Leeming  <leeming@lyx.org>
5153
5154         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
5155         the thesaurus dialog.
5156
5157 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5158
5159         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
5160
5161         * RowList.[Ch]: new files
5162
5163         * ParagraphList.C (erase): handle the case where it == begin
5164         correctly.
5165
5166 2003-03-25  John Levon  <levon@movementarian.org>
5167
5168         * Makefile.am:
5169         * aspell_local.h:
5170         * aspell.C: add new aspell support
5171
5172         * lyxrc.h:
5173         * lyxrc.C: Make use_pspell be use_spell_lib. Always
5174         have it accessible.
5175
5176 2003-03-25  Angus Leeming  <leeming@lyx.org>
5177
5178         * lfuns.h:
5179         * LyXAction.C (init): new LFUN_INSET_INSERT.
5180
5181         * BufferView_pimpl.C (dispatch): split out part of the
5182         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
5183
5184         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
5185         LFUN_INSET_APPLY.
5186
5187 2003-03-25  Angus Leeming  <leeming@lyx.org>
5188
5189         * lyxfunc.C (dispatch): changes to the Dialogs interface.
5190
5191 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
5192
5193         * text2.C:
5194         * text3.C: remove useless row->height(0)
5195
5196 2003-03-25  John Levon  <levon@movementarian.org>
5197
5198         * lyxtext.h:
5199         * text2.C:
5200         * text3.C: rename the refreshing stuff to better names
5201
5202 2003-03-24  John Levon  <levon@movementarian.org>
5203
5204         * BufferView_pimpl.h:
5205         * BufferView_pimpl.C: update layout choice on a mouse
5206         press/release
5207
5208 2003-03-23  John Levon  <levon@movementarian.org>
5209
5210         * Makefile.am: fix commandtags.h reference
5211
5212 2003-03-22  John Levon  <levon@movementarian.org>
5213
5214         * BufferView_pimpl.C:
5215         * lyxtext.h:
5216         * rowpainter.C:
5217         * rowpainter.h:
5218         * text.C:
5219         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
5220
5221 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
5222
5223         * lyxtext.h:
5224         * text.C: take the rtl methods out of line
5225
5226 2003-03-21 André Pönitz <poenitz@gmx.net>
5227
5228         * metricsinfo.[Ch]: new files containing structures to be passed around
5229         during the two-phase-drawing...
5230
5231 2003-03-21 André Pönitz <poenitz@gmx.net>
5232
5233         * lyxtextclass.C: read 'environment' tag.
5234
5235 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
5236
5237         * text2.C (removeRow): fix bug 964
5238
5239 2003-03-20  John Levon  <levon@movementarian.org>
5240
5241         * rowpainter.C:
5242         * text.C:
5243         * text2.C: paint cleanups. Inset::update() dropped font
5244         parameter
5245
5246 2003-03-19  John Levon  <levon@movementarian.org>
5247
5248         * lyxfunc.C: only fitcursor/markDirty if available()
5249
5250 2003-03-19  John Levon  <levon@movementarian.org>
5251
5252         * commandtags.h: rename to ...
5253
5254         * lfuns.h: ... this, and renumber / cleanup
5255
5256 2003-03-19  John Levon  <levon@movementarian.org>
5257
5258         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
5259         fit the cursor after an lfun
5260
5261         * BufferView.h:
5262         * BufferView.C:
5263         * BufferView_pimpl.h:
5264         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
5265
5266         * LyXAction.C: layout-character should have ReadOnly
5267
5268         * ParagraphParameters.C:
5269         * buffer.C:
5270         * bufferview_funcs.C:
5271         * lyx_cb.C:
5272         * lyxfind.C:
5273         * lyxtext.h:
5274         * text.C:
5275         * text2.C:
5276         * text3.C:
5277         * undo_funcs.C: changes from above
5278
5279 2003-03-18  John Levon  <levon@movementarian.org>
5280
5281         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
5282         remove it from update()
5283
5284         * lyxfunc.C: update layout choice after an lfun
5285
5286         * text3.C: remove extra updateLayoutChoice()s
5287
5288 2003-03-18  John Levon  <levon@movementarian.org>
5289
5290         * text.C: top_y change means full repaint, fix
5291         a drawing bug with cursor movement
5292
5293 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5294
5295         * lyxtext.h:
5296         * text.C:
5297         * text2.C: anchor row on setCursor
5298
5299 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5300
5301         * lyxtext.h: remove almost all mutable keywords
5302         * text.C:
5303         * text2.C:
5304         * text3.C: remove const keywords accordingly
5305
5306 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5307
5308         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
5309         anon namespace
5310         (TeXEnvironment): ditto
5311         (TeXOnePar): ditto
5312
5313 2003-03-17  John Levon  <levon@movementarian.org>
5314
5315         * text.C (rowBreakPoint): remove attempt to fix displayed
5316         math insets inside a manual label
5317
5318 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5319
5320         * lyxtext.h: remove BufferView* as first arg from almost all class
5321         functions.
5322         * other files: adjust.
5323
5324 2003-03-17  John Levon  <levon@movementarian.org>
5325
5326         * lyxtext.h:
5327         * undo_funcs.C:
5328         * text2.C: more paint cleanups
5329
5330         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
5331
5332         * rowpainter.h:
5333         * rowpainter.C: remove "smart" background painting code
5334
5335 2003-03-16  John Levon  <levon@movementarian.org>
5336
5337         * lyxtext.h:
5338         * text.C:
5339         * text2.C:
5340         * text3.C: add helper functions for setting refresh_row/y
5341
5342 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
5343
5344         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
5345         newline inset which *can* get inserted in the pass_thru layouts.
5346         This is primarily for literate documents.
5347
5348 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
5349
5350         * buffer.C: increment LYX_FORMAT to 223
5351
5352 2003-03-14 André Pönitz <poenitz@gmx.net>
5353
5354         * textclass.h: prepare for environment handling, ws changes
5355         * lyxlayout.C: read latexheader and latexfooter tags
5356
5357 2003-03-14  John Levon  <levon@movementarian.org>
5358
5359         * text2.C: rewrite ::status() a bit
5360
5361 2003-03-13  John Levon  <levon@movementarian.org>
5362
5363         * lyxtext.h: add some docs
5364
5365 2003-03-13  John Levon  <levon@movementarian.org>
5366
5367         * lyxtext.h:
5368         * text.C:
5369         * text2.C:
5370         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
5371
5372 2003-03-13  John Levon  <levon@movementarian.org>
5373
5374         * text3.C: fix appendix redrawing
5375
5376 2003-03-13  John Levon  <levon@movementarian.org>
5377
5378         * text.C (setHeightOfRow):
5379         * rowpainter.h:
5380         * rowpainter.C: make appendix mark have the text
5381           "Appendix" so the user knows what it is
5382
5383         * LColor.h:
5384         * LColor.C: s/appendixline/appendix/ from above
5385
5386 2003-03-13  John Levon  <levon@movementarian.org>
5387
5388         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
5389
5390         * text.C: fix a getChar(pos) bug properly
5391
5392 2003-03-13  Angus Leeming  <leeming@lyx.org>
5393
5394         * commandtags.h:
5395         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
5396         Probably only temporary. Let's see how things pan out.
5397
5398         * BufferView.C (unlockInset):
5399         * BufferView_pimpl.C (fitCursor):
5400         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
5401
5402         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
5403         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
5404
5405         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
5406         new functions that convert ParagraphParameters to and from a string.
5407
5408         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
5409         BufferView::Pimpl's dispatch.
5410         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
5411
5412 2003-03-13 André Pönitz <poenitz@gmx.net>
5413
5414         * lyxfunc.C:
5415         * text3.C:
5416         * factory.C: make it aware of InsetEnv
5417
5418 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5419
5420         * text2.C (setCursor): never ask for one past last
5421         (setCursor): add some debugging messages.
5422
5423         * text.C (singleWidth): never ask for one past last
5424         (singleWidth): ditto
5425         (leftMargin): ditto
5426         (rightMargin): ditto
5427         (rowBreakPoint): ditto
5428         (setHeightOfRow): ditto
5429         (prepareToPrint): ditto
5430
5431         * rowpainter.C (paintBackground): never ask for one past last
5432         (paintText): never ask for one past last
5433
5434         * paragraph_pimpl.C (getChar): make the assert stricter, never
5435         allow the one past last pos to be taken
5436
5437         * paragraph.C (getChar): ws changes only
5438
5439         * lyxrow.C (nextRowIsAllInset): never ask for one past last
5440         (numberOfSeparators): ditto
5441         (numberOfHfills): ditto
5442
5443 2003-03-12  John Levon  <levon@movementarian.org>
5444
5445         * author.h:
5446         * author.C:
5447         * bufferparams.h:
5448         * bufferparams.C:
5449         * paragraph_funcs.C: fix per-buffer authorlists
5450
5451 2003-03-12  John Levon  <levon@movementarian.org>
5452
5453         * text.C: fix newline in right address
5454
5455 2003-03-12  Angus Leeming  <leeming@lyx.org>
5456
5457         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
5458         duplicate those in LyXFunc::dispatch.
5459
5460         * commandtags.h:
5461         * LyXAction.C:
5462         * ToolbarDefaults.C:
5463         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
5464         Add LFUN_FONTFREE_UPDATE.
5465
5466         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
5467         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
5468
5469         * bufferview_func.[Ch]: several new functions to facilliate
5470         transfer of data to and from the character dialog.
5471
5472 2003-03-12  John Levon  <levon@movementarian.org>
5473
5474         * buffer.C:
5475         * paragraph.h:
5476         * paragraph.C:
5477         * paragraph_funcs.C:
5478         * paragraph_pimpl.C:
5479         * sgml.C:
5480         * tabular.C:
5481         * text.C:
5482         * text3.C: remove META_NEWLINE in favour of an inset
5483
5484         * rowpainter.h:
5485         * rowpainter.C: remove paintNewline (done by inset)
5486
5487 2003-03-12  John Levon  <levon@movementarian.org>
5488
5489         * paragraph_pimpl.C: complain about bad getChar()s
5490         for a while at least
5491
5492 2003-03-12  John Levon  <levon@movementarian.org>
5493
5494         * buffer.h:
5495         * buffer.C: move paragraph read into a separate function,
5496         a little renaming to reflect that.
5497
5498         * bufferparams.h:
5499         * bufferparams.C: remove the author_ids map, not necessary now
5500
5501         * factory.h:
5502         * factory.C: moved Buffer::readInset to here
5503
5504         * paragraph_funcs.h:
5505         * paragraph_funcs.C: readParagraph free function moved from
5506         buffer.C
5507
5508         * tabular.C: name change
5509
5510 2003-03-12  John Levon  <levon@movementarian.org>
5511
5512         * buffer.C:
5513         * ParagraphParameters.C: move par params input to
5514         a read() method
5515
5516         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
5517         behave like a normal read from the stream wrt reading
5518         a line vs. a \\token
5519
5520 2003-03-12  John Levon  <levon@movementarian.org>
5521
5522         * paragraph.C:
5523         * ParagraphParameters.h:
5524         * ParagraphParameters.C: move output code to a
5525         ::write() method
5526
5527 2003-03-12  John Levon  <levon@movementarian.org>
5528
5529         * BufferView.C (insertLyXFile):
5530         * buffer.h:
5531         * buffer.C:
5532         * tabular.C: use a parlist iterator for creating the
5533           document.
5534
5535 2003-03-12  John Levon  <levon@movementarian.org>
5536
5537         * buffer.C: make current_change static local not
5538           static file-scope
5539
5540 2003-03-12  John Levon  <levon@movementarian.org>
5541
5542         * buffer.C: fix insertStringAsLines for change tracking
5543
5544 2003-03-12  John Levon  <levon@movementarian.org>
5545
5546         * BufferView.C:
5547         * tabular.C:
5548         * buffer.h:
5549         * buffer.C:
5550         * bufferparams.h:
5551         * bufferparams.C: move author list into params. Rename some
5552           functions. Move the header reading into a separate token
5553           loop. Move the header token reading into BufferParams.
5554
5555 2003-03-12  John Levon  <levon@movementarian.org>
5556
5557         * changes.C: put debug inside lyxerr.debugging() checks
5558
5559 2003-03-11 André Pönitz <poenitz@gmx.net>
5560
5561         * factory.C: make it aware of InsetHFill
5562
5563 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5564
5565         * buffer.C (latexParagraphs): move function from here...
5566         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
5567         args.
5568
5569 2003-03-10  Angus Leeming  <leeming@lyx.org>
5570
5571         * LyXAction.C (init): fix bug in poplating array with multiple entries
5572         with the same LFUN (spotted by JMarc).
5573
5574 2003-03-10  John Levon  <levon@movementarian.org>
5575
5576         * text.C:
5577         * text2.C: move getColumnNearX() near its
5578         only call site
5579
5580 2003-03-10  John Levon  <levon@movementarian.org>
5581
5582         * text.C: fix break before a minipage
5583
5584 2003-03-10  John Levon  <levon@movementarian.org>
5585
5586         * text.C: fix the last commit
5587
5588 2003-03-09  John Levon  <levon@movementarian.org>
5589
5590         * lyxtext.h:
5591         * text.C:
5592         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
5593         bug 365 (don't break before insets unless needed). Don't
5594         return a value > last under any circumstances.
5595
5596 2003-03-09  Angus Leeming  <leeming@lyx.org>
5597
5598         * BufferView_pimpl.C (trackChanges, dispatch): call
5599         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
5600
5601 2003-03-09  Angus Leeming  <leeming@lyx.org>
5602
5603         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
5604         than Dialogs::showAboutlyx().
5605
5606 2003-03-09  Angus Leeming  <leeming@lyx.org>
5607
5608         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
5609         than Dialogs::showTabularCreate().
5610
5611 2003-03-09  John Levon  <levon@movementarian.org>
5612
5613         * lyxtext.h:
5614         * text.C:
5615         * text2.C: 3rd arg to nextBreakPoint was always the same.
5616           Use references.
5617
5618 2003-03-08  John Levon  <levon@movementarian.org>
5619
5620         * lyxrow.C:
5621         * paragraph.C:
5622         * paragraph.h:
5623         * rowpainter.C:
5624         * text.C:
5625         * text2.C: Remove the "main" bit from the "main body"
5626           notion.
5627
5628 2003-03-08  John Levon  <levon@movementarian.org>
5629
5630         * text.C (leftMargin): The left margin of an empty
5631         manual label paragraph should not include the label width
5632         string length.
5633
5634         * text.C (prepareToPrint): don't attempt to measure hfills
5635         for empty manual label paragraphs - the answer should be 0
5636
5637 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5638
5639         * CutAndPaste.C: remove commented code and reindent.
5640
5641 2003-03-08  John Levon  <levon@movementarian.org>
5642
5643         * lyxfunc.h:
5644         * lyxfunc.C: move reloadBuffer()
5645
5646         * BufferView.h:
5647         * BufferView.C: to here
5648
5649         * lyxvc.C: add comment
5650
5651         * vc-backend.h:
5652         * vc-backend.C: call bv->reload() to avoid
5653           getStatus() check on MENURELOAD
5654
5655 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
5656
5657         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
5658         to an old format .dep file.
5659
5660 2003-03-07  Angus Leeming  <leeming@lyx.org>
5661
5662         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
5663         when the LFUN_MOUSE_RELEASE should have been handled by
5664         inset->localDispatch.
5665
5666 2003-03-07  Angus Leeming  <leeming@lyx.org>
5667
5668         * BufferView_pimpl.C (dispatch):
5669         * LyXAction.C (init):
5670         * ToolbarDefaults.C (init):
5671         * commandtags.h:
5672         * lyxfunc.C (getStatus):
5673         remove LFUN_INSET_GRAPHICS.
5674
5675         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
5676
5677 2003-03-07  Angus Leeming  <leeming@lyx.org>
5678
5679         * commandtags.h:
5680         * LyXAction.C (init):
5681         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
5682
5683         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
5684
5685         * commandtags.h:
5686         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
5687
5688         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
5689         localDispatch method LFUN_INSET_DIALOG_UPDATE.
5690
5691 2003-03-07  Angus Leeming  <leeming@lyx.org>
5692
5693         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
5694         remove "ert".
5695
5696 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5697
5698         * ParagraphList.C (front): new function
5699         (back): implement
5700
5701 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
5702
5703         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
5704         and top_row_offset_. removed var first_y.
5705         * text.C (top_y):
5706         * text2.C (LyXText, removeRow):
5707         * text3.C:
5708         * BufferView_pimpl.C:
5709         use these methods instead of using first_y
5710
5711 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5712
5713         * text2.C (pasteSelection): adjust for checkPastePossible
5714
5715         * CutAndPaste.C: remove Paragraph * buf and replace with
5716         ParagraphList paragraphs.
5717         (DeleteBuffer): delete
5718         (cutSelection): change the tc type to textclass_type
5719         (copySelection): change the tc type to textclass_type
5720         (copySelection): adjust for ParagraphList
5721         (pasteSelection): change the tc type to textclass_type
5722         (pasteSelection): adjust for Paragraphlist
5723         (nrOfParagraphs): simplify for ParagraphList
5724         (checkPastePossible): simplify for ParagraphList
5725         (checkPastePossible): remove unused arg
5726
5727         * ParagraphList.C (insert): handle the case where there are no
5728         paragraphs yet.
5729
5730         * CutAndPaste.h: make CutAndPaste a namespace.
5731
5732         * text3.C (dispatch): adjust
5733
5734         * text.C (breakParagraph): add a ParagraphList as arg
5735
5736         * paragraph_funcs.C (breakParagraph): change to take a
5737         BufferParams and a ParagraphList as args.
5738         (breakParagraphConservative): ditto
5739         (mergeParagraph): ditto
5740         (TeXDeeper): add a ParagraphList arg
5741         (TeXEnvironment): ditto
5742         (TeXOnePar): ditto
5743
5744         * buffer.C (readLyXformat2): adjust
5745         (insertStringAsLines): adjust
5746         (latexParagraphs): adjust
5747
5748         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
5749         (cutSelection): adjust
5750         (pasteSelection): adjust
5751
5752         * BufferView_pimpl.C (insertInset): adjust
5753
5754 2003-03-05  Angus Leeming  <leeming@lyx.org>
5755
5756         * commandtags.h:
5757         * LyXAction.C (init):
5758         * BufferView_pimpl.C (dispatch):
5759         * lyxfunc.C (getStatus):
5760         remove LFUN_CHILD_INSERT.
5761
5762         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
5763
5764 2003-03-05  Angus Leeming  <leeming@lyx.org>
5765
5766         * commandtags.h:
5767         * LyXAction.C (init):
5768         * src/factory.C (createInset):
5769         * lyxfunc.C (getStatus):
5770         * text3.C (dispatch):
5771         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
5772
5773         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
5774
5775 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5776
5777         * ParagraphList.C (insert): handle insert right before end()
5778         (erase): fix cases where it can be first or last paragraph.
5779
5780 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5781
5782         * paragraph_funcs.C (TeXEnvironment): remove all usage of
5783         Paragraph::next and Paragraph::previous
5784         (TeXOnePar): ditto
5785
5786         * text.C (breakParagraph): adjust
5787
5788         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
5789         BufferParams& as arg.
5790         (breakParagraph): use ParagraphList::insert
5791         (breakParagraphConservative): take a Buffer* instead of a
5792         BufferParams& as arg.
5793         (breakParagraphConservative): use ParagraphList::insert.
5794
5795         * buffer.C (insertStringAsLines): un-const it
5796         (insertStringAsLines): adjust
5797
5798         * ParagraphList.C (insert): new function
5799
5800         * CutAndPaste.C (pasteSelection): adjust
5801
5802         * text.C (backspace): adjust
5803
5804         * tabular.C (SetMultiColumn): adjust
5805
5806         * CutAndPaste.C (cutSelection): adjust
5807         (pasteSelection): adjust
5808
5809         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
5810         Buffer const * as arg
5811
5812         * ParagraphList.C (erase): new function
5813         * paragraph_funcs.C (mergeParagraph): use it
5814         (mergeParagraph): make it take a Buffer* instead of a
5815         BufferParams* as arg
5816
5817         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
5818         as arg
5819         (breakParagraphConservative): ditto
5820
5821         * paragraph.h: remove the breakParagraph friend
5822
5823         * paragraph.C (eraseIntern): new function
5824         (setChange): new function
5825
5826         * paragraph_funcs.C (mergeParagraph): make it take a
5827         ParagraphList::iterator instead of a Paragraph *, adjust
5828         accordingly.
5829
5830         * paragraph.h: move an #endif so that the change tracking stuff
5831         also works in the NO_NEXT case.
5832
5833 2003-03-04  Angus Leeming  <leeming@lyx.org>
5834
5835         * commandtags.h:
5836         * LyXAction.C: new LFUN_INSET_MODIFY.
5837
5838         * BufferView_pimpl.C (dispatch): if an inset is found to be open
5839         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
5840
5841 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5842
5843         * several files: ws changes only
5844
5845         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
5846         (TeXEnvironment): ditto
5847         (TeXDeeper): ditto
5848
5849         * buffer.C (makeLaTeXFile): adjust
5850         (latexParagraphs): make it take ParagraphList::iterator as args
5851
5852 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5853
5854         * buffer.C (latexParagraphs): adjust
5855
5856         * paragraph.C (TeXOnePar): move function...
5857         (optArgInset): move function...
5858         (TeXEnvironment): move function...
5859         * paragraph_pimpl.C (TeXDeeper): move function...
5860         * paragraph_funcs.C: ...here
5861
5862         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
5863
5864 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5865
5866         * buffer.C (readInset): remove compability code for old Figure and
5867         InsetInfo insets
5868
5869 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5870
5871         * buffer.C: ws changes
5872         (readInset):
5873
5874         * BufferView_pimpl.C: ditto
5875         * author.C: ditto
5876         * buffer.h: ditto
5877         * bufferlist.h: ditto
5878         * changes.h: ditto
5879         * lyxfunc.C: ditto
5880
5881 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
5882
5883         * converter.[Ch]: split into itself +
5884         * graph.[Ch]
5885         * format.[Ch]
5886         * Makefile.am: += graph.[Ch] + format.[Ch]
5887         * MenuBackend.C
5888         * buffer.C
5889         * exporter.C
5890         * importer.C
5891         * lyx_main.C
5892         * lyxfunc.C
5893         * lyxrc.C: added #include "format.h"
5894
5895 2003-02-27  Angus Leeming  <leeming@lyx.org>
5896
5897         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
5898           a label.
5899
5900         * factory.C (createInset): add "label" to the factory.
5901
5902         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
5903           string and do no more.
5904
5905 2003-02-27  Angus Leeming  <leeming@lyx.org>
5906
5907         * commandtags.h:
5908         * LyXAction.C (init):
5909         * factory.C (createInset):
5910         * BufferView_pimpl.C (dispatch):
5911           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
5912
5913         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
5914
5915         * lyxfunc.C (dispatch):
5916         * text3.C (dispatch): pass name to params2string.
5917
5918 2003-02-26  Angus Leeming  <leeming@lyx.org>
5919
5920         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
5921           blocks together.
5922           Rearrange the ~includes. Strip out the unnecessary ones.
5923
5924         * factory.C (createInset): reformat.
5925           create new insets for the various LFUN_XYZ_APPLY lfuns.
5926
5927 2003-02-26  John Levon  <levon@movementarian.org>
5928
5929         * lyxrow.h:
5930         * lyxrow.C: add isParStart,isParEnd helpers
5931
5932         * paragraph.h: make isInserted/DeletedText take refs
5933
5934         * paragraph_funcs.h:
5935         * paragraph_funcs.C: remove #if 0'd code
5936
5937         * lyxtext.h:
5938         * text3.C:
5939         * text2.C:
5940         * text.C: use lyxrow helpers above.
5941           Move draw and paint routines to RowPainter.
5942           Make several methods use refs not pointers.
5943           Make backgroundColor() const.
5944           Add markChangeInDraw(), isInInset().
5945           Merge changeRegionCase into changeCase.
5946           Make workWidth() shouldn't-happen code into an Assert.
5947
5948         * rowpainter.h:
5949         * rowpainter.C: new class for painting a row.
5950
5951         * vspace.h:
5952         * vspace.C: make inPixels take a ref
5953
5954 2003-02-26  Angus Leeming  <leeming@lyx.org>
5955
5956         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
5957         LFUN_REF_APPLY.
5958
5959 2003-02-25  John Levon  <levon@movementarian.org>
5960
5961         * ispell.C: give the forked command a more accurate name
5962
5963 2003-02-22  John Levon  <levon@movementarian.org>
5964
5965         * toc.h:
5966         * toc.C: make TocItem store an id not a Paragraph *
5967           (bug #913)
5968
5969 2003-02-21  Angus Leeming  <leeming@lyx.org>
5970
5971         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
5972           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
5973           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
5974           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
5975           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
5976           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
5977
5978         * BufferView_pimpl.C (dispatch):
5979         * LyXAction.C (init):
5980         * factory.C (createInset):
5981         * lyxfunc.C (getStatus, dispatch):
5982         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
5983
5984 2003-02-21  Angus Leeming  <leeming@lyx.org>
5985
5986         * BufferView_pimpl.C (MenuInsertLyXFile):
5987         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
5988         * lyxfunc.C (menuNew, open, doImport):
5989           no longer pass a LyXView & to fileDlg.
5990
5991 2003-02-21  Angus Leeming  <leeming@lyx.org>
5992
5993         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
5994         * LyXAction.C: change, BIBKEY to BIBITEM.
5995         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
5996         Change InsetBibKey to InsetBibitem.
5997         Change BIBKEY_CODE to BIBITEM_CODE.
5998         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5999         * factory.C: replace insetbib.h with insetbibitem.h.
6000         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6001         * paragraph.C: replace insetbib.h with insetbibitem.h.
6002         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6003         Change bibkey() to bibitem().
6004         * text.C: remove insetbib.h.
6005         * text2.C: replace insetbib.h with insetbibitem.h.
6006         change bibkey() to bibitem().
6007         * text3.C: remove insetbib.h.
6008         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6009
6010 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6011
6012         * lyxrc.C (output): enclose user email in quotes (in case there are
6013         several words)
6014
6015 2003-02-18  John Levon  <levon@movementarian.org>
6016
6017         * buffer.h: add std::
6018
6019 2003-02-17  John Levon  <levon@movementarian.org>
6020
6021         * SpellBase.h:
6022         * ispell.h:
6023         * ispell.C:
6024         * pspell.h:
6025         * pspell.C: reworking. Especially in ispell, a large
6026           number of clean ups and bug fixes.
6027
6028         * lyxfunc.C: fix revert to behave sensibly
6029
6030 2003-02-17 André Pönitz <poenitz@gmx.net>
6031
6032         * LyXAction.C:
6033         * commandtags.h: new LFUN_INSERT_BIBKEY
6034
6035         * layout.h:
6036         * lyxlayout.C:
6037         * buffer.C:
6038         * factory.C:
6039         * text.C:
6040         * text2.C:
6041         * text3.C:
6042         * paragraph.[Ch]:
6043         * paragraph_func.C: remove special bibkey handling
6044
6045 2003-02-17  John Levon  <levon@movementarian.org>
6046
6047         * text.C (Delete): fix case where delete at the end of
6048           the very first paragraph would not merge the pars
6049
6050 2003-02-17  John Levon  <levon@movementarian.org>
6051
6052         * lyxrow.C: fix lastPrintablePos()
6053
6054 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6055
6056         * bufferparams.C (writeLaTeX): add a std:here
6057
6058         * buffer.C: and remove a using directive there
6059
6060 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6061
6062         * buffer.C (makeLaTeXFile): move the code that generates the
6063           preamble...
6064
6065         * bufferparams.C (writeLaTeX): ... in this new method
6066
6067         * LaTeXFeatures.C (getEncodingSet): make const
6068           (getLanguages): make const
6069
6070         * MenuBackend.C (binding): returns the binding associated to this
6071           action
6072           (add): sets the status of each item by calling getStatus. Adds
6073           some intelligence.
6074           (read): add support for OptSubMenu
6075           (expand): remove extra separator at the end of expanded menu
6076
6077 2003-02-15  John Levon  <levon@movementarian.org>
6078
6079         * BufferView.C:
6080         * BufferView_pimpl.C:
6081         * bufferlist.h:
6082         * bufferlist.C: remove pointless BufferStorage bloat. Remove
6083           inset code that had no actual effect. Remove unneeded status
6084           code.
6085
6086 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6087
6088         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
6089           in preamble
6090
6091 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
6092
6093         * text.C (drawLengthMarker): also draw an arrow marker for
6094           symbolic lengths (medskip...)
6095
6096 2003-02-14  John Levon  <levon@movementarian.org>
6097
6098         * tabular.h:
6099         * tabular.C: better method names
6100
6101 2003-02-14  John Levon  <levon@movementarian.org>
6102
6103         * BufferView_pimpl.C:
6104         * bufferlist.C:
6105         * buffer.C:
6106         * converter.C:
6107         * lyx_cb.C:
6108         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
6109           it's a more accurate name. Remove some pointless uses.
6110
6111 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6112
6113         * text2.C (LyXText): change order of initilizers to shut off
6114           warnings
6115
6116 2003-02-14  John Levon  <levon@movementarian.org>
6117
6118         * buffer.C: use ParIterator for getParFromID()
6119
6120         * paragraph.h:
6121         * paragraph.C:
6122         * paragraph_pimpl.h:
6123         * paragraph_pimpl.C: remove unused getParFromID()
6124
6125 2003-02-14  John Levon  <levon@movementarian.org>
6126
6127         * buffer.C: remove some very old #if 0'd parse code
6128
6129 2003-02-13  John Levon  <levon@movementarian.org>
6130
6131         * text.h:
6132         * text.C:
6133         * text2.C: move hfillExpansion(), numberOfSeparators(),
6134           rowLast(), rowLastPrintable(), numberofHfills(),
6135           numberOfLabelHfills() ...
6136
6137         * lyxrow.h:
6138         * lyxrow.C: ... to member functions here.
6139
6140         * paragraph.h:
6141         * paragraph.C:
6142         * lyxtext.h:
6143         * text.C: remove LyXText::beginningOfMainBody(), and call
6144           p->beginningOfMainBody() directly. Move the check for
6145           LABEL_MANUAL into the latter.
6146
6147         * text.h:
6148         * text.C:
6149         * text2.C:
6150         * vspace.C:
6151         * BufferView.h:
6152         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
6153
6154         * text.h:
6155         * text.C:
6156         * text2.C:
6157         * text3.C:
6158         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
6159           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
6160
6161 2003-02-13  John Levon  <levon@movementarian.org>
6162
6163         * CutAndPaste.C: remove debug
6164
6165 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6166
6167         * paragraph.C (asString): remove two unused variables
6168
6169         * lyxtextclass.C (readTitleType):
6170           (Read):
6171           (LyXTextClass): handle new members titletype_ and titlename_
6172
6173         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
6174
6175 2003-02-09  John Levon  <levon@movementarian.org>
6176
6177         * buffer.h:
6178         * buffer.C: replace hand-coded list with a map for the dep clean
6179
6180 2003-02-08  John Levon  <levon@movementarian.org>
6181
6182         * LaTeX.C: consolidate code into showRunMessage() helper
6183
6184 2003-02-08  John Levon  <levon@movementarian.org>
6185
6186         * lyxfind.C:
6187         * lyxtext.h:
6188         * text2.C:
6189         * BufferView.C: change setSelectionOverString() to setSelectionRange()
6190           and pass the size in explicitly
6191
6192         * BufferView_pimpl.h:
6193         * BufferView_pimpl.C:
6194         * BufferView.h:
6195         * BufferView.C: add getCurrentChange()
6196
6197         * BufferView_pimpl.h:
6198         * BufferView_pimpl.C: handle change lfuns
6199
6200         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
6201           for changes. Mark pasted paragraphs as new.
6202
6203         * support/lyxtime.h:
6204         * support/lyxtime.C:
6205         * DepTable.C: abstract time_t as lyx::time_type
6206
6207         * LColor.h:
6208         * LColor.C: add colours for new text, deleted text, changebars
6209
6210         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
6211           package use "usenames" option.
6212
6213         * commandtags.h:
6214         * lyxfunc.C:
6215         * LyXAction.C: add change lfuns
6216
6217         * Makefile.am:
6218         * author.h:
6219         * author.C: author handling
6220
6221         * buffer.h:
6222         * buffer.C: add a per-buffer author list, with first entry as
6223           current author. Handle new .lyx tokens for change tracking. Output
6224           author list to .lyx file. Output dvipost stuff to .tex preamble.
6225           Bump lyx format to 222.
6226
6227         * bufferlist.h:
6228         * bufferlist.C: add setCurrentAuthor() to reset current author details
6229           in all buffers.
6230
6231         * bufferparams.h:
6232         * bufferparams.C: add param for tracking
6233
6234         * bufferview_funcs.C: output change info in minibuffer
6235
6236         * Makefile.am:
6237         * changes.h:
6238         * changes.C: add change-tracking structure
6239
6240         * debug.h:
6241         * debug.C: add CHANGES debug flag
6242
6243         * lyxfind.h:
6244         * lyxfind.C: add code for finding the next change piece
6245
6246         * lyxrc.h:
6247         * lyxrc.C: add user_name and user_email
6248
6249         * lyxrow.h:
6250         * lyxrow.C: add a metric for the top of the text line
6251
6252         * lyxtext.h:
6253         * text.C: implement accept/rejectChange()
6254
6255         * lyxtext.h:
6256         * text.C: paint changebars. Paint new/deleted text in the chosen
6257         colours. Strike through deleted text.
6258
6259         * paragraph.h:
6260         * paragraph.C:
6261         * paragraph_pimpl.h:
6262         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
6263           in the current change to the insert functions. Rework erase to
6264           mark text as deleted, adding an eraseIntern() and a range-based
6265           erase(). Implement per-paragraph change lookup and
6266           accept/reject.
6267
6268         * paragraph_funcs.C: Fixup paste for change tracking.
6269
6270         * tabular.C: mark added row/columns as new.
6271
6272         * text.C: fix rowLast() to never return -1. Don't allow
6273           spellchecking of deleted text. Track transpose changes. Don't
6274           allow paragraph break or merge where appropriate.
6275
6276         * text2.C: leave cursor at end of selection after a cut.
6277
6278 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6279
6280         * text.C (getLengthMarkerHeight):
6281         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
6282         visible on screen too.
6283
6284 2003-02-07  John Levon  <levon@movementarian.org>
6285
6286         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
6287
6288 2003-02-05  Angus Leeming  <leeming@lyx.org>
6289
6290         * lyxserver.C (read_ready): revert my patch of 11 September last year
6291         as it sends PC cpu through the roof. Presumably this means that
6292         the lyxserver will no longer run on an Alpha...
6293
6294 2003-01-30  Angus Leeming  <leeming@lyx.org>
6295
6296         * factory.C (createInset): create an InsetCommandParam of type "index"
6297         and use it to 'do the right thing'.
6298
6299         * text2.C (getStringToIndex): ensure that cursor position is always
6300         reset to the reset_cursor position.
6301
6302 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6303
6304         * lyxfunc.C (getStatus): "buffer-export custom" should never be
6305         disabled.
6306
6307 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
6308
6309         * bufferview.C:
6310         * lyxcb.C:
6311         * lyxfunc.C: Output messages with identical spelling, punctuation,
6312         and spaces
6313
6314 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
6315
6316         * MenuBackend.C (expandFormats): List only viewable export formats
6317         in "View" menu
6318
6319         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
6320         message
6321
6322         * lyxfunc.C (getStatus): Make sure that formats other than
6323         "fax" can also be disabled
6324
6325 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6326
6327         * text3.C (dispatch): put the lfuns that insert insets in 3
6328         groups, and call doInsertInset with appropriate arguments.
6329         (doInsertInset): new function, that creates an inset and inserts
6330         it according to some boolean parameters.
6331
6332 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6333
6334         * buffer.C (readFile): remember to pass on 'par' when calling
6335         readFile recursively.
6336
6337 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6338
6339         * MenuBackend.C (expandFormats): add "..." to import formats.
6340
6341 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6342
6343         * paragraph.C (asString): Remove XForms RTL hacks.
6344
6345 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
6346         * buffer.C: fix typo
6347
6348 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6349
6350         * Makefile.am (LIBS): delete var
6351         (lyx_LDADD): add @LIBS@ here instead.
6352
6353 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
6354
6355         * Clarify the meaning of "wheel mouse jump"
6356
6357 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6358
6359         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
6360         tabular in a float
6361
6362 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6363
6364         * importer.C (Loaders): do not preallocate 3 elements in the
6365         vector, since one ends up with 6 elements otherwise
6366
6367 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6368
6369         * DepTable.C (write): write the file name as last element of the
6370         .dep file (because it may contain spaces)
6371         (read): read info in the right order
6372
6373 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6374
6375         * paragraph_pimpl.C (simpleTeXBlanks):
6376         (simpleTeXSpecialChars):
6377         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
6378
6379         * tabular.C (latex): add some missing case statements. Reindent.
6380
6381         * MenuBackend.C (expandToc): remove unused variable.
6382
6383 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
6384
6385         * LColor.C:
6386         * LaTeX.C:
6387         * LyXAction.C:
6388         * MenuBackend.C:
6389         * buffer.C:
6390         * exporter.C:
6391         * lyxfunc.C:
6392         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
6393         and the like.
6394
6395 2003-01-05  John Levon  <levon@movementarian.org>
6396
6397         * BufferView.h:
6398         * BufferView.C: add getEncoding()
6399
6400         * kbsequence.h:
6401         * kbsequence.C: do not store last keypress
6402
6403         * lyxfunc.h:
6404         * lyxfunc.C: store last keypress here instead. Pass encoding
6405           to getISOEncoded()
6406
6407 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6408
6409         * lyx_main.C (init): remove annoying error message when following
6410         symbolic links (bug #780)
6411
6412 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6413
6414         * text.C (insertChar):
6415         * lyxrc.C (getDescription): remove extra spaces
6416
6417 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6418
6419         * lyxrc.C (getDescription): remove extra spaces
6420
6421 2002-12-20  John Levon  <levon@movementarian.org>
6422
6423         * text3.C: hack fix for page up/down across tall rows
6424
6425 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6426
6427         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
6428         not been invoked
6429
6430 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6431
6432         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
6433         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
6434         thesaurus is not compiled in
6435
6436 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
6437
6438         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
6439
6440 2002-12-16  Angus Leeming  <leeming@lyx.org>
6441
6442         * lyxrc.[Ch]:
6443         * lyx_main.C (init): remove override_x_deadkeys stuff.
6444
6445 2002-12-12  John Levon  <levon@movementarian.org>
6446
6447         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
6448           insert. Only remove shift modifier under strict
6449           circumstances.
6450
6451 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6452
6453         * MenuBackend.C (expandToc): fix crash.
6454
6455 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6456
6457         * MenuBackend.C (expandToc): gettext on float names.
6458
6459 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6460
6461         * lyxlength.[Ch]: set default unit to UNIT_NONE,
6462         implement bool empty() [bug 490]
6463
6464 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6465
6466         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
6467
6468 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6469
6470         * several files: ws changes
6471
6472 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6473
6474         * text2.C (setCounter): clean up a bit, use boost.format.
6475         (updateCounters): initialize par upon declaration.
6476
6477         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
6478         if the layout exists. We do not just store the layout any more.
6479         (SwitchLayoutsBetweenClasses): use boost.format
6480
6481 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6482
6483         * converter.C (convert): if from and to files are the same, use a
6484         temporary files as intermediary
6485
6486 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6487
6488         * commandtags.h:
6489         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
6490
6491 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
6492
6493         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
6494
6495 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6496
6497         * tabular.C (asciiPrintCell): use string(size, char) instead of
6498         explicit loop.
6499
6500         * sgml.C (openTag): fix order of arguments to string constructor
6501         (closeTag): ditto
6502
6503         * lyxfunc.C (dispatch): use boost.format
6504
6505         * lots of files: change "c" -> 'c'
6506
6507 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
6508
6509         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
6510
6511 2002-11-25  Angus Leeming  <leeming@lyx.org>
6512
6513         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
6514
6515         * lyx_main.C (init): compile fix.
6516
6517 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6518
6519         * lyx_cb.C (start): boost.formatify
6520         do not include <iostream>
6521
6522         * lengthcommon.C: ws only
6523
6524         * boost-inst.C,BoostFormat.h: add more explict instantations
6525
6526 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6527
6528         * lots of files: handle USE_BOOST_FORMAT
6529
6530 2002-11-21  John Levon  <levon@movementarian.org>
6531
6532         * pspell.C: fix compile
6533
6534 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6535
6536         * lyxfunc.C (dispatch): use boost::format
6537         (open): ditto
6538         (doImport): ditto
6539
6540         * lyxfont.C (stateText): use boost::format
6541
6542         * lyx_main.C (LyX): use boost::format
6543         (init): ditto
6544         (queryUserLyXDir): ditto
6545         (readRcFile): ditto
6546         (parse_dbg): ditto
6547         (typedef boost::function): use the recommened syntax.
6548
6549         * importer.C (Import): use boost::format
6550
6551         * debug.C (showLevel): use boost::format
6552
6553         * converter.C (view): use boost::format
6554         (convert): ditto
6555         (move): ditto
6556         (scanLog): ditto
6557
6558         * bufferview_funcs.C (currentState): use boost::format
6559
6560         * bufferlist.C (emergencyWrite): use boost::format
6561
6562         * buffer.C (readLyXformat2): use boost::format
6563         (parseSingleLyXformat2Token): ditto
6564
6565         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
6566
6567         * LaTeX.C (run): use boost::format
6568
6569         * Chktex.C (scanLogFile): use boost::format
6570
6571         * BufferView_pimpl.C (savePosition): use boost::format
6572         (restorePosition): ditto
6573         (MenuInsertLyXFile): ditto
6574
6575         * BoostFormat.h: help file for explicit instation.
6576
6577 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
6578
6579         * tabular.C (latex): Support for block alignment in fixed width
6580         columns.
6581
6582 2002-11-17  John Levon  <levon@movementarian.org>
6583
6584         * BufferView_pimpl.C:
6585         * lyx_cb.C:
6586         * lyxfunc.C: split filedialog into open/save
6587
6588 2002-11-08  Juergen Vigna  <jug@sad.it>
6589
6590         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
6591         by my last patch (hopefully).
6592
6593 2002-11-08  John Levon  <levon@movementarian.org>
6594
6595         * iterators.h:
6596         * iterators.C:
6597         * buffer.h:
6598         * buffer.C:
6599         * paragraph.h:
6600         * paragraph.C:
6601         * toc.h:
6602         * toc.C: ParConstIterator, and use it (from Lars)
6603
6604 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
6605
6606         * lyxtextclass.[Ch]: revise and add doxygen comments
6607
6608 2002-11-07  John Levon  <levon@movementarian.org>
6609
6610         * text.C: fix progress value for spellchecker
6611
6612         * toc.C: fix navigate menu for insetwrap inside minipage
6613
6614         * paragraph_funcs.C: added FIXME for suspect code
6615
6616 2002-11-07  John Levon  <levon@movementarian.org>
6617
6618         * BufferView_pimpl.C: fix redrawing of insets
6619           on buffer switch
6620
6621 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6622
6623         * text2.C (updateCounters): fix bug 668
6624
6625 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
6626
6627         * text3.C (dispatch): Do not make the buffer dirty when moving the
6628         cursor.
6629
6630 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6631
6632         * vc-backend.C: STRCONV
6633         (scanMaster): ditto
6634
6635         * text2.C (setCounter): STRCONV
6636
6637         * paragraph.C (asString): STRCONV
6638
6639         * lyxlength.C (asString): STRCONV
6640         (asLatexString): ditto
6641
6642         * lyxgluelength.C (asString): STRCONV
6643         (asLatexString): ditto
6644
6645         * lyxfunc.C (dispatch): STRCONV
6646         (open): ditto
6647
6648         * lyxfont.C (stateText): STRCONV
6649
6650         * importer.C (Import): STRCONV
6651
6652         * counters.C (labelItem): STRCONV
6653         (numberLabel): ditto
6654         (numberLabel): remove unused ostringstream o
6655
6656         * chset.C: STRCONV
6657         (loadFile): ditto
6658
6659         * bufferview_funcs.C (currentState): STRCONV
6660
6661         * buffer.C (readFile): STRCONV
6662         (asciiParagraph): ditto
6663         (makeLaTeXFile): ditto
6664
6665         * Spacing.C (writeEnvirBegin): STRCONV
6666
6667         * LaTeXFeatures.C (getLanguages): STRCONV
6668         (getPackages): ditto
6669         (getMacros): ditto
6670         (getBabelOptions): ditto
6671         (getTClassPreamble): ditto
6672         (getLyXSGMLEntities): ditto
6673         (getIncludedFiles): ditto
6674
6675         * LaTeX.C: STRCONV
6676         (run): ditto
6677         (scanAuxFile): ditto
6678         (deplog): ditto
6679
6680         * LString.h: add the STRCONV macros
6681
6682         * BufferView_pimpl.C (savePosition): STRCONV
6683         (restorePosition): ditto
6684         (MenuInsertLyXFile): ditto
6685
6686         * vc-backend.C (scanMaster): change from submatch[...] to
6687         submatch.str(...)
6688
6689         * funcrequest.C: include config.h
6690
6691         * factory.C: include config.h
6692
6693         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
6694
6695         * box.C: include config.h
6696
6697         * LaTeX.C (scanAuxFile): change from submatch[...] to
6698         submatch.str(...)
6699         (deplog): ditto
6700
6701 2002-10-25  Angus Leeming  <leeming@lyx.org>
6702
6703         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
6704
6705         * ispell.[Ch] (setError): new method.
6706         * ispell.C (c-tor): move out child process into new class LaunchIspell.
6707         Use setError() insetead of goto END.
6708
6709         * lyx_cb.C (AutoSave): move out child process into new class
6710         AutoSaveBuffer.
6711
6712 2002-10-30  John Levon  <levon@movementarian.org>
6713
6714         * text3.C: make start appendix undoable
6715
6716 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
6717
6718         * lyxlength.C (inPixels): Fix returned value.
6719
6720         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
6721         environment.
6722
6723 2002-10-24  Angus Leeming  <leeming@lyx.org>
6724
6725         * lyxgluelength.h: no need to forward declare BufferParams
6726         or BufferView, so don't.
6727
6728 2002-10-21  John Levon  <levon@movementarian.org>
6729
6730         * BufferView.C: menuUndo ->undo, redo
6731
6732         * BufferView.h: document, remove dead, make some methods private
6733
6734         * paragraph_funcs.h:
6735         * paragraph_funcs.C:
6736         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
6737
6738         * buffer.h:
6739         * buffer.C:
6740         * sgml.h:
6741         * sgml.C: move sgml open/close tag into sgml.C
6742
6743         * bufferview_funcs.h: unused prototype
6744
6745         * lyxfunc.h:
6746         * lyxfunc.C: remove unused
6747
6748         * lyxtext.h:
6749         * text.C: remove unused
6750
6751 2002-10-21  John Levon  <levon@movementarian.org>
6752
6753         * BufferView.h:
6754         * BufferView.C:
6755         * BufferView_pimpl.h:
6756         * BufferView_pimpl.C: fix mouse wheel handling based on
6757           patch from Darren Freeman
6758
6759 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
6760
6761         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
6762
6763 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
6764
6765         * lyxlength.C (inPixels): Fix hanfling of negative length.
6766         Fix LyXLength::MU case.
6767
6768 2002-10-16  John Levon  <levon@movementarian.org>
6769
6770         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
6771
6772 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6773
6774         * converter.C (view): add support for $$i (file name) and $$p
6775         (file path) for the viewer command. If $$i is not specified, then
6776         it is appended to the command (for compatibility with old syntax)
6777
6778 2002-10-14  Juergen Vigna  <jug@sad.it>
6779
6780         * undo_funcs.C (textHandleUndo): alter the order in which the
6781         new undopar is added to the LyXText, as we have to set first
6782         the right prev/next and then add it as otherwise the rebuild of
6783         LyXText is not correct. Also reset the cursor to the right paragraph,
6784         with this IMO we could remove the hack in "redoParagraphs()".
6785
6786 2002-10-09  Angus Leeming  <leeming@lyx.org>
6787
6788         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
6789         to turn off an optimisation if a new inset is to be inserted.
6790
6791 2002-10-11 André Pönitz <poenitz@gmx.net>
6792
6793         * lyxtext.h: make some functions public to allow access
6794         from inset/lyxtext for handling LFUN_PRIOR/NEXT
6795
6796 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6797
6798         * text3.C (dispatch): when changing layout, avoid an infinite loop
6799         [bug #652]
6800
6801 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6802
6803         * lyxrc.C (read): treat a viewer or converter command of "none" as
6804         if it were empty.
6805
6806         * MenuBackend.C (expandFormats): for an update, also allow the
6807         formats that are not viewable
6808
6809         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
6810         script if it is newer than the lyxrc.defaults in user directory
6811
6812 2002-10-07 André Pönitz <poenitz@gmx.net>
6813
6814         * text.C: Vitaly Lipatov's small i18n fix
6815
6816 2002-09-25  Angus Leeming  <leeming@lyx.org>
6817
6818         * ispell.h: doxygen fix.
6819
6820 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
6821
6822         * buffer.h (readFile): Add a new argument to the method, to allow
6823         reading of old-format templates.
6824
6825 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
6826
6827         * toc.C (getTocList): Get TOC from InsetWrap.
6828
6829 2002-09-16  John Levon  <levon@movementarian.org>
6830
6831         * lyxfunc.C: check tabular for cut/copy too
6832
6833 2002-09-12  John Levon  <levon@movementarian.org>
6834
6835         * LyXAction.C: tidy
6836
6837         * factory.h:
6838         * factory.C: add header
6839
6840         * paragraph_funcs.h:
6841         * paragraph_funcs.C: cleanup
6842
6843 2002-09-11  John Levon  <levon@movementarian.org>
6844
6845         * PrinterParams.h: odd/even default to true
6846
6847 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
6848
6849         * PrinterParams.h: update printer parameters for new xforms dialog
6850
6851 2002-09-11  Angus Leeming  <leeming@lyx.org>
6852
6853         * lyxserver.C (read_ready): re-write to make it more transparent
6854         and to make it work in coherent fashion under Tru64 Unix.
6855
6856 2002-09-11  André Pönitz <poenitz@gmx.net>
6857
6858         * commandtags.h:
6859         * LyXAction.C:
6860         * text3.C: implement LFUN_WORDSEL
6861
6862 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6863
6864         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
6865         make floatlist_ a boost::shared_ptr<FloatList>
6866
6867         * lyxtextclass.C: include FloatList.h
6868         (LyXTextClass): initialize floatlist_
6869         (TextClassTags): add TC_NOFLOAT
6870         (Read): match "nofloat" to TC_NOFLOAT and use it.
6871         (readFloat): modify call to floatlist_
6872         (floats): ditto
6873         (floats): ditto
6874
6875         * FloatList.[Ch] (FloatList): remove commented out float
6876         initialization.
6877         (erase): new function
6878
6879 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6880
6881         * MenuBackend.C (expandToc): fix crash when there is no document
6882         open
6883
6884 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
6885
6886         * many files: Add insetwrap.
6887
6888 2002-09-09  John Levon  <levon@movementarian.org>
6889
6890         * text2.C: remove confusing and awkward depth wraparound
6891
6892 2002-09-09  John Levon  <levon@movementarian.org>
6893
6894         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
6895
6896         * buffer.h:
6897         * buffer.C: remove getIncludeonlyList()
6898
6899         * paragraph.C:
6900         * lyxfunc.C: remove headers
6901
6902 2002-09-09  Juergen Vigna  <jug@sad.it>
6903
6904         * text.C (getColumnNearX): fix form Michael this is most
6905         probably a cut&paste bug.
6906
6907 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6908
6909         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
6910
6911         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
6912         references, ws changes.
6913
6914         * text2.C (init): update counters after init
6915         (insertParagraph): no need to set counter on idividual paragraphs.
6916         (setCounter): access the counters object in the textclass object
6917         on in the buffer object.
6918         (updateCounters): ditto
6919
6920         * lyxtextclass.C: include counters.h, add variable ctrs_ as
6921         shared_ptr<Counters> to avoid loading counters.h in all
6922         compilation units.
6923         (LyXTextClass): initialize ctrs_
6924         (TextClassTags): add TC_COUNTER, and ...
6925         (Read): use it here.
6926         (CounterTags): new tags
6927         (readCounter): new function
6928         (counters): new funtion
6929         (defaultLayoutName): return a const reference
6930
6931         * counters.C (Counters): remove contructor
6932         (newCounter): remove a couple of unneeded statements.
6933         (newCounter): simplify a bit.
6934         (numberLabel): some small formatting changes.
6935
6936         * buffer.[Ch]: remove all traces of counters, move the Counters
6937         object to the LyXTextClass.
6938
6939 2002-09-06  Alain Castera  <castera@in2p3.fr>
6940
6941         * tabular.C: uses \tabularnewline; uses >{...} construct from array
6942         package to set the horizontal alignment on fixed width columns.
6943
6944         * lyx_sty.C:
6945         * lyx_sty.h: added tabularnewline macro def.
6946
6947         * LaTeXFeatures.C: added NeedTabularnewline macro feature
6948
6949 2002-09-06  John Levon  <levon@movementarian.org>
6950
6951         * LyXAction.C: tooltips for sub/superscript
6952
6953         * MenuBackend.C: a bit more verbose
6954
6955         * lyxfunc.C: tiny clean
6956
6957         * undo_funcs.C: document undo_frozen
6958
6959 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6960
6961         * counters.C (Counters): add missing algorithm counter.
6962
6963         * text2.C (setCounter): lookup the counter with layouts latexname
6964         instead of by section number.
6965         (setCounter): use a hackish way to lookup the correct enum
6966         counter.
6967         a float name->type change
6968         reset enum couners with counter name directly instead of depth value.
6969
6970         * counters.C (Counters): remove the push_backs, change to use the
6971         float type not the float name.
6972         (labelItem): remove unused string, float name->type change
6973
6974         * counters.h: don't include vector, loose the enums and sects vectors
6975
6976 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6977
6978         * lyxtextclass.C (TextClassTags): add TC_FLOAT
6979         (Read): add float->TC_FLOAT to textclassTags
6980         (Read): and handle it in the switch
6981         (readFloat): new function
6982
6983         * FloatList.C (FloatList): comment out the hardcoded float
6984         definitions.
6985
6986         * lyxlayout.h: ws change.
6987
6988 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
6989
6990         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
6991
6992 2002-09-03  Angus Leeming  <leeming@lyx.org>
6993
6994         * BufferView_pimpl.h: qualified name is not allowed in member
6995         declaration: WorkArea & Pimpl::workarea() const;
6996
6997         * factory.C: added using std::endl directive.
6998
6999         * text3.C: added using std::find and std::vector directives.
7000
7001 2002-08-29  André Pönitz <poenitz@gmx.net>
7002
7003         * lyxtext.h:
7004         * text2.C: remove unused member number_of_rows
7005
7006         * Makefile.am:
7007         * BufferView2.C: remove file, move contents to...
7008         * BufferView.C: ... here
7009
7010         * BufferView_pimpl.C:
7011         * factory.C: move more inset creation to factory
7012
7013         * vspace.C: avoid direct usage of LyXText, ws changes
7014
7015         * BufferView.[Ch]:
7016                 don't provide direct access to WorkArea, use two simple
7017                 acessors haveSelction() and workHeight() instead
7018
7019
7020 2002-08-29  John Levon  <levon@movementarian.org>
7021
7022         * BufferView_pimpl.C (dispatch): do not continue when
7023           no buffer
7024
7025 2002-08-28  André Pönitz <poenitz@gmx.net>
7026
7027         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7028
7029         * BufferView.h:
7030         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7031
7032 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7033
7034         * buffer.C: increment LYX_FORMAT to 221
7035
7036         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7037         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7038
7039         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7040
7041         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7042
7043 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7044
7045         * factory.C (createInset): use LyXTextClass::floats
7046
7047         * MenuBackend.C (expandFloatListInsert):
7048         (expandFloatInsert):
7049         (expandToc):
7050
7051         * text2.C (setCounter):
7052
7053         * LaTeXFeatures.C (useFloat):
7054         (getFloatDefinitions):
7055
7056         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7057
7058         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7059         floatlist_, with accessor floats().
7060
7061         * FloatList.h: remove global FloatList
7062
7063 2002-08-26  André Pönitz <poenitz@gmx.net>
7064
7065         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7066
7067         * BufferView.h:
7068         * BufferView2.C:
7069         * BufferView_pimpl.C:
7070         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7071
7072 2002-08-25  John Levon  <levon@movementarian.org>
7073
7074         * LyXAction.C: fix margin note description
7075
7076 2002-08-24  John Levon  <levon@movementarian.org>
7077
7078         * buffer.C:
7079         * bufferlist.C:
7080         * bufferview_funcs.C:
7081         * lyxfont.C:
7082         * undo_funcs.C: cleanups
7083
7084         * lyxfunc.C: disable CUT/COPY when no selection
7085
7086 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
7087
7088         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
7089         in "enum UNIT"; e.g. PTW for Percent of TextWidth
7090
7091         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
7092         Add backward compatibility to "mono", "gray" and "no".
7093
7094 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
7095
7096         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
7097         (and file_format >= 200).
7098
7099 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7100
7101         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
7102
7103 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7104
7105         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
7106
7107 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
7108
7109         * BufferView_pimpl.C:
7110         * LyXAction.C:
7111         * buffer.C:
7112         * commandtags.h:
7113         * lyxfunc.C:
7114         * paragraph.[Ch]:
7115         * text2.C:
7116         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
7117         inset and code to make it  work with the paragraph code. The inset
7118         can be anywhere in the paragraph, but will only do the expected
7119         thing in LaTeX if the layout file contains the parameter line
7120                         OptionalArgs    1
7121         (or more generally, a nonzero value) for that layout.
7122
7123 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7124
7125         * paragraph.h: remove the declaration of undefined counters class
7126         function.
7127
7128 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
7129
7130         * text2.C (setCounter):  fixed enumeration mis-count as reported by
7131         Dr. Richard Hawkins.
7132
7133 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7134
7135         * paragraph_funcs.h: remove some unneeded includes
7136
7137         * text.C (backspace): pasteParagraph now in global scipe
7138
7139         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
7140         (pasteSelection): ditto
7141
7142         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
7143         * paragraph_funcs.C (pasteParagraph): ... here
7144
7145 2002-08-20  André Pönitz <poenitz@gmx.net>
7146
7147         * commandtags.h: new LFUNs for swapping/copying table row/colums
7148
7149         * LyXAction.C:
7150         * lyxfunc.C: support for new lfuns
7151
7152 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7153
7154         * tabular.C:
7155         * buffer.[Ch]: remove NO_COMPABILITY stuff
7156
7157 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
7158
7159         * boost.C (throw_exception): new file, with helper function for
7160         boost compiled without exceptions.
7161
7162         * paragraph.h:
7163         * lyxlength.C:
7164         * buffer.C:
7165         * ParameterStruct.h:
7166         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
7167
7168         * bufferlist.C (emergencyWriteAll): use boost bind
7169
7170         * BufferView_pimpl.C (moveCursorUpdate): remove inline
7171
7172         * text.C: include paragraph_funcs.h
7173         (breakParagraph): breakParagraph is now in global scope
7174
7175         * paragraph_funcs.[Ch]: new files
7176
7177         * paragraph.C (breakParagraph,breakParagraphConservative): move to
7178         global scope
7179
7180         * buffer.C: include paragraph_funcs.h
7181         (insertStringAsLines): breakParagraph is now in global scope
7182
7183         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
7184         paragraph_funcs.C
7185
7186         * CutAndPaste.C: include paragraph_funcs.h
7187         (cutSelection): breakParagraphConservative is now in global scope
7188         (pasteSelection): ditto
7189
7190         * buffer.h: declare oprator== and operator!= for
7191         Buffer::inset_iterator
7192
7193         * bufferlist.C (emergencyWrite): don't use fmt(...)
7194
7195         * text3.C: add using std::endl
7196
7197         * BufferView.C (moveCursorUpdate): remove default arg
7198
7199 2002-08-20  André Pönitz <poenitz@gmx.net>
7200
7201         * buffer.[Ch]: move inline functions to .C
7202
7203         * BufferView2.C:
7204         * BufferView_pimpl.C:
7205         * text.C:
7206         * buffer.[Ch]: use improved inset_iterator
7207
7208         * buffer.C:
7209         * paragraph.[Ch]: write one paragraph at a time
7210
7211 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
7212
7213         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
7214         style if style is not specified.
7215
7216 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7217
7218         * text2.C (setCounter): when searching for right label for a
7219         caption, make sure to recurse to parent insets (so that a caption
7220         in a minipage in a figure float works) (bug #568)
7221
7222 2002-08-20  André Pönitz <poenitz@gmx.net>
7223
7224         * text3.C: new file for LyXText::dispatch() and helpers
7225
7226         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
7227
7228         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
7229
7230 2002-08-19  André Pönitz <poenitz@gmx.net>
7231
7232         * lyxtext.h:
7233         * text.C: new LyXText::dispatch()
7234
7235         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
7236
7237 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
7238
7239         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
7240
7241         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
7242         Hebrew text.
7243
7244 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7245
7246         * Makefile.am: use $(variables) instead of @substitutions@
7247
7248 2002-08-15  André Pönitz <poenitz@gmx.net>
7249
7250         * lyxfunc.C:
7251         * BufferView_pimpl.C: streamlining mathed <-> outer world
7252         interaction
7253
7254         * commandtags.h:
7255         * LyXAction.C: remove unused LFUN_MATH
7256
7257 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7258
7259         * paragraph.[Ch]: add some NO_NEXT ifdefs.
7260
7261 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7262
7263         * paragraph.C (Paragraph): reformat a bit
7264         (cutIntoMinibuffer): use builtin InsetList function instad of
7265         doing it manually.
7266         (getInset): ditto
7267
7268         * buffer.C: include boost/bind.hpp, add using std::for_each
7269         (writeFileAscii): use ParagraphList iterators
7270         (validate): use for_each for validate traversal of paragraphs
7271         (getBibkeyList): use ParagraphList iterators
7272         (resizeInsets): use for_each to resizeInsetsLyXText for all
7273         paragraphs.
7274         (getParFromID): use ParagraphList iterators
7275
7276         * BufferView2.C (lockInset): use paragraph list and iterators
7277
7278 2002-08-14  John Levon  <levon@movementarian.org>
7279
7280         * lyxserver.C: remove spurious xforms include
7281
7282 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7283
7284         * lyxfunc.C (getStatus): disable math-extern outside of math mode
7285
7286 2002-08-13  André Pönitz <poenitz@gmx.net>
7287
7288         * LyXAction.[Ch]:
7289         * lyxfunc.C: further cleaning
7290
7291 2002-08-13  André Pönitz <poenitz@gmx.net>
7292
7293         * funcrequest.h: new constructor
7294
7295         * funcrequest.C: move stuff here from .h
7296
7297         * Makefile.am:
7298         * BufferView_pimpl.C:
7299         * LyXAction.C:
7300         * toc.C:
7301         * lyxfunc.C: subsequent changes
7302
7303         * lyxfunc.h: new view() member function
7304
7305         * lyxfunc.C: subsequent changes
7306
7307 2002-08-13  Angus Leeming  <leeming@lyx.org>
7308
7309         * BufferView2.C:
7310         * BufferView_pimpl.C:
7311         * buffer.C:
7312         * converter.C:
7313         * importer.C:
7314         * lyxfunc.C:
7315         * lyxvc.C:
7316         * toc.C:
7317         * vc-backend.C:
7318         changes due to the changed LyXView interface that now returns references
7319         to member variables not pointers.
7320
7321 2002-08-13  Angus Leeming  <leeming@lyx.org>
7322
7323         * WordLangTuple (word, lang_code): return references to strings,
7324         not strings.
7325
7326         * BufferView.h:
7327         * SpellBase.h:
7328         * lyxtext.h: forward-declare WordLangTuple.
7329
7330         * BufferView2.C:
7331         * ispell.C:
7332         * pspell.C:
7333         * text.C: #include "WordLangTuple.h".
7334
7335         * lyxtext.h:
7336         * text.C: (selectNextWordToSpellcheck): constify return type.
7337
7338 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
7339
7340         * buffer.C:
7341         * buffer.h:
7342         * lyxtext.h:
7343         * paragraph.C:
7344         * paragraph_pimpl.h:
7345         * text.C:
7346         * text2.C:
7347         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
7348         suggested by Angus.
7349         Made updateCounter always count from start of buffer, and removed
7350         second argument (par).
7351         Reverted floats number display to '#'. Perhaps I'll try again when the
7352         code base is sanitized a bit.
7353
7354 2002-08-12  Angus Leeming  <leeming@lyx.org>
7355
7356         * buffer.[Ch] (getLabelList): constify.
7357
7358 2002-08-07  André Pönitz <poenitz@gmx.net>
7359
7360         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
7361
7362         * funcrequest.h: extension to keep mouse (x,y) position
7363
7364 2002-08-12  Juergen Vigna  <jug@sad.it>
7365
7366         * BufferView2.C (insertErrors): forbid undo when inserting error
7367         insets.
7368
7369         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
7370
7371 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7372
7373         * ParagraphList.[Ch]: new files
7374
7375         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
7376
7377         * BufferView2.C (lockInset): ParagraphList changes
7378         * toc.C: ditto
7379         * text2.C: ditto
7380         * bufferlist.C: ditto
7381         * buffer.h: ditto
7382         * buffer.C: ditto
7383
7384 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7385
7386         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
7387         unused class variable counter_,
7388
7389         * paragraph.[Ch] (getFirstCounter): delete unused function
7390
7391         * counters.C: include LAssert.h
7392         (reset): add a new function with no arg, change other version to
7393         not have def. arg and to not allow empty arg.
7394
7395         * text2.C (setCounter): remove empty arg from call to Counters::reset
7396
7397 2002-08-11  John Levon  <levon@movementarian.org>
7398
7399         * Makefile.am: add WordLangTuple.h
7400
7401 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7402
7403         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
7404         lyxfunc.C lyxlex_pimpl.C: ws changes only.
7405
7406         * insets/insettext.C: InsetList changes
7407
7408         * graphics/GraphicsSupport.C (operator()): InsetList changes
7409
7410         * toc.C (getTocList): InsetList changes
7411
7412         * paragraph_pimpl.[Ch]: InsetList changes
7413
7414         * paragraph.[Ch]: InsetList changes
7415
7416         * buffer.C (inset_iterator): InsetList changes
7417         (setParagraph): ditto
7418         * buffer.h (inset_iterator): ditto
7419         * iterators.C (operator++): ditto
7420         * iterators.h: ditto
7421
7422         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
7423
7424         * InsetList.[Ch]: new files, most InsetList handling moved out of
7425         paragraph.C.
7426
7427         * BufferView2.C (removeAutoInsets): InsetList changes
7428         (lockInset): ditto
7429         (ChangeInsets): ditto
7430
7431 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7432
7433         * paragraph_pimpl.h (empty): new function
7434
7435         * paragraph.[Ch] (empty): new function
7436
7437         * other files: use the new Paragraph::empty function
7438
7439 2002-08-09  John Levon  <levon@movementarian.org>
7440
7441         * lyxtext.h: remove unused refresh_height
7442
7443 2002-08-09  John Levon  <levon@movementarian.org>
7444
7445         * Makefile.am:
7446         * sgml.h:
7447         * sgml.C:
7448         * buffer.C:
7449         * paragraph.h:
7450         * paragraph.C: move sgml char escaping out of paragraph
7451
7452         * paragraph.h:
7453         * paragraph.C: remove id setter
7454
7455         * buffer.C:
7456         * paragraph.C:
7457         * paragraph_pimpl.C: remove dead tex_code_break_column
7458
7459         * bufferview_funcs.C: small cleanup
7460
7461         * lyxfunc.C: remove dead proto
7462
7463         * lyxtext.h: make some stuff private. Remove some dead stuff.
7464
7465         * lyxgluelength.C: make as[LyX]String() readable
7466
7467 2002-08-08  John Levon  <levon@movementarian.org>
7468
7469         * LyXAction.h:
7470         * LyXAction.C:
7471         * MenuBackend.C:
7472         * ToolbarDefaults.C:
7473         * lyxfunc.C:
7474         * lyxrc.C:
7475         * toc.C: lyxaction cleanup
7476
7477 2002-08-08  John Levon  <levon@movementarian.org>
7478
7479         * BufferView2.C: small cleanup
7480
7481         * lyxfind.h:
7482         * lyxfind.C: move unnecessary header into the .C
7483
7484 2002-08-08  John Levon  <levon@movementarian.org>
7485
7486         * funcrequest.h: just tedious nonsense
7487
7488         * lyx_main.h:
7489         * lyx_main.C: cleanups
7490
7491         * buffer.C:
7492         * vspace.C: remove dead header lyx_main.h
7493
7494 2002-08-07  Angus Leeming  <leeming@lyx.org>
7495
7496         * Paragraph.[Ch]:
7497         * paragraph_pimpl.h:
7498         Forward declare class Counters in paragraph.h by moving the ctrs member
7499         variable into Paragraph::Pimpl.
7500         (counters): new method, returning a reference to pimpl_->ctrs.
7501
7502         * text2.C: ensuing changes.
7503
7504 2002-08-07  John Levon  <levon@movementarian.org>
7505
7506         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
7507
7508         * BufferView_pimpl.C: announce X selection on double/triple
7509           click
7510
7511         * lyx_main.C: use correct bool in batch dispatch
7512
7513         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
7514
7515 2002-08-07  André Pönitz <poenitz@gmx.net>
7516
7517         * funcrequest.h: new class to wrap a kb_action and its argument
7518
7519         * BufferView.[Ch]:
7520         * BufferView_pimpl[Ch]:
7521         * LaTeX.C:
7522         * LyXAction.[Ch]:
7523         * lyxfunc.[Ch]:
7524         * lyxrc.C: subsequent changes
7525
7526
7527 2002-08-07  John Levon  <levon@movementarian.org>
7528
7529         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
7530           document options change.
7531
7532 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
7533
7534         * counters.[Ch]
7535         * text2.C
7536         * paragraph.[Ch]
7537         * makefile.am: move counters functionality over from
7538         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
7539
7540 2002-08-06  John Levon  <levon@movementarian.org>
7541
7542         * WordLangTuple.h: new file for word + language code tuple
7543
7544         * SpellBase.h:
7545         * pspell.h:
7546         * pspell.C:
7547         * ispell.h:
7548         * ispell.C:
7549         * lyxtext.h:
7550         * text.C:
7551         * text2.C:
7552         * BufferView.h:
7553         * BufferView2.C: use WordLangTuple
7554
7555         * layout.h:
7556         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
7557
7558 2002-08-06  John Levon  <levon@movementarian.org>
7559
7560         * lyx_main.C: fix cmdline batch handling
7561
7562 2002-08-06  André Pönitz <poenitz@gmx.net>
7563
7564         * lyxrc.C: set default for show_banner to true
7565
7566 2002-08-06  John Levon  <levon@movementarian.org>
7567
7568         * pspell.C: fix a crash, and allow new aspell to work
7569
7570 2002-08-06  John Levon  <levon@movementarian.org>
7571
7572         * lyxfunc.C:
7573         * kbmap.C: small cleanup
7574
7575         * vspace.h:
7576         * vspace.C: add const
7577
7578 2002-08-05  John Levon  <levon@movementarian.org>
7579
7580         * LyXAction.C: back to tabular-insert
7581
7582 2002-08-04  John Levon  <levon@movementarian.org>
7583
7584         * BufferView.h:
7585         * BufferView.C: cosmetic change
7586
7587         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
7588
7589         * bufferlist.C:
7590         * buffer.h:
7591         * buffer.C:
7592         * lyxcb.h:
7593         * lyxcb.C:
7594         * lyxserver.C:
7595         * lyxvc.C:
7596         * vc-backend.C:
7597         * BufferView2.C: purge all "Lyx" not "LyX" strings
7598
7599         * lyxcursor.h:
7600         * lyxcursor.C: attempt to add some documentation
7601
7602         * lyxfunc.C:
7603         * commandtags.h:
7604         * LyXAction.C:
7605         * ToolbarDefaults.C:
7606         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
7607           merge with LFUN_TABULAR_INSERT
7608
7609         * Makefile.am:
7610         * SpellBase.h:
7611         * ispell.h:
7612         * ispell.C:
7613         * pspell.h:
7614         * pspell.C: split up i/pspell implementations into separate
7615           files, many cleanups
7616
7617         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
7618
7619         * text2.C: some cleanup
7620
7621         * lyxfunc.C: don't check for isp_command == "none" any more, it
7622           didn't make any sense
7623
7624 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
7625
7626         * counters.[Ch]
7627         * text2.C
7628         * paragraph.[Ch]
7629         * makefile.am: move counters functionality over
7630         from text2.C/paragraph.[Ch] to counters.[Ch], and
7631         make proper C++.
7632 2002-08-02  John Levon  <levon@movementarian.org>
7633
7634         * buffer.C: s/lyxconvert/lyx2lyx/
7635
7636 2002-08-02  Angus Leeming  <leeming@lyx.org>
7637
7638         * lyxlex.C: revert John's change as it breaks reading of the user
7639         preamble.
7640
7641 2002-08-02  Angus Leeming  <leeming@lyx.org>
7642
7643         * importer.C (Import):
7644         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
7645         changes due to LyXView::view() now returning a boost::shared_ptr.
7646
7647 2002-08-02  John Levon  <levon@movementarian.org>
7648
7649         * lyxlex.C: small cleanup
7650
7651 2002-08-02  John Levon  <levon@movementarian.org>
7652
7653         * text2.C (status): small cleanup, no logic change
7654
7655 2002-08-01  John Levon  <levon@movementarian.org>
7656
7657         * buffer.h:
7658         * buffer.C (writeFile): don't output alerts, caller
7659           handles this
7660
7661         * bufferlist.C:
7662         * lyx_cb.C: from above
7663
7664         * lyxfunc.C: allow to open non-existent files
7665
7666 2002-07-31  John Levon  <levon@movementarian.org>
7667
7668         * lyxserver.C: don't let incidental errors get
7669           in the way (errno)
7670
7671 2002-07-30  John Levon  <levon@movementarian.org>
7672
7673         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
7674
7675 2002-07-30  John Levon  <levon@movementarian.org>
7676
7677         * lyxserver.h:
7678         * lyxserver.C: remove I/O callback too
7679
7680 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7681
7682         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
7683         log.
7684
7685 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7686
7687         * many files: strip,frontStrip -> trim,ltrim,rtrim
7688
7689 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7690
7691         * PrinterParams.h: remove extern containsOnly, and include
7692         support/lstrings.h instead.
7693
7694         * LaTeX.C (scanAuxFile): modify because of strip changes
7695         (deplog): ditto
7696         * buffer.C (makeLaTeXFile): ditto
7697         * bufferparams.C (writeFile): ditt
7698         * lyxfont.C (stateText): ditto
7699         * lyxserver.C (read_ready): ditto
7700         * vc-backend.C (scanMaster): ditto
7701
7702         * BufferView_pimpl.h: ws changes
7703
7704         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
7705
7706 2002-07-26  André Pönitz <poenitz@gmx.net>
7707
7708         * kb_sequence.C: remove unnedred usings
7709
7710 2002-07-26  Juergen Vigna  <jug@sad.it>
7711
7712         * lyxfind.C (LyXReplace): we have to check better if the returned
7713         text is not of theLockingInset()->getLockingInset().
7714
7715 2002-07-25  Juergen Vigna  <jug@sad.it>
7716
7717         * lyxfind.C (LyXReplace): don't replace if we don't get the
7718         right LyXText.
7719
7720         * undo_funcs.C (createUndo): remove debugging code.
7721
7722 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
7723
7724         * buffer.C (parseSingleLyXformat2Token): Use default placement
7725         when reading old floats.
7726
7727         * FloatList.C (FloatList): Change the default placement of figure
7728         and tables to "tbp".
7729
7730 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
7731
7732         * MenuBackend.C: using std::max
7733
7734 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7735
7736         * MenuBackend.C (expandToc):
7737         (expandToc2): code moved from xforms menu frontend. It is now
7738         generic and TOCs are transparent to menu frontends.
7739
7740 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7741
7742         * toc.C (getTocList): protect against buf=0
7743
7744         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
7745         Menu as first parameter. Now, this calls itself recursively to
7746         expand a whole tree (this will be useful for TOC handling)
7747         (expandFloatInsert): remove 'wide' version of floats
7748
7749         * MenuBackend.h (submenuname): returns the name of the submenu.
7750         (submenu): returns the submenu itself, provided it has been
7751         created by MenuBackend::expand
7752
7753 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7754
7755         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
7756         insets which have noFontChange == true. (bug #172)
7757
7758 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7759
7760         * BufferView_pimpl.C: add connection objects and use them...
7761         (Pimpl): here.
7762
7763 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7764
7765         * MenuBackend.C (expandLastfiles):
7766         (expandDocuments):
7767         (expandFormats):
7768         (expandFloatListInsert):
7769         (expandFloatInsert):
7770         (expand): split expand in parts
7771
7772 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7773
7774         * lyx_gui.C: use lyx_gui::exit()
7775
7776 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7777
7778         * LyXAction.C: show the failing pseudo action
7779
7780 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
7781
7782         * buffer.C (readFile): Run the lyxconvert script in order to read
7783         old files.
7784
7785 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7786
7787         * LyXAction.C:
7788         * commandtags.h:
7789         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
7790
7791 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7792
7793         * LyXAction.C:
7794         * commandtags.h:
7795         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
7796
7797 2002-07-22  Herbert Voss  <voss@lyx.org>
7798
7799         * lengthcommon.C:
7800         * lyxlength.[Ch]: add support for the vertical lengths
7801
7802 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
7803
7804         * toc.[Ch]: std:: fixes
7805
7806 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7807
7808         * lyxrc.C: do not include lyx_main.h
7809
7810         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
7811         for layouts
7812
7813         * lyxrc.C:
7814         * encoding.C:
7815         * bufferlist.C:
7816         * BufferView2.C: include "lyxlex.h"
7817
7818         * tabular.h:
7819         * bufferparams.h: do not #include "lyxlex.h"
7820
7821         * lyxtextclasslist.C (Add): remove method
7822         (classlist): renamed to classlist_
7823
7824         * paragraph_pimpl.C:
7825         * paragraph.C:
7826         * text2.C:
7827         * CutAndPaste.C:
7828         * bufferview_funcs.C:
7829         * bufferlist.C:
7830         * text.C:
7831         * LaTeXFeatures.C:
7832         * buffer.C:
7833         * toc.C (getTocList): use BufferParams::getLyXTextClass
7834
7835         * toc.C (getTocList): use InsetFloat::addToToc
7836
7837         * toc.[Ch]: new files, containing helper functions to handle table
7838         of contents
7839
7840         * lyxfunc.C (dispatch): no need to remove spaces around command
7841         given as a string
7842         (getStatus): handle LFUN_SEQUENCE by returning the status of the
7843         first command of the sequence; it is not very clever, but I do not
7844         have a better idea, actually
7845
7846         * LyXAction.C (LookupFunc): make sure to remove space at the
7847         beginning and end of the command
7848
7849 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7850
7851         * MenuBackend.C (getMenubar): new method: return the menubar of
7852         this menu set
7853         (read): treat differently reading of menu and menubar (in
7854         particular, the menubar has no name now)
7855         (Menu::menubar): remove
7856
7857         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
7858         saving is finished
7859
7860 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7861
7862         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
7863         a bibitem inset in a RTL paragraph.
7864
7865 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
7866
7867         * paragraph_pimpl.C: constify
7868
7869         * BufferView_pimpl.C:
7870         * LaTeX.C:
7871         * lyxfunc.C: fix dispatch in a nicer way
7872
7873 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7874
7875         * lyxfunc.C (dispatch):
7876         * BufferView_pimpl.C:
7877         * BufferView_pimpl.h:
7878         * BufferView.C:
7879         * BufferView.h: rename Dispatch() to dispatch()
7880
7881         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
7882
7883         * lyxlayout.C (Read): honor DependsOn tag
7884
7885         * lyxlayout.[Ch] (depends_on): new method
7886
7887         * version.C.in: update lyx_docversion
7888
7889         * LaTeXFeatures.C (getMacros): only define \LyX when needed
7890
7891         * paragraph.C (validate): remove from here...
7892         * paragraph_pimpl.C (validate): ... and move here
7893         (isTextAt): make it const
7894
7895         * buffer.C (getLists): ws cleanup
7896
7897 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7898
7899         * language.C (read): Use iso8859-1 encoding in latex_lang
7900         (this prevents LyX from crashing when using iso10646-1 encoding).
7901
7902 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7903
7904         * text2.C (toggleInset): if cursor is inside an inset, close the
7905         inset and leave cursor _after_ it
7906
7907 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7908
7909         * lyxfunc.C: move minibuffer completion handling out of here
7910
7911 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7912
7913         * BufferView_pimpl.C:
7914         * LaTeX.C: fix dispatch calls
7915
7916 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
7917
7918         * text.C (drawChars): Fix Arabic text rendering.
7919
7920 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
7921
7922         * LyXAction.C:
7923         * commandtags.h:
7924         * lyxfunc.C: remove message-push/pop
7925
7926         * lyxserver.C:
7927         * lyxfunc.h:
7928         * lyxfunc.C: rationalise some code by removing verboseDispatch
7929           in favour of a bool argument to dispatch()
7930
7931 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7932
7933         * lyx_main.C (init): make sure to read symlinks as absolute paths
7934
7935 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7936
7937         * lyxfunc.h:
7938         * lyxfunc.C: no need for commandshortcut to be a member
7939
7940 2002-07-15  André Pönitz <poenitz@gmx.net>
7941
7942         * converter.C: add support for $$s (scripts from lib/scripts dir)
7943         * lyx_main.C: white space
7944
7945 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7946
7947         * bufferlist.C:
7948         * lyxrc.h:
7949         * lyxrc.C: remove second exit confirmation
7950
7951 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7952
7953         * BufferView.h:
7954         * BufferView.C:
7955         * BufferView2.C:
7956         * BufferView_pimpl.h:
7957         * BufferView_pimpl.C:
7958         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
7959
7960 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7961
7962         * MenuBackend.C (expand): add numeric shortcuts to document menu
7963
7964         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
7965
7966 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7967
7968         * lyxfont.C (setLyXFamily):
7969         (setLyXSeries):
7970         (setLyXShape):
7971         (setLyXSize):
7972         (setLyXMisc):
7973         (lyxRead):
7974         * debug.C (value):
7975         * buffer.C (asciiParagraph): use ascii_lowercase
7976
7977 2002-07-15  Mike Fabian  <mfabian@suse.de>
7978
7979         * lyxlex_pimpl.C (search_kw):
7980         * lyxlex.C (getLongString):
7981         * converter.h (operator<):
7982         * converter.C (operator<):
7983         * buffer.C (parseSingleLyXformat2Token):
7984         (asciiParagraph):
7985         * ToolbarDefaults.C (read):
7986         * MenuBackend.C (checkShortcuts):
7987         (read):
7988         * LColor.C (getFromGUIName):
7989         (getFromLyXName): use the compare_ascii_no_case instead of
7990         compare_no_case, because in turkish, 'i' is not the lowercase
7991         version of 'I', and thus turkish locale breaks parsing of tags.
7992
7993 2002-07-16  Angus Leeming  <leeming@lyx.org>
7994
7995         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
7996         now takes a Buffer const & argument.
7997
7998 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
7999
8000         * BufferView.C (resize): check there's a buffer to resize
8001
8002 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8003
8004         * lyxfunc.C: remove dead code
8005
8006         * lyxserver.h:
8007         * lyxserver.C: use lyx_guii::set_read_callback
8008
8009 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8010
8011         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8012         an inset in a RTL paragraph.
8013
8014 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8015
8016         * lyxfunc.C: repaint after a font size update
8017
8018 2002-07-15  André Pönitz <poenitz@gmx.net>
8019
8020         * lyxlength.C: inBP should be able to return negative values
8021
8022 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8023
8024         * lyxfunc.C: use lyx_gui::update_fonts()
8025
8026 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8027
8028         * lyxfunc.C: use lyx_gui::update_color()
8029
8030 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8031
8032         * bufferlist.C:
8033         * lyxfunc.h:
8034         * lyxfunc.C:
8035         * lyxrc.h:
8036         * lyxrc.C: remove file->new asks for name option, and let
8037           buffer-new take an argument
8038
8039 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8040
8041         * BufferView_pimpl.C: remove unneeded extra repaint()
8042
8043 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8044
8045         * LyXAction.C: allow command-sequence with NoBuffer
8046
8047         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8048
8049 2002-07-10  Angus Leeming  <leeming@lyx.org>
8050
8051         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8052
8053 2002-07-09  Angus Leeming  <leeming@lyx.org>
8054
8055         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8056
8057 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8058
8059         * lengthcommon.h: whitespace
8060
8061         * lyxfunc.C: update scrollbar after goto paragraph
8062
8063         * lyxtext.h: factor out page break drawing, and fix it so
8064           page break/added space paints as selected nicely
8065
8066 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8067
8068         * BufferView_pimpl.C: add FIXMEs, clean up a little
8069
8070 2002-07-09  André Pönitz <poenitz@gmx.net>
8071
8072         * lyxfont.[Ch]: support for wasy symbols
8073
8074 2002-07-08  André Pönitz <poenitz@gmx.net>
8075
8076         * BufferView_pimpl.C: apply John's patch for #93.
8077
8078 2002-07-05  Angus Leeming  <leeming@lyx.org>
8079
8080         * BufferView_pimpl.C (buffer): generate previews if desired.
8081
8082         * LColor.h: add "preview" to the color enum.
8083
8084         * LColor.C (LColor): add a corresponding entry to the items array.
8085
8086         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
8087         with this buffer.
8088
8089 2002-07-05  Angus Leeming  <leeming@lyx.org>
8090
8091         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
8092         The body of the code is now in the method that is passed an ostream &
8093         rather than a file name.
8094         Pass an additional only_preamble parameter, useful for the forthcoming
8095         preview stuff.
8096
8097 2002-07-03  André Pönitz <poenitz@gmx.net>
8098
8099         * lyxfunc.C: simplify getStatus() a bit for math stuff
8100
8101 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8102
8103         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
8104
8105 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8106
8107         * text.C (changeRegionCase): do not change case of all the
8108         document when region ends at paragraph end (bug #461)
8109
8110 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8111
8112         * paragraph.C (startTeXParParams):
8113         (endTeXParParams): add \protect when necessary
8114
8115 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8116
8117         * BufferView_pimpl.C (workAreaExpose): remove warning
8118
8119 2002-06-27  Angus Leeming  <leeming@lyx.org>
8120
8121         * Makefile.am: add lyxlayout_ptr_fwd.h.
8122
8123 2002-06-26  André Pönitz <poenitz@gmx.net>
8124
8125         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
8126
8127 2002-06-25  Angus Leeming  <leeming@lyx.org>
8128
8129         * lyxfunc.C (dispatch): Comment out the call to
8130         grfx::GCache::changeDisplay. The method no longer exists now that the
8131         pixmap generation part of the graphics loader has been moved into
8132         InsetGraphics.
8133
8134 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8135
8136         * text2.C: layout as layout
8137
8138         * text.C: layout as layout
8139
8140         * tabular.C (OldFormatRead): layout as layout
8141
8142         * paragraph_pimpl.C (TeXDeeper): layout as layout
8143         (realizeFont): layout as layout
8144
8145         * paragraph.C (writeFile): layout as layout
8146         (validate): layout as layout
8147         (getFont): layout as layout
8148         (getLabelFont): layout as layout
8149         (getLayoutFont): layout as layout
8150         (breakParagraph): layout as layout
8151         (stripLeadingSpaces): layout as layout
8152         (getEndLabel): layout as layout
8153         (getMaxDepthAfter): layout as layout
8154         (applyLayout): layout as layout
8155         (TeXOnePar): layout as layout
8156         (simpleTeXOnePar): layout as layout
8157         (TeXEnvironment): layout as layout
8158         (layout): layout as layout
8159         (layout): layout as layout
8160
8161         * lyxtextclass.C (compare_name): new functor to work with
8162         shared_ptr, layout as layout
8163         (Read): layout as layout
8164         (hasLayout): layout as layout
8165         (operator): layout as layout
8166         (delete_layout): layout as layout
8167         (defaultLayout): layout as layout
8168
8169         * lyxlayout_ptr_fwd.h: new file
8170
8171         * lyxlayout.C (Read): layout as layout
8172
8173         * lyx_cb.C (MenuInsertLabel): layout as layout
8174
8175         * bufferlist.C (newFile): layout as layout
8176
8177         * buffer.C (readLyXformat2): layout as layout
8178         (parseSingleLyXformat2Token): layout as layout
8179         (insertStringAsLines): layout as layout
8180         (asciiParagraph): layout as layout
8181         (latexParagraphs): layout as layout
8182         (makeLinuxDocFile): layout as layout
8183         (simpleLinuxDocOnePar): layout as layout
8184         (makeDocBookFile): layout as layout
8185         (simpleDocBookOnePar): layout as layout
8186         (getLists): layout as layout
8187
8188         * LaTeXFeatures.C (getTClassPreamble): layout as layout
8189
8190         * CutAndPaste.C (cutSelection): layout as layout
8191         (pasteSelection): layout as layout
8192         (SwitchLayoutsBetweenClasses): layout as layout
8193
8194         * BufferView_pimpl.C (Dispatch): layout as layout
8195         (smartQuote): layout as layout
8196
8197         * BufferView2.C (unlockInset): layout as layout
8198
8199 2002-06-24  André Pönitz <poenitz@gmx.net>
8200
8201         * lyxfunc.C: fix #487
8202
8203 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8204
8205         * lyxrc.h:
8206         * lyxrc.C:
8207         * lyxfunc.C: remove display_shortcuts, show_banner
8208
8209 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8210
8211         * Buffer_pimpl.C: oops, update on resize
8212
8213 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8214
8215         * buffer.C:
8216         * converter.C:
8217         * exporter.C:
8218         * lyxfunc.C:
8219         * BufferView.h:
8220         * BufferView.C: use repaint()
8221
8222         * BufferView_pimpl.h:
8223         * BufferView_pimpl.C: s/updateScreen()/repaint()/
8224           as it's a clearer description. Remove superfluous
8225           redraws.
8226
8227 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8228
8229         * text.C: fix bug 488. Not ideal, but getting
8230           getWord() to work properly for the insets that
8231           matter is more difficult ...
8232
8233 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8234
8235         * BufferView_pimpl.C:
8236         * LyXAction.C:
8237         * commandtags.h:
8238         * lyxfunc.C: remove the six million index lyxfuncs to just
8239           one, and DTRT (bug 458)
8240
8241 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8242
8243         * BufferView.h:
8244         * BufferView.C:
8245         * BufferView_pimpl.h:
8246         * BufferView_pimpl.C: clean up resize() stuff,
8247           and unnecessary updateScreen()s
8248
8249 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8250
8251         * BufferView.h:
8252         * BufferView.C:
8253         * BufferView_pimpl.h:
8254         * BufferView_pimpl.C:
8255         * lyxfind.h:
8256         * lyxfind.C:
8257         * minibuffer.C: remove focus management of workarea,
8258           not needed. Use screen's greyOut()
8259
8260 2002-06-17  Herbert Voss  <voss@lyx.org>
8261
8262         * converter.C: (convert) do not post a message, when converting
8263         fails, let the calling function decide what to do in this case
8264
8265 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
8266
8267         * lyxfunc.C: tidy up a little
8268
8269 2002-06-16    <alstrup@diku.dk>
8270
8271         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
8272         Got rid of FORMS_H_LOCATION include. Now we are
8273         GUII.
8274
8275 2002-06-15  LyX Development team  <lyx@rilke>
8276
8277         * buffer.[Ch] (sgmlOpenTag):
8278         (sgmlCloseTag): Added support for avoiding pernicious mixed
8279         content. Return number of lines written.
8280
8281         (makeLinuxDocFile):
8282         (makeDocBookFile): Fixed calls to sgml*Tag.
8283         Simple white space clean.
8284
8285         (simpleDocBookOnePar): Simple white space clean.
8286
8287         * tabular.[Ch] (docBook): Renamed to docbook and got another
8288         argument to related with the pernicious mixed content.
8289
8290         (docbookRow): Fixed calls for docbook inset method.
8291
8292 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
8293
8294         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
8295         so it's X11 independent.
8296
8297         * kb*.[Ch]: ditto.
8298
8299         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
8300
8301 2002-06-15  Lyx Development team  <lyx@electronia>
8302
8303         * intl.h: Renamed getTrans to getTransManager.
8304
8305 2002-06-14  Angus Leeming  <leeming@lyx.org>
8306
8307         * Makefile.am: nuke forgotten stl_string_fwd.h.
8308
8309 2002-06-12  Angus Leeming  <leeming@lyx.org>
8310
8311         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
8312
8313 2002-06-13  Angus Leeming  <leeming@lyx.org>
8314
8315         * LaTeX.C:
8316         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
8317
8318 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
8319
8320         * kbmap.C (getiso): add support for cyrillic and greek
8321
8322 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8323
8324         * BufferView.h:
8325         * BufferView.C:
8326         * BufferView_pimpl.h:
8327         * BufferView_pimpl.C: move bogus scrolling logic
8328           to xforms
8329
8330 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8331
8332         * lyxfunc.C:
8333         * BufferView_pimpl.C: view->resize() change
8334
8335 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8336
8337         * BufferView_pimpl.C: topCursorVisible
8338           prototype change
8339
8340 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8341
8342         * Makefile.am:
8343         * lyx_gui.h:
8344         * lyx_gui.C: move to frontends/
8345
8346         * main.C:
8347         * lyx_main.h:
8348         * lyx_main.C: changes from above
8349
8350 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8351
8352         * intl.C:
8353         * intl.h:
8354         * kbmap.C:
8355         * kbsequence.C:
8356         * lyx_cb.C:
8357         * lyx_main.C: minor tidy
8358
8359 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8360
8361         * BufferView_pimpl.h:
8362         * BufferView_pimpl.C:
8363         * BufferView.h:
8364         * BufferView.C: make painter() const,
8365           remove dead code
8366
8367         * BufferView2.C: use screen() accessor
8368
8369         * lyx_main.h:
8370         * lyx_main.C: some minor cleanup
8371
8372 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8373
8374         * BufferView_pimpl.h:
8375         * BufferView_pimpl.C: remove enter/leaveView,
8376           use workHeight()
8377
8378 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8379
8380         * BufferView.h:
8381         * BufferView.C:
8382         * BufferView2.C:
8383         * BufferView_pimpl.h:
8384         * BufferView_pimpl.C: only construct screen once,
8385           rename
8386
8387         * lyxrc.C: remove pointless comment
8388
8389 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8390
8391         * BufferView.h:
8392         * BufferView.C: remove active() and belowMouse()
8393
8394         * BufferView_pimpl.h:
8395         * BufferView_pimpl.C: use workarea() not workarea_,
8396           and make it use a scoped_ptr instead
8397
8398 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8399
8400         * lyx_gui.C: add debug message on BadWindow
8401
8402 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8403
8404         * sp_spell.C: fdopen is not part of the C++ standard.
8405
8406         * paragraph.C (InsetIterator): use >= instead of ==
8407
8408 2002-06-07  Angus Leeming  <leeming@lyx.org>
8409
8410         Fixes needed to compile with Compaq cxx 6.5.
8411         * BufferView_pimpl.C:
8412         * DepTable.C:
8413         * buffer.C:
8414         * converter.C:
8415         * encoding.C:
8416         * lyx_gui.C:
8417         * lyx_main.C:
8418         * lyxtextclasslist.C:
8419         * minibuffer.C:
8420         * sp_spell.C:
8421         * tabular_funcs.C:
8422         * vc-backend.C:
8423         all c-library variables have been moved into namespace std. Wrap
8424         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
8425
8426         * lyxlength.C:
8427         * tabular-old.C:
8428         * tabular.C:
8429         Add a using std::abs declaration.
8430
8431         * kbmap.h (modifier_pair):
8432         * paragraph.h (InsetTable, InsetList):
8433         * lyxfont.h (FontBits):
8434         type definition made public.
8435
8436         * bufferlist.C (emergencyWriteAll): the compiler complains that
8437         there is more than one possible lyx::class_fun template to choose from.
8438         I re-named the void specialisation as lyx::void_class_fun.
8439
8440         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
8441
8442         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
8443         the compiler is is unable to find tostr in write_attribute.
8444
8445 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8446
8447         * buffer.C (sgmlError): hide #warning
8448
8449 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8450
8451         * xtl/*: get rid of xtl, which is not in use anyway
8452
8453         * LyXAction.C (init):
8454         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
8455         were unimplemented xtl experimentation
8456
8457 2002-06-04  André Pönitz <poenitz@gmx.net>
8458
8459         * lyxfunc.C: disable array operation on simple formulae
8460
8461 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
8462
8463         * converter.C: constify a bit
8464
8465 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
8466
8467         * lyx_gui.C: check xforms version correctly
8468
8469 2002-04-30  Herbert Voss  <voss@lyx.org>
8470
8471         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
8472         "keep" option
8473
8474 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
8475
8476         * lyxvc.C: fix bug 416 (make sure buffer is saved before
8477           attempt to register it with a VCS)
8478
8479 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8480
8481         * lyx_main.C (init): honor variables LYX_DIR_13x and
8482         LYX_USERDIR_13x
8483
8484 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8485
8486         * buffer.h:
8487         * buffer.C:
8488         * lyx_main.C: fix a crash on bad command line,
8489           and give a useful exit status on error
8490
8491         * lyxfunc.C (doImport): allow -i lyx to work
8492
8493 2002-03-30  André Pönitz <poenitz@gmx.net>
8494
8495         * lyxfunc.C: mathed font changes
8496
8497 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8498
8499         * LaTeX.C:
8500         * importer.h:
8501         * importer.C:
8502         * lyx_sty.h:
8503         * lyx_sty.C:
8504         * lyxlex.C:
8505         * lyxrow.h:
8506         * lyxtext.h:
8507         * paragraph.h:
8508         * paragraph.C:
8509         * texrow.h:
8510         * texrow.C:
8511         * text.C:
8512         * trans_mgr.h: srcdocs, and some minor cleanups
8513
8514 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8515
8516         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
8517         call getFont all the time)
8518
8519 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8520
8521         * switch from SigC signals to boost::signals
8522
8523 2002-05-29  André Pönitz <poenitz@gmx.net>
8524
8525         * paragraph_pimpl.C (getChar): don't call size() too often...
8526
8527 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8528
8529         * paragraph_pimpl.C (insertChar): do not try to update tables when
8530         appending (pos == size())
8531
8532         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
8533         in order to reduce drastically the number of comparisons needed to
8534         parse a large document
8535
8536 2002-05-29  André Pönitz <poenitz@gmx.net>
8537
8538         * text.C:
8539         * text2.C:
8540         * lyxtextclass.C:
8541         * sp_pspell.h:
8542         * textclasslist.[Ch]:
8543         * sp_ispell.h: whitespace change
8544
8545 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8546
8547         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
8548         lyxaction directly now.
8549
8550 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
8551
8552         * trans.C:
8553         * lyxfont.C:
8554         * lyxvc.C: remove unused headers
8555
8556 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8557
8558         * Makefile.am:
8559         * buffer.h:
8560         * undostack.h:
8561         * undostack.C:
8562         * undo_funcs.h:
8563         * undo_funcs.C: some cleanups. Use shared_ptr
8564           and a template for the undo stacks.
8565
8566 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8567
8568         * BufferView_pimpl.h:
8569         * BufferView_pimpl.C:
8570         * kbmap.h:
8571         * kbmap.C:
8572         * kbsequence.h:
8573         * kbsequence.C:
8574         * lyxfunc.h:
8575         * lyxfunc.C:
8576         * text2.C: use key_state/mouse_state
8577
8578 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8579
8580         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
8581         and LSubstring
8582
8583         * chset.C: change include order
8584         (loadFile): use boost regex and get rid of LRegex and LSubstring
8585
8586         * Makefile.am (BOOST_LIBS): new variable
8587         (lyx_LDADD): use it
8588
8589         * LaTeX.C: change include order.
8590         (scanAuxFile): use boost regex and get rid of LRegex and
8591         LSubstring
8592         (deplog): ditto
8593
8594 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8595
8596         * ColorHandler.h:
8597         * ColorHandler.C:
8598         * FontInfo.h:
8599         * FontInfo.C: moved to frontends/xforms/
8600
8601         * FontLoader.h:
8602         * FontLoader.C: moved into frontends for GUIIzation
8603
8604         * Makefile.am:
8605         * lyx_gui.C:
8606         * lyxfont.C:
8607         * lyxfunc.C: changes from above
8608
8609 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8610
8611         * LColor.C: remove spurious X include
8612
8613         * BufferView_pimpl.C:
8614         * Makefile.am:
8615         * font.h:
8616         * font.C:
8617         * text.C:
8618         * text2.C: move font metrics to frontends/
8619
8620 2002-05-24  Juergen Vigna  <jug@sad.it>
8621
8622         * undo_funcs.C (textHandleUndo): fix the cursor selection after
8623         setting the undo_cursor.
8624
8625         * ParagraphParameters.h: include local includes first.
8626
8627 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8628
8629         * BufferView_pimpl.C:
8630         * BufferView_pimpl.h:
8631         * Makefile.am:
8632         * WorkArea.h:
8633         * WorkArea.C:
8634         * screen.C: move WorkArea into frontends/
8635
8636         * lyxscreen.h:
8637         * screen.C:
8638         * text.C:
8639         * BufferView.C:
8640         * BufferView2.C: move LyXScreen into frontends/
8641
8642         * lyxlookup.h:
8643         * lyxlookup.C:
8644         * lyx_gui.C: move lyxlookup into frontends/xforms/
8645
8646 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8647
8648         * BufferView2.C:
8649         * BufferView_pimpl.C:
8650         * FontLoader.C:
8651         * LyXView.h:
8652         * LyXView.C:
8653         * Makefile.am:
8654         * WorkArea.C:
8655         * XFormsView.h:
8656         * XFormsView.C:
8657         * buffer.C:
8658         * bufferlist.C:
8659         * bufferview_funcs.C:
8660         * converter.C:
8661         * importer.C:
8662         * lyx_cb.C:
8663         * lyx_gui.C:
8664         * lyx_main.C:
8665         * lyx_find.C:
8666         * lyxfunc.C:
8667         * lyxvc.C:
8668         * minibuffer.C:
8669         * text.C:
8670         * text2.C:
8671         * trans.C:
8672         * vc-backend.C: move LyX/XFormsView into frontends/
8673
8674 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8675
8676         * Makefile.am:
8677         * PainterBase.C:
8678         * PainterBase.h:
8679         * Painter.C:
8680         * Painter.h:
8681         * WorkArea.C:
8682         * WorkArea.h:
8683         * screen.C:
8684         * tabular.C:
8685         * text.C:
8686         * text2.C: move Painter to frontends/
8687
8688 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8689
8690         * buffer.C: comment out some some code that depend upon lyx_format
8691         < 220
8692
8693         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
8694         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
8695
8696         * buffer.h (NO_COMPABILITY): turn off compability
8697
8698         * ColorHandler.C: include scoped_array.hpp
8699
8700         * font.C: Use more specific smart_ptr header.
8701         * Painter.C: ditto
8702         * gettext.C: ditto
8703         * ShareContainer.h: ditto
8704         * lyx_main.h: ditto
8705         * kbmap.h: ditto
8706         * FontInfo.h: ditto
8707         * BufferView_pimpl.h: ditto
8708         * ColorHandler.h: ditto
8709
8710         * kbmap.C (defkey): change call to shared_ptr::reset
8711
8712 2002-05-21  Juergen Vigna  <jug@sad.it>
8713
8714         * buffer.C (insertErtContents): fix to insert ert asis if it is
8715         non empty. Skip it completely if it contains only whitespaces.
8716
8717 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
8718
8719         * BufferView_pimpl.C:
8720         * BufferView2.C: clear selection on paste (bug 393)
8721
8722 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8723
8724         * DepTable.C: include ctime
8725
8726 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
8727
8728         * buffer.C (latexParagraphs): Add new argument (moving_arg).
8729
8730 2002-05-14  Juergen Vigna  <jug@sad.it>
8731
8732         * text.C (breakParagraph): fixed function to honor the keepempty
8733         layout in the right maner and also to permit the right breaking
8734         algorithm on empty or non empyt keepempty paragraphs.
8735
8736         * paragraph.C (breakParagraph): we have to check also if the par
8737         is really empty (!size()) for isempty otherwise we do the wrong
8738         paragraph break.
8739
8740 2002-05-10  Juergen Vigna  <jug@sad.it>
8741
8742         * buffer.[Ch] : The following are only changes to the ert
8743         compatibility read reading old LaTeX layout and font stuff and
8744         convert it to ERTInsets.
8745
8746         * buffer.h: added isErtInset().
8747
8748         * buffer.C (struct ErtComp): add a fromlayout bool to check
8749         if we're inside a LaTeX layout.
8750         (isErtInset): new helper function.
8751         (insertErtContents): look for other ert insets before this one
8752         and insert the contents there, so that we don't have subsequent
8753         ERT insets with nothing between them. This way we create only one
8754         inset with multiple paragraphs. Also check if we don't insert only
8755         spaces ' ' as they are ignored anyway afterwards in the .tex file
8756         so if we have only spaces we will ignore this latex part in the
8757         new file.
8758         (parseSingleLyXformat2Token \\layout): better compatibility when
8759         reading layout-latex stuff.
8760         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
8761         language tag.
8762         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
8763         stuff after reading the inset only get the information back from
8764         the stack.
8765
8766 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
8767
8768         * buffer.C (makeLaTeXFile): Put language options after loading babel.
8769
8770         * LaTeXFeatures.C (getBabelOptions): New method.
8771
8772 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8773
8774         * BufferView_pimpl.C (Dispatch): work around missing argument for
8775         'layout'
8776
8777 2002-05-08  Juergen Vigna  <jug@sad.it>
8778
8779         * text.C (leftMargin): handle paragraph leftindent.
8780
8781         * paragraph.C (writeFile): write the new \\leftindent tag.
8782         (validate): handle leftindent code.
8783         (TeXEnvironment): handle paragraphleftindent code again.
8784
8785         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
8786
8787         * buffer.C (parseSingleLyXformat2Token): added compatibility code
8788         for paragrap_extra indent code and new token \\leftindent.
8789         (latexParagraphs): handle the leftindent as environment.
8790
8791         * ParameterStruct.h: added leftindent support.
8792
8793         * ParagraphParameters.C (leftIndent): added support functions for
8794         the paragraph left indent.
8795
8796         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
8797         more appropriate.
8798
8799 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
8800
8801         * paragraph.C (isRightToLeftPar): Return false for a paragraph
8802         inside insetERT.
8803
8804         * text.C (computeBidiTables): No bidi in insetERT.
8805
8806         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
8807         in RTL documents.
8808
8809 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8810
8811         * version.C.in: pre 5
8812
8813 2002-05-02  José Matos  <jamatos@fep.up.pt>
8814         * buffer.C (makeDocBookFile): white space changes, add newline to
8815         command styles.
8816         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
8817
8818         * tabular.C (docBook): fix typo.
8819
8820 2002-05-03  Juergen Vigna  <jug@sad.it>
8821
8822         * screen.C (drawFromTo): recalculate the rowpointer if we had a
8823         change in LyXText as we can not be sure it was not freed.
8824         (drawOneRow): remove unused code.
8825
8826         * text.C (drawInset): redo the calculation of the need_break_row as
8827         it could have a row which was already freed.
8828         (draw): look at the return value of drawInset and return false if
8829         it also returned false.
8830         (paintRowText): look at the return value of draw and return false if
8831         it also returned false.
8832
8833         * lyxtext.h: added bool return type to drawInset() and draw() so that
8834         if we have a change in the row so that the rowbreak has to be redone
8835         we abort drawing as it will be called again.
8836
8837 2002-05-02  Juergen Vigna  <jug@sad.it>
8838
8839         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
8840         a change in the maintext also if we're inside an inset.
8841         (Dispatch): set the cursor again after a break line and after the
8842         screen has been updated as it could be we're in a different row.
8843
8844         * text2.C (fixCursorAfterDelete): check to make sure we don't request
8845         to set the cursor behind the pargraph with > size().
8846         (setCursor): check also for the same paragraph when checking where
8847         to put the cursor if we have a NFR inset.
8848
8849         * buffer.C (parseSingleLyXformat2Token): move the compatibility
8850         parts of layout read further up as it still was in the wrong
8851         position.
8852
8853 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8854
8855         * screen.C (drawFromTo): change sine fullRebreak always return
8856         true.
8857
8858         * buffer.C (parseSingleLyXformat2Token): reindent some
8859
8860         * BufferView_pimpl.C (update): change since fullRebreak always
8861         return true.
8862         (Dispatch): git rid of the last hardcoded "Standard"s.
8863
8864 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8865
8866         * text2.[Ch] (fullRebreak): make it return void now that we always
8867         returned true.
8868
8869 2002-04-30  Juergen Vigna  <jug@sad.it>
8870
8871         * buffer.C (parseSingleLyXformat2Token): reset the font before the
8872         ert compatibility check for "latex" layout.
8873
8874 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
8875
8876         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
8877         minipages: use col% instead of p%, and also use the current font.
8878         (makeLaTeXFile): Fix use babel condition.
8879         (parseSingleLyXformat2Token): Correct font when reading old floats.
8880
8881 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
8882
8883         * BufferView_pimpl.C (Dispatch): Check that float type exists when
8884         inserting list of floats.
8885
8886 2002-04-25  Herbert Voss  <voss@lyx.org>
8887
8888         * MenuBackend.C (expand): don't add the graphics extensions to the
8889         export menu
8890
8891 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8892
8893         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
8894         non-existing layout, do not complain if it was the default layout
8895         of the original class (bug #342)
8896
8897 2002-04-24  Juergen Vigna  <jug@sad.it>
8898
8899         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
8900         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
8901
8902 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
8903
8904         * buffer.C (getBibkeyList): If using \bibliography, return the
8905         option field with the reference itself. Enables us to provide natbib
8906         support when using \bibliography.
8907
8908 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
8909
8910         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
8911
8912         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
8913         natbib is provided by the LaTeX class.
8914
8915 2002-04-23  Juergen Vigna  <jug@sad.it>
8916
8917         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
8918         Wakeup functions.
8919
8920         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
8921
8922 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8923
8924         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
8925
8926         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
8927         ensuremath around textordmasculine, textordfeminine and
8928         textdegree.
8929
8930 2002-04-19  Juergen Vigna  <jug@sad.it>
8931
8932         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
8933         reinitializing the buffer otherwise row-dimensions may be wrong.
8934         (update): reset also the selection cursors if they do exits otherwise
8935         their x/y positions may be wrong.
8936
8937         * text2.C (cursorDown): don't enter the inset if we came from a row
8938         above and are one row over the inset.
8939
8940         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
8941         really leaving an inset.
8942
8943 2002-04-18  Juergen Vigna  <jug@sad.it>
8944
8945         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
8946         of the selected paragraph does not have the selected layout also if
8947         the last one had!
8948
8949         * text2.C (setLayout): fixed bug which did not change last selected
8950         paragraph.
8951
8952         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
8953         changed the read and substituted \\end_float with \\end_inset!
8954
8955         * BufferView_pimpl.C (cursorPrevious):
8956         (cursorNext): fixed to make it work with rows heigher than the work
8957         area without moving the cursor only the draw of the row.
8958         (workAreaMotionNotify): fix jumping over high rows.
8959
8960 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8961
8962         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
8963         Ressler.
8964
8965 2002-04-16  Juergen Vigna  <jug@sad.it>
8966
8967         * text2.C (setCursor): set also the irow().
8968         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
8969         (cursorUp):
8970         (cursorDown): support for locking an inset if the x_fix value goes
8971         inside it. That way I can transverse insets too with cursor up/down.
8972
8973         * lyxrow.h: added irow helper function same as other (i) functions.
8974
8975         * BufferView_pimpl.C (cursorPrevious):
8976         (cursorNext): fixed for insets!
8977
8978 2002-04-15  Juergen Vigna  <jug@sad.it>
8979
8980         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
8981         position otherwise it is wrong in some cases.
8982
8983         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
8984         inside the inset before the call.
8985
8986 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
8987
8988         * buffer.[Ch] (getBibkeyList): make it const.
8989
8990 2002-04-12  Juergen Vigna  <jug@sad.it>
8991
8992         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
8993
8994         * text2.C (getCursorX): new helper function
8995         (setCursor): compute also ix_
8996         (setCursorFromCoordinates): set also ix.
8997
8998         * lyxcursor.h: added ix_ and helper functions.
8999
9000         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9001
9002         * buffer.C (insertStringAsLines): dont break paragraph if the this
9003         paragraph is inside an inset which does not permit it!
9004
9005         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9006         also with no chars on this paragraph.
9007         (paintRowText): only paint stuff if it's inside the workarea!
9008
9009         * paragraph.C (breakParagraph): honor keepempty flag and break the
9010         paragraph always below not above.
9011
9012         * BufferView2.C (unlockInset): update the paragraph layout on inset
9013         unlock as we changed paragraph in such a case.
9014
9015         * lyxfind.C (LyXFind): clear the former selection if not found!
9016
9017         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9018         again called in insertChar().
9019
9020         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9021         an inset which uses the whole row!
9022         (rightMargin): ditto.
9023         (insertChar): force a rebreak if we inserted an inset!
9024
9025 2002-03-28  Herbert Voss  <voss@lyx.org>
9026
9027         * lyxlength.[Ch]: add inBP() to get the right PS-point
9028         units (BigPoint). With inPixels we have rounding errors
9029
9030 2002-04-11  Juergen Vigna  <jug@sad.it>
9031
9032         * text2.C (setCursorFromCoordinates): set iy to the right value.
9033         (setCursor): add check if row->previous exists!
9034
9035         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9036         an old float_type as this was the case in the old code!
9037
9038         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9039
9040         * BufferView2.C (showLockedInsetCursor): use iy
9041         (fitLockedInsetCursor): ditto
9042
9043         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9044         locked insets as there we have the right value now.
9045
9046         * lyxcursor.C: added iy_ variable and iy functions to set to the
9047         baseline of cursor-y of the locked inset.
9048
9049         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9050         (setCursor): fixed for insets which need a full row.
9051
9052         * text.C (rowLastPrintable): don't ignore the last space when before
9053         an inset which needs a full row.
9054         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9055         as last character of a row when before a inset which needs a full row.
9056
9057 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9058
9059         * version.C.in: update date
9060
9061         * text2.C (fullRebreak): try to always return true and see what
9062         happens...
9063
9064 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9065
9066         * MenuBackend.C (expand): use Floating::listName
9067
9068         * FloatList.C (FloatList): add listName argument to the built-in
9069         floats
9070
9071         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9072         text associated with the float.
9073
9074 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9075
9076         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
9077
9078 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9079
9080         * ShareContainer.h: add a couple of missing typenames.
9081
9082 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
9083
9084         * lyxrc.C (getDescription): use _() correctly rather than N_().
9085
9086 2002-03-28  Herbert Voss  <voss@lyx.org>
9087
9088         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
9089         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
9090
9091 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9092
9093         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
9094         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
9095
9096 2002-03-29  Juergen Vigna  <jug@sad.it>
9097
9098         * lyxfunc.C (dispatch): add a missing fitCursor call.
9099
9100         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
9101         it was scrolled by a cursor move, so return the bool status.
9102
9103         * BufferView.C (fitCursor): return the bool flag also to the outside
9104         world as this is needed.
9105
9106         * screen.C (toggleToggle): don't subtract the offset if it's positive.
9107
9108         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
9109         call the edit() as it is not needed (and wrong) IMO.
9110         (workAreaButtonPress): set the screen_first variable before evt.
9111         unlock the inset as this may change screen_first and then we have
9112         a wrong y position for the click!
9113
9114 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9115
9116         * MenuBackend.C (expand): another translation that I missed
9117
9118 2002-03-28  Juergen Vigna  <jug@sad.it>
9119
9120         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
9121
9122         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
9123
9124 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9125
9126         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
9127
9128         * MenuBackend.C (expand): fix export/view/update when there is no
9129         document open.
9130
9131 2002-03-27  Herbert Voss  <voss@lyx.org>
9132
9133         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
9134         and text%
9135
9136 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9137
9138         * bufferview_funcs.C (currentState): only show paragraph number
9139         for is DEVEL_VERSION is set.
9140
9141         * lyxfunc.C (dispatch): put warning in INFO channel
9142
9143         * MenuBackend.C (expand): translate the name of floats
9144
9145         * FloatList.C (FloatList): mark the float names for translation
9146
9147         * converter.C (convert): use LibScriptSearch
9148
9149 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9150
9151         * MenuBackend.C (defaults): fix default menu (we might as well get
9152         rid of it...)
9153
9154 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9155
9156         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
9157         directory.
9158
9159 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9160
9161         * lyxvc.C: reorder includes.
9162
9163 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
9164
9165         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
9166           properly
9167
9168 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
9169
9170         * CutAndPaste.C: change layouts earlier on paste
9171           to avoid crashing when calling getFont()
9172
9173 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
9174
9175         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
9176         irritating #error.
9177
9178 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9179
9180         * WorkArea.C: remove 'Pending' debug message.
9181
9182         * most files: ws cleanup
9183
9184         * buffer.[Ch]: ws changes
9185
9186         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
9187
9188 2002-03-21  Juergen Vigna  <jug@sad.it>
9189
9190         * tabular.C (SetMultiColumn): collapse also the contents of the
9191         cells and set the last border right. Added a Buffer const * param.
9192
9193 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9194
9195         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
9196         linking or not.
9197
9198 2002-03-19  Juergen Vigna  <jug@sad.it>
9199
9200         * text2.C (clearSelection): reset also xsel_cache.
9201
9202         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
9203         where it needs to be called (John tells us to do so too :)
9204         (selectionLost): reset sel_cache.
9205
9206         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
9207
9208 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9209
9210         * text2.C (setCursorIntern): put debuging code in INSETS channel
9211
9212 2002-03-19  André Pönitz <poenitz@gmx.net>
9213
9214         * lyxfunc.C: tiny whitespace change
9215
9216 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9217
9218         * ToolbarDefaults.C (init):
9219         * LyXAction.C (init):
9220         * commandtags.h:
9221         * BufferView_pimpl.C (Dispatch):
9222         * lyxfunc.C (dispatch): remove LFUN_DEPTH
9223
9224 2002-03-19  Allan Rae  <rae@lyx.org>
9225
9226         * exporter.C (Export): removeAutoInsets before doing anything else.
9227         While I've just introduced a dependency on BufferView this really is
9228         the best place to clean the buffer otherwise you need to cleanup in
9229         a dozen places before calling export or cleanup in a dozen functions
9230         that export calls.
9231
9232         * converter.C (runLaTeX):
9233         (scanLog): Better handling of removeAutoInsets and screen updates.
9234
9235         * lyxfunc.C (dispatch): small whitespace changes
9236
9237 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9238
9239         * WorkArea.C (C_WorkAreaEvent): return a value.
9240         (event_cb): return 1 if we handled the event, 0 otherwise.
9241
9242         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
9243
9244 2002-03-18  Juergen Vigna  <jug@sad.it>
9245
9246         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
9247         (GetAdditionalWidth): ditto.
9248         (RightLine): ditto.
9249         (LeftLine): ditto.
9250
9251         * BufferView2.C (copy): use getLyXText() so that we do it inside an
9252         inset if we're there actually (probably not used right now but this
9253         is the direction to go for unifying code).
9254         (paste): disable code to clear the selection.
9255
9256         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
9257         inside an InsetText and move the check further up as it is in the
9258         wrong place.
9259
9260         * text2.C (pasteSelection): set a selection over the pasted text.
9261
9262 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
9263
9264         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
9265         and libgraphics to build on Cygwin.
9266
9267 2002-03-15  Juergen Vigna  <jug@sad.it>
9268
9269         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
9270         inserting an Inset into the paragraph. I know this is not the best
9271         fix but we already use current_view in CutAndPaste so we will remove
9272         all of it's using at the same time.
9273
9274         * buffer.C (sgmlError): deactivated function till it is rewritten in
9275         the right mode, now it can create problems.
9276
9277         * paragraph.C (isLineSeparator): check if getInset returns != 0,
9278         before accessing it.
9279
9280 2002-03-14  Juergen Vigna  <jug@sad.it>
9281
9282         * undo_funcs.C (textHandleUndo): do the right thing when updating
9283         the inset after the undo/redo.
9284
9285         * text2.C (setCursor): just some testcode for #44 not ready yet.
9286
9287         * undo_funcs.C (textHandleUndo): set the next() and previous()
9288         pointers of the paragraph to 0 before deleting otherwise we have
9289         problems with the Paragraph::[destructor].
9290
9291         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
9292         on a paragraph insertion.
9293
9294 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9295
9296         * buffer.C (asciiParagraph): use += operator for char append to
9297         string.
9298
9299         * paragraph.C (getFontSettings): compare >= not just >
9300         (highestFontInRange): ditto
9301         (setFont): ditto
9302
9303 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9304
9305         * paragraph.C: change several algorithm to be more appripriate for
9306         the problem domain. This is lookip in FontList and in the InsetList.
9307
9308 2002-03-13  André Pönitz <poenitz@gmx.net>
9309
9310         * commandtags.h:
9311         * LyXAction.C: remove unused LFUN_MATH_MACROARG
9312
9313 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
9314
9315         * commandtags.h:
9316         * LyXAction.C:
9317         * lyxfunc.C:
9318         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
9319
9320 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9321
9322         * Painter.C (display): anon helper function, adjust code for this
9323         change.
9324         (pixmap): remove function.
9325
9326         * Painter.h: remove private display variable.
9327
9328         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
9329
9330 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
9331
9332         * WorkArea.[Ch]: remove figinset_canvas cruft.
9333
9334 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9335
9336         * lyxtextclass.C (operator): add one item cache optimization.
9337
9338         * bufferlist.h: doxy changes
9339
9340         * bufferlist.C: ws changes
9341
9342         * DepTable.[Ch] (ext_exist): place const in the right spot.
9343
9344         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
9345         call resizeInsets.
9346         (workAreaExpose): call resizeInsets when the with BufferView changes.
9347         (Dispatch): adjust for protectedBlank removal
9348         (specialChar): call updateInset if the insert went ok.
9349
9350         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
9351         specialChar instead.
9352
9353         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
9354
9355         * BufferView.h: doxy change
9356
9357         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
9358
9359         * lyxtextclass.C (operator[]): remove non-const version
9360         (defaultLayout): remove non-const version
9361
9362 2002-03-12  Juergen Vigna  <jug@sad.it>
9363
9364         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
9365         did resize the LyXText too.
9366
9367         * buffer.C (readLyXformat2): set layout information on newly allocated
9368         paragraphs.
9369
9370         * tabular.C (OldFormatRead): set layout information on the paragraph.
9371
9372 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9373
9374         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
9375
9376 2002-03-11  Juergen Vigna  <jug@sad.it>
9377
9378         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
9379         plainly wrong.
9380         (resizeCurrentBuffer): force also the insets to resize themselfes.
9381         (moveCursorUpdate): fixed up for InsetText.
9382
9383 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
9384
9385         * commandtags.h:
9386         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
9387         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
9388         value of Dialogs::tooltipsEnabled().
9389         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
9390
9391 2002-03-08  Juergen Vigna  <jug@sad.it>
9392
9393         * BufferView_pimpl.C (updateInset): update inset inside inset also
9394         if it isn't inside theLockingInset().
9395
9396 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9397
9398         * buffer.C (asciiParagraph): redo some of the word and line length
9399         handling.
9400         (getLists): look for Caption instead of caption.
9401
9402 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9403
9404         * buffer.C (Buffer): initialize niceFile to true
9405         (makeLaTeXFile):
9406         (makeLinuxDocFile):
9407         (makeDocBookFile): make sure niceFile is true on exit
9408
9409 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9410
9411         * buffer.C (makeLaTeXFile): escape ~ in \input@path
9412
9413 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
9414
9415         * LyXSendto.C: remove.
9416         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
9417         * lyx_gui.C: remove now-redundant comment.
9418         * ColorHandler.h: remove forward declaration of class WorkArea.
9419         * lyxfunc.C: remove #include "WorkArea.h".
9420
9421 2002-03-07  Juergen Vigna  <jug@sad.it>
9422
9423         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
9424         got moved away with the DEPM and also set the inset_owner always
9425         right which before could have been omitted.
9426
9427 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9428
9429         * buffer.C (parseSingleLyXformat2Token): use default layout is the
9430         wanted layout is not found.
9431
9432 2002-03-07  Juergen Vigna  <jug@sad.it>
9433
9434         * CutAndPaste.C (cutSelection): another layout settings forgotten.
9435
9436 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9437
9438         * paragraph.C (breakParagraph): use default layout not layout of
9439         prev paragraph.
9440         (Paragraph): clear ParagraphParameters.
9441
9442 2002-03-06  Juergen Vigna  <jug@sad.it>
9443
9444         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
9445         otherwise it would not be a valid lenght. Fixed a special case in
9446         the minipage compatibility read where we end the document with a
9447         minipage.
9448
9449         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
9450         was set as it could be 0 for InsetTexts first entry.
9451
9452 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9453
9454         * paragraph.C (writeFile): if layout is empty write out
9455         defaultLayoutName().
9456
9457         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
9458         file without named layout we set layout to defaultLayoutName().
9459
9460 2002-03-06  Juergen Vigna  <jug@sad.it>
9461
9462         * CutAndPaste.C (copySelection): set layout for new paragraph.
9463
9464         * text.C (prepareToPrint): leave ERT inset left aligned
9465         (leftMargin): don't indent paragraphs inside ERT insets
9466
9467 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9468
9469         * paragraph.C (breakParagraph): dont call clear do the work manually
9470
9471         * paragraph.[Ch] (clear): remove function
9472
9473 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9474
9475         * paragraph.C (Paragraph): dont call clear, the work has already
9476         been done.
9477
9478         * lyxtextclass.C (operator): assert if n is empty
9479
9480         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
9481         work manually instead.
9482
9483 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9484
9485         * BufferView_pimpl.C: protect selectionLost against text == 0
9486
9487 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9488
9489         * text.C (breakParagraph): fix a setting layout to '0' problem.
9490
9491 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9492
9493         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
9494         final location of file, for the included files, and graphics.
9495
9496 2002-03-05  Juergen Vigna  <jug@sad.it>
9497
9498         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
9499
9500 2002-03-04  Juergen Vigna  <jug@sad.it>
9501
9502         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
9503
9504         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
9505         last column of multicolumn cells.
9506         (SetWidthOfMulticolCell): recalculate NMC and real columns.
9507
9508 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9509
9510         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
9511         file if it doesn't go to a temporary file.
9512
9513         * buffer.C (sgmlOpenTag):
9514         (sgmlCloseTag):  remove extra newline insertion.
9515
9516 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9517
9518         * text.C (getRowNearY): comment out debug msg
9519
9520 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9521
9522         * text2.C: first -> first_y
9523
9524         * text.C (getRowNearY): add some attemts at a possible
9525         optimization, not working.
9526
9527         * tabular.[Ch]: add BufferParams to several function so that newly
9528         created paragraph can be initialized to he default layotu for the
9529         buffers textclass.
9530
9531         * tabular-old.C (ReadOld): add buf->params to call of Init
9532
9533         * screen.C: rename text->first to text->first_y
9534
9535         * paragraph.C (breakParagraph): always set layout in the broken
9536         paragraph
9537
9538         * lyxtextclass.C (Read): remove lowercase
9539         (hasLayout): ditto
9540         (operator): ditto
9541         (delete_layout): ditto
9542
9543         * lyxtext.h: rename first -> first_y
9544
9545         * lyxlayout.C (Read): remove lowercase
9546         (name): ditto
9547         (setName): ditto
9548         (obsoleted_by): ditto
9549
9550         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
9551
9552         * buffer.C (insertErtContents): add params are to InsetERT
9553         (parseSingleLyXformat2Token): add code to check if a paragraphs
9554         layout really exist.
9555         (parseSingleLyXformat2Token): add params to several inset
9556         constructors
9557         (asciiParagraph): remove lowercase, do the layout comparisons with
9558         no_case
9559
9560         * BufferView_pimpl.C (cursorNext): first -> first_y
9561         (resizeCurrentBuffer): first -> first_y
9562         (updateScrollbar): first -> first_y
9563         (scrollCB): first -> first_y
9564         (workAreaMotionNotify): first -> first_y
9565         (workAreaButtonPress): first -> first_y
9566         (checkInsetHit): first -> first_y
9567         (cursorPrevious): first -> first_y
9568         (cursorNext): first -> first_y
9569         (Dispatch): add buffer_->params to severl inset contructors
9570
9571 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9572
9573         * lyxlayout.C (Read): remove some debug info that I forgot.
9574
9575         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
9576         clean up the code slightly.
9577         (makeLinuxDocFile): ditto
9578         (makeDocBookFile): ditto
9579
9580         * text2.C: layout as string
9581
9582         * text.C: layout as string
9583
9584         * paragraph_pimpl.C: layout as string
9585
9586         * paragraph.[Ch]: layout as string
9587
9588         * lyxtextclasslist.[Ch]: layout as string
9589
9590         * lyxtextclass.[Ch]: layout as string
9591
9592         * lyxtext.h: layout as string
9593
9594         * lyxlayout.[Ch]: layout as string
9595
9596         * lyx_cb.C: layout as string
9597
9598         * bufferview_funcs.C: layout as string
9599
9600         * bufferparams.C: layout as string
9601
9602         * buffer.C: layout as string
9603
9604         * LyXView.[Ch]: layout as string
9605
9606         * LaTeXFeatures.[Ch]: layout as string
9607
9608         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
9609
9610         * BufferView_pimpl.C: change current_layout to string, remove
9611         lyx::layout_type.
9612         (Dispatch):
9613         (smartQuote):
9614         (insertInset):
9615         (workAreaButtonRelease): layout as string
9616
9617         * BufferView2.C (unlockInset): adjust
9618
9619         * vspace.C (asLatexCommand): use an explict temp variable.
9620
9621 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9622
9623         * Makefile.am: use FRONTEND_*
9624
9625 2002-03-01  Juergen Vigna  <jug@sad.it>
9626
9627         * tabular.C (SetWidthOfMulticolCell): changed to something better
9628         I hope but still work in progress.
9629         (recalculateMulticolumnsOfColumn): renamed function from
9630         recalculateMulticolCells as it is more appropriate now.
9631         (SetWidthOfCell): calculate multicols better.
9632
9633 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9634
9635         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
9636
9637         * lyxfunc.C (processKeySym): print sequence also if it is
9638         `deleted' (complete)
9639
9640         * kbsequence.C (print): print sequence even if it is deleted
9641         (complete would be a better word, actually).
9642
9643         * lyxfunc.C (dispatch): print complete options after a prefix key
9644
9645         * vspace.C (asLatexCommand): rewrite in a slightly different form.
9646
9647 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
9648
9649         * text2.C (setCharFont): eliminate setCharFont code duplication.
9650
9651 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9652
9653         * BufferView_pimpl.C (Dispatch): remove bogus handling of
9654         LFUN_TABULAR_FEATURE (bug #177)
9655
9656 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
9657
9658         * Makefile.am: remove figure.h
9659
9660 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
9661
9662         * Bufferview_pimpl.C:
9663         * CutAndPasteC:
9664         * LaTeX.C:
9665         * LyXSendto.C:
9666         * buffer.C:
9667         * bufferlist.C:
9668         * converter.C:
9669         * language.C:
9670         * lyxfunc.C:
9671         * lyxvc.C:
9672         * paragraph.C:
9673         * text.C:
9674         * text2.C: remove #include "lyx_gui_misc.h".
9675
9676         * LaTeX.C: added #include <cstdio>
9677
9678 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9679
9680         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
9681         that the paragraph following this one can have.
9682
9683         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
9684
9685         * vspace.C (asLatexCommand): fix bogus gcc warning
9686
9687         * Makefile.am (lyx_SOURCES): remove vms_defines.h
9688
9689 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
9690
9691         * text2.C (setLayout): get rid of redundant code
9692
9693 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
9694
9695         * text2.C (incDepth): make sure depth cannot be increased beyond
9696         reasonable values.
9697
9698 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
9699
9700         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
9701         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
9702
9703         * PainterBase.h (image):
9704         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
9705         a LyXImage const *.
9706
9707 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9708
9709         * BufferView.C:
9710         * BufferView.h:
9711         * BufferView_pimpl.C:
9712         * BufferView_pimpl.h:
9713         * LaTeXFeatures.C:
9714         * LyXAction.C:
9715         * LyXView.C:
9716         * Makefile.am:
9717         * UpdateList.h:
9718         * UpdateList.C:
9719         * buffer.C:
9720         * figure.h:
9721         * figureForm.C:
9722         * figureForm.h:
9723         * figure_form.C:
9724         * figure_form.h:
9725         * lyx_cb.C:
9726         * lyx_gui.C:
9727         * lyx_gui_misc.C:
9728         * lyxfunc.C:
9729         * sp_base.h:
9730         * sp_ispell.h:
9731         * sp_pspell.h:
9732         * sp_spell.C: remove fig inset, and the crap house of
9733           cards that follows it
9734
9735 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9736
9737         * Makefile.am:
9738         * lyxserver.C:
9739         * os2_defines.h:
9740         * os2_errortable.h:
9741         * nt_defines.h: move .h into support/
9742
9743         * vms_defines.h: remove
9744
9745         * WorkArea.C: add space in debug output
9746
9747         * text2.C:
9748         * paragraph.C:
9749         * buffer.C: add WITH_WARNINGS
9750
9751         * vc-backend.h:
9752         * vc-backend.C:
9753         * bufferlist.C: s/retrive/retrieve/, add docs
9754
9755         * vspace.h:
9756         * vspace.C:
9757         * kbmap.h:
9758         * lyxlength.h:
9759         * lyxgluelength.h:
9760         * length_common.h:
9761         * chset.h:
9762         * chset.C: add docs
9763
9764         * lyxgui.C: add ID to X error handler
9765
9766         * lyxtestclass.c: fix typo
9767
9768 2002-02-26  Juergen Vigna  <jug@sad.it>
9769
9770         * tabular_funcs.C (write_attribute): changed so that some default
9771         attributes are not written at all.
9772         (getTokenValue): set default values before trying to read the
9773         value so we have the return value always set as default if we don't
9774         find the token we search for.
9775
9776         * tabular.C (Write): write bools as bools not as strings!
9777
9778 2002-02-22  Juergen Vigna  <jug@sad.it>
9779
9780         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
9781         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
9782
9783         * text.C (leftMargin): don't add an indent for paragraphs inside
9784         tabular cells (fix #208).
9785
9786 2002-02-21  José Matos  <jamatos@fep.up.pt>
9787
9788         * tabular.C (docBook): fixed support for long tables.
9789
9790 2002-02-20  Juergen Vigna  <jug@sad.it>
9791
9792         * text2.C (getFont): get the drawing font of the Inset if this
9793         paragraph is inside an inset (only important for InsetERT for now).
9794
9795         * buffer.C (insertErtContents): use new lanugage params in ERT
9796         constructor.
9797
9798         * CutAndPaste.C: commenting out seemingly uneeded code.
9799
9800 2002-02-19  Allan Rae  <rae@lyx.org>
9801
9802         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
9803         Iterators might be simple to use but they also get invalidated.
9804         (removeAutoInsets): renamed saved cursor tracking variables and added
9805         some comments to clarify what everything does.
9806
9807 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
9808
9809         * Chktex.C:
9810         * LaTeX.C:
9811         * LyXSendto.C:
9812         * converter.C:
9813         * lyx_cb.C:
9814         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
9815         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
9816
9817         * lyxfunc.C:
9818         * vc-backend.h: remove #include "support/syscall.h"
9819
9820         * LaTeX.C:
9821         * LyXSendto.C:
9822         * converter.C: rearrange #includes in Lars' approved fashion.
9823
9824         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
9825         forward declare class Timeout in the header file.
9826
9827         * XFormsView.C: changes due to the above.
9828
9829         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
9830         similar to LyXView.
9831
9832         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
9833         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
9834
9835 2002-02-18  José Matos  <jamatos@fep.up.pt>
9836
9837         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
9838         insets contents.
9839
9840 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9841
9842         * a lot of small ws changes
9843         * add a lot of using std::XXX
9844         * use std construcs some places where approp.
9845         * use some exisint stuff from lyxfunctional where approp.
9846         * Make file changes to use partial linking (lets test this now...)
9847
9848 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9849
9850         * Chktex.C:
9851         * buffer.C:
9852         remove #include "support/syscontr.h" as it's redundant. Always has been.
9853
9854         * Chktex.C:
9855         * LaTeX.C:
9856         * LyXSendto.C:
9857         * converter.C:
9858         * lyx_cb.C:
9859         * vc-backend.C:
9860         change Systemcalls::System to Systemcalls::Wait and
9861         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
9862         No change of functionality, just reflects the stripped down Systemcalls
9863         class.
9864
9865 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9866
9867         * debug.[Ch]: add a GRAPHICS type to the enum.
9868
9869 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9870
9871         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
9872
9873         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
9874         there is an inset.
9875
9876 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9877
9878         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
9879         match the changes below.
9880
9881         * text2.C (toggleInset): if there is not editable inset at cursor
9882         position, try to see if cursor is _inside_ a collapsable inset
9883         and close it.
9884
9885 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9886
9887         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
9888         document menu has a nice checkbox
9889
9890 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9891
9892         * lyxlength.C (asLatexString): change PW to output as percent of
9893         \textwidth.
9894
9895         * lengthcommon.C: change '%' to 't%'
9896
9897         * lyxfunc.C (dispatch): a few comments from Martin
9898
9899 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
9900
9901         * WorkArea.h:
9902         * WorkArea.C:
9903         * BufferView_pimpl.h:
9904         * BufferView_pimpl.C: clear our selection when X tells us we've lost
9905           the X selection.
9906
9907 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9908
9909         * vspace.C (inPixels): fix compiler warning
9910
9911 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9912
9913         * lyxfunc.C (getStatus): fix status message for disabled commands.
9914
9915 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
9916
9917         * BufferView_pimpl.C: fix crash on close buffer
9918         during selection (#227)
9919
9920 2002-01-27  Herbert Voss  <voss@lyx.org>
9921
9922         * buffer.C: link old Figure to new graphic inset
9923
9924 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
9925
9926         * FontLoader.C (getFontinfo): Change the latex font names in order
9927         to match the names of type1inst.
9928
9929 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9930
9931         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
9932
9933         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
9934         (extchanged): ditto
9935         (ext_exist): ditto
9936         (remove_files_with_extension): ditto
9937         (remove_file): ditto
9938         (write): ditto
9939
9940         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
9941         document is smaller than the work area height. Do not initialize
9942         static variables to 0.
9943
9944 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9945
9946         * lyx_gui.C (init): give the toolbar tooltips a normal font.
9947
9948         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
9949         LFUN_LAYOUT_PARAGRAPHS.
9950
9951         * tabular.C (GetCellFromInset): new method. Finds an inset in a
9952         tabular. It is possible to provide a possible cell, which will
9953         typically be the actcell from the corresponding insettabular
9954
9955         * lyxfunc.C (getStatus): small cleanup; disable
9956         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
9957         true
9958
9959 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9960
9961         * tabular.C (Validate): remove broken optimization (fixes bug #201)
9962
9963         * paragraph.C (startTeXParParams):
9964         (endTeXParParams): new methods. The LaTeX code to
9965         start/end paragraph formatting
9966         (simpleTeXOnePar): call startTeXParParams also when paragraph is
9967         empty (fixes bug #200)
9968
9969         * vspace.C (inPixels): adapt to the change below
9970         (inPixels): [later] more cleanups (remove unused variables)
9971
9972         * lyxlength.C (inPixels): change to use a width and a height as
9973         parameter.
9974
9975 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9976
9977         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
9978         Replaced with \paperwidth
9979
9980         * DepTable.C (insert): add std:: qualifier
9981
9982 2002-01-18  Allan Rae  <rae@lyx.org>
9983
9984         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
9985         updated also?
9986
9987         * text.C (drawInset): Turned out I didn't know enough about how
9988         rebreaking worked.  This fixes most of the redraw problems.  I see
9989         an occasional cursor trail when a line is broken now and the cursor
9990         placement can seem out by a few pixels also after a rebreak.
9991
9992 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9993
9994         * buffer.C (parseSingleLyXformat2Token): update because minipage
9995         width is now a LyXLength
9996
9997         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
9998
9999         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10000         math insets
10001
10002 2002-01-17  Juergen Vigna  <jug@sad.it>
10003
10004         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10005
10006         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10007         is set correctly and the inset is updated correctly.
10008
10009 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10010
10011         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10012         the beginning of the loop.
10013
10014 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10015
10016         * lyxrc.C: improve help for use_scalable_fonts
10017
10018 2002-01-17  Allan Rae  <rae@lyx.org>
10019
10020         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10021
10022 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10023
10024         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10025         make sure to set their inset_owner to the right value (bug #171)
10026
10027 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10028
10029         * DepTable.h
10030         * DepTable.C: Implement mtime checking to reduce time spent doing
10031         CRCs.
10032
10033 2002-01-16  Juergen Vigna  <jug@sad.it>
10034
10035         * tabular.C (GetAdditionalHeight): one of error fixed.
10036
10037         * lyxrc.C (output): small fix in writing use_pspell.
10038
10039 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10040
10041         * sp_base.h: #include LString.h
10042
10043 2002-01-16  Allan Rae  <rae@lyx.org>
10044
10045         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10046         Can someone check this please?
10047
10048         * text.C (drawInset): It was possible that p.row would be removed by
10049         breakAgainOneRow upsetting a few other settings.  There may be another
10050         small tweak possible by setting need_break_row = 0 when p.row has been
10051         removed but I don't know enough about the logic here.
10052
10053 2002-01-15  Allan Rae  <rae@lyx.org>
10054
10055         * text.C (insertChar): removed conditional truism.
10056
10057         * BufferView2.C (removeAutoInsets): More tweaks.
10058         cur_par_prev could be a stray pointer.  Check for trailing empty line
10059         in case last line was cur_par and only had an error inset on it.
10060
10061 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10062
10063         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10064         absolute
10065
10066         * vc-backend.C (most methods):
10067         * exporter.C (Export):
10068         * converter.C (convert):
10069         (runLaTeX):
10070         * LyXSendto.C (SendtoApplyCB):
10071         * lyxfunc.C (dispatch):
10072         (menuNew):
10073         (open):
10074         (doImport):
10075         * lyx_cb.C (AutoSave):
10076         (InsertAsciiFile):
10077         * BufferView_pimpl.C (MenuInsertLyXFile):
10078         * buffer.C (runChktex): use Buffer::filePath().
10079
10080         * buffer.h: rename filename to filename_; rename filepath to
10081         filepath_ and make it private
10082         (filePath): new method
10083
10084         * buffer.C (writeFile): use fileName()
10085         (getLatexName):
10086
10087         * lyx_main.C (init): fix starting  of LyX when the binary is a
10088         link from so,ewhere else.
10089
10090         * minibuffer.C: include <cctype> for isprint
10091
10092 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10093
10094         * buffer.C (parseSingleLyXformat2Token): changes associated with the
10095         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
10096         name clash with InsetCollapsable's width function.
10097
10098 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10099
10100         * lastfiles.C: include <iterator>
10101
10102 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10103
10104         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
10105         std::count.
10106
10107         * buffer.C (makeLaTeXFile): ditto.
10108         Also make loop operation more transparent.
10109
10110 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10111
10112         * ToolbarDefaults.C: remove trailing comma closing namespace.
10113
10114         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
10115
10116         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
10117         as in WorkArea.
10118
10119         * trans.C (Load): comment out unused variable, allowed.
10120
10121 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10122
10123         * minibuffer.[Ch] (append_char): new method to recieve input from the
10124         drop-down completion browser. If a key was pressed, then recieve this
10125         char and append it to the existing string.
10126         (peek_event): modify the positioning data passed to the completion
10127         browser so that it can be placed above the minibuffer rather than below.
10128 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10129
10130         * LyXAction.C (init): alloe error-next for readonly documents.
10131
10132         * BufferView2.C (ChangeRefsIfUnique): use standard version of
10133         count.
10134
10135 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10136
10137         * bufferlist.C (readFile): create the buffer _after_ checking that
10138         the file exists.
10139
10140         * lyxfunc.C (verboseDispatch): fix handling of arguments
10141
10142         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
10143
10144         * lyxrc.C: use string::erase() instead of initializing to "".
10145
10146
10147 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10148
10149         * BufferView_pimpl.h:
10150         * BufferView_pimpl.C:
10151         * WorkArea.h:
10152         * WorkArea.C:
10153         * text2.C: tell X when we have made a selection for copying
10154
10155 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10156
10157         * BufferView_pimpl.C (MenuInsertLyXFile):
10158         * lyxfunc.C (menuNew):
10159         (open):
10160         (doImport): add shortcuts to directory buttons
10161
10162         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
10163         open a float)
10164
10165         * lyxfunc.C (setStatusMessage):
10166         (getStatusMessage): new methods
10167         (getStatus):use setStatusMessage instead of setErrorMessage
10168         (dispatch): when function is disabled, set error message here
10169         [instead of in getStatus previously]
10170
10171         * BufferView_pimpl.C (workAreaButtonRelease): update
10172         toolbar/menubar here too.
10173
10174 2002-01-13  Allan Rae  <rae@lyx.org>
10175
10176         * BufferView2.C (removeAutoInsets): finished off earlier fix.
10177         Now seems indestructible.  Remaining task is to audit all other
10178         code affected by deleteEmptyParagraphMechanism.  One small quirk
10179         left is that an empty document with an error in the preamble can
10180         be made to report an error but no error box appears.  I don't know
10181         where it goes.
10182         (removeAutoInsets): Improved comments.
10183
10184 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
10185
10186         * Thesaurus.h:
10187         * Thesaurus.C: update for Aiksaurus 0.14
10188
10189 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10190
10191         * text2.C (firstParagraph): removed member function, all uses
10192         replaces with ownerParagraph
10193         (redoParagraphs): here
10194         (updateInset): here
10195         (toggleAppendix): here
10196         * BufferView2.C (insertErrors): here
10197         (setCursorFromRow): here
10198
10199 2002-01-13  Allan Rae  <rae@lyx.org>
10200
10201         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
10202         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
10203         There is still a way to segfault this although you may have to do this
10204         multiple times: Have an InsetERT with an unknown command in it.
10205         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
10206         <down-arrow>, <Enter> again, View->DVI, BANG!
10207
10208         * text2.C (setCursor):
10209         (deleteEmptyParagraphMechanism):
10210         * lyxtext.h (setCursor):
10211         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
10212         Making use of the return value may help fix other bugs.
10213
10214 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10215
10216         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
10217
10218         * LyXView.C (updateMenubar): call MenuBar::update here
10219         (updateToolbar): but not here
10220         (showState): do not update toolbar/menubar
10221
10222         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
10223         should need to care about that.
10224
10225         * lyxfunc.C (verboseDispatch): simplify a bit
10226         (getStatus): have a version which takes a pseudoaction, and
10227         another which requires a (kb_action,string).
10228
10229         * LyXAction.C (retrieveActionArg): make it work also when action
10230         is not a pseudo-action.
10231         (getActionName): simplify a bit
10232         (helpText):
10233
10234 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10235
10236         * lyxfunc.C (verboseDispatch): new families of methods with
10237         several ways to specify a command and a bool to indicate whether
10238         the command name and shortcut should be displayed in minibuffer
10239         (eventually, we could extend that to a finer bitmask like
10240         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
10241         (dispatch): the pristine dispatch command which just, well,
10242         dispatchs! Note it still sets its result to minibuffer; I'm not
10243         sure we want that.
10244
10245         * lyxfunc.h: remove setHintMessage
10246
10247         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
10248
10249 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10250
10251         * BufferView_pimpl.C (specialChar): delete new inset if we have
10252         not been able to insert it.
10253
10254         * kbmap.C: revert to using int instead of kb_action, since all we
10255         are dealing with is pseudo-actions.
10256
10257         * LyXAction.C (searchActionArg): change to return int instead of
10258         kb_action, since the result is a pseudoaction.
10259
10260 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
10261
10262         * buffer.C (insertErtContents): Fix (partially) the font bug.
10263
10264 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10265
10266         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
10267         as the other one is broken on my machine!
10268
10269 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
10270
10271         * commandtags.h:
10272         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
10273
10274 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
10275
10276         * lyxrc.[Ch]: change names and descriptions of popup font variables to
10277         reflect their actual use. Provide compatibility code for older lyxrc
10278         files.
10279
10280         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
10281         FL_NORMAL_STYLE.
10282         change names of popup font variables in line with the changes to lyxrc.C
10283
10284 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10285
10286         * buffer.C (asciiParagraph): avoid outputing a word twice after
10287         an inset.
10288
10289         * lyxrc.C (getDescription): document that document_path and
10290         template_path can be empty.
10291
10292 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10293
10294         * LaTeXFeatures.C (getMacros):
10295         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
10296
10297         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
10298
10299         * LaTeXFeatures.C (useFloat): require "float" here instead of in
10300         getPackages.
10301         (getPackages): rename feature "floats" to "float". Use an array to
10302         iterate over 'simple' features (i.e. just a \usepackage). Add
10303         handling of "amsmath" (renamed from "amsstyle").
10304
10305 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
10306
10307         * LaTeXFeatures.C (require): Prevent duplicate entries in the
10308         features list.
10309
10310 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
10311
10312         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
10313         FuncStaus::FuncStatus & FuncStaus::some_method().
10314
10315 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
10316
10317         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
10318         of the func_satus stuff. Edited and massaged in various ways by
10319         JMarc.
10320
10321         * lyxfunc.C (getStatus): use FuncStatus
10322
10323 2002-01-08  Juergen Vigna  <jug@sad.it>
10324
10325         * text.C (nextBreakPoint): use function Inset::isChar().
10326
10327         * paragraph.C (TeXOnePar): use function
10328         Inset::forceDefaultParagraphs.
10329
10330         * buffer.C (latexParagraphs): use function
10331         Inset::forceDefaultParagraphs.
10332
10333 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10334
10335         * lyx_gui.C (init): set the style of the menu popups to
10336         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
10337
10338 2002-01-07  Juergen Vigna  <jug@sad.it>
10339
10340         * text.C (setHeightOfRow): small fix
10341         (prepareToPrint): don't look at alignment if we don't have the place
10342         for doing it.
10343
10344 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10345
10346         * box.C: New file. Move the Box methods and functions out of box.h,
10347         following Lars' suggestion.
10348
10349 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10350
10351         * box.h: #include "support/LOstream.h", needed for inlined function.
10352
10353         * lyxtextclass.C:
10354         * lyxtextclasslist.C: added some using std declarations.
10355
10356 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
10357
10358         * box.h: make signed dimensions to allow insets wider than
10359           the screen (bug #162)
10360
10361         * BufferView_pimpl.C: add some insetHit debug
10362
10363 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
10364
10365         * vc-backend.C: add FIXME
10366
10367 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10368
10369         * lyxfunc.C (getStatus): enable code for showing math font status
10370         in toolbar/menu.
10371
10372 2002-01-07  Juergen Vigna  <jug@sad.it>
10373
10374         * text.C (nextBreakPoint): removed debug output not needed anymore.
10375
10376 2002-01-06  Juergen Vigna  <jug@sad.it>
10377
10378         * text.C (nextBreakPoint): fixed up this function we had this bug
10379         since ever but now hopefully we break row better.
10380         (insertChar): we have to check if an inset is the next char as it
10381         could now happen that a large inset is causing a break.
10382
10383 2002-01-05  Juergen Vigna  <jug@sad.it>
10384
10385         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
10386         if it doesn't like to be drawed.
10387
10388 2002-01-04  Juergen Vigna  <jug@sad.it>
10389
10390         * BufferView2.C (lockInset): forgot to set a cursor.
10391
10392         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
10393
10394 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
10395
10396         * FormMathsPanel.C:
10397         * FormMathsPanel.h
10398         * MathsSymbols.C:
10399         * form_maths_panel.C:
10400         * form_maths_panel.h:
10401         * form_maths_panel.fd: implemented sub- and super- buttons in math
10402         panel.
10403
10404         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
10405         (or ^ space) to be used as in TeX (req'd by André).
10406
10407         * lyxfunc.C: Allow ^ and _ again to be used both as
10408         super/subscript (mathed) and as themselves (in text).
10409
10410 2002-01-03  Allan Rae  <rae@lyx.org>
10411
10412         * LyXView.C (updateWindowTitle): Setup a short icon title of either
10413         "LyX" or the filename of the current buffer if it has one.  This is a
10414         modified form of John Levon's patch.
10415
10416         * XFormsView.C (setWindowTitle): also set icon title.
10417
10418         * LyXView.h (setWindowTitle): signature changed.
10419         * XFormsView.h (setWindowTitle): ditto.
10420
10421 2002-01-02  Juergen Vigna  <jug@sad.it>
10422
10423         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
10424
10425 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10426
10427         * screen.C (topCursorVisible): introduce a temp var for
10428         text->cursor.row(), handle the case where this row is null. (kindo
10429         hachish)
10430
10431         * text2.C (setCursor): add a couple of asserts.
10432
10433         * paragraph.h (inset_iterator): add -> operator
10434
10435         * paragraph.[Ch] (autoDeleteInsets): remove member function
10436
10437         * BufferView2.C (removeAutoInsets): rewrite to handle the old
10438         cursor pos correctly and handle inset deletion by itself.
10439         (insertErrors): move iterator declaration out of for expression
10440
10441         * lyxtextclass.C: add <algorithm>
10442
10443         * Makefile.am: added the new files to sources, removed layout.C
10444
10445         * layout.C: removed file
10446
10447         * layout.h: remove LYX_DUMMY_LAYOUT
10448
10449         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
10450         layout.
10451
10452         * lyxlayout.[Ch]:
10453         * lyxtextclass.[Ch]:
10454         * lyxtextclasslist.[Ch]: new files
10455
10456         * include order changes to a lot of files, also changes because of
10457         the six new files.
10458
10459 2001-12-27  Juergen Vigna  <jug@sad.it>
10460
10461         * buffer.C (asciiParagraph): more fixes.
10462
10463         * tabular.C (ascii): make ascii export support export of only the
10464         data separated by a column-delimiter.
10465         (ascii): better support for ascii export.
10466
10467         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
10468
10469 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10470
10471         * tabular_funcs.C: use a "using std::getline" instead of the
10472         previous fix from Angus (necessary for cxx + lyxstring)
10473
10474 2001-12-24  Juergen Vigna  <jug@sad.it>
10475
10476         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
10477
10478         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
10479         problems. First check a minipage also if we have some ert-contents
10480         (not only on par->size(), second set the right depth of the paragraph
10481         on the relink to the root-paragraph-list!
10482
10483         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
10484         which then did not anymore update the main paragraphs on undo/redo!
10485
10486 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10487
10488         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
10489         code. Support all font-changing funcs (even those which are not in
10490         menu currently). Support for reporting font settings in
10491         mathed (disabled until Andre provides a function on mathed's side).
10492
10493         * func_status.h (toggle): small helper function to set toggle
10494         state on a flag.
10495
10496 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
10497
10498         * tabular_funcs.C: getline -> std::getline
10499
10500 2001-12-21  Juergen Vigna  <jug@sad.it>
10501
10502         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
10503         accessed and could be 0 (I couldn't generate this but it seems
10504         Michael could!).
10505
10506 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10507
10508         * tabular_funcs.C: add LIstream.h, move write_attribute to..
10509         * tabular_funcs.h: here and include iosfwd
10510
10511 2001-12-20  Juergen Vigna  <jug@sad.it>
10512
10513         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
10514         inside inset but undo_par was.
10515
10516 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10517
10518         * Thesaurus.C: always include <config.h> in sources.
10519
10520         * Painter.h:
10521         * lyxlookup.h:
10522         * box.h: do not include <config.h> in header files
10523
10524         * text.C (paintLastRow): remove unused variable
10525
10526         * text.C (transformChar):
10527         (insertChar):
10528         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
10529
10530         * Painter.C (text):
10531         * font.C (width): rewrite to use uppercase() instead of
10532         islower/toupper.
10533
10534         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
10535
10536 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
10537
10538         * lyxfind.C: clean up of find failure position change
10539
10540 2001-12-20  Juergen Vigna  <jug@sad.it>
10541
10542         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
10543
10544         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
10545         (TeXRow): added to LaTeX a single tabular row.
10546         (TeXLongtableHeaderFooter): added to output LT-h/f data.
10547         (Latex): simplified and finally good LT-h/f support.
10548         (various_functions): just small adaptions for LT-h/f support.
10549
10550         * tabular_funcs.[hC]: added and moved here all not classfunctions
10551         of LyXTabular.
10552
10553 2001-12-19  Juergen Vigna  <jug@sad.it>
10554
10555         * tabular.[Ch]: better support for longtabular options (not finished
10556         yet!)
10557
10558 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10559
10560         * text.C (paintLastRow): use the label font instead of the font of
10561         the last character to compute the size of *_BOX. This makes more
10562         sense and avoids a crash with empty paragraphs.
10563         Use Painter::rectangle to draw EMPTY_BOX.
10564
10565 2001-12-19  Juergen Vigna  <jug@sad.it>
10566
10567         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
10568         the paragraphs if the replaced paragraph is not the first one!
10569         Tried to delete not used paragraphs but does not work yet so for
10570         now it's inside #ifdef's and by default off!
10571
10572 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10573
10574         * MenuBackend.C: include "lyx_main.h" instead of declaring
10575         lastfiles (actually was declared as LastFiles* instead of a
10576         scoped_ptr).
10577
10578 2001-12-17  Juergen Vigna  <jug@sad.it>
10579
10580         * tabular.C (AppendColumn): applied John's fix
10581
10582 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
10583
10584         * BufferView.h:
10585         * BufferView.C:
10586         * BufferView_pimpl.h:
10587         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
10588
10589         * Makefile.am:
10590         * box.h: new start of class for above
10591
10592         * lyxfunc.C: ignore space-only minibuffer dispatches.
10593           Show the command name when it doesn't exist
10594
10595         * minibuffer.C: don't add empty lines to the history
10596
10597         * minibuffer.C: add a space on dropdown completion
10598
10599 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
10600
10601         * text.C: fix line above/below drawing in insets
10602
10603 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10604
10605         * lyxlength.C (LyXLength): Initialize private variables.
10606
10607 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
10608
10609         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
10610         when inserting error insets.
10611
10612 2001-12-13  Juergen Vigna  <jug@sad.it>
10613
10614         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
10615         actually sometimes the before-paragraph.
10616         (setUndo): don't clear the redostack if we're not actually undoing!
10617
10618 2001-12-06  Juergen Vigna  <jug@sad.it>
10619
10620         * undo_funcs.C (textHandleUndo): well after John's hint I got here
10621         and fixed redoing of main paragraph, so we can use it now ;)
10622
10623         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
10624
10625 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10626
10627         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
10628         Juergen's request
10629
10630 2001-12-13  André Pönitz <poenitz@gmx.net>
10631
10632         * undostack.[Ch]:
10633         * undo_func.C: minor cleanup
10634
10635 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10636
10637         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
10638         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
10639         font in urw-fonts package which is marked as -urw-fontspecific and
10640         does not work (incidentally, changing the encoding in the
10641         fonts.dir of this package to -adobe-fontspecific fixes the
10642         problem).
10643
10644         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
10645         is a crash when undoing first paragraph (Juergen, please take a
10646         look). THis does not mean the undo fix is wrong, just that it
10647         uncovers problems.
10648
10649         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
10650         the (Paragraph*) version when needed instead of duplicating the
10651         code.
10652
10653         * text.C (workWidth): use Inset::parOwner to find out where the
10654         inset has been inserted. This is a huge performance gain for large
10655         documents with lots of insets. If Inset::parOwner is not set, fall
10656         back on the brute force method
10657
10658         * paragraph_pimpl.C (insertInset):
10659         * paragraph.C (Paragraph):
10660         (cutIntoMinibuffer): set parOwner of insets when
10661         inserting/removing them
10662
10663         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10664
10665 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
10666
10667         * commandtags.h:
10668         * LyXAction.C:
10669         * lyx_main.C:
10670         * lyxfunc.C:
10671         * mathed/formulabase.C:
10672         * mathed/math_cursor.[Ch]:
10673         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
10674
10675
10676 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10677
10678         * lyxlength.[Ch] (operator!=): new function
10679
10680 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10681
10682         * text.C (workWidth): use Inset::parOwner to find out where the
10683         inset has been inserted. This is a huge performance gain for large
10684         documents with lots of insets. If Inset::parOwner is not set, fall
10685         back on the brute force method
10686
10687         * paragraph_pimpl.C (insertInset):
10688         * paragraph.C (Paragraph):
10689         (cutIntoMinibuffer): set parOwner of insets when
10690         inserting/removing them
10691
10692         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10693
10694 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10695
10696         * tabular-old.C (getTokenValue):
10697         * tabular.C (getTokenValue):
10698         (write_attribute): new versions for LyXLength
10699         (everywhere): adjust the use of widths
10700
10701         * tabular.h: change the type of widths from string to LyXLength
10702
10703 2001-12-11  Ben Stanley <bds02@uow.edu.au>
10704
10705         * paragraph.C: fixed missing line number count when exporting
10706         Environments to LaTeX file
10707
10708         * buffer.C: added informational message for checking line numbers.
10709
10710 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10711
10712         * text2.C (deleteEmptyParagraphMechanism): if there is only one
10713         paragraph, do the 'double space' part, but not the 'empty
10714         paragraph' one.
10715
10716         * text.C (workWidth): small optimization
10717         (getLengthMarkerHeight): use minimal size for negative lengths.
10718
10719 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
10720
10721         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
10722
10723         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
10724
10725 2001-12-11  André Pönitz <poenitz@gmx.net>
10726
10727         * FontLoader.C:
10728         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
10729
10730 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10731
10732         * text2.C: keep selection on a setFont()
10733
10734 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10735
10736         * lyx_cb.C: another bv->text misuse, from insert label
10737
10738 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10739
10740         * kbsequence.h:
10741         * kbsequence.C: re-instate nmodifier mask
10742
10743 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
10744
10745         * lyx_main.h: make lyxGUI private.
10746
10747 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10748
10749         * lyxfind.C: place the cursor correctly on failed search
10750
10751 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10752
10753         * text.C (getLengthMarkerHeight): for small heights, the arrows
10754         are not always on top/bottom of the text
10755         (drawLengthMarker): smaller arrows; take the left margin in
10756         account; draw also vfills.
10757         (paintFirstRow):
10758         (paintLastRow): remove special code for vfill and standard spaces,
10759         since everything is handled in drawLengthMarker now.
10760
10761 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10762
10763         * buffer.C (insertErtContents): try to handle font and language
10764         interaction a bit better.g
10765
10766         * ColorHandler.C (updateColor): change the hash to cover the whole
10767         LColor enum, ws cleanup
10768         (getGCLinepars): ditto
10769         (getGCLinepars): only lookup in the linecache once.
10770
10771 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
10772
10773         * iterators.C (operator++): Make the iterator more robust
10774
10775         * BufferView2.C (removeAutoInsets): Use paragraph iterators
10776         (John's patch)
10777         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
10778
10779 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10780
10781         * lyxtext.h:
10782         * text.C: better added space drawing
10783
10784 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10785
10786         * LyXView.C:
10787         * BufferView2.C: fix layout combo update on inset unlock
10788
10789 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10790
10791         * Makefile.am: don't compile unused files
10792
10793 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10794
10795         * lyxfunc.C:
10796         * commandtags.h:
10797         * LyXAction.C: remove old LFUN_LAYOUTNO
10798
10799 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10800
10801         * paragraph_pimpl.h:
10802         * paragraph_pimpl.C: isTextAt() doesn't need font param
10803
10804 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10805
10806         * lyxlex.h:
10807         * lyxlex.C: little cleanup
10808
10809 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10810
10811         * BufferView_pimpl.C: fix insertAscii for insets
10812
10813 2001-12-05  Juergen Vigna  <jug@sad.it>
10814
10815         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
10816         set the right font on the "multi" paragraph paste!
10817
10818 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10819
10820         * trans_decl.h:
10821         * trans_mgr.[Ch]:
10822         * trans.[Ch]:
10823         * lyxgluelength.C:
10824         * lyxlength.C: remove out-commented code.
10825
10826         * BufferView_pimpl:
10827         * CutAndPaste.C:
10828         * DepTable.C:
10829         * buffer.C:
10830         * chset.C:
10831         * lastfiles.C:
10832         * lyxlex.C:
10833         * lyxlex_pimpl.C:
10834         * lyxserver.C:
10835         * screen.C:
10836         * tabular-old.C:
10837         * tabular.C:
10838         * text.C:
10839         * trans_mgr.C:
10840         * vc-backend.C: change "while(" to "while ("
10841
10842         * lyxlength.[Ch]: add zero function to check if length is zero or
10843         not
10844         * lyxgluelength.C: use it
10845
10846 2001-12-05  Allan Rae  <rae@lyx.org>
10847
10848         * lyxlength.C: Attempted a fix for the abs(int) header selection.
10849         Works for 2.95.3, from what I understand of Garst's reports this should
10850         work for other g++ versions.  We're screwed if the abs(int) definition
10851         changed between bugfix releases of gcc.
10852
10853 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10854
10855         * text.C: fix chapter label offset !
10856
10857 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10858
10859         * lyxtext.h:
10860         * text.C: fix hfill at end of line, clean up
10861
10862 2001-12-04  Juergen Vigna  <jug@sad.it>
10863
10864         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
10865         that we force an update of the inset and it's owners if neccessary.
10866
10867 2001-12-03  Juergen Vigna  <jug@sad.it>
10868
10869         * text.C (rowLast): simplified code
10870
10871 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10872
10873         * lyxfunc.C: fix show options on timeout
10874
10875 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10876
10877         * screen.C (topCursorVisible): scroll half a page when the cursor
10878         reached top of bottom of screen
10879
10880 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
10881
10882         * minibuffer.C: deactivate on loss of focus
10883
10884 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10885
10886         * vspace.[Ch] (operator!=): add operator.
10887
10888 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
10889
10890         * BufferView_pimpl.C: refuse to open an inset when
10891         there's a selection.
10892
10893 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
10894
10895         * BufferView_pimpl.C: allow to click on RHS of full row insets
10896
10897 2001-11-30  Juergen Vigna  <jug@sad.it>
10898
10899         * tabular.C (LyXTabular): add a same_id to set the same id's in the
10900         insets for undo reasons.
10901
10902 2001-11-28  André Pönitz <poenitz@gmx.net>
10903
10904         * vspace.[Ch]: cosmetical changes
10905
10906 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10907
10908         * LyXAction.h:
10909         * LyXAction.C:
10910         * lyxfunc.h:
10911         * lyxfunc.C:
10912         * kbmap.h:
10913         * kbmap.C:
10914         * lyxrc.C:
10915         * kbsequence.h:
10916         * kbsequence.C: part re-write of old kb code
10917
10918         * Painter.C:
10919         * WorkArea.C: remove Lgb_bug_find_hack
10920
10921 2001-11-30  José Matos <jamatos@fep.up.pt>
10922
10923         * buffer.C (makeDocBookFile): add a comment to point a hack.
10924         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
10925         Fixed a double write of labels.
10926
10927 2001-11-29 Ben Stanley <bds02@uow.edu.au>
10928
10929         * LaTeX.C:
10930         * LaTeX.h Fixed bug in LaTeX class where it would not
10931         re-run latex if no depfiles were changed, but the .dvi was removed.
10932
10933 2001-11-28  André Pönitz <poenitz@gmx.net>
10934
10935         * all the files from the change on 2001/11/26:
10936         use lyx::layout_type instead of LyXTextClass::size_type
10937         use lyx::textclass_type instead of LyXTextClassList::size_type
10938
10939 2001-11-29  Juergen Vigna  <jug@sad.it>
10940
10941         * text.C: added support for paragraph::isFreeSpacing()
10942
10943         * buffer.C: same as above
10944
10945         * paragraph.h: inserted isFreeSpacing() function to enable
10946         FreeSpacing inside InsetERT.
10947
10948         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
10949         of the paragraph's in the cut/copy buffer to 0!
10950
10951         * text2.C (removeRow): remove the assert as it can!
10952
10953         * lyxtext.h: added helper function firstRow returning firstrow and
10954         made firstrow private again.
10955
10956         * BufferView2.C (lockInset): don't relock if we're already locked!
10957
10958         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
10959         the only paragraph.
10960         (removeRow): added Assert::(firstrow)
10961
10962         * debug.C: forgot to add INSETTEXT here.
10963
10964 2001-11-28  Juergen Vigna  <jug@sad.it>
10965
10966         * sp_spell.C (initialize): changed error text to more general
10967         spellchecker command use (not only ispell!)
10968
10969         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
10970
10971         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
10972
10973 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10974
10975         * vspace.C: initialise lyxgluelength on failure
10976
10977 2001-11-28  Allan Rae  <rae@lyx.org>
10978
10979         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
10980         declaration & definition that looks like a function declaration.
10981
10982 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10983
10984         * BufferView2.C (copy):
10985         (copyEnvironment): do not clear the selection when doing a copy.
10986
10987         * text.C (paintFirstRow): compilation fix
10988
10989 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
10990
10991         * tabular.C (Latex): correct line count when writing latex.
10992
10993 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
10994
10995         * paragraph_pimpl.h:
10996         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
10997           bug a bit
10998
10999 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11000
11001         * text.C:
11002         * LColor.h:
11003         * LColor.C: change vfillline->added_space
11004
11005         * text.C: add markers and text for added space
11006
11007         * vspace.C: fix comment
11008
11009 2001-11-28  André Pönitz <poenitz@gmx.net>
11010
11011         * paragraph.C: whitespace changes
11012         * all the other files from the change on 2001/11/26:
11013         change *::pos_type into lyx::pos_type
11014
11015 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11016
11017         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11018         language of the document when inserting error insets.
11019
11020 2001-11-26  André Pönitz <poenitz@gmx.net>
11021
11022         * BufferView_pimpl.[Ch]:
11023         *       CutAndPaste.C:
11024         * buffer.[Ch]:
11025         * lyxcursor.[Ch]:
11026         * lyxfind.C:
11027         * lyxfunc.C:
11028         * lyxrow.[Ch]:
11029         * paragraph.[Ch]:
11030         * paragraph_pimpl.[Ch]:
11031         * sp_spell.C:
11032         * text.C:
11033         * text2.C: reduce header dependencies, introduce type for positions
11034
11035 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11036
11037         * <various>: change to use Alert.h
11038
11039 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11040
11041         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11042         when encountering an unknown token.
11043         (readLyXformat2): Show an error message if there were unknown tokens.
11044
11045 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11046
11047         * BufferView2.C:
11048         * BufferView_pimpl.C:
11049         * buffer.C:
11050         * paragraph.h:
11051         * text.C:
11052         * text2.C: use par->isInset()
11053
11054 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11055
11056         * paragraph_pimpl.h:
11057         * paragraph_pimpl.C: cleanup
11058
11059 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11060
11061         * text2.C (removeRow):
11062         * text.C (setHeightOfRow): remove useless (and costly) call to
11063         getRow.
11064
11065 2001-11-20  Allan Rae  <rae@lyx.org>
11066
11067         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11068         Now need Inset*::checkInsertChar() to return true for appropriate
11069         cases so that the characters in the minibuffer will actually be
11070         inserted.
11071
11072 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11073
11074         * text.C: change the order of the includes.
11075         (workWidth): initialize it at once.
11076         (workWidth): make maxw unsigned
11077         (setHeightOfRow): remove unused variable (inset)
11078         (selectSelectedWord): remove unused variable (inset)
11079         (paintRowText): fix drawing of hfill characters, and clean up a bit.
11080
11081 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11082
11083         * lyxserver.C (emergencyCleanup): do not try to close pipes if
11084         server is not running.
11085         (openConnection):
11086         (closeConnection): add debug info when server is disabled.
11087
11088         * ColorHandler.C (getGCForeground): send debug message to GUI
11089         channel.
11090
11091         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
11092
11093         * kbmap.C (bind): modify because return conventions of
11094         kb_sequence::parse have changed.
11095
11096         * kbsequence.C (parse): only ignore spaces and not any stupid
11097         control character. This avoids tests like s[i] <= ' ', which are
11098         guaranteed to fail with 8bit characters and signed chars.
11099         Change return code to string::npos when there have been no error
11100         (0 was a bad idea when error is at first character)
11101
11102 2001-11-14  José Matos  <jamatos@fep.up.pt>
11103
11104         * buffer.h:
11105         * buffer.C (simpleDocBookOnePar): removed unused argument.
11106
11107 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11108
11109         * text.C (selectNextWordToSpellcheck): do not test explicitely for
11110         insets which are part of a word. Paragraph::isLetter takes care of
11111         that now. Use Paragraph::isInset to identify insets.
11112         (selectSelectedWord): do not test for hyphenation break.
11113
11114         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
11115         that protected spaces are considered as spaces.
11116
11117         * paragraph.C (isLetter): cleanup the code for ispell extras; use
11118         Inset::isLetter.
11119
11120 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
11121
11122         * lyxserver.h:
11123         * lyxserver.C: fix it. and small cleanup.
11124
11125 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11126
11127         * BufferView_pimpl.C: use inline helpers
11128
11129         * LaTeXFeatures.h:
11130         * LaTeXFeatures.C: fix typos
11131
11132         * Spacing.h:
11133         * Spacing.C: move spacing_string into class
11134
11135         * ToolbarDefaults.C: move stuff into namespace anon
11136
11137         * layout.h: update enum
11138
11139         * lyxfunc.C: use better debug
11140
11141         * minibuffer.h: fix typo
11142
11143         * debug.h:
11144         * debug.C:
11145         * WorkArea.C: add and use Debug::WORKAREA
11146
11147         * lyxtext.h:
11148         * text.C:
11149         * text2.C: code re-organisation, inline helpers
11150
11151 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
11152
11153         * Layout.C: replaced a few cases of std::vector.size() == 0 with
11154         std::vector.empty().
11155
11156 2001-11-09  Allan Rae  <rae@lyx.org>
11157
11158         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
11159         '\n's after tables.  Tabular and ERT inset work now makes this no
11160         longer necessary.
11161
11162 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11163
11164         * minibuffer.h:
11165         * minibuffer.C: fix crash, improve drop-down completion
11166
11167 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
11168
11169         * lyxserver.h:
11170         * lyxserver.C: invalidate fd's when doing endPipe()
11171
11172 2001-11-08  José Matos  <jamatos@fep.up.pt>
11173
11174         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
11175         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
11176
11177         * paragraph.h:
11178         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
11179
11180 2001-11-07  José Matos  <jamatos@fep.up.pt>
11181
11182         * buffer.h:
11183         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
11184         const qualifier.
11185
11186         * buffer.C (sgmlOpenTag):
11187         * buffer.C (sgmlCloseTag): removed debug info.
11188
11189         * buffer.h (sgmlOpenTag):
11190         * buffer.h (sgmlCloseTag): made public.
11191
11192 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11193
11194         * buffer.C (saveParamsAsDefaults):
11195         * lyx_cb.C (MenuLayoutSave): remove
11196
11197         * LyXAction.C (init):
11198         * commandtags.h:
11199         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
11200
11201 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11202
11203         * buffer.C (setPaperStuff): removed from here...
11204
11205         * bufferparams.C (setPaperStuff): ... and moved there.
11206
11207 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
11208
11209         * minibuffer.h:
11210         * minibuffer.C:
11211         * XFormsView.C: add support for drop-down completion
11212
11213 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
11214
11215         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
11216         commands.
11217
11218 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11219
11220         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
11221         disabled.
11222
11223 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
11224
11225         * lyx_main.C: change ref to known bugs
11226
11227 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
11228
11229         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
11230         to work around older babel problems.
11231
11232 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11233
11234         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
11235
11236 2001-10-24  Juergen Vigna  <jug@sad.it>
11237
11238         * tabular-old.C (ReadOld): below variable changes reflected.
11239
11240         * tabular.[Ch]: added ltType struct for longtable header/footer
11241         defines and changed all instances where they are used. Added
11242         future support for double top/bottom rows.
11243
11244 2001-10-24  José Matos  <jamatos@fep.up.pt>
11245
11246         * buffer.h (docbookHandleCaption):
11247         * buffer.C (docbookHandleCaption): removed unused function.
11248         (makeDocBookFile): moved docbook supported version to v4.1.
11249
11250 2001-10-24  José Matos  <jamatos@fep.up.pt>
11251
11252         * tabular.h:
11253         * tabular.C (docbookRow): new function to export docbook code of a row.
11254         (DocBook): now honors the longtable flags.
11255
11256 2001-10-23  José Matos  <jamatos@fep.up.pt>
11257
11258         * LaTeXFeatures.h:
11259         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
11260         of the lyx defined sgml entities used in a docbook/linuxdoc document.
11261
11262         * buffer.C (makeLinuxDocFile):
11263         (makeDocBookFile): reworked the preamble, more clean, and with
11264         support for lyx defined entities. Changed the document declaration
11265         to be more XML friendly.
11266
11267         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
11268         if we need to output XML that should be done with a filter.
11269
11270 2001-10-22  Juergen Vigna  <jug@sad.it>
11271
11272         * sp_pspell.h (class PSpell): add alive function needed in the
11273         controller to see if the spellchecker could be started.
11274
11275 2001-10-22  Juergen Vigna  <jug@sad.it>
11276
11277         * buffer.C (insertStringAsLines): modify the font for inserting
11278         chars in certain conditions by calling checkInsertChar(font).
11279
11280 2001-10-19  Juergen Vigna  <jug@sad.it>
11281
11282         * text.C (workWidth): use getRow instead of wrong algorithm.
11283         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
11284
11285 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
11286
11287         * lyxserver.h:
11288         * lyxserver.C:
11289         * lyx_main.h:
11290         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
11291
11292 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11293
11294         * text.C (workWidth): do not search for the exact row when
11295         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
11296         optimization for big documents.
11297
11298 2001-10-18  Juergen Vigna  <jug@sad.it>
11299
11300         * text.C (workWidth): new function with added Inset * parameter.
11301
11302 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11303
11304         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
11305
11306         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
11307         change return type of getColumnNearX.
11308
11309
11310         * text.C (changeRegionCase): use uppercase/lowercase instead of
11311         toupper/tolower.
11312         (leftMargin):
11313         (rightMargin): simplify code by factoring out the uses of
11314         textclasslist.
11315         (labelFill):
11316         (numberOfHfills):
11317         (setHeightOfRow):
11318         (appendParagraph): use Paragraph::size_type
11319
11320 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11321
11322         * vspace.C (asLatexString): add a missing break
11323
11324 2001-10-15  Herbert Voss  <voss@perce.de>
11325
11326         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
11327
11328 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11329
11330         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
11331         is not available.
11332
11333 2001-10-10  André Pönitz <poenitz@gmx.net>
11334
11335         * lyxfunc.C: removed greek_kb_flag.
11336
11337 2001-10-10  Herbert Voss  <voss@perce.de>
11338
11339         * lyx_main.C: delete global string help_lyxdir.
11340
11341 2001-10-09  Herbert Voss  <voss@perce.de>
11342
11343         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
11344
11345         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
11346
11347         * lyx_main.C: added global string help_lyxdir.
11348
11349         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
11350
11351 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11352
11353         * lyxrc.C (set_font_norm_type): support iso8859-4
11354
11355 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
11356
11357         * LaTeX.C (deplog): add another regex for MikTeX
11358
11359 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11360
11361         * lyxrc.C (set_font_norm_type): support iso8859-3
11362
11363 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11364
11365         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
11366
11367         * LaTeXFeatures.C: remove special case of french and index
11368
11369         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
11370         before \begin{document}). This solves several incompatibilities.
11371
11372 2001-10-03  Garst Reese  <reese@isn.net>
11373
11374         * lyx_cb.C: change CheckTex error msg.
11375
11376 2001-10-03  José Matos  <jamatos@fep.up.pt>
11377
11378         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
11379
11380 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11381
11382         * .cvsignore: update
11383
11384         * lyx_main.C (commandLineVersionInfo): use new style version info.
11385
11386         * buffer.C (writeFile):
11387         (makeLaTeXFile):
11388         (makeLinuxDocFile):
11389         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
11390
11391         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
11392
11393         * version.h: update to use stuff in version.C
11394
11395         * version.C.in: new file. Contains version information determined
11396         at compile time. This is a merging of version.h and
11397         version_info.h.in.
11398
11399 2001-10-03  Juergen Vigna  <jug@sad.it>
11400
11401         * BufferView_pimpl.C (update): don't change "dirty" status in
11402         updateInset call.
11403
11404 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
11405
11406         * WorkArea.C (c-tor): re-position version string slightly.
11407
11408 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
11409
11410         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
11411         revert to previous code.
11412
11413         WorkArea.[Ch]: (show, destroySplash): methods removed.
11414
11415         WorkArea.C: rework code so that it's an amalgam of the codes before and
11416         after the splash screen was moved to WorkArea.
11417
11418 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11419
11420         * lyxrc.C (read):
11421         * vspace.C (inPixels):
11422         (lyx_advance):
11423         * kbmap.C (bind):
11424         * buffer.C (insertStringAsLines):
11425         (asciiParagraph): fix types to be large enough
11426
11427         * lyxlex_pimpl.h: change member status from short to int
11428
11429         * layout.h: fix type of endlabeltype
11430
11431         * kbmap.C (bind):
11432         * kbsequence.C (parse): change return type to string::size_type
11433
11434         * LaTeX.C (updateBibtexDependencies): comment out unneeded
11435         variable
11436
11437         * Bullet.C (bulletSize):
11438         (bulletEntry): do not use short ints as parameters
11439
11440         * BufferView2.C (insertLyXFile): change a char to an int.
11441
11442         * WorkArea.C (WorkArea): remove unneeded floats in computation
11443
11444 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
11445
11446         * buffer.C (asciiParagraph): Treat '\\' as other chars.
11447
11448         * paragraph.C (asString): Do not ignore newline/hfill chars when
11449         copying to the clipboard.
11450
11451 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
11452
11453         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
11454         after a multi-line inset.
11455
11456 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
11457
11458         * paragraph.C (validate): Set NeedLyXFootnoteCode
11459
11460 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11461
11462         * lyxfont.C (LyXSizeNames): changed increase-error to increase
11463         and decrease-error to decrease.
11464
11465 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11466
11467         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
11468         it more readable (should be equivalent)
11469
11470 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11471
11472         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
11473
11474 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11475
11476         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
11477         of a cursor (row, etc.) after a character has been deleted
11478         (deleteEmptyParagraphMechanism): call the method above on _all_
11479         cursors held by the LyXText when a double space has been
11480         detected/deleted.
11481
11482 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11483
11484         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
11485         pixmap.
11486         (resizeCurrentBuff): remove code to destroy the old splash dialog.
11487
11488         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
11489         background. Use greyOut() and the new show() methods to toggle between
11490         the foreground and background. Add code to remove the splash after
11491         its initial showing.
11492
11493         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
11494         (create_forms): no longer call Dialogs::showSplash.
11495
11496 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11497
11498         * .cvsignore: add version_info.h
11499
11500 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11501
11502         * version_info.h.in: new file
11503
11504         * Makefile.am: add version_info.h.in
11505
11506         * lyx_main.C (commandLineVersionInfo): use version_info defined in
11507         version_info.h instead of VERSION_INFO
11508
11509 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
11510
11511         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
11512         The ERT inset now returns string().
11513
11514 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
11515
11516         * lyxtext.h, text.C (selectNextWord): renamed as
11517         selectNextWordToSpellcheck.
11518
11519         * text.C (selectNextWordToSpellcheck): Modified to not select
11520         words inside an ERT inset.
11521
11522 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11523
11524         * lyx_cb.C (MenuLayoutSave): change a bit the question
11525
11526         * sp_base.h: include <sys/types.h>
11527
11528 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
11529
11530         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
11531
11532 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
11533
11534         * several files: fix typos in user-visible strings
11535
11536 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11537
11538         * text2.C (pasteSelection): do not set the selection, since it
11539         will be cleared later. Actually, the intent was to fix the way the
11540         selection was set, but I figured rmoving the code was just as good.
11541
11542 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
11543
11544         * FontLoader.C (available): Check if font is available without
11545         loading the font.
11546
11547 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
11548
11549         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
11550
11551 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
11552
11553         * lyxrc.[Ch]: added display_graphics variable and associated code.
11554
11555 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11556
11557         * bufferparams.C (hasClassDefaults): new method. Returns true if
11558         the buffer parameters correspond to known class defaults
11559
11560 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
11561
11562         * XFormsView.C (show): set minimum size to the main window.
11563
11564 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11565
11566         * text2.C (copySelection):
11567         (cutSelection):
11568         * lyxfind.C (LyXReplace):
11569         * BufferView_pimpl.C (Dispatch): pass the correct flag to
11570         LyXText::selectionAsString.
11571
11572         * paragraph.C (asString): add "label" argument to the second form
11573
11574         * text2.C (selectionAsString): add "label" argument and pass it to
11575         Paragraph::asString.
11576
11577 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11578
11579         * lyx_main.C (commandLineHelp): remove version information
11580
11581 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
11582
11583         * lyx_main.C: add -version commandline option
11584
11585 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11586
11587         * paragraph.h: make the optional constructor arg required instead.
11588         some modifications to other files because of this.
11589
11590         * minibuffer.C (C_MiniBuffer_peek_event): make it static
11591
11592         * lyxserver.C (C_LyXComm_callback): make it static
11593
11594         * lyx_main.C (error_handler): make it static
11595
11596         * lyx_gui.C (LyX_XErrHandler): make it static
11597
11598         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
11599
11600         * WorkArea.C: make the extern "C" methods static.
11601
11602         * Makefile.am (lyx_LDADD): simplify
11603
11604 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11605
11606         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
11607         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
11608
11609         * LyXAction.C (init):
11610         * lyxfunc.C (dispatch): associated code removal.
11611
11612 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11613
11614         * lyxfont.h (isSymbolFont): shut off warning
11615
11616         * text.C (setHeightOfRow):
11617         (getVisibleRow): fix crash with empty paragraphs which have a
11618         bottom line
11619
11620 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
11621
11622         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
11623         code.
11624
11625 2001-09-04  José Matos  <jamatos@fep.up.pt>
11626         * buffer.C
11627         * buffer.h
11628         * tabular.C (docbook): rename docBook method to docbook.
11629
11630 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11631
11632         * Makefile.am: add dependencies to main.o.
11633
11634 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
11635
11636         * FontLoader.C (available): Return false if !lyxrc.use_gui
11637
11638 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
11639
11640         * FontInfo.C (query):
11641         * converter.C (view):
11642         * importer.C (Import):
11643         * exporter.C (Export): Can not -> cannot.
11644
11645 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
11646
11647         * BufferView_pimpl.C: allow to create index inset even if
11648           string is empty
11649
11650 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11651
11652         * buffer.C (getLists): replace boost::tie code with an explicit pair
11653         as boost::tie can break some compilers.
11654
11655         * iterators.h: Added a std:: declaration to the return type of
11656         ParIterator::size.
11657
11658 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
11659
11660         * lyxrc.C: add help for view_dvi_paper_option, default to safe
11661           case.
11662
11663 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
11664
11665         * iterators.[Ch]: New files. Provide paragraph iterators.
11666
11667         * buffer.C (changeLanguage): Use paragraph iterators.
11668         (isMultiLingual): ditto
11669
11670         * BufferView2.C (ChangeInsets): Use paragraph iterators.
11671
11672 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
11673
11674         * FontLoader.C: Support for cmr font.
11675
11676 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
11677
11678         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
11679         (available): New method.
11680
11681         * FontInfo.C (getFontname): Use scalable fonts even when
11682         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
11683         found.
11684
11685 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11686
11687         * converter.C (Formats::view): reverted! Incorrect fix.
11688
11689 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11690
11691         * converter.C (Formats::view): only output the -paper option
11692         if the dvi viewer is xdvi, thereby fixing bug #233429.
11693
11694 2001-08-23  Herbert Voss  <voss@perce>
11695
11696         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
11697
11698 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11699
11700         * Spacing.h (Spacing): Set space to Default on in the default
11701         constructor.
11702
11703 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11704
11705         * vc-backend.h (RCS::versionString): add RCS to version
11706         (CVS::versionString): add CVS to version
11707
11708         * vc-backend.C (scanMaster): do not add CVS to version.
11709         (scanMaster): do not add RCS to version
11710
11711         * lyxvc.C (versionString): new method
11712
11713         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
11714
11715 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11716
11717         * Spacing.C (set): initialize fval
11718
11719 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
11720
11721         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
11722         " or \.
11723
11724 2001-08-16  Juergen Vigna  <jug@sad.it>
11725
11726         * lyxfunc.C (dispatch): implemented the new FINISHED states.
11727
11728 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11729
11730         * BufferView_pimpl.C:
11731         * figureForm.C:
11732         * lyxtext.h:
11733         * text2.C: setParagraph takes linespacing now
11734
11735 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
11736
11737         * LyxAction.C: add internal LFUN_CITATION_INSERT
11738
11739         * LyXView.C: actually apply fix
11740
11741         * bufferlist.C: fix open non-existent file
11742
11743         * lyxfind.C: fix indentation
11744
11745         * lyxfunc.C: remove unneeded assert, fix typo
11746
11747 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11748
11749         * MenuBackend.C: use "Floatname List"
11750
11751 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
11752
11753         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
11754         when converting LaTeX layout to insetERT.
11755         Generate a non-collapsed float when reading old float
11756
11757 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11758
11759         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
11760         ERT insets.
11761
11762 2001-08-13  Juergen Vigna  <jug@sad.it>
11763
11764         * text.C (fill): return 0 instead of 20 as this seems to be the more
11765         correct value.
11766
11767 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11768
11769         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
11770         lyxrc.font_norm.
11771
11772 2001-08-13  Juergen Vigna  <jug@sad.it>
11773
11774         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
11775         casesensitive off.
11776         (SearchBackward): comment out the unlocking of the inset_owner this
11777         should not be needed!
11778
11779 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
11780
11781         * Many files: Remove inherit_language, and add latex_language
11782
11783         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
11784         collapsible insets.
11785
11786 2001-08-10  Juergen Vigna  <jug@sad.it>
11787
11788         * text.C (prepareToPrint): fixed hfill-width in draw!
11789
11790         * BufferView2.C (selectLastWord): save the selection cursor as this
11791         now is cleared in the function LyXText::clearSelection!
11792
11793 2001-08-08  Juergen Vigna  <jug@sad.it>
11794
11795         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
11796         BACKSPACE type functions.
11797
11798         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
11799         is only cutted from the document but not put in the cut-buffer, where
11800         still the old stuff should be.
11801
11802         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
11803
11804         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
11805
11806         * tabular.C (SetWidthOfCell): fixed special case where the width
11807         was not updated!
11808         (LeftLine): handle '|' in align_special.
11809         (RightLine): ditto
11810         (LeftAlreadyDrawed): ditto
11811         (SetWidthOfCell): ditto
11812
11813 2001-08-07  Juergen Vigna  <jug@sad.it>
11814
11815         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
11816
11817 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11818
11819         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
11820         * lyxlex.[hC]: ditto
11821
11822 2001-08-06  Juergen Vigna  <jug@sad.it>
11823
11824         * text.C (getVisibleRow): fix up row clearing a bit.
11825
11826 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11827
11828         * minibuffer.C: make sure the X server sees the changes in the input.
11829
11830 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11831
11832         * paragraph.C (getFont): split into...
11833         (getLabelFont): this
11834         (getLayoutFont): and this
11835         * paragraph_pimpl.C (realizeFont): calling this
11836
11837         * text2.C (getFont): split into...
11838         (getLayoutFont): this
11839         (getLabelFont): and this
11840         (realizeFont): all three calling this
11841
11842         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
11843         files where used.
11844
11845 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11846
11847         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
11848
11849 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
11850
11851         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
11852         layouts from the Quote inset insertion.
11853
11854 2001-08-03  Juergen Vigna  <jug@sad.it>
11855
11856         * BufferView_pimpl.C (update): do the fitCursor only at the end!
11857
11858         * screen.C (drawFromTo): don't call fitcursor here and do the loop
11859         only if status not is already CHANGED_IN_DRAW (second level).
11860
11861         * text.C (draw): don't set the need_break_row when inside an
11862         InsetText LyXText.
11863
11864 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11865
11866         * buffer.C (parseSingleLyXformat2Token): handle more latex
11867         conversion cases.
11868
11869         * bufferview_funcs.[hC]: change function names to
11870         begin with small char, adjust other files.
11871
11872 2001-08-02  André Pönitz <poenitz@gmx.net>
11873
11874         * lyxfunc.C:
11875         BufferView_pimpl.C: remove broken special code for math-greek
11876
11877 2001-08-02  Juergen Vigna  <jug@sad.it>
11878
11879         * BufferView_pimpl.C (update): redone this function so that we
11880         update the text again if there was a CHANGE_IN_DRAW.
11881
11882         * screen.C (cursorToggle): removed LyXText parameter and recoded.
11883         (drawFromTo): added a new internal bool which is used by draw() and
11884         redraw() function.
11885         (general): some cursor drawing problems fixed.
11886
11887 2001-08-01  Juergen Vigna  <jug@sad.it>
11888
11889         * lyxfind.C (LyXFind): fixed
11890         (SearchForward): ditto
11891         (SearchBackward): ditto
11892
11893         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
11894         spurius drawing of the cursor in the main area.
11895
11896         * text2.C (status): small fix which could lead to a segfault!
11897         (clearSelection): remove unneeded BufferView param.
11898
11899 2001-08-01  André Pönitz <poenitz@gmx.net>
11900
11901         * lyxfunc.C: small change due to changed mathed interface
11902
11903 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11904
11905         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
11906
11907 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
11908
11909         * lyxfunc.c: fail gracefully if file doesn't exist
11910
11911         * LyXSendto.C:
11912         * buffer.C:
11913         * lyxfunc.C:
11914         * BufferView_pimpl.C: IsDirWriteable() proto changed
11915
11916         * LyXView.C: fix updateWindowTitle() to store the last title
11917
11918 2001-07-31  Juergen Vigna  <jug@sad.it>
11919
11920         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
11921         the font (wrong since using of Paragraph::highestFontInRange).
11922
11923         * paragraph.C (highestFontInRange): added a default_size parameter.
11924
11925         * text.C (getVisibleRow): minor clear row changes (still not perfect).
11926         (setHeightOfRow): reformat
11927
11928 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11929
11930         * converter.[hC] + affected files: move to (inital-char)lowercase
11931         function names.
11932
11933         * ParagraphParameters.C (ParagraphParameters): remove commented code
11934
11935         * PainterBase.[Ch]: remove commented code
11936
11937         * LaTeXFeatures.h: add "bool floats" for float.sty
11938
11939         * LaTeXFeatures.C (LaTeXFeatures): init floats
11940         (require): handle float
11941         (getPackages): do it with floats
11942
11943 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11944
11945         * BufferView_pimpl.C (Dispatch): improve handling of
11946         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
11947
11948         * commandtags.h: #include lyxfont.h here temporarily to avoid
11949         keybinding bug.
11950
11951         * bufferlist.h: include LString.h here.
11952
11953 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11954
11955         * text2.C (getStringToIndex): new method.
11956
11957 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
11958
11959         * *: Reduced header file dependencies all over.
11960
11961 2001-07-30  Baruch Even  <baruch@lyx.org>
11962
11963         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
11964
11965 2001-07-29  Baruch Even  <baruch@lyx.org>
11966
11967         * buffer.C (readInset): Changed GRAPHICS to Graphics.
11968
11969 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11970
11971         * ParameterStruct.h (endif): add a default constructor to make
11972         sure that all variables is initialized.
11973
11974         * ParagraphParameters.C (ParagraphParameters): adjust
11975
11976 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11977
11978         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
11979         index; also, check that there is something to index, and that it
11980         does not span over several paragraphs.
11981         (doubleClick): use WHOLE_WORD_STRICT for double click.
11982
11983         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
11984
11985         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
11986         scheme.
11987
11988 2001-07-26  Baruch Even  <baruch@lyx.org>
11989
11990         * buffer.C (readInset): Changed to call up InsetGraphics when reading
11991         an InsetFig figure, backwards compatible reading of old figure code.
11992
11993 2001-07-27  Juergen Vigna  <jug@sad.it>
11994
11995         * text2.C: font.realize function adaption.
11996
11997         * text.C (draw): add a warnings lyxerr text if needed.
11998
11999         * layout.C: font.realize function adaption.
12000
12001         * language.C: add inherit_language and implement it's handlings
12002
12003         * bufferview_funcs.C (StyleReset): remove language parameter from
12004         font creation (should be language_inherit now).
12005
12006         * bufferparams.C (writeFile): handle ignore_language.
12007
12008         * paragraph.C (getFontSettings): the language has to be resolved
12009         otherwise we have problems in LyXFont!
12010
12011         * lyxfont.C (lyxWriteChanges): added document_language parameter
12012         (update): removed unneeded language parameter
12013
12014         * paragraph.C (validate): fixed wrong output of color-package when
12015         using interface colors for certain fonts in certain environments,
12016         which should not seen as that on the final output.
12017
12018 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12019
12020         * BufferView_pimpl.C:
12021         * Thesaurus.h:
12022         * Thesaurus.C:
12023         * Makefile.am:
12024         * commandtags.h:
12025         * LyXAction.C: add thesaurus support
12026
12027         * lyxfind.h:
12028         * lyxfind.C: add "once" parameter, for thesaurus, to not
12029           move to the next match
12030
12031 2001-07-26  Juergen Vigna  <jug@sad.it>
12032
12033         * lyxfont.C (realize): honor ignore_language too!
12034         (resolved): ditto.
12035
12036         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12037
12038         * text.C (draw): one place more for ignore_language to not draw
12039         itself!
12040
12041 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12042
12043         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12044
12045 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12046
12047         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12048         the minipage conversion problem.
12049
12050 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12051
12052         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12053         insert an inset.
12054
12055 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12056
12057         * BufferView.h: don't forward declare WorkArea
12058
12059         * BufferView.C: don't include WorkArea.h
12060
12061 2001-07-25  André Pönitz <poenitz@gmx.net>
12062
12063         * commandtags.h:
12064         * LyXAction.C:
12065         * lyxfunc.C:  new LFUN 'math-space'
12066
12067         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12068
12069 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12070
12071         * text2.C (toggleInset): call open/close
12072
12073 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12074
12075         * lyxfunc.C (dispatch): add debug for the disabled case
12076
12077         * font.C (buttonText): make similar to rectText
12078
12079         * buffer.C (readInset): comment out parsing of insetlist and
12080         insttheorem
12081
12082         * PainterBase.C (rectText): small correction
12083
12084         * BufferView_pimpl.C: comment out insettheorem and insetlist
12085         * LyXAction.C: ditto
12086         * commandtags.h: ditto
12087
12088 2001-07-24  Juergen Vigna  <jug@sad.it>
12089
12090         * text.C (draw): honor the ignore_language.
12091
12092         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
12093
12094 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12095
12096         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
12097         char inset.
12098
12099 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12100
12101         * lyxtext.h: remove unused (and unimplemented) methods
12102
12103 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12104
12105         * text.C (getVisibleRow): honor background color
12106
12107         * PainterBase.h:
12108         * Painter.h: remove default color argument for fillRectangle
12109
12110         * text.C (backgroundColor): new method
12111
12112 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12113
12114         * text.C (getVisibleRow): adjust
12115
12116         * font.[Ch] (rectText): new method, metrics
12117         (buttonText): new method, metrics
12118
12119         * PainterBase.[hC]: make rectText and buttonText always draw and take
12120         fewer paramteres.
12121
12122 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12123
12124         * ToolbarDefaults.C (read):
12125         * MenuBackend.C (read): allow escaping in all strings
12126
12127         * BufferView_pimpl.C (insertAndEditInset): new method.
12128         (Dispatch): use insertAndEditInset whenever appropriate.
12129
12130         * BufferView_pimpl.C (insertNote): removed
12131
12132         * BufferView_pimpl.C (smartQuote): new method, moved from
12133         BufferView; if an insetquote cannot be inserted, insert a '"'
12134         character instead.
12135
12136         * BufferView2.C: remove insertCorrectQuote();
12137
12138         * lyxfunc.C (getStatus): Add support for all remaingin
12139         inset-insert lfuns.
12140
12141         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
12142
12143         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
12144         command (necessary to pass " as parameter of self-insert.
12145
12146         * text.C (selectWordWhenUnderCursor):
12147         (selectWord): add word_location parameter
12148         (selectWordWhenUnderCursor): same + remove special code for word
12149         boundary.
12150         (selectNextWord): use kind() to guess type of insetspecialchar,
12151         not latex().
12152
12153         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
12154         (insertErtContents): create ert insets as collapsed.
12155         (readInset): better compatibility code for Info inset.
12156
12157 2001-07-20  Juergen Vigna  <jug@sad.it>
12158
12159         * lyxfunc.C (dispatch): use always LyXFind now!
12160
12161         * text2.C (init): add a reinit flag so that the LyXText can be
12162         reinited instead of deleted and reallocated (used in InsetText).
12163
12164         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
12165
12166         * text.C: ditto
12167
12168         * text2.C: ditto
12169
12170 2001-07-18  Juergen Vigna  <jug@sad.it>
12171
12172         * text.C (selectNextWord): handle insets inside inset by calling
12173         always the bv->text functions so that we can go up the_locking_inset!
12174
12175         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
12176         in strange locations when inside an inset!
12177
12178         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
12179         handling to include insets.
12180
12181         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
12182
12183 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12184
12185         * LyXAction.C (init):
12186         * commandtags.h:
12187         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
12188         LIGATURE_BREAK, since the name is so stupid.
12189
12190 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12191
12192         * buffer.C (readInset): enable reading of new InsetNotes as well as old
12193         InsetInfos.
12194
12195         * FontLoader.C: remove FORMS_H_LOCATION cruft.
12196
12197         * sp_form.[Ch]: remove.
12198
12199         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
12200
12201         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
12202         InsetInfo.
12203
12204         * src/buffer.C (readInset): ditto.
12205
12206 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12207
12208         * BufferView_pimpl.C (specialChar): new method. Obsoletes
12209         menuSeparator(), endOfSentenceDot(), ldots() and
12210         hyphenationPoint(), which are therefore removed.
12211         (Dispatch): handle LFUN_HYPHENATION_BREAK.
12212
12213         * LyXAction.C (init):
12214         * commandtags.h: add LFUN_HYPHENATION_BREAK.
12215
12216         * paragraph.C (getWord): removed.
12217
12218         * BufferView_pimpl.C (Dispatch): use last word or selection for
12219         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
12220
12221         * lyx_main.C (queryUserLyXDir): do not ask before creating
12222         user_dir, except if it has been named explicitely.
12223
12224 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12225
12226         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
12227         a document of zero size.
12228
12229 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
12230
12231         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
12232         approriately in the c-tor and in require().
12233         (getPackages): output the appropriate LaTeX for natbib support.
12234
12235         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
12236         variables "use_natbib" and "use_numerical_citations" when reading the
12237         LyX file.
12238         (readInset): read the various natbib cite commands.
12239         (validate): white-space change.
12240
12241         * bufferparams.[Ch]: new variables "bool use_natbib" and
12242         "bool use_numerical_citations".
12243         (writeFile): output them in the LyX file.
12244
12245 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12246
12247         * lyxfunc.C (getStatus): add support for all the inset insertion
12248         commands.
12249
12250         * text2.C (insertInset):
12251         * paragraph.C (insetAllowed):
12252         * BufferView_pimpl.C (insertInset): update to take in account the
12253         renaming of insertInsetAllowed
12254
12255         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
12256
12257         * text2.C (getInset): new method. returns inset at cursor position.
12258
12259         * BufferView_pimpl.C (Dispatch): changes because of this.
12260
12261         * LyXAction.C (init): rename open-stuff to inset-toggle.
12262
12263         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
12264
12265         * text2.C (toggleInset): renamed from openStuff; use
12266         Inset::open().
12267
12268 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
12269
12270         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
12271
12272         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
12273
12274 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
12275
12276         * buffer.C (readLyXformat2): Add filename to the error dialog
12277
12278 2001-07-18  Juergen Vigna  <jug@sad.it>
12279
12280         * tabular.C (GetCellNumber): put an assert here instead of the check!
12281
12282 2001-07-17  Juergen Vigna  <jug@sad.it>
12283
12284         * BufferView_pimpl.C (toggleSelection): adapted too.
12285
12286         * text.C (selectNextWord): adapted for use with insets.
12287         (selectSelectedWord): ditto
12288
12289 2001-07-17  Juergen Vigna  <jug@sad.it>
12290
12291         * sp_spell.C (PSpell): fix initialitation order.
12292
12293 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12294
12295         * paragraph.C: spacing
12296
12297 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
12298
12299         * sp_spell.C: repair language selection for pspell
12300
12301 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12302
12303         * lyxfunc.h: change more methods to begin with lower char.
12304
12305 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
12306
12307         * buffer.C (parseSingleLyXformat2Token): Generate error insets
12308         for unknown layouts.
12309
12310 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
12311
12312         * buffer.C (readLyXformat2): Generate an error dialog if there are
12313         unknown layouts.
12314
12315 2001-07-16  Juergen Vigna  <jug@sad.it>
12316
12317         * sp_spell.C: always compile ISpell part.
12318
12319         * lyxrc.C: added use_pspell entry and it's handling.
12320
12321 2001-07-13  Juergen Vigna  <jug@sad.it>
12322
12323         * sp_spell.C: removed double includes.
12324
12325 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
12326
12327         Consistent use of Lsstream.h:
12328         * Lsstream.h: added using std::stringstream for consistencies sake.
12329
12330         * buffer.C: removed using std::stringstream
12331
12332         * lyxfont.C (stateText):
12333         * paragraph.C (asString):
12334         * text.C (selectNextWord, selectSelectedWord):
12335         * text2.C (setCounter):
12336         * vspace.C (asString, asLatexString):
12337         std::ostringstream -> ostringstream.
12338
12339 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12340
12341         * LyXAction.C: add LFUN_HELP_ABOUTLYX
12342         * commandtags.h: add LFUN_HELP_ABOUTLYX
12343         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
12344
12345 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12346
12347         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
12348         cursorToggle()
12349         * lyx_gui_misc.C: remove spellchecker
12350         * lyxfunc.C: showSpellchecker
12351         * sp_base.h: added
12352         * sp_ispell.h: added
12353         * sp_pspell.h: added
12354         * sp_spell.C: added
12355         * sp_form.[Ch]: removed
12356         * spellchecker.[Ch]: removed
12357
12358 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
12359
12360         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
12361         is set.
12362         (simpleTeXSpecialChars): Simply print the input character without
12363         any special translation if pass_thru is set.
12364
12365         * layout.h: Added bool pass_thru to layout class for being able to
12366         implement pass through of a paragraph for Literate Programming.
12367
12368         * layout.C: add LT_PASS_THRU to LayoutTags enum.
12369         * layout.C (LyXLayout): set pass_thru to flase in constructor.
12370         * layout.C (Read): add "passthru" to list of layout tags and add
12371         code to set the pass_thru boolean when it is read.
12372
12373 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12374
12375         * trans_decl.h: remove allowed from KmodInfo
12376
12377         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
12378         remove allowed code
12379         (Load): adjust
12380
12381         * paragraph_pimpl.C (erase): use boost::prior
12382
12383         * Painter.C (text): use data() instead of c_str() when length is
12384         also provided.
12385         * WorkArea.C (putClipboard): ditto
12386         * font.h (width): ditto
12387
12388         * BufferView2.C: use it-> instead of (*it). for iterators
12389         * texrow.C: ditto
12390         * paragraph_pimpl.C: ditto
12391         * paragraph.C: ditto
12392         * minibuffer.C: ditto
12393         * language.C: ditto
12394         * kbmap.C: ditto
12395         * encoding.C: ditto
12396         * counters.C: ditto
12397         * converter.C: ditto
12398         * chset.C: ditto
12399         * Variables.C: ditto
12400         * TextCache.C: ditto
12401         * MenuBackend.C: ditto
12402         * LyXAction.C: ditto
12403         * LColor.C: ditto
12404         * FloatList.C: ditto
12405         * DepTable.C: ditto
12406         * ColorHandler.C (LyXColorHandler): ditto
12407
12408 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12409
12410         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
12411
12412         * text2.C (openStuff): reintroduce this method (which had been
12413         nuked in NEW_INSETS frenzy).
12414
12415         * lyxfunc.C (Dispatch): when an action has not been handled, use
12416         its name in the error message, not its number.
12417
12418         * paragraph.C (inInset): change method name to begin with lowercase.
12419
12420         * undo_funcs.C:
12421         * text2.C: updates because of this.
12422
12423 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12424
12425         * ToolbarDefaults.C (add): add spaces in error message
12426
12427 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12428
12429         * buffer.C (readLyXformat2): initialize the ert comp. variables.
12430         (readLyXformat2): rename return_par to first_par, use lyxlex's
12431         pushToken and remove the manual push handling.
12432         (parseSingleLyXformat2Token): add another ert comp. variable:
12433         in_tabular, rename return_par to first_par. handle newlines better
12434
12435 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12436
12437         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
12438
12439 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12440
12441         * text2.C (getParFromID): removed
12442
12443         * buffer.C (getParFromID): new method moved form lyxtext.
12444         * BufferView2.C (insertErrors): adjust
12445         (setCursorFromRow): adjust
12446         * BufferView_pimpl.C (restorePosition): adjust
12447         * lyxfunc.C (Dispatch): adjust
12448         * undo_funcs.C (textUndo): adjust
12449         (textRedo): adjust
12450         (textHandleUndo): adjust
12451         (textHandleUndo): adjust
12452
12453 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12454
12455         * buffer.C: up' the LYX_FORMAT
12456
12457         * lyxfont.h: turn NO_LATEX on as default
12458
12459         * buffer.C (insertErtContents): new methods of tex style compability.
12460         (parseSingleLyXformat2Token): use it several places.
12461         * tabular.C (OldFormatRead): and here
12462
12463 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12464
12465         * text2.C: remove some commented code.
12466         reindent file.
12467
12468         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
12469         * trans.C: changes because of the above.
12470
12471 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
12472
12473         * text2.C (setCounter): Fix counters bug with bibliography layout.
12474
12475 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12476
12477         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
12478         own member functions
12479         (simpleTeXSpecialChars): ditto
12480
12481 2001-07-06  Juergen Vigna  <jug@sad.it>
12482
12483         * a lot of files: changed the access to LyXText::status and the
12484         call of undo-functions.
12485
12486         * undo.[Ch]: added a inset_id to the undo informations.
12487
12488         * undo_funcs.[Ch]: added and moved here all undo functions.
12489
12490         * lyxtext.h: give the status enum a weight, made status_ a private
12491         variable and made accessor functions for it, removed the whole bunch
12492         of undo-functions as they are now in their own file, make some
12493         functions publically available. Added function ownerParagraph with
12494         int parameter.
12495
12496         * paragraph.[Ch]: added "bool same_ids" to the constructor,
12497         made InInset() a const function, added getParFromID() function.
12498
12499         * buffer.[Ch]: added const version for inset_iterator functions,
12500         added getInsetFromID() function.
12501
12502         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
12503         changed undo functions for new version.
12504
12505 2001-07-05  Juergen Vigna  <jug@sad.it>
12506
12507         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
12508         unknow mechanism does not call the proper constructor but only this
12509         one also if I request the other!?
12510
12511 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12512
12513         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
12514
12515         * text2.C (LyXText): use initialization lists.
12516
12517         * lyxtext.h (Selection): initialize set_ and mark_
12518         (init): remove method
12519
12520 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
12521
12522         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
12523
12524 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12525
12526         * screen.[Ch]: change method names to begin with lowercase
12527
12528         * BufferView_pimpl.C (updateScrollbar): simplify further and
12529         hopefully make it a bit faster.
12530
12531 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12532
12533         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
12534         calling directly xforms functions.
12535
12536         * Painter.C (Painter):
12537         * lyx_cb.C (MenuWrite):
12538         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
12539         fl_display.
12540
12541         * lyx_gui.C: remove bogus guiruntime extern declaration.
12542
12543 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12544
12545         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
12546         in NEW_INSETS
12547         (redoDrawingOfParagraph): ditto
12548         (redoParagraphs): ditto
12549         (cutSelection): don't create a object for CutAndPaste use the
12550         static method directly
12551         (pasteSelection): ditto
12552
12553         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
12554         LyXview (+ rename)
12555
12556 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12557
12558         * modifications to some other files because of this.
12559
12560         * Makefile.am (lyx_SOURCES): add XFormsView
12561
12562         * XFormsView.[Ch]: new files
12563
12564         * LyXView.[Ch]: make LyXView a base class for the gui handling for
12565         the main window. Move the gui dependent stuff to XFormsView
12566
12567 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12568
12569         * tabular.C (GetCellInset): update cur_cell also in the row/col
12570         version of this function.
12571
12572         * lyxfunc.C: no need to include figure_form.h here.
12573
12574         * FontLoader.h:
12575         * lyxfunc.h:
12576         * lyxscreen.h:
12577         * text2.C:
12578         * lyxvc.C: no need to include forms.h here.
12579
12580 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12581
12582         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
12583
12584         * lyxfunc.C (Dispatch):
12585         * Spacing.C (set):
12586         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
12587         constructor argument.
12588
12589 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12590
12591         * paragraph.C (Paragraph): dont't clear, and just set layout.
12592         (makeSameLayout): use params's copy contructor.
12593
12594         * ParagraphParameters.[Ch] (makeSame): delete method
12595
12596 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
12597
12598         * Variables.[Ch]: fix indentation, rename set to isSet
12599
12600 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12601
12602         * lyxfunc.C (Dispatch): fix typo
12603
12604 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12605
12606         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
12607         upper_bound.
12608
12609         * bufferlist.C: include assert.h for emergencyWrite().
12610
12611 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12612
12613         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
12614           give up at last (bug #425202) !
12615
12616 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
12617
12618         * lyx_gui_misc.C:
12619         * sp_form.h:
12620         * sp_form.C:
12621         * spellchecker.h:
12622         * spellchecker.C: strip spellchecker options and bring up
12623           preferences tab instead
12624
12625 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12626
12627         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
12628         the istringstream constructor
12629
12630 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12631
12632         * paragraph.C (getLayout): fix return value
12633
12634         * paragraph.h: do not declare getLayout as inline.
12635
12636         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
12637
12638 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12639
12640         * lyxcursor.h (operator<): new func
12641         (operator>): new func
12642         (operator>=): new func
12643         (operator<=): new func
12644
12645         * text.C (changeCase): use selection.start and selection.end
12646         (changeRegionCase): require from to be <= to. Require par to be a
12647         valid paragraph.
12648
12649         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
12650
12651 2001-06-27  Juergen Vigna  <jug@sad.it>
12652
12653         * text.C (cursorLeftOneWord): changed to return the cursor and added
12654         overlay with BufferView * parameter which calls this one.
12655         (getWord): added
12656         (selectWord): use new getWord function.
12657         (changeCase): renamed from changeWordCase as and extended to work
12658         also on selections.
12659
12660         * lyxtext.h: added enum word_location
12661
12662         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
12663         changeCase as this operates now also on selections.
12664
12665 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
12666
12667         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
12668
12669         * many files: send debug output to Debug::INFO instead of
12670         Debug::ANY.
12671
12672         * converter.C (View):
12673         (Convert):
12674         (Move): send debug output to Debug::FILES instead of console.
12675
12676 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
12677
12678         * lyxfunc.C (getStatus): use func_status
12679
12680         * func_status.h: new header, describing the results of
12681         LyXFunc::getStatus;
12682
12683         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
12684         LFUN_MATH_HALIGN.
12685
12686 2001-06-25  The LyX Project  <jug@sad.it>
12687
12688         * buffer.C (sgmlOpenTag):
12689         (sgmlCloseTag):
12690         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
12691
12692 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12693
12694         * text2.C: remove some dead code
12695
12696         * tabular.C (GetCellInset): store the last cell checked (gotten)
12697
12698         * tabular.h: add the helper for the speedup
12699
12700         * lyxtext.h: remove some dead code
12701
12702 2001-06-26  The LyX Project  <Asger>
12703
12704         * paragraph.C: Change export to LaTeX of alignment to
12705         \begin{center} and family for better roundtrip work with reLyX.
12706
12707         * Tune the math drawing a bit.
12708
12709 2001-06-25  The LyX Project  <Asger>
12710
12711         * LColor.C (LColor): New color for math background. New color
12712         for buttons.
12713
12714 2001-06-25  The LyX Project  <jug@sad.it>
12715
12716         * lyxfunc.C (MenuNew): remove extra check for .lyx file
12717
12718         * lyxfunc.C (Open):
12719         * bufferlist.C (newFile): do not restrict to files ending with
12720         .lyx
12721
12722         * BufferView_pimpl.C (MenuInsertLyXFile):
12723
12724 2001-06-24  The LyX Project  <jug@sad.it>
12725
12726         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
12727         of compare_no_case
12728
12729 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12730
12731         * lyxtext.h: rename most methods to begin with a small char.
12732         Lots of changes because of this.
12733
12734         * paragraph.C (Paragraph): do not call fitToSize
12735         (erase): call Pimpl::erase
12736         (insertChar): call Pimpl::insertChar
12737         (insertInset): call Pipl::insertInset
12738         (breakParagraph): do not call fitToSize
12739         (breakParagraphConservative): do not call fitToSize
12740         (fitToSize): remove method
12741
12742         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
12743
12744 2001-06-24  The LyX Project  <Asger>
12745
12746         * Fix Qt compilation^2
12747
12748 2001-06-24  The LyX Project  <jug@sad.it>
12749
12750         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
12751         depthHook(getDepth()-1).
12752
12753         * paragraph.h:
12754         * ParagraphParameters.h:
12755         * ParameterStruct.h: change type of depth to unsigned int ==
12756         depth_type. Many adaptations to other files before of that.
12757
12758 2001-06-24  The LyX Project  <Asger>
12759
12760         * Fix Qt compilation.
12761
12762 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12763
12764         * paragraph.h: renamed several methods to begin with small letter.
12765         several changes to many parts of the code because of this.
12766
12767 2001-06-23  The LyX Project  <jug@sad.it>
12768
12769         * text2.C (InsertStringAsLines): renamed from InsertStringA;
12770         rewritten to discard all double spaces when KeepEmpty is off
12771         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
12772         to only handle newlines but not fiddle with spaces and friends.
12773
12774         * lyxfunc.C (MenuNew): when doing 'new from template', use
12775         template_path as default directory
12776
12777 2001-06-23  The LyX Project  <Asger>
12778
12779         * Clean-up of header file includes all over
12780         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
12781
12782 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12783
12784         * paragraph.h: renamed from lyxparagraph.h
12785
12786 2001-06-23  Asger  <lyx@violet.home.sad.it>
12787
12788         * Buffer.h: Removed Buffer::resize
12789         * BufferList.h: Removed BufferList::resize
12790         * LyXView.h: Added LyXView::resize. This way, we will only reflow
12791         the document lazily when we change the width, or the font settings.
12792
12793 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12794
12795         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
12796
12797 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12798
12799         * buffer.h: remove out of date comment
12800
12801 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12802
12803         * lyxscreen.h:
12804         * screen.C: fix "theoretical" GC leak
12805
12806 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12807
12808         * LaTeX.C (scanAuxFile):
12809         (deplog): remove trailing \r when reading stream (useful under
12810         win32)
12811
12812 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
12813
12814         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
12815         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
12816         and BufferView::theLockingInset(Inset*), so should use them and not
12817         access bv_->text->the_locking_inset directly.
12818
12819         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
12820
12821 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12822
12823         * Makefile.am:
12824         * tex-defs.h: remove old unused file
12825
12826 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
12827
12828         * BufferView_pimpl.C: fix typo, remove minibuffer message
12829           when buffer has loaded
12830
12831 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12832
12833         * lyxfunc.C (Dispatch): use stringstream
12834         (MenuNew): use stringstream
12835         (Open): use stringstream
12836
12837         * importer.C (Import): use stringstream
12838
12839         * bufferview_funcs.C (CurrentState): use stringstream
12840
12841         * LaTeX.C (run): use stringstream
12842
12843         * BufferView_pimpl.C (savePosition): use stringstream
12844         (restorePosition): use stringstream
12845         (MenuInsertLyXFile): use stringstream
12846
12847 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
12848
12849         * BufferView.C:
12850         * Bullet.C:
12851         * ColorHandler.C:
12852         * FontInfo.C:
12853         * FontLoader.C:
12854         * LColor.C:
12855         * LaTeXFeatures.C:
12856         * Painter.C:
12857         * gettext.C:
12858         * lyx_gui_misc.C:
12859         * lyxserver.C:
12860         * vspace.C: removed // -*- C++ -*- as first line.
12861
12862         * lyxfind.h:
12863         * version.h: added // -*- C++ -*- as first line.
12864
12865 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12866
12867         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
12868
12869         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
12870         of string
12871
12872 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12873
12874         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
12875         of floats.
12876
12877 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12878
12879         * gettext.C: include LString.h even when --disable-nls is on.
12880
12881 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
12882
12883         * converter.h (Get): changed argument type from int to
12884         FormatList::size_type to avoid unnecessary conversion.
12885
12886         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
12887         before using it.
12888
12889 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12890
12891         * gettext.h: include LString.h even when --disable-nls is on.
12892
12893 2001-06-07  Juergen Vigna  <jug@sad.it>
12894
12895         * text.C (BreakAgain): subst spaces with tabs.
12896
12897         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
12898         (resizeInsetsLyXText): set force on resizeLyXText.
12899
12900 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12901
12902         * gettext.h (gettext_init):
12903         (locale_init): use a real definition instead of a macro
12904
12905 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12906
12907         * Bufferview_pimpl.C:
12908         * LColor.h:
12909         * LColor.C: further lcolor tidies
12910
12911 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12912
12913         * BufferView_pimpl.C (updateScrollbar): simplify.
12914
12915         * BufferView2.C: don't include insets/insetinfo.h, change
12916         prototype for insertInset and call the Pimpl version. let
12917         updateInset call Pimpl version.
12918
12919         * BufferView.h: move inset_slept to BufferView::Pimpl, move
12920         gotoInset to BufferView::Pimpl
12921
12922 2001-06-01  Juergen Vigna  <jug@sad.it>
12923
12924         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
12925         inside a LockingInset (is the update needed at all?).
12926
12927 2001-05-31  Juergen Vigna  <jug@sad.it>
12928
12929         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
12930         here not the old one otherwise how should we compare it afterwards
12931         if it's the same!
12932
12933 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12934
12935         * lyxfont.C:
12936         * tabular.C:
12937         * tabular-old.C:
12938         * FontInfo.C: bring C functions into global namespace when
12939         necessary
12940
12941 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12942
12943         * LString.h: make sure config.h has been loaded before LString.h.
12944
12945         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
12946         (one for each char read by EatLine!).
12947
12948         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
12949         variables.
12950
12951 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12952
12953         * paragraph.C (BreakParagraph): set the inset_owner in the new par
12954         to the same as the par we break from
12955
12956 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12957
12958         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
12959
12960         * MenuBackend.C (expand): also create menu entries for wide
12961         versions of the floats.
12962
12963         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
12964
12965         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
12966
12967         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
12968         frontends/Makefile.am
12969
12970         * text2.C: adjust
12971         * text.C: adjust
12972
12973
12974         * tabular.C (getTokenValue): add std::
12975
12976         * tabular-old.C (getTokenValue): add std::
12977         (getTokenValue): ditto
12978         (getTokenValue): ditto
12979
12980         * screen.C (ToggleSelection): adjust
12981
12982         * lyxtext.h: put selection cursors inside a Selection struct.
12983
12984         * lyxfunc.C (moveCursorUpdate): adjust
12985
12986         * lyxfont.C (latexWriteStartChanges): add std::
12987
12988         * lyxfind.C: adjust
12989
12990         * font.h: delete with(char const *, LyXFont const &)
12991
12992         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
12993
12994         * FontInfo.C (getFontname): add std::
12995
12996         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
12997         (workAreaButtonPress): adjust
12998         (tripleClick): adjust
12999         (update): adjust
13000         (moveCursorUpdate): adjust
13001         (Dispatch): adjust
13002
13003         * BufferView2.C (gotoInset): adjust
13004
13005 2001-05-30  Juergen Vigna  <jug@sad.it>
13006
13007         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13008         to check pspell I add this as default as I now have new pspell
13009         libraries and they seem to use this.
13010
13011 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13012
13013         * text2.C (CutSelection): make the cursor valid before the call to
13014         ClearSelection.
13015
13016 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13017
13018         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13019         relied on 0 terminated strings and other horrors. Bug found due to
13020         the new assert in lyxstring!
13021
13022         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13023         KP_ keys.
13024
13025 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13026
13027         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13028         to latinkeys.bind.
13029
13030         * lyxfunc.C (processKeySym): change method of getting to the
13031         self-insert char.
13032
13033         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13034         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13035         * BufferView_pimpl.[Ch]: here as private methods.
13036
13037 2001-05-28  Juergen Vigna  <jug@sad.it>
13038
13039         * text.C (SetHeightOfRow): added the update() call again as it is
13040         needed to initialize inset dimensions!
13041
13042 2001-05-16  Juergen Vigna  <jug@sad.it>
13043
13044         * text2.C (SetCharFont): Add new function with BufferView * and
13045         bool toggleall parameters for setting insets internal fonts.
13046         (SetFont): Freeze the undo as we may change fonts in Insets and
13047         all this change should be inside only one Undo!
13048
13049         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13050         setting font's in insets as for them we have the SetFont function!
13051
13052 2001-05-15  Juergen Vigna  <jug@sad.it>
13053
13054         * text2.C (ClearSelection): to be sure we REALLY don't have any
13055         selection anymore!
13056
13057         * tabular.C (TeXCellPreamble): fixed the left border problem for
13058         multicolumn cells.
13059
13060 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13061
13062         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13063         dependancy file
13064
13065 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13066
13067         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13068         LFUN_BREAKPARAGRAPH.
13069
13070         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13071         help test to "internal only", similar for LFUN_INSERT_URL
13072
13073         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
13074         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
13075         auto_region_delete and deadkeys.
13076
13077 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
13078
13079         * LColor.h:
13080         * LColor.C: remove some dead entries, tidy a little
13081
13082 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13083
13084         * lyxfunc.C (processKeySym): comment the Escape handling, remove
13085         commented code.
13086         (Dispatch): implement LFUN_ESCAPE
13087
13088         * commandtags.h: add LFUN_ESCAPE
13089
13090         * LyXAction.C (init): add entry for LFUN_ESCAPE
13091
13092         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
13093         Remove commented code.
13094         (insertNote): moved here
13095         (open_new_inset): moved here
13096
13097         * BufferView[2].[Ch]: move insertNote and open_new_inset to
13098         BufferView_pimpl
13099
13100 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13101
13102         * kbmap.C (findbinding): clean it up and make it work correctly.
13103
13104         * lyx_main.C (init): do not pass argc and argv as parameters
13105
13106 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
13107
13108         * buffer.C: fix path for OS/2 & Win32
13109
13110         * lyx_gui.C:
13111         * lyx_main:
13112         * lyx_main.C: Added os:: class.
13113
13114         * os2_defines.h: update
13115
13116 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13117
13118         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
13119         better by trying again with reduced state.
13120
13121 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13122
13123         * lyxrc.C (read): print error about invalid key sequence only when
13124         debugging (because not all latinX keysyms are known to some X
13125         servers)
13126
13127         * kbsequence.C (getiso): add a few std:: qualifiers
13128         (getiso): comment out extra return statement.
13129
13130 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13131
13132         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
13133         handling.
13134         (Dispatch): enhance the accent inset a bit. (not perfect)
13135
13136 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13137
13138         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
13139
13140 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13141
13142         * bufferlist.C (emergencyWrite): fix assert() call
13143
13144 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
13145
13146         * text.C (InsertChar): Added trivial patch to only send the "you
13147         can not do multiple spaces this way" message once during a
13148         session.
13149
13150 2001-05-08  Baruch Even  <baruch@lyx.org>
13151
13152         * Makefile.am: Changed order of libraries to get LyX to link properly
13153         with the gnome frontend.
13154
13155 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13156
13157         * LaTeXFeatures.h: add a std:: qualifier
13158
13159 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13160
13161         * paragraph.C (String): use stringstream
13162
13163 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13164
13165         * paragraph.C (writeFile): remove footflag arg
13166
13167         * buffer.C (makeLaTeXFile): use stringstream
13168         (latexParagraphs): remove footnot gurba
13169
13170         * LaTeXFeatures.C (getPackages): use stringstream
13171         (getMacros): likewise
13172         (getTClassPreamble): likewise
13173         (getFloatDefinitions): new method
13174
13175         * paragraph.C (writeFile): reindent
13176         (Erase): reindent
13177
13178         * WorkArea.h: revert the xpos + etc changes.
13179
13180         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
13181
13182         * lyxparagraph.[Ch]: add copy constructor, remove Clone
13183
13184         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
13185         (pasteSelection): likewise
13186         * text2.C (CreateUndo): likewise
13187
13188 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13189
13190         * minibuffer.C (peek_event): temporarily reduce the functionality
13191         of the minibuffer (to allow args on lfuns)
13192
13193         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
13194         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
13195
13196         * buffer.C (readInset): add compability reading of old float
13197         lists, add reading of new style float list.
13198         (readInset): avoid reevaluation of inscmd.getCmdName()
13199         (getLists): reindent
13200
13201         * MenuBackend.C (MenuItem): implement parsing of
13202         md_floatlistinsert and md_floatinsert.
13203         (expand::LastFiles): move initalizaton of iterators out of loop,
13204         avoid reevaluation.
13205         (expand::Documents): introduce typdedef vector<string> Strings,
13206         and use it.
13207         (expand::ExportFormats): introduce typedef vector<Format const *>
13208         Formats, and use it.
13209         (expand): implement FloatListInsert and FloatInsert.
13210
13211         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
13212         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
13213         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
13214
13215         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
13216         handling.
13217         (Dispatch::LFUN_FLOAT_LIST): implement
13218
13219 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
13220
13221         * LaTeX.C (run): Fix problem with --export code.
13222
13223 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13224
13225         * BufferView.[Ch] (workarea): removed.
13226         (getClipboard) new method; wrapper for workarea()->getClipboard()
13227
13228         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
13229         bug.
13230
13231         * WorkArea.h (width, height, xpos, ypos): These methods all
13232         returned the dimensions of the work_area sub-area of WorkArea,
13233         resulting in a position error if the WorkArea were resized. Now
13234         return the dimensions of the entire WorkArea.
13235
13236         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
13237
13238 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13239
13240         * LaTeX.C (deplog): correct the syntax of regex reg1
13241
13242 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13243
13244         * undo.C: remove !NEW_INSETS cruft
13245
13246 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13247
13248         * text2.C: remove !NEW_INSETS cruft
13249
13250         * text.C: remove !NEW_INSETS cruft
13251
13252         * tabular.C: remove !NEW_INSETS cruft
13253
13254         * spellchecker.C: remove !NEW_INSETS cruft
13255
13256         * lyxtext.h: remove !NEW_INSETS cruft
13257
13258         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
13259
13260         * lyxfunc.C: remove !NEW_INSETS cruft
13261
13262         * lyxfind.C: remove !NEW_INSETS cruft
13263
13264         * lyx_cb.C: remove !NEW_INSETS cruft
13265
13266         * figureForm.C: remove  !NEW_INSETS cruft
13267
13268         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
13269
13270         * buffer.[Ch]: remove !NEW_INSETS cruft
13271
13272         * ToolbarDefaults.C: remove !NEW_INSETS cruft
13273
13274         * CutAndPaste.C: remove !NEW_INSETS cruft
13275
13276         * BufferView_pimpl.C: remove !NEW_INSETS cruft
13277
13278         * BufferView2.C: remove !NEW_INSETS cruft
13279
13280         * BufferView.h: remove !NEW_INSETS cruft
13281
13282 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13283
13284         * Lsstream.h: include LString.h before the sstream headers to
13285         fix problem with gcc 2.95.3 and lyxstring
13286
13287 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13288
13289         * lyx_main.C: add using directives when needed for C functions
13290         declared in std:: namespace.
13291
13292 2001-04-27  Juergen Vigna  <jug@sad.it>
13293
13294         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
13295         (SetHeightOfRow): comment out the update call should not be needed!
13296
13297 2001-04-13  Juergen Vigna  <jug@sad.it>
13298
13299         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
13300         (LyXTabular): tried to minimize operator= operations (and realized
13301         hopfully Lars wish).
13302
13303 2001-04-27  Juergen Vigna  <jug@sad.it>
13304
13305         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
13306
13307 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13308
13309         * lyxfunc.C (Dispatch): hack to make listof algorithm work
13310
13311         * buffer.C (readInset): hack to make listof algorithm work
13312
13313         * BufferView_pimpl.C: hack to make listof algorithm work
13314
13315 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13316
13317         * LyXAction.C: removed all !NEW_INSETS cruft
13318         (init): moved lfun_item in method
13319
13320         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
13321
13322 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13323
13324         * BufferView2.C (theLockingInset): white space.
13325
13326 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13327
13328         * minibuffer.C: include <iostream>
13329
13330         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
13331
13332         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
13333
13334         * commandtags.h: add LFUN_TRANSPOSE_CHARS
13335
13336         * text.[Ch] (TransposeChars): new method
13337
13338 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13339
13340         * call message directly through LyXView instead of through LyXFunc
13341         * BufferView2.C: adjust
13342         * BufferView_pimpl.C: adjust
13343         * FontLoader.C: adjust
13344         * buffer.C: adjust
13345         * bufferview_funcs.C: adjust
13346         * converter.C: adjust
13347         * figureForm.C: adjust
13348         * importer.C: adjust
13349         * lyx_cb.C: adjust
13350         * lyx_gui_misc.C: adjust
13351         * lyxfunc.C: adjust
13352         * lyxvc.C: adjust
13353         * text2.C: adjust
13354         + more files in subdirs
13355
13356         * lyxparagraph.h (size): move up int file
13357         (GetLayout): ditto
13358
13359         * adjust all uses of Assert to lyx::Assert.
13360
13361         * BufferView2.C (ChangeCitationsIfUnique): adjust for
13362         lyxfunctional in namespace lyx
13363         * layout.C (hasLayout): ditto
13364         (GetLayout): ditto
13365         (GetLayout): ditto
13366         (delete_layout): ditto
13367         (NumberOfClass): ditto
13368         * converter.C (GetFormat): ditto
13369         (GetNumber): ditto
13370         (Add): ditto
13371         (Delete): ditto
13372         (SetViewer): ditto
13373         * bufferlist.C (getFileNames): ditto
13374         (emergencyWriteAll): ditto
13375         (exists): ditto
13376         (getBuffer): ditto
13377         * MenuBackend.C (hasSubmenu): ditto
13378         (hasMenu): ditto
13379         (getMenu): ditto
13380         * BufferView_pimpl.C (getInsetByCode): ditto
13381
13382 2001-04-18  Juergen Vigna  <jug@sad.it>
13383
13384         * vspace.C (asLatexString): fixed the 100% problem.
13385
13386 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13387
13388         * lyxfunc.C (Dispatch):
13389         * minibuffer.C:
13390         * minibuffer.h: add a few std:: qualifiers
13391
13392 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13393
13394         * minibuffer.[Ch]: reimplement so that commands is initiated and
13395         run from lyxfunc, simplified som handling, and made the completion
13396         and history code for complete. wip.
13397
13398         * lyxfunc.C (processKeySym): call message
13399         (miniDispatch): new temporary method
13400         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
13401         (LFUN_MESSAGE): implement
13402         (LFUN_MESSAGE_PUSH): implement
13403         (LFUN_MESSAGE_POP): implement
13404         (initMiniBuffer): the initial/defualt minibuffer message.
13405
13406         * lyxfont.[Ch]: inline some more getters
13407
13408         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
13409
13410         * lyx_gui_misc.[Ch] (WriteStatus): remove method
13411
13412         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
13413         (AutoSave): use LFUN_MESSAGE
13414         (Reconfigure): ditto
13415
13416         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
13417
13418         * figureForm.C: use LFUN_MESSAGE
13419
13420         * converter.C (runLaTeX): use LFUN_MESSAGE
13421
13422         * bufferview_funcs.C: use LFUN_MESSAGE
13423         (Melt): ditto
13424         (changeDepth): ditto
13425
13426         * bufferparams.h: use boost::
13427
13428         * bufferlist.h: inherit privately from noncopyable
13429
13430         * bufferlist.C (loadLyXFile): remove some commented code.
13431
13432         * buffer.C (runChktex): use LFUN_MESSAGE
13433
13434         * ShareContainer.h: inherit privately from noncopyable
13435
13436         * ParagraphParameters.[hC] (depth): inline it.
13437
13438         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
13439         methods.
13440         (message): new method
13441         (messagePush): ditto
13442         (messagePop): ditto
13443         (show): init minibuffer
13444         (showState): direct call
13445
13446         * LaTeX.[Ch]: inherit privately from noncopyable
13447         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
13448         instead of WriteStatus.
13449
13450         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
13451
13452         * BufferView_pimpl.C (buffer): don't init minibuffer
13453         (workAreaButtonPress): use LFUN_MESSAGE
13454         (workAreaButtonRelease): ditto
13455         (savePosition): ditto
13456         (restorePosition): ditto
13457         (MenuInsertLyXFile): ditto
13458         (workAreaExpose): don't init minibuffer
13459         (update): remove commented code, simplify
13460
13461         * BufferView2.C (openStuff): use LFUN_MESSAGE
13462         (toggleFloat): ditto
13463         (menuUndo): ditto
13464         (menuRedo): ditto
13465         (copyEnvironment): ditto
13466         (pasteEnvironment): ditto
13467         (copy): ditto
13468         (cut): ditto
13469         (paste): ditto
13470         (gotoInset): ditto
13471         (updateInset): remove some commented code
13472
13473         * lastfiles.h: inherit privately from noncopyable
13474         * layout.h: ditto
13475         * lyx_gui.h: ditto
13476         * lyx_main.h: ditto
13477         * lyxlex.h: ditto
13478         * lyxlex_pimpl.h: ditto
13479
13480         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
13481         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
13482         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13483
13484         * LyXAction.h: inherit privately from noncopyable, add methods
13485         func_begin, func_end, returning iterators to the func map.
13486
13487         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
13488         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13489         (func_begin): new method
13490         (func_end): new method
13491
13492         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
13493         and not)
13494         (copySelection): ditto
13495         (pasteSelection): ditto
13496
13497         * BufferView.C: whitespace change
13498         * BufferView.h: inherit privately from noncopyable
13499
13500 2001-04-16  Allan Rae  <rae@lyx.org>
13501
13502         * tabular-old.C (l_getline):
13503         * spellchecker.C (sc_check_word):
13504         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
13505         an unrecognised preprocessor directive.  So ensure they're wrapped.
13506
13507 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
13508
13509         * src/exporter.C (Export): Give an error message when path to file
13510         contains spaces.
13511
13512 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
13513
13514         * LaTeX.C (deplog): Always check that foundfile exists.
13515
13516 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13517
13518         * lyx_main.h:
13519         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
13520
13521 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13522
13523         * tabular.[Ch] (getLabelList): implement new method
13524
13525         * minibuffer.h: comment ouf setTiimer
13526
13527         * minibuffer.C (ExecutingCB): constify res
13528         (peek_event): constify s
13529         (Set): constify ntext
13530         (Init): constify nicename
13531
13532         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
13533
13534         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
13535         (savePosition): use two params to Minibuffer::Set
13536         (restorePosition): ditto
13537
13538 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13539
13540         * lyx_main.C: include language.h
13541
13542         * Makefile.am (lyx_main.o): add language.h
13543
13544 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13545
13546         * exporter.C:
13547         * paragraph.C:
13548         * screen.C:
13549         * tabular.C:
13550         * CutAndPaste.C: include gettext.h
13551
13552         * lyxfont.h: remove old hack with ON and OFF.
13553
13554         * lyxparagraph.h:
13555         * lyxfont.h: do not include language.h...
13556
13557         * BufferView2.C:
13558         * LaTeXFeatures.C:
13559         * Painter.C:
13560         * bufferview_funcs.C:
13561         * font.C:
13562         * lyxfont.C:
13563         * text.C:
13564         * text2.C:
13565         * trans_mgr.C:
13566         * paragraph.C: ... but do it here instead
13567
13568 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13569
13570         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
13571
13572         * tabular.C: small reformat
13573
13574         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
13575         NEW_INSETS version
13576         (GetChar): ditto
13577         (BreakParagraph): ditto
13578         (SetOnlyLayout): ditto
13579         (SetLayout): ditto
13580
13581         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
13582         with one arg less.
13583
13584         * lastfiles.C: removed most using decl, add std:: where needed
13585
13586         * buffer.C: ws changes
13587
13588         * MenuBackend.C (class compare_format): put into anon namespace
13589         (expand): constify label, names, action, action2
13590         (expand):
13591
13592         * text.C (SingleWidth): constify font
13593         (IsBoundary): constify rtl2
13594         (GetVisibleRow): constify ww
13595
13596         * LaTeX.C (deplog): constify logfile
13597
13598         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
13599         start_x, end_x
13600         (workAreaExpose): constify widthChange, heightChange
13601
13602         * lyxrow.C (par): moved
13603         (height): moved
13604         (next): moved
13605         * lyxrow.h: as inlines here
13606
13607         * lyxfont.h (shape): moved from lyxfont.C
13608         (emph): moved from lyxfont.C
13609
13610         * lyxfont.C (LyXFont): use initialization list for all
13611         constructors
13612         (shape): move to lyxfont.h as inline
13613         (emph): move to lyxfont.h as inline
13614
13615
13616 2001-04-04  Juergen Vigna  <jug@sad.it>
13617
13618         * vspace.C: had to include stdio.h for use of sscanf
13619
13620 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
13621
13622         * BufferView.h:
13623         * BufferView_pimpl.h: remove xforms cruft. Both classes are
13624         independent of xforms.
13625
13626 2001-04-02  Juergen Vigna  <jug@sad.it>
13627
13628         * spellchecker.C: fixed namespace placing!
13629
13630 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13631
13632         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
13633         the LyXParagraph * is 0.
13634
13635 2001-03-29  Juergen Vigna  <jug@sad.it>
13636
13637         * vspace.C: added support for %, c%, p%, l%.
13638         (stringFromUnit): added helper function.
13639         (asLatexString): changed to give right results for the %-values.
13640
13641         * buffer.C: convert the widthp in a width%.
13642
13643 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
13644
13645         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
13646         figureForm.[Ch].
13647
13648         * figureForm.[Ch]: stripped the FD_from_figure manipulation
13649         code out of lux_cb.[Ch], ready for its (imminent?) removal.
13650
13651         * lyx_cb.[Ch]: see above.
13652
13653         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
13654         form1.[Ch].
13655
13656         * form1.[Ch]:
13657         * lyx.[Ch]: replaced by figure_form.[Ch].
13658
13659         * lyx_gui.C:
13660         * lyx_gui_misc.C:
13661         * lyxfunc.C: changed headers associated with above changes.
13662
13663 2001-03-27  Juergen Vigna  <jug@sad.it>
13664
13665         * BufferView_pimpl.C: set the temporary cursor right!
13666
13667 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
13668
13669         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
13670
13671 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
13672
13673         * LString.h: removed "using std::getline"!
13674
13675         * BufferView_pimpl.C (Dispatch): changes due to changes in
13676         InsetInclude::Params.
13677
13678         * buffer.C (tag_name): removed redundant break statements as they were
13679         producing lots of warnings with my compiler.
13680
13681 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13682
13683         * LString.h: add "using std::getline" when using the real <string>.
13684
13685 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
13686
13687         * buffer.C: removed bitset usage.
13688         PAR_TAG moved to an anonymous name space.
13689         (tag_name): new funtion, also in the anonymous namespace.
13690         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
13691         (makeDocBookFile): clean code. Completed transition from string arrays
13692         to string vectors.
13693         (SimpleDocBookOnePar): code clean.
13694
13695 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13696
13697         * tabular.C: add some comments.
13698
13699 2001-03-22  Juergen Vigna  <jug@sad.it>
13700
13701         * buffer.C (parseSingleLyXformat2Token): redone the minipage
13702         compatibility read a bit and fixed bug with minipage in different
13703         depth.
13704
13705 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
13706
13707         * buffer.C (pop_tag): removed.
13708         (push_tag): removed.
13709         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
13710         array replaced with vector. Added support for CDATA sections.
13711         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
13712         at any nest level.
13713         (makeDocBookFile): XML conformant declaration of CDATA section,
13714         fixed bug related to <emphasis> in the first paragraph char.
13715         (sgmlOpenTag): exclude empty tags.
13716         (sgmlCloseTag): ditto.
13717
13718         * buffer.h (pop_tag): removed.
13719         (push_tag): removed.
13720
13721 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
13722
13723         * language.h (Languages): added size_type and size().
13724
13725 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13726
13727         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
13728         response on compability reading of minipages. One probliem is that
13729         the old usage of minipages was «flertydig»
13730
13731         * several files here and in subdirs: don't use static at file
13732         scope use anon namespaces instead.
13733
13734 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
13735
13736         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
13737         LaTeX output. This is necessary for Literate document
13738         processing.
13739
13740 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13741
13742         * buffer.C: insert hfill when needed.
13743
13744         * tabular.C (l_getline): use string::erase, small whitespace change.
13745
13746         * BufferView_pimpl.C: try the anon namespace.
13747         * WorkArea.C: ditto
13748
13749 2001-03-16  Juergen Vigna  <jug@sad.it>
13750
13751         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
13752         otherwise it won't open options-dialogs.
13753
13754         * buffer.C: honor pextraWidth(p) on converting minipages.
13755
13756         * tabular.C (l_getline): changed the functions to strip trailing \r.
13757
13758 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
13759
13760         * BufferView_pimpl.C:
13761         * minibuffer..C: added "using SigC::slot" declaration.
13762
13763 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13764
13765         * lyxlex_pimpl.h: noncopyable is in namespace boost.
13766
13767         * text2.C: ditto
13768
13769         * text.C: ditto
13770
13771         * paragraph.C: ditto
13772
13773         * lyxtext.h: NO_PEXTRA
13774
13775         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
13776
13777         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
13778         * ParameterStruct.h: ditto
13779         * ParagraphParameters.h: ditto
13780         * lyxparagraph.h: ditto
13781
13782 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13783
13784         * buffer.C: add compability for minipage alignment.
13785         (latexParagraphs): remove unwanted pextra check.
13786
13787         * several files: remove CXX_WORKING_NAMESPACES
13788
13789         * buffer.C (pop_tag): tie is in namespace boost
13790
13791         * BufferView.h: noncopyable is in namespace boost
13792         * lyxlex.h: ditto
13793         * lyx_main.h: ditto
13794         * lyx_gui.h: ditto
13795         * layout.h: ditto
13796         * lastfiles.h: ditto
13797         * bufferlist.h: ditto
13798         * ShareContainer.h: ditto
13799         * LyXView.h: ditto
13800         * LyXAction.h: ditto
13801         * LaTeX.h: ditto
13802
13803 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13804
13805         * Merging changes from BRANCH_MVC back into HEAD.
13806
13807         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
13808
13809 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
13810
13811         * BufferView_pimpl.C: change from intl.C
13812
13813         * combox.h:
13814         * combox.C:
13815         * Makefile.am: move combox.*
13816
13817         * form1.h:
13818         * form1.C:
13819         * lyx_gui.C:
13820         * intl.h:
13821         * intl.C: remove dialog (covered by prefs)
13822
13823 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13824
13825         * lyxfunc.C (Dispatch): removed redundant break statement.
13826
13827 2001-03-14  Juergen Vigna  <jug@sad.it>
13828
13829         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
13830
13831 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13832
13833         * buffer.C: add hack to fix compability reading of minipages.
13834
13835 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
13836
13837         * buffer.C (getLists): Cleanup.
13838
13839 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13840
13841         * lyxfont.C (update): don't honor toggleall on font size.
13842
13843 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
13844
13845         * bmtable.c:
13846         * bmtable.h:
13847         * Makefile.am: moved to frontends/xforms/
13848
13849         * lyx_gui_misc.C:
13850         * lyxfunc.C:
13851         * BufferView_pimpl.C: changes for moved mathpanel
13852
13853 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13854
13855         * gettext.h: fix gettext_init() in --disable-nls
13856
13857 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13858
13859         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
13860
13861 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
13862
13863         * lyx.C:
13864         * lyx.h: strip external form
13865
13866 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13867
13868         * BufferView_pimpl.C: add comment, destroySplash()
13869
13870 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13871
13872         * BufferView_pimpl.C:
13873         * LyXAction.C:
13874         * buffer.C:
13875         * commandtags.h:
13876         * lyxfunc.C: use re-worked insetinclude
13877
13878 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13879
13880         * buffer.C: add using std::stringstream.
13881
13882         * lyx_cb.C: readd using std::ios.
13883
13884         * buffer.C: add using std::map.
13885
13886         * BufferView_pimpl.C: add using std::vector.
13887
13888         * ShareContainer.h: add std:: to swap.
13889
13890         * buffer.h: add some typedefs
13891         * buffer.C (getLists): use them
13892         (getLists): renamed from getTocList.
13893         add a counter for the different float types and use it in the
13894         generated string.
13895         (getLists): use the same counter for the NEW_INSETS and the "non"
13896         NEW_INSETS
13897
13898         * lyx_cb.h: remove unused items, includes, using etc.
13899
13900         * ShareContainer.h: remove some commented code, add more comments
13901         and "documentation".
13902
13903 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13904
13905         * buffer.C (getTocList): make the list also when NEW_INSETS is
13906         defined.
13907
13908         * buffer.h: remove TocType
13909
13910         * buffer.C (getTocList): change to return a map<string,
13911         vector<TocItem> >, implement for dynamic number of list.
13912
13913         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
13914         * text2.C (PasteSelection): adjust
13915         * CutAndPaste.C (pasteSelection): adjust
13916
13917         * FloatList.C (FloatList): update from the new_insets branch.
13918         * Floating.[Ch]: ditto
13919         * LaTeXFeatures.C: ditto
13920         * buffer.C: ditto
13921         * lyxlex_pimpl.C: ditto
13922
13923         * paragraph.C (Last): remove when NEW_INSETS is defined.
13924
13925         * other file: changes because of the above.
13926
13927 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13928
13929         * lyxparagraph.h: rename next to next_, previous to previous_,
13930         make them private for NEW_INSETS. Rename Next() to next(),
13931         Previous() to previous().
13932
13933         * other files: changes because of the above.
13934
13935 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
13936
13937         * BufferView.h:
13938         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
13939         problem.
13940
13941 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13942
13943         * main.C (main): pass lyx_localedir to gettext_init().
13944
13945         * gettext.h: remove locale_init and gettext_init macros
13946
13947         * gettext.C (locale_init): new function
13948         (gettext_init): new function
13949
13950         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
13951         setlocale().
13952
13953 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
13954
13955         * Moved credits to frontends:
13956         * credits.[Ch]: removed
13957         * credits_form.[Ch]: removed
13958         * lyx_gui_misc.C: remove credits stuff
13959         * Makefile.am:
13960
13961 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13962
13963         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
13964
13965         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
13966         unneeded destructor.
13967
13968         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
13969         a standalone pointer again.
13970
13971         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
13972
13973 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
13974
13975         * Makefile.am:
13976         * filedlg.h:
13977         * filedlg.C:
13978         * LyXAction.C:
13979         * ToolbarDefaults.C:
13980         * bufferlist.C:
13981         * commandtags.h:
13982         * form1.C:
13983         * form1.h:
13984         * lyx_cb.C:
13985         * lyx_cb.h:
13986         * lyxfunc.h:
13987         * lyxfunc.C:
13988         * BufferView_pimpl.C: use new file dialog in GUII
13989
13990         * lyx_cb.h:
13991         * lyx_cb.C: remove LayoutsCB to Toolbar
13992
13993 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13994
13995         * ShareContainer.h (get): add std:: qualifier
13996
13997 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13998
13999         * ShareContainer.h: define a proper ShareContainer::value_type
14000         type (and use typename to please compaq cxx)
14001
14002 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14003
14004         * lyxparagraph.h: move serveral local vars to
14005         ParameterStruct/ParagraphParameters., use ShareContainer in
14006         FontTable., make vars in FontTable private and add getter and
14007         setter.
14008
14009         * paragraph.C: changes because of the above.
14010
14011         * lyxfont.h: remove copy constructor and copy assignment. (the
14012         default ones is ok), move number inside FontBits. move inlines to
14013         lyxfont.C
14014
14015         * lyxfont.C: add number to initializaton of statics, move several
14016         inlines here. constify several local vars. some whitespace
14017         cleanup. Dont hide outerscope variables.
14018
14019         * Spacing.h: add two new constructors to match the set methods.
14020
14021         * ShareContainer.h: new file, will perhaps be moved to support
14022
14023         * ParameterStruct.h: new file
14024
14025         * ParagraphParameters.h: new file
14026
14027         * ParagraphParameters.C: new file
14028
14029         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14030         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14031
14032         * BufferView_pimpl.C: ParagraphParameter changes.
14033         * buffer.C: Likewise.
14034         * bufferview_funcs.C: Likewise.
14035         * text.C: Likewise.
14036         * text2.C: Likewise.
14037
14038 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14039
14040         * lyxfind.C (LyXReplace): do not redefine default argument in
14041         implementation.
14042         (IsStringInText): ditto
14043         (SearchForward): ditto
14044         (SearchBackward): ditto
14045
14046 2001-03-06  Juergen Vigna  <jug@sad.it>
14047
14048         * lyxfind.C (IsStringInText): put parentes around expressions.
14049
14050 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14051
14052         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14053
14054 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14055
14056         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14057
14058         * stl_string_fwd.h: add comment
14059
14060         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14061
14062         * tabular.h:
14063         * tabular.C: remove unused DocBook methods
14064
14065         * intl.C:
14066         * language.C:
14067         * paragraph.C:
14068         * buffer.C:
14069         killed DO_USE_DEFAULT_LANGUAGE
14070
14071 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14072
14073         * lyx_gui.C: do not include language.h.
14074
14075         * bufferview_funcs.C (ToggleAndShow): do not provide optional
14076         arguments in function implementation.
14077
14078 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14079
14080         * BufferView_pimpl.C: add <ctime>
14081
14082 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14083
14084         * BufferView_pimpl.C: add using std::find_if
14085
14086 2001-02-27  José Matos  <jamatos@fep.up.pt>
14087
14088         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
14089         by OnlyPath.
14090
14091 2001-02-11  José Matos  <jamatos@fep.up.pt>
14092
14093         * buffer.C (makeDocBookFile): command styles now have a parameter as
14094         "title" by default.
14095
14096 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
14097
14098         * layout_forms.[Ch]: removed
14099         * lyx_cb.[Ch]: out character
14100         * lyx_gui.C: out character
14101         * lyx_gui_misc.C: out character
14102         * bufferview_funcs.C: : out character,
14103         added toggleall as parameter in ToggleAndShow
14104
14105 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
14106
14107         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
14108
14109         * text2.C (SetCurrentFont): Disable number property at boundary.
14110
14111 2001-02-26  Juergen Vigna  <jug@sad.it>
14112
14113         * lyxfunc.C (getStatus): added a string argument override function so
14114         that this is correctly called from LyXFunc::Dispatch if it contains a
14115         do_not_use_argument which is used!
14116         (Dispatch): added check for "custom" export and call appropriate func.
14117
14118 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
14119
14120         * lyxrc.C: Add language_command_local, language_use_babel and
14121         language_global_options.
14122
14123         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
14124
14125         * buffer.C (makeLaTeXFile): Use language_use_babel and
14126         language_global_options.
14127
14128 2001-02-23  Juergen Vigna  <jug@sad.it>
14129
14130         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
14131         which works with LyXText and putted it inside BufferView. Here now we
14132         only call for that part the BufferView::Dispatch() function.
14133
14134         * BufferView.C (Dispatch): added.
14135
14136         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
14137         functions which needs to use a LyXText over from LyXFunc.
14138         (MenuInsertLyXFile): added
14139         (getInsetByCode): added
14140         (moveCursorUpdate): added
14141         (static TEXT): added
14142
14143 2001-02-22  Juergen Vigna  <jug@sad.it>
14144
14145         * BufferView_pimpl.C (update): call a status update to see if LyXText
14146         needs it.
14147
14148 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14149
14150         * vc-backend.C (revert): implement for CVS
14151         (getLog): implement for CVS
14152
14153 2001-02-20  Juergen Vigna  <jug@sad.it>
14154
14155         * text2.C (ClearSelection): added BufferView param for inset_owner call
14156
14157         * lyxfunc.C (TEXT): added this function and use it instead of
14158         directly owner->view()-text of getLyXText().
14159
14160 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
14161
14162         * src/layout_forms.C: out preamble
14163         * src/layout_forms.h: out preamble
14164         * src/lyx_cb.C: out preamble
14165         * src/lyx_cb.h: out preamble
14166         * src/lyx_gui.C: out preamble
14167         * src/lyx_gui_misc.C: out preamble
14168         * src/lyxfunc.C: connect with guii preamble
14169
14170 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
14171
14172         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
14173
14174 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
14175
14176         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
14177         whether to run bibtex.
14178
14179 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
14180
14181         * Makefile.am (lyx_SOURCES): Remove BackStack.h
14182
14183 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
14184
14185         * Makefile.am (lyx_SOURCES): removed bibforms.h
14186
14187         * vspace.h: doxygen
14188
14189         * text.C (GetVisibleRow): make several local vars const
14190
14191         * tabular.C: small cleanup.
14192
14193         * lyxserver.C (callback): use compare instead of strncmp
14194
14195         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
14196         inlines to after class or to paragraph.C
14197
14198         * lyxfont.h: remove friend operator!=
14199
14200         * converter.h: move friend bool operator< to non friend and after
14201         class def.
14202
14203         * combox.h: small cleanup
14204
14205         * buffer.h: doxygen, remove unused constructor, move inclas inlies
14206         to inlines after class def.
14207
14208         * buffer.C (pop_tag): use string operations instead of strcmp
14209
14210         * bmtable.c: doxygen, small cleanup
14211
14212         * LaTeX.h: remove friend operator==
14213
14214 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
14215
14216         * screen.C:
14217         * lyxrc.[Ch]:
14218         * lyxfunc.C:
14219         * lyxfont.[Ch]:
14220         * lyx_cb.C:
14221         * intl.[Ch]:
14222         * commandtags.h:
14223         * buffer.C:
14224         * WorkArea.[Ch]:
14225         * LyXAction.C:
14226         * BufferView_pimpl.C:
14227         * BufferView.[Ch]: remove cruft
14228
14229 2001-02-14  Juergen Vigna  <jug@sad.it>
14230
14231         * lyxfunc.C: removed #if 0 unused code
14232
14233         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
14234
14235         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
14236
14237         * text2.C (SetSelection): added a BufferView * parameter
14238
14239 2001-02-13  Juergen Vigna  <jug@sad.it>
14240
14241         * lyxfunc.C (Dispatch): fixed protected blank problem.
14242         * BufferView2.C (protectedBlank): added LyxText * parameter.
14243
14244         * tabular.C (AppendRow): forgot to set row_info of newly added row.
14245         (AppendColumn): same as above for column_info.
14246
14247         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
14248         (moveCursorUpdate): use a LyXText param for support of InsetText.
14249
14250         * BufferView_pimpl.C (doubleClick): added support for InsetText.
14251         (tripleClick): ditto
14252
14253         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
14254
14255         * BufferView_pimpl.C (update): added LyXText param to honor insets.
14256
14257         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
14258
14259         * text2.C (SetSelection): set correct update status if inset_owner
14260         (ToggleFree): ditto
14261
14262 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
14263
14264         * tabular.C: remove some commented code.
14265
14266 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
14267
14268         * BufferView_pimpl.C: call hideSplash()
14269
14270         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
14271
14272         * include_form.h:
14273         * bibforms.h: remove
14274
14275         * lyxfunc.C:
14276         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
14277           add LFUN_CHILD_CREATE
14278
14279         * counters.h: fix tiny typo
14280
14281         * lyx_cb.C:
14282         * lyx.h:
14283         * lyx_gui.C:
14284         * lyx.C: move splash to frontends/xforms/
14285
14286         * lyx_gui_misc.C: move Include and Bibform to frontends
14287
14288         * lyxvc.h: clarify comment
14289
14290         * vspace.C: tiny housekeeping
14291
14292 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
14293
14294         * text.C (PrepareToPrint): RTL Fix.
14295
14296         * paragraph.C (GetUChar): New method.
14297         (String):  Use GetUChar.
14298
14299         * buffer.C (asciiParagraph): Use GetUChar.
14300
14301 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
14302
14303         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
14304
14305 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
14306
14307         * buffer.h:
14308         * buffer.C: rename to getLogName(), handle
14309           build log / latex log nicely
14310
14311 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14312
14313         * MenuBackend.C:
14314         * MenuBackend.h: remove support for reference menuitem type.
14315
14316 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
14317
14318         * BufferView_pimpl.C: housekeeping
14319         * BufferView_pimpl.h:
14320         * LyXView.h:
14321         * Makefile.am:
14322         * Timeout.C:
14323         * Timeout.h:
14324         * minibuffer.h: move Timeout GUI-I
14325
14326 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
14327
14328         * lyxrc.C (read): Update converters data-structures.
14329
14330 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
14331
14332         * LaTeX.h (operator!=): add operator != for Aux_Info
14333
14334 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
14335
14336         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
14337
14338         * LaTeXLog.C: deleted, useful code moved to Buffer
14339
14340         * buffer.h:
14341         * buffer.C: new function getLatexLogName()
14342
14343         * lyx_gui_misc.C:
14344         * lyx_gui.C:
14345         * lyxvc.C:
14346         * lyxvc.h:
14347         * lyxfunc.C: use frontends for LaTeX and VC logs
14348
14349 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14350
14351         * LaTeX.h: yet another std:: that Allan forgot.
14352
14353         * Variables.C (set): renamed from isset(), because this clashes
14354         with some HP-UX macros (grr).
14355
14356 2001-02-06  Allan Rae  <rae@lyx.org>
14357
14358         * LaTeX.h: Another bug fix.  Missing std:: this time.
14359
14360 2001-02-04  Allan Rae  <rae@lyx.org>
14361
14362         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
14363         floats problem. I've left it commented out because it's not quite
14364         correct.  It should also test that the current object is a table or
14365         figure inset.  But I haven't gotten around to figuring out how to do
14366         that.  I *think* it'll be something like: "table" == inset.type()
14367
14368         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
14369         bool.
14370
14371 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
14372
14373         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
14374         all the citation/databases/styles in the auxilary file.
14375         (run): Rerun latex if there was a babel language error.
14376
14377 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
14378
14379         * text.C (Backspace): Preserve the font when changing newline char
14380         with a space.
14381         (BreakParagraph): If the cursor is before a space, delete the space.
14382
14383         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
14384
14385 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
14386
14387         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
14388         new argument (code).
14389         (ChangeCitationsIfUnique): New method.
14390
14391         * paragraph.C (GetPositionOfInset): Handle bibkey.
14392
14393 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14394
14395         * BufferView_pimpl.h: change type of Position::par_pos to
14396         LyXParagraph::size_type.
14397
14398 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
14399
14400         * BufferView_pimpl.C (savePosition, restorePosition): Write
14401         messages to minibuffer.
14402
14403 2001-01-28  José Matos  <jamatos@fep.up.pt>
14404
14405         * buffer.C (makeDocBookFile): adds support for document language.
14406         A silly restriction on the name of LatexCommand types where removed.
14407         Added support for CDATA sections, allows to chars unescaped, used
14408         among others in code, to avoid escape < and >.
14409
14410 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14411
14412         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
14413         saved positions instrad of a stack. Furthermore, a position is
14414         stored using paragraph id/paragraph position.
14415
14416         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
14417         Remove LFUN_REF_BACK.
14418
14419 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14420
14421         * converter.C (dvipdfm_options): New method.
14422
14423 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
14424
14425         * vspace.C (isValidLength): Fix for empty input string.
14426
14427 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14428
14429         * LyXAction.C (init): change description of LFUN_FIGURE to
14430         "Insert Graphics"
14431
14432 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14433
14434         * LaTeX.C: add using directive
14435
14436 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14437
14438         * MenuBackend.C (expand): Fix the sorting of the formats.
14439
14440 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
14441
14442         * lyx_main.C: tiny error message fix
14443
14444 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14445
14446         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
14447         calling fl_initialize(). This fixes the problem with ',' as
14448         decimal separator in text files.
14449
14450 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14451
14452         * trans.C (process): Fix the keymap bug.
14453
14454 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
14455
14456         * LaTeX.C (scanAuxFiles): New method. Provides support for
14457         multiple bibliographies (when using the bibtopic/bibunits pacakges).
14458         (scanLogFile) Scan for "run BibTeX" messages.
14459
14460         * buffer.C (makeLaTeXFile): Do not load the ae package when using
14461         OT1 font encoding. Also, load the aecompl package if the ae
14462         package is loaded.
14463
14464         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
14465
14466 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14467
14468         * texrow.C (increasePos): turn two error messages into debug
14469         messages.
14470
14471 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
14472
14473         * LaTeX.C (scanAux): Handle the \@input macro.
14474         (runBibTeX): Use scanAux().
14475
14476         * language.C (latex_options_): New field.
14477
14478         * LaTeXFeatures.C (getMacros): Add language macros.
14479
14480         * buffer.C (makeLaTeXFile): Small fix.
14481
14482 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14483
14484         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
14485
14486         * text2.C: add a using directive.
14487
14488 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
14489
14490         * BufferView2.C:
14491         * lyx_gui_misc.h:
14492         * lyxfr1.C:
14493         * lyxfunc.C: kill LyXBell.
14494
14495 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
14496
14497         * text.C (IsBoundary): Remove the error message
14498
14499         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
14500
14501         * lyxrc.C (setDefaults): Correct initialization value for
14502         font_norm_type.
14503
14504 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
14505
14506         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
14507         gotoError().
14508
14509         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
14510         and GotoNextNote().
14511
14512         * src/LyXAction.C: Added reference-next.
14513
14514         * text.C (InsertChar): Use contains instead of strchr.
14515
14516         * lyx_cb.C (MenuInsertLabel): Enable default value code.
14517
14518 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
14519
14520         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
14521         alignment commands (when needed).
14522
14523         * text.C (InsertChar): Add ':' to number separator chars.