]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
0589f20bb0626b5568869a5539a428494f02d153
[lyx.git] / src / ChangeLog
1
2 2004-02-06  André Pönitz  <poenitz@gmx.net>
3
4         * BufferView.[Ch]:
5         * BufferView_pimpl.[Ch]:
6         * text3.C: move some text specific LFUN handling
7
8 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
9
10         * text3.C (checkInsetHit): adjust coords
11         * text2.C (getColumnNearX): adjust coords
12         (edit): adjust coords
13         * text.C (getRowNearY): add two asserts
14
15 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
16
17         * converter.C:
18         * format.C: add using std::distance to compile on gcc 2.95/stlport
19
20 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
21
22         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
23
24 2004-02-04  André Pönitz  <poenitz@gmx.net>
25
26         * BufferView.[Ch] (insertInset):
27         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value 
28
29         * text2.C:
30         * text3.C: adjust
31
32 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
33
34         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch 
35         on the default clause of the switch
36         * lyxfunc.C (dispatch): call BufferView::dispatch if the event 
37         wasn't catched by LCursor::dispatch
38
39 2004-02-03  André Pönitz  <poenitz@gmx.net>
40
41         * BufferView.C:
42         * cursor.[Ch]: some additional asserts
43
44         * undo.[Ch]: remove LyXText dependency in interface
45
46         * lyxfunc.C: adjust
47
48         * lyxtext.h (firstPar, lastPar): remove dead functions 
49
50         * text.C:
51         * text2.C:
52         * text3.C:
53         * paragraph.[Ch]: adjust
54
55 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
56
57         * lyxfind.C (find): fix argument order in call to ::find
58
59 2004-02-02  André Pönitz  <poenitz@gmx.net>
60
61         * cursor.[Ch]: remove direct access to anchor
62
63         * text.C: remove findText() hack
64
65 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
66
67         * iterators.[Ch] (lockPath): remove in favour of...
68         * BufferView.[Ch] (setCursor): this addition
69         * BufferView.C (putSelectionAt): adjust
70         * undo.C (performUndoOrRedo): adjust
71         * lyxfunc.C (dispatch): adjust
72
73 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
74
75         * iterators.C (lockPath): add a missing slice
76         * undo.C (performUndoOrRedo): remove redundant positioning code
77
78 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
79
80         * vc-backend.C (scanMaster): ";" -> ';'
81
82 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
83
84         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
85         std::binary_function
86
87         * lyxtextclass.C (compare_name): rename to...
88         (LayoutNamesEqual): ...this
89
90         * lyxlex_pimpl.C (compare_tags): inherit from
91         std::binary_function, put back into anon namespace
92
93         * lyxfind.C (MatchString): inherig from std::binary_function
94         (findChange): use empty() istead of !size()
95
96         * format.C (FormatNamesEqual): new functor
97         (getFormat): use it
98         (getNumber): use it
99         (add): use it
100         (erase): use it
101         (setViewer): use it
102
103         * converter.C (compare_Converter): rename to...
104         (ConverterEqual): ...this, and fixup a bit.
105         (getConverter): use it, and make function const
106         (getNumber): use it, and make function const
107         (add): use it
108         (erase): use it:
109
110         * bufferlist.C: add using boost::bind
111
112         * MenuBackend.C (MenuNamesEqual): new functor
113         (hasMenu): use it, and make function const
114         (hasSubmenu): use nested bind to get rid of compare_memfun.
115
116 2004-01-30  André Pönitz  <poenitz@gmx.net>
117
118         * BufferView_pimpl.C:
119         * cursor.C:
120         * cursor.h:
121         * cursor_slice.[Ch]:
122         * lyxfunc.C:
123         * lyxtext.h:
124         * paragraph_funcs.C:
125         * paragraph_funcs.h:
126         * rowpainter.C:
127         * text.C:
128         * text2.C:
129         * text3.C: move some of the edit(x,y) handling to the insets
130         some coordinate changes.
131
132 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
133
134         * text.C: add using statements for std::advance and std::distance
135
136         * paragraph.C: add using statement for std::distance
137
138         * lyxfind.C: add using statement for std::advance
139
140         * cursor.C (region): remove std:: from swap
141         (openable): use nucleus in stead of operator->
142
143         * BufferView.C: add using statements for std::distance and std::swap
144
145 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
146
147         * iterators.C: Remove the pimple, move the needed structures to
148         the header file. Create accessor for the positions stack.
149         (asPosIterator): remove function
150
151         * PosIterator.C (PosIterator): move constructors to top of file
152         (PosIterator): reimplement the constructor taking a ParIterator in
153         terms of setFrom.
154         (setFrom): new function
155         (operator!=): inline it
156
157 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
158
159         * lyxfind.C (replaceAll): use std::advance
160
161         * iterators.h: inherit from std::iterator.
162
163         * PosIterator.C (advance, distance): remove
164         * PosIterator.h: interit from std::iterator.
165
166 2004-01-26  André Pönitz  <poenitz@gmx.net>
167
168         * BufferView.[Ch]:
169         * BufferView_pimpl.[Ch]:
170         * InsetList.[Ch]:
171         * PosIterator.[Ch]:
172         * buffer.h:
173         * bufferview_funcs.C:
174         * cursor.[Ch]:
175         * cursor_slice.h:
176         * factory.[Ch]:
177         * iterators.[Ch]:
178         * lyxfind.C:
179         * lyxfunc.C:
180         * lyxtext.h:
181         * output_docbook.C:
182         * output_latex.C:
183         * output_linuxdoc.C:
184         * output_plaintext.C:
185         * paragraph.[Ch]:
186         * paragraph_funcs.[Ch]:
187         * paragraph_pimpl.[Ch]:
188         * rowpainter.C:
189         * tabular.C:
190         * tabular.h:
191         * text.C:
192         * text2.C:
193         * text3.C: more IU:  dumps most of the rest of the mathcursor
194     implementation into cursor.[Ch]; "globalize" a bit of it.
195
196 2004-01-25  Angus Leeming  <leeming@lyx.org>
197
198         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
199
200 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
201
202         * LaTeXFeatures.h: add nice_ and nice() const
203         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
204
205 2004-01-20  André Pönitz  <poenitz@gmx.net>
206
207         * BufferView.[Ch]:
208         * BufferView_pimpl.C:
209         * PosIterator.C:
210         * bufferview_funcs.C:
211         * cursor.[Ch]:
212         * cursor_slice.[Ch]:
213         * factory.C:
214         * iterators.C:
215         * lyx_cb.C:
216         * lyxfind.C:
217         * lyxfunc.C:
218         * lyxtext.h:
219         * rowpainter.C:
220         * text.C:
221         * text2.C:
222         * text3.C:
223         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
224           LCursor and mathcursor parts to LCursor and InsetBase.
225
226 2004-01-15  André Pönitz  <poenitz@gmx.net>
227
228         * cursor_slice.[Ch]: add a few covienience functions
229
230         * funcrequest.[Ch]: remove BufferView * member
231
232         * BufferView_pimpl.C:
233         * cursor.C:
234         * factory.[Ch]:
235         * lyxfind.[Ch]:
236         * lyxfunc.C:
237         * lyxtext.h:
238         * text3.C:
239         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
240
241 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
242
243         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
244         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
245
246 2004-01-13  André Pönitz  <poenitz@gmx.net>
247
248         * textcursor.[Ch]:
249         * lyxtext.h: hide cursor and selection anchor behind accessor function
250
251         * BufferView.C:
252         * BufferView_pimpl.[Ch]:
253         * PosIterator.C:
254         * bufferview_funcs.C:
255         * cursor.h:
256         * lyxfind.C:
257         * lyxfunc.C:
258         * text.C:
259         * text2.C:
260         * text3.C:
261         * undo.C: adjust
262
263         * cursor.h:
264         * cursor_slice.[Ch]: some integer type changes for inset unification
265
266         * lyxcursor.[hC]: remove, it's CursorSlice now.
267
268         * Makefile.am:
269         * BufferView_pimpl.[Ch]:
270         * bufferview_funcs.C:
271         * cursor_slice.C:
272         * lyxtext.h:
273         * text.C:
274         * text2.C:
275         * text3.C:
276         * textcursor.[Ch]: adjust
277
278 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
279
280         * text2.C (undoSpan): add and use
281         * text.C (breakParagraph): use undoSpan (fix bug 578)
282         * lyxtext.h: adjust
283
284 2004-01-08  Angus Leeming  <leeming@lyx.org>
285
286         * BufferView_pimpl.C (MenuInsertLyXFile):
287         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
288         * lyxfunc.C (menuNew, open, doImport):
289         FileFilterList change to the FileDialog open and save functions.
290
291 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
292
293         * ShareContainer.h: make isEqual and isUnique adaptable
294
295         * CutAndPaste.C: make resetOwnerAndChanges adaptable
296
297 2004-01-07  Angus Leeming  <leeming@lyx.org>
298
299         * LyXAction.C:
300         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
301
302         * BufferView_pimpl.C (dispatch): act on these LFUNs.
303
304         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
305         functions replacing find, replace and replaceAll.
306
307         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
308         LFUN_WORDFIND(FORWARD|BACKWARD).
309
310 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
311
312         * text.C (breakParagraph): remove an outdated #warning
313
314 2004-01-07  André Pönitz  <poenitz@gmx.net>
315
316         * lyxfind.C: somewhat clearer logic
317
318         * text.C: prevent crash in cursorX on unitialized row cache
319
320 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
321
322         * lyxcursor.[Ch] (operator>): add
323         * textcursor.C (selStart, selEnd): use std::min and std::max
324
325 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
326
327         * Chktex.C: include boost/format.hpp
328
329 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
330
331         * InsetList.C: replace functor MathcIt with adaptable functor
332         InsetTablePosLess
333         (insetIterator): modify accordingly
334
335         * BranchList.h: move the BranchNamesEqual functor here from...
336         * BranchList.C: ... to here
337
338         * BranchList.C: new BranchListEqual fuctor, use it. Remove
339         SameName and match.
340         (add): replace a finding loop with std::find_if.
341
342 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
343
344         * output_docbook.C: moving LatexParam functionality into
345         .layout files
346
347 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
348
349         * buffer.C: increment format to 229.
350
351 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
352
353         * LaTeXFeatures.C:
354         * lyx_sty.[Ch]: remove minipageindent_def
355
356         * LyXAction.C:
357         * factory.C:
358         * lfuns.h:
359         * lyxfunc.C:
360         * text3.C: remove LFUN_INSET_MINIPAGE
361
362 2003-12-28  Angus Leeming  <leeming@lyx.org>
363
364         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
365
366 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
367
368         * text2.C (setParagraph): fix off-by-one crash
369
370 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
371
372         * output_docbook.C: header stuff for AGU
373
374 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
375
376         * text2.C (redoCursor): remove
377         * text.C:
378         * text3.C:
379         * BufferView_pimpl.C: remove calls to redoCursor and
380         setCursor(cursor.par(), cursor.pos()) all around
381
382 2003-12-15  Angus Leeming  <leeming@lyx.org>
383
384         * buffer.C: up the format to 228.
385
386 2003-12-15  André Pönitz  <poenitz@gmx.net>
387
388         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
389         slices
390
391         * Makefile.am:
392
393         * BufferView_pimpl.C:
394         * cursor.[Ch]:
395         * lyxcursor.[Ch]:
396         * rowpainter.[Ch]:
397         * lyxtext.h:
398         * text.C:
399         * text2.C:
400         * text3.C: adjust
401
402 2003-12-15  Angus Leeming  <leeming@lyx.org>
403
404         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
405         than getFromGUIName to manipulate the color.
406
407 2003-12-14  Angus Leeming  <leeming@lyx.org>
408
409         * BranchList.[Ch]: minimize the API.
410         (Branch::getBranch, getColor): now return a 'const &'.
411         (Branch::setSelected) now returns a bool set to true if the
412         selection status changes.
413         (BranchList::clear, size, getColor, setColor, setSelected,
414         allBranches, allSelected, separator): removed.
415         (BranchList::find): new functions, returning the Branch with
416         the given name.
417         (BranchList::add, remove): return a bool indicating that
418         the operation was successful.
419
420         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
421         new InsetBranch::isBranchSlected member function.
422
423         * LColor.[Ch]: mimimize the API.
424         (fill): renamed as addColor and made private.
425         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
426         versions of these functions taking a string arg have been removed.
427
428         * bufferparams.C (readToken):
429         * lyxfunc.C (dispatch):
430         * lyxrc.C (read): changes due to the altered BranchList and
431         LColor APIs.
432
433         * factory.C (createInset, readInset): changes due to altered
434         InsetBranch c-tor.
435
436 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
437
438         * factory.C:
439         * lyxfunc.C: remove insetminipage. "minipage-insert"
440         now produces a frameless minipage box inset.
441
442 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
443
444         * textcursor.[Ch] (selStart,selEnd): add new methods
445         remove selection::start, end, use LyXCursor::operator<
446         * lyxcursor.[Ch] (operator<): add
447         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
448         * BufferView.[Ch] (unsetXSel): add
449         * text2.C (clearSelection): use unsetXSel,adjust
450         * text.C: adjust
451         * text3.C: adjust
452         * rowpainter.C: adjust
453         * bufferview_funcs.C (put_selection_at): adjust
454
455 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
456
457         * BufferView_pimpl.C: small coord. correction
458
459 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
460
461         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
462         dragging over the splash screen.
463
464 2003-12-11  Angus Leeming  <leeming@lyx.org>
465
466         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
467         as it is now handled in LyXText::dispatch.
468
469         * text3.C (doInsertInset): remove a level of nesting.
470
471 2003-12-11  Angus Leeming  <leeming@lyx.org>
472
473         * factory.C (createInset): changes due to the changed interface to
474         InsetCommandMailer::string2params.
475
476 2003-12-10  Angus Leeming  <leeming@lyx.org>
477
478         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
479         'dialog-show-new-inset <inset name>'
480
481 2003-12-10  Angus Leeming  <leeming@lyx.org>
482
483         * buffer.C: up the format to 227.
484
485         * factory.C: the box inset is now identified simply by 'Box'.
486
487 2003-12-10  Angus Leeming  <leeming@lyx.org>
488
489         * buffer.C: up the format to 226.
490
491         * factory.C: the note inset is now identified simply by 'Note'.
492
493 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
494
495         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
496         when a pit is enough. Standarize a couple of loops.
497
498 2003-12-05  Angus Leeming  <leeming@lyx.org>
499
500         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
501         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
502         data to the re-worked "log" dialog.
503
504 2003-12-03  André Pönitz  <poenitz@gmx.net>
505
506         * PosIterator.C:
507         * iterators.C:
508         * lyxtext.h:
509         * output_latex.C:
510         * paragraph_funcs.C:
511         * text.C:
512         * text2.C: use Inset::getText instead of Inset::getParagraph
513
514 2003-12-03  André Pönitz  <poenitz@gmx.net>
515
516         * buffer.[Ch]:
517         * lyxtext.h:
518         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
519         InsetText::read() as LyXText::read()
520
521 2003-12-02  Angus Leeming  <leeming@lyx.org>
522
523         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
524         type. Add a comment in the implementation that the function uses
525         the stream's bad() function rather than fail() as the std::streams
526         would do.
527
528 2003-12-02  André Pönitz  <poenitz@gmx.net>
529
530         * lyxlex.[Ch]: make interface more similar to std::stream
531
532         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
533
534 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
535
536         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
537
538 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
539
540         * vspace.[Ch]: remove VSpace::NONE
541
542 2003-12-01  André Pönitz  <poenitz@gmx.net>
543
544         * buffer.[Ch]:
545         * lyxtext.h: move ParagraphList member to LyXText
546         rename LyXText::ownerParagraphs to LyXText::paragraph
547
548         * CutAndPaste.C:
549         * bufferview_funcs.C:
550         * iterators.[Ch]:
551         * lyx_cb.C:
552         * paragraph.C:
553         * rowpainter.C:
554         * tabular.C:
555         * text.C:
556         * text2.C:
557         * text3.C: adjust
558
559         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
560
561         * undo.C: fix cursor positioning
562
563 2003-12-01  John Levon  <levon@movementarian.org>
564
565         * BufferView_pimpl.C: fix a crash on exit with
566         a buffer open
567
568 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
569
570         * BranchList.C: fix setSelected() method.
571
572 2003-11-28  André Pönitz  <poenitz@gmx.net>
573
574         * ParagraphParameters.[Ch]:
575         * ParameterStruct.h: remove space above/below from Paragraph to
576          InsetVSpace
577
578         * BufferView_pimpl.C:
579         * factory.C:
580         * lyxfunc.C:
581         * lyxtext.h:
582         * output_latex.C:
583         * paragraph.C:
584         * paragraph_funcs.C:
585         * rowpainter.[Ch]:
586         * text.C:
587         * text2.C:
588         * text3.C: adjust
589
590 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
591
592         * factory.C: Syntax change for CharStyles
593
594 2003-11-28  André Pönitz  <poenitz@gmx.net>
595
596         * BufferView.[Ch]:
597         * BufferView.[Ch]:
598         * buffer.[Ch]:
599         * buffer.[Ch]: move LyXText member
600
601 2003-11-28  André Pönitz  <poenitz@gmx.net>
602
603         * BufferView.[Ch]: make LyXText * text a private member
604
605         * BufferView_pimpl.C:
606         * cursor.C:
607         * iterators.C:
608         * lyx_cb.C:
609         * lyxfind.C:
610         * lyxtext.h:
611         * rowpainter.[Ch]:
612         * text.C:
613         * text2.C:
614         * undo.C: adjust
615
616         * output_plaintext.C: cleanup
617
618 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
619
620         * buffer.C:
621         * lyxtextclass.[Ch]: parametrize SGML document header
622
623 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
624
625         * converter.[Ch]:
626         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
627         getFlavor().
628
629 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
630
631         * text2.C (setFont): rework using PosIterator (no more recursive)
632         (setCharFont): no more needed
633         (setLayout): no more selection cursors fiddling (done by redoCursor)
634         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
635         destroy remaining ones)
636
637 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
638
639         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
640         * lyxtext.h: ditto
641         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
642         selection cursors
643         * lyxfunc.C: adjust
644         * text3.C: adjust + re-allow multi par depth changes
645         * textcursor.C: simplify a bit
646
647 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
648
649         * src/buffer.C:
650         * src/lyxlayout.C:
651         * src/lyxlayout.h:
652         * src/lyxtext.h:
653         * src/output_docbook.C:
654         * src/output_latex.C:
655         * src/paragraph.C:
656         * src/paragraph.h:
657         * src/sgml.C:
658         * src/sgml.h:
659         * src/text2.C: Introducing a number of tags parametrizing various
660         XML formats that we may want to support
661
662 2003-11-25  André Pönitz  <poenitz@gmx.net>
663
664         * InsetList.[Ch] (begein, end): inline as suggested by profiler
665
666         * lyxtext.h (leftMargin/rightMargin): simplify interface
667
668         * rowpainter.C:
669         * text.C:
670         * text2.C:
671         * text3.C: adjust
672
673 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
674
675         * lyxfunc.C (dispatch): propogate the bibtex databases from the
676         master file to any child files. Fixes bug 546.
677
678 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
679
680         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
681
682 2003-11-24  André Pönitz  <poenitz@gmx.net>
683
684         * rowpainter.C: simplification
685
686         * text2.C (updateCounters): remove call to redoParagraph on
687         changed labels as this is far too expensive.
688
689 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
690
691         * converter.C (convert): fix a crash: this function gets
692         called with buffer == 0 from importer code.
693
694 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
695
696         * text3.C (cursorPrevious): make sure that we do not compare
697         iterators form different containers.
698         (cursorNext): ditto
699
700         * rowpainter.C (paintSelection): make sure that we do not compare
701         iterators from different containers.
702
703         * text3.C (dispatch): [PRIOR] make sure that we do not compare
704         iterators from different ParagraphList containers.
705         [NEXT] ditto
706
707         * text2.C (LyXText): change order of initialization slightly
708         (operator=): new function. copy all variables except cache_par_
709         (moveUp): make sure that we do not compare iterators from
710         different ParagraphList constainers.
711         (moveDown): ditto
712
713         * text.C (firstPar): new function
714         (lastPar): new function
715         (endPar): new function
716
717         * lyxtext.h: move things around and group public functions, public
718         variables, private functions, private variables
719
720 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
721
722         * factory.C: change call to InsetERT constructor to avoid
723         additional invocation of method status
724         * text2.C (toggleInset): remove redundant update() call
725         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
726         instead of a Bufferview pointer
727
728 2003-11-21  André Pönitz  <poenitz@gmx.net>
729
730         * rowpainter.C: simplification
731
732 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
733
734         * text3.C (dispatch): make possible to extend a word/row selection
735         with the mouse
736
737 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
738
739         * lyxtext.h: x0_,y0_ -> xo_,yo_
740         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
741         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
742         * rowpainter.C (paintRows): paint full paragraphs
743
744 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
745
746         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
747         screen coordinates)
748
749 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
750
751         * lyxtext.h: add x0_, y0_
752         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
753         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
754
755 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
756
757         * text2.C (setCursorIntern): move the x_target update here *
758         * text3.C: change some bv() to true/false in calls to
759         cursorUp/Down/Right/Left
760         * cursor.C: use helper function.
761
762 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
763
764         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
765         * paragraph_funcs.[Ch]: correct comment
766         * rowpainter.C: do not paint selections away from bv->cursor()
767         Fix a long standing selection painting bug.
768         * text3.C: generalize mouse-selection code to LyXTexts other that
769         top one
770         * textcursor.C: do not use y coords if we can use par offsets
771
772 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
773
774         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
775         cursor position after e.g. inset insert)
776
777 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
778
779         * lyxfind.C (replace): adjust to locking removal + some
780         code simplification
781
782 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
783
784         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
785         of the path
786
787 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
788
789         * lyxlayout.[Ch]:
790         * output_docbook.C: XML sanitation: new layout
791         parameters InnerTag and CommandDepth
792
793 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
794
795         * BufferView_pimpl.C:
796         * factory.C:
797         * text3.C: Fix the insertion and modification of button-style
798         insets
799
800 2003-11-13  André Pönitz  <poenitz@gmx.net>
801
802         * InsetList.[Ch]: remove deleteLyXText
803
804         * paragraph.[Ch]: cache beginOfBody position
805
806         * Bidi.C:
807         * text.C:
808         * text2.C:
809         * text3.C: remove superfluous update() calls
810
811         * vspace.C: cleanup
812
813 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
814
815         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
816         * BufferView.C (fitLockedInsetCursor): remove
817         * cursor.[Ch] (getDim): add
818         * text.C (getRowNearY): add faster version
819         * text3.C: remove some update calls
820
821 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
822
823         * LaTeXFeatures.C:
824         * LyXAction.C:
825         * MenuBackend.C:
826         * MenuBackend.h:
827         * dispatchresult.h:
828         * factory.C:
829         * lfuns.h:
830         * lyxfunc.C:
831         * lyxtextclass.C:
832         * lyxtextclass.h:
833         * text3.C: The Character Style /XML short element patch.
834
835 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
836
837         * text3.C:
838         * factory.C: Small step to solving 'unable to insert some insets'
839         problem
840
841 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
842
843         * cursor.[Ch] (updatePos): new function for updating the y
844         position of the tip inset
845         * bufferview_funcs.C (put_selection_at):
846         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
847
848 2003-11-11  André Pönitz  <poenitz@gmx.net>
849
850         * text.C: remove big comment on invalid Paragraph pointers as it is
851         not valid anymore
852
853 2003-11-11  André Pönitz  <poenitz@gmx.net>
854
855         * text_funcs.[Ch]: merge with ...
856
857         * text.C: ... this
858
859         * lyxtext.h:
860         * text2.C:
861         * text3.C: adjust
862
863         * Makefile.am: remove text_funcs.[Ch]
864
865 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
866
867         * cursor.C (getPos): return absolute cached y coord
868
869         * BufferView_pimpl.C (fitCursor): new simplistic code
870         (workAreaDispatch): add a fitCursor call
871
872 2003-11-10  André Pönitz  <poenitz@gmx.net>
873
874         * BufferView.[Ch]:
875         * BufferView_pimpl.[Ch]: merge update() and updateInset()
876
877 2003-11-10  André Pönitz  <poenitz@gmx.net>
878
879         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
880         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
881         indicate that the cursor needs to leave an inset
882
883         * lyxtext.h: remove inset locking
884
885         * cursor.[Ch]: re-implement functionality provided by inset locking
886
887         * BufferView.[Ch]:
888         * BufferView_pimpl.[Ch]:
889         * LyXAction.C:
890         * bufferview_funcs.[Ch]:
891         * factory.C:
892         * funcrequest.[Ch]:
893         * iterators.C:
894         * lyx_cb.C:
895         * lyxfind.C:
896         * lyxfunc.C:
897         * text.C:
898         * text2.C:
899         * text3.C:
900         * undo.C: adjust
901
902 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
903
904         * PosIterator.[Ch]: replace the stack with a vector, add inset
905         accesor
906         * iterators.[C]: adjust
907
908 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
909
910         * lyxfind.C (replaceAll): mark the buffer dirty if something was
911         replaced
912         * paragraph_funcs.C (readParToken): put the correct id in the
913         error item, not the id of the top paragraph
914
915 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
916
917         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
918         * bufferview_funcs.C (put_selection_at): use the above
919
920 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
921
922         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
923
924 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
925
926         * output_linuxdoc.h:
927         * output_plaintext.h:
928         * output.h:
929         * output_docbook.h: add #include statements
930
931 2003-11-05  José Matos  <jamatos@lyx.org>
932
933         * output_docbook.[Ch]:
934         * output_latex.[Ch]:
935         * output_linuxdoc.[Ch]:
936         * output_plaintext.[Ch]: New files for output formats.
937         * output.[Ch]: New file for helper functions.
938
939         * buffer.[Ch]:
940         * paragraph_funcs.[Ch]: output functions moved to new files.
941
942         * outputparams.h: rename of latexrunparams.h
943
944         * LaTeX.[Ch]:
945         * buffer.[Ch]:
946         * bufferlist.[Ch]:
947         * converter.[Ch]:
948         * exporter.C:
949         * paragraph.[Ch]:
950         * paragraph_funcs.[Ch]:
951         * paragraph_pimpl.[Ch]:
952         * tabular.[Ch]: rename ascii to plaintext
953         and LatexRunParams to OutputParams.
954
955 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
956
957         * iterators.[Ch] (text): require bv argument
958         * undo.C (recordUndo):
959         * lyxfunc.C (dispatch):
960         * bufferview_funcs.C (put_selection_at): adjust
961
962 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
963
964         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
965
966 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
967
968         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
969         nestings
970
971 2003-11-04  André Pönitz  <poenitz@gmx.net>
972
973         * cursor.[Ch]: restructure
974
975         * BufferView.[Ch]:
976         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
977
978         * iterators.[Ch] (asCursor): remove
979
980         * lfuns.h: remove LFUN_INSET_EDIT
981
982         * lyxfunc.C:
983         * tabular.C:
984         * text.C:
985         * text2.C:
986         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
987
988 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
989
990         * lyxfind.[Ch]: complete overhaul
991         * BufferView_pimpl.C:
992         * lyxfunc.C: adjust
993         * paragraph.[Ch] (insert): add
994
995 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
996
997         * BufferView.[Ch]:
998         * lyxtext.h:
999         * text.C: remove dead spellcheck code
1000
1001 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1002
1003         * dispatchresult.h: add a val setter
1004
1005         * cursor.C (dispatch): use a tempvar for data_[i]
1006
1007 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1008
1009         * PosIterator.[Ch]: compile fix
1010
1011 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1012
1013         * text.C (cursorPar): deactivate the cursor cache
1014
1015 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1016
1017         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1018
1019 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1020
1021         * text3.C (dispatch): adjust for new DisptchResult semantics.
1022
1023         * lyxfunc.C (dispatch): handle update when return from
1024         Cursor::dispatch, adjust for new DispatchResult semantics.
1025
1026         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1027         DispatchResult(true) mean to not update. Add class functions for
1028         setting dispatched and update, as well as reading.
1029
1030         * cursor.C (dispatch): don't handle update here
1031
1032 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1033
1034         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1035         * trans_mgr.C: adjust
1036
1037         * paragraph_funcs.C (readParToken): exception safety
1038
1039         * lyxvc.h: store the vcs pointer in a scoped_ptr
1040         * lyxvc.C: adjust
1041
1042         * lyxsocket.C (serverCallback): exception safety
1043
1044         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1045
1046         * ispell.C (clone): make it return a auto_ptr
1047
1048         * factory.C (createInset): exception safety
1049         (readInset): exception safety
1050
1051         * bufferlist.C (newBuffer): exception safety
1052
1053         * Thesaurus.C (Thesaurus): use initialization for aik_
1054
1055         * MenuBackend.C (expandToc): exception safety.
1056
1057 2003-11-03  André Pönitz  <poenitz@gmx.net>
1058
1059         * buffer.C:
1060         * buffer.h:
1061         * bufferview_funcs.C: remove getInsetFromId()
1062
1063         * lyxcursor.[Ch]:
1064         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1065
1066         * lyxfunc.C:
1067         * text2.C:
1068         * text3.C: adjust
1069
1070 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1071
1072         * PosIterator.C (distance, advance): new
1073         * bufferview_funcs.[Ch] (put_selection_at): new
1074         * iterators.[Ch] (lockPath): new
1075
1076 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1077
1078         * iterators.[Ch] (asPosIterator): added
1079         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1080         * PosIterator.[Ch]: added
1081
1082 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1083
1084         * text3.C:
1085         * lyxfunc.C:
1086         * cursor.C (dispatch):
1087         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1088
1089         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1090         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1091         contructor, add a class function dispatched. Remove operator>=
1092
1093 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1094
1095         * debug.C: only use the default constructor for debugstream
1096         (lyxerr) here.
1097
1098         * main.C (main): include debug.h and setup the lyxerr streambuf
1099         here.
1100
1101 2003-10-31  José Matos  <jamatos@lyx.org>
1102
1103         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1104
1105         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1106         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1107         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1108         * paragraph_pimpl.C (simpleTeXSpecialC):
1109         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1110         add LatexRunParams argument.
1111
1112         * exporter.C (Export): change call accordingly.
1113
1114         * latexrunparams.h: add new member to take care of the other backends.
1115 2003-10-30  José Matos  <jamatos@lyx.org>
1116
1117         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1118         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1119         factorise code for paragraph output.
1120         * buffer.[Ch]:
1121         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1122         move functions.
1123
1124 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1125
1126         * text3.C (dispatch):
1127         * lyxfunc.C (dispatch):
1128         * cursor.C (dispatch):
1129         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1130
1131         * dispatchresult.h: make the dispatch_result_t ctor explicit
1132
1133 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1134
1135         * sgml.[Ch]:
1136         * buffer.C: small refactoring of docbook stuff
1137
1138 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1139
1140         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1141         meaning.
1142
1143 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1144
1145         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1146         operator dispatch_result_t, and operators for == != and >=
1147
1148         * cursor.C (dispatch): adjust for operator dispatch_result_t
1149         removal. comment out call to update
1150
1151         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1152
1153 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1154
1155         * text3.C:
1156         * text2.C:
1157         * text.C:
1158         * lyxtext.h:
1159         * lyxfunc.C:
1160         * cursor.C:
1161         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1162         (dispatch):
1163
1164         * dispatchresult.h: new file, DispatchResult broken out of
1165         insets/insetbase.h
1166
1167         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1168
1169 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1170
1171         * text.C (rowBreakPoint): put a hack inside #if 0
1172
1173 2003-10-28  André Pönitz  <poenitz@gmx.net>
1174
1175         * lyxtext.h:
1176         * metricsinfo.C:
1177         * paragraph_funcs.C:
1178         * rowpainter.C:
1179         * text.C:
1180         * text2.C: general cleanup (lots of small stuff)
1181
1182 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1183
1184         * text2.C (cursorEnd): simple fix to the "end key goes to one
1185         before the end on last row" bug
1186
1187 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1188
1189         * text.C (backspace): fix the "zombie characters"
1190
1191 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1192
1193         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1194
1195 2003-10-27  André Pönitz  <poenitz@gmx.net>
1196
1197         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1198
1199         * factory.C: handle new InsetPagebreak, InsetLine
1200
1201         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1202         and move handling into new InsetPagebreak, InsetLine
1203
1204         * BufferView_pimpl.C:
1205         * LyXAction.C:
1206         * ParagraphParameters.C:
1207         * ParameterStruct.h:
1208         * lyxfunc.C:
1209         * lyxtext.h:
1210         * paragraph.C:
1211         * paragraph.h:
1212         * paragraph_funcs.C:
1213         * paragraph_pimpl.C:
1214         * rowpainter.C:
1215         * text.C:
1216         * text2.C:
1217         * text3.C: adjust
1218
1219 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1220
1221         * text.C:
1222         * lyxrow_funcs.[Ch]:
1223         * Bidi.C:
1224         * paragraph.C:
1225         * lyxtext.h:
1226         * rowpainter.C:
1227         * text2.C:
1228         * text3.C: remove lastPos uses in favour of Row::endpos
1229
1230 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1231
1232         * undo.C (performUndoOrRedo): fix two crashes by setting a
1233         cursor by hand and reordering some calls. Use bv->lockInset instead
1234         of inset->edit because the latter loses cursor information
1235
1236 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
1237
1238         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
1239         by Martin
1240         (rowBreakPoint): fix width. change point to point + 1.
1241         Add a missing check.
1242
1243 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
1244
1245         * MenuBackend.C:
1246         * lyxfunc.C: fix (at least partly) the problems
1247         with the Nav menu and headers inside branch insets
1248         reported by Kayvan
1249
1250 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
1251
1252         * paragraph.C (getChar): add strong asserts
1253
1254         * lyxrow_funcs.C (lastPos): remove hideous hack
1255
1256         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
1257         (fill): adjust to that (avoid an infinite loop)
1258
1259 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1260
1261         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
1262
1263 2003-10-23  André Pönitz  <poenitz@gmx.net>
1264
1265         * RowList_fwd.h: change list<> to vector<> to gain speed
1266         after suggestion from Alfredo
1267
1268 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1269
1270         * lyxtext.h: move the bidi stuff from here...
1271         * text.C: and here
1272         * text2.C: and here
1273         * Bidi.[Ch]: ... to here
1274
1275 2003-10-23  André Pönitz  <poenitz@gmx.net>
1276
1277         * lyxtext.h:
1278         * text.C (isLastRow, isFirstRow): new functions
1279
1280         * paragraph.h: new width cache member
1281
1282         * rowpainter.C: replace RowList::iterator with Row & where possible
1283
1284         * lyxfunc.C: replace several view()->text with a single call
1285
1286         * toc.C: fix 'unused' warning
1287
1288 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1289
1290         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
1291         when woring with stream::pos_type
1292         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
1293
1294 2003-10-22  André Pönitz  <poenitz@gmx.net>
1295
1296         * lyxtext.h:
1297         * text.C: use Row & instead of RowList::iterator
1298
1299         * lyxrow.h: rename end() to endpos()
1300
1301         * rowpainter.C:
1302         * text.C:
1303         * text2.C: adjust
1304
1305 2003-10-22  Angus Leeming  <leeming@lyx.org>
1306
1307         * buffer.[Ch] (fully_loaded): new member function, returning true
1308         only when the file has been loaded fully.
1309         Used to prevent the premature generation of previews and by the
1310         citation inset to prevent computation of the natbib-style label.
1311
1312         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
1313         templates are all set up.
1314
1315         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
1316
1317 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
1318
1319         * text.C: fixed an "oops" in the "is a bit silly"
1320         bug fix
1321
1322 2003-10-21  André Pönitz  <poenitz@gmx.net>
1323
1324         * FuncStatus.[Ch]: small stuff, whitespace
1325
1326         * lyxfont.[Ch]: operator<<() for debug reasons
1327
1328         * lyxfunc.C:
1329         * lyxrow_funcs.C:
1330         * lyxtext.h: whitespace, spelling
1331
1332         * paragraph.C: naming of variables
1333
1334         * text.C:
1335         * text2.C: small stuff
1336
1337
1338 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
1339
1340         * text.C: (1) finish off the inset display() work;
1341         (2) fix the "is a bit silly" bug (accessing char
1342         past end of par).
1343
1344 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
1345
1346         * text.C: re-introduce display() for insets, fixing the
1347         various bugs (stretch of line above, math inset
1348         positioning, ...)
1349
1350 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1351
1352         * text.C (rightMargin): remove spurious semicolon
1353
1354         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
1355         1415)
1356
1357 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
1358
1359         * text3.C: fix one crash due to wrong cursor def
1360
1361 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1362
1363         * vc-backend.C (scanMaster): make the regex static
1364
1365         * LaTeX.C (scanAuxFile): make the regexs static
1366
1367         * text3.C (doInsertInset, dispatch, dispatch):
1368         * text2.C (cursorUp, cursorDown):
1369         * text.C (selectNextWordToSpellcheck):
1370         * BufferView_pimpl.C (dispatch):
1371         * lyxfunc.C (dispatch):  localDispatch -> dispatch
1372
1373 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1374
1375         * lyxsocket.C: include <cerrno>
1376
1377 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1378
1379         * lyxfunc.C (dispatch): remove textcache stuff
1380
1381         * bufferlist.C (release): remove textcache stuff
1382         (closeAll): ditto
1383
1384         * TextCache.C: delete file
1385         * TextCache.h: delete file
1386
1387         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
1388
1389         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
1390         delete of the bv_->text.
1391         (resizeCurrentBuffer): remove texcache stuff
1392         (workAreaResize): ditto
1393
1394 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1395
1396         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
1397         action.
1398
1399 2003-10-16  André Pönitz  <poenitz@gmx.net>
1400
1401         * lyxrow.[Ch]:
1402         * paragraph.h:
1403         * rowpainter.C:
1404         * text.C:
1405         * text2.C:
1406         * text3.C: speed up by storing y positions per paragraph plus per-row
1407         offset instead of having a 'full' y position in the row.
1408
1409 2003-10-15  André Pönitz  <poenitz@gmx.net>
1410
1411         * iterators.[Ch]:
1412         * iterators.[Ch]:
1413         * undo.[Ch]: make undo aware of inner insets
1414
1415 2003-10-14  Angus Leeming  <leeming@lyx.org>
1416
1417         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
1418         static member functions LyX::ref() and LyX::cref.
1419         (lastfiles): new accessor functions for the new lastfiles_ member var.
1420         (addLyXView, views_): add a new LyXView to the list of views_.
1421         (updateInset): loop over all LyXViews to call their own updateInset
1422         member function, returning a pointer to the Buffer owning the inset.
1423
1424         * BufferView_pimpl.C (loadLyXFile):
1425         * MenuBackend.C (expandLastfiles):
1426         * bufferlist.C (MenuWrite, QuitLyX):
1427         lastfiles is no longer a global variable.
1428         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
1429
1430         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
1431         static function. Access through LyX::cref().emergencyCleanup().
1432
1433 2003-10-14  André Pönitz  <poenitz@gmx.net>
1434
1435         * iterators.[Ch]: new direct access to innermost LyXText and Inset
1436
1437         * undo.[Ch]: restoring part of 'undo in insets'
1438
1439         * Makefile.am:
1440         * undo_funcs.[Ch]: merge with undo.[Ch]
1441
1442         * tabular.C: small cleansing stuff
1443
1444 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
1445
1446         * paragraph_funcs.C (readParToken): report unknown insets as error
1447         boxes. Use the outer paragraph as location (also for unknown
1448         tokens).
1449
1450         * factory.C (readInset): do not abort on reading an unknown inset.
1451         Eat it and return 0.
1452
1453 2003-10-13  Angus Leeming  <leeming@lyx.org>
1454
1455         * lyx_main.C (LyX): remove call to setDisplayTranslator().
1456
1457         * lyxrc.C: displayTranslator is now a function,
1458         declared in GraphicsTypes.h.
1459
1460 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1461
1462         * format.C: new placeholder $$a to pass the socket address.
1463
1464         * bufferlist.[Ch]: new function getBufferFromTmp.
1465
1466         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
1467           files in the temporary dir.
1468
1469 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1470
1471         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
1472
1473         * Makefile.am: add lyxsocket.[Ch].
1474
1475         * lyx_main.C (error_handler): handle SIGPIPE.
1476
1477 2003-10-13  André Pönitz  <poenitz@gmx.net>
1478
1479         * BufferView_pimpl.C:
1480         * lyxtext.h:
1481         * text.C:
1482         * text2.C:
1483         * text3.C:
1484         * undo_funcs.[Ch]: use paroffset_type instead of
1485           ParagraphList::iterators to prevent multiple conversion
1486           (and get a more robust interface)
1487
1488 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1489
1490         * lyxfunc.C (dispatch): RESULT -> dispatch_result
1491         * lyxtext.h: ditto
1492         * text3.C (dispatch): ditto
1493
1494 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1495
1496         * LaTeX.C (handleFoundFile): move the static to smaller scope,
1497         move the onlyfile, use onlyfile instead of foundfile in a couple
1498         of places.
1499
1500         * DepTable.C (update): flush the error stream a bit more
1501
1502 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1503
1504         * lyxserver.C (callback): adjust
1505
1506         * lyxfunc.C (getStatus): add a missing brace in commented code
1507         (ensureBufferClean): reindent
1508         (dispatch): delete version taking a string
1509
1510 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1511
1512         * LaTeX.C (deplog): move found file handlig from here...
1513         (handleFoundFile): .. to new function here.
1514         (deplog): make sure to discover several files mentioned on the
1515         same log line.
1516
1517 2003-10-10  André Pönitz  <poenitz@gmx.net>
1518
1519         * lyxfunc.C:
1520         * lyxtext.h:
1521         * tabular.C:
1522         * text.C:
1523         * text2.C:
1524         * text3.C: fix some of the tabular crashes
1525
1526 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1527
1528         * MenuBackend.C (binding): put debug message into Debug::KBMAP
1529
1530         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
1531
1532 2003-10-09  André Pönitz  <poenitz@gmx.net>
1533
1534         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
1535
1536         * BufferView.C:
1537         * BufferView_pimpl.C:
1538         * bufferview_funcs.C:
1539         * lyx_cb.C:
1540         * lyxcursor.C:
1541         * lyxfind.C:
1542         * lyxfunc.C:
1543         * lyxtext.h:
1544         * text.C:
1545         * text2.C:
1546         * text3.C:
1547         * text_funcs.[Ch]:
1548         * textcursor.[Ch]:
1549         * undo_funcs.C: adjust
1550
1551 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1552
1553         * text2.C (incrementItemDepth): new function, use a backtracking
1554         algorithm to discover the correct item depth.
1555         (resetEnumCounterIfNeeded): new function, use a backtracking
1556         algorithm to discover if counter reset is needed.
1557         (setCounter): use them. Simplify a bit. Add different labels for
1558         different item depths for itemize.
1559
1560         * paragraph.C (Paragraph): remove initialization of enumdepth
1561         (operator=): ditto
1562
1563         * paragraph.h: get rid of enumdepth, and use itemdepth both for
1564         enumerate and itemize. Change the type of itemdepth to signed char.
1565
1566 2003-10-08  André Pönitz  <poenitz@gmx.net>
1567
1568         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
1569           thing assignable.
1570         * text.C:
1571         * text2.C: adjust
1572
1573         * tabular.[Ch]: fix crash after 'row-insert'
1574
1575 2003-10-08  Angus Leeming  <leeming@lyx.org>
1576
1577         Fix doxygen warnings.
1578
1579         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
1580         Remove CutAndPaste:: prefix from header file declaration.
1581
1582         * LColor.h (fill): remove LColor:: prefix from declaration.
1583
1584         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
1585         use lyx::depth_type rather than Paragraph::depth_type so that
1586         header file and .C file match.
1587
1588         * converter.h (intToFormat): remove Converters:: prefix from declaration.
1589
1590         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
1591         * aspell.C: \file aspell_local.C -> \file aspell.C
1592         * gettext.C: \file gettext.C -> \file src/gettext.C
1593         * gettext.h: \file gettext.h -> \file src/gettext.h
1594         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
1595         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
1596         * text.C: \file text.C -> \file src/text.C
1597
1598         * toc.C: move comment so that doxygen is not confused.
1599
1600 2003-10-07  Angus Leeming  <leeming@lyx.org>
1601
1602         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
1603
1604 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1605
1606         * aspell.C:
1607         * aspell_local.h: add forgotten std::string's.
1608
1609 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1610
1611         * LaTeXFeatures.C:
1612         * LyXAction.C:
1613         * factory.C:
1614         * lfuns.h:
1615         * lyxfunc.C:
1616         * text3.C: The Box patch. Fancybox support, minipage, parbox
1617
1618 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1619
1620         * CutAndPaste.h:
1621         * DepTable.h:
1622         * FloatList.h:
1623         * LaTeXFeatures.h:
1624         * ParagraphParameters.h:
1625         * TextCache.h:
1626         * Thesaurus.h:
1627         * bufferlist.h:
1628         * exporter.h:
1629         * importer.h:
1630         * lastfiles.h:
1631         * lyxfind.h:
1632         * lyxfont.h:
1633         * lyxlex.h:
1634         * lyxtextclasslist.h:
1635         * messages.h:
1636         * paragraph.h:
1637         * paragraph_pimpl.C:
1638         * textcursor.h: add <string> and other small fixes to make Lars'
1639         std::string patch compile with STLport.
1640
1641 2003-10-06  Angus Leeming  <leeming@lyx.org>
1642
1643         * LColor.h: Add missing #include <string>.
1644
1645 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1646
1647         * All most all file in all subdirs: Make <string> be the prefered
1648         way of getting to std::string, add using declarations.
1649
1650 2003-10-06  André Pönitz  <poenitz@gmx.net>
1651
1652         * metricsinfo.C: initialize LyXFont before changing attribute.
1653         (fixes the 'math in \emph is upright' bug)
1654
1655 2003-10-06  André Pönitz  <poenitz@gmx.net>
1656
1657         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
1658
1659 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
1660
1661         * graph.C:
1662         * paragraph_pimpl.C: Small fixes to build using STLport
1663
1664 2003-10-02  André Pönitz  <poenitz@gmx.net>
1665
1666         * lyxfunc.C:
1667         * text3.C: move handling of LFUN_DEPTH *; fix #1360
1668
1669 2003-10-01  André Pönitz  <poenitz@gmx.net>
1670
1671         * factory.C: assert early
1672
1673 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1674
1675         * lyx_main.C: remove the global debug object
1676
1677         * debug.h: adjust for new debugstream
1678
1679         * debug.C: adjust for new debugstream and keep the global debug
1680         object here.
1681
1682 2003-09-22  Angus Leeming  <leeming@lyx.org>
1683
1684         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
1685         of g++ which otherwise complain that the scoped_ptr destructor can't delete
1686         an incomplete class LyXFont.
1687
1688 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
1689
1690         * factory.C: bug fix in branches
1691
1692 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1693
1694         * lyxfunc.C (processKeySym): adjust
1695         (dispatch): adjust
1696         (dispatch): change arg name from ev to func, adjust
1697         (sendDispatchMessage): ditto
1698
1699         * lyx_main.C (defaultKeyBindings): adjust keybindings
1700         (deadKeyBindings): ditto
1701
1702         * kbsequence.C (addkey): return a FuncRequest
1703
1704         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
1705
1706         * kbmap.C (bind): take a FuncRequest as arg, adjust
1707         (read): adjust
1708         (lookup): adjust
1709         (defkey): change to take a FuncRequest as arg, adjust
1710         (findbinding): take a FuncRequest as arg, adjust.
1711
1712         * funcrequest.h (operator=): added
1713
1714         * funcrequest.C (FuncRequest): default kb_action changed from
1715         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
1716
1717         * buffer.C (dispatch): simplify
1718         (dispatch): adjust to take a FuncRequest as arg, adjust
1719
1720         * boost.C (assertion_failed): change assertion message slightly
1721
1722         * ToolbarBackend.C (read): simplify
1723
1724         * MenuBackend.C (binding): adjust call to findbinding, add a
1725         message if no binding is found.
1726         (read): simplify
1727         (expandToc): correct by adding a empty FuncRequest
1728
1729         * LyXAction.C: include <boost/assert.hpp>
1730         (isPseudoAction): delete function
1731         (LookupFunc): change name to...
1732         (lookupFunc): this. change return type to FuncRequest.
1733         (getActionName): take kb_action as arg, simplify
1734         (funcHasFlag): add an assert, simplify.
1735
1736 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1737
1738         * toc.C (action): return a FuncRequest, simplify
1739
1740         * lyxfunc.C (processKeySym): adjust
1741         (getStatus): delete version that takes an int.
1742         (getStatus): adjust
1743         (dispatch): delete version that takes action as int
1744         (dispatch): adjust
1745         (sendDispatchMessage): simplify and adjust
1746
1747         * funcrequest.C (getArg): take unsigned int as arg
1748
1749         * ToolbarBackend.C (read): adjust
1750         (add): delete version that takes func as a string.
1751         (getIton): take a FuncRequest as arg
1752
1753         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
1754         action.
1755
1756         * MenuBackend.C (MenuItem): add a new construct that only takes a
1757         Kind, simplify the constructor use for submenus.
1758         (add): adjust
1759         (expandLastfiles): adjust
1760         (expandDocuments): adjust
1761         (expandFormats): adjust
1762         (expandFloatListInsert): adjust
1763         (expandFloatInsert): adjust
1764         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
1765
1766         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
1767         Remove class variables lyx_pseudo_map and lyx_arg_map
1768
1769         * LyXAction.C (searchActionArg): delete function
1770         (getPseudoAction): delete function
1771         (retrieveActionArg): delete function
1772         (LookupFunc): make it return kb_action, simplify.
1773         (getActionName): simplify
1774
1775         * factory.C (createInset): fix new bug
1776
1777 2003-09-19  Angus Leeming  <leeming@lyx.org>
1778
1779         * CutAndPaste.C (pasteSelection): remove fudge used to set the
1780         masterFilename_ parameter in the include inset.
1781
1782         * factory.C (createInset): changes due to the changes to InsetInclude.
1783
1784 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1785
1786         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
1787
1788 2003-09-18  Angus Leeming  <leeming@lyx.org>
1789
1790         * buffer.C:
1791         * BufferView.C: pass the buffer when calling Inset::getLabelList,
1792         Inset::fillWithBibKeys.
1793         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
1794
1795 2003-09-18  Angus Leeming  <leeming@lyx.org>
1796
1797         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
1798         variables.
1799         (ctor): pass and store a 'Buffer const &'
1800         (buffer): new member function.
1801
1802         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
1803         '*this' to the LaTeXFeatures ctor.
1804
1805 2003-09-18  Angus Leeming  <leeming@lyx.org>
1806
1807         * LColor.h:
1808         * lyxfont.C:
1809         * lyxfont.h:
1810         * lyxtext.h:
1811         * text.C: rename EnumLColor as LColor_color.
1812
1813 2003-09-18  Angus Leeming  <leeming@lyx.org>
1814
1815         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
1816         remove #include "insets/insetbase.h" from cursor.h.
1817
1818 2003-09-18  Angus Leeming  <leeming@lyx.org>
1819
1820         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
1821         InsetOld_code to remove #include "inset.h".
1822
1823         * iterators.C: add #include "insets/inset.h"
1824
1825 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
1826
1827         * BufferView.C: remove more locking stuff that apparently doesn't
1828         do anything sensible.
1829
1830 2003-09-16  André Pönitz  <poenitz@gmx.net>
1831
1832         * paragraph.[Ch]:
1833         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
1834           performance boost.
1835
1836 2003-09-16  Angus Leeming  <leeming@lyx.org>
1837
1838         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
1839
1840         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
1841         arg/return type.
1842
1843         * paragraph.h: remove #include "lyxfont.h". Forward declare
1844         LyXFont_size.
1845
1846 2003-09-16  Angus Leeming  <leeming@lyx.org>
1847
1848         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
1849         of support/textutils.h.
1850         (isWord): move the contents of support/textutils.h's IsWordChar here.
1851
1852         * buffer.C:
1853         * lyxfind.C:
1854         * rowpainter.C:
1855         * text.C:
1856         * text2.C: add #include "paragraph.h".
1857
1858         * rowpainter.C:
1859         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
1860
1861 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1862
1863         * main.C:
1864         * lyx_main.C:
1865         * lyx_cb.C:
1866         * buffer.C:
1867         * LaTeX.C: use namespace alias for lyx::support::os
1868
1869 2003-09-16  Angus Leeming  <leeming@lyx.org>
1870
1871         * bufferparams.C:
1872         * bufferview_funcs.C:
1873         * factory.C:
1874         * lyxfunc.C:
1875         * paragraph_pimpl.C:
1876         * rowpainter.C:
1877         * text.C: add #include "LColor.h".
1878
1879 2003-09-16  Angus Leeming  <leeming@lyx.org>
1880
1881         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
1882         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
1883         return LyXFont &.
1884         Store the FontBits::color variable as an int rather than as an
1885         LColor::colorso that we can move LColor.h out of the lyxfont.h header
1886         file.
1887
1888         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
1889         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
1890         string calls together.
1891
1892         * lyxrc.C: add #include "LColor.h".
1893
1894 2003-09-15  Angus Leeming  <leeming@lyx.org>
1895
1896         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
1897         a cow_ptr.
1898
1899 2003-09-15  Angus Leeming  <leeming@lyx.org>
1900
1901         * LColor.h: add an EnumLColor wrapper for LColor::color.
1902
1903         * lyxfont.[Ch] (color, setColor, realColor):
1904         * lyxtext.h, text.C (backgroundColor):
1905         pass EnumLColor args to/from the functions, rather than LColor::color
1906         ones.
1907
1908         * lyxfont.h:
1909         * lyxtext.h: forward declare EnumLColor.
1910
1911         * lyx_main.C: add #include "LColor.h".
1912
1913 2003-09-15  Angus Leeming  <leeming@lyx.org>
1914
1915         * .cvsignore: add lyx-gtk.
1916
1917 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1918
1919         * Chktex.C
1920         * LaTeX.C
1921         * LaTeXFeatures.C
1922         * ParagraphParameters.C
1923         * Spacing.C
1924         * buffer.C
1925         * bufferparams.C
1926         * bufferview_funcs.C
1927         * chset.C
1928         * counters.C
1929         * funcrequest.C
1930         * lyxfont.C
1931         * lyxgluelength.C
1932         * lyxlength.C
1933         * paragraph.C
1934         * paragraph_funcs.C
1935         * text3.C
1936         * vc-backend.C: remove usage of STRCONV
1937
1938 2003-09-15  Angus Leeming  <leeming@lyx.org>
1939
1940         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
1941         explicitly define the color passed to the painter.
1942
1943 2003-09-15  Angus Leeming  <leeming@lyx.org>
1944
1945         * bufferparams.C (BufferParams): reorder member initializers to avoid
1946         compiler warning.
1947
1948 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
1949
1950         * CutAndPaste.C (pasteSelection): remove an outdated #warning
1951         * text.C (updateRowPositions): remove an unusual nop
1952
1953 2003-09-12  André Pönitz  <poenitz@gmx.net>
1954
1955         * BufferView_pimpl.C:
1956         * Bullet.C:
1957         * layout.h:
1958         * lyxfunc.C:
1959         * lyxlayout.[Ch]:
1960         * lyxtextclass.C:
1961         * rowpainter.C:
1962         * text.C:
1963         * text2.C:
1964         * Counters.[Ch]: finish the 'automatic counters' job
1965
1966 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1967
1968         * aspell.C: include <boost/assert.cpp> (compile fix)
1969
1970 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1971
1972         * boost.C (assertion_failed): use lyx::support::abort instead of
1973         assert.
1974
1975 2003-09-10  Angus Leeming  <leeming@lyx.org>
1976
1977         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
1978         with their _fwd progeny.
1979
1980 2003-09-09  Angus Leeming  <leeming@lyx.org>
1981
1982         134 files throughtout the source tree: replace 'using namespace abc;'
1983         directives with the appropriate 'using abc::xyz;' declarations.
1984
1985 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1986
1987         * boost.C (emergencyCleanup): moved here from LAssert.c
1988         (assertion_failed): new function, called by BOOST_ASSERT
1989
1990         * several files: change Assert to BOOST_ASSERT
1991
1992 2003-09-09  Angus Leeming  <leeming@lyx.org>
1993
1994         * buffer.[Ch]: Add an Impl class and move Buffer's member
1995         variables into it. As a result move several header files out of
1996         buffer.h.
1997
1998         Add header files to lots of .C files all over the tree as a result.
1999
2000 2003-09-09  Angus Leeming  <leeming@lyx.org>
2001
2002         * buffer.[Ch]: make Buffer's member variables private. Add
2003         accessor functions.
2004
2005         Lots of changes all over the tree as a result.
2006
2007 2003-09-08  Angus Leeming  <leeming@lyx.org>
2008
2009         * graph.C: #include <config.h>.
2010
2011 2003-09-08  Angus Leeming  <leeming@lyx.org>
2012
2013         * BranchList.C:
2014         * BufferView.C:
2015         * BufferView_pimpl.C:
2016         * CutAndPaste.C:
2017         * DepTable.C:
2018         * LaTeX.C:
2019         * LaTeXFeatures.C:
2020         * LyXAction.C:
2021         * MenuBackend.C:
2022         * TextCache.C:
2023         * aspell.C:
2024         * buffer.C:
2025         * bufferlist.C:
2026         * changes.C:
2027         * chset.C:
2028         * converter.C:
2029         * counters.C:
2030         * debug.C:
2031         * graph.C:
2032         * ispell.C:
2033         * lyx_cb.C:
2034         * lyxfind.C:
2035         * lyxfunc.C:
2036         * lyxlex_pimpl.C:
2037         * lyxrc.C:
2038         * lyxrow.C:
2039         * paragraph.C:
2040         * rowpainter.C:
2041         * texrow.C:
2042         * text.C:
2043         * text2.C:
2044         * toc.C: remove redundant using directives.
2045
2046 2003-09-07  Angus Leeming  <leeming@lyx.org>
2047
2048         * LaTeXFeatures.h: remove #include "support/types.h".
2049         * ToolbarBackend.h: remove #include <algorithm>.
2050         * changes.h: remove #include <ctime>.
2051         * debug.h: remove #include <iosfwd>.
2052         * graph.h: remove #include "support/std_string.h".
2053         * lyx_main.h: remove #include <csignal>.
2054         * lyxlex_pimpl.h: remove #include <fstream>.
2055         * sgml.h: remove #include <algorithm>, <utility>.
2056         * toc.h: remove #include "support/std_ostream.h".
2057         Add #include <iosfwd>.
2058
2059 2003-09-07  Angus Leeming  <leeming@lyx.org>
2060
2061         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2062
2063         * converter.h: forward declare LatexRunParams.
2064         * encoding.h: remove #include "lyxrc.h".
2065         * lyxtext.h: remove #include "LColor.h".
2066         * lyxtextclass.h: remove #include "support/types.h".
2067         * trans.h: remove #include "tex-accent.h".
2068         * trans_mgr.h: remove #include "tex-accent.h".
2069         * insets/inset.h: remove #include "support/types.h", <vector>.
2070         * insets/insetcollapsable.h: remove #include "LColor.h".
2071         * insets/insetinclude.h: remove #include "dimension.h".
2072         * insets/insetlatexaccent.h: remove #include "dimension.h".
2073         * insets/insetoptarg.h:: remove #include "insettext.h".
2074         * insets/insettext.h: remove #include "dimension.h",
2075         <boost/shared_ptr.hpp>
2076
2077         * insets/renderers.h: add #include "dimension.h".
2078         * insets/updatableinset.h: add #include "support/types.h".
2079
2080         * many .C files: Associated changes.
2081
2082 2003-09-06  Angus Leeming  <leeming@lyx.org>
2083
2084         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2085         one, inside testInvariant.
2086
2087         * PrinterParams.C: new file.
2088         * PrinterParams.[Ch]: move the function bodies out of line.
2089
2090 2003-09-06  Angus Leeming  <leeming@lyx.org>
2091
2092         * ParagraphParameters.h: forward declare ParameterStruct rather than
2093         including its header file.
2094         (depth): moved out-of-line.
2095
2096 2003-09-06  Angus Leeming  <leeming@lyx.org>
2097
2098         * BufferView_pimpl.h:
2099         * kbmap.h:
2100         * kbsequence.h:
2101         * lyxfunc.h: forward declare LyXKeySym rather than
2102         #include "frontends/LyXKeySym.h".
2103
2104         * BufferView_pimpl.C:
2105         * kbmap.C:
2106         * kbsequence.C:
2107         * lyxfunc.C: associated changes.
2108
2109 2003-09-06  Angus Leeming  <leeming@lyx.org>
2110
2111         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2112         As a result, can remove the #include "insets/inset.h" from BufferView.h
2113
2114 2003-09-06  Angus Leeming  <leeming@lyx.org>
2115
2116         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2117         As a result, can remove the #include "insets/inset.h" from BufferView.h
2118
2119 2003-09-06  Angus Leeming  <leeming@lyx.org>
2120
2121         * buffer_funcs.C:
2122         * buffer.h:
2123         * bufferlist.C:
2124         * BufferView.C:
2125         * bufferview_funcs.C:
2126         * BufferView_pimpl.C:
2127         * CutAndPaste.C:
2128         * lyx_cb.C:
2129         * lyxfunc.C:
2130         * paragraph.h:
2131         * ParagraphParameters.C:
2132         * tabular.C:
2133         * text3.C:
2134         * toc.C:
2135         * undo_funcs.C:
2136         * frontends/controllers/ControlDocument.C:
2137         * insets/insetcaption.C: rearrange the #includes into some sort of
2138         coherent order.
2139
2140         * buffer.h: remove #includes ErrorList.h, undo.h
2141
2142 2003-09-06  Angus Leeming  <leeming@lyx.org>
2143
2144         * support/types.h: add a 'depth_type' typedef, used to store the
2145         nesting depth of a paragraph.
2146
2147         * paragraph.h:
2148         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2149         defining explicitly.
2150
2151         * buffer.h:
2152         * paragraph_funcs.h:
2153         * ParagraphParameters.h:
2154         * sgml.h: use lyx::depth_type rather than Paragraph or
2155         ParameterStruct's depth_type.
2156
2157         * buffer.h
2158         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2159
2160         * BufferView.C:
2161         * BufferView_pimpl.C:
2162         * CutAndPaste.C:
2163         * ParagraphParameters.C:
2164         * buffer_funcs.C:
2165         * bufferlist.C:
2166         * bufferview_funcs.C:
2167         * lyx_cb.C:
2168         * lyxfunc.C:
2169         * tabular.C:
2170         * text3.C:
2171         * toc.C:
2172         * undo_funcs.C:
2173         * frontends/LyXView.C:
2174         * frontends/controllers/ControlDocument.C:
2175         * frontends/controllers/ControlErrorList.C:
2176         * insets/insetbibitem.C:
2177         * insets/insetbranch.C:
2178         * insets/insetcaption.C:
2179         * insets/insetcollapsable.C:
2180         * insets/insetenv.C:
2181         * insets/insetert.C:
2182         * insets/insetfloat.C:
2183         * insets/insetfoot.C:
2184         * insets/insetfootlike.C:
2185         * insets/insetnewline.C:
2186         * insets/insetquotes.C:
2187         * insets/insettabular.C:
2188         * insets/insettext.C:
2189         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2190
2191         * frontends/controllers/ControlChanges.C: #include "changes.h".
2192
2193 2003-09-06  Angus Leeming  <leeming@lyx.org>
2194
2195         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2196         than #including paragraph.h.
2197
2198         * ParagraphList.h:
2199         * RowList.h: deleted. Superfluous.
2200
2201         * CutAndPaste.h:
2202         * iterators.h:
2203         * lyxcursor.h:
2204         * lyxtext.h:
2205         * text_funcs.h:
2206         * undo.h:
2207         * undo_funcs.h:
2208         * insets/inset.h:
2209         * insets/insettext.h: use ParagraphList_fwd.h rather than
2210         ParagraphList.h.
2211
2212         * paragraph.h: don't forward declare ParagraphList.
2213
2214         * buffer.h:
2215         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2216         rather than ParagraphList.h. paragraph.h is still needed for the
2217         Paragraph::depth_type parameters.
2218
2219         * textcursor.h: enable it to compile stand-alone in light of the
2220         above changes.
2221
2222         * bufferview_funcs.C:
2223         * iterators.C:
2224         * lyxfunc.C:
2225         * lyxrow_funcs.C:
2226         * paragraph.C:
2227         * rowpainter.C:
2228         * text.C:
2229         * text2.C:
2230         * text3.C:
2231         * text_funcs.C:
2232         * textcursor.C:
2233         * undo.C:
2234         * frontends/controllers/ControlParagraph.C:
2235         * frontends/controllers/ControlTabular.C:
2236         * insets/insetmarginal.C:
2237         * insets/insetminipage.C:
2238         * insets/insetnote.C:
2239         * insets/insetoptarg.C: add header files needed to compile again.
2240
2241 2003-09-06  Angus Leeming  <leeming@lyx.org>
2242
2243         * RowList_fwd.h: new file, forward-declaring Row rather than
2244         #including lyxrow.h.
2245
2246         * lyxrow_funcs.h:
2247         * lyxtext.h:
2248         * paragraph.h:
2249         * insets/insettext.h: use it instead of RowList.h
2250
2251         * bufferview_funcs.C:
2252         * lyxfunc.C:
2253         * lyxrow_funcs.C:
2254         * paragraph.C:
2255         * rowpainter.C:
2256         * text.C:
2257         * text2.C:
2258         * text3.C: #include "RowList.h".
2259
2260 2003-09-05  Angus Leeming  <leeming@lyx.org>
2261
2262         * factory.C (createInset):
2263         * vspace.C (c-tor): replace sscanf call with an istringstream.
2264         * ispell.C: re-add missing HP/UX headers.
2265         * lyxserver.C: re-add missing  os2 headers.
2266
2267 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
2268
2269         * BranchList.C:
2270         * graph.C:
2271         * ispell.C:
2272         * lastfiles.C:
2273         * lyx_cb.C:
2274         * lyxserver.C:
2275         * texrow.C:
2276         * text3.C: re-add missing system headers, needed for 2.95.2.
2277
2278 2003-09-05  Angus Leeming  <leeming@lyx.org>
2279
2280         Changes most place everywhere due to the removal of using directives
2281         from support/std_sstream.h.
2282
2283 2003-09-05  Angus Leeming  <leeming@lyx.org>
2284
2285         Replace LString.h with support/std_string.h,
2286         Lsstream.h with support/std_sstream.h,
2287         support/LIstream.h with support/std_istream.h,
2288         support/LOstream.h with support/std_ostream.h.
2289
2290         Changes resulting throughout the tree.
2291
2292 2003-09-05  Angus Leeming  <leeming@lyx.org>
2293
2294         * sgml.h: ensure that the header file can be compiled stand-alone.
2295         * *.C: strip out redundant #includes. (320 in total.)
2296
2297 2003-09-04  Angus Leeming  <leeming@lyx.org>
2298
2299         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
2300         here (from getPackages).
2301
2302         * debug.[Ch]: add a new EXTERNAL tag.
2303
2304 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2305
2306         * text2.C (cursorEnd): simplify
2307         (setCursor): adjust
2308         (getColumnNearX): adjust
2309
2310         * text.C (computeBidiTables): adjust
2311         (fill): adjust
2312
2313         * rowpainter.C (paintChars): adjust
2314         (paintSelection): adjust
2315         (paintChangeBar): adjust
2316         (paintText): adjust
2317
2318         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
2319         lastPos instead.
2320         (numberOfSeparators): adjust
2321
2322 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2323
2324         * LyXAction.C:
2325         * box.[Ch]:
2326         * lfuns.h:
2327         * lyxfunc.C:
2328         * text3.C: Restricts the mouse click functionality
2329         of insets like bibtex, include, toc and floatlist to the visible
2330         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
2331         up the dialogs. Cursor has to be in front of the inset (i.e.
2332         start of row) for this to function.
2333
2334 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2335
2336         * bufferview_funcs.C (currentState): output row information
2337
2338 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2339
2340         * bufferview_funcs.C (currentState): output paragraph position
2341
2342 2003-09-04  Angus Leeming  <leeming@lyx.org>
2343
2344         * FloatList.h: move out #include "Floating.h".
2345         * LaTeX.h: move out #include "DepTable.h".
2346         * LyXAction.h: move out #include "funcrequest.h".
2347         * buffer.h: move out #include "author.h", "iterators.h".
2348         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
2349         * lyx_main.h: move out #include "errorlist.h".
2350         * lyxfunc.h: move out #include "FuncStatus.h".
2351         * lyxtext: move out #include "lyxcursor.h".
2352         * paragraph_pimpl.h: move out #include "counters.h".
2353
2354 2003-09-03  Angus Leeming  <leeming@lyx.org>
2355
2356         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
2357         preamble_snippets list, enabling us to add snippets to the preamble
2358         only if the snippet was not there already.
2359
2360 2003-09-04  Angus Leeming  <leeming@lyx.org>
2361
2362         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
2363
2364 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2365
2366         * lyxfunc.C (dispatch): if fitCursor did something be sure to
2367         update
2368
2369 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2370
2371         * BranchList.C: point fix, earlier forgotten
2372
2373 2003-09-02  Angus Leeming  <leeming@lyx.org>
2374
2375         * box.C (contains): renamed from 'contained' after a fantastic
2376         amount of hot air.
2377
2378 2003-09-02  John Levon  <levon@movementarian.org>
2379
2380         * BufferView.C:
2381         * lyxcursor.h:
2382         * lyxcursor.C:
2383         * lyxfunc.C:
2384         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
2385
2386 2003-09-02  John Levon  <levon@movementarian.org>
2387
2388         * text2.C: simplification of cursorEnd(), including partial
2389         fix for bug 1376
2390
2391 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2392
2393         * buffer.C (readFile): add a space
2394
2395 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
2396
2397         * BufferView_pimpl.C (update): remove bogus fitCursor() call
2398
2399 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2400
2401         * buffer.C (readFile): new function, take a filename and a
2402         ParagraphList::iterator
2403         (readFile): adjust
2404         (readFile): adjust, make it private. don't use setStream, make
2405         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
2406         always contain the filename.
2407
2408         * BufferView.C (insertLyXFile): simplify and make it work for
2409         gzipped files.
2410
2411 2003-08-30  John Levon  <levon@movementarian.org>
2412
2413         * Makefile.am: fix dist (from Kayvan)
2414
2415 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2416
2417         * most files: change to use const Buffer refs
2418
2419 2003-08-27  André Pönitz  <poenitz@gmx.net>
2420
2421         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
2422         on top of ownerPar().
2423
2424 2003-08-27  John Levon  <levon@movementarian.org>
2425
2426         * funcrequest.C: properly initialise POD members
2427
2428 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2429
2430         * lyxtext.h (top_y): move top_y from here
2431         * text.C:
2432         * text2.C:
2433         * text3.C:
2434         * BufferView.[Ch]:
2435         * BufferView_pimpl.[Ch]: to here
2436         * frontends/screen.C:
2437         * insets/insettabular.C:
2438         * insets/insettext.C: adjust
2439         * rowpainter.[Ch] (paintRows): remove LyXText & argument
2440
2441 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2442
2443         * BufferView.[Ch]:
2444         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
2445
2446 2003-08-26  André Pönitz  <poenitz@gmx.net>
2447
2448         * paragraph_func.[Ch] (outerPar): new function
2449
2450         * paragraph.C:
2451         * paragraph_funcs.C:
2452         * paragraph_funcs.h:
2453         * paragraph_pimpl.C:
2454         * text2.C: remove Inset::par_owner
2455
2456 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
2457
2458         * lyxrow_funcs.C:
2459         * lyxtext.h:
2460         * text.C:
2461         * text2.C: eliminates the needFullRow/display() stuff
2462         altogether, putting the logic in metrics/draw in the insets.
2463
2464 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
2465
2466         * text2.C (redoParagraphInternal, redoParagraphs):
2467         * text.C (redoParagraph): add a call to updateRowPositions at the
2468         end of each 'metrics-like' call. Remove all others.
2469         (getRow): remove the 'y-computing' version.
2470         (getRowNearY): do not compute nor return the real y. Solve the
2471         'y < 0' problem and simplify.
2472
2473 2003-08-22  Angus Leeming  <leeming@lyx.org>
2474
2475         * *.[Ch]: clean-up of licence and author blurbs.
2476         Also move config.h out of a few .h files and into a few .C files.
2477
2478 2003-08-22  André Pönitz  <poenitz@gmx.net>
2479
2480         * lyxrow.[Ch]: add x_ and *fill_ members
2481
2482         * lyxtext.h:
2483         * text.C:
2484         * rowpainter.C:
2485         * text2.C: adjust/remove prepareToPrint() calls
2486
2487 2003-08-22  André Pönitz  <poenitz@gmx.net>
2488
2489         * lyxrow.[Ch]: add  end_ member
2490
2491         * lyxrow_funcs.C: use LyXRow::end_
2492
2493         * lyxtext.h (singleWidth): add LyXFont parameter
2494
2495         * rowpainter.C:
2496         * text2.C: adjust LyXText::singleWidth() calls
2497
2498         * text.C (redoParagraph): simplify row breaking logic
2499
2500
2501 2003-08-19  André Pönitz  <poenitz@gmx.net>
2502
2503         * funcrequest.C: initialize button_ member
2504
2505         * text3.C:
2506         * rowpainter.[Ch]: interface consolidation
2507
2508 2003-08-18  André Pönitz  <poenitz@gmx.net>
2509
2510         * BufferView.C:
2511         * BufferView_pimpl.C:
2512         * lyxfind.C:
2513         * paragraph_funcs.C:
2514         * rowpainter.C:
2515         * text3.C: remove LyXScreen::draw() and fitCursor calls
2516
2517         * BranchList.h: remove spurious semicolons
2518
2519         * MenuBackend.C: fix branchlist related crash
2520
2521 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
2522
2523         * BranchList.[Ch]:
2524         * InsetList.[Ch]:
2525         * LColor.[Ch]:
2526         * LyXAction.C:
2527         * Makefile.am:
2528         * MenuBackend.[Ch]:
2529         * bufferparams.[Ch]:
2530         * factory.C:
2531         * lfuns.h:
2532         * lyxfunc.C:
2533         * text3.C: implements the 'branch inset'
2534         idea. This allows the output of various versions of a document
2535         from a single source version, selectively outputing or suppressing
2536         output of parts of the text.
2537         This implementation contains a 'branch list editor' in a separate
2538         tab of the document settings dialog. Branches are user definable
2539         and have a "display colour" to distinguish them on-screen.
2540
2541         ColorHandler was somewhat cleaned up.
2542         (1) make possible a dynamically growing LColor list by allowing
2543         the graphic context cache to grow along (vector);
2544         (2) eliminate an IMHO unnecessary step in colour allocation.
2545
2546 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
2547
2548         * BufferView_pimpl.C: compile fix
2549
2550 2003-08-15  André Pönitz  <poenitz@gmx.net>
2551
2552         * rowpainter.C: remove extra metrics calls
2553
2554         * lyxtext.h: merge the two constructors into a single one,
2555           pass reference to owner's par list
2556
2557         * BufferView_pimpl.C:
2558         * text.C:
2559         * text2.C: adjust
2560
2561 2003-08-15  André Pönitz  <poenitz@gmx.net>
2562
2563         * lyxrow_funcs.[Ch]:
2564         * lyxtext.h:
2565         * paragraph.h:
2566         * paragraph_funcs.C:
2567         * rowpainter.C:
2568         * text.C:
2569         * text2.C:
2570         * text3.C:
2571         * text_funcs.C: split LyXText::rowlist_ into individual
2572         Paragraph::rows_ chunks
2573
2574         * BufferView.[Ch]:
2575         * BufferView_pimpl.[Ch]:
2576         * lyxfind.C:
2577         * lyxtext.h:
2578         * text3.C: remove toggleSelection()
2579
2580 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
2581
2582         * bufferlist.C: beautify two alerts (shorter text of buttons)
2583         * buffer.C: Remove redundant ' ' from message
2584         * tabular.h:
2585         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
2586         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
2587         rename VALIGN_CENTER to VALIGN_MIDDLE
2588
2589 2003-08-11  André Pönitz  <poenitz@gmx.net>
2590
2591         * lyxtext.h (getPar):
2592         * text.C: new function
2593
2594 2003-08-11  André Pönitz  <poenitz@gmx.net>
2595
2596         * Makefile.am:
2597         * tracer.[Ch]: remove unneeded files
2598
2599         * InsetList.[Ch]: remove resizeInsetsLyXText()
2600
2601         * lyxtext.h:
2602         * text.C:
2603         * text2.C:
2604         * text3.C: merge insertParagraphs() and appendParagraph()
2605         remove breakAgain(), update()
2606
2607         * BufferView_pimpl.[Ch]:
2608         * bufferview_funcs.[Ch]:
2609         * lyxfunc.C:
2610         * paragraph.[Ch]:
2611         * rowpainter.C:
2612         * tabular.C: adjust after text & InsetList changes.
2613
2614 2003-08-08  André Pönitz  <poenitz@gmx.net>
2615
2616         * text.C (insertChar, backspace): replace rowlist fiddling
2617         with rebreak of full par
2618
2619         * lyxtext.h:
2620         * text.C (breakAgainOneRow, redoHeightOfParagraph,
2621         checkParagraph, updateInset): removed
2622
2623 2003-08-07  André Pönitz  <poenitz@gmx.net>
2624
2625         * paragraph.C:
2626         * text3.C: merge some LFUN handlers, remove dead code
2627
2628 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2629
2630         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
2631
2632 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
2633
2634         * text2.C (DEPM): fix part of bug 1255 and 1256
2635
2636 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2637
2638         * BufferView_pimpl.C (workAreaDispatch): change to use
2639         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
2640         that are no mouse related.
2641
2642 2003-08-05  André Pönitz  <poenitz@gmx.net>
2643
2644         * BufferView.[Ch]:
2645         * BufferView_pimpl.[Ch]:
2646         * bufferview_funcs.C:
2647         * text2.C:
2648         * text3.C: rip out "deep update"
2649
2650         * textcursor.[Ch] (last_sel_cursor): remove unused member
2651
2652 2003-08-04  André Pönitz  <poenitz@gmx.net>
2653
2654         * BufferView.[Ch]:
2655         * BufferView_pimpl.[Ch]:
2656         * ParagraphParameters.C:
2657         * bufferview_funcs.C:
2658         * lyx_cb.C:
2659         * lyxfind.C:
2660         * lyxfunc.C:
2661         * text.C:
2662         * text2.C:
2663         * text3.C: replace "complicated" BufferView::update(...) calls with
2664         simpler ones.
2665
2666         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
2667
2668 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
2669
2670         * Makefile.am (lyx_SOURCES): add paper.h
2671
2672 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2673
2674         * Makefile.am: move things around so that both lyx-qt and
2675         lyx-xforms can be built (according to --with-frontend). Then lyx
2676         is a symbolic link to lyx-[firstfrontend]
2677
2678 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2679
2680         * Always use std::endl with lyxerr
2681
2682 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2683
2684         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
2685
2686 2003-08-01  André Pönitz  <poenitz@gmx.net>
2687
2688         * BufferView.[Ch]:
2689         * BufferView_pimpl.[Ch]:
2690         * lyxfunc.C:
2691         * text3.C: merge BufferView::repaint() and BufferView::update()
2692
2693 2003-08-01  José Matos  <jamatos@lyx.org>
2694
2695         * buffer.[Ch]: file_format is no longer a buffer data element.
2696
2697 2003-08-01  André Pönitz  <poenitz@gmx.net>
2698
2699         * BufferView.C:
2700         * lyxtext.h:
2701         * text.C:
2702         * text2.C: make redoParagraph more independent of current cursor
2703
2704         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
2705         * text.C:
2706         * text2.C: remove unneeded members
2707
2708 2003-07-30  André Pönitz  <poenitz@gmx.net>
2709
2710         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
2711
2712         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
2713           create a single function...
2714
2715         * paragraph_funcs.C (moveItem): ... here.
2716
2717         * text.C:
2718           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
2719
2720 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
2721
2722         * LColor.[Ch]: Add comment and greyedout logical colors.
2723
2724 2003-07-30  André Pönitz  <poenitz@gmx.net>
2725
2726         * tabular.C: don't use Assert too heavily. This crashes where it
2727           shouldn't
2728
2729 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
2730
2731         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
2732         is disabled (bug 1232)
2733
2734 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2735
2736         * factory.C: limited 'arg' scope
2737
2738 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2739
2740         * factory.C: fixed Note submenu issues
2741
2742 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2743
2744         * factory.C: submenu for Note/Comment/Greyedout
2745
2746 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
2747
2748         * lyx_main.C (LyX):
2749         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
2750
2751 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
2752
2753         * LaTeXFeatures.C:
2754         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
2755         greyedout. Patch provided by Jürgen Spitzmüller.
2756
2757 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2758
2759         * kbmap.C (read): fix error message when reading bind files
2760
2761 2003-07-29  Angus Leeming  <leeming@lyx.org>
2762
2763         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
2764         certainly does not do what it purports to do. I am doing it, and
2765         us, a favour by killing it.
2766
2767 2003-07-28  José Matos  <jamatos@lyx.org>
2768
2769         * buffer.C (readBody, do_writeFile):
2770         * paragraph.C(readParagraph): \end_document replaces \the_end.
2771
2772 2003-07-29  André Pönitz  <poenitz@gmx.net>
2773
2774         * BufferView.[Ch]:
2775         * BufferView_pimpl.[Ch]:
2776         * lyxfunc.C:
2777         * text2.C:
2778         * text3.C:
2779         * textcursor.[Ch]: remove toggleToggle & Co
2780
2781 2003-07-28  José Matos  <jamatos@fep.up.pt>
2782
2783         * buffer.C (readParagraph):
2784         * params_func (readParToken, readParagraph):
2785         * paragraph.C (write): \layout -> \begin_layout.
2786
2787 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2788
2789         * lyxlex_pimpl.C (setFile): clean up slightly.
2790
2791         * bufferparams.h: add compressed var
2792
2793         * buffer_funcs.C (readFile): adjust for LyXLex change
2794         (newFile): ditto + simplify
2795
2796         * buffer.C (writeFile): handle writing of compressed files
2797
2798         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
2799         Check if the file is compressed and set a bufferparm if so.
2800
2801         * Makefile.am (lyx_LDADD): remove explicit -lz
2802
2803 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2804
2805         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
2806         makeDocBookFile): put the real LyX version in the first line of
2807         the file
2808
2809         * version.h:
2810         * version.C.in: remove lyx_docversion
2811
2812         * tabular.C (write_attribute): add a template-based version to
2813         write enums properly
2814
2815 2003-07-28  André Pönitz  <poenitz@gmx.net>
2816
2817         * lyxtext.h:
2818         * text.C:
2819         * text2.C:
2820         * text3.C: use doubles again for x-coordinates. They are needed.
2821
2822 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2823
2824         * messages.C (getLocaleDir): use lyx_localedir()
2825
2826         * lyxlex_pimpl.C (setFile): compress stuff
2827
2828         * buffer.C (writeFile): add some compression stuff
2829         (do_writeFile): new func, dont call expliti close... will this
2830         breake anything?
2831
2832         * Makefile.am (lyx_LDADD): add -lz
2833
2834 2003-07-28  José Matos  <jamatos@fep.up.pt>
2835
2836         * buffer.C: increment file format.
2837         * paragraph_funcs (readParagraph, readParToken):
2838         * paragraph.C (readParagraph): add \end_layout.
2839
2840 2003-07-27  Angus Leeming  <leeming@lyx.org>
2841
2842         * Makefile.am: remove special casing for configure-time setting of
2843         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
2844
2845         * lyx_main.C (init): remove all Jean-Marc's magic setting of
2846         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
2847
2848 2003-07-26  André Pönitz  <poenitz@gmx.net>
2849
2850         * paragraph_func.[Ch]:
2851         * paragraph.C (realizeFont): inline it whereever it is used
2852
2853         * rowpainter.C:
2854         * text.C:
2855         * text2.C:
2856         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
2857
2858
2859 2003-07-26  André Pönitz  <poenitz@gmx.net>
2860
2861         *       lyxtext.h:
2862         * text.C:
2863         * text2.C: get rid of LyXText::need_break_row
2864
2865 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2866
2867         * toc.[Ch]: put namespace toc inside namespace lyx
2868
2869         * MenuBackend.C (expandToc2): adjust for lyx::toc
2870         (expandToc): ditto
2871
2872         * lyxfunc.C (dispatch): adjust for lyx::find
2873
2874         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
2875         lyx::find instead. Reorganize a bit.
2876         (LyXReplace): rename to replace
2877         (LyXFind): rename to find
2878
2879         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
2880         (dispatch): ditto
2881
2882 2003-07-26  André Pönitz  <poenitz@gmx.net>
2883
2884         * text.C (setHeightOfRow): restrict scope of temporary variable
2885
2886         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
2887           code (never has been used?)
2888
2889 2003-07-27  Asger Alstrup  <alstrup@local>
2890
2891         * text.C (fill): Optimise algorithm to exploit that we can reuse
2892         the LyXFont for many characters.
2893         (setHeightOfRow): Same thing.
2894         (rowBreakPoint): Same thing.
2895
2896 2003-07-26  Asger Alstrup  <alstrup@local>
2897
2898         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
2899
2900         * text.C (singleWidth): Spurious font copying in hot-spot
2901         singleWidth avoided. Reorder tests for arabic for efficiency.
2902
2903         * text.C (fill): handle empty paragraphs better.
2904
2905 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2906
2907         * ispell.C:
2908         * encoding.h: add includes
2909
2910         * lyxrc.C: remove reading of bind files
2911
2912         * lyx_main.C (init): setup bindings and menus only if we have a
2913         gui.
2914
2915         * kbmap.C (read): new method. Do the actual reading of bind
2916         files.
2917
2918         * converter.C (dvipdfm_options):
2919         * bufferparams.C:
2920         * lyxrc.C (read):
2921         (output): adapt PAPER_* enums.
2922
2923         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
2924
2925         * bufferparams.h: remove paper-related enums from there
2926
2927         * paper.h: New file. A trivial header file to hold paper-related
2928         enums. It should later expand to contain many paper-related
2929         horrors access.
2930
2931         * lyxrc.C: declare extern displayTranslator
2932
2933 2003-07-27  José Matos  <jamatos@fep.up.pt>
2934
2935         * tabular.[Ch] (linuxdoc): add support for tables and figures
2936         (linuxdoc).
2937
2938 2003-07-27  José Matos  <jamatos@fep.up.pt>
2939
2940         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
2941         consistency in both functions.
2942         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
2943
2944 2003-07-26  Asger Alstrup  <alstrup@local>
2945
2946         * rowpainter.C (paintRows): Change algorithm to work directly on
2947         the insets rather than asking every character in the document
2948         whether its an inset.
2949
2950 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
2951
2952         * buffer.C (openFileWrite): factorize some code
2953
2954 2003-07-26  Angus Leeming  <leeming@lyx.org>
2955
2956         * lyx_cb.C:
2957         * lyx_main.[Ch]: replace occurances of system_tempdir with
2958         os::getTmpDir().
2959
2960 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2961
2962         * rename Inset to InsetOld
2963
2964 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
2965
2966         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
2967         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
2968         which I think is a bit clearer. EDIT is gone, since it was
2969         premature optimisation, and broken for mathed anyway.
2970         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
2971         with cursor positioning in insets as well (math insets still do not
2972         work, but that's a different story anyway.) It mysteriously
2973         crashes sometimes with undo in the first paragraph, but I'm fairly
2974         confident that this is a compiler bug.
2975
2976 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2977
2978         * paragraph.C (Paragraph): adjust for new clone return type
2979         (operator==): ditto
2980         (copyIntoMinibuffer): ditto
2981
2982 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
2983
2984         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
2985         by not having a special case, and always doing a full rebreak of
2986         the document after undo.
2987
2988 2003-07-23  Angus Leeming  <leeming@lyx.org>
2989
2990         * factory.C (createInset): InsetExternal::setParams now takes a
2991         Buffer const * arg.
2992
2993 2003-07-23  Angus Leeming  <leeming@lyx.org>
2994
2995         * factory.C (createInset): changed interface to the external and
2996         graphics mailers' string2params functions.
2997
2998 2003-07-23  Angus Leeming  <leeming@lyx.org>
2999
3000         * factory.C (createInset): pass a
3001         Buffer const * parameter to InsetExternalMailer's string2params.
3002
3003 2003-07-22  John Levon  <levon@movementarian.org>
3004
3005         * Thesaurus.h: include the right aiksaurus header
3006
3007 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3008
3009         * MenuBackend.C (expand): check menu shortcuts unconditionally
3010
3011 2003-07-21  Angus Leeming  <leeming@lyx.org>
3012
3013         * factory.C (createInset): pass a
3014         buffer_path parameter to InsetGraphicsMailer's string2params.
3015
3016 2003-07-21  Angus Leeming  <leeming@lyx.org>
3017
3018         * BufferView_pimpl.C (buffer):
3019         * buffer.C (d-tor):
3020         * lyx_main.C (LyX):
3021         * lyxfunc.C (dispatch):
3022         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3023         rather than the grfx shortcut.
3024
3025 2003-07-21  André Pönitz  <poenitz@gmx.net>
3026
3027         * rowpainter.C: remove unused variables
3028
3029         * tabular_funcs.C:
3030         * tabular_funcs.h: move to tabular.C
3031         * Makefile.am: adjust
3032
3033         * tabular.[Ch]: basic optical cleaning
3034
3035         * author.h: pass references, not values
3036
3037 2003-07-18  André Pönitz  <poenitz@gmx.net>
3038
3039         * lyxtext.h:
3040         * metricsinfo.C:
3041         * metricsinfo.h:
3042         * rowpainter.C:
3043         * text.C:
3044         * text2.C:
3045         * text3.C: two-phase drawing for InsetText and InsetTabular
3046         some float -> int changes.
3047
3048 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3049
3050         * lyx_main.C: fix the fix
3051
3052 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3053
3054         * lyx_main.C: fix a crash in batch mode if no files specified
3055         * converter.C: ws
3056
3057 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3058
3059         * format.[Ch] (papersize): moved to BufferParams
3060         * converter.[Ch] (dvips_options): moved to BufferParams
3061         (dvipdfm_options): moved to anon namespace
3062         * bufferparams.[Ch]: added above functions.
3063
3064 2003-07-17  André Pönitz  <poenitz@gmx.net>
3065
3066         * lyxtext.h:
3067         * rowpainter.C:
3068         * text2.C: don't call inset->update() anymore
3069
3070         * metricsinfo.[Ch]: add convenience constructor
3071
3072 2003-07-16  André Pönitz  <poenitz@gmx.net>
3073
3074         * lyxcursor.[Ch]:
3075         * lyxfunc.[Ch]:
3076         * text.C:
3077         * text2.C: replace the LyXCursor::irow_ member with
3078          on-demand computation of the value
3079
3080 2003-07-16  John Levon  <levon@movementarian.org>
3081
3082         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3083
3084 2003-07-15  André Pönitz  <poenitz@gmx.net>
3085
3086         * text.C:
3087         * text2.C: remove no more needed refresh_row
3088
3089 2003-07-15  André Pönitz  <poenitz@gmx.net>
3090
3091         * lyxtext.h:
3092         * rowpainter.C:
3093         * text2.C:
3094         * text3.C: refresh_status tristate -> need_update bool
3095
3096 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3097
3098         * lyxtext.h (init): remove reinit argument (act as if always true)
3099         * text2.C: adjust to that
3100
3101 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3102
3103         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3104         * text3.C: use it to delete selections in some cases
3105         (bugs 441, 673, 702, 954).
3106
3107 2003-07-14  André Pönitz  <poenitz@gmx.net>
3108
3109         * rowpainter.[Ch]: reduce interface
3110
3111 2003-07-14  André Pönitz  <poenitz@gmx.net>
3112
3113         * BufferView_pimpl.C:
3114         * text2.C: adjust after removing unused BufferView * argument
3115
3116 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3117
3118         * text2.C (init): fix a crash fired on resize
3119
3120 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3121
3122         * buffer.[Ch]: added new closing signal
3123         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3124         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3125         BufferView::Pimpl via the closing the signal
3126
3127 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3128
3129         * buffer.[Ch]: take out all bv-related from buffer
3130         * BufferView.C:
3131         * BufferView_pimpl.[Ch]: connect to new signals
3132         * CutAndPaste.C: removed useless asserts
3133         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3134         * lyxvc.[Ch]:
3135         * vc-backend.[Ch]:
3136         * lyxfunc.C: moved view-related funciontality from vc here
3137         * paragraph.C: removed outdated comments
3138         * text.C: ws
3139
3140 2003-07-10  André Pönitz  <poenitz@gmx.net>
3141
3142         * BufferView_pimpl.C:
3143         * tabular.h:
3144         * tabular_funcs.C:
3145         * text.C:
3146         * text2.C: remove InsetText::InnerCache, clean up consequences
3147
3148 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3149
3150         * ispell.C: fix two typos in error messages
3151
3152 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3153
3154         * Extend Note inset to other forms of annotation like Comment
3155         and Greyedout. Right button click gives dialog.
3156
3157         Files modified or added (+):
3158
3159         * insetnote.[Ch]
3160         * FormNote.[Ch]      +
3161         * ControlNote.[Ch]   +
3162         * form_note.fd       +
3163         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3164         frontends/controllers
3165         * xforms/Dialogs.C
3166         * factory.C
3167
3168 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3169
3170         * aspell.C: add missing namespace lyx::support
3171
3172 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3173
3174         * BufferView.[Ch] (newFile): Add
3175         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3176         * LaTeX.[Ch] (message): added this signal and use it
3177         * buffer.[Ch] (busy, message): added these signals and use them
3178         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3179         * converter.C:
3180         * exporter.C:
3181         * format.C:
3182         * importer.C: use buffer signals instead of direct bv calling
3183         * lyx_cb.[Ch] (ShowMessage): removed
3184         * lyx_main.C:
3185         * lyxfunc.C:
3186         * paragraph_funcs.C:
3187         * text2.C: use buffer signals
3188
3189 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3190
3191         * introduce namespace lyx::graphics
3192
3193 2003-07-02  André Pönitz  <poenitz@gmx.net>
3194
3195         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3196
3197 2003-07-01  André Pönitz  <poenitz@gmx.net>
3198
3199         * text.C:
3200         * text2.C:
3201         * text3.C:
3202         * text_funcs.[Ch]:
3203         * textcursor.h:
3204         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3205           text*.C to text_func.C
3206
3207 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3208
3209         * introduce namespace lyx::support
3210
3211 2003-06-30  André Pönitz  <poenitz@gmx.net>
3212
3213         * Chktex.C:
3214         * funcrequest.C:
3215         * lyxtext.h:
3216         * text.C: re-enable --with-included-string
3217
3218 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3219
3220         * textcursor.C: add <config.h>
3221
3222         * text.C (getWord): remove const from word_location arg
3223
3224         * lyxvc.C (getLogFile): fix const type order
3225
3226         * lyxtext.h: remove const from word_location arg, add arg name
3227
3228         * lyxlayout.h: currect type on labeltype.
3229
3230         * importer.C: correct \file
3231
3232         * converter.C (intToFormat): use std:: on ret val, ws changes
3233
3234         * bufferlist.h: correct \file
3235
3236         * buffer.C (makeLinuxDocFile): fix const type order
3237         (makeDocBookFile): ditto
3238         (fillWithBibKeys): use std:: on stdlib args.
3239
3240         * CutAndPaste.C: fix authors.
3241         (availableSelections): use std:: on return vector
3242
3243 2003-06-27  André Pönitz  <poenitz@gmx.net>
3244
3245         * BufferView_pimpl.C:
3246         * bufferview_funcs.C:
3247         * lyxcursor.C:
3248         * lyxcursor.h:
3249         * lyxfunc.C:
3250         * lyxtext.h:
3251         * rowpainter.C:
3252         * text.C:
3253         * text2.C:
3254         * text3.C: remove LyXCursor::row_ member
3255
3256         * lyxtext.h:
3257         * text.C: rename fullRebreak() to partialRebreak() and implement
3258           a fullRebreak() that really bereks fully
3259
3260         * textcursor.h: new struct for cursor-related data
3261
3262 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
3263
3264         * lyx_main.C (LyX): get full path of document loaded on the
3265         command line
3266
3267 2003-06-26  André Pönitz  <poenitz@gmx.net>
3268
3269         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
3270           remove unused/broken operator>,<,>=.
3271
3272         *       text.C: remove only use of broken operator<= in an Assert().
3273
3274 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3275
3276         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
3277         moved errorlist_.clear to showErrorList
3278
3279 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3280
3281         * converter.C (scanLog, runLaTeX):
3282         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
3283         move the bv->showErrorList call to the callers
3284         * lyxfunc.C: i.e. here...
3285         * text2.C: and here
3286         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
3287         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
3288         namespace, the second to...
3289         * buffer_funcs (BufferFormat, parseErrors): added
3290         * errorlist.C (ErrorList(TeXErrors const &)): removed
3291
3292 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3293
3294         * ToolbarBackend.C (getIcon): complain when icon cannot be found
3295
3296 2003-06-24  "Garst R. Reese" <reese@isn.net>
3297
3298         * debug.C: fix typo
3299
3300 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3301
3302         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
3303
3304         * version.C.in: change docversion to 1.4
3305
3306 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
3307
3308         * buffer.C: fix a bug just introduced
3309
3310 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
3311
3312         * buffer.[Ch]: added the parseError signal and use it, removed
3313         sgmlError
3314         * BufferView.[Ch] (addError): moved to ...
3315         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
3316         to the Buffer::parseError signal to catch (guess what) parse errors
3317         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
3318
3319 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
3320
3321         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
3322         ability to create a buffer and to return an existing one from
3323         the list. Moved these functions to...
3324         * buffer_funcs.[Ch]: added
3325         * BufferView.[Ch] (loadLyXFile): added
3326         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
3327         job removed from bufferlist::loadLyXFile.
3328         * buffer.C (setReadOnly): make it work without view
3329         (i.e added an if (users))
3330
3331 2003-06-19  Angus Leeming  <leeming@lyx.org>
3332
3333         * lfuns.h:
3334         * LyXAction.C (init):
3335         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
3336         with LFUN_DIALOG_SHOW <name> <data>.
3337
3338 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3339
3340         * CutAndPaste.C (availableSelections): small compilation fix for
3341         ancient (gcc 2.9x) compilers
3342
3343 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
3344
3345         * text3.C (cursorNext): add tmp var
3346
3347         * text2.C (updateCounters): for function calling out of for clause
3348         (replaceSelectionWithString): ditto
3349         (insertStringAsParagraphs): ditto
3350         (getColumnNearX): add tmp var
3351         (setCursorFromCoordinates): add tmp var
3352         (cursorDownParagraph): add tmp var
3353         (deleteEmptyParagraphMechanism): add tmp var
3354
3355         * text.C (insertChar): add tmp var
3356
3357         * rowpainter.C (paintDepthBar): add tmp var
3358
3359         * CutAndPaste.C (availableSelections): potentially check all
3360         paragraphs in a cut to fill the shown strings.
3361
3362 2003-06-18  André Pönitz  <poenitz@gmx.net>
3363
3364         * kbmap.[Ch]: use vector<> instead of list<>
3365
3366 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3367
3368         * text3.C (dispatch): handle arg to LFUN_PASTE, call
3369         pasteSelection with index
3370
3371         * text2.C (pasteSelection): modify, call pasteSelection with index
3372
3373         * paragraph.C (asString): reimplement version with no interval to
3374         call the one with interval.
3375
3376         * lyxtext.h: add index arg to pasteSelection
3377
3378         * MenuBackend.C (MenuItem): handle PasteRecent
3379         (Menu::read::Menutags): add md_pasterecent
3380         (read): handle it
3381         (expandPasteRecent): new function
3382         (expand): use it
3383
3384         * MenuBackend.h: add PasteRecent to MenuItem::Kind
3385
3386         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
3387         the limited stack
3388         (availableSelections): new function
3389
3390 2003-06-17  Angus Leeming  <leeming@lyx.org>
3391
3392         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
3393
3394 2003-06-17  Angus Leeming  <leeming@lyx.org>
3395
3396         * lfuns.h:
3397         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
3398
3399         * lyxfunc.C (dispatch): invoke it.
3400
3401 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3402
3403         * iterators.C (operator++, ParPosition): reintroduce some
3404         const_cast for the benefit of older compilers.
3405
3406 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3407
3408         * text3.C (dispatch): do not modify clipboard when doing
3409         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
3410         LFUN_DELETE_SKIP on a selection selection
3411
3412 2003-06-16  André Pönitz  <poenitz@gmx.net>
3413
3414         * BufferView.C:
3415         * buffer.C:
3416         * buffer.h:
3417         * paragraph.C:
3418         * tabular.[Ch]: IU of clone() and getLabelList();
3419
3420 2003-06-13  André Pönitz  <poenitz@gmx.net>
3421
3422         * tabular.h: compactification
3423
3424 2003-06-12  André Pönitz  <poenitz@gmx.net>
3425
3426         * tabular.C:
3427         * tabular.h:
3428         * tabular_funcs.h: some renaming plus whitespace
3429
3430 2003-06-12  André Pönitz  <poenitz@gmx.net>
3431
3432         * BufferView.C:
3433         * BufferView_pimpl.C:
3434         * CutAndPaste.C:
3435         * buffer.C:
3436         * iterators.[Ch]:
3437         * lyxfunc.C:
3438         * text.C:
3439         * toc.C: Return a Paragraph & for ParIterator::operator*()
3440
3441 2003-06-11  John Levon  <levon@movementarian.org>
3442
3443         * lyx_main.C:
3444         * ToolbarBackend.h:
3445         * ToolbarBackend.C: add "Toolbars" section and
3446         put the flags there
3447
3448 2003-06-10  Angus Leeming  <leeming@lyx.org>
3449
3450         * lfuns.h:
3451         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
3452
3453         * lyxfunc.C (dispatch): invoke it.
3454
3455 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3456
3457         * main.C: protect <ios> with HAVE_IOS
3458         (main): protect sync_with_stdio with HAVE_IOS
3459
3460 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3461
3462         * text2.C (cutSelection): adjust
3463         (pasteSelection): adjust
3464
3465         * messages.C: handle get of empty string
3466
3467         * main.C (main): use sync_with_stdio(false)
3468
3469         * lyxfunc.C (dispatch): adjust
3470
3471         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
3472         (WriteAs): remove unneeded BufferView arg.
3473
3474         * bufferparams.h: use correct types on papersize, papersize2 and
3475         paperpackage.
3476
3477         * bufferparams.C (readToken): adjust for type
3478         (writeLaTeX): add missing cases to switch.
3479
3480         * bufferlist.C (quitWriteBuffer): adjust
3481         (close): adjust
3482
3483         * buffer.C (asciiParagraph): remove some commented code.
3484
3485         * CutAndPaste.C: remove current_view extern variable.
3486         (cutSelection): add BufferParams arg.
3487         (eraseSelection): add BufferParams arg.
3488         (pasteSelection): add Buffer const & arg
3489
3490 2003-06-07  John Levon  <levon@movementarian.org>
3491
3492         * buffer.C:
3493         * paragraph_funcs.C:
3494         * paragraph_pimpl.C:
3495         * text.C:
3496         * text2.C:
3497         * paragraph.h:
3498         * paragraph.C: allow InsetERT to freely space lines,
3499         and some consolidation of code
3500
3501 2003-06-06  José Matos  <jamatos@fep.up.pt>
3502
3503         * buffer.C (makeDocBookFile): fix bug #821
3504
3505 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
3506
3507         * BufferView_pimpl.C (dispatch): use Dialogs::visible
3508
3509 2003-06-04  Angus Leeming  <leeming@lyx.org>
3510
3511         * buffer.C: bump format to 224.
3512
3513 2003-06-05  André Pönitz  <poenitz@gmx.net>
3514
3515         * text2.C (redoParagraphs): remove two const_cast<>
3516
3517 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3518
3519         * ParagraphList.h: remove last remnants of NO_STD_LIST
3520
3521 2003-06-03  Angus Leeming  <leeming@lyx.org>
3522
3523         * factory.C (createInset): small change to the way InsetExternal's params
3524         are set.
3525
3526 2003-06-04  André Pönitz  <poenitz@gmx.net>
3527
3528         * buffer.h: use Undo directly instead of shared_ptr<Undo>
3529
3530         * paragraph_pimpl.h:
3531         * paragraph.[Ch]: some Inset -> UpdatableInset changes
3532
3533         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
3534
3535         * undo_funcs.C: make some simple cases of undo work again
3536
3537 2003-06-03  John Levon  <levon@movementarian.org>
3538
3539         * ispell.C: HPUX doesn't have sys/select.h
3540         (from Albert Chin)
3541
3542 2003-06-03  John Levon  <levon@movementarian.org>
3543
3544         * CutAndPaste.C: update tabular and include inset
3545         buffer references
3546
3547         * buffer.h:
3548         * paragraph.h:
3549         * paragraph.C: remove owningBuffer(), don't pass Buffer
3550         to clone()
3551
3552         * factory.C: insetGraphicsParams changed
3553
3554 2003-06-02  John Levon  <levon@movementarian.org>
3555
3556         * LyXAction.C:
3557         * factory.C:
3558         * lfuns.h:
3559         * lyxfunc.C:
3560         * text3.C: remove insetparent
3561
3562 2003-06-02  John Levon  <levon@movementarian.org>
3563
3564         * buffer.h:
3565         * buffer.C: fix inset_iterator.end(), move out of line
3566         (bug 1149)
3567
3568 2003-06-01  John Levon  <levon@movementarian.org>
3569
3570         * text3.C: use a proper cut/paste when doing inset
3571         insert (from Jürgen Spitzmüller)
3572
3573 2003-06-01  John Levon  <levon@movementarian.org>
3574
3575         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
3576
3577 2003-05-30  André Pönitz  <poenitz@gmx.net>
3578
3579         * rowpainter.C: unify second drawing phase
3580
3581 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3582
3583         * trans_mgr.C: remove one case of current_view
3584
3585         * text2.C (cursorBottom): delete NO_STD_LIST stuff
3586
3587         * paragraph_funcs.h: remove paragraph.h include
3588
3589         * paragraph.h: delete NO_STD_LIST stuff
3590
3591         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
3592
3593         * buffer.h: remove paragraph.h include
3594
3595         * ParagraphList.C: delete file
3596
3597         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
3598
3599         * toc.C (getTocList): adjust
3600
3601         * paragraph_pimpl.C (validate): adjust
3602
3603         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
3604
3605         * paragraph.C (Paragraph): adjust
3606         (getPositionOfInset): use const_iterator, adjust
3607         (bibitem): use const_iterator, adjust
3608         (setInsetOwner): adjust
3609
3610         * iterators.C (operator++): adjust
3611
3612         * InsetList.[Ch]: Replace selfmade iterator with standard
3613         vector::iterator also introduce const_iterator. Remove getPos,
3614         getInset and setInset from InsetTable. Adjust accordingly.
3615
3616         * BufferView.C (lockInset): adjust
3617         (ChangeInsets): adjust
3618
3619         * tabular.[Ch]: delete commented same_id functions
3620
3621 2003-05-28  John Levon  <levon@movementarian.org>
3622
3623         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
3624
3625 2003-05-28  André Pönitz  <poenitz@gmx.net>
3626
3627         * metricsinfo.[Ch]: remove 'fullredraw' member
3628
3629 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3630
3631         * lyxtextclass.C (operator): remove caching.
3632
3633 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3634
3635         * text3.C: adjust
3636
3637         * text2.C (cursorBottom): adjust
3638         (setCounter): use ParagraphList::find, adjust
3639
3640         * text.C (workWidth): use ParagraphList::find, adjust
3641
3642         * lyxcursor.C (LyXCursor): adjust
3643
3644         * buffer.C (inset_iterator): adjust
3645
3646         * ParagraphList.h: make iterator(value_type) private, make
3647         ParagraphList a friend of iterator.
3648
3649         * ParagraphList.C (find): new function
3650
3651         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3652
3653 2003-05-27  André Pönitz  <poenitz@gmx.net>
3654
3655         * dimension.[Ch]: a -> asc, d -> des, w -> wid
3656
3657 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3658
3659         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
3660
3661 2003-05-26  John Levon  <levon@movementarian.org>
3662
3663         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
3664
3665 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3666
3667         * remove same_id from function signatures, adjust.
3668
3669 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3670
3671         * undo_funcs.C (createUndo): use the id functions directly, adjust.
3672
3673         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
3674
3675         * paragraph.C (Paragraph): get rid of same_ids parameter
3676
3677         * ParagraphList.C (insert): adjust
3678         (push_back): adjust
3679
3680 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3681
3682         * paragraph_funcs.C (breakParagraph): adjust
3683         (breakParagraphConservative): adjust
3684
3685         * buffer.C (readParagraph): adjust
3686
3687         * ParagraphList.C (insert): take a reference instead of a pointer
3688         (insert): adjust
3689
3690         * paragraph.[Ch] (id): new function
3691
3692         * bufferlist.C (newFile): adjust
3693
3694         * ParagraphList.C (ParagraphList): adjust
3695         (assign): adjust
3696         (push_back): take a reference instead of a pointer.
3697
3698         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
3699
3700         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
3701         instead.
3702
3703         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
3704         set else use old code.
3705
3706         * ParagraphList.C: remove all NO_NEXT code and only compile this
3707         code of NO_STD_LIST is set.
3708
3709 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3710
3711         * BufferView_pimpl.C:
3712         * TextCache.C:
3713         * TextCache.h:
3714         * bufferlist.C:
3715         * errorlist.h:
3716         * format.C:
3717         * format.h:
3718         * graph.C:
3719         * lyxfunc.C:
3720         * lyxrc.C:
3721         * graphics/GraphicsConverter.C:
3722         * graphics/PreviewLoader.C: header adjustment
3723
3724 2003-05-23  Angus Leeming  <leeming@lyx.org>
3725
3726         * LaTeXFeatures.[Ch] (useBabel): new method.
3727         * bufferparams.C (writeLaTeX): use it.
3728
3729 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3730
3731         * ParagraphList.h (set): remove unused function.
3732
3733 2003-05-23  André Pönitz  <poenitz@gmx.net>
3734
3735         * BufferView.C:
3736         * BufferView_pimpl.C:
3737         * buffer.C:
3738         * buffer.h:
3739         * lyxfunc.C:
3740         * undo_funcs.C: setUndo reworked
3741
3742         * iterators.[Ch]: add access to topmost ParagraphList
3743
3744         * lyxtext.[Ch] (workWidth): add a const
3745
3746 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3747
3748         * texrow.[Ch] (increasePos): remove function
3749         * exporter.C (export): removed unused var and outdated comment
3750
3751 2003-05-23  Angus Leeming  <leeming@lyx.org>
3752
3753         * latexrunparams.h: rename fragile as moving_arg.
3754         * paragraph.C (simpleTeXOnePar): ditto.
3755         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
3756
3757 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3758
3759         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
3760         (createUndo): ditto
3761         (textUndoOrRedo): comment out a currently unused var.
3762
3763         * paragraph.h (NO_NEXT): enable NO_NEXT
3764
3765         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
3766
3767         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
3768
3769         * exporter.C (Export): adjust for removeAutoInsets removal.
3770
3771         * buffer.C (runChktex): adjust for removeAutoInsets removal.
3772
3773         * LyXAction.C (init): remove LFUN_REMOVEERRORS
3774
3775         * BufferView.[Ch] (removeAutoInsets): delete function
3776
3777 2003-05-22  Angus Leeming  <leeming@lyx.org>
3778
3779         * latexrunparams.h: add a free_spacing variable.
3780
3781         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
3782         to pass moving_arg, as the data is stored in runparams.fragile.
3783
3784         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
3785         to Inset::latexOptional or to simpleTeXOnePar.
3786
3787         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
3788         free_spacing arg to Inset::latexOptional.
3789
3790         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3791         free_spacing arg.
3792
3793 2003-05-22  Angus Leeming  <leeming@lyx.org>
3794
3795         * latexrunparams.h: add fragile and use_babel variables.
3796
3797         * bufferparams.[Ch] (writeLaTeX): return use_babel.
3798         * buffer.C (makeLaTeXFile): store this returned value in
3799         runparams.use_babel, thus passing it to the inset::latex methods.
3800
3801         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
3802         simpleTeXSpecialChars as it is now stored in runparams.fragile.
3803
3804         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
3805         longer has a fragile arg, as it is stored in runparams.fragile.
3806
3807         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
3808         moving_arg parameter as the data is stored in runparams.fragile.
3809
3810         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3811         a fragile parameter as the data is stored in runparams.fragile.
3812
3813 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3814
3815         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
3816
3817 2003-05-22  Angus Leeming  <leeming@lyx.org>
3818
3819         * latexrunparams.h: add a 'bool nice' which defaults to false.
3820
3821         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
3822         now encapsulated within runparams.
3823
3824         * bufferlist.C (updateIncludedTeXfiles):
3825         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
3826
3827 2003-05-22  Angus Leeming  <leeming@lyx.org>
3828
3829         * latexrunparams.h: new file containing struct LatexRunParams.
3830         * Makefile.am: add new file.
3831
3832         * LaTeX.[Ch] (c-tor, run):
3833         * buffer.[Ch] (makeLaTeXFile):
3834         * bufferlist.[Ch] (updateIncludedTeXfiles):
3835         * converter.C (convert, scanLog):
3836         * converter.[Ch] (runLaTeX):
3837         * exporter.C (Export):
3838         * paragraph.[Ch] (simpleTeXOnePar):
3839         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
3840         * paragraph_funcs.[Ch] (latexParagraphs):
3841         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
3842         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
3843         pass around a LatexRunParams parameter.
3844
3845 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3846
3847         * paragraph.[Ch]: remove unused constructor
3848
3849         * ParagraphList.C (erase): new function, taking two iterators
3850
3851 2003-05-22  André Pönitz  <poenitz@gmx.net>
3852
3853         * undo_funcs.C: remove duplicated code
3854
3855         * iterator.[Ch]: operator=
3856
3857 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3858
3859         * tabular.C (SetMultiColumn): ws changes
3860
3861         * rowpainter.C (paintFirst): get rid of a ->previous
3862
3863         * lyx_cb.C (getPossibleLabel): parlist simplification
3864
3865         * BufferView.C (ChangeInsets): simplify slightly.
3866
3867 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3868
3869         * LyXAction.C: new lfun space-insert, kill protected-space-insert
3870         * lfuns.h: new LFUN_SPACE
3871         * lyxfunc.C: protected space has a new lfun
3872         * paragraph_funcs.C: read new space insets
3873         * text3.C:
3874         * factory.C: handle new space insets
3875
3876 2003-05-22  André Pönitz  <poenitz@gmx.net>
3877
3878         * BufferView.C:
3879         * BufferView_pimpl.C:
3880         * buffer.[Ch]:
3881         * lyxfunc.C:
3882         * undo_funcs.C: return a ParIterator from getParFromID.
3883
3884         * iterators.[Ch]: add two const's
3885
3886 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3887
3888         * toc.C (getTocList): adjust
3889
3890         * iterators.[Ch]: rework for parlist
3891
3892         * buffer.C (par_iterator_begin): adjust
3893         (par_iterator_end): adjust
3894
3895         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
3896
3897         * BufferView.C (removeAutoInsets): adjust
3898         (ChangeInsets): adjust
3899
3900 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
3901
3902         * text.C (top_y): fix bug 1110
3903
3904 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
3905
3906         * errorlist.[Ch]: added
3907         * buffer.C:
3908         * BufferView.[Ch]:
3909         * BufferView_pimpl.C:
3910         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
3911         instead
3912
3913 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3914
3915         * Makefile.am: ensure that lyx is relinked upon changes to the
3916         various "convenience" libs.
3917
3918 2003-05-20  Angus Leeming  <leeming@lyx.org>
3919
3920         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
3921         files are compiled in alphabetical order again.
3922
3923         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
3924
3925 2003-05-19  Angus Leeming  <leeming@lyx.org>
3926
3927         * gettext.[Ch]: remove "char const * _(char const *)".
3928
3929 2003-05-19  André Pönitz  <poenitz@gmx.net>
3930
3931         * dimension.[Ch]: promote from mathed/dimension.[Ch]
3932
3933         * Makefile.am:
3934         * BufferView.C:
3935         * DepTable.h:
3936         * LaTeXFeatures.C:
3937         * buffer.C:
3938         * lyxfont.C:
3939         * lyxlex.h:
3940         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
3941
3942 2003-05-19  André Pönitz  <poenitz@gmx.net>
3943
3944         * buffer.C:
3945         * lyxlayout.[Ch]:
3946         * lyxtextclass.[Ch]:
3947         * paragraph.C:
3948         * paragraph_funcs.[Ch]:
3949         * text2.C:
3950         * text3.C: more insetenv work
3951
3952 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
3953
3954         * ParagraphParameters.C (params2string): small bug fixed
3955
3956 2003-05-16  André Pönitz  <poenitz@gmx.net>
3957
3958         * debug.C:
3959         * bufferview_funcs.C: patch from Kornel Benko to prevent
3960           crash when _(...) is called twice in a statement
3961
3962 2003-05-16  André Pönitz  <poenitz@gmx.net>
3963
3964         * BufferView.C:
3965         * lyxfunc.C:
3966         * text.C:
3967         * text2.C:
3968         * text3.C:
3969         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
3970
3971 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
3972
3973         * lyx_main.C (init): remove spurious static_cast
3974
3975 2003-05-14  André Pönitz  <poenitz@gmx.net>
3976
3977         * BufferView.C: fix format string
3978
3979 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
3980
3981         * BufferView.[Ch] (insertErrors): removed
3982         * BufferView.[Ch] (showErrorList): added
3983         * buffer.C (runChkTeX):
3984         * converter.C (scanLog): call showErrorList instead of inserterrors
3985
3986 2003-05-13  André Pönitz  <poenitz@gmx.net>
3987
3988         * BufferView_pimpl.C:
3989         * buffer.C:
3990         * bufferview_func.C:
3991         * MenuBackend.C:
3992         * lyxfunc.C:
3993         * lyxrc.C:
3994         * tex-accent.C:
3995         * text3.C:
3996         * toc.C:
3997         * tabular_funcs.h: tostr() from its own header
3998
3999         * ParagraphParameters.C:
4000         * ToolbarBackend.C:
4001         * bufferparams.C:
4002         * format.C:
4003         * lyxlex_pimpl.C:
4004         * text3.C: STRCONV()
4005
4006 2003-05-12  André Pönitz  <poenitz@gmx.net>
4007
4008         * BufferView.C:
4009         * BufferView_pimpl.C:
4010         * CutAndPaste.C:
4011         * LaTeX.C:
4012         * LaTeXFeatures.C:
4013         * ParagraphParameters.C:
4014         * buffer.C:
4015         * bufferlist.C:
4016         * bufferparams.C:
4017         * bufferview_funcs.C:
4018         * converter.C:
4019         * counters.C:
4020         * debug.C:
4021         * exporter.C:
4022         * format.C:
4023         * importer.C:
4024         * lyx_cb.C:
4025         * lyx_main.C:
4026         * lyxfont.C:
4027         * lyxfunc.C:
4028         * lyxvc.C:
4029         * paragraph.C:
4030         * paragraph_funcs.C:
4031         * tabular.C:
4032         * tabular_funcs.C:
4033         * text2.C:
4034         * text3.C:  boost::format -> bformat  all over the place
4035
4036
4037 2003-05-09  André Pönitz  <poenitz@gmx.net>
4038
4039         * LColor.[Ch]: Pimpl the #include <map> away
4040
4041 2003-05-09  John Levon  <levon@movementarian.org>
4042
4043         * bufferlist.C: never remove emergency saves
4044
4045 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4046
4047         * Makefile.am: better lib building
4048
4049 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4050
4051         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4052         instead.
4053         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4054         (simpleTeXSpecialChars): adjust
4055         (simpleTeXSpecialChars): adjust
4056         * paragraph.C (simpleTeXOnePar): adjust
4057         * buffer.C (makeLaTeXFile): adjust
4058
4059         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4060
4061         * text2.C (changeDepth): parlist cleanup
4062         (getColumnNearX): ditto
4063
4064         * rowpainter.C (getLabelFont): parlist cleanup
4065
4066         * bufferlist.C (newFile): parlist cleanup
4067
4068         * CutAndPaste.C (eraseSelection): parlist cleanup
4069
4070         * BufferView_pimpl.C (trackChanges): parlist cleanup
4071         (dispatch): ditto
4072
4073         * BufferView.C (lockInset): parlist cleanup.
4074         (ChangeInsets): ditto
4075
4076 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4077
4078         * CutAndPaste.h: Update file header.
4079
4080         * CutAndPaste.C: Update file header.
4081         Store the parts cut out of the Document in a limited_stack.
4082         (copySelection): adjust
4083         (pasteSelection): new function, takes the index in the limited stack.
4084         (nrOfParagraphs): adjust
4085         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4086         simplify error inset insertion.
4087         (checkPastePossible): adjust
4088
4089 2003-05-06  John Levon  <levon@movementarian.org>
4090
4091         * text2.C: don't cast wrap inset to float
4092
4093 2003-05-05  André Pönitz  <poenitz@gmx.net>
4094
4095         * iterator.C:
4096         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4097
4098         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4099           few naked Paragraph *.
4100
4101 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4102
4103         * bufferparams.C: Output warning if a document with missing
4104         TeX document class is loaded
4105         * exporter.C: Disable TeX exports if the document class is missing
4106         * lyxtextclass.C:
4107         * lyxtextclass.h:
4108         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4109         isTeXClassAvailable()
4110
4111 2003-05-03  John Levon  <levon@movementarian.org>
4112
4113         * BufferView.h:
4114         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4115         explicit cursor show/hide
4116
4117         * BufferView_pimpl.h:
4118         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4119         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4120
4121         * lyxfunc.C: hide cursor before dispatching.
4122
4123         * lyx_cb.C:
4124         * lyxfind.C:
4125         * text.C:
4126         * text3.C: remove explicit cursor hides
4127
4128 2003-05-02  André Pönitz  <poenitz@gmx.net>
4129
4130         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4131
4132         * undo_funcs.C:
4133         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4134           linked lists
4135
4136         * text2.C: tiny whitespace
4137
4138 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4139
4140         * undo_funcs.C: almost only ws changes.
4141
4142         * ParagraphList.C (splice): just return if pl is empty.
4143
4144 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4145
4146         * ParagraphList.C (splice): new function.
4147
4148         * CutAndPaste.C (pasteSelection): use it
4149
4150 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4151
4152         * CutAndPaste.C (pasteSelection): remove the last next and
4153         previous from this file.
4154
4155 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4156
4157         * CutAndPaste.C (pasteSelection): more clean up, user proper
4158         ParagraphList functions for pasteing.
4159
4160         * ParagraphList.C (insert): new function, three arg insert
4161
4162 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4163
4164         * ParagraphList.C (insert): new function, three arg insert
4165
4166         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4167         not on paragraphs.
4168
4169 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4170
4171         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4172
4173 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4174
4175         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4176
4177 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4178
4179         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4180         (copySelection): clean up a bit.
4181         (pasteSelection): use make_pair
4182
4183         * ParagraphList.C (ParagraphList): implement copy constructor
4184         (operator=): implement, base on copy constructor.
4185         (assign): new func
4186
4187         * paragraph.C (erase): return a bool
4188
4189         * paragraph_pimpl.C (erasePos): remove function, move contents...
4190         (erase): ... here. Return a bool.
4191         (erase): call erase instead of erasePos.
4192
4193 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4194
4195         * ParagraphList.h: define PitPosPair
4196         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4197         ParagraphList, fix a bug on pasting multiple pars
4198         * text2.C: change interface to C&P
4199
4200 2003-04-30  André Pönitz  <poenitz@gmx.net>
4201
4202         * undo_func.C: revert part of yesterday's patch 2
4203
4204 2003-04-30  John Levon  <levon@movementarian.org>
4205
4206         * LColor.C: s/tabular/table/
4207
4208 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4209
4210         * text3.C (dispatch): do not convert iterator -> pointer
4211         * undo_funcs.C (setCursorParUndo): ditto
4212         * text_funcs.C (transposeChars): ditto
4213
4214         * text2.C (setLayout): ws changes only
4215
4216         * text.C (breakParagraph): do not convert iterator -> pointer
4217         (insertChar): ditto
4218         (acceptChange): ditto
4219         (rejectChange): ditto
4220         (changeCase): ditto
4221         (Delete): ditto
4222         (backspace): ditto
4223
4224         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4225         pointer
4226
4227 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4228
4229         * text3.C (gotoInset): YABG (yet another bad getChar)
4230
4231 2003-04-29  André Pönitz  <poenitz@gmx.net>
4232
4233         * paragraph.h: make operator= private unimplemented as long as
4234           it is unusable
4235
4236         * ParagraphList.C: whitespace
4237
4238         * paragraph.[Ch]:
4239         * paragraph_pimpl.[Ch]:
4240         * paragraph_funcs.C:
4241         * CutAndPaste.C:
4242         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
4243
4244         * text2.C:
4245           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
4246
4247 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4248
4249         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
4250         * paragraph.[Ch] (erase):
4251         * paragraph_pimpl.[Ch] (erase): change return type and value
4252         * text2.C (cutSelection): some rework
4253
4254 2003-04-28  John Levon  <levon@movementarian.org>
4255
4256         * bufferlist.C: changes for unsaved changes dialog
4257
4258 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4259
4260         * bufferlist.C (newFile): set language (messages_) for new
4261         documents also.
4262
4263         * buffer.C (readFile): ws changes only.
4264
4265 2003-04-28  André Pönitz  <poenitz@gmx.net>
4266
4267         * undo_funcs.C:
4268         * lyxfunc.C:
4269         * buffer.[Ch]:
4270         * BufferView_pimpl.C:
4271         * BufferView.C: getParFromID related ParagraphList::iterator changes
4272
4273 2003-04-28  André Pönitz  <poenitz@gmx.net>
4274
4275         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
4276           Changes
4277
4278 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4279
4280         * messages.C: remove one more localedir class variable.
4281
4282 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4283
4284         * messages.C (getLocaleDir): singleton generation function
4285         (Pimpl): use it.
4286         (Messages): add a default constructor.
4287
4288         * main.C (main): do not setup localedir here, do not call
4289         gettext_init.
4290
4291         * gettext.C (_): use it.
4292         (gettext_init): delete funciton
4293
4294 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4295
4296         * gettext.C (getLyXMessages): new singleton generating function.
4297
4298         * buffer.C (updateDocLang): adjust
4299
4300         * Makefile.am (messages.o): add target
4301         (main.o): remove target
4302
4303 2003-04-27  John Levon  <levon@movementarian.org>
4304
4305         * bufferlist.C:
4306         * lyx_cb.C:
4307         * lyxfunc.C:
4308         * lyxvc.C: specify cancel button in Alert::prompt
4309
4310 2003-04-26  John Levon  <levon@movementarian.org>
4311
4312         * text3.C:
4313         * lyxfunc.C:
4314         * lfuns.h:
4315         * LyXAction.C: add LFUN_INSET_SETTINGS
4316
4317         * lyxfunc.C: don't enable tabular-feature when there's
4318         just any locking inset
4319
4320 2003-04-26  John Levon  <levon@movementarian.org>
4321
4322         * bufferlist.C: re-add Cancel to buffer close question
4323
4324         * lyxfunc.C: fix import UI a bit
4325
4326 2003-04-25  John Levon  <levon@movementarian.org>
4327
4328         * gettext.C: remove the broken asserts for now
4329
4330 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4331
4332         * messages.C: make case where setlocale cannot comply work better.
4333
4334         * buffer.C (updateDocLang): new function
4335         (changeLanguage): use it
4336         (readFile): use it
4337
4338         * text2.C (setCounter): use B_ a bit.
4339
4340         * lyxlayout.C (Read): be sure to trim the label strings.
4341
4342         * messages.C (Messages): fix typo in comment
4343
4344         * buffer.C (readFile): set message_ after file is loaded.
4345         (makeDocBookFile): remove double return
4346         (changeLanguage): reset message_ upon language change.
4347         (B_): new func, use this to get translated buffer strings.
4348
4349         * main.C: add myself and Jean Marc as authors.
4350
4351 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4352
4353         * messages.[hC]: pimplify Messages, and three different pimpls to be
4354         used in different circumstances.
4355
4356         * gettext.[Ch]: change for use with new message code.
4357
4358 2003-04-24 André Pönitz <poenitz@gmx.net>
4359
4360         * factory.C: support for eqref
4361
4362 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4363
4364         * messages.[Ch]: add missing char
4365
4366         * Makefile.am (lyx_SOURCES): add messages.[Ch]
4367
4368         * messages.[Ch]: New files
4369
4370 2003-04-18  John Levon  <levon@movementarian.org>
4371
4372         * BufferView.h:
4373         * BufferView.C:
4374         * BufferView_pimpl.C:
4375         * lfuns.h:
4376         * LyXAction.C:
4377         * lyxtext.h:
4378         * text2.C: remove layout-copy/paste (bug 778)
4379
4380 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4381
4382         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
4383
4384 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4385
4386         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
4387         if they succeed. Act accordingly.
4388
4389 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4390
4391         * text2.C (setCharFont): adjust
4392         (setCounter): adjust
4393         (insertStringAsLines): adjust
4394
4395         * text.C (leftMargin): adjust
4396         (setHeightOfRow): adjust
4397
4398         * rowpainter.C (paintFirst): adjust
4399         (paintLast): adjust
4400
4401         * paragraph_funcs.C (depthHook): ParagraphList::iterators
4402         (outerHook): ditto
4403         (isFirstInSequence): ditto
4404         (getEndLabel): ditto
4405         (outerFont): adjust
4406
4407         * paragraph.C (getParLanguage): comment out some hard stuff.
4408
4409         * buffer.C (insertStringAsLines): take a ParagraphList as arg
4410         (sgmlError): ditto
4411         (simpleDocBookOnePar): ditto
4412         (makeDocBookFile): use ParagraphList::iterator
4413
4414         * CutAndPaste.C (pasteSelection): adjust
4415
4416 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4417
4418         * text2.C (getFont): adjust
4419         (getLayoutFont): adjust
4420         (getLabelFont): adjust
4421
4422         * paragraph_funcs.C (TeXOnePar): adjust
4423
4424         * buffer.C (simpleLinuxDocOnePar): adjust
4425         (simpleDocBookOnePar): adjust
4426
4427         * CutAndPaste.C (pasteSelection): adjust
4428
4429         * BufferView.C (getEncoding): adjust
4430
4431         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
4432
4433 2003-04-16  John Levon  <levon@movementarian.org>
4434
4435         * lyxfind.C: use parlist stuff for search/changes
4436
4437 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4438
4439         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
4440
4441         * text2.C (deleteEmptyParagraphMechanism): adjust
4442
4443         * text2.[Ch] (ownerParagraph): delete func (both of them
4444
4445 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4446
4447         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
4448
4449 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4450
4451         * ParagraphList.C: prepare for NO_NEXT
4452
4453 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4454
4455         * text2.C (getFont): adjust
4456         (getLayoutFont): adjust
4457         (getLabelFont): adjust
4458
4459         * paragraph.C (getFont): adjust
4460         (getLabelFont): adjust
4461         (getLayoutFont): adjust
4462
4463         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
4464
4465 2003-04-15  John Levon  <levon@movementarian.org>
4466
4467         From Angus Leeming
4468
4469         * lyx_main.C: handle Include in .ui files
4470
4471 2003-04-15  John Levon  <levon@movementarian.org>
4472
4473         * MenuBackend.C: make the doc files length shorter
4474
4475         * ToolbarBackend.h:
4476         * ToolbarBackend.C: handle toolbar placement flags,
4477         Minibuffer
4478
4479 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4480
4481         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
4482         adjust
4483
4484         * paragraph_funcs.C (TeXOnePar): adjust
4485
4486         * paragraph.C (getLabelFont): add outerfont arg, adjust
4487         (getLayoutFont): ditto
4488         (simpleTeXOnePar): adjust
4489
4490         * paragraph_pimpl.C (realizeFont): delete func
4491
4492 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
4493
4494         * text2.C (beforeFullRowInset): added a bad getchar check, removed
4495         row argument, constify cur argument.
4496
4497 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4498
4499         * text2.C (getFont): adjust
4500         (getLayoutFont): adjust
4501         (getLabelFont): adjust
4502
4503         * paragraph_funcs.C (TeXOnePar): adjust
4504         (outerFont): new func...
4505         (realizeFont): ...moved out from here, changed this to facilitate
4506         transition
4507
4508         * paragraph.C (getFont): take outerfont as arg, adjust
4509         (simpleTeXOnePar): add outerfont arg, adjust
4510
4511         * buffer.C (simpleLinuxDocOnePar): adjust
4512         (simpleDocBookOnePar): adjust
4513
4514         * CutAndPaste.C (pasteSelection): adjust
4515
4516         * BufferView.C (getEncoding): adjust
4517
4518 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4519
4520         * text2.C (setCharFont): adjust
4521         (setCounter): adjust
4522
4523         * text.C (leftMargin): adjust
4524         (setHeightOfRow): adjust
4525
4526         * rowpainter.C (paintFirst): adjust
4527         (paintLast): adjust
4528
4529         * paragraph_pimpl.C (realizeFont): adjust
4530
4531         * paragraph.C (isFirstInSequence): move from here...
4532         * paragraph_funcs.C (isFirstInSequence): ...to here
4533
4534         * paragraph.C (outerHook): move from here...
4535         * paragraph_funcs.C (outerHook): ...to here
4536
4537         * paragraph.C (depthHook): move from here...
4538         * paragraph_funcs.C (depthHook): ...to here
4539
4540         * paragraph.C (getEndLabel): move from here...
4541         * paragraph_funcs.C (getEndLabel): ...to here
4542
4543         * text2.C (realizeFont): move from here...
4544         * paragraph_funcs.C (realizeFont): ...to here
4545
4546 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4547
4548         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
4549
4550 2003-04-14  Angus Leeming  <leeming@lyx.org>
4551
4552         * LColor.[Ch]: scrap LColor mathcursor.
4553
4554 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4555
4556         * lyxlex.[Ch] (text): delete function
4557         * trans.C (Load): adjust
4558         * paragraph_funcs.C (readParToken): adjust
4559
4560 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4561
4562         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
4563         vector<char> instead of a char[].
4564
4565         * lyxlex_pimpl.C (getString): adjust
4566         (next): adjust
4567         (lex): use getString
4568         (eatLine): adjust
4569         (nextToken): adjust
4570
4571         * lyxlex.C (text): use pimpl_->getString()
4572         (getBool): ditto
4573         (findToken): ditto
4574
4575 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4576
4577         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
4578         (makeFontEntriesLayoutSpecific): temp var for par.size()
4579         (setLayout): temp var for ownerParagraphs().end()
4580         (fullRebreak): temp var for rows().end()
4581         (selectionAsString): temp var for boost::next(startpit), realize
4582         that the while really is a regular for loop.
4583         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
4584         setCursor in one place.
4585         (setParagraph): temp vr for ownerParagraphs().end()
4586         (updateCounters): make the while loop a for loop
4587         (cutSelection): temp var for ownerParagraphs().end()
4588         (updateInset): make the do {} while() a regular for loop
4589         (getCursorX): use temp vars
4590         (setCurrentFont): use temp vars
4591         (getColumnNearX): use temp vars
4592
4593 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4594
4595         * text.C (transformChar): use temp var for getChar
4596         (computeBidiTables): use temp var for row->par()
4597         (fill): move temp vars for row->par() and pit->layout() earlier in
4598         the function.
4599         (labelFill): use temp var for row->par()
4600         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
4601         asc and desc, realize that pit never changes and that firstpit is
4602         just a duplicate and not needed. Exchange rit->par() with pit in a
4603         lot of places.
4604         (breakAgain): use a temp var for boost::next(rit)
4605         (breakAgainOneRow): ditto
4606         (breakParagraph): use a temp var for rows().begin()
4607         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
4608         (cursorRightOneWord): use temp var for cursor.par() and
4609         cursor.pos(), remove usage of tmpcursor.
4610         (cursorLeftOneWord): use temp var for cursor.par() and
4611         cursor.pos() only set cur at end of function.
4612
4613 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4614
4615         * text.C, text2.C: exchange all usage of Paragraph::next with
4616         boost::next(ParagraphList::iterator)
4617
4618         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
4619
4620         * text2.C (cursorTop): simplify implementation
4621         (cursorBottom): ditto
4622         (setParagraph): use ParagraphList::iterator
4623         (setCurrentFont): adjust
4624         (getColumnNearX): adjust
4625         (cursorRight): adjust
4626         (cursorLeft): remove usage of Paragraph::previous
4627         (cursorUpParagraph): ditto
4628         (deleteEmptyParagraphMechanism): slight cleanup
4629
4630         * text.C (isBoundary): take a Paragraph const & instead of a
4631         pointer as arg.
4632         (addressBreakPoint): ditto
4633         (leftMargin): remove usage of Paragraph::previous.
4634         (setHeightOfRow): ditto
4635         (cursorLeftOneWord): ditto
4636         (selectNextWordToSpellcheck): ditto
4637         (Delete): ditto
4638         (backspace): ditto
4639         (breakParagraph): remove one usage of Paragraph::next
4640         (redoParagraph): ditto
4641         (acceptChange): ditto
4642         (insertChar): adjust
4643         (rowBreakPoint): adjust
4644
4645         * bufferview_funcs.C (toggleAndShow): adjust
4646
4647 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
4648
4649         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
4650         methods to access it.
4651         * lyxtext.h:
4652         * text.C: Added updateRowPositions to compute all row positions.
4653         Make top_y and getRowNearY() to use the cached y position
4654
4655 2003-04-11  John Levon  <levon@movementarian.org>
4656
4657         * text.C (rowBreakPoint): reintroduce the labelEnd
4658         checks, code copied from the row fill stuff. Deep voodoo.
4659
4660         * text.C (fill): add a comment and debugging for the
4661         next poor soul.
4662
4663 2003-04-11  John Levon  <levon@movementarian.org>
4664
4665         * text.C: make sure fullrow insets get wrapped to the next line,
4666         even when they're in a manual label
4667
4668 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4669
4670         * text2.C (insertParagraph): make it take ParagraphList::iterator
4671         as arg.
4672         (setLayout): make it return ParagraphList::iterator
4673         (redoParagraphs): ditto
4674         (setCounter): ditto
4675         (checkParagraph): ditto
4676
4677         * text.C (getRow): make getrow take ParagraphList::iterator as arg
4678
4679         * text2.C: adjust several funcs.
4680         (realizeFont): take a ParagraphList::iterator as arg.
4681         (getLayoutFont): ditto
4682         (getLabelFont): ditto
4683         (setCharFont): ditto
4684
4685         * text.C: adjust several funcs.
4686
4687 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4688
4689         * text.C (selectNextWordToSpellcheck): don't accidentally
4690         skip insets
4691
4692 2003-04-10  John Levon  <levon@movementarian.org>
4693
4694         * ToolbarBackend.C (getIcon): special handling for
4695         LFUN_MATH_DELIM
4696
4697 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4698
4699         * text2.C (cursorRight): a getChar assert fixed
4700
4701 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4702
4703         * text2.C (getFont): change to take a ParagraphList::iterator
4704         instead of Paragraph*
4705         Adjust several functions.
4706
4707         * text.C (transformChar): change to take a ParagraphList::iterator
4708         instead of Paragraph*
4709         (singleWidth): ditto
4710         Adjust several functions.
4711
4712         * rowpainter.C: adjust several functions
4713         * rowpainter.h:store a ParagraphList::iterator and not a
4714         Paragraph&.
4715
4716
4717 2003-04-09  John Levon  <levon@movementarian.org>
4718
4719         * lyxfunc.C:
4720         * lfuns.h:
4721         * LyXAction.h:
4722         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
4723         and the "help" bits as well
4724
4725 2003-04-09  John Levon  <levon@movementarian.org>
4726
4727         * ToolbarBackend.h:
4728         * ToolbarBackend.C: allow multiple toolbars
4729
4730 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4731
4732         * undo_funcs.C (setCursorParUndo): adjust
4733
4734         * text_funcs.C (transposeChars): adjust
4735
4736         * text3.C (gotoNextInset): adjust
4737         (dispatch): adjust
4738
4739         * text2.C (setLayout): adjust
4740         (changeDepth): adjust
4741         (setFont): adjust
4742         (redoParagraphs): adjust
4743         (selectionAsString): adjust
4744         (setParagraph): adjust
4745         (insertInset): adjust
4746         (cutSelection): adjust
4747         (copySelection): adjust
4748         (pasteSelection): adjust
4749         (insertStringAsLines): adjust
4750         (updateInset): adjust
4751         (setCursor): change to take a ParagraphList::iterator parameter
4752         (setCursorIntern): change to take a ParagraphList::iterator parameter
4753         (setCurrentFont): adjust
4754         (cursorLeft): adjust
4755         (cursorRight): adjust
4756         (deleteEmptyParagraphMechanism): adjust
4757
4758         * text.C (breakParagraph): adjust
4759         (insertChar): adjust
4760         (acceptChange): adjust
4761         (rejectChange): adjust
4762         (selectNextWordToSpellcheck): adjust
4763         (changeCase): adjust
4764         (Delete): adjust
4765         (backspace): adjust
4766
4767         * lyxfind.C (SearchForward): adjust
4768         (SearchBackward): adjust
4769         (nextChange): adjust
4770
4771         * lyxcursor.C (par): adjust
4772
4773         * lyxcursor.h: store a ParagraphList::iterator instead of a
4774         Paragraph*
4775
4776         * lyx_cb.C (getPossibleLabel): adjust
4777
4778         * bufferview_funcs.C (toggleAndShow): adjust
4779
4780         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4781         (dispatch): adjust
4782
4783         * BufferView.C (removeAutoInsets): adjust
4784         (lockedInsetStoreUndo): adjust
4785
4786 2003-04-09  John Levon  <levon@movementarian.org>
4787
4788         * ToolbarBackend.C: try icon without argument
4789         if with argument fails
4790
4791 2003-04-08  John Levon  <levon@movementarian.org>
4792
4793         * ToolbarBackend.h:
4794         * ToolbarBackend.C: add getIcon(), handle tooltip,
4795         and change from "Icon" to "Item".
4796
4797 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4798
4799         * BufferView.C (lockInset): another bad getchar crunched
4800
4801 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4802
4803         * text2.C (changeDepth): do not setUndo on test_only (make undo work
4804         again)
4805
4806 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
4807
4808         * lyxfind.C (searchForward, searchBackwards): bug 782
4809
4810 2003-04-07  John Levon  <levon@movementarian.org>
4811
4812         * paragraph.C: remove dead comment
4813
4814         * text.C: remove troublesome depth-fiddling code
4815         in leftMargin() and rightMargin() (bug 1017)
4816
4817         * text.C: fix breaking of rows in nested lists
4818         (bug 1004)
4819
4820         * text2.C (updateCounters): fix up depth values
4821         (bug 1013)
4822
4823 2003-04-07  John Levon  <levon@movementarian.org>
4824
4825         * BufferView_pimpl.C: clear message when doc finishes resizing,
4826         and after a mouse event
4827
4828         * lyxfunc.C: clear message after exiting inset
4829
4830 2003-04-07  John Levon  <levon@movementarian.org>
4831
4832         * bufferview_funcs.C: show math status not outside
4833         status in the statusbar
4834
4835 2003-04-07  John Levon  <levon@movementarian.org>
4836
4837         * lyxfunc.C: note status changed after a depth change
4838
4839 2003-04-04  Angus Leeming  <leeming@lyx.org>
4840
4841         * LaTeX.h: move AuxInfo operator==, != out of line.
4842         Remove LaTeX virtual destructor; nothing derives from it.
4843         Move operator()() out of public area and rename it startscript().
4844         Change protected for private.
4845
4846 2003-04-04  Angus Leeming  <leeming@lyx.org>
4847
4848         * lyxfunc.C:
4849         * text2.C: remove unneeded #includes.
4850
4851 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4852
4853         * text2.C (dEPM): fix the heigth of the next row
4854
4855 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4856
4857         * text.C: squashed an invalid getChar requester + some ws changes
4858
4859 2003-04-03  John Levon  <levon@movementarian.org>
4860
4861         * bufferview_funcs.h:
4862         * bufferview_funcs.C:
4863         * lyxfunc.C:
4864         * lyxtext.h:
4865         * text2.C: make getStatus work for the env depth lfuns
4866
4867 2003-04-03  John Levon  <levon@movementarian.org>
4868
4869         * bufferview_funcs.h:
4870         * bufferview_funcs.C:
4871         * lyxfunc.C:
4872         * lyxtext.h:
4873         * text2.C: parlistize decDepth(), by merging it with incDepth()
4874
4875 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4876
4877         * lyxrow.h: store a ParagraphList::iterator instead of a
4878         Paragraph* and adjust other class functions to suit.
4879
4880         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
4881         above.
4882
4883 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4884
4885         * text2.C (setCursor): do not anchor to cursor row for the time being
4886
4887 2003-04-02  John Levon  <levon@movementarian.org>
4888
4889         * LyXAction.C:
4890         * lfuns.h:
4891         * lyx_main.C:
4892         * lyxtext.h:
4893         * text.C:
4894         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
4895
4896 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4897
4898         * paragraph.h: make ParagraphList and ParagraphList::iterator
4899         friends of Paragraph.
4900
4901         * buffer.C (makeLinuxDocFile): move towards ParagraphList
4902
4903         * ParagraphList.C: Use the private next_ and previous_ from
4904         Paragraph.
4905
4906 2003-04-01  John Levon  <levon@movementarian.org>
4907
4908         * ToolbarBackend.h:
4909         * ToolbarBackend.C:
4910         * Makefile.am: rename, remove defaults gunk
4911
4912         * MenuBackend.h:
4913         * MenuBackend.C: remove defaults gunk
4914
4915         * Languages.h:
4916         * Languages.C: remove defaults gunk
4917
4918         * lyx_main.h:
4919         * lyx_main.C: error out if files couldn't be found.
4920
4921 2003-04-02  John Levon  <levon@movementarian.org>
4922
4923         * text2.C: make incDepth() use parlist
4924
4925 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4926
4927         * undo_funcs.C (firstUndoParagraph): adjust
4928
4929         * text3.C (gotoInset): adjust
4930         (dispatch): adjust, and rewrite loop.
4931
4932         * text2.C (init): adjust, and rewrite loop.
4933         (redoParagraphs): adjust
4934         (updateInset): adjust, and rewrite loop.
4935         (deleteEmptyParagraphMechanism): adjust
4936
4937         * tabular.C (LyXTabular): adjust
4938         (SetMultiColumn): adjust
4939         (TeXRow): adjust
4940
4941         * lyxtext.[Ch] (ownerParagraph): delete function
4942         (ownerParagraphs): new function returns a ParagraphList.
4943
4944         * BufferView.C (removeAutoInsets): adjust
4945         (insertErrors): adjust
4946         (setCursorFromRow): adjust
4947
4948 2003-04-01  Angus Leeming  <leeming@lyx.org>
4949
4950         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
4951         in the frontends.
4952
4953 2003-04-02  John Levon  <levon@movementarian.org>
4954
4955         * lyxtext.h:
4956         * text.C:
4957         * Makefile.am:
4958         * text_funcs.h:
4959         * text_funcs.C: make transposeChars a free function
4960
4961         * lyxrow_funcs.C: remove wrong comment
4962
4963 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4964
4965         * lyxtext.h: adjust
4966         * rowpainter.C: adjust
4967         * text.C: adjust
4968         * text2.C: adjust
4969         * text3.C: adjust
4970
4971         * lyxrow_funcs. [Ch]: new files
4972
4973         * lyxrow.[Ch]: remove next and previous pointers
4974         (next,previous): remove accessor functions
4975         (isParEnd): move to lyxrow_funcs
4976         (lastPos): move to lyxrow_funcs
4977         (nextRowIsAllInset): move to lyxrow_funcs
4978         (lastPrintablePos): move to lyxrow_funcs
4979         (numberOfSeparators): move to lyxrow_funcs
4980         (numberOfHfills): move to lyxrow_funcs
4981         (numberOfLabelHfills): move to lyxrow_funcs
4982         (hfillExpansion): move to lyxrow_funcs
4983
4984         * lyxfunc.C: adjust
4985
4986         * bufferview_funcs.C (toggleAndShow): adjust
4987
4988         * RowList.h: Remove class RowList from file leave just a
4989         std::list<Row>.
4990
4991         * RowList.C: delete file
4992
4993         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
4994         and lyxrow_funcs.h
4995
4996 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4997
4998         * text3.C (cursorPrevious): adjust
4999         (cursorNext): adjust
5000         (dispatch): adjust
5001
5002         * text2.C (redoHeightOfParagraph): adjust
5003         (redoDrawingOfParagraph): adjust
5004         (setCursor): adjust
5005
5006         * text.C (breakParagraph): adjust
5007         (insertChar): adjust
5008         (backspace): adjust
5009
5010         * rowpainter.C (RowPainter): adjust
5011         (leftMargin): simplify and adjust
5012         (most rowpainter functions): adjust.
5013
5014         * rowpainter.h: store the row as RowList::iterator not as Row*
5015
5016         * lyxcursor.C (row): taka RowList::iterator as arg
5017         (irow): ditto
5018
5019         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5020         of Row*.
5021
5022 2003-04-01  Angus Leeming  <leeming@lyx.org>
5023
5024         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5025         stuff like bool Bool.
5026
5027 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5028
5029         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5030         rewrite a loop
5031
5032 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5033
5034         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5035         RowList::iterator.
5036
5037         * lyxtext.h (rows): drop one version and leve a const variant that
5038         returns a RowList::iterator.
5039
5040 2003-03-31  Angus Leeming  <leeming@lyx.org>
5041
5042         * text.C (fill): ensure that the signature is the same as that in the
5043         header file.
5044
5045 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5046
5047         * text2.C (redoParagraphs): adjust
5048         (updateCounters): adjust
5049         (checkParagraph): adjust
5050         (getColumnNearX): adjust and reformat a bit.
5051
5052         * text.C (top_y): adjust
5053         (workWidth): adjust
5054         (leftMargin): adjust
5055         (prepareToPrint): adjust
5056         (getRow): adjust
5057         (getRowNearY): adjust
5058
5059         * lyxtext.h: make rowlist_ mutable.
5060
5061         * RowList.h: add const_iterator
5062         * RowList.C: adjust for RowList::const_iterator.
5063
5064         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5065         adjust.
5066
5067 2003-03-31  John Levon  <levon@movementarian.org>
5068
5069         * lyxrc.h:
5070         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5071
5072         * lyx_main.C: set default fonts from using lyx_gui funcs
5073
5074         * exporter.C: pdf_mode moved from lyxrc
5075
5076         * lyx_cb.C:
5077         * lyxfunc.C: changes from above
5078
5079 2003-03-31  John Levon  <levon@movementarian.org>
5080
5081         * lyx_main.C: fix to the last fix
5082
5083 2003-03-31  John Levon  <levon@movementarian.org>
5084
5085         * bufferlist.C: "Load original" -> "Load Original"
5086
5087         * converter.C:
5088         * exporter.C:
5089         * importer.C:
5090         * lyx_main.C:
5091         * format.C: more Alert cleanups
5092
5093 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5094
5095         * text2.C (removeParagraph): make it take a RowList::iterator as
5096         arg, adjust.
5097         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5098         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5099
5100         * text.C (anchor_row): make it take a RowList::iterator as arg,
5101         adjust.
5102         (computeBidiTables): make it take a const reference to Row instead
5103         of Row pointer, adjust.
5104         (leftMargin): make it take a RowList::iterator as arg, adjust.
5105         (rowBreakPoint): adjust
5106         (breakAgainOneRow): make it take a RowList::iterator as arg,
5107         adjust.
5108         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5109
5110         * bufferview_funcs.C (toggleAndShow): adjust
5111
5112 2003-03-30  John Levon  <levon@movementarian.org>
5113
5114         * Makefile.am:
5115         * BoostFormat.h:
5116         * boost-inst.C: moved to support
5117
5118         * several files: changes as a result
5119
5120 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5121
5122         * text2.C (LyXText): adjust.
5123         (init): adjust
5124         (removeRow): make it take a RowList::iterator as arg, adjust.
5125         (fullRebreak): adjust
5126         (deleteEmptyParagraphMechanism): adjust
5127         (clearPaint): adjust
5128         (postPaint): adjust
5129
5130         * text.C (top_y): adjust
5131         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5132         (breakAgain): make it take a RowList::iterator as arg, adjust.
5133         (breakParagraph): adjust
5134         (insertChar): adjust
5135         (backspace): adjust
5136
5137         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5138         need_break_row, and refresh_row.
5139
5140         * text3.C (dispatch): adjust
5141
5142         * text2.C (checkParagraph): adjust
5143         (setCursor): adjust
5144         (setCursorFromCoordinates): adjust
5145
5146         * text.C (top_y): adjust
5147         (workWidth): adjust
5148         (getRow): make it return a RowList::iterator, adjust
5149         (getRowNearY): make it return a RowList::iterator, adjust
5150
5151         * text2.C (init): adjust
5152         (insertRow): remove function
5153         (insertParagraph): adjust
5154         (redoParagraphs): adjust
5155         (fullRebreak): adjust
5156         (updateCounters): adjust
5157
5158         * text.C (top_y): rewrite to use RowList iterators.
5159         (top_y): adjust
5160         (setHeightOfRow): rewrite to sue RowList iterators.
5161         (appendParagraph): adjust
5162         (breakAgain): adjust
5163         (breakAgainOneRow): adjust
5164         (breakParagraph): adjust
5165         (getRow): adjust
5166         (getRowNearY): adjust, and remove commented code.
5167
5168         * lyxtext.h (firstRow): delete function
5169         (lastRow): delete function
5170         (rows): new function (const and non-const versions.)
5171         (insertRow): delete function
5172
5173         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5174
5175 2003-03-29  John Levon  <levon@movementarian.org>
5176
5177         * BufferView_pimpl.C: always update scrollbar top
5178         because pasting text when we're anchored could mean we
5179         miss an update altogether
5180
5181 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5182
5183         * text2.C (init): use rowlist_.end() and not 0.
5184         (insertRow): change to take a RowList::iterator as arg, adjust
5185         for this.
5186         (insertParagraph): change to take a RowList::iterator as arg,
5187         adjust for this.
5188         (redoParagraphs): remove some debug msgs.
5189
5190         * text.C (appendParagraph): change to take a RowList::iterator
5191         arg, adjust for this.
5192         (breakAgain): add an assert
5193         (breakAgainOneRow): ditto
5194
5195 2003-03-29  John Levon  <levon@movementarian.org>
5196
5197         * text2.C: do not clear selection after inc/decDepth
5198         (bug 550)
5199
5200 2003-03-29  John Levon  <levon@movementarian.org>
5201
5202         * BufferView.C:
5203         * buffer.C: fix broken strerrors according to Lars
5204
5205 2003-03-29  John Levon  <levon@movementarian.org>
5206
5207         * converters.C: more Alert cleanups
5208
5209 2003-03-29  John Levon  <levon@movementarian.org>
5210
5211         * bufferview_funcs.C: remove pointless Alert
5212
5213         * buffer.C: fix confusing error message when
5214         a template is chmoded 000
5215
5216 2003-03-29  John Levon  <levon@movementarian.org>
5217
5218         * BufferView.C:
5219         * BufferView.h:
5220         * BufferView_pimpl.C: Alert fixes
5221
5222         * Makefile.am:
5223         * tabular.C:
5224         * tabular-old.C: remove unused table compat reading
5225
5226 2003-03-29  John Levon  <levon@movementarian.org>
5227
5228         * BufferView.C:
5229         * buffer.C:
5230         * lyx_cb.h:
5231         * lyx_cb.C: more Alert cleanups
5232
5233         * lyxfunc.C: don't allow chktex if not latex document
5234
5235 2003-03-29  John Levon  <levon@movementarian.org>
5236
5237         * lyx_cb.C:
5238         * BufferView.C:
5239         * buffer.C: warnings pushed down from support/,
5240         kill err_alert
5241
5242 2003-03-29  John Levon  <levon@movementarian.org>
5243
5244         * lyxfunc.C: safety check for C-r (revert)
5245
5246 2003-03-29  John Levon  <levon@movementarian.org>
5247
5248         * bufferlist.h:
5249         * bufferlist.C: several UI fixes using Alert::prompt.
5250         Fix the pointless looping quit code. Fix stupid revert
5251         behaviour (bug 938)
5252
5253         * lyxvc.h:
5254         * lyxvc.C:
5255         * lyx_cb.C: use Alert::prompt
5256
5257         * lyx_main.C: remove a silly question
5258
5259         * lyxfunc.C: remove a couple of silly questions,
5260         use Alert::prompt
5261
5262 2003-03-28  John Levon  <levon@movementarian.org>
5263
5264         * text2.C: fix bug 974 (End on empty par)
5265
5266 2003-03-28  John Levon  <levon@movementarian.org>
5267
5268         * BufferView_pimpl.C:
5269         * LyXAction.C:
5270         * lfuns.h: remove do-nothing math greek lfuns
5271
5272 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5273
5274         * lyxgluelength.h (isValidGlueLength): add default arg on
5275         parameter 2. Remove default arg from friend in class.
5276
5277         * lyxlength.h (isValidLength): add default arg on parameter 2.
5278         Remove default arg from friend in class.
5279
5280         * text2.C (LyXText): adjust, initialize refresh_row.
5281         (init): adjust
5282         (removeRow): adjust
5283         (insertRow): adjust
5284         (insertParagraph): adjst
5285         (redoParagraphs): adjust
5286         (fullRebreak): adjust
5287         (updateCounters): adjust
5288         (deleteEmptyParagraphMechanism): first attempt at fixing a
5289         crashing bug.
5290
5291         * text.C (top_y): adjust
5292         (setHeightOfRow): adjust
5293         (getRow): adjust
5294         (getRowNearY): adjust
5295
5296         * lyxtext.h: include RowList.h
5297         (~LyXText): not needed anymore, deleted.
5298         (firstRow): modify for RowList
5299         (lastRow): new function
5300         Delete firstrow and lastrow class variables, add a Rowlist
5301         rowlist_ class variable.
5302
5303         * lyxrow.C (lastPos): use empty() and not !size() to check if a
5304         paragraph is empty.
5305
5306         * RowList.C (insert): fix case where it == begin().
5307
5308 2003-03-26  Angus Leeming  <leeming@lyx.org>
5309
5310         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
5311         the thesaurus dialog.
5312
5313 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5314
5315         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
5316
5317         * RowList.[Ch]: new files
5318
5319         * ParagraphList.C (erase): handle the case where it == begin
5320         correctly.
5321
5322 2003-03-25  John Levon  <levon@movementarian.org>
5323
5324         * Makefile.am:
5325         * aspell_local.h:
5326         * aspell.C: add new aspell support
5327
5328         * lyxrc.h:
5329         * lyxrc.C: Make use_pspell be use_spell_lib. Always
5330         have it accessible.
5331
5332 2003-03-25  Angus Leeming  <leeming@lyx.org>
5333
5334         * lfuns.h:
5335         * LyXAction.C (init): new LFUN_INSET_INSERT.
5336
5337         * BufferView_pimpl.C (dispatch): split out part of the
5338         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
5339
5340         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
5341         LFUN_INSET_APPLY.
5342
5343 2003-03-25  Angus Leeming  <leeming@lyx.org>
5344
5345         * lyxfunc.C (dispatch): changes to the Dialogs interface.
5346
5347 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
5348
5349         * text2.C:
5350         * text3.C: remove useless row->height(0)
5351
5352 2003-03-25  John Levon  <levon@movementarian.org>
5353
5354         * lyxtext.h:
5355         * text2.C:
5356         * text3.C: rename the refreshing stuff to better names
5357
5358 2003-03-24  John Levon  <levon@movementarian.org>
5359
5360         * BufferView_pimpl.h:
5361         * BufferView_pimpl.C: update layout choice on a mouse
5362         press/release
5363
5364 2003-03-23  John Levon  <levon@movementarian.org>
5365
5366         * Makefile.am: fix commandtags.h reference
5367
5368 2003-03-22  John Levon  <levon@movementarian.org>
5369
5370         * BufferView_pimpl.C:
5371         * lyxtext.h:
5372         * rowpainter.C:
5373         * rowpainter.h:
5374         * text.C:
5375         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
5376
5377 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
5378
5379         * lyxtext.h:
5380         * text.C: take the rtl methods out of line
5381
5382 2003-03-21 André Pönitz <poenitz@gmx.net>
5383
5384         * metricsinfo.[Ch]: new files containing structures to be passed around
5385         during the two-phase-drawing...
5386
5387 2003-03-21 André Pönitz <poenitz@gmx.net>
5388
5389         * lyxtextclass.C: read 'environment' tag.
5390
5391 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
5392
5393         * text2.C (removeRow): fix bug 964
5394
5395 2003-03-20  John Levon  <levon@movementarian.org>
5396
5397         * rowpainter.C:
5398         * text.C:
5399         * text2.C: paint cleanups. Inset::update() dropped font
5400         parameter
5401
5402 2003-03-19  John Levon  <levon@movementarian.org>
5403
5404         * lyxfunc.C: only fitcursor/markDirty if available()
5405
5406 2003-03-19  John Levon  <levon@movementarian.org>
5407
5408         * commandtags.h: rename to ...
5409
5410         * lfuns.h: ... this, and renumber / cleanup
5411
5412 2003-03-19  John Levon  <levon@movementarian.org>
5413
5414         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
5415         fit the cursor after an lfun
5416
5417         * BufferView.h:
5418         * BufferView.C:
5419         * BufferView_pimpl.h:
5420         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
5421
5422         * LyXAction.C: layout-character should have ReadOnly
5423
5424         * ParagraphParameters.C:
5425         * buffer.C:
5426         * bufferview_funcs.C:
5427         * lyx_cb.C:
5428         * lyxfind.C:
5429         * lyxtext.h:
5430         * text.C:
5431         * text2.C:
5432         * text3.C:
5433         * undo_funcs.C: changes from above
5434
5435 2003-03-18  John Levon  <levon@movementarian.org>
5436
5437         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
5438         remove it from update()
5439
5440         * lyxfunc.C: update layout choice after an lfun
5441
5442         * text3.C: remove extra updateLayoutChoice()s
5443
5444 2003-03-18  John Levon  <levon@movementarian.org>
5445
5446         * text.C: top_y change means full repaint, fix
5447         a drawing bug with cursor movement
5448
5449 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5450
5451         * lyxtext.h:
5452         * text.C:
5453         * text2.C: anchor row on setCursor
5454
5455 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5456
5457         * lyxtext.h: remove almost all mutable keywords
5458         * text.C:
5459         * text2.C:
5460         * text3.C: remove const keywords accordingly
5461
5462 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5463
5464         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
5465         anon namespace
5466         (TeXEnvironment): ditto
5467         (TeXOnePar): ditto
5468
5469 2003-03-17  John Levon  <levon@movementarian.org>
5470
5471         * text.C (rowBreakPoint): remove attempt to fix displayed
5472         math insets inside a manual label
5473
5474 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5475
5476         * lyxtext.h: remove BufferView* as first arg from almost all class
5477         functions.
5478         * other files: adjust.
5479
5480 2003-03-17  John Levon  <levon@movementarian.org>
5481
5482         * lyxtext.h:
5483         * undo_funcs.C:
5484         * text2.C: more paint cleanups
5485
5486         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
5487
5488         * rowpainter.h:
5489         * rowpainter.C: remove "smart" background painting code
5490
5491 2003-03-16  John Levon  <levon@movementarian.org>
5492
5493         * lyxtext.h:
5494         * text.C:
5495         * text2.C:
5496         * text3.C: add helper functions for setting refresh_row/y
5497
5498 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
5499
5500         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
5501         newline inset which *can* get inserted in the pass_thru layouts.
5502         This is primarily for literate documents.
5503
5504 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
5505
5506         * buffer.C: increment LYX_FORMAT to 223
5507
5508 2003-03-14 André Pönitz <poenitz@gmx.net>
5509
5510         * textclass.h: prepare for environment handling, ws changes
5511         * lyxlayout.C: read latexheader and latexfooter tags
5512
5513 2003-03-14  John Levon  <levon@movementarian.org>
5514
5515         * text2.C: rewrite ::status() a bit
5516
5517 2003-03-13  John Levon  <levon@movementarian.org>
5518
5519         * lyxtext.h: add some docs
5520
5521 2003-03-13  John Levon  <levon@movementarian.org>
5522
5523         * lyxtext.h:
5524         * text.C:
5525         * text2.C:
5526         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
5527
5528 2003-03-13  John Levon  <levon@movementarian.org>
5529
5530         * text3.C: fix appendix redrawing
5531
5532 2003-03-13  John Levon  <levon@movementarian.org>
5533
5534         * text.C (setHeightOfRow):
5535         * rowpainter.h:
5536         * rowpainter.C: make appendix mark have the text
5537           "Appendix" so the user knows what it is
5538
5539         * LColor.h:
5540         * LColor.C: s/appendixline/appendix/ from above
5541
5542 2003-03-13  John Levon  <levon@movementarian.org>
5543
5544         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
5545
5546         * text.C: fix a getChar(pos) bug properly
5547
5548 2003-03-13  Angus Leeming  <leeming@lyx.org>
5549
5550         * commandtags.h:
5551         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
5552         Probably only temporary. Let's see how things pan out.
5553
5554         * BufferView.C (unlockInset):
5555         * BufferView_pimpl.C (fitCursor):
5556         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
5557
5558         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
5559         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
5560
5561         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
5562         new functions that convert ParagraphParameters to and from a string.
5563
5564         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
5565         BufferView::Pimpl's dispatch.
5566         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
5567
5568 2003-03-13 André Pönitz <poenitz@gmx.net>
5569
5570         * lyxfunc.C:
5571         * text3.C:
5572         * factory.C: make it aware of InsetEnv
5573
5574 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5575
5576         * text2.C (setCursor): never ask for one past last
5577         (setCursor): add some debugging messages.
5578
5579         * text.C (singleWidth): never ask for one past last
5580         (singleWidth): ditto
5581         (leftMargin): ditto
5582         (rightMargin): ditto
5583         (rowBreakPoint): ditto
5584         (setHeightOfRow): ditto
5585         (prepareToPrint): ditto
5586
5587         * rowpainter.C (paintBackground): never ask for one past last
5588         (paintText): never ask for one past last
5589
5590         * paragraph_pimpl.C (getChar): make the assert stricter, never
5591         allow the one past last pos to be taken
5592
5593         * paragraph.C (getChar): ws changes only
5594
5595         * lyxrow.C (nextRowIsAllInset): never ask for one past last
5596         (numberOfSeparators): ditto
5597         (numberOfHfills): ditto
5598
5599 2003-03-12  John Levon  <levon@movementarian.org>
5600
5601         * author.h:
5602         * author.C:
5603         * bufferparams.h:
5604         * bufferparams.C:
5605         * paragraph_funcs.C: fix per-buffer authorlists
5606
5607 2003-03-12  John Levon  <levon@movementarian.org>
5608
5609         * text.C: fix newline in right address
5610
5611 2003-03-12  Angus Leeming  <leeming@lyx.org>
5612
5613         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
5614         duplicate those in LyXFunc::dispatch.
5615
5616         * commandtags.h:
5617         * LyXAction.C:
5618         * ToolbarDefaults.C:
5619         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
5620         Add LFUN_FONTFREE_UPDATE.
5621
5622         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
5623         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
5624
5625         * bufferview_func.[Ch]: several new functions to facilliate
5626         transfer of data to and from the character dialog.
5627
5628 2003-03-12  John Levon  <levon@movementarian.org>
5629
5630         * buffer.C:
5631         * paragraph.h:
5632         * paragraph.C:
5633         * paragraph_funcs.C:
5634         * paragraph_pimpl.C:
5635         * sgml.C:
5636         * tabular.C:
5637         * text.C:
5638         * text3.C: remove META_NEWLINE in favour of an inset
5639
5640         * rowpainter.h:
5641         * rowpainter.C: remove paintNewline (done by inset)
5642
5643 2003-03-12  John Levon  <levon@movementarian.org>
5644
5645         * paragraph_pimpl.C: complain about bad getChar()s
5646         for a while at least
5647
5648 2003-03-12  John Levon  <levon@movementarian.org>
5649
5650         * buffer.h:
5651         * buffer.C: move paragraph read into a separate function,
5652         a little renaming to reflect that.
5653
5654         * bufferparams.h:
5655         * bufferparams.C: remove the author_ids map, not necessary now
5656
5657         * factory.h:
5658         * factory.C: moved Buffer::readInset to here
5659
5660         * paragraph_funcs.h:
5661         * paragraph_funcs.C: readParagraph free function moved from
5662         buffer.C
5663
5664         * tabular.C: name change
5665
5666 2003-03-12  John Levon  <levon@movementarian.org>
5667
5668         * buffer.C:
5669         * ParagraphParameters.C: move par params input to
5670         a read() method
5671
5672         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
5673         behave like a normal read from the stream wrt reading
5674         a line vs. a \\token
5675
5676 2003-03-12  John Levon  <levon@movementarian.org>
5677
5678         * paragraph.C:
5679         * ParagraphParameters.h:
5680         * ParagraphParameters.C: move output code to a
5681         ::write() method
5682
5683 2003-03-12  John Levon  <levon@movementarian.org>
5684
5685         * BufferView.C (insertLyXFile):
5686         * buffer.h:
5687         * buffer.C:
5688         * tabular.C: use a parlist iterator for creating the
5689           document.
5690
5691 2003-03-12  John Levon  <levon@movementarian.org>
5692
5693         * buffer.C: make current_change static local not
5694           static file-scope
5695
5696 2003-03-12  John Levon  <levon@movementarian.org>
5697
5698         * buffer.C: fix insertStringAsLines for change tracking
5699
5700 2003-03-12  John Levon  <levon@movementarian.org>
5701
5702         * BufferView.C:
5703         * tabular.C:
5704         * buffer.h:
5705         * buffer.C:
5706         * bufferparams.h:
5707         * bufferparams.C: move author list into params. Rename some
5708           functions. Move the header reading into a separate token
5709           loop. Move the header token reading into BufferParams.
5710
5711 2003-03-12  John Levon  <levon@movementarian.org>
5712
5713         * changes.C: put debug inside lyxerr.debugging() checks
5714
5715 2003-03-11 André Pönitz <poenitz@gmx.net>
5716
5717         * factory.C: make it aware of InsetHFill
5718
5719 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5720
5721         * buffer.C (latexParagraphs): move function from here...
5722         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
5723         args.
5724
5725 2003-03-10  Angus Leeming  <leeming@lyx.org>
5726
5727         * LyXAction.C (init): fix bug in poplating array with multiple entries
5728         with the same LFUN (spotted by JMarc).
5729
5730 2003-03-10  John Levon  <levon@movementarian.org>
5731
5732         * text.C:
5733         * text2.C: move getColumnNearX() near its
5734         only call site
5735
5736 2003-03-10  John Levon  <levon@movementarian.org>
5737
5738         * text.C: fix break before a minipage
5739
5740 2003-03-10  John Levon  <levon@movementarian.org>
5741
5742         * text.C: fix the last commit
5743
5744 2003-03-09  John Levon  <levon@movementarian.org>
5745
5746         * lyxtext.h:
5747         * text.C:
5748         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
5749         bug 365 (don't break before insets unless needed). Don't
5750         return a value > last under any circumstances.
5751
5752 2003-03-09  Angus Leeming  <leeming@lyx.org>
5753
5754         * BufferView_pimpl.C (trackChanges, dispatch): call
5755         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
5756
5757 2003-03-09  Angus Leeming  <leeming@lyx.org>
5758
5759         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
5760         than Dialogs::showAboutlyx().
5761
5762 2003-03-09  Angus Leeming  <leeming@lyx.org>
5763
5764         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
5765         than Dialogs::showTabularCreate().
5766
5767 2003-03-09  John Levon  <levon@movementarian.org>
5768
5769         * lyxtext.h:
5770         * text.C:
5771         * text2.C: 3rd arg to nextBreakPoint was always the same.
5772           Use references.
5773
5774 2003-03-08  John Levon  <levon@movementarian.org>
5775
5776         * lyxrow.C:
5777         * paragraph.C:
5778         * paragraph.h:
5779         * rowpainter.C:
5780         * text.C:
5781         * text2.C: Remove the "main" bit from the "main body"
5782           notion.
5783
5784 2003-03-08  John Levon  <levon@movementarian.org>
5785
5786         * text.C (leftMargin): The left margin of an empty
5787         manual label paragraph should not include the label width
5788         string length.
5789
5790         * text.C (prepareToPrint): don't attempt to measure hfills
5791         for empty manual label paragraphs - the answer should be 0
5792
5793 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5794
5795         * CutAndPaste.C: remove commented code and reindent.
5796
5797 2003-03-08  John Levon  <levon@movementarian.org>
5798
5799         * lyxfunc.h:
5800         * lyxfunc.C: move reloadBuffer()
5801
5802         * BufferView.h:
5803         * BufferView.C: to here
5804
5805         * lyxvc.C: add comment
5806
5807         * vc-backend.h:
5808         * vc-backend.C: call bv->reload() to avoid
5809           getStatus() check on MENURELOAD
5810
5811 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
5812
5813         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
5814         to an old format .dep file.
5815
5816 2003-03-07  Angus Leeming  <leeming@lyx.org>
5817
5818         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
5819         when the LFUN_MOUSE_RELEASE should have been handled by
5820         inset->localDispatch.
5821
5822 2003-03-07  Angus Leeming  <leeming@lyx.org>
5823
5824         * BufferView_pimpl.C (dispatch):
5825         * LyXAction.C (init):
5826         * ToolbarDefaults.C (init):
5827         * commandtags.h:
5828         * lyxfunc.C (getStatus):
5829         remove LFUN_INSET_GRAPHICS.
5830
5831         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
5832
5833 2003-03-07  Angus Leeming  <leeming@lyx.org>
5834
5835         * commandtags.h:
5836         * LyXAction.C (init):
5837         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
5838
5839         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
5840
5841         * commandtags.h:
5842         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
5843
5844         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
5845         localDispatch method LFUN_INSET_DIALOG_UPDATE.
5846
5847 2003-03-07  Angus Leeming  <leeming@lyx.org>
5848
5849         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
5850         remove "ert".
5851
5852 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5853
5854         * ParagraphList.C (front): new function
5855         (back): implement
5856
5857 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
5858
5859         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
5860         and top_row_offset_. removed var first_y.
5861         * text.C (top_y):
5862         * text2.C (LyXText, removeRow):
5863         * text3.C:
5864         * BufferView_pimpl.C:
5865         use these methods instead of using first_y
5866
5867 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5868
5869         * text2.C (pasteSelection): adjust for checkPastePossible
5870
5871         * CutAndPaste.C: remove Paragraph * buf and replace with
5872         ParagraphList paragraphs.
5873         (DeleteBuffer): delete
5874         (cutSelection): change the tc type to textclass_type
5875         (copySelection): change the tc type to textclass_type
5876         (copySelection): adjust for ParagraphList
5877         (pasteSelection): change the tc type to textclass_type
5878         (pasteSelection): adjust for Paragraphlist
5879         (nrOfParagraphs): simplify for ParagraphList
5880         (checkPastePossible): simplify for ParagraphList
5881         (checkPastePossible): remove unused arg
5882
5883         * ParagraphList.C (insert): handle the case where there are no
5884         paragraphs yet.
5885
5886         * CutAndPaste.h: make CutAndPaste a namespace.
5887
5888         * text3.C (dispatch): adjust
5889
5890         * text.C (breakParagraph): add a ParagraphList as arg
5891
5892         * paragraph_funcs.C (breakParagraph): change to take a
5893         BufferParams and a ParagraphList as args.
5894         (breakParagraphConservative): ditto
5895         (mergeParagraph): ditto
5896         (TeXDeeper): add a ParagraphList arg
5897         (TeXEnvironment): ditto
5898         (TeXOnePar): ditto
5899
5900         * buffer.C (readLyXformat2): adjust
5901         (insertStringAsLines): adjust
5902         (latexParagraphs): adjust
5903
5904         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
5905         (cutSelection): adjust
5906         (pasteSelection): adjust
5907
5908         * BufferView_pimpl.C (insertInset): adjust
5909
5910 2003-03-05  Angus Leeming  <leeming@lyx.org>
5911
5912         * commandtags.h:
5913         * LyXAction.C (init):
5914         * BufferView_pimpl.C (dispatch):
5915         * lyxfunc.C (getStatus):
5916         remove LFUN_CHILD_INSERT.
5917
5918         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
5919
5920 2003-03-05  Angus Leeming  <leeming@lyx.org>
5921
5922         * commandtags.h:
5923         * LyXAction.C (init):
5924         * src/factory.C (createInset):
5925         * lyxfunc.C (getStatus):
5926         * text3.C (dispatch):
5927         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
5928
5929         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
5930
5931 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5932
5933         * ParagraphList.C (insert): handle insert right before end()
5934         (erase): fix cases where it can be first or last paragraph.
5935
5936 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5937
5938         * paragraph_funcs.C (TeXEnvironment): remove all usage of
5939         Paragraph::next and Paragraph::previous
5940         (TeXOnePar): ditto
5941
5942         * text.C (breakParagraph): adjust
5943
5944         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
5945         BufferParams& as arg.
5946         (breakParagraph): use ParagraphList::insert
5947         (breakParagraphConservative): take a Buffer* instead of a
5948         BufferParams& as arg.
5949         (breakParagraphConservative): use ParagraphList::insert.
5950
5951         * buffer.C (insertStringAsLines): un-const it
5952         (insertStringAsLines): adjust
5953
5954         * ParagraphList.C (insert): new function
5955
5956         * CutAndPaste.C (pasteSelection): adjust
5957
5958         * text.C (backspace): adjust
5959
5960         * tabular.C (SetMultiColumn): adjust
5961
5962         * CutAndPaste.C (cutSelection): adjust
5963         (pasteSelection): adjust
5964
5965         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
5966         Buffer const * as arg
5967
5968         * ParagraphList.C (erase): new function
5969         * paragraph_funcs.C (mergeParagraph): use it
5970         (mergeParagraph): make it take a Buffer* instead of a
5971         BufferParams* as arg
5972
5973         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
5974         as arg
5975         (breakParagraphConservative): ditto
5976
5977         * paragraph.h: remove the breakParagraph friend
5978
5979         * paragraph.C (eraseIntern): new function
5980         (setChange): new function
5981
5982         * paragraph_funcs.C (mergeParagraph): make it take a
5983         ParagraphList::iterator instead of a Paragraph *, adjust
5984         accordingly.
5985
5986         * paragraph.h: move an #endif so that the change tracking stuff
5987         also works in the NO_NEXT case.
5988
5989 2003-03-04  Angus Leeming  <leeming@lyx.org>
5990
5991         * commandtags.h:
5992         * LyXAction.C: new LFUN_INSET_MODIFY.
5993
5994         * BufferView_pimpl.C (dispatch): if an inset is found to be open
5995         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
5996
5997 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5998
5999         * several files: ws changes only
6000
6001         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6002         (TeXEnvironment): ditto
6003         (TeXDeeper): ditto
6004
6005         * buffer.C (makeLaTeXFile): adjust
6006         (latexParagraphs): make it take ParagraphList::iterator as args
6007
6008 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6009
6010         * buffer.C (latexParagraphs): adjust
6011
6012         * paragraph.C (TeXOnePar): move function...
6013         (optArgInset): move function...
6014         (TeXEnvironment): move function...
6015         * paragraph_pimpl.C (TeXDeeper): move function...
6016         * paragraph_funcs.C: ...here
6017
6018         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6019
6020 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6021
6022         * buffer.C (readInset): remove compability code for old Figure and
6023         InsetInfo insets
6024
6025 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6026
6027         * buffer.C: ws changes
6028         (readInset):
6029
6030         * BufferView_pimpl.C: ditto
6031         * author.C: ditto
6032         * buffer.h: ditto
6033         * bufferlist.h: ditto
6034         * changes.h: ditto
6035         * lyxfunc.C: ditto
6036
6037 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6038
6039         * converter.[Ch]: split into itself +
6040         * graph.[Ch]
6041         * format.[Ch]
6042         * Makefile.am: += graph.[Ch] + format.[Ch]
6043         * MenuBackend.C
6044         * buffer.C
6045         * exporter.C
6046         * importer.C
6047         * lyx_main.C
6048         * lyxfunc.C
6049         * lyxrc.C: added #include "format.h"
6050
6051 2003-02-27  Angus Leeming  <leeming@lyx.org>
6052
6053         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6054           a label.
6055
6056         * factory.C (createInset): add "label" to the factory.
6057
6058         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6059           string and do no more.
6060
6061 2003-02-27  Angus Leeming  <leeming@lyx.org>
6062
6063         * commandtags.h:
6064         * LyXAction.C (init):
6065         * factory.C (createInset):
6066         * BufferView_pimpl.C (dispatch):
6067           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6068
6069         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6070
6071         * lyxfunc.C (dispatch):
6072         * text3.C (dispatch): pass name to params2string.
6073
6074 2003-02-26  Angus Leeming  <leeming@lyx.org>
6075
6076         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6077           blocks together.
6078           Rearrange the ~includes. Strip out the unnecessary ones.
6079
6080         * factory.C (createInset): reformat.
6081           create new insets for the various LFUN_XYZ_APPLY lfuns.
6082
6083 2003-02-26  John Levon  <levon@movementarian.org>
6084
6085         * lyxrow.h:
6086         * lyxrow.C: add isParStart,isParEnd helpers
6087
6088         * paragraph.h: make isInserted/DeletedText take refs
6089
6090         * paragraph_funcs.h:
6091         * paragraph_funcs.C: remove #if 0'd code
6092
6093         * lyxtext.h:
6094         * text3.C:
6095         * text2.C:
6096         * text.C: use lyxrow helpers above.
6097           Move draw and paint routines to RowPainter.
6098           Make several methods use refs not pointers.
6099           Make backgroundColor() const.
6100           Add markChangeInDraw(), isInInset().
6101           Merge changeRegionCase into changeCase.
6102           Make workWidth() shouldn't-happen code into an Assert.
6103
6104         * rowpainter.h:
6105         * rowpainter.C: new class for painting a row.
6106
6107         * vspace.h:
6108         * vspace.C: make inPixels take a ref
6109
6110 2003-02-26  Angus Leeming  <leeming@lyx.org>
6111
6112         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6113         LFUN_REF_APPLY.
6114
6115 2003-02-25  John Levon  <levon@movementarian.org>
6116
6117         * ispell.C: give the forked command a more accurate name
6118
6119 2003-02-22  John Levon  <levon@movementarian.org>
6120
6121         * toc.h:
6122         * toc.C: make TocItem store an id not a Paragraph *
6123           (bug #913)
6124
6125 2003-02-21  Angus Leeming  <leeming@lyx.org>
6126
6127         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6128           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6129           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6130           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6131           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6132           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6133
6134         * BufferView_pimpl.C (dispatch):
6135         * LyXAction.C (init):
6136         * factory.C (createInset):
6137         * lyxfunc.C (getStatus, dispatch):
6138         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6139
6140 2003-02-21  Angus Leeming  <leeming@lyx.org>
6141
6142         * BufferView_pimpl.C (MenuInsertLyXFile):
6143         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6144         * lyxfunc.C (menuNew, open, doImport):
6145           no longer pass a LyXView & to fileDlg.
6146
6147 2003-02-21  Angus Leeming  <leeming@lyx.org>
6148
6149         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6150         * LyXAction.C: change, BIBKEY to BIBITEM.
6151         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6152         Change InsetBibKey to InsetBibitem.
6153         Change BIBKEY_CODE to BIBITEM_CODE.
6154         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6155         * factory.C: replace insetbib.h with insetbibitem.h.
6156         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6157         * paragraph.C: replace insetbib.h with insetbibitem.h.
6158         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6159         Change bibkey() to bibitem().
6160         * text.C: remove insetbib.h.
6161         * text2.C: replace insetbib.h with insetbibitem.h.
6162         change bibkey() to bibitem().
6163         * text3.C: remove insetbib.h.
6164         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6165
6166 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6167
6168         * lyxrc.C (output): enclose user email in quotes (in case there are
6169         several words)
6170
6171 2003-02-18  John Levon  <levon@movementarian.org>
6172
6173         * buffer.h: add std::
6174
6175 2003-02-17  John Levon  <levon@movementarian.org>
6176
6177         * SpellBase.h:
6178         * ispell.h:
6179         * ispell.C:
6180         * pspell.h:
6181         * pspell.C: reworking. Especially in ispell, a large
6182           number of clean ups and bug fixes.
6183
6184         * lyxfunc.C: fix revert to behave sensibly
6185
6186 2003-02-17 André Pönitz <poenitz@gmx.net>
6187
6188         * LyXAction.C:
6189         * commandtags.h: new LFUN_INSERT_BIBKEY
6190
6191         * layout.h:
6192         * lyxlayout.C:
6193         * buffer.C:
6194         * factory.C:
6195         * text.C:
6196         * text2.C:
6197         * text3.C:
6198         * paragraph.[Ch]:
6199         * paragraph_func.C: remove special bibkey handling
6200
6201 2003-02-17  John Levon  <levon@movementarian.org>
6202
6203         * text.C (Delete): fix case where delete at the end of
6204           the very first paragraph would not merge the pars
6205
6206 2003-02-17  John Levon  <levon@movementarian.org>
6207
6208         * lyxrow.C: fix lastPrintablePos()
6209
6210 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6211
6212         * bufferparams.C (writeLaTeX): add a std:here
6213
6214         * buffer.C: and remove a using directive there
6215
6216 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6217
6218         * buffer.C (makeLaTeXFile): move the code that generates the
6219           preamble...
6220
6221         * bufferparams.C (writeLaTeX): ... in this new method
6222
6223         * LaTeXFeatures.C (getEncodingSet): make const
6224           (getLanguages): make const
6225
6226         * MenuBackend.C (binding): returns the binding associated to this
6227           action
6228           (add): sets the status of each item by calling getStatus. Adds
6229           some intelligence.
6230           (read): add support for OptSubMenu
6231           (expand): remove extra separator at the end of expanded menu
6232
6233 2003-02-15  John Levon  <levon@movementarian.org>
6234
6235         * BufferView.C:
6236         * BufferView_pimpl.C:
6237         * bufferlist.h:
6238         * bufferlist.C: remove pointless BufferStorage bloat. Remove
6239           inset code that had no actual effect. Remove unneeded status
6240           code.
6241
6242 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6243
6244         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
6245           in preamble
6246
6247 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
6248
6249         * text.C (drawLengthMarker): also draw an arrow marker for
6250           symbolic lengths (medskip...)
6251
6252 2003-02-14  John Levon  <levon@movementarian.org>
6253
6254         * tabular.h:
6255         * tabular.C: better method names
6256
6257 2003-02-14  John Levon  <levon@movementarian.org>
6258
6259         * BufferView_pimpl.C:
6260         * bufferlist.C:
6261         * buffer.C:
6262         * converter.C:
6263         * lyx_cb.C:
6264         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
6265           it's a more accurate name. Remove some pointless uses.
6266
6267 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6268
6269         * text2.C (LyXText): change order of initilizers to shut off
6270           warnings
6271
6272 2003-02-14  John Levon  <levon@movementarian.org>
6273
6274         * buffer.C: use ParIterator for getParFromID()
6275
6276         * paragraph.h:
6277         * paragraph.C:
6278         * paragraph_pimpl.h:
6279         * paragraph_pimpl.C: remove unused getParFromID()
6280
6281 2003-02-14  John Levon  <levon@movementarian.org>
6282
6283         * buffer.C: remove some very old #if 0'd parse code
6284
6285 2003-02-13  John Levon  <levon@movementarian.org>
6286
6287         * text.h:
6288         * text.C:
6289         * text2.C: move hfillExpansion(), numberOfSeparators(),
6290           rowLast(), rowLastPrintable(), numberofHfills(),
6291           numberOfLabelHfills() ...
6292
6293         * lyxrow.h:
6294         * lyxrow.C: ... to member functions here.
6295
6296         * paragraph.h:
6297         * paragraph.C:
6298         * lyxtext.h:
6299         * text.C: remove LyXText::beginningOfMainBody(), and call
6300           p->beginningOfMainBody() directly. Move the check for
6301           LABEL_MANUAL into the latter.
6302
6303         * text.h:
6304         * text.C:
6305         * text2.C:
6306         * vspace.C:
6307         * BufferView.h:
6308         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
6309
6310         * text.h:
6311         * text.C:
6312         * text2.C:
6313         * text3.C:
6314         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
6315           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
6316
6317 2003-02-13  John Levon  <levon@movementarian.org>
6318
6319         * CutAndPaste.C: remove debug
6320
6321 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6322
6323         * paragraph.C (asString): remove two unused variables
6324
6325         * lyxtextclass.C (readTitleType):
6326           (Read):
6327           (LyXTextClass): handle new members titletype_ and titlename_
6328
6329         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
6330
6331 2003-02-09  John Levon  <levon@movementarian.org>
6332
6333         * buffer.h:
6334         * buffer.C: replace hand-coded list with a map for the dep clean
6335
6336 2003-02-08  John Levon  <levon@movementarian.org>
6337
6338         * LaTeX.C: consolidate code into showRunMessage() helper
6339
6340 2003-02-08  John Levon  <levon@movementarian.org>
6341
6342         * lyxfind.C:
6343         * lyxtext.h:
6344         * text2.C:
6345         * BufferView.C: change setSelectionOverString() to setSelectionRange()
6346           and pass the size in explicitly
6347
6348         * BufferView_pimpl.h:
6349         * BufferView_pimpl.C:
6350         * BufferView.h:
6351         * BufferView.C: add getCurrentChange()
6352
6353         * BufferView_pimpl.h:
6354         * BufferView_pimpl.C: handle change lfuns
6355
6356         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
6357           for changes. Mark pasted paragraphs as new.
6358
6359         * support/lyxtime.h:
6360         * support/lyxtime.C:
6361         * DepTable.C: abstract time_t as lyx::time_type
6362
6363         * LColor.h:
6364         * LColor.C: add colours for new text, deleted text, changebars
6365
6366         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
6367           package use "usenames" option.
6368
6369         * commandtags.h:
6370         * lyxfunc.C:
6371         * LyXAction.C: add change lfuns
6372
6373         * Makefile.am:
6374         * author.h:
6375         * author.C: author handling
6376
6377         * buffer.h:
6378         * buffer.C: add a per-buffer author list, with first entry as
6379           current author. Handle new .lyx tokens for change tracking. Output
6380           author list to .lyx file. Output dvipost stuff to .tex preamble.
6381           Bump lyx format to 222.
6382
6383         * bufferlist.h:
6384         * bufferlist.C: add setCurrentAuthor() to reset current author details
6385           in all buffers.
6386
6387         * bufferparams.h:
6388         * bufferparams.C: add param for tracking
6389
6390         * bufferview_funcs.C: output change info in minibuffer
6391
6392         * Makefile.am:
6393         * changes.h:
6394         * changes.C: add change-tracking structure
6395
6396         * debug.h:
6397         * debug.C: add CHANGES debug flag
6398
6399         * lyxfind.h:
6400         * lyxfind.C: add code for finding the next change piece
6401
6402         * lyxrc.h:
6403         * lyxrc.C: add user_name and user_email
6404
6405         * lyxrow.h:
6406         * lyxrow.C: add a metric for the top of the text line
6407
6408         * lyxtext.h:
6409         * text.C: implement accept/rejectChange()
6410
6411         * lyxtext.h:
6412         * text.C: paint changebars. Paint new/deleted text in the chosen
6413         colours. Strike through deleted text.
6414
6415         * paragraph.h:
6416         * paragraph.C:
6417         * paragraph_pimpl.h:
6418         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
6419           in the current change to the insert functions. Rework erase to
6420           mark text as deleted, adding an eraseIntern() and a range-based
6421           erase(). Implement per-paragraph change lookup and
6422           accept/reject.
6423
6424         * paragraph_funcs.C: Fixup paste for change tracking.
6425
6426         * tabular.C: mark added row/columns as new.
6427
6428         * text.C: fix rowLast() to never return -1. Don't allow
6429           spellchecking of deleted text. Track transpose changes. Don't
6430           allow paragraph break or merge where appropriate.
6431
6432         * text2.C: leave cursor at end of selection after a cut.
6433
6434 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6435
6436         * text.C (getLengthMarkerHeight):
6437         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
6438         visible on screen too.
6439
6440 2003-02-07  John Levon  <levon@movementarian.org>
6441
6442         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
6443
6444 2003-02-05  Angus Leeming  <leeming@lyx.org>
6445
6446         * lyxserver.C (read_ready): revert my patch of 11 September last year
6447         as it sends PC cpu through the roof. Presumably this means that
6448         the lyxserver will no longer run on an Alpha...
6449
6450 2003-01-30  Angus Leeming  <leeming@lyx.org>
6451
6452         * factory.C (createInset): create an InsetCommandParam of type "index"
6453         and use it to 'do the right thing'.
6454
6455         * text2.C (getStringToIndex): ensure that cursor position is always
6456         reset to the reset_cursor position.
6457
6458 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6459
6460         * lyxfunc.C (getStatus): "buffer-export custom" should never be
6461         disabled.
6462
6463 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
6464
6465         * bufferview.C:
6466         * lyxcb.C:
6467         * lyxfunc.C: Output messages with identical spelling, punctuation,
6468         and spaces
6469
6470 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
6471
6472         * MenuBackend.C (expandFormats): List only viewable export formats
6473         in "View" menu
6474
6475         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
6476         message
6477
6478         * lyxfunc.C (getStatus): Make sure that formats other than
6479         "fax" can also be disabled
6480
6481 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6482
6483         * text3.C (dispatch): put the lfuns that insert insets in 3
6484         groups, and call doInsertInset with appropriate arguments.
6485         (doInsertInset): new function, that creates an inset and inserts
6486         it according to some boolean parameters.
6487
6488 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6489
6490         * buffer.C (readFile): remember to pass on 'par' when calling
6491         readFile recursively.
6492
6493 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6494
6495         * MenuBackend.C (expandFormats): add "..." to import formats.
6496
6497 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6498
6499         * paragraph.C (asString): Remove XForms RTL hacks.
6500
6501 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
6502         * buffer.C: fix typo
6503
6504 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6505
6506         * Makefile.am (LIBS): delete var
6507         (lyx_LDADD): add @LIBS@ here instead.
6508
6509 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
6510
6511         * Clarify the meaning of "wheel mouse jump"
6512
6513 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6514
6515         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
6516         tabular in a float
6517
6518 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6519
6520         * importer.C (Loaders): do not preallocate 3 elements in the
6521         vector, since one ends up with 6 elements otherwise
6522
6523 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6524
6525         * DepTable.C (write): write the file name as last element of the
6526         .dep file (because it may contain spaces)
6527         (read): read info in the right order
6528
6529 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6530
6531         * paragraph_pimpl.C (simpleTeXBlanks):
6532         (simpleTeXSpecialChars):
6533         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
6534
6535         * tabular.C (latex): add some missing case statements. Reindent.
6536
6537         * MenuBackend.C (expandToc): remove unused variable.
6538
6539 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
6540
6541         * LColor.C:
6542         * LaTeX.C:
6543         * LyXAction.C:
6544         * MenuBackend.C:
6545         * buffer.C:
6546         * exporter.C:
6547         * lyxfunc.C:
6548         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
6549         and the like.
6550
6551 2003-01-05  John Levon  <levon@movementarian.org>
6552
6553         * BufferView.h:
6554         * BufferView.C: add getEncoding()
6555
6556         * kbsequence.h:
6557         * kbsequence.C: do not store last keypress
6558
6559         * lyxfunc.h:
6560         * lyxfunc.C: store last keypress here instead. Pass encoding
6561           to getISOEncoded()
6562
6563 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6564
6565         * lyx_main.C (init): remove annoying error message when following
6566         symbolic links (bug #780)
6567
6568 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6569
6570         * text.C (insertChar):
6571         * lyxrc.C (getDescription): remove extra spaces
6572
6573 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6574
6575         * lyxrc.C (getDescription): remove extra spaces
6576
6577 2002-12-20  John Levon  <levon@movementarian.org>
6578
6579         * text3.C: hack fix for page up/down across tall rows
6580
6581 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6582
6583         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
6584         not been invoked
6585
6586 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6587
6588         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
6589         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
6590         thesaurus is not compiled in
6591
6592 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
6593
6594         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
6595
6596 2002-12-16  Angus Leeming  <leeming@lyx.org>
6597
6598         * lyxrc.[Ch]:
6599         * lyx_main.C (init): remove override_x_deadkeys stuff.
6600
6601 2002-12-12  John Levon  <levon@movementarian.org>
6602
6603         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
6604           insert. Only remove shift modifier under strict
6605           circumstances.
6606
6607 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6608
6609         * MenuBackend.C (expandToc): fix crash.
6610
6611 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6612
6613         * MenuBackend.C (expandToc): gettext on float names.
6614
6615 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6616
6617         * lyxlength.[Ch]: set default unit to UNIT_NONE,
6618         implement bool empty() [bug 490]
6619
6620 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6621
6622         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
6623
6624 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6625
6626         * several files: ws changes
6627
6628 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6629
6630         * text2.C (setCounter): clean up a bit, use boost.format.
6631         (updateCounters): initialize par upon declaration.
6632
6633         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
6634         if the layout exists. We do not just store the layout any more.
6635         (SwitchLayoutsBetweenClasses): use boost.format
6636
6637 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6638
6639         * converter.C (convert): if from and to files are the same, use a
6640         temporary files as intermediary
6641
6642 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6643
6644         * commandtags.h:
6645         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
6646
6647 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
6648
6649         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
6650
6651 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6652
6653         * tabular.C (asciiPrintCell): use string(size, char) instead of
6654         explicit loop.
6655
6656         * sgml.C (openTag): fix order of arguments to string constructor
6657         (closeTag): ditto
6658
6659         * lyxfunc.C (dispatch): use boost.format
6660
6661         * lots of files: change "c" -> 'c'
6662
6663 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
6664
6665         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
6666
6667 2002-11-25  Angus Leeming  <leeming@lyx.org>
6668
6669         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
6670
6671         * lyx_main.C (init): compile fix.
6672
6673 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6674
6675         * lyx_cb.C (start): boost.formatify
6676         do not include <iostream>
6677
6678         * lengthcommon.C: ws only
6679
6680         * boost-inst.C,BoostFormat.h: add more explict instantations
6681
6682 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6683
6684         * lots of files: handle USE_BOOST_FORMAT
6685
6686 2002-11-21  John Levon  <levon@movementarian.org>
6687
6688         * pspell.C: fix compile
6689
6690 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6691
6692         * lyxfunc.C (dispatch): use boost::format
6693         (open): ditto
6694         (doImport): ditto
6695
6696         * lyxfont.C (stateText): use boost::format
6697
6698         * lyx_main.C (LyX): use boost::format
6699         (init): ditto
6700         (queryUserLyXDir): ditto
6701         (readRcFile): ditto
6702         (parse_dbg): ditto
6703         (typedef boost::function): use the recommened syntax.
6704
6705         * importer.C (Import): use boost::format
6706
6707         * debug.C (showLevel): use boost::format
6708
6709         * converter.C (view): use boost::format
6710         (convert): ditto
6711         (move): ditto
6712         (scanLog): ditto
6713
6714         * bufferview_funcs.C (currentState): use boost::format
6715
6716         * bufferlist.C (emergencyWrite): use boost::format
6717
6718         * buffer.C (readLyXformat2): use boost::format
6719         (parseSingleLyXformat2Token): ditto
6720
6721         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
6722
6723         * LaTeX.C (run): use boost::format
6724
6725         * Chktex.C (scanLogFile): use boost::format
6726
6727         * BufferView_pimpl.C (savePosition): use boost::format
6728         (restorePosition): ditto
6729         (MenuInsertLyXFile): ditto
6730
6731         * BoostFormat.h: help file for explicit instation.
6732
6733 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
6734
6735         * tabular.C (latex): Support for block alignment in fixed width
6736         columns.
6737
6738 2002-11-17  John Levon  <levon@movementarian.org>
6739
6740         * BufferView_pimpl.C:
6741         * lyx_cb.C:
6742         * lyxfunc.C: split filedialog into open/save
6743
6744 2002-11-08  Juergen Vigna  <jug@sad.it>
6745
6746         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
6747         by my last patch (hopefully).
6748
6749 2002-11-08  John Levon  <levon@movementarian.org>
6750
6751         * iterators.h:
6752         * iterators.C:
6753         * buffer.h:
6754         * buffer.C:
6755         * paragraph.h:
6756         * paragraph.C:
6757         * toc.h:
6758         * toc.C: ParConstIterator, and use it (from Lars)
6759
6760 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
6761
6762         * lyxtextclass.[Ch]: revise and add doxygen comments
6763
6764 2002-11-07  John Levon  <levon@movementarian.org>
6765
6766         * text.C: fix progress value for spellchecker
6767
6768         * toc.C: fix navigate menu for insetwrap inside minipage
6769
6770         * paragraph_funcs.C: added FIXME for suspect code
6771
6772 2002-11-07  John Levon  <levon@movementarian.org>
6773
6774         * BufferView_pimpl.C: fix redrawing of insets
6775           on buffer switch
6776
6777 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6778
6779         * text2.C (updateCounters): fix bug 668
6780
6781 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
6782
6783         * text3.C (dispatch): Do not make the buffer dirty when moving the
6784         cursor.
6785
6786 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6787
6788         * vc-backend.C: STRCONV
6789         (scanMaster): ditto
6790
6791         * text2.C (setCounter): STRCONV
6792
6793         * paragraph.C (asString): STRCONV
6794
6795         * lyxlength.C (asString): STRCONV
6796         (asLatexString): ditto
6797
6798         * lyxgluelength.C (asString): STRCONV
6799         (asLatexString): ditto
6800
6801         * lyxfunc.C (dispatch): STRCONV
6802         (open): ditto
6803
6804         * lyxfont.C (stateText): STRCONV
6805
6806         * importer.C (Import): STRCONV
6807
6808         * counters.C (labelItem): STRCONV
6809         (numberLabel): ditto
6810         (numberLabel): remove unused ostringstream o
6811
6812         * chset.C: STRCONV
6813         (loadFile): ditto
6814
6815         * bufferview_funcs.C (currentState): STRCONV
6816
6817         * buffer.C (readFile): STRCONV
6818         (asciiParagraph): ditto
6819         (makeLaTeXFile): ditto
6820
6821         * Spacing.C (writeEnvirBegin): STRCONV
6822
6823         * LaTeXFeatures.C (getLanguages): STRCONV
6824         (getPackages): ditto
6825         (getMacros): ditto
6826         (getBabelOptions): ditto
6827         (getTClassPreamble): ditto
6828         (getLyXSGMLEntities): ditto
6829         (getIncludedFiles): ditto
6830
6831         * LaTeX.C: STRCONV
6832         (run): ditto
6833         (scanAuxFile): ditto
6834         (deplog): ditto
6835
6836         * LString.h: add the STRCONV macros
6837
6838         * BufferView_pimpl.C (savePosition): STRCONV
6839         (restorePosition): ditto
6840         (MenuInsertLyXFile): ditto
6841
6842         * vc-backend.C (scanMaster): change from submatch[...] to
6843         submatch.str(...)
6844
6845         * funcrequest.C: include config.h
6846
6847         * factory.C: include config.h
6848
6849         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
6850
6851         * box.C: include config.h
6852
6853         * LaTeX.C (scanAuxFile): change from submatch[...] to
6854         submatch.str(...)
6855         (deplog): ditto
6856
6857 2002-10-25  Angus Leeming  <leeming@lyx.org>
6858
6859         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
6860
6861         * ispell.[Ch] (setError): new method.
6862         * ispell.C (c-tor): move out child process into new class LaunchIspell.
6863         Use setError() insetead of goto END.
6864
6865         * lyx_cb.C (AutoSave): move out child process into new class
6866         AutoSaveBuffer.
6867
6868 2002-10-30  John Levon  <levon@movementarian.org>
6869
6870         * text3.C: make start appendix undoable
6871
6872 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
6873
6874         * lyxlength.C (inPixels): Fix returned value.
6875
6876         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
6877         environment.
6878
6879 2002-10-24  Angus Leeming  <leeming@lyx.org>
6880
6881         * lyxgluelength.h: no need to forward declare BufferParams
6882         or BufferView, so don't.
6883
6884 2002-10-21  John Levon  <levon@movementarian.org>
6885
6886         * BufferView.C: menuUndo ->undo, redo
6887
6888         * BufferView.h: document, remove dead, make some methods private
6889
6890         * paragraph_funcs.h:
6891         * paragraph_funcs.C:
6892         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
6893
6894         * buffer.h:
6895         * buffer.C:
6896         * sgml.h:
6897         * sgml.C: move sgml open/close tag into sgml.C
6898
6899         * bufferview_funcs.h: unused prototype
6900
6901         * lyxfunc.h:
6902         * lyxfunc.C: remove unused
6903
6904         * lyxtext.h:
6905         * text.C: remove unused
6906
6907 2002-10-21  John Levon  <levon@movementarian.org>
6908
6909         * BufferView.h:
6910         * BufferView.C:
6911         * BufferView_pimpl.h:
6912         * BufferView_pimpl.C: fix mouse wheel handling based on
6913           patch from Darren Freeman
6914
6915 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
6916
6917         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
6918
6919 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
6920
6921         * lyxlength.C (inPixels): Fix hanfling of negative length.
6922         Fix LyXLength::MU case.
6923
6924 2002-10-16  John Levon  <levon@movementarian.org>
6925
6926         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
6927
6928 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6929
6930         * converter.C (view): add support for $$i (file name) and $$p
6931         (file path) for the viewer command. If $$i is not specified, then
6932         it is appended to the command (for compatibility with old syntax)
6933
6934 2002-10-14  Juergen Vigna  <jug@sad.it>
6935
6936         * undo_funcs.C (textHandleUndo): alter the order in which the
6937         new undopar is added to the LyXText, as we have to set first
6938         the right prev/next and then add it as otherwise the rebuild of
6939         LyXText is not correct. Also reset the cursor to the right paragraph,
6940         with this IMO we could remove the hack in "redoParagraphs()".
6941
6942 2002-10-09  Angus Leeming  <leeming@lyx.org>
6943
6944         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
6945         to turn off an optimisation if a new inset is to be inserted.
6946
6947 2002-10-11 André Pönitz <poenitz@gmx.net>
6948
6949         * lyxtext.h: make some functions public to allow access
6950         from inset/lyxtext for handling LFUN_PRIOR/NEXT
6951
6952 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6953
6954         * text3.C (dispatch): when changing layout, avoid an infinite loop
6955         [bug #652]
6956
6957 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6958
6959         * lyxrc.C (read): treat a viewer or converter command of "none" as
6960         if it were empty.
6961
6962         * MenuBackend.C (expandFormats): for an update, also allow the
6963         formats that are not viewable
6964
6965         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
6966         script if it is newer than the lyxrc.defaults in user directory
6967
6968 2002-10-07 André Pönitz <poenitz@gmx.net>
6969
6970         * text.C: Vitaly Lipatov's small i18n fix
6971
6972 2002-09-25  Angus Leeming  <leeming@lyx.org>
6973
6974         * ispell.h: doxygen fix.
6975
6976 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
6977
6978         * buffer.h (readFile): Add a new argument to the method, to allow
6979         reading of old-format templates.
6980
6981 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
6982
6983         * toc.C (getTocList): Get TOC from InsetWrap.
6984
6985 2002-09-16  John Levon  <levon@movementarian.org>
6986
6987         * lyxfunc.C: check tabular for cut/copy too
6988
6989 2002-09-12  John Levon  <levon@movementarian.org>
6990
6991         * LyXAction.C: tidy
6992
6993         * factory.h:
6994         * factory.C: add header
6995
6996         * paragraph_funcs.h:
6997         * paragraph_funcs.C: cleanup
6998
6999 2002-09-11  John Levon  <levon@movementarian.org>
7000
7001         * PrinterParams.h: odd/even default to true
7002
7003 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7004
7005         * PrinterParams.h: update printer parameters for new xforms dialog
7006
7007 2002-09-11  Angus Leeming  <leeming@lyx.org>
7008
7009         * lyxserver.C (read_ready): re-write to make it more transparent
7010         and to make it work in coherent fashion under Tru64 Unix.
7011
7012 2002-09-11  André Pönitz <poenitz@gmx.net>
7013
7014         * commandtags.h:
7015         * LyXAction.C:
7016         * text3.C: implement LFUN_WORDSEL
7017
7018 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7019
7020         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7021         make floatlist_ a boost::shared_ptr<FloatList>
7022
7023         * lyxtextclass.C: include FloatList.h
7024         (LyXTextClass): initialize floatlist_
7025         (TextClassTags): add TC_NOFLOAT
7026         (Read): match "nofloat" to TC_NOFLOAT and use it.
7027         (readFloat): modify call to floatlist_
7028         (floats): ditto
7029         (floats): ditto
7030
7031         * FloatList.[Ch] (FloatList): remove commented out float
7032         initialization.
7033         (erase): new function
7034
7035 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7036
7037         * MenuBackend.C (expandToc): fix crash when there is no document
7038         open
7039
7040 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7041
7042         * many files: Add insetwrap.
7043
7044 2002-09-09  John Levon  <levon@movementarian.org>
7045
7046         * text2.C: remove confusing and awkward depth wraparound
7047
7048 2002-09-09  John Levon  <levon@movementarian.org>
7049
7050         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7051
7052         * buffer.h:
7053         * buffer.C: remove getIncludeonlyList()
7054
7055         * paragraph.C:
7056         * lyxfunc.C: remove headers
7057
7058 2002-09-09  Juergen Vigna  <jug@sad.it>
7059
7060         * text.C (getColumnNearX): fix form Michael this is most
7061         probably a cut&paste bug.
7062
7063 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7064
7065         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7066
7067         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7068         references, ws changes.
7069
7070         * text2.C (init): update counters after init
7071         (insertParagraph): no need to set counter on idividual paragraphs.
7072         (setCounter): access the counters object in the textclass object
7073         on in the buffer object.
7074         (updateCounters): ditto
7075
7076         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7077         shared_ptr<Counters> to avoid loading counters.h in all
7078         compilation units.
7079         (LyXTextClass): initialize ctrs_
7080         (TextClassTags): add TC_COUNTER, and ...
7081         (Read): use it here.
7082         (CounterTags): new tags
7083         (readCounter): new function
7084         (counters): new funtion
7085         (defaultLayoutName): return a const reference
7086
7087         * counters.C (Counters): remove contructor
7088         (newCounter): remove a couple of unneeded statements.
7089         (newCounter): simplify a bit.
7090         (numberLabel): some small formatting changes.
7091
7092         * buffer.[Ch]: remove all traces of counters, move the Counters
7093         object to the LyXTextClass.
7094
7095 2002-09-06  Alain Castera  <castera@in2p3.fr>
7096
7097         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7098         package to set the horizontal alignment on fixed width columns.
7099
7100         * lyx_sty.C:
7101         * lyx_sty.h: added tabularnewline macro def.
7102
7103         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7104
7105 2002-09-06  John Levon  <levon@movementarian.org>
7106
7107         * LyXAction.C: tooltips for sub/superscript
7108
7109         * MenuBackend.C: a bit more verbose
7110
7111         * lyxfunc.C: tiny clean
7112
7113         * undo_funcs.C: document undo_frozen
7114
7115 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7116
7117         * counters.C (Counters): add missing algorithm counter.
7118
7119         * text2.C (setCounter): lookup the counter with layouts latexname
7120         instead of by section number.
7121         (setCounter): use a hackish way to lookup the correct enum
7122         counter.
7123         a float name->type change
7124         reset enum couners with counter name directly instead of depth value.
7125
7126         * counters.C (Counters): remove the push_backs, change to use the
7127         float type not the float name.
7128         (labelItem): remove unused string, float name->type change
7129
7130         * counters.h: don't include vector, loose the enums and sects vectors
7131
7132 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7133
7134         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7135         (Read): add float->TC_FLOAT to textclassTags
7136         (Read): and handle it in the switch
7137         (readFloat): new function
7138
7139         * FloatList.C (FloatList): comment out the hardcoded float
7140         definitions.
7141
7142         * lyxlayout.h: ws change.
7143
7144 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7145
7146         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7147
7148 2002-09-03  Angus Leeming  <leeming@lyx.org>
7149
7150         * BufferView_pimpl.h: qualified name is not allowed in member
7151         declaration: WorkArea & Pimpl::workarea() const;
7152
7153         * factory.C: added using std::endl directive.
7154
7155         * text3.C: added using std::find and std::vector directives.
7156
7157 2002-08-29  André Pönitz <poenitz@gmx.net>
7158
7159         * lyxtext.h:
7160         * text2.C: remove unused member number_of_rows
7161
7162         * Makefile.am:
7163         * BufferView2.C: remove file, move contents to...
7164         * BufferView.C: ... here
7165
7166         * BufferView_pimpl.C:
7167         * factory.C: move more inset creation to factory
7168
7169         * vspace.C: avoid direct usage of LyXText, ws changes
7170
7171         * BufferView.[Ch]:
7172                 don't provide direct access to WorkArea, use two simple
7173                 acessors haveSelction() and workHeight() instead
7174
7175
7176 2002-08-29  John Levon  <levon@movementarian.org>
7177
7178         * BufferView_pimpl.C (dispatch): do not continue when
7179           no buffer
7180
7181 2002-08-28  André Pönitz <poenitz@gmx.net>
7182
7183         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7184
7185         * BufferView.h:
7186         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7187
7188 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7189
7190         * buffer.C: increment LYX_FORMAT to 221
7191
7192         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7193         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7194
7195         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7196
7197         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7198
7199 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7200
7201         * factory.C (createInset): use LyXTextClass::floats
7202
7203         * MenuBackend.C (expandFloatListInsert):
7204         (expandFloatInsert):
7205         (expandToc):
7206
7207         * text2.C (setCounter):
7208
7209         * LaTeXFeatures.C (useFloat):
7210         (getFloatDefinitions):
7211
7212         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7213
7214         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7215         floatlist_, with accessor floats().
7216
7217         * FloatList.h: remove global FloatList
7218
7219 2002-08-26  André Pönitz <poenitz@gmx.net>
7220
7221         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7222
7223         * BufferView.h:
7224         * BufferView2.C:
7225         * BufferView_pimpl.C:
7226         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7227
7228 2002-08-25  John Levon  <levon@movementarian.org>
7229
7230         * LyXAction.C: fix margin note description
7231
7232 2002-08-24  John Levon  <levon@movementarian.org>
7233
7234         * buffer.C:
7235         * bufferlist.C:
7236         * bufferview_funcs.C:
7237         * lyxfont.C:
7238         * undo_funcs.C: cleanups
7239
7240         * lyxfunc.C: disable CUT/COPY when no selection
7241
7242 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
7243
7244         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
7245         in "enum UNIT"; e.g. PTW for Percent of TextWidth
7246
7247         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
7248         Add backward compatibility to "mono", "gray" and "no".
7249
7250 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
7251
7252         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
7253         (and file_format >= 200).
7254
7255 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7256
7257         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
7258
7259 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7260
7261         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
7262
7263 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
7264
7265         * BufferView_pimpl.C:
7266         * LyXAction.C:
7267         * buffer.C:
7268         * commandtags.h:
7269         * lyxfunc.C:
7270         * paragraph.[Ch]:
7271         * text2.C:
7272         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
7273         inset and code to make it  work with the paragraph code. The inset
7274         can be anywhere in the paragraph, but will only do the expected
7275         thing in LaTeX if the layout file contains the parameter line
7276                         OptionalArgs    1
7277         (or more generally, a nonzero value) for that layout.
7278
7279 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7280
7281         * paragraph.h: remove the declaration of undefined counters class
7282         function.
7283
7284 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
7285
7286         * text2.C (setCounter):  fixed enumeration mis-count as reported by
7287         Dr. Richard Hawkins.
7288
7289 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7290
7291         * paragraph_funcs.h: remove some unneeded includes
7292
7293         * text.C (backspace): pasteParagraph now in global scipe
7294
7295         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
7296         (pasteSelection): ditto
7297
7298         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
7299         * paragraph_funcs.C (pasteParagraph): ... here
7300
7301 2002-08-20  André Pönitz <poenitz@gmx.net>
7302
7303         * commandtags.h: new LFUNs for swapping/copying table row/colums
7304
7305         * LyXAction.C:
7306         * lyxfunc.C: support for new lfuns
7307
7308 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7309
7310         * tabular.C:
7311         * buffer.[Ch]: remove NO_COMPABILITY stuff
7312
7313 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
7314
7315         * boost.C (throw_exception): new file, with helper function for
7316         boost compiled without exceptions.
7317
7318         * paragraph.h:
7319         * lyxlength.C:
7320         * buffer.C:
7321         * ParameterStruct.h:
7322         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
7323
7324         * bufferlist.C (emergencyWriteAll): use boost bind
7325
7326         * BufferView_pimpl.C (moveCursorUpdate): remove inline
7327
7328         * text.C: include paragraph_funcs.h
7329         (breakParagraph): breakParagraph is now in global scope
7330
7331         * paragraph_funcs.[Ch]: new files
7332
7333         * paragraph.C (breakParagraph,breakParagraphConservative): move to
7334         global scope
7335
7336         * buffer.C: include paragraph_funcs.h
7337         (insertStringAsLines): breakParagraph is now in global scope
7338
7339         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
7340         paragraph_funcs.C
7341
7342         * CutAndPaste.C: include paragraph_funcs.h
7343         (cutSelection): breakParagraphConservative is now in global scope
7344         (pasteSelection): ditto
7345
7346         * buffer.h: declare oprator== and operator!= for
7347         Buffer::inset_iterator
7348
7349         * bufferlist.C (emergencyWrite): don't use fmt(...)
7350
7351         * text3.C: add using std::endl
7352
7353         * BufferView.C (moveCursorUpdate): remove default arg
7354
7355 2002-08-20  André Pönitz <poenitz@gmx.net>
7356
7357         * buffer.[Ch]: move inline functions to .C
7358
7359         * BufferView2.C:
7360         * BufferView_pimpl.C:
7361         * text.C:
7362         * buffer.[Ch]: use improved inset_iterator
7363
7364         * buffer.C:
7365         * paragraph.[Ch]: write one paragraph at a time
7366
7367 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
7368
7369         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
7370         style if style is not specified.
7371
7372 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7373
7374         * text2.C (setCounter): when searching for right label for a
7375         caption, make sure to recurse to parent insets (so that a caption
7376         in a minipage in a figure float works) (bug #568)
7377
7378 2002-08-20  André Pönitz <poenitz@gmx.net>
7379
7380         * text3.C: new file for LyXText::dispatch() and helpers
7381
7382         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
7383
7384         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
7385
7386 2002-08-19  André Pönitz <poenitz@gmx.net>
7387
7388         * lyxtext.h:
7389         * text.C: new LyXText::dispatch()
7390
7391         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
7392
7393 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
7394
7395         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
7396
7397         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
7398         Hebrew text.
7399
7400 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7401
7402         * Makefile.am: use $(variables) instead of @substitutions@
7403
7404 2002-08-15  André Pönitz <poenitz@gmx.net>
7405
7406         * lyxfunc.C:
7407         * BufferView_pimpl.C: streamlining mathed <-> outer world
7408         interaction
7409
7410         * commandtags.h:
7411         * LyXAction.C: remove unused LFUN_MATH
7412
7413 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7414
7415         * paragraph.[Ch]: add some NO_NEXT ifdefs.
7416
7417 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7418
7419         * paragraph.C (Paragraph): reformat a bit
7420         (cutIntoMinibuffer): use builtin InsetList function instad of
7421         doing it manually.
7422         (getInset): ditto
7423
7424         * buffer.C: include boost/bind.hpp, add using std::for_each
7425         (writeFileAscii): use ParagraphList iterators
7426         (validate): use for_each for validate traversal of paragraphs
7427         (getBibkeyList): use ParagraphList iterators
7428         (resizeInsets): use for_each to resizeInsetsLyXText for all
7429         paragraphs.
7430         (getParFromID): use ParagraphList iterators
7431
7432         * BufferView2.C (lockInset): use paragraph list and iterators
7433
7434 2002-08-14  John Levon  <levon@movementarian.org>
7435
7436         * lyxserver.C: remove spurious xforms include
7437
7438 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7439
7440         * lyxfunc.C (getStatus): disable math-extern outside of math mode
7441
7442 2002-08-13  André Pönitz <poenitz@gmx.net>
7443
7444         * LyXAction.[Ch]:
7445         * lyxfunc.C: further cleaning
7446
7447 2002-08-13  André Pönitz <poenitz@gmx.net>
7448
7449         * funcrequest.h: new constructor
7450
7451         * funcrequest.C: move stuff here from .h
7452
7453         * Makefile.am:
7454         * BufferView_pimpl.C:
7455         * LyXAction.C:
7456         * toc.C:
7457         * lyxfunc.C: subsequent changes
7458
7459         * lyxfunc.h: new view() member function
7460
7461         * lyxfunc.C: subsequent changes
7462
7463 2002-08-13  Angus Leeming  <leeming@lyx.org>
7464
7465         * BufferView2.C:
7466         * BufferView_pimpl.C:
7467         * buffer.C:
7468         * converter.C:
7469         * importer.C:
7470         * lyxfunc.C:
7471         * lyxvc.C:
7472         * toc.C:
7473         * vc-backend.C:
7474         changes due to the changed LyXView interface that now returns references
7475         to member variables not pointers.
7476
7477 2002-08-13  Angus Leeming  <leeming@lyx.org>
7478
7479         * WordLangTuple (word, lang_code): return references to strings,
7480         not strings.
7481
7482         * BufferView.h:
7483         * SpellBase.h:
7484         * lyxtext.h: forward-declare WordLangTuple.
7485
7486         * BufferView2.C:
7487         * ispell.C:
7488         * pspell.C:
7489         * text.C: #include "WordLangTuple.h".
7490
7491         * lyxtext.h:
7492         * text.C: (selectNextWordToSpellcheck): constify return type.
7493
7494 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
7495
7496         * buffer.C:
7497         * buffer.h:
7498         * lyxtext.h:
7499         * paragraph.C:
7500         * paragraph_pimpl.h:
7501         * text.C:
7502         * text2.C:
7503         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
7504         suggested by Angus.
7505         Made updateCounter always count from start of buffer, and removed
7506         second argument (par).
7507         Reverted floats number display to '#'. Perhaps I'll try again when the
7508         code base is sanitized a bit.
7509
7510 2002-08-12  Angus Leeming  <leeming@lyx.org>
7511
7512         * buffer.[Ch] (getLabelList): constify.
7513
7514 2002-08-07  André Pönitz <poenitz@gmx.net>
7515
7516         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
7517
7518         * funcrequest.h: extension to keep mouse (x,y) position
7519
7520 2002-08-12  Juergen Vigna  <jug@sad.it>
7521
7522         * BufferView2.C (insertErrors): forbid undo when inserting error
7523         insets.
7524
7525         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
7526
7527 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7528
7529         * ParagraphList.[Ch]: new files
7530
7531         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
7532
7533         * BufferView2.C (lockInset): ParagraphList changes
7534         * toc.C: ditto
7535         * text2.C: ditto
7536         * bufferlist.C: ditto
7537         * buffer.h: ditto
7538         * buffer.C: ditto
7539
7540 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7541
7542         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
7543         unused class variable counter_,
7544
7545         * paragraph.[Ch] (getFirstCounter): delete unused function
7546
7547         * counters.C: include LAssert.h
7548         (reset): add a new function with no arg, change other version to
7549         not have def. arg and to not allow empty arg.
7550
7551         * text2.C (setCounter): remove empty arg from call to Counters::reset
7552
7553 2002-08-11  John Levon  <levon@movementarian.org>
7554
7555         * Makefile.am: add WordLangTuple.h
7556
7557 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7558
7559         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
7560         lyxfunc.C lyxlex_pimpl.C: ws changes only.
7561
7562         * insets/insettext.C: InsetList changes
7563
7564         * graphics/GraphicsSupport.C (operator()): InsetList changes
7565
7566         * toc.C (getTocList): InsetList changes
7567
7568         * paragraph_pimpl.[Ch]: InsetList changes
7569
7570         * paragraph.[Ch]: InsetList changes
7571
7572         * buffer.C (inset_iterator): InsetList changes
7573         (setParagraph): ditto
7574         * buffer.h (inset_iterator): ditto
7575         * iterators.C (operator++): ditto
7576         * iterators.h: ditto
7577
7578         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
7579
7580         * InsetList.[Ch]: new files, most InsetList handling moved out of
7581         paragraph.C.
7582
7583         * BufferView2.C (removeAutoInsets): InsetList changes
7584         (lockInset): ditto
7585         (ChangeInsets): ditto
7586
7587 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7588
7589         * paragraph_pimpl.h (empty): new function
7590
7591         * paragraph.[Ch] (empty): new function
7592
7593         * other files: use the new Paragraph::empty function
7594
7595 2002-08-09  John Levon  <levon@movementarian.org>
7596
7597         * lyxtext.h: remove unused refresh_height
7598
7599 2002-08-09  John Levon  <levon@movementarian.org>
7600
7601         * Makefile.am:
7602         * sgml.h:
7603         * sgml.C:
7604         * buffer.C:
7605         * paragraph.h:
7606         * paragraph.C: move sgml char escaping out of paragraph
7607
7608         * paragraph.h:
7609         * paragraph.C: remove id setter
7610
7611         * buffer.C:
7612         * paragraph.C:
7613         * paragraph_pimpl.C: remove dead tex_code_break_column
7614
7615         * bufferview_funcs.C: small cleanup
7616
7617         * lyxfunc.C: remove dead proto
7618
7619         * lyxtext.h: make some stuff private. Remove some dead stuff.
7620
7621         * lyxgluelength.C: make as[LyX]String() readable
7622
7623 2002-08-08  John Levon  <levon@movementarian.org>
7624
7625         * LyXAction.h:
7626         * LyXAction.C:
7627         * MenuBackend.C:
7628         * ToolbarDefaults.C:
7629         * lyxfunc.C:
7630         * lyxrc.C:
7631         * toc.C: lyxaction cleanup
7632
7633 2002-08-08  John Levon  <levon@movementarian.org>
7634
7635         * BufferView2.C: small cleanup
7636
7637         * lyxfind.h:
7638         * lyxfind.C: move unnecessary header into the .C
7639
7640 2002-08-08  John Levon  <levon@movementarian.org>
7641
7642         * funcrequest.h: just tedious nonsense
7643
7644         * lyx_main.h:
7645         * lyx_main.C: cleanups
7646
7647         * buffer.C:
7648         * vspace.C: remove dead header lyx_main.h
7649
7650 2002-08-07  Angus Leeming  <leeming@lyx.org>
7651
7652         * Paragraph.[Ch]:
7653         * paragraph_pimpl.h:
7654         Forward declare class Counters in paragraph.h by moving the ctrs member
7655         variable into Paragraph::Pimpl.
7656         (counters): new method, returning a reference to pimpl_->ctrs.
7657
7658         * text2.C: ensuing changes.
7659
7660 2002-08-07  John Levon  <levon@movementarian.org>
7661
7662         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
7663
7664         * BufferView_pimpl.C: announce X selection on double/triple
7665           click
7666
7667         * lyx_main.C: use correct bool in batch dispatch
7668
7669         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
7670
7671 2002-08-07  André Pönitz <poenitz@gmx.net>
7672
7673         * funcrequest.h: new class to wrap a kb_action and its argument
7674
7675         * BufferView.[Ch]:
7676         * BufferView_pimpl[Ch]:
7677         * LaTeX.C:
7678         * LyXAction.[Ch]:
7679         * lyxfunc.[Ch]:
7680         * lyxrc.C: subsequent changes
7681
7682
7683 2002-08-07  John Levon  <levon@movementarian.org>
7684
7685         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
7686           document options change.
7687
7688 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
7689
7690         * counters.[Ch]
7691         * text2.C
7692         * paragraph.[Ch]
7693         * makefile.am: move counters functionality over from
7694         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
7695
7696 2002-08-06  John Levon  <levon@movementarian.org>
7697
7698         * WordLangTuple.h: new file for word + language code tuple
7699
7700         * SpellBase.h:
7701         * pspell.h:
7702         * pspell.C:
7703         * ispell.h:
7704         * ispell.C:
7705         * lyxtext.h:
7706         * text.C:
7707         * text2.C:
7708         * BufferView.h:
7709         * BufferView2.C: use WordLangTuple
7710
7711         * layout.h:
7712         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
7713
7714 2002-08-06  John Levon  <levon@movementarian.org>
7715
7716         * lyx_main.C: fix cmdline batch handling
7717
7718 2002-08-06  André Pönitz <poenitz@gmx.net>
7719
7720         * lyxrc.C: set default for show_banner to true
7721
7722 2002-08-06  John Levon  <levon@movementarian.org>
7723
7724         * pspell.C: fix a crash, and allow new aspell to work
7725
7726 2002-08-06  John Levon  <levon@movementarian.org>
7727
7728         * lyxfunc.C:
7729         * kbmap.C: small cleanup
7730
7731         * vspace.h:
7732         * vspace.C: add const
7733
7734 2002-08-05  John Levon  <levon@movementarian.org>
7735
7736         * LyXAction.C: back to tabular-insert
7737
7738 2002-08-04  John Levon  <levon@movementarian.org>
7739
7740         * BufferView.h:
7741         * BufferView.C: cosmetic change
7742
7743         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
7744
7745         * bufferlist.C:
7746         * buffer.h:
7747         * buffer.C:
7748         * lyxcb.h:
7749         * lyxcb.C:
7750         * lyxserver.C:
7751         * lyxvc.C:
7752         * vc-backend.C:
7753         * BufferView2.C: purge all "Lyx" not "LyX" strings
7754
7755         * lyxcursor.h:
7756         * lyxcursor.C: attempt to add some documentation
7757
7758         * lyxfunc.C:
7759         * commandtags.h:
7760         * LyXAction.C:
7761         * ToolbarDefaults.C:
7762         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
7763           merge with LFUN_TABULAR_INSERT
7764
7765         * Makefile.am:
7766         * SpellBase.h:
7767         * ispell.h:
7768         * ispell.C:
7769         * pspell.h:
7770         * pspell.C: split up i/pspell implementations into separate
7771           files, many cleanups
7772
7773         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
7774
7775         * text2.C: some cleanup
7776
7777         * lyxfunc.C: don't check for isp_command == "none" any more, it
7778           didn't make any sense
7779
7780 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
7781
7782         * counters.[Ch]
7783         * text2.C
7784         * paragraph.[Ch]
7785         * makefile.am: move counters functionality over
7786         from text2.C/paragraph.[Ch] to counters.[Ch], and
7787         make proper C++.
7788 2002-08-02  John Levon  <levon@movementarian.org>
7789
7790         * buffer.C: s/lyxconvert/lyx2lyx/
7791
7792 2002-08-02  Angus Leeming  <leeming@lyx.org>
7793
7794         * lyxlex.C: revert John's change as it breaks reading of the user
7795         preamble.
7796
7797 2002-08-02  Angus Leeming  <leeming@lyx.org>
7798
7799         * importer.C (Import):
7800         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
7801         changes due to LyXView::view() now returning a boost::shared_ptr.
7802
7803 2002-08-02  John Levon  <levon@movementarian.org>
7804
7805         * lyxlex.C: small cleanup
7806
7807 2002-08-02  John Levon  <levon@movementarian.org>
7808
7809         * text2.C (status): small cleanup, no logic change
7810
7811 2002-08-01  John Levon  <levon@movementarian.org>
7812
7813         * buffer.h:
7814         * buffer.C (writeFile): don't output alerts, caller
7815           handles this
7816
7817         * bufferlist.C:
7818         * lyx_cb.C: from above
7819
7820         * lyxfunc.C: allow to open non-existent files
7821
7822 2002-07-31  John Levon  <levon@movementarian.org>
7823
7824         * lyxserver.C: don't let incidental errors get
7825           in the way (errno)
7826
7827 2002-07-30  John Levon  <levon@movementarian.org>
7828
7829         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
7830
7831 2002-07-30  John Levon  <levon@movementarian.org>
7832
7833         * lyxserver.h:
7834         * lyxserver.C: remove I/O callback too
7835
7836 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7837
7838         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
7839         log.
7840
7841 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7842
7843         * many files: strip,frontStrip -> trim,ltrim,rtrim
7844
7845 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7846
7847         * PrinterParams.h: remove extern containsOnly, and include
7848         support/lstrings.h instead.
7849
7850         * LaTeX.C (scanAuxFile): modify because of strip changes
7851         (deplog): ditto
7852         * buffer.C (makeLaTeXFile): ditto
7853         * bufferparams.C (writeFile): ditt
7854         * lyxfont.C (stateText): ditto
7855         * lyxserver.C (read_ready): ditto
7856         * vc-backend.C (scanMaster): ditto
7857
7858         * BufferView_pimpl.h: ws changes
7859
7860         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
7861
7862 2002-07-26  André Pönitz <poenitz@gmx.net>
7863
7864         * kb_sequence.C: remove unnedred usings
7865
7866 2002-07-26  Juergen Vigna  <jug@sad.it>
7867
7868         * lyxfind.C (LyXReplace): we have to check better if the returned
7869         text is not of theLockingInset()->getLockingInset().
7870
7871 2002-07-25  Juergen Vigna  <jug@sad.it>
7872
7873         * lyxfind.C (LyXReplace): don't replace if we don't get the
7874         right LyXText.
7875
7876         * undo_funcs.C (createUndo): remove debugging code.
7877
7878 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
7879
7880         * buffer.C (parseSingleLyXformat2Token): Use default placement
7881         when reading old floats.
7882
7883         * FloatList.C (FloatList): Change the default placement of figure
7884         and tables to "tbp".
7885
7886 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
7887
7888         * MenuBackend.C: using std::max
7889
7890 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7891
7892         * MenuBackend.C (expandToc):
7893         (expandToc2): code moved from xforms menu frontend. It is now
7894         generic and TOCs are transparent to menu frontends.
7895
7896 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7897
7898         * toc.C (getTocList): protect against buf=0
7899
7900         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
7901         Menu as first parameter. Now, this calls itself recursively to
7902         expand a whole tree (this will be useful for TOC handling)
7903         (expandFloatInsert): remove 'wide' version of floats
7904
7905         * MenuBackend.h (submenuname): returns the name of the submenu.
7906         (submenu): returns the submenu itself, provided it has been
7907         created by MenuBackend::expand
7908
7909 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7910
7911         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
7912         insets which have noFontChange == true. (bug #172)
7913
7914 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7915
7916         * BufferView_pimpl.C: add connection objects and use them...
7917         (Pimpl): here.
7918
7919 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7920
7921         * MenuBackend.C (expandLastfiles):
7922         (expandDocuments):
7923         (expandFormats):
7924         (expandFloatListInsert):
7925         (expandFloatInsert):
7926         (expand): split expand in parts
7927
7928 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7929
7930         * lyx_gui.C: use lyx_gui::exit()
7931
7932 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7933
7934         * LyXAction.C: show the failing pseudo action
7935
7936 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
7937
7938         * buffer.C (readFile): Run the lyxconvert script in order to read
7939         old files.
7940
7941 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7942
7943         * LyXAction.C:
7944         * commandtags.h:
7945         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
7946
7947 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
7948
7949         * LyXAction.C:
7950         * commandtags.h:
7951         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
7952
7953 2002-07-22  Herbert Voss  <voss@lyx.org>
7954
7955         * lengthcommon.C:
7956         * lyxlength.[Ch]: add support for the vertical lengths
7957
7958 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
7959
7960         * toc.[Ch]: std:: fixes
7961
7962 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7963
7964         * lyxrc.C: do not include lyx_main.h
7965
7966         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
7967         for layouts
7968
7969         * lyxrc.C:
7970         * encoding.C:
7971         * bufferlist.C:
7972         * BufferView2.C: include "lyxlex.h"
7973
7974         * tabular.h:
7975         * bufferparams.h: do not #include "lyxlex.h"
7976
7977         * lyxtextclasslist.C (Add): remove method
7978         (classlist): renamed to classlist_
7979
7980         * paragraph_pimpl.C:
7981         * paragraph.C:
7982         * text2.C:
7983         * CutAndPaste.C:
7984         * bufferview_funcs.C:
7985         * bufferlist.C:
7986         * text.C:
7987         * LaTeXFeatures.C:
7988         * buffer.C:
7989         * toc.C (getTocList): use BufferParams::getLyXTextClass
7990
7991         * toc.C (getTocList): use InsetFloat::addToToc
7992
7993         * toc.[Ch]: new files, containing helper functions to handle table
7994         of contents
7995
7996         * lyxfunc.C (dispatch): no need to remove spaces around command
7997         given as a string
7998         (getStatus): handle LFUN_SEQUENCE by returning the status of the
7999         first command of the sequence; it is not very clever, but I do not
8000         have a better idea, actually
8001
8002         * LyXAction.C (LookupFunc): make sure to remove space at the
8003         beginning and end of the command
8004
8005 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8006
8007         * MenuBackend.C (getMenubar): new method: return the menubar of
8008         this menu set
8009         (read): treat differently reading of menu and menubar (in
8010         particular, the menubar has no name now)
8011         (Menu::menubar): remove
8012
8013         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8014         saving is finished
8015
8016 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8017
8018         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8019         a bibitem inset in a RTL paragraph.
8020
8021 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8022
8023         * paragraph_pimpl.C: constify
8024
8025         * BufferView_pimpl.C:
8026         * LaTeX.C:
8027         * lyxfunc.C: fix dispatch in a nicer way
8028
8029 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8030
8031         * lyxfunc.C (dispatch):
8032         * BufferView_pimpl.C:
8033         * BufferView_pimpl.h:
8034         * BufferView.C:
8035         * BufferView.h: rename Dispatch() to dispatch()
8036
8037         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8038
8039         * lyxlayout.C (Read): honor DependsOn tag
8040
8041         * lyxlayout.[Ch] (depends_on): new method
8042
8043         * version.C.in: update lyx_docversion
8044
8045         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8046
8047         * paragraph.C (validate): remove from here...
8048         * paragraph_pimpl.C (validate): ... and move here
8049         (isTextAt): make it const
8050
8051         * buffer.C (getLists): ws cleanup
8052
8053 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8054
8055         * language.C (read): Use iso8859-1 encoding in latex_lang
8056         (this prevents LyX from crashing when using iso10646-1 encoding).
8057
8058 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8059
8060         * text2.C (toggleInset): if cursor is inside an inset, close the
8061         inset and leave cursor _after_ it
8062
8063 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8064
8065         * lyxfunc.C: move minibuffer completion handling out of here
8066
8067 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8068
8069         * BufferView_pimpl.C:
8070         * LaTeX.C: fix dispatch calls
8071
8072 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8073
8074         * text.C (drawChars): Fix Arabic text rendering.
8075
8076 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8077
8078         * LyXAction.C:
8079         * commandtags.h:
8080         * lyxfunc.C: remove message-push/pop
8081
8082         * lyxserver.C:
8083         * lyxfunc.h:
8084         * lyxfunc.C: rationalise some code by removing verboseDispatch
8085           in favour of a bool argument to dispatch()
8086
8087 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8088
8089         * lyx_main.C (init): make sure to read symlinks as absolute paths
8090
8091 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8092
8093         * lyxfunc.h:
8094         * lyxfunc.C: no need for commandshortcut to be a member
8095
8096 2002-07-15  André Pönitz <poenitz@gmx.net>
8097
8098         * converter.C: add support for $$s (scripts from lib/scripts dir)
8099         * lyx_main.C: white space
8100
8101 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8102
8103         * bufferlist.C:
8104         * lyxrc.h:
8105         * lyxrc.C: remove second exit confirmation
8106
8107 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8108
8109         * BufferView.h:
8110         * BufferView.C:
8111         * BufferView2.C:
8112         * BufferView_pimpl.h:
8113         * BufferView_pimpl.C:
8114         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8115
8116 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8117
8118         * MenuBackend.C (expand): add numeric shortcuts to document menu
8119
8120         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8121
8122 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8123
8124         * lyxfont.C (setLyXFamily):
8125         (setLyXSeries):
8126         (setLyXShape):
8127         (setLyXSize):
8128         (setLyXMisc):
8129         (lyxRead):
8130         * debug.C (value):
8131         * buffer.C (asciiParagraph): use ascii_lowercase
8132
8133 2002-07-15  Mike Fabian  <mfabian@suse.de>
8134
8135         * lyxlex_pimpl.C (search_kw):
8136         * lyxlex.C (getLongString):
8137         * converter.h (operator<):
8138         * converter.C (operator<):
8139         * buffer.C (parseSingleLyXformat2Token):
8140         (asciiParagraph):
8141         * ToolbarDefaults.C (read):
8142         * MenuBackend.C (checkShortcuts):
8143         (read):
8144         * LColor.C (getFromGUIName):
8145         (getFromLyXName): use the compare_ascii_no_case instead of
8146         compare_no_case, because in turkish, 'i' is not the lowercase
8147         version of 'I', and thus turkish locale breaks parsing of tags.
8148
8149 2002-07-16  Angus Leeming  <leeming@lyx.org>
8150
8151         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8152         now takes a Buffer const & argument.
8153
8154 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8155
8156         * BufferView.C (resize): check there's a buffer to resize
8157
8158 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8159
8160         * lyxfunc.C: remove dead code
8161
8162         * lyxserver.h:
8163         * lyxserver.C: use lyx_guii::set_read_callback
8164
8165 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8166
8167         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8168         an inset in a RTL paragraph.
8169
8170 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8171
8172         * lyxfunc.C: repaint after a font size update
8173
8174 2002-07-15  André Pönitz <poenitz@gmx.net>
8175
8176         * lyxlength.C: inBP should be able to return negative values
8177
8178 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8179
8180         * lyxfunc.C: use lyx_gui::update_fonts()
8181
8182 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8183
8184         * lyxfunc.C: use lyx_gui::update_color()
8185
8186 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8187
8188         * bufferlist.C:
8189         * lyxfunc.h:
8190         * lyxfunc.C:
8191         * lyxrc.h:
8192         * lyxrc.C: remove file->new asks for name option, and let
8193           buffer-new take an argument
8194
8195 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8196
8197         * BufferView_pimpl.C: remove unneeded extra repaint()
8198
8199 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8200
8201         * LyXAction.C: allow command-sequence with NoBuffer
8202
8203         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8204
8205 2002-07-10  Angus Leeming  <leeming@lyx.org>
8206
8207         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8208
8209 2002-07-09  Angus Leeming  <leeming@lyx.org>
8210
8211         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8212
8213 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8214
8215         * lengthcommon.h: whitespace
8216
8217         * lyxfunc.C: update scrollbar after goto paragraph
8218
8219         * lyxtext.h: factor out page break drawing, and fix it so
8220           page break/added space paints as selected nicely
8221
8222 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8223
8224         * BufferView_pimpl.C: add FIXMEs, clean up a little
8225
8226 2002-07-09  André Pönitz <poenitz@gmx.net>
8227
8228         * lyxfont.[Ch]: support for wasy symbols
8229
8230 2002-07-08  André Pönitz <poenitz@gmx.net>
8231
8232         * BufferView_pimpl.C: apply John's patch for #93.
8233
8234 2002-07-05  Angus Leeming  <leeming@lyx.org>
8235
8236         * BufferView_pimpl.C (buffer): generate previews if desired.
8237
8238         * LColor.h: add "preview" to the color enum.
8239
8240         * LColor.C (LColor): add a corresponding entry to the items array.
8241
8242         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
8243         with this buffer.
8244
8245 2002-07-05  Angus Leeming  <leeming@lyx.org>
8246
8247         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
8248         The body of the code is now in the method that is passed an ostream &
8249         rather than a file name.
8250         Pass an additional only_preamble parameter, useful for the forthcoming
8251         preview stuff.
8252
8253 2002-07-03  André Pönitz <poenitz@gmx.net>
8254
8255         * lyxfunc.C: simplify getStatus() a bit for math stuff
8256
8257 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8258
8259         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
8260
8261 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8262
8263         * text.C (changeRegionCase): do not change case of all the
8264         document when region ends at paragraph end (bug #461)
8265
8266 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8267
8268         * paragraph.C (startTeXParParams):
8269         (endTeXParParams): add \protect when necessary
8270
8271 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8272
8273         * BufferView_pimpl.C (workAreaExpose): remove warning
8274
8275 2002-06-27  Angus Leeming  <leeming@lyx.org>
8276
8277         * Makefile.am: add lyxlayout_ptr_fwd.h.
8278
8279 2002-06-26  André Pönitz <poenitz@gmx.net>
8280
8281         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
8282
8283 2002-06-25  Angus Leeming  <leeming@lyx.org>
8284
8285         * lyxfunc.C (dispatch): Comment out the call to
8286         grfx::GCache::changeDisplay. The method no longer exists now that the
8287         pixmap generation part of the graphics loader has been moved into
8288         InsetGraphics.
8289
8290 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8291
8292         * text2.C: layout as layout
8293
8294         * text.C: layout as layout
8295
8296         * tabular.C (OldFormatRead): layout as layout
8297
8298         * paragraph_pimpl.C (TeXDeeper): layout as layout
8299         (realizeFont): layout as layout
8300
8301         * paragraph.C (writeFile): layout as layout
8302         (validate): layout as layout
8303         (getFont): layout as layout
8304         (getLabelFont): layout as layout
8305         (getLayoutFont): layout as layout
8306         (breakParagraph): layout as layout
8307         (stripLeadingSpaces): layout as layout
8308         (getEndLabel): layout as layout
8309         (getMaxDepthAfter): layout as layout
8310         (applyLayout): layout as layout
8311         (TeXOnePar): layout as layout
8312         (simpleTeXOnePar): layout as layout
8313         (TeXEnvironment): layout as layout
8314         (layout): layout as layout
8315         (layout): layout as layout
8316
8317         * lyxtextclass.C (compare_name): new functor to work with
8318         shared_ptr, layout as layout
8319         (Read): layout as layout
8320         (hasLayout): layout as layout
8321         (operator): layout as layout
8322         (delete_layout): layout as layout
8323         (defaultLayout): layout as layout
8324
8325         * lyxlayout_ptr_fwd.h: new file
8326
8327         * lyxlayout.C (Read): layout as layout
8328
8329         * lyx_cb.C (MenuInsertLabel): layout as layout
8330
8331         * bufferlist.C (newFile): layout as layout
8332
8333         * buffer.C (readLyXformat2): layout as layout
8334         (parseSingleLyXformat2Token): layout as layout
8335         (insertStringAsLines): layout as layout
8336         (asciiParagraph): layout as layout
8337         (latexParagraphs): layout as layout
8338         (makeLinuxDocFile): layout as layout
8339         (simpleLinuxDocOnePar): layout as layout
8340         (makeDocBookFile): layout as layout
8341         (simpleDocBookOnePar): layout as layout
8342         (getLists): layout as layout
8343
8344         * LaTeXFeatures.C (getTClassPreamble): layout as layout
8345
8346         * CutAndPaste.C (cutSelection): layout as layout
8347         (pasteSelection): layout as layout
8348         (SwitchLayoutsBetweenClasses): layout as layout
8349
8350         * BufferView_pimpl.C (Dispatch): layout as layout
8351         (smartQuote): layout as layout
8352
8353         * BufferView2.C (unlockInset): layout as layout
8354
8355 2002-06-24  André Pönitz <poenitz@gmx.net>
8356
8357         * lyxfunc.C: fix #487
8358
8359 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8360
8361         * lyxrc.h:
8362         * lyxrc.C:
8363         * lyxfunc.C: remove display_shortcuts, show_banner
8364
8365 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8366
8367         * Buffer_pimpl.C: oops, update on resize
8368
8369 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8370
8371         * buffer.C:
8372         * converter.C:
8373         * exporter.C:
8374         * lyxfunc.C:
8375         * BufferView.h:
8376         * BufferView.C: use repaint()
8377
8378         * BufferView_pimpl.h:
8379         * BufferView_pimpl.C: s/updateScreen()/repaint()/
8380           as it's a clearer description. Remove superfluous
8381           redraws.
8382
8383 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8384
8385         * text.C: fix bug 488. Not ideal, but getting
8386           getWord() to work properly for the insets that
8387           matter is more difficult ...
8388
8389 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8390
8391         * BufferView_pimpl.C:
8392         * LyXAction.C:
8393         * commandtags.h:
8394         * lyxfunc.C: remove the six million index lyxfuncs to just
8395           one, and DTRT (bug 458)
8396
8397 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8398
8399         * BufferView.h:
8400         * BufferView.C:
8401         * BufferView_pimpl.h:
8402         * BufferView_pimpl.C: clean up resize() stuff,
8403           and unnecessary updateScreen()s
8404
8405 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8406
8407         * BufferView.h:
8408         * BufferView.C:
8409         * BufferView_pimpl.h:
8410         * BufferView_pimpl.C:
8411         * lyxfind.h:
8412         * lyxfind.C:
8413         * minibuffer.C: remove focus management of workarea,
8414           not needed. Use screen's greyOut()
8415
8416 2002-06-17  Herbert Voss  <voss@lyx.org>
8417
8418         * converter.C: (convert) do not post a message, when converting
8419         fails, let the calling function decide what to do in this case
8420
8421 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
8422
8423         * lyxfunc.C: tidy up a little
8424
8425 2002-06-16    <alstrup@diku.dk>
8426
8427         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
8428         Got rid of FORMS_H_LOCATION include. Now we are
8429         GUII.
8430
8431 2002-06-15  LyX Development team  <lyx@rilke>
8432
8433         * buffer.[Ch] (sgmlOpenTag):
8434         (sgmlCloseTag): Added support for avoiding pernicious mixed
8435         content. Return number of lines written.
8436
8437         (makeLinuxDocFile):
8438         (makeDocBookFile): Fixed calls to sgml*Tag.
8439         Simple white space clean.
8440
8441         (simpleDocBookOnePar): Simple white space clean.
8442
8443         * tabular.[Ch] (docBook): Renamed to docbook and got another
8444         argument to related with the pernicious mixed content.
8445
8446         (docbookRow): Fixed calls for docbook inset method.
8447
8448 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
8449
8450         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
8451         so it's X11 independent.
8452
8453         * kb*.[Ch]: ditto.
8454
8455         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
8456
8457 2002-06-15  Lyx Development team  <lyx@electronia>
8458
8459         * intl.h: Renamed getTrans to getTransManager.
8460
8461 2002-06-14  Angus Leeming  <leeming@lyx.org>
8462
8463         * Makefile.am: nuke forgotten stl_string_fwd.h.
8464
8465 2002-06-12  Angus Leeming  <leeming@lyx.org>
8466
8467         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
8468
8469 2002-06-13  Angus Leeming  <leeming@lyx.org>
8470
8471         * LaTeX.C:
8472         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
8473
8474 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
8475
8476         * kbmap.C (getiso): add support for cyrillic and greek
8477
8478 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8479
8480         * BufferView.h:
8481         * BufferView.C:
8482         * BufferView_pimpl.h:
8483         * BufferView_pimpl.C: move bogus scrolling logic
8484           to xforms
8485
8486 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8487
8488         * lyxfunc.C:
8489         * BufferView_pimpl.C: view->resize() change
8490
8491 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8492
8493         * BufferView_pimpl.C: topCursorVisible
8494           prototype change
8495
8496 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8497
8498         * Makefile.am:
8499         * lyx_gui.h:
8500         * lyx_gui.C: move to frontends/
8501
8502         * main.C:
8503         * lyx_main.h:
8504         * lyx_main.C: changes from above
8505
8506 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8507
8508         * intl.C:
8509         * intl.h:
8510         * kbmap.C:
8511         * kbsequence.C:
8512         * lyx_cb.C:
8513         * lyx_main.C: minor tidy
8514
8515 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8516
8517         * BufferView_pimpl.h:
8518         * BufferView_pimpl.C:
8519         * BufferView.h:
8520         * BufferView.C: make painter() const,
8521           remove dead code
8522
8523         * BufferView2.C: use screen() accessor
8524
8525         * lyx_main.h:
8526         * lyx_main.C: some minor cleanup
8527
8528 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8529
8530         * BufferView_pimpl.h:
8531         * BufferView_pimpl.C: remove enter/leaveView,
8532           use workHeight()
8533
8534 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8535
8536         * BufferView.h:
8537         * BufferView.C:
8538         * BufferView2.C:
8539         * BufferView_pimpl.h:
8540         * BufferView_pimpl.C: only construct screen once,
8541           rename
8542
8543         * lyxrc.C: remove pointless comment
8544
8545 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8546
8547         * BufferView.h:
8548         * BufferView.C: remove active() and belowMouse()
8549
8550         * BufferView_pimpl.h:
8551         * BufferView_pimpl.C: use workarea() not workarea_,
8552           and make it use a scoped_ptr instead
8553
8554 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8555
8556         * lyx_gui.C: add debug message on BadWindow
8557
8558 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8559
8560         * sp_spell.C: fdopen is not part of the C++ standard.
8561
8562         * paragraph.C (InsetIterator): use >= instead of ==
8563
8564 2002-06-07  Angus Leeming  <leeming@lyx.org>
8565
8566         Fixes needed to compile with Compaq cxx 6.5.
8567         * BufferView_pimpl.C:
8568         * DepTable.C:
8569         * buffer.C:
8570         * converter.C:
8571         * encoding.C:
8572         * lyx_gui.C:
8573         * lyx_main.C:
8574         * lyxtextclasslist.C:
8575         * minibuffer.C:
8576         * sp_spell.C:
8577         * tabular_funcs.C:
8578         * vc-backend.C:
8579         all c-library variables have been moved into namespace std. Wrap
8580         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
8581
8582         * lyxlength.C:
8583         * tabular-old.C:
8584         * tabular.C:
8585         Add a using std::abs declaration.
8586
8587         * kbmap.h (modifier_pair):
8588         * paragraph.h (InsetTable, InsetList):
8589         * lyxfont.h (FontBits):
8590         type definition made public.
8591
8592         * bufferlist.C (emergencyWriteAll): the compiler complains that
8593         there is more than one possible lyx::class_fun template to choose from.
8594         I re-named the void specialisation as lyx::void_class_fun.
8595
8596         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
8597
8598         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
8599         the compiler is is unable to find tostr in write_attribute.
8600
8601 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8602
8603         * buffer.C (sgmlError): hide #warning
8604
8605 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8606
8607         * xtl/*: get rid of xtl, which is not in use anyway
8608
8609         * LyXAction.C (init):
8610         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
8611         were unimplemented xtl experimentation
8612
8613 2002-06-04  André Pönitz <poenitz@gmx.net>
8614
8615         * lyxfunc.C: disable array operation on simple formulae
8616
8617 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
8618
8619         * converter.C: constify a bit
8620
8621 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
8622
8623         * lyx_gui.C: check xforms version correctly
8624
8625 2002-04-30  Herbert Voss  <voss@lyx.org>
8626
8627         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
8628         "keep" option
8629
8630 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
8631
8632         * lyxvc.C: fix bug 416 (make sure buffer is saved before
8633           attempt to register it with a VCS)
8634
8635 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8636
8637         * lyx_main.C (init): honor variables LYX_DIR_13x and
8638         LYX_USERDIR_13x
8639
8640 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8641
8642         * buffer.h:
8643         * buffer.C:
8644         * lyx_main.C: fix a crash on bad command line,
8645           and give a useful exit status on error
8646
8647         * lyxfunc.C (doImport): allow -i lyx to work
8648
8649 2002-03-30  André Pönitz <poenitz@gmx.net>
8650
8651         * lyxfunc.C: mathed font changes
8652
8653 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8654
8655         * LaTeX.C:
8656         * importer.h:
8657         * importer.C:
8658         * lyx_sty.h:
8659         * lyx_sty.C:
8660         * lyxlex.C:
8661         * lyxrow.h:
8662         * lyxtext.h:
8663         * paragraph.h:
8664         * paragraph.C:
8665         * texrow.h:
8666         * texrow.C:
8667         * text.C:
8668         * trans_mgr.h: srcdocs, and some minor cleanups
8669
8670 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8671
8672         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
8673         call getFont all the time)
8674
8675 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8676
8677         * switch from SigC signals to boost::signals
8678
8679 2002-05-29  André Pönitz <poenitz@gmx.net>
8680
8681         * paragraph_pimpl.C (getChar): don't call size() too often...
8682
8683 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8684
8685         * paragraph_pimpl.C (insertChar): do not try to update tables when
8686         appending (pos == size())
8687
8688         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
8689         in order to reduce drastically the number of comparisons needed to
8690         parse a large document
8691
8692 2002-05-29  André Pönitz <poenitz@gmx.net>
8693
8694         * text.C:
8695         * text2.C:
8696         * lyxtextclass.C:
8697         * sp_pspell.h:
8698         * textclasslist.[Ch]:
8699         * sp_ispell.h: whitespace change
8700
8701 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8702
8703         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
8704         lyxaction directly now.
8705
8706 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
8707
8708         * trans.C:
8709         * lyxfont.C:
8710         * lyxvc.C: remove unused headers
8711
8712 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8713
8714         * Makefile.am:
8715         * buffer.h:
8716         * undostack.h:
8717         * undostack.C:
8718         * undo_funcs.h:
8719         * undo_funcs.C: some cleanups. Use shared_ptr
8720           and a template for the undo stacks.
8721
8722 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8723
8724         * BufferView_pimpl.h:
8725         * BufferView_pimpl.C:
8726         * kbmap.h:
8727         * kbmap.C:
8728         * kbsequence.h:
8729         * kbsequence.C:
8730         * lyxfunc.h:
8731         * lyxfunc.C:
8732         * text2.C: use key_state/mouse_state
8733
8734 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8735
8736         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
8737         and LSubstring
8738
8739         * chset.C: change include order
8740         (loadFile): use boost regex and get rid of LRegex and LSubstring
8741
8742         * Makefile.am (BOOST_LIBS): new variable
8743         (lyx_LDADD): use it
8744
8745         * LaTeX.C: change include order.
8746         (scanAuxFile): use boost regex and get rid of LRegex and
8747         LSubstring
8748         (deplog): ditto
8749
8750 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8751
8752         * ColorHandler.h:
8753         * ColorHandler.C:
8754         * FontInfo.h:
8755         * FontInfo.C: moved to frontends/xforms/
8756
8757         * FontLoader.h:
8758         * FontLoader.C: moved into frontends for GUIIzation
8759
8760         * Makefile.am:
8761         * lyx_gui.C:
8762         * lyxfont.C:
8763         * lyxfunc.C: changes from above
8764
8765 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8766
8767         * LColor.C: remove spurious X include
8768
8769         * BufferView_pimpl.C:
8770         * Makefile.am:
8771         * font.h:
8772         * font.C:
8773         * text.C:
8774         * text2.C: move font metrics to frontends/
8775
8776 2002-05-24  Juergen Vigna  <jug@sad.it>
8777
8778         * undo_funcs.C (textHandleUndo): fix the cursor selection after
8779         setting the undo_cursor.
8780
8781         * ParagraphParameters.h: include local includes first.
8782
8783 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8784
8785         * BufferView_pimpl.C:
8786         * BufferView_pimpl.h:
8787         * Makefile.am:
8788         * WorkArea.h:
8789         * WorkArea.C:
8790         * screen.C: move WorkArea into frontends/
8791
8792         * lyxscreen.h:
8793         * screen.C:
8794         * text.C:
8795         * BufferView.C:
8796         * BufferView2.C: move LyXScreen into frontends/
8797
8798         * lyxlookup.h:
8799         * lyxlookup.C:
8800         * lyx_gui.C: move lyxlookup into frontends/xforms/
8801
8802 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8803
8804         * BufferView2.C:
8805         * BufferView_pimpl.C:
8806         * FontLoader.C:
8807         * LyXView.h:
8808         * LyXView.C:
8809         * Makefile.am:
8810         * WorkArea.C:
8811         * XFormsView.h:
8812         * XFormsView.C:
8813         * buffer.C:
8814         * bufferlist.C:
8815         * bufferview_funcs.C:
8816         * converter.C:
8817         * importer.C:
8818         * lyx_cb.C:
8819         * lyx_gui.C:
8820         * lyx_main.C:
8821         * lyx_find.C:
8822         * lyxfunc.C:
8823         * lyxvc.C:
8824         * minibuffer.C:
8825         * text.C:
8826         * text2.C:
8827         * trans.C:
8828         * vc-backend.C: move LyX/XFormsView into frontends/
8829
8830 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8831
8832         * Makefile.am:
8833         * PainterBase.C:
8834         * PainterBase.h:
8835         * Painter.C:
8836         * Painter.h:
8837         * WorkArea.C:
8838         * WorkArea.h:
8839         * screen.C:
8840         * tabular.C:
8841         * text.C:
8842         * text2.C: move Painter to frontends/
8843
8844 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8845
8846         * buffer.C: comment out some some code that depend upon lyx_format
8847         < 220
8848
8849         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
8850         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
8851
8852         * buffer.h (NO_COMPABILITY): turn off compability
8853
8854         * ColorHandler.C: include scoped_array.hpp
8855
8856         * font.C: Use more specific smart_ptr header.
8857         * Painter.C: ditto
8858         * gettext.C: ditto
8859         * ShareContainer.h: ditto
8860         * lyx_main.h: ditto
8861         * kbmap.h: ditto
8862         * FontInfo.h: ditto
8863         * BufferView_pimpl.h: ditto
8864         * ColorHandler.h: ditto
8865
8866         * kbmap.C (defkey): change call to shared_ptr::reset
8867
8868 2002-05-21  Juergen Vigna  <jug@sad.it>
8869
8870         * buffer.C (insertErtContents): fix to insert ert asis if it is
8871         non empty. Skip it completely if it contains only whitespaces.
8872
8873 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
8874
8875         * BufferView_pimpl.C:
8876         * BufferView2.C: clear selection on paste (bug 393)
8877
8878 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8879
8880         * DepTable.C: include ctime
8881
8882 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
8883
8884         * buffer.C (latexParagraphs): Add new argument (moving_arg).
8885
8886 2002-05-14  Juergen Vigna  <jug@sad.it>
8887
8888         * text.C (breakParagraph): fixed function to honor the keepempty
8889         layout in the right maner and also to permit the right breaking
8890         algorithm on empty or non empyt keepempty paragraphs.
8891
8892         * paragraph.C (breakParagraph): we have to check also if the par
8893         is really empty (!size()) for isempty otherwise we do the wrong
8894         paragraph break.
8895
8896 2002-05-10  Juergen Vigna  <jug@sad.it>
8897
8898         * buffer.[Ch] : The following are only changes to the ert
8899         compatibility read reading old LaTeX layout and font stuff and
8900         convert it to ERTInsets.
8901
8902         * buffer.h: added isErtInset().
8903
8904         * buffer.C (struct ErtComp): add a fromlayout bool to check
8905         if we're inside a LaTeX layout.
8906         (isErtInset): new helper function.
8907         (insertErtContents): look for other ert insets before this one
8908         and insert the contents there, so that we don't have subsequent
8909         ERT insets with nothing between them. This way we create only one
8910         inset with multiple paragraphs. Also check if we don't insert only
8911         spaces ' ' as they are ignored anyway afterwards in the .tex file
8912         so if we have only spaces we will ignore this latex part in the
8913         new file.
8914         (parseSingleLyXformat2Token \\layout): better compatibility when
8915         reading layout-latex stuff.
8916         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
8917         language tag.
8918         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
8919         stuff after reading the inset only get the information back from
8920         the stack.
8921
8922 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
8923
8924         * buffer.C (makeLaTeXFile): Put language options after loading babel.
8925
8926         * LaTeXFeatures.C (getBabelOptions): New method.
8927
8928 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8929
8930         * BufferView_pimpl.C (Dispatch): work around missing argument for
8931         'layout'
8932
8933 2002-05-08  Juergen Vigna  <jug@sad.it>
8934
8935         * text.C (leftMargin): handle paragraph leftindent.
8936
8937         * paragraph.C (writeFile): write the new \\leftindent tag.
8938         (validate): handle leftindent code.
8939         (TeXEnvironment): handle paragraphleftindent code again.
8940
8941         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
8942
8943         * buffer.C (parseSingleLyXformat2Token): added compatibility code
8944         for paragrap_extra indent code and new token \\leftindent.
8945         (latexParagraphs): handle the leftindent as environment.
8946
8947         * ParameterStruct.h: added leftindent support.
8948
8949         * ParagraphParameters.C (leftIndent): added support functions for
8950         the paragraph left indent.
8951
8952         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
8953         more appropriate.
8954
8955 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
8956
8957         * paragraph.C (isRightToLeftPar): Return false for a paragraph
8958         inside insetERT.
8959
8960         * text.C (computeBidiTables): No bidi in insetERT.
8961
8962         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
8963         in RTL documents.
8964
8965 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8966
8967         * version.C.in: pre 5
8968
8969 2002-05-02  José Matos  <jamatos@fep.up.pt>
8970         * buffer.C (makeDocBookFile): white space changes, add newline to
8971         command styles.
8972         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
8973
8974         * tabular.C (docBook): fix typo.
8975
8976 2002-05-03  Juergen Vigna  <jug@sad.it>
8977
8978         * screen.C (drawFromTo): recalculate the rowpointer if we had a
8979         change in LyXText as we can not be sure it was not freed.
8980         (drawOneRow): remove unused code.
8981
8982         * text.C (drawInset): redo the calculation of the need_break_row as
8983         it could have a row which was already freed.
8984         (draw): look at the return value of drawInset and return false if
8985         it also returned false.
8986         (paintRowText): look at the return value of draw and return false if
8987         it also returned false.
8988
8989         * lyxtext.h: added bool return type to drawInset() and draw() so that
8990         if we have a change in the row so that the rowbreak has to be redone
8991         we abort drawing as it will be called again.
8992
8993 2002-05-02  Juergen Vigna  <jug@sad.it>
8994
8995         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
8996         a change in the maintext also if we're inside an inset.
8997         (Dispatch): set the cursor again after a break line and after the
8998         screen has been updated as it could be we're in a different row.
8999
9000         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9001         to set the cursor behind the pargraph with > size().
9002         (setCursor): check also for the same paragraph when checking where
9003         to put the cursor if we have a NFR inset.
9004
9005         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9006         parts of layout read further up as it still was in the wrong
9007         position.
9008
9009 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9010
9011         * screen.C (drawFromTo): change sine fullRebreak always return
9012         true.
9013
9014         * buffer.C (parseSingleLyXformat2Token): reindent some
9015
9016         * BufferView_pimpl.C (update): change since fullRebreak always
9017         return true.
9018         (Dispatch): git rid of the last hardcoded "Standard"s.
9019
9020 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9021
9022         * text2.[Ch] (fullRebreak): make it return void now that we always
9023         returned true.
9024
9025 2002-04-30  Juergen Vigna  <jug@sad.it>
9026
9027         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9028         ert compatibility check for "latex" layout.
9029
9030 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9031
9032         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9033         minipages: use col% instead of p%, and also use the current font.
9034         (makeLaTeXFile): Fix use babel condition.
9035         (parseSingleLyXformat2Token): Correct font when reading old floats.
9036
9037 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9038
9039         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9040         inserting list of floats.
9041
9042 2002-04-25  Herbert Voss  <voss@lyx.org>
9043
9044         * MenuBackend.C (expand): don't add the graphics extensions to the
9045         export menu
9046
9047 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9048
9049         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9050         non-existing layout, do not complain if it was the default layout
9051         of the original class (bug #342)
9052
9053 2002-04-24  Juergen Vigna  <jug@sad.it>
9054
9055         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9056         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9057
9058 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9059
9060         * buffer.C (getBibkeyList): If using \bibliography, return the
9061         option field with the reference itself. Enables us to provide natbib
9062         support when using \bibliography.
9063
9064 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9065
9066         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9067
9068         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9069         natbib is provided by the LaTeX class.
9070
9071 2002-04-23  Juergen Vigna  <jug@sad.it>
9072
9073         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9074         Wakeup functions.
9075
9076         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9077
9078 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9079
9080         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9081
9082         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9083         ensuremath around textordmasculine, textordfeminine and
9084         textdegree.
9085
9086 2002-04-19  Juergen Vigna  <jug@sad.it>
9087
9088         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9089         reinitializing the buffer otherwise row-dimensions may be wrong.
9090         (update): reset also the selection cursors if they do exits otherwise
9091         their x/y positions may be wrong.
9092
9093         * text2.C (cursorDown): don't enter the inset if we came from a row
9094         above and are one row over the inset.
9095
9096         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9097         really leaving an inset.
9098
9099 2002-04-18  Juergen Vigna  <jug@sad.it>
9100
9101         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9102         of the selected paragraph does not have the selected layout also if
9103         the last one had!
9104
9105         * text2.C (setLayout): fixed bug which did not change last selected
9106         paragraph.
9107
9108         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9109         changed the read and substituted \\end_float with \\end_inset!
9110
9111         * BufferView_pimpl.C (cursorPrevious):
9112         (cursorNext): fixed to make it work with rows heigher than the work
9113         area without moving the cursor only the draw of the row.
9114         (workAreaMotionNotify): fix jumping over high rows.
9115
9116 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9117
9118         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9119         Ressler.
9120
9121 2002-04-16  Juergen Vigna  <jug@sad.it>
9122
9123         * text2.C (setCursor): set also the irow().
9124         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9125         (cursorUp):
9126         (cursorDown): support for locking an inset if the x_fix value goes
9127         inside it. That way I can transverse insets too with cursor up/down.
9128
9129         * lyxrow.h: added irow helper function same as other (i) functions.
9130
9131         * BufferView_pimpl.C (cursorPrevious):
9132         (cursorNext): fixed for insets!
9133
9134 2002-04-15  Juergen Vigna  <jug@sad.it>
9135
9136         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9137         position otherwise it is wrong in some cases.
9138
9139         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9140         inside the inset before the call.
9141
9142 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9143
9144         * buffer.[Ch] (getBibkeyList): make it const.
9145
9146 2002-04-12  Juergen Vigna  <jug@sad.it>
9147
9148         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9149
9150         * text2.C (getCursorX): new helper function
9151         (setCursor): compute also ix_
9152         (setCursorFromCoordinates): set also ix.
9153
9154         * lyxcursor.h: added ix_ and helper functions.
9155
9156         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9157
9158         * buffer.C (insertStringAsLines): dont break paragraph if the this
9159         paragraph is inside an inset which does not permit it!
9160
9161         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9162         also with no chars on this paragraph.
9163         (paintRowText): only paint stuff if it's inside the workarea!
9164
9165         * paragraph.C (breakParagraph): honor keepempty flag and break the
9166         paragraph always below not above.
9167
9168         * BufferView2.C (unlockInset): update the paragraph layout on inset
9169         unlock as we changed paragraph in such a case.
9170
9171         * lyxfind.C (LyXFind): clear the former selection if not found!
9172
9173         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9174         again called in insertChar().
9175
9176         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9177         an inset which uses the whole row!
9178         (rightMargin): ditto.
9179         (insertChar): force a rebreak if we inserted an inset!
9180
9181 2002-03-28  Herbert Voss  <voss@lyx.org>
9182
9183         * lyxlength.[Ch]: add inBP() to get the right PS-point
9184         units (BigPoint). With inPixels we have rounding errors
9185
9186 2002-04-11  Juergen Vigna  <jug@sad.it>
9187
9188         * text2.C (setCursorFromCoordinates): set iy to the right value.
9189         (setCursor): add check if row->previous exists!
9190
9191         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9192         an old float_type as this was the case in the old code!
9193
9194         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9195
9196         * BufferView2.C (showLockedInsetCursor): use iy
9197         (fitLockedInsetCursor): ditto
9198
9199         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9200         locked insets as there we have the right value now.
9201
9202         * lyxcursor.C: added iy_ variable and iy functions to set to the
9203         baseline of cursor-y of the locked inset.
9204
9205         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9206         (setCursor): fixed for insets which need a full row.
9207
9208         * text.C (rowLastPrintable): don't ignore the last space when before
9209         an inset which needs a full row.
9210         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9211         as last character of a row when before a inset which needs a full row.
9212
9213 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9214
9215         * version.C.in: update date
9216
9217         * text2.C (fullRebreak): try to always return true and see what
9218         happens...
9219
9220 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9221
9222         * MenuBackend.C (expand): use Floating::listName
9223
9224         * FloatList.C (FloatList): add listName argument to the built-in
9225         floats
9226
9227         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9228         text associated with the float.
9229
9230 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9231
9232         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
9233
9234 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9235
9236         * ShareContainer.h: add a couple of missing typenames.
9237
9238 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
9239
9240         * lyxrc.C (getDescription): use _() correctly rather than N_().
9241
9242 2002-03-28  Herbert Voss  <voss@lyx.org>
9243
9244         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
9245         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
9246
9247 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9248
9249         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
9250         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
9251
9252 2002-03-29  Juergen Vigna  <jug@sad.it>
9253
9254         * lyxfunc.C (dispatch): add a missing fitCursor call.
9255
9256         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
9257         it was scrolled by a cursor move, so return the bool status.
9258
9259         * BufferView.C (fitCursor): return the bool flag also to the outside
9260         world as this is needed.
9261
9262         * screen.C (toggleToggle): don't subtract the offset if it's positive.
9263
9264         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
9265         call the edit() as it is not needed (and wrong) IMO.
9266         (workAreaButtonPress): set the screen_first variable before evt.
9267         unlock the inset as this may change screen_first and then we have
9268         a wrong y position for the click!
9269
9270 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9271
9272         * MenuBackend.C (expand): another translation that I missed
9273
9274 2002-03-28  Juergen Vigna  <jug@sad.it>
9275
9276         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
9277
9278         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
9279
9280 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9281
9282         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
9283
9284         * MenuBackend.C (expand): fix export/view/update when there is no
9285         document open.
9286
9287 2002-03-27  Herbert Voss  <voss@lyx.org>
9288
9289         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
9290         and text%
9291
9292 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9293
9294         * bufferview_funcs.C (currentState): only show paragraph number
9295         for is DEVEL_VERSION is set.
9296
9297         * lyxfunc.C (dispatch): put warning in INFO channel
9298
9299         * MenuBackend.C (expand): translate the name of floats
9300
9301         * FloatList.C (FloatList): mark the float names for translation
9302
9303         * converter.C (convert): use LibScriptSearch
9304
9305 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9306
9307         * MenuBackend.C (defaults): fix default menu (we might as well get
9308         rid of it...)
9309
9310 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9311
9312         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
9313         directory.
9314
9315 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9316
9317         * lyxvc.C: reorder includes.
9318
9319 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
9320
9321         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
9322           properly
9323
9324 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
9325
9326         * CutAndPaste.C: change layouts earlier on paste
9327           to avoid crashing when calling getFont()
9328
9329 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
9330
9331         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
9332         irritating #error.
9333
9334 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9335
9336         * WorkArea.C: remove 'Pending' debug message.
9337
9338         * most files: ws cleanup
9339
9340         * buffer.[Ch]: ws changes
9341
9342         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
9343
9344 2002-03-21  Juergen Vigna  <jug@sad.it>
9345
9346         * tabular.C (SetMultiColumn): collapse also the contents of the
9347         cells and set the last border right. Added a Buffer const * param.
9348
9349 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9350
9351         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
9352         linking or not.
9353
9354 2002-03-19  Juergen Vigna  <jug@sad.it>
9355
9356         * text2.C (clearSelection): reset also xsel_cache.
9357
9358         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
9359         where it needs to be called (John tells us to do so too :)
9360         (selectionLost): reset sel_cache.
9361
9362         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
9363
9364 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9365
9366         * text2.C (setCursorIntern): put debuging code in INSETS channel
9367
9368 2002-03-19  André Pönitz <poenitz@gmx.net>
9369
9370         * lyxfunc.C: tiny whitespace change
9371
9372 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9373
9374         * ToolbarDefaults.C (init):
9375         * LyXAction.C (init):
9376         * commandtags.h:
9377         * BufferView_pimpl.C (Dispatch):
9378         * lyxfunc.C (dispatch): remove LFUN_DEPTH
9379
9380 2002-03-19  Allan Rae  <rae@lyx.org>
9381
9382         * exporter.C (Export): removeAutoInsets before doing anything else.
9383         While I've just introduced a dependency on BufferView this really is
9384         the best place to clean the buffer otherwise you need to cleanup in
9385         a dozen places before calling export or cleanup in a dozen functions
9386         that export calls.
9387
9388         * converter.C (runLaTeX):
9389         (scanLog): Better handling of removeAutoInsets and screen updates.
9390
9391         * lyxfunc.C (dispatch): small whitespace changes
9392
9393 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9394
9395         * WorkArea.C (C_WorkAreaEvent): return a value.
9396         (event_cb): return 1 if we handled the event, 0 otherwise.
9397
9398         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
9399
9400 2002-03-18  Juergen Vigna  <jug@sad.it>
9401
9402         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
9403         (GetAdditionalWidth): ditto.
9404         (RightLine): ditto.
9405         (LeftLine): ditto.
9406
9407         * BufferView2.C (copy): use getLyXText() so that we do it inside an
9408         inset if we're there actually (probably not used right now but this
9409         is the direction to go for unifying code).
9410         (paste): disable code to clear the selection.
9411
9412         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
9413         inside an InsetText and move the check further up as it is in the
9414         wrong place.
9415
9416         * text2.C (pasteSelection): set a selection over the pasted text.
9417
9418 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
9419
9420         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
9421         and libgraphics to build on Cygwin.
9422
9423 2002-03-15  Juergen Vigna  <jug@sad.it>
9424
9425         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
9426         inserting an Inset into the paragraph. I know this is not the best
9427         fix but we already use current_view in CutAndPaste so we will remove
9428         all of it's using at the same time.
9429
9430         * buffer.C (sgmlError): deactivated function till it is rewritten in
9431         the right mode, now it can create problems.
9432
9433         * paragraph.C (isLineSeparator): check if getInset returns != 0,
9434         before accessing it.
9435
9436 2002-03-14  Juergen Vigna  <jug@sad.it>
9437
9438         * undo_funcs.C (textHandleUndo): do the right thing when updating
9439         the inset after the undo/redo.
9440
9441         * text2.C (setCursor): just some testcode for #44 not ready yet.
9442
9443         * undo_funcs.C (textHandleUndo): set the next() and previous()
9444         pointers of the paragraph to 0 before deleting otherwise we have
9445         problems with the Paragraph::[destructor].
9446
9447         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
9448         on a paragraph insertion.
9449
9450 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9451
9452         * buffer.C (asciiParagraph): use += operator for char append to
9453         string.
9454
9455         * paragraph.C (getFontSettings): compare >= not just >
9456         (highestFontInRange): ditto
9457         (setFont): ditto
9458
9459 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9460
9461         * paragraph.C: change several algorithm to be more appripriate for
9462         the problem domain. This is lookip in FontList and in the InsetList.
9463
9464 2002-03-13  André Pönitz <poenitz@gmx.net>
9465
9466         * commandtags.h:
9467         * LyXAction.C: remove unused LFUN_MATH_MACROARG
9468
9469 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
9470
9471         * commandtags.h:
9472         * LyXAction.C:
9473         * lyxfunc.C:
9474         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
9475
9476 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9477
9478         * Painter.C (display): anon helper function, adjust code for this
9479         change.
9480         (pixmap): remove function.
9481
9482         * Painter.h: remove private display variable.
9483
9484         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
9485
9486 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
9487
9488         * WorkArea.[Ch]: remove figinset_canvas cruft.
9489
9490 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9491
9492         * lyxtextclass.C (operator): add one item cache optimization.
9493
9494         * bufferlist.h: doxy changes
9495
9496         * bufferlist.C: ws changes
9497
9498         * DepTable.[Ch] (ext_exist): place const in the right spot.
9499
9500         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
9501         call resizeInsets.
9502         (workAreaExpose): call resizeInsets when the with BufferView changes.
9503         (Dispatch): adjust for protectedBlank removal
9504         (specialChar): call updateInset if the insert went ok.
9505
9506         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
9507         specialChar instead.
9508
9509         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
9510
9511         * BufferView.h: doxy change
9512
9513         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
9514
9515         * lyxtextclass.C (operator[]): remove non-const version
9516         (defaultLayout): remove non-const version
9517
9518 2002-03-12  Juergen Vigna  <jug@sad.it>
9519
9520         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
9521         did resize the LyXText too.
9522
9523         * buffer.C (readLyXformat2): set layout information on newly allocated
9524         paragraphs.
9525
9526         * tabular.C (OldFormatRead): set layout information on the paragraph.
9527
9528 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9529
9530         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
9531
9532 2002-03-11  Juergen Vigna  <jug@sad.it>
9533
9534         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
9535         plainly wrong.
9536         (resizeCurrentBuffer): force also the insets to resize themselfes.
9537         (moveCursorUpdate): fixed up for InsetText.
9538
9539 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
9540
9541         * commandtags.h:
9542         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
9543         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
9544         value of Dialogs::tooltipsEnabled().
9545         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
9546
9547 2002-03-08  Juergen Vigna  <jug@sad.it>
9548
9549         * BufferView_pimpl.C (updateInset): update inset inside inset also
9550         if it isn't inside theLockingInset().
9551
9552 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9553
9554         * buffer.C (asciiParagraph): redo some of the word and line length
9555         handling.
9556         (getLists): look for Caption instead of caption.
9557
9558 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9559
9560         * buffer.C (Buffer): initialize niceFile to true
9561         (makeLaTeXFile):
9562         (makeLinuxDocFile):
9563         (makeDocBookFile): make sure niceFile is true on exit
9564
9565 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9566
9567         * buffer.C (makeLaTeXFile): escape ~ in \input@path
9568
9569 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
9570
9571         * LyXSendto.C: remove.
9572         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
9573         * lyx_gui.C: remove now-redundant comment.
9574         * ColorHandler.h: remove forward declaration of class WorkArea.
9575         * lyxfunc.C: remove #include "WorkArea.h".
9576
9577 2002-03-07  Juergen Vigna  <jug@sad.it>
9578
9579         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
9580         got moved away with the DEPM and also set the inset_owner always
9581         right which before could have been omitted.
9582
9583 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9584
9585         * buffer.C (parseSingleLyXformat2Token): use default layout is the
9586         wanted layout is not found.
9587
9588 2002-03-07  Juergen Vigna  <jug@sad.it>
9589
9590         * CutAndPaste.C (cutSelection): another layout settings forgotten.
9591
9592 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9593
9594         * paragraph.C (breakParagraph): use default layout not layout of
9595         prev paragraph.
9596         (Paragraph): clear ParagraphParameters.
9597
9598 2002-03-06  Juergen Vigna  <jug@sad.it>
9599
9600         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
9601         otherwise it would not be a valid lenght. Fixed a special case in
9602         the minipage compatibility read where we end the document with a
9603         minipage.
9604
9605         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
9606         was set as it could be 0 for InsetTexts first entry.
9607
9608 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9609
9610         * paragraph.C (writeFile): if layout is empty write out
9611         defaultLayoutName().
9612
9613         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
9614         file without named layout we set layout to defaultLayoutName().
9615
9616 2002-03-06  Juergen Vigna  <jug@sad.it>
9617
9618         * CutAndPaste.C (copySelection): set layout for new paragraph.
9619
9620         * text.C (prepareToPrint): leave ERT inset left aligned
9621         (leftMargin): don't indent paragraphs inside ERT insets
9622
9623 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9624
9625         * paragraph.C (breakParagraph): dont call clear do the work manually
9626
9627         * paragraph.[Ch] (clear): remove function
9628
9629 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9630
9631         * paragraph.C (Paragraph): dont call clear, the work has already
9632         been done.
9633
9634         * lyxtextclass.C (operator): assert if n is empty
9635
9636         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
9637         work manually instead.
9638
9639 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9640
9641         * BufferView_pimpl.C: protect selectionLost against text == 0
9642
9643 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9644
9645         * text.C (breakParagraph): fix a setting layout to '0' problem.
9646
9647 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9648
9649         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
9650         final location of file, for the included files, and graphics.
9651
9652 2002-03-05  Juergen Vigna  <jug@sad.it>
9653
9654         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
9655
9656 2002-03-04  Juergen Vigna  <jug@sad.it>
9657
9658         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
9659
9660         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
9661         last column of multicolumn cells.
9662         (SetWidthOfMulticolCell): recalculate NMC and real columns.
9663
9664 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9665
9666         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
9667         file if it doesn't go to a temporary file.
9668
9669         * buffer.C (sgmlOpenTag):
9670         (sgmlCloseTag):  remove extra newline insertion.
9671
9672 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9673
9674         * text.C (getRowNearY): comment out debug msg
9675
9676 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9677
9678         * text2.C: first -> first_y
9679
9680         * text.C (getRowNearY): add some attemts at a possible
9681         optimization, not working.
9682
9683         * tabular.[Ch]: add BufferParams to several function so that newly
9684         created paragraph can be initialized to he default layotu for the
9685         buffers textclass.
9686
9687         * tabular-old.C (ReadOld): add buf->params to call of Init
9688
9689         * screen.C: rename text->first to text->first_y
9690
9691         * paragraph.C (breakParagraph): always set layout in the broken
9692         paragraph
9693
9694         * lyxtextclass.C (Read): remove lowercase
9695         (hasLayout): ditto
9696         (operator): ditto
9697         (delete_layout): ditto
9698
9699         * lyxtext.h: rename first -> first_y
9700
9701         * lyxlayout.C (Read): remove lowercase
9702         (name): ditto
9703         (setName): ditto
9704         (obsoleted_by): ditto
9705
9706         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
9707
9708         * buffer.C (insertErtContents): add params are to InsetERT
9709         (parseSingleLyXformat2Token): add code to check if a paragraphs
9710         layout really exist.
9711         (parseSingleLyXformat2Token): add params to several inset
9712         constructors
9713         (asciiParagraph): remove lowercase, do the layout comparisons with
9714         no_case
9715
9716         * BufferView_pimpl.C (cursorNext): first -> first_y
9717         (resizeCurrentBuffer): first -> first_y
9718         (updateScrollbar): first -> first_y
9719         (scrollCB): first -> first_y
9720         (workAreaMotionNotify): first -> first_y
9721         (workAreaButtonPress): first -> first_y
9722         (checkInsetHit): first -> first_y
9723         (cursorPrevious): first -> first_y
9724         (cursorNext): first -> first_y
9725         (Dispatch): add buffer_->params to severl inset contructors
9726
9727 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9728
9729         * lyxlayout.C (Read): remove some debug info that I forgot.
9730
9731         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
9732         clean up the code slightly.
9733         (makeLinuxDocFile): ditto
9734         (makeDocBookFile): ditto
9735
9736         * text2.C: layout as string
9737
9738         * text.C: layout as string
9739
9740         * paragraph_pimpl.C: layout as string
9741
9742         * paragraph.[Ch]: layout as string
9743
9744         * lyxtextclasslist.[Ch]: layout as string
9745
9746         * lyxtextclass.[Ch]: layout as string
9747
9748         * lyxtext.h: layout as string
9749
9750         * lyxlayout.[Ch]: layout as string
9751
9752         * lyx_cb.C: layout as string
9753
9754         * bufferview_funcs.C: layout as string
9755
9756         * bufferparams.C: layout as string
9757
9758         * buffer.C: layout as string
9759
9760         * LyXView.[Ch]: layout as string
9761
9762         * LaTeXFeatures.[Ch]: layout as string
9763
9764         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
9765
9766         * BufferView_pimpl.C: change current_layout to string, remove
9767         lyx::layout_type.
9768         (Dispatch):
9769         (smartQuote):
9770         (insertInset):
9771         (workAreaButtonRelease): layout as string
9772
9773         * BufferView2.C (unlockInset): adjust
9774
9775         * vspace.C (asLatexCommand): use an explict temp variable.
9776
9777 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9778
9779         * Makefile.am: use FRONTEND_*
9780
9781 2002-03-01  Juergen Vigna  <jug@sad.it>
9782
9783         * tabular.C (SetWidthOfMulticolCell): changed to something better
9784         I hope but still work in progress.
9785         (recalculateMulticolumnsOfColumn): renamed function from
9786         recalculateMulticolCells as it is more appropriate now.
9787         (SetWidthOfCell): calculate multicols better.
9788
9789 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9790
9791         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
9792
9793         * lyxfunc.C (processKeySym): print sequence also if it is
9794         `deleted' (complete)
9795
9796         * kbsequence.C (print): print sequence even if it is deleted
9797         (complete would be a better word, actually).
9798
9799         * lyxfunc.C (dispatch): print complete options after a prefix key
9800
9801         * vspace.C (asLatexCommand): rewrite in a slightly different form.
9802
9803 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
9804
9805         * text2.C (setCharFont): eliminate setCharFont code duplication.
9806
9807 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9808
9809         * BufferView_pimpl.C (Dispatch): remove bogus handling of
9810         LFUN_TABULAR_FEATURE (bug #177)
9811
9812 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
9813
9814         * Makefile.am: remove figure.h
9815
9816 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
9817
9818         * Bufferview_pimpl.C:
9819         * CutAndPasteC:
9820         * LaTeX.C:
9821         * LyXSendto.C:
9822         * buffer.C:
9823         * bufferlist.C:
9824         * converter.C:
9825         * language.C:
9826         * lyxfunc.C:
9827         * lyxvc.C:
9828         * paragraph.C:
9829         * text.C:
9830         * text2.C: remove #include "lyx_gui_misc.h".
9831
9832         * LaTeX.C: added #include <cstdio>
9833
9834 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9835
9836         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
9837         that the paragraph following this one can have.
9838
9839         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
9840
9841         * vspace.C (asLatexCommand): fix bogus gcc warning
9842
9843         * Makefile.am (lyx_SOURCES): remove vms_defines.h
9844
9845 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
9846
9847         * text2.C (setLayout): get rid of redundant code
9848
9849 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
9850
9851         * text2.C (incDepth): make sure depth cannot be increased beyond
9852         reasonable values.
9853
9854 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
9855
9856         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
9857         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
9858
9859         * PainterBase.h (image):
9860         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
9861         a LyXImage const *.
9862
9863 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9864
9865         * BufferView.C:
9866         * BufferView.h:
9867         * BufferView_pimpl.C:
9868         * BufferView_pimpl.h:
9869         * LaTeXFeatures.C:
9870         * LyXAction.C:
9871         * LyXView.C:
9872         * Makefile.am:
9873         * UpdateList.h:
9874         * UpdateList.C:
9875         * buffer.C:
9876         * figure.h:
9877         * figureForm.C:
9878         * figureForm.h:
9879         * figure_form.C:
9880         * figure_form.h:
9881         * lyx_cb.C:
9882         * lyx_gui.C:
9883         * lyx_gui_misc.C:
9884         * lyxfunc.C:
9885         * sp_base.h:
9886         * sp_ispell.h:
9887         * sp_pspell.h:
9888         * sp_spell.C: remove fig inset, and the crap house of
9889           cards that follows it
9890
9891 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9892
9893         * Makefile.am:
9894         * lyxserver.C:
9895         * os2_defines.h:
9896         * os2_errortable.h:
9897         * nt_defines.h: move .h into support/
9898
9899         * vms_defines.h: remove
9900
9901         * WorkArea.C: add space in debug output
9902
9903         * text2.C:
9904         * paragraph.C:
9905         * buffer.C: add WITH_WARNINGS
9906
9907         * vc-backend.h:
9908         * vc-backend.C:
9909         * bufferlist.C: s/retrive/retrieve/, add docs
9910
9911         * vspace.h:
9912         * vspace.C:
9913         * kbmap.h:
9914         * lyxlength.h:
9915         * lyxgluelength.h:
9916         * length_common.h:
9917         * chset.h:
9918         * chset.C: add docs
9919
9920         * lyxgui.C: add ID to X error handler
9921
9922         * lyxtestclass.c: fix typo
9923
9924 2002-02-26  Juergen Vigna  <jug@sad.it>
9925
9926         * tabular_funcs.C (write_attribute): changed so that some default
9927         attributes are not written at all.
9928         (getTokenValue): set default values before trying to read the
9929         value so we have the return value always set as default if we don't
9930         find the token we search for.
9931
9932         * tabular.C (Write): write bools as bools not as strings!
9933
9934 2002-02-22  Juergen Vigna  <jug@sad.it>
9935
9936         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
9937         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
9938
9939         * text.C (leftMargin): don't add an indent for paragraphs inside
9940         tabular cells (fix #208).
9941
9942 2002-02-21  José Matos  <jamatos@fep.up.pt>
9943
9944         * tabular.C (docBook): fixed support for long tables.
9945
9946 2002-02-20  Juergen Vigna  <jug@sad.it>
9947
9948         * text2.C (getFont): get the drawing font of the Inset if this
9949         paragraph is inside an inset (only important for InsetERT for now).
9950
9951         * buffer.C (insertErtContents): use new lanugage params in ERT
9952         constructor.
9953
9954         * CutAndPaste.C: commenting out seemingly uneeded code.
9955
9956 2002-02-19  Allan Rae  <rae@lyx.org>
9957
9958         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
9959         Iterators might be simple to use but they also get invalidated.
9960         (removeAutoInsets): renamed saved cursor tracking variables and added
9961         some comments to clarify what everything does.
9962
9963 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
9964
9965         * Chktex.C:
9966         * LaTeX.C:
9967         * LyXSendto.C:
9968         * converter.C:
9969         * lyx_cb.C:
9970         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
9971         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
9972
9973         * lyxfunc.C:
9974         * vc-backend.h: remove #include "support/syscall.h"
9975
9976         * LaTeX.C:
9977         * LyXSendto.C:
9978         * converter.C: rearrange #includes in Lars' approved fashion.
9979
9980         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
9981         forward declare class Timeout in the header file.
9982
9983         * XFormsView.C: changes due to the above.
9984
9985         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
9986         similar to LyXView.
9987
9988         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
9989         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
9990
9991 2002-02-18  José Matos  <jamatos@fep.up.pt>
9992
9993         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
9994         insets contents.
9995
9996 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9997
9998         * a lot of small ws changes
9999         * add a lot of using std::XXX
10000         * use std construcs some places where approp.
10001         * use some exisint stuff from lyxfunctional where approp.
10002         * Make file changes to use partial linking (lets test this now...)
10003
10004 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10005
10006         * Chktex.C:
10007         * buffer.C:
10008         remove #include "support/syscontr.h" as it's redundant. Always has been.
10009
10010         * Chktex.C:
10011         * LaTeX.C:
10012         * LyXSendto.C:
10013         * converter.C:
10014         * lyx_cb.C:
10015         * vc-backend.C:
10016         change Systemcalls::System to Systemcalls::Wait and
10017         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10018         No change of functionality, just reflects the stripped down Systemcalls
10019         class.
10020
10021 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10022
10023         * debug.[Ch]: add a GRAPHICS type to the enum.
10024
10025 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10026
10027         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10028
10029         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10030         there is an inset.
10031
10032 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10033
10034         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10035         match the changes below.
10036
10037         * text2.C (toggleInset): if there is not editable inset at cursor
10038         position, try to see if cursor is _inside_ a collapsable inset
10039         and close it.
10040
10041 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10042
10043         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10044         document menu has a nice checkbox
10045
10046 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10047
10048         * lyxlength.C (asLatexString): change PW to output as percent of
10049         \textwidth.
10050
10051         * lengthcommon.C: change '%' to 't%'
10052
10053         * lyxfunc.C (dispatch): a few comments from Martin
10054
10055 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10056
10057         * WorkArea.h:
10058         * WorkArea.C:
10059         * BufferView_pimpl.h:
10060         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10061           the X selection.
10062
10063 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10064
10065         * vspace.C (inPixels): fix compiler warning
10066
10067 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10068
10069         * lyxfunc.C (getStatus): fix status message for disabled commands.
10070
10071 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10072
10073         * BufferView_pimpl.C: fix crash on close buffer
10074         during selection (#227)
10075
10076 2002-01-27  Herbert Voss  <voss@lyx.org>
10077
10078         * buffer.C: link old Figure to new graphic inset
10079
10080 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10081
10082         * FontLoader.C (getFontinfo): Change the latex font names in order
10083         to match the names of type1inst.
10084
10085 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10086
10087         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10088
10089         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10090         (extchanged): ditto
10091         (ext_exist): ditto
10092         (remove_files_with_extension): ditto
10093         (remove_file): ditto
10094         (write): ditto
10095
10096         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10097         document is smaller than the work area height. Do not initialize
10098         static variables to 0.
10099
10100 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10101
10102         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10103
10104         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10105         LFUN_LAYOUT_PARAGRAPHS.
10106
10107         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10108         tabular. It is possible to provide a possible cell, which will
10109         typically be the actcell from the corresponding insettabular
10110
10111         * lyxfunc.C (getStatus): small cleanup; disable
10112         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10113         true
10114
10115 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10116
10117         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10118
10119         * paragraph.C (startTeXParParams):
10120         (endTeXParParams): new methods. The LaTeX code to
10121         start/end paragraph formatting
10122         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10123         empty (fixes bug #200)
10124
10125         * vspace.C (inPixels): adapt to the change below
10126         (inPixels): [later] more cleanups (remove unused variables)
10127
10128         * lyxlength.C (inPixels): change to use a width and a height as
10129         parameter.
10130
10131 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10132
10133         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10134         Replaced with \paperwidth
10135
10136         * DepTable.C (insert): add std:: qualifier
10137
10138 2002-01-18  Allan Rae  <rae@lyx.org>
10139
10140         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10141         updated also?
10142
10143         * text.C (drawInset): Turned out I didn't know enough about how
10144         rebreaking worked.  This fixes most of the redraw problems.  I see
10145         an occasional cursor trail when a line is broken now and the cursor
10146         placement can seem out by a few pixels also after a rebreak.
10147
10148 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10149
10150         * buffer.C (parseSingleLyXformat2Token): update because minipage
10151         width is now a LyXLength
10152
10153         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10154
10155         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10156         math insets
10157
10158 2002-01-17  Juergen Vigna  <jug@sad.it>
10159
10160         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10161
10162         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10163         is set correctly and the inset is updated correctly.
10164
10165 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10166
10167         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10168         the beginning of the loop.
10169
10170 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10171
10172         * lyxrc.C: improve help for use_scalable_fonts
10173
10174 2002-01-17  Allan Rae  <rae@lyx.org>
10175
10176         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10177
10178 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10179
10180         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10181         make sure to set their inset_owner to the right value (bug #171)
10182
10183 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10184
10185         * DepTable.h
10186         * DepTable.C: Implement mtime checking to reduce time spent doing
10187         CRCs.
10188
10189 2002-01-16  Juergen Vigna  <jug@sad.it>
10190
10191         * tabular.C (GetAdditionalHeight): one of error fixed.
10192
10193         * lyxrc.C (output): small fix in writing use_pspell.
10194
10195 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10196
10197         * sp_base.h: #include LString.h
10198
10199 2002-01-16  Allan Rae  <rae@lyx.org>
10200
10201         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10202         Can someone check this please?
10203
10204         * text.C (drawInset): It was possible that p.row would be removed by
10205         breakAgainOneRow upsetting a few other settings.  There may be another
10206         small tweak possible by setting need_break_row = 0 when p.row has been
10207         removed but I don't know enough about the logic here.
10208
10209 2002-01-15  Allan Rae  <rae@lyx.org>
10210
10211         * text.C (insertChar): removed conditional truism.
10212
10213         * BufferView2.C (removeAutoInsets): More tweaks.
10214         cur_par_prev could be a stray pointer.  Check for trailing empty line
10215         in case last line was cur_par and only had an error inset on it.
10216
10217 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10218
10219         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10220         absolute
10221
10222         * vc-backend.C (most methods):
10223         * exporter.C (Export):
10224         * converter.C (convert):
10225         (runLaTeX):
10226         * LyXSendto.C (SendtoApplyCB):
10227         * lyxfunc.C (dispatch):
10228         (menuNew):
10229         (open):
10230         (doImport):
10231         * lyx_cb.C (AutoSave):
10232         (InsertAsciiFile):
10233         * BufferView_pimpl.C (MenuInsertLyXFile):
10234         * buffer.C (runChktex): use Buffer::filePath().
10235
10236         * buffer.h: rename filename to filename_; rename filepath to
10237         filepath_ and make it private
10238         (filePath): new method
10239
10240         * buffer.C (writeFile): use fileName()
10241         (getLatexName):
10242
10243         * lyx_main.C (init): fix starting  of LyX when the binary is a
10244         link from so,ewhere else.
10245
10246         * minibuffer.C: include <cctype> for isprint
10247
10248 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10249
10250         * buffer.C (parseSingleLyXformat2Token): changes associated with the
10251         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
10252         name clash with InsetCollapsable's width function.
10253
10254 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10255
10256         * lastfiles.C: include <iterator>
10257
10258 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10259
10260         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
10261         std::count.
10262
10263         * buffer.C (makeLaTeXFile): ditto.
10264         Also make loop operation more transparent.
10265
10266 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10267
10268         * ToolbarDefaults.C: remove trailing comma closing namespace.
10269
10270         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
10271
10272         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
10273         as in WorkArea.
10274
10275         * trans.C (Load): comment out unused variable, allowed.
10276
10277 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10278
10279         * minibuffer.[Ch] (append_char): new method to recieve input from the
10280         drop-down completion browser. If a key was pressed, then recieve this
10281         char and append it to the existing string.
10282         (peek_event): modify the positioning data passed to the completion
10283         browser so that it can be placed above the minibuffer rather than below.
10284 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10285
10286         * LyXAction.C (init): alloe error-next for readonly documents.
10287
10288         * BufferView2.C (ChangeRefsIfUnique): use standard version of
10289         count.
10290
10291 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10292
10293         * bufferlist.C (readFile): create the buffer _after_ checking that
10294         the file exists.
10295
10296         * lyxfunc.C (verboseDispatch): fix handling of arguments
10297
10298         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
10299
10300         * lyxrc.C: use string::erase() instead of initializing to "".
10301
10302
10303 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10304
10305         * BufferView_pimpl.h:
10306         * BufferView_pimpl.C:
10307         * WorkArea.h:
10308         * WorkArea.C:
10309         * text2.C: tell X when we have made a selection for copying
10310
10311 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10312
10313         * BufferView_pimpl.C (MenuInsertLyXFile):
10314         * lyxfunc.C (menuNew):
10315         (open):
10316         (doImport): add shortcuts to directory buttons
10317
10318         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
10319         open a float)
10320
10321         * lyxfunc.C (setStatusMessage):
10322         (getStatusMessage): new methods
10323         (getStatus):use setStatusMessage instead of setErrorMessage
10324         (dispatch): when function is disabled, set error message here
10325         [instead of in getStatus previously]
10326
10327         * BufferView_pimpl.C (workAreaButtonRelease): update
10328         toolbar/menubar here too.
10329
10330 2002-01-13  Allan Rae  <rae@lyx.org>
10331
10332         * BufferView2.C (removeAutoInsets): finished off earlier fix.
10333         Now seems indestructible.  Remaining task is to audit all other
10334         code affected by deleteEmptyParagraphMechanism.  One small quirk
10335         left is that an empty document with an error in the preamble can
10336         be made to report an error but no error box appears.  I don't know
10337         where it goes.
10338         (removeAutoInsets): Improved comments.
10339
10340 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
10341
10342         * Thesaurus.h:
10343         * Thesaurus.C: update for Aiksaurus 0.14
10344
10345 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10346
10347         * text2.C (firstParagraph): removed member function, all uses
10348         replaces with ownerParagraph
10349         (redoParagraphs): here
10350         (updateInset): here
10351         (toggleAppendix): here
10352         * BufferView2.C (insertErrors): here
10353         (setCursorFromRow): here
10354
10355 2002-01-13  Allan Rae  <rae@lyx.org>
10356
10357         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
10358         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
10359         There is still a way to segfault this although you may have to do this
10360         multiple times: Have an InsetERT with an unknown command in it.
10361         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
10362         <down-arrow>, <Enter> again, View->DVI, BANG!
10363
10364         * text2.C (setCursor):
10365         (deleteEmptyParagraphMechanism):
10366         * lyxtext.h (setCursor):
10367         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
10368         Making use of the return value may help fix other bugs.
10369
10370 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10371
10372         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
10373
10374         * LyXView.C (updateMenubar): call MenuBar::update here
10375         (updateToolbar): but not here
10376         (showState): do not update toolbar/menubar
10377
10378         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
10379         should need to care about that.
10380
10381         * lyxfunc.C (verboseDispatch): simplify a bit
10382         (getStatus): have a version which takes a pseudoaction, and
10383         another which requires a (kb_action,string).
10384
10385         * LyXAction.C (retrieveActionArg): make it work also when action
10386         is not a pseudo-action.
10387         (getActionName): simplify a bit
10388         (helpText):
10389
10390 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10391
10392         * lyxfunc.C (verboseDispatch): new families of methods with
10393         several ways to specify a command and a bool to indicate whether
10394         the command name and shortcut should be displayed in minibuffer
10395         (eventually, we could extend that to a finer bitmask like
10396         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
10397         (dispatch): the pristine dispatch command which just, well,
10398         dispatchs! Note it still sets its result to minibuffer; I'm not
10399         sure we want that.
10400
10401         * lyxfunc.h: remove setHintMessage
10402
10403         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
10404
10405 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10406
10407         * BufferView_pimpl.C (specialChar): delete new inset if we have
10408         not been able to insert it.
10409
10410         * kbmap.C: revert to using int instead of kb_action, since all we
10411         are dealing with is pseudo-actions.
10412
10413         * LyXAction.C (searchActionArg): change to return int instead of
10414         kb_action, since the result is a pseudoaction.
10415
10416 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
10417
10418         * buffer.C (insertErtContents): Fix (partially) the font bug.
10419
10420 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10421
10422         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
10423         as the other one is broken on my machine!
10424
10425 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
10426
10427         * commandtags.h:
10428         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
10429
10430 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
10431
10432         * lyxrc.[Ch]: change names and descriptions of popup font variables to
10433         reflect their actual use. Provide compatibility code for older lyxrc
10434         files.
10435
10436         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
10437         FL_NORMAL_STYLE.
10438         change names of popup font variables in line with the changes to lyxrc.C
10439
10440 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10441
10442         * buffer.C (asciiParagraph): avoid outputing a word twice after
10443         an inset.
10444
10445         * lyxrc.C (getDescription): document that document_path and
10446         template_path can be empty.
10447
10448 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10449
10450         * LaTeXFeatures.C (getMacros):
10451         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
10452
10453         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
10454
10455         * LaTeXFeatures.C (useFloat): require "float" here instead of in
10456         getPackages.
10457         (getPackages): rename feature "floats" to "float". Use an array to
10458         iterate over 'simple' features (i.e. just a \usepackage). Add
10459         handling of "amsmath" (renamed from "amsstyle").
10460
10461 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
10462
10463         * LaTeXFeatures.C (require): Prevent duplicate entries in the
10464         features list.
10465
10466 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
10467
10468         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
10469         FuncStaus::FuncStatus & FuncStaus::some_method().
10470
10471 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
10472
10473         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
10474         of the func_satus stuff. Edited and massaged in various ways by
10475         JMarc.
10476
10477         * lyxfunc.C (getStatus): use FuncStatus
10478
10479 2002-01-08  Juergen Vigna  <jug@sad.it>
10480
10481         * text.C (nextBreakPoint): use function Inset::isChar().
10482
10483         * paragraph.C (TeXOnePar): use function
10484         Inset::forceDefaultParagraphs.
10485
10486         * buffer.C (latexParagraphs): use function
10487         Inset::forceDefaultParagraphs.
10488
10489 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10490
10491         * lyx_gui.C (init): set the style of the menu popups to
10492         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
10493
10494 2002-01-07  Juergen Vigna  <jug@sad.it>
10495
10496         * text.C (setHeightOfRow): small fix
10497         (prepareToPrint): don't look at alignment if we don't have the place
10498         for doing it.
10499
10500 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10501
10502         * box.C: New file. Move the Box methods and functions out of box.h,
10503         following Lars' suggestion.
10504
10505 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10506
10507         * box.h: #include "support/LOstream.h", needed for inlined function.
10508
10509         * lyxtextclass.C:
10510         * lyxtextclasslist.C: added some using std declarations.
10511
10512 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
10513
10514         * box.h: make signed dimensions to allow insets wider than
10515           the screen (bug #162)
10516
10517         * BufferView_pimpl.C: add some insetHit debug
10518
10519 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
10520
10521         * vc-backend.C: add FIXME
10522
10523 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10524
10525         * lyxfunc.C (getStatus): enable code for showing math font status
10526         in toolbar/menu.
10527
10528 2002-01-07  Juergen Vigna  <jug@sad.it>
10529
10530         * text.C (nextBreakPoint): removed debug output not needed anymore.
10531
10532 2002-01-06  Juergen Vigna  <jug@sad.it>
10533
10534         * text.C (nextBreakPoint): fixed up this function we had this bug
10535         since ever but now hopefully we break row better.
10536         (insertChar): we have to check if an inset is the next char as it
10537         could now happen that a large inset is causing a break.
10538
10539 2002-01-05  Juergen Vigna  <jug@sad.it>
10540
10541         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
10542         if it doesn't like to be drawed.
10543
10544 2002-01-04  Juergen Vigna  <jug@sad.it>
10545
10546         * BufferView2.C (lockInset): forgot to set a cursor.
10547
10548         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
10549
10550 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
10551
10552         * FormMathsPanel.C:
10553         * FormMathsPanel.h
10554         * MathsSymbols.C:
10555         * form_maths_panel.C:
10556         * form_maths_panel.h:
10557         * form_maths_panel.fd: implemented sub- and super- buttons in math
10558         panel.
10559
10560         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
10561         (or ^ space) to be used as in TeX (req'd by André).
10562
10563         * lyxfunc.C: Allow ^ and _ again to be used both as
10564         super/subscript (mathed) and as themselves (in text).
10565
10566 2002-01-03  Allan Rae  <rae@lyx.org>
10567
10568         * LyXView.C (updateWindowTitle): Setup a short icon title of either
10569         "LyX" or the filename of the current buffer if it has one.  This is a
10570         modified form of John Levon's patch.
10571
10572         * XFormsView.C (setWindowTitle): also set icon title.
10573
10574         * LyXView.h (setWindowTitle): signature changed.
10575         * XFormsView.h (setWindowTitle): ditto.
10576
10577 2002-01-02  Juergen Vigna  <jug@sad.it>
10578
10579         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
10580
10581 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10582
10583         * screen.C (topCursorVisible): introduce a temp var for
10584         text->cursor.row(), handle the case where this row is null. (kindo
10585         hachish)
10586
10587         * text2.C (setCursor): add a couple of asserts.
10588
10589         * paragraph.h (inset_iterator): add -> operator
10590
10591         * paragraph.[Ch] (autoDeleteInsets): remove member function
10592
10593         * BufferView2.C (removeAutoInsets): rewrite to handle the old
10594         cursor pos correctly and handle inset deletion by itself.
10595         (insertErrors): move iterator declaration out of for expression
10596
10597         * lyxtextclass.C: add <algorithm>
10598
10599         * Makefile.am: added the new files to sources, removed layout.C
10600
10601         * layout.C: removed file
10602
10603         * layout.h: remove LYX_DUMMY_LAYOUT
10604
10605         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
10606         layout.
10607
10608         * lyxlayout.[Ch]:
10609         * lyxtextclass.[Ch]:
10610         * lyxtextclasslist.[Ch]: new files
10611
10612         * include order changes to a lot of files, also changes because of
10613         the six new files.
10614
10615 2001-12-27  Juergen Vigna  <jug@sad.it>
10616
10617         * buffer.C (asciiParagraph): more fixes.
10618
10619         * tabular.C (ascii): make ascii export support export of only the
10620         data separated by a column-delimiter.
10621         (ascii): better support for ascii export.
10622
10623         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
10624
10625 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10626
10627         * tabular_funcs.C: use a "using std::getline" instead of the
10628         previous fix from Angus (necessary for cxx + lyxstring)
10629
10630 2001-12-24  Juergen Vigna  <jug@sad.it>
10631
10632         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
10633
10634         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
10635         problems. First check a minipage also if we have some ert-contents
10636         (not only on par->size(), second set the right depth of the paragraph
10637         on the relink to the root-paragraph-list!
10638
10639         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
10640         which then did not anymore update the main paragraphs on undo/redo!
10641
10642 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10643
10644         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
10645         code. Support all font-changing funcs (even those which are not in
10646         menu currently). Support for reporting font settings in
10647         mathed (disabled until Andre provides a function on mathed's side).
10648
10649         * func_status.h (toggle): small helper function to set toggle
10650         state on a flag.
10651
10652 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
10653
10654         * tabular_funcs.C: getline -> std::getline
10655
10656 2001-12-21  Juergen Vigna  <jug@sad.it>
10657
10658         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
10659         accessed and could be 0 (I couldn't generate this but it seems
10660         Michael could!).
10661
10662 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10663
10664         * tabular_funcs.C: add LIstream.h, move write_attribute to..
10665         * tabular_funcs.h: here and include iosfwd
10666
10667 2001-12-20  Juergen Vigna  <jug@sad.it>
10668
10669         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
10670         inside inset but undo_par was.
10671
10672 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10673
10674         * Thesaurus.C: always include <config.h> in sources.
10675
10676         * Painter.h:
10677         * lyxlookup.h:
10678         * box.h: do not include <config.h> in header files
10679
10680         * text.C (paintLastRow): remove unused variable
10681
10682         * text.C (transformChar):
10683         (insertChar):
10684         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
10685
10686         * Painter.C (text):
10687         * font.C (width): rewrite to use uppercase() instead of
10688         islower/toupper.
10689
10690         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
10691
10692 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
10693
10694         * lyxfind.C: clean up of find failure position change
10695
10696 2001-12-20  Juergen Vigna  <jug@sad.it>
10697
10698         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
10699
10700         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
10701         (TeXRow): added to LaTeX a single tabular row.
10702         (TeXLongtableHeaderFooter): added to output LT-h/f data.
10703         (Latex): simplified and finally good LT-h/f support.
10704         (various_functions): just small adaptions for LT-h/f support.
10705
10706         * tabular_funcs.[hC]: added and moved here all not classfunctions
10707         of LyXTabular.
10708
10709 2001-12-19  Juergen Vigna  <jug@sad.it>
10710
10711         * tabular.[Ch]: better support for longtabular options (not finished
10712         yet!)
10713
10714 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10715
10716         * text.C (paintLastRow): use the label font instead of the font of
10717         the last character to compute the size of *_BOX. This makes more
10718         sense and avoids a crash with empty paragraphs.
10719         Use Painter::rectangle to draw EMPTY_BOX.
10720
10721 2001-12-19  Juergen Vigna  <jug@sad.it>
10722
10723         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
10724         the paragraphs if the replaced paragraph is not the first one!
10725         Tried to delete not used paragraphs but does not work yet so for
10726         now it's inside #ifdef's and by default off!
10727
10728 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10729
10730         * MenuBackend.C: include "lyx_main.h" instead of declaring
10731         lastfiles (actually was declared as LastFiles* instead of a
10732         scoped_ptr).
10733
10734 2001-12-17  Juergen Vigna  <jug@sad.it>
10735
10736         * tabular.C (AppendColumn): applied John's fix
10737
10738 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
10739
10740         * BufferView.h:
10741         * BufferView.C:
10742         * BufferView_pimpl.h:
10743         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
10744
10745         * Makefile.am:
10746         * box.h: new start of class for above
10747
10748         * lyxfunc.C: ignore space-only minibuffer dispatches.
10749           Show the command name when it doesn't exist
10750
10751         * minibuffer.C: don't add empty lines to the history
10752
10753         * minibuffer.C: add a space on dropdown completion
10754
10755 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
10756
10757         * text.C: fix line above/below drawing in insets
10758
10759 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10760
10761         * lyxlength.C (LyXLength): Initialize private variables.
10762
10763 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
10764
10765         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
10766         when inserting error insets.
10767
10768 2001-12-13  Juergen Vigna  <jug@sad.it>
10769
10770         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
10771         actually sometimes the before-paragraph.
10772         (setUndo): don't clear the redostack if we're not actually undoing!
10773
10774 2001-12-06  Juergen Vigna  <jug@sad.it>
10775
10776         * undo_funcs.C (textHandleUndo): well after John's hint I got here
10777         and fixed redoing of main paragraph, so we can use it now ;)
10778
10779         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
10780
10781 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10782
10783         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
10784         Juergen's request
10785
10786 2001-12-13  André Pönitz <poenitz@gmx.net>
10787
10788         * undostack.[Ch]:
10789         * undo_func.C: minor cleanup
10790
10791 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10792
10793         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
10794         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
10795         font in urw-fonts package which is marked as -urw-fontspecific and
10796         does not work (incidentally, changing the encoding in the
10797         fonts.dir of this package to -adobe-fontspecific fixes the
10798         problem).
10799
10800         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
10801         is a crash when undoing first paragraph (Juergen, please take a
10802         look). THis does not mean the undo fix is wrong, just that it
10803         uncovers problems.
10804
10805         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
10806         the (Paragraph*) version when needed instead of duplicating the
10807         code.
10808
10809         * text.C (workWidth): use Inset::parOwner to find out where the
10810         inset has been inserted. This is a huge performance gain for large
10811         documents with lots of insets. If Inset::parOwner is not set, fall
10812         back on the brute force method
10813
10814         * paragraph_pimpl.C (insertInset):
10815         * paragraph.C (Paragraph):
10816         (cutIntoMinibuffer): set parOwner of insets when
10817         inserting/removing them
10818
10819         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10820
10821 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
10822
10823         * commandtags.h:
10824         * LyXAction.C:
10825         * lyx_main.C:
10826         * lyxfunc.C:
10827         * mathed/formulabase.C:
10828         * mathed/math_cursor.[Ch]:
10829         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
10830
10831
10832 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10833
10834         * lyxlength.[Ch] (operator!=): new function
10835
10836 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10837
10838         * text.C (workWidth): use Inset::parOwner to find out where the
10839         inset has been inserted. This is a huge performance gain for large
10840         documents with lots of insets. If Inset::parOwner is not set, fall
10841         back on the brute force method
10842
10843         * paragraph_pimpl.C (insertInset):
10844         * paragraph.C (Paragraph):
10845         (cutIntoMinibuffer): set parOwner of insets when
10846         inserting/removing them
10847
10848         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10849
10850 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10851
10852         * tabular-old.C (getTokenValue):
10853         * tabular.C (getTokenValue):
10854         (write_attribute): new versions for LyXLength
10855         (everywhere): adjust the use of widths
10856
10857         * tabular.h: change the type of widths from string to LyXLength
10858
10859 2001-12-11  Ben Stanley <bds02@uow.edu.au>
10860
10861         * paragraph.C: fixed missing line number count when exporting
10862         Environments to LaTeX file
10863
10864         * buffer.C: added informational message for checking line numbers.
10865
10866 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10867
10868         * text2.C (deleteEmptyParagraphMechanism): if there is only one
10869         paragraph, do the 'double space' part, but not the 'empty
10870         paragraph' one.
10871
10872         * text.C (workWidth): small optimization
10873         (getLengthMarkerHeight): use minimal size for negative lengths.
10874
10875 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
10876
10877         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
10878
10879         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
10880
10881 2001-12-11  André Pönitz <poenitz@gmx.net>
10882
10883         * FontLoader.C:
10884         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
10885
10886 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10887
10888         * text2.C: keep selection on a setFont()
10889
10890 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10891
10892         * lyx_cb.C: another bv->text misuse, from insert label
10893
10894 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10895
10896         * kbsequence.h:
10897         * kbsequence.C: re-instate nmodifier mask
10898
10899 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
10900
10901         * lyx_main.h: make lyxGUI private.
10902
10903 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
10904
10905         * lyxfind.C: place the cursor correctly on failed search
10906
10907 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10908
10909         * text.C (getLengthMarkerHeight): for small heights, the arrows
10910         are not always on top/bottom of the text
10911         (drawLengthMarker): smaller arrows; take the left margin in
10912         account; draw also vfills.
10913         (paintFirstRow):
10914         (paintLastRow): remove special code for vfill and standard spaces,
10915         since everything is handled in drawLengthMarker now.
10916
10917 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10918
10919         * buffer.C (insertErtContents): try to handle font and language
10920         interaction a bit better.g
10921
10922         * ColorHandler.C (updateColor): change the hash to cover the whole
10923         LColor enum, ws cleanup
10924         (getGCLinepars): ditto
10925         (getGCLinepars): only lookup in the linecache once.
10926
10927 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
10928
10929         * iterators.C (operator++): Make the iterator more robust
10930
10931         * BufferView2.C (removeAutoInsets): Use paragraph iterators
10932         (John's patch)
10933         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
10934
10935 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10936
10937         * lyxtext.h:
10938         * text.C: better added space drawing
10939
10940 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10941
10942         * LyXView.C:
10943         * BufferView2.C: fix layout combo update on inset unlock
10944
10945 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10946
10947         * Makefile.am: don't compile unused files
10948
10949 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10950
10951         * lyxfunc.C:
10952         * commandtags.h:
10953         * LyXAction.C: remove old LFUN_LAYOUTNO
10954
10955 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10956
10957         * paragraph_pimpl.h:
10958         * paragraph_pimpl.C: isTextAt() doesn't need font param
10959
10960 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10961
10962         * lyxlex.h:
10963         * lyxlex.C: little cleanup
10964
10965 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
10966
10967         * BufferView_pimpl.C: fix insertAscii for insets
10968
10969 2001-12-05  Juergen Vigna  <jug@sad.it>
10970
10971         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
10972         set the right font on the "multi" paragraph paste!
10973
10974 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10975
10976         * trans_decl.h:
10977         * trans_mgr.[Ch]:
10978         * trans.[Ch]:
10979         * lyxgluelength.C:
10980         * lyxlength.C: remove out-commented code.
10981
10982         * BufferView_pimpl:
10983         * CutAndPaste.C:
10984         * DepTable.C:
10985         * buffer.C:
10986         * chset.C:
10987         * lastfiles.C:
10988         * lyxlex.C:
10989         * lyxlex_pimpl.C:
10990         * lyxserver.C:
10991         * screen.C:
10992         * tabular-old.C:
10993         * tabular.C:
10994         * text.C:
10995         * trans_mgr.C:
10996         * vc-backend.C: change "while(" to "while ("
10997
10998         * lyxlength.[Ch]: add zero function to check if length is zero or
10999         not
11000         * lyxgluelength.C: use it
11001
11002 2001-12-05  Allan Rae  <rae@lyx.org>
11003
11004         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11005         Works for 2.95.3, from what I understand of Garst's reports this should
11006         work for other g++ versions.  We're screwed if the abs(int) definition
11007         changed between bugfix releases of gcc.
11008
11009 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11010
11011         * text.C: fix chapter label offset !
11012
11013 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11014
11015         * lyxtext.h:
11016         * text.C: fix hfill at end of line, clean up
11017
11018 2001-12-04  Juergen Vigna  <jug@sad.it>
11019
11020         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11021         that we force an update of the inset and it's owners if neccessary.
11022
11023 2001-12-03  Juergen Vigna  <jug@sad.it>
11024
11025         * text.C (rowLast): simplified code
11026
11027 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11028
11029         * lyxfunc.C: fix show options on timeout
11030
11031 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11032
11033         * screen.C (topCursorVisible): scroll half a page when the cursor
11034         reached top of bottom of screen
11035
11036 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11037
11038         * minibuffer.C: deactivate on loss of focus
11039
11040 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11041
11042         * vspace.[Ch] (operator!=): add operator.
11043
11044 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11045
11046         * BufferView_pimpl.C: refuse to open an inset when
11047         there's a selection.
11048
11049 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11050
11051         * BufferView_pimpl.C: allow to click on RHS of full row insets
11052
11053 2001-11-30  Juergen Vigna  <jug@sad.it>
11054
11055         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11056         insets for undo reasons.
11057
11058 2001-11-28  André Pönitz <poenitz@gmx.net>
11059
11060         * vspace.[Ch]: cosmetical changes
11061
11062 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11063
11064         * LyXAction.h:
11065         * LyXAction.C:
11066         * lyxfunc.h:
11067         * lyxfunc.C:
11068         * kbmap.h:
11069         * kbmap.C:
11070         * lyxrc.C:
11071         * kbsequence.h:
11072         * kbsequence.C: part re-write of old kb code
11073
11074         * Painter.C:
11075         * WorkArea.C: remove Lgb_bug_find_hack
11076
11077 2001-11-30  José Matos <jamatos@fep.up.pt>
11078
11079         * buffer.C (makeDocBookFile): add a comment to point a hack.
11080         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11081         Fixed a double write of labels.
11082
11083 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11084
11085         * LaTeX.C:
11086         * LaTeX.h Fixed bug in LaTeX class where it would not
11087         re-run latex if no depfiles were changed, but the .dvi was removed.
11088
11089 2001-11-28  André Pönitz <poenitz@gmx.net>
11090
11091         * all the files from the change on 2001/11/26:
11092         use lyx::layout_type instead of LyXTextClass::size_type
11093         use lyx::textclass_type instead of LyXTextClassList::size_type
11094
11095 2001-11-29  Juergen Vigna  <jug@sad.it>
11096
11097         * text.C: added support for paragraph::isFreeSpacing()
11098
11099         * buffer.C: same as above
11100
11101         * paragraph.h: inserted isFreeSpacing() function to enable
11102         FreeSpacing inside InsetERT.
11103
11104         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11105         of the paragraph's in the cut/copy buffer to 0!
11106
11107         * text2.C (removeRow): remove the assert as it can!
11108
11109         * lyxtext.h: added helper function firstRow returning firstrow and
11110         made firstrow private again.
11111
11112         * BufferView2.C (lockInset): don't relock if we're already locked!
11113
11114         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11115         the only paragraph.
11116         (removeRow): added Assert::(firstrow)
11117
11118         * debug.C: forgot to add INSETTEXT here.
11119
11120 2001-11-28  Juergen Vigna  <jug@sad.it>
11121
11122         * sp_spell.C (initialize): changed error text to more general
11123         spellchecker command use (not only ispell!)
11124
11125         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11126
11127         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11128
11129 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11130
11131         * vspace.C: initialise lyxgluelength on failure
11132
11133 2001-11-28  Allan Rae  <rae@lyx.org>
11134
11135         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11136         declaration & definition that looks like a function declaration.
11137
11138 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11139
11140         * BufferView2.C (copy):
11141         (copyEnvironment): do not clear the selection when doing a copy.
11142
11143         * text.C (paintFirstRow): compilation fix
11144
11145 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11146
11147         * tabular.C (Latex): correct line count when writing latex.
11148
11149 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11150
11151         * paragraph_pimpl.h:
11152         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11153           bug a bit
11154
11155 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11156
11157         * text.C:
11158         * LColor.h:
11159         * LColor.C: change vfillline->added_space
11160
11161         * text.C: add markers and text for added space
11162
11163         * vspace.C: fix comment
11164
11165 2001-11-28  André Pönitz <poenitz@gmx.net>
11166
11167         * paragraph.C: whitespace changes
11168         * all the other files from the change on 2001/11/26:
11169         change *::pos_type into lyx::pos_type
11170
11171 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11172
11173         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11174         language of the document when inserting error insets.
11175
11176 2001-11-26  André Pönitz <poenitz@gmx.net>
11177
11178         * BufferView_pimpl.[Ch]:
11179         *       CutAndPaste.C:
11180         * buffer.[Ch]:
11181         * lyxcursor.[Ch]:
11182         * lyxfind.C:
11183         * lyxfunc.C:
11184         * lyxrow.[Ch]:
11185         * paragraph.[Ch]:
11186         * paragraph_pimpl.[Ch]:
11187         * sp_spell.C:
11188         * text.C:
11189         * text2.C: reduce header dependencies, introduce type for positions
11190
11191 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11192
11193         * <various>: change to use Alert.h
11194
11195 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11196
11197         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11198         when encountering an unknown token.
11199         (readLyXformat2): Show an error message if there were unknown tokens.
11200
11201 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11202
11203         * BufferView2.C:
11204         * BufferView_pimpl.C:
11205         * buffer.C:
11206         * paragraph.h:
11207         * text.C:
11208         * text2.C: use par->isInset()
11209
11210 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11211
11212         * paragraph_pimpl.h:
11213         * paragraph_pimpl.C: cleanup
11214
11215 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11216
11217         * text2.C (removeRow):
11218         * text.C (setHeightOfRow): remove useless (and costly) call to
11219         getRow.
11220
11221 2001-11-20  Allan Rae  <rae@lyx.org>
11222
11223         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11224         Now need Inset*::checkInsertChar() to return true for appropriate
11225         cases so that the characters in the minibuffer will actually be
11226         inserted.
11227
11228 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11229
11230         * text.C: change the order of the includes.
11231         (workWidth): initialize it at once.
11232         (workWidth): make maxw unsigned
11233         (setHeightOfRow): remove unused variable (inset)
11234         (selectSelectedWord): remove unused variable (inset)
11235         (paintRowText): fix drawing of hfill characters, and clean up a bit.
11236
11237 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11238
11239         * lyxserver.C (emergencyCleanup): do not try to close pipes if
11240         server is not running.
11241         (openConnection):
11242         (closeConnection): add debug info when server is disabled.
11243
11244         * ColorHandler.C (getGCForeground): send debug message to GUI
11245         channel.
11246
11247         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
11248
11249         * kbmap.C (bind): modify because return conventions of
11250         kb_sequence::parse have changed.
11251
11252         * kbsequence.C (parse): only ignore spaces and not any stupid
11253         control character. This avoids tests like s[i] <= ' ', which are
11254         guaranteed to fail with 8bit characters and signed chars.
11255         Change return code to string::npos when there have been no error
11256         (0 was a bad idea when error is at first character)
11257
11258 2001-11-14  José Matos  <jamatos@fep.up.pt>
11259
11260         * buffer.h:
11261         * buffer.C (simpleDocBookOnePar): removed unused argument.
11262
11263 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11264
11265         * text.C (selectNextWordToSpellcheck): do not test explicitely for
11266         insets which are part of a word. Paragraph::isLetter takes care of
11267         that now. Use Paragraph::isInset to identify insets.
11268         (selectSelectedWord): do not test for hyphenation break.
11269
11270         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
11271         that protected spaces are considered as spaces.
11272
11273         * paragraph.C (isLetter): cleanup the code for ispell extras; use
11274         Inset::isLetter.
11275
11276 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
11277
11278         * lyxserver.h:
11279         * lyxserver.C: fix it. and small cleanup.
11280
11281 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11282
11283         * BufferView_pimpl.C: use inline helpers
11284
11285         * LaTeXFeatures.h:
11286         * LaTeXFeatures.C: fix typos
11287
11288         * Spacing.h:
11289         * Spacing.C: move spacing_string into class
11290
11291         * ToolbarDefaults.C: move stuff into namespace anon
11292
11293         * layout.h: update enum
11294
11295         * lyxfunc.C: use better debug
11296
11297         * minibuffer.h: fix typo
11298
11299         * debug.h:
11300         * debug.C:
11301         * WorkArea.C: add and use Debug::WORKAREA
11302
11303         * lyxtext.h:
11304         * text.C:
11305         * text2.C: code re-organisation, inline helpers
11306
11307 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
11308
11309         * Layout.C: replaced a few cases of std::vector.size() == 0 with
11310         std::vector.empty().
11311
11312 2001-11-09  Allan Rae  <rae@lyx.org>
11313
11314         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
11315         '\n's after tables.  Tabular and ERT inset work now makes this no
11316         longer necessary.
11317
11318 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11319
11320         * minibuffer.h:
11321         * minibuffer.C: fix crash, improve drop-down completion
11322
11323 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
11324
11325         * lyxserver.h:
11326         * lyxserver.C: invalidate fd's when doing endPipe()
11327
11328 2001-11-08  José Matos  <jamatos@fep.up.pt>
11329
11330         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
11331         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
11332
11333         * paragraph.h:
11334         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
11335
11336 2001-11-07  José Matos  <jamatos@fep.up.pt>
11337
11338         * buffer.h:
11339         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
11340         const qualifier.
11341
11342         * buffer.C (sgmlOpenTag):
11343         * buffer.C (sgmlCloseTag): removed debug info.
11344
11345         * buffer.h (sgmlOpenTag):
11346         * buffer.h (sgmlCloseTag): made public.
11347
11348 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11349
11350         * buffer.C (saveParamsAsDefaults):
11351         * lyx_cb.C (MenuLayoutSave): remove
11352
11353         * LyXAction.C (init):
11354         * commandtags.h:
11355         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
11356
11357 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11358
11359         * buffer.C (setPaperStuff): removed from here...
11360
11361         * bufferparams.C (setPaperStuff): ... and moved there.
11362
11363 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
11364
11365         * minibuffer.h:
11366         * minibuffer.C:
11367         * XFormsView.C: add support for drop-down completion
11368
11369 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
11370
11371         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
11372         commands.
11373
11374 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11375
11376         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
11377         disabled.
11378
11379 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
11380
11381         * lyx_main.C: change ref to known bugs
11382
11383 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
11384
11385         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
11386         to work around older babel problems.
11387
11388 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11389
11390         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
11391
11392 2001-10-24  Juergen Vigna  <jug@sad.it>
11393
11394         * tabular-old.C (ReadOld): below variable changes reflected.
11395
11396         * tabular.[Ch]: added ltType struct for longtable header/footer
11397         defines and changed all instances where they are used. Added
11398         future support for double top/bottom rows.
11399
11400 2001-10-24  José Matos  <jamatos@fep.up.pt>
11401
11402         * buffer.h (docbookHandleCaption):
11403         * buffer.C (docbookHandleCaption): removed unused function.
11404         (makeDocBookFile): moved docbook supported version to v4.1.
11405
11406 2001-10-24  José Matos  <jamatos@fep.up.pt>
11407
11408         * tabular.h:
11409         * tabular.C (docbookRow): new function to export docbook code of a row.
11410         (DocBook): now honors the longtable flags.
11411
11412 2001-10-23  José Matos  <jamatos@fep.up.pt>
11413
11414         * LaTeXFeatures.h:
11415         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
11416         of the lyx defined sgml entities used in a docbook/linuxdoc document.
11417
11418         * buffer.C (makeLinuxDocFile):
11419         (makeDocBookFile): reworked the preamble, more clean, and with
11420         support for lyx defined entities. Changed the document declaration
11421         to be more XML friendly.
11422
11423         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
11424         if we need to output XML that should be done with a filter.
11425
11426 2001-10-22  Juergen Vigna  <jug@sad.it>
11427
11428         * sp_pspell.h (class PSpell): add alive function needed in the
11429         controller to see if the spellchecker could be started.
11430
11431 2001-10-22  Juergen Vigna  <jug@sad.it>
11432
11433         * buffer.C (insertStringAsLines): modify the font for inserting
11434         chars in certain conditions by calling checkInsertChar(font).
11435
11436 2001-10-19  Juergen Vigna  <jug@sad.it>
11437
11438         * text.C (workWidth): use getRow instead of wrong algorithm.
11439         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
11440
11441 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
11442
11443         * lyxserver.h:
11444         * lyxserver.C:
11445         * lyx_main.h:
11446         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
11447
11448 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11449
11450         * text.C (workWidth): do not search for the exact row when
11451         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
11452         optimization for big documents.
11453
11454 2001-10-18  Juergen Vigna  <jug@sad.it>
11455
11456         * text.C (workWidth): new function with added Inset * parameter.
11457
11458 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11459
11460         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
11461
11462         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
11463         change return type of getColumnNearX.
11464
11465
11466         * text.C (changeRegionCase): use uppercase/lowercase instead of
11467         toupper/tolower.
11468         (leftMargin):
11469         (rightMargin): simplify code by factoring out the uses of
11470         textclasslist.
11471         (labelFill):
11472         (numberOfHfills):
11473         (setHeightOfRow):
11474         (appendParagraph): use Paragraph::size_type
11475
11476 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11477
11478         * vspace.C (asLatexString): add a missing break
11479
11480 2001-10-15  Herbert Voss  <voss@perce.de>
11481
11482         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
11483
11484 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11485
11486         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
11487         is not available.
11488
11489 2001-10-10  André Pönitz <poenitz@gmx.net>
11490
11491         * lyxfunc.C: removed greek_kb_flag.
11492
11493 2001-10-10  Herbert Voss  <voss@perce.de>
11494
11495         * lyx_main.C: delete global string help_lyxdir.
11496
11497 2001-10-09  Herbert Voss  <voss@perce.de>
11498
11499         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
11500
11501         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
11502
11503         * lyx_main.C: added global string help_lyxdir.
11504
11505         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
11506
11507 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11508
11509         * lyxrc.C (set_font_norm_type): support iso8859-4
11510
11511 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
11512
11513         * LaTeX.C (deplog): add another regex for MikTeX
11514
11515 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11516
11517         * lyxrc.C (set_font_norm_type): support iso8859-3
11518
11519 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11520
11521         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
11522
11523         * LaTeXFeatures.C: remove special case of french and index
11524
11525         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
11526         before \begin{document}). This solves several incompatibilities.
11527
11528 2001-10-03  Garst Reese  <reese@isn.net>
11529
11530         * lyx_cb.C: change CheckTex error msg.
11531
11532 2001-10-03  José Matos  <jamatos@fep.up.pt>
11533
11534         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
11535
11536 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11537
11538         * .cvsignore: update
11539
11540         * lyx_main.C (commandLineVersionInfo): use new style version info.
11541
11542         * buffer.C (writeFile):
11543         (makeLaTeXFile):
11544         (makeLinuxDocFile):
11545         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
11546
11547         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
11548
11549         * version.h: update to use stuff in version.C
11550
11551         * version.C.in: new file. Contains version information determined
11552         at compile time. This is a merging of version.h and
11553         version_info.h.in.
11554
11555 2001-10-03  Juergen Vigna  <jug@sad.it>
11556
11557         * BufferView_pimpl.C (update): don't change "dirty" status in
11558         updateInset call.
11559
11560 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
11561
11562         * WorkArea.C (c-tor): re-position version string slightly.
11563
11564 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
11565
11566         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
11567         revert to previous code.
11568
11569         WorkArea.[Ch]: (show, destroySplash): methods removed.
11570
11571         WorkArea.C: rework code so that it's an amalgam of the codes before and
11572         after the splash screen was moved to WorkArea.
11573
11574 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11575
11576         * lyxrc.C (read):
11577         * vspace.C (inPixels):
11578         (lyx_advance):
11579         * kbmap.C (bind):
11580         * buffer.C (insertStringAsLines):
11581         (asciiParagraph): fix types to be large enough
11582
11583         * lyxlex_pimpl.h: change member status from short to int
11584
11585         * layout.h: fix type of endlabeltype
11586
11587         * kbmap.C (bind):
11588         * kbsequence.C (parse): change return type to string::size_type
11589
11590         * LaTeX.C (updateBibtexDependencies): comment out unneeded
11591         variable
11592
11593         * Bullet.C (bulletSize):
11594         (bulletEntry): do not use short ints as parameters
11595
11596         * BufferView2.C (insertLyXFile): change a char to an int.
11597
11598         * WorkArea.C (WorkArea): remove unneeded floats in computation
11599
11600 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
11601
11602         * buffer.C (asciiParagraph): Treat '\\' as other chars.
11603
11604         * paragraph.C (asString): Do not ignore newline/hfill chars when
11605         copying to the clipboard.
11606
11607 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
11608
11609         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
11610         after a multi-line inset.
11611
11612 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
11613
11614         * paragraph.C (validate): Set NeedLyXFootnoteCode
11615
11616 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11617
11618         * lyxfont.C (LyXSizeNames): changed increase-error to increase
11619         and decrease-error to decrease.
11620
11621 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11622
11623         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
11624         it more readable (should be equivalent)
11625
11626 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11627
11628         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
11629
11630 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11631
11632         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
11633         of a cursor (row, etc.) after a character has been deleted
11634         (deleteEmptyParagraphMechanism): call the method above on _all_
11635         cursors held by the LyXText when a double space has been
11636         detected/deleted.
11637
11638 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11639
11640         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
11641         pixmap.
11642         (resizeCurrentBuff): remove code to destroy the old splash dialog.
11643
11644         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
11645         background. Use greyOut() and the new show() methods to toggle between
11646         the foreground and background. Add code to remove the splash after
11647         its initial showing.
11648
11649         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
11650         (create_forms): no longer call Dialogs::showSplash.
11651
11652 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11653
11654         * .cvsignore: add version_info.h
11655
11656 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11657
11658         * version_info.h.in: new file
11659
11660         * Makefile.am: add version_info.h.in
11661
11662         * lyx_main.C (commandLineVersionInfo): use version_info defined in
11663         version_info.h instead of VERSION_INFO
11664
11665 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
11666
11667         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
11668         The ERT inset now returns string().
11669
11670 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
11671
11672         * lyxtext.h, text.C (selectNextWord): renamed as
11673         selectNextWordToSpellcheck.
11674
11675         * text.C (selectNextWordToSpellcheck): Modified to not select
11676         words inside an ERT inset.
11677
11678 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11679
11680         * lyx_cb.C (MenuLayoutSave): change a bit the question
11681
11682         * sp_base.h: include <sys/types.h>
11683
11684 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
11685
11686         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
11687
11688 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
11689
11690         * several files: fix typos in user-visible strings
11691
11692 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11693
11694         * text2.C (pasteSelection): do not set the selection, since it
11695         will be cleared later. Actually, the intent was to fix the way the
11696         selection was set, but I figured rmoving the code was just as good.
11697
11698 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
11699
11700         * FontLoader.C (available): Check if font is available without
11701         loading the font.
11702
11703 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
11704
11705         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
11706
11707 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
11708
11709         * lyxrc.[Ch]: added display_graphics variable and associated code.
11710
11711 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11712
11713         * bufferparams.C (hasClassDefaults): new method. Returns true if
11714         the buffer parameters correspond to known class defaults
11715
11716 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
11717
11718         * XFormsView.C (show): set minimum size to the main window.
11719
11720 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11721
11722         * text2.C (copySelection):
11723         (cutSelection):
11724         * lyxfind.C (LyXReplace):
11725         * BufferView_pimpl.C (Dispatch): pass the correct flag to
11726         LyXText::selectionAsString.
11727
11728         * paragraph.C (asString): add "label" argument to the second form
11729
11730         * text2.C (selectionAsString): add "label" argument and pass it to
11731         Paragraph::asString.
11732
11733 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11734
11735         * lyx_main.C (commandLineHelp): remove version information
11736
11737 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
11738
11739         * lyx_main.C: add -version commandline option
11740
11741 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11742
11743         * paragraph.h: make the optional constructor arg required instead.
11744         some modifications to other files because of this.
11745
11746         * minibuffer.C (C_MiniBuffer_peek_event): make it static
11747
11748         * lyxserver.C (C_LyXComm_callback): make it static
11749
11750         * lyx_main.C (error_handler): make it static
11751
11752         * lyx_gui.C (LyX_XErrHandler): make it static
11753
11754         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
11755
11756         * WorkArea.C: make the extern "C" methods static.
11757
11758         * Makefile.am (lyx_LDADD): simplify
11759
11760 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11761
11762         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
11763         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
11764
11765         * LyXAction.C (init):
11766         * lyxfunc.C (dispatch): associated code removal.
11767
11768 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11769
11770         * lyxfont.h (isSymbolFont): shut off warning
11771
11772         * text.C (setHeightOfRow):
11773         (getVisibleRow): fix crash with empty paragraphs which have a
11774         bottom line
11775
11776 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
11777
11778         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
11779         code.
11780
11781 2001-09-04  José Matos  <jamatos@fep.up.pt>
11782         * buffer.C
11783         * buffer.h
11784         * tabular.C (docbook): rename docBook method to docbook.
11785
11786 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11787
11788         * Makefile.am: add dependencies to main.o.
11789
11790 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
11791
11792         * FontLoader.C (available): Return false if !lyxrc.use_gui
11793
11794 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
11795
11796         * FontInfo.C (query):
11797         * converter.C (view):
11798         * importer.C (Import):
11799         * exporter.C (Export): Can not -> cannot.
11800
11801 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
11802
11803         * BufferView_pimpl.C: allow to create index inset even if
11804           string is empty
11805
11806 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11807
11808         * buffer.C (getLists): replace boost::tie code with an explicit pair
11809         as boost::tie can break some compilers.
11810
11811         * iterators.h: Added a std:: declaration to the return type of
11812         ParIterator::size.
11813
11814 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
11815
11816         * lyxrc.C: add help for view_dvi_paper_option, default to safe
11817           case.
11818
11819 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
11820
11821         * iterators.[Ch]: New files. Provide paragraph iterators.
11822
11823         * buffer.C (changeLanguage): Use paragraph iterators.
11824         (isMultiLingual): ditto
11825
11826         * BufferView2.C (ChangeInsets): Use paragraph iterators.
11827
11828 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
11829
11830         * FontLoader.C: Support for cmr font.
11831
11832 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
11833
11834         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
11835         (available): New method.
11836
11837         * FontInfo.C (getFontname): Use scalable fonts even when
11838         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
11839         found.
11840
11841 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11842
11843         * converter.C (Formats::view): reverted! Incorrect fix.
11844
11845 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11846
11847         * converter.C (Formats::view): only output the -paper option
11848         if the dvi viewer is xdvi, thereby fixing bug #233429.
11849
11850 2001-08-23  Herbert Voss  <voss@perce>
11851
11852         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
11853
11854 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11855
11856         * Spacing.h (Spacing): Set space to Default on in the default
11857         constructor.
11858
11859 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11860
11861         * vc-backend.h (RCS::versionString): add RCS to version
11862         (CVS::versionString): add CVS to version
11863
11864         * vc-backend.C (scanMaster): do not add CVS to version.
11865         (scanMaster): do not add RCS to version
11866
11867         * lyxvc.C (versionString): new method
11868
11869         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
11870
11871 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11872
11873         * Spacing.C (set): initialize fval
11874
11875 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
11876
11877         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
11878         " or \.
11879
11880 2001-08-16  Juergen Vigna  <jug@sad.it>
11881
11882         * lyxfunc.C (dispatch): implemented the new FINISHED states.
11883
11884 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11885
11886         * BufferView_pimpl.C:
11887         * figureForm.C:
11888         * lyxtext.h:
11889         * text2.C: setParagraph takes linespacing now
11890
11891 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
11892
11893         * LyxAction.C: add internal LFUN_CITATION_INSERT
11894
11895         * LyXView.C: actually apply fix
11896
11897         * bufferlist.C: fix open non-existent file
11898
11899         * lyxfind.C: fix indentation
11900
11901         * lyxfunc.C: remove unneeded assert, fix typo
11902
11903 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
11904
11905         * MenuBackend.C: use "Floatname List"
11906
11907 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
11908
11909         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
11910         when converting LaTeX layout to insetERT.
11911         Generate a non-collapsed float when reading old float
11912
11913 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11914
11915         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
11916         ERT insets.
11917
11918 2001-08-13  Juergen Vigna  <jug@sad.it>
11919
11920         * text.C (fill): return 0 instead of 20 as this seems to be the more
11921         correct value.
11922
11923 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
11924
11925         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
11926         lyxrc.font_norm.
11927
11928 2001-08-13  Juergen Vigna  <jug@sad.it>
11929
11930         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
11931         casesensitive off.
11932         (SearchBackward): comment out the unlocking of the inset_owner this
11933         should not be needed!
11934
11935 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
11936
11937         * Many files: Remove inherit_language, and add latex_language
11938
11939         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
11940         collapsible insets.
11941
11942 2001-08-10  Juergen Vigna  <jug@sad.it>
11943
11944         * text.C (prepareToPrint): fixed hfill-width in draw!
11945
11946         * BufferView2.C (selectLastWord): save the selection cursor as this
11947         now is cleared in the function LyXText::clearSelection!
11948
11949 2001-08-08  Juergen Vigna  <jug@sad.it>
11950
11951         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
11952         BACKSPACE type functions.
11953
11954         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
11955         is only cutted from the document but not put in the cut-buffer, where
11956         still the old stuff should be.
11957
11958         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
11959
11960         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
11961
11962         * tabular.C (SetWidthOfCell): fixed special case where the width
11963         was not updated!
11964         (LeftLine): handle '|' in align_special.
11965         (RightLine): ditto
11966         (LeftAlreadyDrawed): ditto
11967         (SetWidthOfCell): ditto
11968
11969 2001-08-07  Juergen Vigna  <jug@sad.it>
11970
11971         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
11972
11973 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11974
11975         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
11976         * lyxlex.[hC]: ditto
11977
11978 2001-08-06  Juergen Vigna  <jug@sad.it>
11979
11980         * text.C (getVisibleRow): fix up row clearing a bit.
11981
11982 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11983
11984         * minibuffer.C: make sure the X server sees the changes in the input.
11985
11986 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11987
11988         * paragraph.C (getFont): split into...
11989         (getLabelFont): this
11990         (getLayoutFont): and this
11991         * paragraph_pimpl.C (realizeFont): calling this
11992
11993         * text2.C (getFont): split into...
11994         (getLayoutFont): this
11995         (getLabelFont): and this
11996         (realizeFont): all three calling this
11997
11998         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
11999         files where used.
12000
12001 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12002
12003         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12004
12005 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12006
12007         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12008         layouts from the Quote inset insertion.
12009
12010 2001-08-03  Juergen Vigna  <jug@sad.it>
12011
12012         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12013
12014         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12015         only if status not is already CHANGED_IN_DRAW (second level).
12016
12017         * text.C (draw): don't set the need_break_row when inside an
12018         InsetText LyXText.
12019
12020 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12021
12022         * buffer.C (parseSingleLyXformat2Token): handle more latex
12023         conversion cases.
12024
12025         * bufferview_funcs.[hC]: change function names to
12026         begin with small char, adjust other files.
12027
12028 2001-08-02  André Pönitz <poenitz@gmx.net>
12029
12030         * lyxfunc.C:
12031         BufferView_pimpl.C: remove broken special code for math-greek
12032
12033 2001-08-02  Juergen Vigna  <jug@sad.it>
12034
12035         * BufferView_pimpl.C (update): redone this function so that we
12036         update the text again if there was a CHANGE_IN_DRAW.
12037
12038         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12039         (drawFromTo): added a new internal bool which is used by draw() and
12040         redraw() function.
12041         (general): some cursor drawing problems fixed.
12042
12043 2001-08-01  Juergen Vigna  <jug@sad.it>
12044
12045         * lyxfind.C (LyXFind): fixed
12046         (SearchForward): ditto
12047         (SearchBackward): ditto
12048
12049         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12050         spurius drawing of the cursor in the main area.
12051
12052         * text2.C (status): small fix which could lead to a segfault!
12053         (clearSelection): remove unneeded BufferView param.
12054
12055 2001-08-01  André Pönitz <poenitz@gmx.net>
12056
12057         * lyxfunc.C: small change due to changed mathed interface
12058
12059 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12060
12061         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12062
12063 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12064
12065         * lyxfunc.c: fail gracefully if file doesn't exist
12066
12067         * LyXSendto.C:
12068         * buffer.C:
12069         * lyxfunc.C:
12070         * BufferView_pimpl.C: IsDirWriteable() proto changed
12071
12072         * LyXView.C: fix updateWindowTitle() to store the last title
12073
12074 2001-07-31  Juergen Vigna  <jug@sad.it>
12075
12076         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12077         the font (wrong since using of Paragraph::highestFontInRange).
12078
12079         * paragraph.C (highestFontInRange): added a default_size parameter.
12080
12081         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12082         (setHeightOfRow): reformat
12083
12084 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12085
12086         * converter.[hC] + affected files: move to (inital-char)lowercase
12087         function names.
12088
12089         * ParagraphParameters.C (ParagraphParameters): remove commented code
12090
12091         * PainterBase.[Ch]: remove commented code
12092
12093         * LaTeXFeatures.h: add "bool floats" for float.sty
12094
12095         * LaTeXFeatures.C (LaTeXFeatures): init floats
12096         (require): handle float
12097         (getPackages): do it with floats
12098
12099 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12100
12101         * BufferView_pimpl.C (Dispatch): improve handling of
12102         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12103
12104         * commandtags.h: #include lyxfont.h here temporarily to avoid
12105         keybinding bug.
12106
12107         * bufferlist.h: include LString.h here.
12108
12109 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12110
12111         * text2.C (getStringToIndex): new method.
12112
12113 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12114
12115         * *: Reduced header file dependencies all over.
12116
12117 2001-07-30  Baruch Even  <baruch@lyx.org>
12118
12119         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12120
12121 2001-07-29  Baruch Even  <baruch@lyx.org>
12122
12123         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12124
12125 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12126
12127         * ParameterStruct.h (endif): add a default constructor to make
12128         sure that all variables is initialized.
12129
12130         * ParagraphParameters.C (ParagraphParameters): adjust
12131
12132 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12133
12134         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12135         index; also, check that there is something to index, and that it
12136         does not span over several paragraphs.
12137         (doubleClick): use WHOLE_WORD_STRICT for double click.
12138
12139         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12140
12141         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12142         scheme.
12143
12144 2001-07-26  Baruch Even  <baruch@lyx.org>
12145
12146         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12147         an InsetFig figure, backwards compatible reading of old figure code.
12148
12149 2001-07-27  Juergen Vigna  <jug@sad.it>
12150
12151         * text2.C: font.realize function adaption.
12152
12153         * text.C (draw): add a warnings lyxerr text if needed.
12154
12155         * layout.C: font.realize function adaption.
12156
12157         * language.C: add inherit_language and implement it's handlings
12158
12159         * bufferview_funcs.C (StyleReset): remove language parameter from
12160         font creation (should be language_inherit now).
12161
12162         * bufferparams.C (writeFile): handle ignore_language.
12163
12164         * paragraph.C (getFontSettings): the language has to be resolved
12165         otherwise we have problems in LyXFont!
12166
12167         * lyxfont.C (lyxWriteChanges): added document_language parameter
12168         (update): removed unneeded language parameter
12169
12170         * paragraph.C (validate): fixed wrong output of color-package when
12171         using interface colors for certain fonts in certain environments,
12172         which should not seen as that on the final output.
12173
12174 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12175
12176         * BufferView_pimpl.C:
12177         * Thesaurus.h:
12178         * Thesaurus.C:
12179         * Makefile.am:
12180         * commandtags.h:
12181         * LyXAction.C: add thesaurus support
12182
12183         * lyxfind.h:
12184         * lyxfind.C: add "once" parameter, for thesaurus, to not
12185           move to the next match
12186
12187 2001-07-26  Juergen Vigna  <jug@sad.it>
12188
12189         * lyxfont.C (realize): honor ignore_language too!
12190         (resolved): ditto.
12191
12192         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12193
12194         * text.C (draw): one place more for ignore_language to not draw
12195         itself!
12196
12197 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12198
12199         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12200
12201 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12202
12203         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12204         the minipage conversion problem.
12205
12206 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12207
12208         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12209         insert an inset.
12210
12211 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12212
12213         * BufferView.h: don't forward declare WorkArea
12214
12215         * BufferView.C: don't include WorkArea.h
12216
12217 2001-07-25  André Pönitz <poenitz@gmx.net>
12218
12219         * commandtags.h:
12220         * LyXAction.C:
12221         * lyxfunc.C:  new LFUN 'math-space'
12222
12223         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12224
12225 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12226
12227         * text2.C (toggleInset): call open/close
12228
12229 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12230
12231         * lyxfunc.C (dispatch): add debug for the disabled case
12232
12233         * font.C (buttonText): make similar to rectText
12234
12235         * buffer.C (readInset): comment out parsing of insetlist and
12236         insttheorem
12237
12238         * PainterBase.C (rectText): small correction
12239
12240         * BufferView_pimpl.C: comment out insettheorem and insetlist
12241         * LyXAction.C: ditto
12242         * commandtags.h: ditto
12243
12244 2001-07-24  Juergen Vigna  <jug@sad.it>
12245
12246         * text.C (draw): honor the ignore_language.
12247
12248         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
12249
12250 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12251
12252         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
12253         char inset.
12254
12255 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12256
12257         * lyxtext.h: remove unused (and unimplemented) methods
12258
12259 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12260
12261         * text.C (getVisibleRow): honor background color
12262
12263         * PainterBase.h:
12264         * Painter.h: remove default color argument for fillRectangle
12265
12266         * text.C (backgroundColor): new method
12267
12268 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12269
12270         * text.C (getVisibleRow): adjust
12271
12272         * font.[Ch] (rectText): new method, metrics
12273         (buttonText): new method, metrics
12274
12275         * PainterBase.[hC]: make rectText and buttonText always draw and take
12276         fewer paramteres.
12277
12278 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12279
12280         * ToolbarDefaults.C (read):
12281         * MenuBackend.C (read): allow escaping in all strings
12282
12283         * BufferView_pimpl.C (insertAndEditInset): new method.
12284         (Dispatch): use insertAndEditInset whenever appropriate.
12285
12286         * BufferView_pimpl.C (insertNote): removed
12287
12288         * BufferView_pimpl.C (smartQuote): new method, moved from
12289         BufferView; if an insetquote cannot be inserted, insert a '"'
12290         character instead.
12291
12292         * BufferView2.C: remove insertCorrectQuote();
12293
12294         * lyxfunc.C (getStatus): Add support for all remaingin
12295         inset-insert lfuns.
12296
12297         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
12298
12299         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
12300         command (necessary to pass " as parameter of self-insert.
12301
12302         * text.C (selectWordWhenUnderCursor):
12303         (selectWord): add word_location parameter
12304         (selectWordWhenUnderCursor): same + remove special code for word
12305         boundary.
12306         (selectNextWord): use kind() to guess type of insetspecialchar,
12307         not latex().
12308
12309         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
12310         (insertErtContents): create ert insets as collapsed.
12311         (readInset): better compatibility code for Info inset.
12312
12313 2001-07-20  Juergen Vigna  <jug@sad.it>
12314
12315         * lyxfunc.C (dispatch): use always LyXFind now!
12316
12317         * text2.C (init): add a reinit flag so that the LyXText can be
12318         reinited instead of deleted and reallocated (used in InsetText).
12319
12320         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
12321
12322         * text.C: ditto
12323
12324         * text2.C: ditto
12325
12326 2001-07-18  Juergen Vigna  <jug@sad.it>
12327
12328         * text.C (selectNextWord): handle insets inside inset by calling
12329         always the bv->text functions so that we can go up the_locking_inset!
12330
12331         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
12332         in strange locations when inside an inset!
12333
12334         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
12335         handling to include insets.
12336
12337         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
12338
12339 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12340
12341         * LyXAction.C (init):
12342         * commandtags.h:
12343         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
12344         LIGATURE_BREAK, since the name is so stupid.
12345
12346 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12347
12348         * buffer.C (readInset): enable reading of new InsetNotes as well as old
12349         InsetInfos.
12350
12351         * FontLoader.C: remove FORMS_H_LOCATION cruft.
12352
12353         * sp_form.[Ch]: remove.
12354
12355         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
12356
12357         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
12358         InsetInfo.
12359
12360         * src/buffer.C (readInset): ditto.
12361
12362 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12363
12364         * BufferView_pimpl.C (specialChar): new method. Obsoletes
12365         menuSeparator(), endOfSentenceDot(), ldots() and
12366         hyphenationPoint(), which are therefore removed.
12367         (Dispatch): handle LFUN_HYPHENATION_BREAK.
12368
12369         * LyXAction.C (init):
12370         * commandtags.h: add LFUN_HYPHENATION_BREAK.
12371
12372         * paragraph.C (getWord): removed.
12373
12374         * BufferView_pimpl.C (Dispatch): use last word or selection for
12375         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
12376
12377         * lyx_main.C (queryUserLyXDir): do not ask before creating
12378         user_dir, except if it has been named explicitely.
12379
12380 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12381
12382         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
12383         a document of zero size.
12384
12385 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
12386
12387         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
12388         approriately in the c-tor and in require().
12389         (getPackages): output the appropriate LaTeX for natbib support.
12390
12391         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
12392         variables "use_natbib" and "use_numerical_citations" when reading the
12393         LyX file.
12394         (readInset): read the various natbib cite commands.
12395         (validate): white-space change.
12396
12397         * bufferparams.[Ch]: new variables "bool use_natbib" and
12398         "bool use_numerical_citations".
12399         (writeFile): output them in the LyX file.
12400
12401 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12402
12403         * lyxfunc.C (getStatus): add support for all the inset insertion
12404         commands.
12405
12406         * text2.C (insertInset):
12407         * paragraph.C (insetAllowed):
12408         * BufferView_pimpl.C (insertInset): update to take in account the
12409         renaming of insertInsetAllowed
12410
12411         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
12412
12413         * text2.C (getInset): new method. returns inset at cursor position.
12414
12415         * BufferView_pimpl.C (Dispatch): changes because of this.
12416
12417         * LyXAction.C (init): rename open-stuff to inset-toggle.
12418
12419         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
12420
12421         * text2.C (toggleInset): renamed from openStuff; use
12422         Inset::open().
12423
12424 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
12425
12426         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
12427
12428         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
12429
12430 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
12431
12432         * buffer.C (readLyXformat2): Add filename to the error dialog
12433
12434 2001-07-18  Juergen Vigna  <jug@sad.it>
12435
12436         * tabular.C (GetCellNumber): put an assert here instead of the check!
12437
12438 2001-07-17  Juergen Vigna  <jug@sad.it>
12439
12440         * BufferView_pimpl.C (toggleSelection): adapted too.
12441
12442         * text.C (selectNextWord): adapted for use with insets.
12443         (selectSelectedWord): ditto
12444
12445 2001-07-17  Juergen Vigna  <jug@sad.it>
12446
12447         * sp_spell.C (PSpell): fix initialitation order.
12448
12449 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12450
12451         * paragraph.C: spacing
12452
12453 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
12454
12455         * sp_spell.C: repair language selection for pspell
12456
12457 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12458
12459         * lyxfunc.h: change more methods to begin with lower char.
12460
12461 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
12462
12463         * buffer.C (parseSingleLyXformat2Token): Generate error insets
12464         for unknown layouts.
12465
12466 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
12467
12468         * buffer.C (readLyXformat2): Generate an error dialog if there are
12469         unknown layouts.
12470
12471 2001-07-16  Juergen Vigna  <jug@sad.it>
12472
12473         * sp_spell.C: always compile ISpell part.
12474
12475         * lyxrc.C: added use_pspell entry and it's handling.
12476
12477 2001-07-13  Juergen Vigna  <jug@sad.it>
12478
12479         * sp_spell.C: removed double includes.
12480
12481 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
12482
12483         Consistent use of Lsstream.h:
12484         * Lsstream.h: added using std::stringstream for consistencies sake.
12485
12486         * buffer.C: removed using std::stringstream
12487
12488         * lyxfont.C (stateText):
12489         * paragraph.C (asString):
12490         * text.C (selectNextWord, selectSelectedWord):
12491         * text2.C (setCounter):
12492         * vspace.C (asString, asLatexString):
12493         std::ostringstream -> ostringstream.
12494
12495 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12496
12497         * LyXAction.C: add LFUN_HELP_ABOUTLYX
12498         * commandtags.h: add LFUN_HELP_ABOUTLYX
12499         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
12500
12501 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12502
12503         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
12504         cursorToggle()
12505         * lyx_gui_misc.C: remove spellchecker
12506         * lyxfunc.C: showSpellchecker
12507         * sp_base.h: added
12508         * sp_ispell.h: added
12509         * sp_pspell.h: added
12510         * sp_spell.C: added
12511         * sp_form.[Ch]: removed
12512         * spellchecker.[Ch]: removed
12513
12514 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
12515
12516         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
12517         is set.
12518         (simpleTeXSpecialChars): Simply print the input character without
12519         any special translation if pass_thru is set.
12520
12521         * layout.h: Added bool pass_thru to layout class for being able to
12522         implement pass through of a paragraph for Literate Programming.
12523
12524         * layout.C: add LT_PASS_THRU to LayoutTags enum.
12525         * layout.C (LyXLayout): set pass_thru to flase in constructor.
12526         * layout.C (Read): add "passthru" to list of layout tags and add
12527         code to set the pass_thru boolean when it is read.
12528
12529 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12530
12531         * trans_decl.h: remove allowed from KmodInfo
12532
12533         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
12534         remove allowed code
12535         (Load): adjust
12536
12537         * paragraph_pimpl.C (erase): use boost::prior
12538
12539         * Painter.C (text): use data() instead of c_str() when length is
12540         also provided.
12541         * WorkArea.C (putClipboard): ditto
12542         * font.h (width): ditto
12543
12544         * BufferView2.C: use it-> instead of (*it). for iterators
12545         * texrow.C: ditto
12546         * paragraph_pimpl.C: ditto
12547         * paragraph.C: ditto
12548         * minibuffer.C: ditto
12549         * language.C: ditto
12550         * kbmap.C: ditto
12551         * encoding.C: ditto
12552         * counters.C: ditto
12553         * converter.C: ditto
12554         * chset.C: ditto
12555         * Variables.C: ditto
12556         * TextCache.C: ditto
12557         * MenuBackend.C: ditto
12558         * LyXAction.C: ditto
12559         * LColor.C: ditto
12560         * FloatList.C: ditto
12561         * DepTable.C: ditto
12562         * ColorHandler.C (LyXColorHandler): ditto
12563
12564 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12565
12566         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
12567
12568         * text2.C (openStuff): reintroduce this method (which had been
12569         nuked in NEW_INSETS frenzy).
12570
12571         * lyxfunc.C (Dispatch): when an action has not been handled, use
12572         its name in the error message, not its number.
12573
12574         * paragraph.C (inInset): change method name to begin with lowercase.
12575
12576         * undo_funcs.C:
12577         * text2.C: updates because of this.
12578
12579 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12580
12581         * ToolbarDefaults.C (add): add spaces in error message
12582
12583 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12584
12585         * buffer.C (readLyXformat2): initialize the ert comp. variables.
12586         (readLyXformat2): rename return_par to first_par, use lyxlex's
12587         pushToken and remove the manual push handling.
12588         (parseSingleLyXformat2Token): add another ert comp. variable:
12589         in_tabular, rename return_par to first_par. handle newlines better
12590
12591 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12592
12593         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
12594
12595 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12596
12597         * text2.C (getParFromID): removed
12598
12599         * buffer.C (getParFromID): new method moved form lyxtext.
12600         * BufferView2.C (insertErrors): adjust
12601         (setCursorFromRow): adjust
12602         * BufferView_pimpl.C (restorePosition): adjust
12603         * lyxfunc.C (Dispatch): adjust
12604         * undo_funcs.C (textUndo): adjust
12605         (textRedo): adjust
12606         (textHandleUndo): adjust
12607         (textHandleUndo): adjust
12608
12609 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12610
12611         * buffer.C: up' the LYX_FORMAT
12612
12613         * lyxfont.h: turn NO_LATEX on as default
12614
12615         * buffer.C (insertErtContents): new methods of tex style compability.
12616         (parseSingleLyXformat2Token): use it several places.
12617         * tabular.C (OldFormatRead): and here
12618
12619 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12620
12621         * text2.C: remove some commented code.
12622         reindent file.
12623
12624         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
12625         * trans.C: changes because of the above.
12626
12627 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
12628
12629         * text2.C (setCounter): Fix counters bug with bibliography layout.
12630
12631 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12632
12633         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
12634         own member functions
12635         (simpleTeXSpecialChars): ditto
12636
12637 2001-07-06  Juergen Vigna  <jug@sad.it>
12638
12639         * a lot of files: changed the access to LyXText::status and the
12640         call of undo-functions.
12641
12642         * undo.[Ch]: added a inset_id to the undo informations.
12643
12644         * undo_funcs.[Ch]: added and moved here all undo functions.
12645
12646         * lyxtext.h: give the status enum a weight, made status_ a private
12647         variable and made accessor functions for it, removed the whole bunch
12648         of undo-functions as they are now in their own file, make some
12649         functions publically available. Added function ownerParagraph with
12650         int parameter.
12651
12652         * paragraph.[Ch]: added "bool same_ids" to the constructor,
12653         made InInset() a const function, added getParFromID() function.
12654
12655         * buffer.[Ch]: added const version for inset_iterator functions,
12656         added getInsetFromID() function.
12657
12658         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
12659         changed undo functions for new version.
12660
12661 2001-07-05  Juergen Vigna  <jug@sad.it>
12662
12663         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
12664         unknow mechanism does not call the proper constructor but only this
12665         one also if I request the other!?
12666
12667 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12668
12669         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
12670
12671         * text2.C (LyXText): use initialization lists.
12672
12673         * lyxtext.h (Selection): initialize set_ and mark_
12674         (init): remove method
12675
12676 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
12677
12678         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
12679
12680 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12681
12682         * screen.[Ch]: change method names to begin with lowercase
12683
12684         * BufferView_pimpl.C (updateScrollbar): simplify further and
12685         hopefully make it a bit faster.
12686
12687 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12688
12689         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
12690         calling directly xforms functions.
12691
12692         * Painter.C (Painter):
12693         * lyx_cb.C (MenuWrite):
12694         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
12695         fl_display.
12696
12697         * lyx_gui.C: remove bogus guiruntime extern declaration.
12698
12699 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12700
12701         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
12702         in NEW_INSETS
12703         (redoDrawingOfParagraph): ditto
12704         (redoParagraphs): ditto
12705         (cutSelection): don't create a object for CutAndPaste use the
12706         static method directly
12707         (pasteSelection): ditto
12708
12709         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
12710         LyXview (+ rename)
12711
12712 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12713
12714         * modifications to some other files because of this.
12715
12716         * Makefile.am (lyx_SOURCES): add XFormsView
12717
12718         * XFormsView.[Ch]: new files
12719
12720         * LyXView.[Ch]: make LyXView a base class for the gui handling for
12721         the main window. Move the gui dependent stuff to XFormsView
12722
12723 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12724
12725         * tabular.C (GetCellInset): update cur_cell also in the row/col
12726         version of this function.
12727
12728         * lyxfunc.C: no need to include figure_form.h here.
12729
12730         * FontLoader.h:
12731         * lyxfunc.h:
12732         * lyxscreen.h:
12733         * text2.C:
12734         * lyxvc.C: no need to include forms.h here.
12735
12736 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12737
12738         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
12739
12740         * lyxfunc.C (Dispatch):
12741         * Spacing.C (set):
12742         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
12743         constructor argument.
12744
12745 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12746
12747         * paragraph.C (Paragraph): dont't clear, and just set layout.
12748         (makeSameLayout): use params's copy contructor.
12749
12750         * ParagraphParameters.[Ch] (makeSame): delete method
12751
12752 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
12753
12754         * Variables.[Ch]: fix indentation, rename set to isSet
12755
12756 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12757
12758         * lyxfunc.C (Dispatch): fix typo
12759
12760 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12761
12762         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
12763         upper_bound.
12764
12765         * bufferlist.C: include assert.h for emergencyWrite().
12766
12767 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12768
12769         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
12770           give up at last (bug #425202) !
12771
12772 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
12773
12774         * lyx_gui_misc.C:
12775         * sp_form.h:
12776         * sp_form.C:
12777         * spellchecker.h:
12778         * spellchecker.C: strip spellchecker options and bring up
12779           preferences tab instead
12780
12781 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12782
12783         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
12784         the istringstream constructor
12785
12786 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12787
12788         * paragraph.C (getLayout): fix return value
12789
12790         * paragraph.h: do not declare getLayout as inline.
12791
12792         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
12793
12794 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12795
12796         * lyxcursor.h (operator<): new func
12797         (operator>): new func
12798         (operator>=): new func
12799         (operator<=): new func
12800
12801         * text.C (changeCase): use selection.start and selection.end
12802         (changeRegionCase): require from to be <= to. Require par to be a
12803         valid paragraph.
12804
12805         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
12806
12807 2001-06-27  Juergen Vigna  <jug@sad.it>
12808
12809         * text.C (cursorLeftOneWord): changed to return the cursor and added
12810         overlay with BufferView * parameter which calls this one.
12811         (getWord): added
12812         (selectWord): use new getWord function.
12813         (changeCase): renamed from changeWordCase as and extended to work
12814         also on selections.
12815
12816         * lyxtext.h: added enum word_location
12817
12818         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
12819         changeCase as this operates now also on selections.
12820
12821 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
12822
12823         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
12824
12825         * many files: send debug output to Debug::INFO instead of
12826         Debug::ANY.
12827
12828         * converter.C (View):
12829         (Convert):
12830         (Move): send debug output to Debug::FILES instead of console.
12831
12832 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
12833
12834         * lyxfunc.C (getStatus): use func_status
12835
12836         * func_status.h: new header, describing the results of
12837         LyXFunc::getStatus;
12838
12839         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
12840         LFUN_MATH_HALIGN.
12841
12842 2001-06-25  The LyX Project  <jug@sad.it>
12843
12844         * buffer.C (sgmlOpenTag):
12845         (sgmlCloseTag):
12846         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
12847
12848 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12849
12850         * text2.C: remove some dead code
12851
12852         * tabular.C (GetCellInset): store the last cell checked (gotten)
12853
12854         * tabular.h: add the helper for the speedup
12855
12856         * lyxtext.h: remove some dead code
12857
12858 2001-06-26  The LyX Project  <Asger>
12859
12860         * paragraph.C: Change export to LaTeX of alignment to
12861         \begin{center} and family for better roundtrip work with reLyX.
12862
12863         * Tune the math drawing a bit.
12864
12865 2001-06-25  The LyX Project  <Asger>
12866
12867         * LColor.C (LColor): New color for math background. New color
12868         for buttons.
12869
12870 2001-06-25  The LyX Project  <jug@sad.it>
12871
12872         * lyxfunc.C (MenuNew): remove extra check for .lyx file
12873
12874         * lyxfunc.C (Open):
12875         * bufferlist.C (newFile): do not restrict to files ending with
12876         .lyx
12877
12878         * BufferView_pimpl.C (MenuInsertLyXFile):
12879
12880 2001-06-24  The LyX Project  <jug@sad.it>
12881
12882         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
12883         of compare_no_case
12884
12885 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12886
12887         * lyxtext.h: rename most methods to begin with a small char.
12888         Lots of changes because of this.
12889
12890         * paragraph.C (Paragraph): do not call fitToSize
12891         (erase): call Pimpl::erase
12892         (insertChar): call Pimpl::insertChar
12893         (insertInset): call Pipl::insertInset
12894         (breakParagraph): do not call fitToSize
12895         (breakParagraphConservative): do not call fitToSize
12896         (fitToSize): remove method
12897
12898         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
12899
12900 2001-06-24  The LyX Project  <Asger>
12901
12902         * Fix Qt compilation^2
12903
12904 2001-06-24  The LyX Project  <jug@sad.it>
12905
12906         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
12907         depthHook(getDepth()-1).
12908
12909         * paragraph.h:
12910         * ParagraphParameters.h:
12911         * ParameterStruct.h: change type of depth to unsigned int ==
12912         depth_type. Many adaptations to other files before of that.
12913
12914 2001-06-24  The LyX Project  <Asger>
12915
12916         * Fix Qt compilation.
12917
12918 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12919
12920         * paragraph.h: renamed several methods to begin with small letter.
12921         several changes to many parts of the code because of this.
12922
12923 2001-06-23  The LyX Project  <jug@sad.it>
12924
12925         * text2.C (InsertStringAsLines): renamed from InsertStringA;
12926         rewritten to discard all double spaces when KeepEmpty is off
12927         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
12928         to only handle newlines but not fiddle with spaces and friends.
12929
12930         * lyxfunc.C (MenuNew): when doing 'new from template', use
12931         template_path as default directory
12932
12933 2001-06-23  The LyX Project  <Asger>
12934
12935         * Clean-up of header file includes all over
12936         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
12937
12938 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12939
12940         * paragraph.h: renamed from lyxparagraph.h
12941
12942 2001-06-23  Asger  <lyx@violet.home.sad.it>
12943
12944         * Buffer.h: Removed Buffer::resize
12945         * BufferList.h: Removed BufferList::resize
12946         * LyXView.h: Added LyXView::resize. This way, we will only reflow
12947         the document lazily when we change the width, or the font settings.
12948
12949 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12950
12951         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
12952
12953 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12954
12955         * buffer.h: remove out of date comment
12956
12957 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12958
12959         * lyxscreen.h:
12960         * screen.C: fix "theoretical" GC leak
12961
12962 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12963
12964         * LaTeX.C (scanAuxFile):
12965         (deplog): remove trailing \r when reading stream (useful under
12966         win32)
12967
12968 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
12969
12970         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
12971         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
12972         and BufferView::theLockingInset(Inset*), so should use them and not
12973         access bv_->text->the_locking_inset directly.
12974
12975         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
12976
12977 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12978
12979         * Makefile.am:
12980         * tex-defs.h: remove old unused file
12981
12982 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
12983
12984         * BufferView_pimpl.C: fix typo, remove minibuffer message
12985           when buffer has loaded
12986
12987 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12988
12989         * lyxfunc.C (Dispatch): use stringstream
12990         (MenuNew): use stringstream
12991         (Open): use stringstream
12992
12993         * importer.C (Import): use stringstream
12994
12995         * bufferview_funcs.C (CurrentState): use stringstream
12996
12997         * LaTeX.C (run): use stringstream
12998
12999         * BufferView_pimpl.C (savePosition): use stringstream
13000         (restorePosition): use stringstream
13001         (MenuInsertLyXFile): use stringstream
13002
13003 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13004
13005         * BufferView.C:
13006         * Bullet.C:
13007         * ColorHandler.C:
13008         * FontInfo.C:
13009         * FontLoader.C:
13010         * LColor.C:
13011         * LaTeXFeatures.C:
13012         * Painter.C:
13013         * gettext.C:
13014         * lyx_gui_misc.C:
13015         * lyxserver.C:
13016         * vspace.C: removed // -*- C++ -*- as first line.
13017
13018         * lyxfind.h:
13019         * version.h: added // -*- C++ -*- as first line.
13020
13021 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13022
13023         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13024
13025         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13026         of string
13027
13028 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13029
13030         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13031         of floats.
13032
13033 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13034
13035         * gettext.C: include LString.h even when --disable-nls is on.
13036
13037 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13038
13039         * converter.h (Get): changed argument type from int to
13040         FormatList::size_type to avoid unnecessary conversion.
13041
13042         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13043         before using it.
13044
13045 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13046
13047         * gettext.h: include LString.h even when --disable-nls is on.
13048
13049 2001-06-07  Juergen Vigna  <jug@sad.it>
13050
13051         * text.C (BreakAgain): subst spaces with tabs.
13052
13053         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13054         (resizeInsetsLyXText): set force on resizeLyXText.
13055
13056 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13057
13058         * gettext.h (gettext_init):
13059         (locale_init): use a real definition instead of a macro
13060
13061 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13062
13063         * Bufferview_pimpl.C:
13064         * LColor.h:
13065         * LColor.C: further lcolor tidies
13066
13067 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13068
13069         * BufferView_pimpl.C (updateScrollbar): simplify.
13070
13071         * BufferView2.C: don't include insets/insetinfo.h, change
13072         prototype for insertInset and call the Pimpl version. let
13073         updateInset call Pimpl version.
13074
13075         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13076         gotoInset to BufferView::Pimpl
13077
13078 2001-06-01  Juergen Vigna  <jug@sad.it>
13079
13080         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13081         inside a LockingInset (is the update needed at all?).
13082
13083 2001-05-31  Juergen Vigna  <jug@sad.it>
13084
13085         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13086         here not the old one otherwise how should we compare it afterwards
13087         if it's the same!
13088
13089 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13090
13091         * lyxfont.C:
13092         * tabular.C:
13093         * tabular-old.C:
13094         * FontInfo.C: bring C functions into global namespace when
13095         necessary
13096
13097 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13098
13099         * LString.h: make sure config.h has been loaded before LString.h.
13100
13101         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13102         (one for each char read by EatLine!).
13103
13104         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13105         variables.
13106
13107 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13108
13109         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13110         to the same as the par we break from
13111
13112 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13113
13114         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13115
13116         * MenuBackend.C (expand): also create menu entries for wide
13117         versions of the floats.
13118
13119         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13120
13121         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13122
13123         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13124         frontends/Makefile.am
13125
13126         * text2.C: adjust
13127         * text.C: adjust
13128
13129
13130         * tabular.C (getTokenValue): add std::
13131
13132         * tabular-old.C (getTokenValue): add std::
13133         (getTokenValue): ditto
13134         (getTokenValue): ditto
13135
13136         * screen.C (ToggleSelection): adjust
13137
13138         * lyxtext.h: put selection cursors inside a Selection struct.
13139
13140         * lyxfunc.C (moveCursorUpdate): adjust
13141
13142         * lyxfont.C (latexWriteStartChanges): add std::
13143
13144         * lyxfind.C: adjust
13145
13146         * font.h: delete with(char const *, LyXFont const &)
13147
13148         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13149
13150         * FontInfo.C (getFontname): add std::
13151
13152         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13153         (workAreaButtonPress): adjust
13154         (tripleClick): adjust
13155         (update): adjust
13156         (moveCursorUpdate): adjust
13157         (Dispatch): adjust
13158
13159         * BufferView2.C (gotoInset): adjust
13160
13161 2001-05-30  Juergen Vigna  <jug@sad.it>
13162
13163         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13164         to check pspell I add this as default as I now have new pspell
13165         libraries and they seem to use this.
13166
13167 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13168
13169         * text2.C (CutSelection): make the cursor valid before the call to
13170         ClearSelection.
13171
13172 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13173
13174         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13175         relied on 0 terminated strings and other horrors. Bug found due to
13176         the new assert in lyxstring!
13177
13178         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13179         KP_ keys.
13180
13181 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13182
13183         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13184         to latinkeys.bind.
13185
13186         * lyxfunc.C (processKeySym): change method of getting to the
13187         self-insert char.
13188
13189         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13190         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13191         * BufferView_pimpl.[Ch]: here as private methods.
13192
13193 2001-05-28  Juergen Vigna  <jug@sad.it>
13194
13195         * text.C (SetHeightOfRow): added the update() call again as it is
13196         needed to initialize inset dimensions!
13197
13198 2001-05-16  Juergen Vigna  <jug@sad.it>
13199
13200         * text2.C (SetCharFont): Add new function with BufferView * and
13201         bool toggleall parameters for setting insets internal fonts.
13202         (SetFont): Freeze the undo as we may change fonts in Insets and
13203         all this change should be inside only one Undo!
13204
13205         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13206         setting font's in insets as for them we have the SetFont function!
13207
13208 2001-05-15  Juergen Vigna  <jug@sad.it>
13209
13210         * text2.C (ClearSelection): to be sure we REALLY don't have any
13211         selection anymore!
13212
13213         * tabular.C (TeXCellPreamble): fixed the left border problem for
13214         multicolumn cells.
13215
13216 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13217
13218         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13219         dependancy file
13220
13221 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13222
13223         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13224         LFUN_BREAKPARAGRAPH.
13225
13226         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13227         help test to "internal only", similar for LFUN_INSERT_URL
13228
13229         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
13230         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
13231         auto_region_delete and deadkeys.
13232
13233 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
13234
13235         * LColor.h:
13236         * LColor.C: remove some dead entries, tidy a little
13237
13238 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13239
13240         * lyxfunc.C (processKeySym): comment the Escape handling, remove
13241         commented code.
13242         (Dispatch): implement LFUN_ESCAPE
13243
13244         * commandtags.h: add LFUN_ESCAPE
13245
13246         * LyXAction.C (init): add entry for LFUN_ESCAPE
13247
13248         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
13249         Remove commented code.
13250         (insertNote): moved here
13251         (open_new_inset): moved here
13252
13253         * BufferView[2].[Ch]: move insertNote and open_new_inset to
13254         BufferView_pimpl
13255
13256 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13257
13258         * kbmap.C (findbinding): clean it up and make it work correctly.
13259
13260         * lyx_main.C (init): do not pass argc and argv as parameters
13261
13262 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
13263
13264         * buffer.C: fix path for OS/2 & Win32
13265
13266         * lyx_gui.C:
13267         * lyx_main:
13268         * lyx_main.C: Added os:: class.
13269
13270         * os2_defines.h: update
13271
13272 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13273
13274         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
13275         better by trying again with reduced state.
13276
13277 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13278
13279         * lyxrc.C (read): print error about invalid key sequence only when
13280         debugging (because not all latinX keysyms are known to some X
13281         servers)
13282
13283         * kbsequence.C (getiso): add a few std:: qualifiers
13284         (getiso): comment out extra return statement.
13285
13286 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13287
13288         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
13289         handling.
13290         (Dispatch): enhance the accent inset a bit. (not perfect)
13291
13292 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13293
13294         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
13295
13296 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13297
13298         * bufferlist.C (emergencyWrite): fix assert() call
13299
13300 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
13301
13302         * text.C (InsertChar): Added trivial patch to only send the "you
13303         can not do multiple spaces this way" message once during a
13304         session.
13305
13306 2001-05-08  Baruch Even  <baruch@lyx.org>
13307
13308         * Makefile.am: Changed order of libraries to get LyX to link properly
13309         with the gnome frontend.
13310
13311 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13312
13313         * LaTeXFeatures.h: add a std:: qualifier
13314
13315 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13316
13317         * paragraph.C (String): use stringstream
13318
13319 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13320
13321         * paragraph.C (writeFile): remove footflag arg
13322
13323         * buffer.C (makeLaTeXFile): use stringstream
13324         (latexParagraphs): remove footnot gurba
13325
13326         * LaTeXFeatures.C (getPackages): use stringstream
13327         (getMacros): likewise
13328         (getTClassPreamble): likewise
13329         (getFloatDefinitions): new method
13330
13331         * paragraph.C (writeFile): reindent
13332         (Erase): reindent
13333
13334         * WorkArea.h: revert the xpos + etc changes.
13335
13336         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
13337
13338         * lyxparagraph.[Ch]: add copy constructor, remove Clone
13339
13340         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
13341         (pasteSelection): likewise
13342         * text2.C (CreateUndo): likewise
13343
13344 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13345
13346         * minibuffer.C (peek_event): temporarily reduce the functionality
13347         of the minibuffer (to allow args on lfuns)
13348
13349         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
13350         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
13351
13352         * buffer.C (readInset): add compability reading of old float
13353         lists, add reading of new style float list.
13354         (readInset): avoid reevaluation of inscmd.getCmdName()
13355         (getLists): reindent
13356
13357         * MenuBackend.C (MenuItem): implement parsing of
13358         md_floatlistinsert and md_floatinsert.
13359         (expand::LastFiles): move initalizaton of iterators out of loop,
13360         avoid reevaluation.
13361         (expand::Documents): introduce typdedef vector<string> Strings,
13362         and use it.
13363         (expand::ExportFormats): introduce typedef vector<Format const *>
13364         Formats, and use it.
13365         (expand): implement FloatListInsert and FloatInsert.
13366
13367         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
13368         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
13369         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
13370
13371         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
13372         handling.
13373         (Dispatch::LFUN_FLOAT_LIST): implement
13374
13375 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
13376
13377         * LaTeX.C (run): Fix problem with --export code.
13378
13379 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13380
13381         * BufferView.[Ch] (workarea): removed.
13382         (getClipboard) new method; wrapper for workarea()->getClipboard()
13383
13384         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
13385         bug.
13386
13387         * WorkArea.h (width, height, xpos, ypos): These methods all
13388         returned the dimensions of the work_area sub-area of WorkArea,
13389         resulting in a position error if the WorkArea were resized. Now
13390         return the dimensions of the entire WorkArea.
13391
13392         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
13393
13394 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13395
13396         * LaTeX.C (deplog): correct the syntax of regex reg1
13397
13398 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13399
13400         * undo.C: remove !NEW_INSETS cruft
13401
13402 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13403
13404         * text2.C: remove !NEW_INSETS cruft
13405
13406         * text.C: remove !NEW_INSETS cruft
13407
13408         * tabular.C: remove !NEW_INSETS cruft
13409
13410         * spellchecker.C: remove !NEW_INSETS cruft
13411
13412         * lyxtext.h: remove !NEW_INSETS cruft
13413
13414         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
13415
13416         * lyxfunc.C: remove !NEW_INSETS cruft
13417
13418         * lyxfind.C: remove !NEW_INSETS cruft
13419
13420         * lyx_cb.C: remove !NEW_INSETS cruft
13421
13422         * figureForm.C: remove  !NEW_INSETS cruft
13423
13424         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
13425
13426         * buffer.[Ch]: remove !NEW_INSETS cruft
13427
13428         * ToolbarDefaults.C: remove !NEW_INSETS cruft
13429
13430         * CutAndPaste.C: remove !NEW_INSETS cruft
13431
13432         * BufferView_pimpl.C: remove !NEW_INSETS cruft
13433
13434         * BufferView2.C: remove !NEW_INSETS cruft
13435
13436         * BufferView.h: remove !NEW_INSETS cruft
13437
13438 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13439
13440         * Lsstream.h: include LString.h before the sstream headers to
13441         fix problem with gcc 2.95.3 and lyxstring
13442
13443 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13444
13445         * lyx_main.C: add using directives when needed for C functions
13446         declared in std:: namespace.
13447
13448 2001-04-27  Juergen Vigna  <jug@sad.it>
13449
13450         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
13451         (SetHeightOfRow): comment out the update call should not be needed!
13452
13453 2001-04-13  Juergen Vigna  <jug@sad.it>
13454
13455         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
13456         (LyXTabular): tried to minimize operator= operations (and realized
13457         hopfully Lars wish).
13458
13459 2001-04-27  Juergen Vigna  <jug@sad.it>
13460
13461         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
13462
13463 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13464
13465         * lyxfunc.C (Dispatch): hack to make listof algorithm work
13466
13467         * buffer.C (readInset): hack to make listof algorithm work
13468
13469         * BufferView_pimpl.C: hack to make listof algorithm work
13470
13471 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13472
13473         * LyXAction.C: removed all !NEW_INSETS cruft
13474         (init): moved lfun_item in method
13475
13476         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
13477
13478 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13479
13480         * BufferView2.C (theLockingInset): white space.
13481
13482 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13483
13484         * minibuffer.C: include <iostream>
13485
13486         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
13487
13488         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
13489
13490         * commandtags.h: add LFUN_TRANSPOSE_CHARS
13491
13492         * text.[Ch] (TransposeChars): new method
13493
13494 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13495
13496         * call message directly through LyXView instead of through LyXFunc
13497         * BufferView2.C: adjust
13498         * BufferView_pimpl.C: adjust
13499         * FontLoader.C: adjust
13500         * buffer.C: adjust
13501         * bufferview_funcs.C: adjust
13502         * converter.C: adjust
13503         * figureForm.C: adjust
13504         * importer.C: adjust
13505         * lyx_cb.C: adjust
13506         * lyx_gui_misc.C: adjust
13507         * lyxfunc.C: adjust
13508         * lyxvc.C: adjust
13509         * text2.C: adjust
13510         + more files in subdirs
13511
13512         * lyxparagraph.h (size): move up int file
13513         (GetLayout): ditto
13514
13515         * adjust all uses of Assert to lyx::Assert.
13516
13517         * BufferView2.C (ChangeCitationsIfUnique): adjust for
13518         lyxfunctional in namespace lyx
13519         * layout.C (hasLayout): ditto
13520         (GetLayout): ditto
13521         (GetLayout): ditto
13522         (delete_layout): ditto
13523         (NumberOfClass): ditto
13524         * converter.C (GetFormat): ditto
13525         (GetNumber): ditto
13526         (Add): ditto
13527         (Delete): ditto
13528         (SetViewer): ditto
13529         * bufferlist.C (getFileNames): ditto
13530         (emergencyWriteAll): ditto
13531         (exists): ditto
13532         (getBuffer): ditto
13533         * MenuBackend.C (hasSubmenu): ditto
13534         (hasMenu): ditto
13535         (getMenu): ditto
13536         * BufferView_pimpl.C (getInsetByCode): ditto
13537
13538 2001-04-18  Juergen Vigna  <jug@sad.it>
13539
13540         * vspace.C (asLatexString): fixed the 100% problem.
13541
13542 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13543
13544         * lyxfunc.C (Dispatch):
13545         * minibuffer.C:
13546         * minibuffer.h: add a few std:: qualifiers
13547
13548 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13549
13550         * minibuffer.[Ch]: reimplement so that commands is initiated and
13551         run from lyxfunc, simplified som handling, and made the completion
13552         and history code for complete. wip.
13553
13554         * lyxfunc.C (processKeySym): call message
13555         (miniDispatch): new temporary method
13556         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
13557         (LFUN_MESSAGE): implement
13558         (LFUN_MESSAGE_PUSH): implement
13559         (LFUN_MESSAGE_POP): implement
13560         (initMiniBuffer): the initial/defualt minibuffer message.
13561
13562         * lyxfont.[Ch]: inline some more getters
13563
13564         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
13565
13566         * lyx_gui_misc.[Ch] (WriteStatus): remove method
13567
13568         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
13569         (AutoSave): use LFUN_MESSAGE
13570         (Reconfigure): ditto
13571
13572         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
13573
13574         * figureForm.C: use LFUN_MESSAGE
13575
13576         * converter.C (runLaTeX): use LFUN_MESSAGE
13577
13578         * bufferview_funcs.C: use LFUN_MESSAGE
13579         (Melt): ditto
13580         (changeDepth): ditto
13581
13582         * bufferparams.h: use boost::
13583
13584         * bufferlist.h: inherit privately from noncopyable
13585
13586         * bufferlist.C (loadLyXFile): remove some commented code.
13587
13588         * buffer.C (runChktex): use LFUN_MESSAGE
13589
13590         * ShareContainer.h: inherit privately from noncopyable
13591
13592         * ParagraphParameters.[hC] (depth): inline it.
13593
13594         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
13595         methods.
13596         (message): new method
13597         (messagePush): ditto
13598         (messagePop): ditto
13599         (show): init minibuffer
13600         (showState): direct call
13601
13602         * LaTeX.[Ch]: inherit privately from noncopyable
13603         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
13604         instead of WriteStatus.
13605
13606         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
13607
13608         * BufferView_pimpl.C (buffer): don't init minibuffer
13609         (workAreaButtonPress): use LFUN_MESSAGE
13610         (workAreaButtonRelease): ditto
13611         (savePosition): ditto
13612         (restorePosition): ditto
13613         (MenuInsertLyXFile): ditto
13614         (workAreaExpose): don't init minibuffer
13615         (update): remove commented code, simplify
13616
13617         * BufferView2.C (openStuff): use LFUN_MESSAGE
13618         (toggleFloat): ditto
13619         (menuUndo): ditto
13620         (menuRedo): ditto
13621         (copyEnvironment): ditto
13622         (pasteEnvironment): ditto
13623         (copy): ditto
13624         (cut): ditto
13625         (paste): ditto
13626         (gotoInset): ditto
13627         (updateInset): remove some commented code
13628
13629         * lastfiles.h: inherit privately from noncopyable
13630         * layout.h: ditto
13631         * lyx_gui.h: ditto
13632         * lyx_main.h: ditto
13633         * lyxlex.h: ditto
13634         * lyxlex_pimpl.h: ditto
13635
13636         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
13637         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
13638         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13639
13640         * LyXAction.h: inherit privately from noncopyable, add methods
13641         func_begin, func_end, returning iterators to the func map.
13642
13643         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
13644         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13645         (func_begin): new method
13646         (func_end): new method
13647
13648         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
13649         and not)
13650         (copySelection): ditto
13651         (pasteSelection): ditto
13652
13653         * BufferView.C: whitespace change
13654         * BufferView.h: inherit privately from noncopyable
13655
13656 2001-04-16  Allan Rae  <rae@lyx.org>
13657
13658         * tabular-old.C (l_getline):
13659         * spellchecker.C (sc_check_word):
13660         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
13661         an unrecognised preprocessor directive.  So ensure they're wrapped.
13662
13663 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
13664
13665         * src/exporter.C (Export): Give an error message when path to file
13666         contains spaces.
13667
13668 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
13669
13670         * LaTeX.C (deplog): Always check that foundfile exists.
13671
13672 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13673
13674         * lyx_main.h:
13675         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
13676
13677 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13678
13679         * tabular.[Ch] (getLabelList): implement new method
13680
13681         * minibuffer.h: comment ouf setTiimer
13682
13683         * minibuffer.C (ExecutingCB): constify res
13684         (peek_event): constify s
13685         (Set): constify ntext
13686         (Init): constify nicename
13687
13688         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
13689
13690         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
13691         (savePosition): use two params to Minibuffer::Set
13692         (restorePosition): ditto
13693
13694 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13695
13696         * lyx_main.C: include language.h
13697
13698         * Makefile.am (lyx_main.o): add language.h
13699
13700 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13701
13702         * exporter.C:
13703         * paragraph.C:
13704         * screen.C:
13705         * tabular.C:
13706         * CutAndPaste.C: include gettext.h
13707
13708         * lyxfont.h: remove old hack with ON and OFF.
13709
13710         * lyxparagraph.h:
13711         * lyxfont.h: do not include language.h...
13712
13713         * BufferView2.C:
13714         * LaTeXFeatures.C:
13715         * Painter.C:
13716         * bufferview_funcs.C:
13717         * font.C:
13718         * lyxfont.C:
13719         * text.C:
13720         * text2.C:
13721         * trans_mgr.C:
13722         * paragraph.C: ... but do it here instead
13723
13724 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13725
13726         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
13727
13728         * tabular.C: small reformat
13729
13730         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
13731         NEW_INSETS version
13732         (GetChar): ditto
13733         (BreakParagraph): ditto
13734         (SetOnlyLayout): ditto
13735         (SetLayout): ditto
13736
13737         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
13738         with one arg less.
13739
13740         * lastfiles.C: removed most using decl, add std:: where needed
13741
13742         * buffer.C: ws changes
13743
13744         * MenuBackend.C (class compare_format): put into anon namespace
13745         (expand): constify label, names, action, action2
13746         (expand):
13747
13748         * text.C (SingleWidth): constify font
13749         (IsBoundary): constify rtl2
13750         (GetVisibleRow): constify ww
13751
13752         * LaTeX.C (deplog): constify logfile
13753
13754         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
13755         start_x, end_x
13756         (workAreaExpose): constify widthChange, heightChange
13757
13758         * lyxrow.C (par): moved
13759         (height): moved
13760         (next): moved
13761         * lyxrow.h: as inlines here
13762
13763         * lyxfont.h (shape): moved from lyxfont.C
13764         (emph): moved from lyxfont.C
13765
13766         * lyxfont.C (LyXFont): use initialization list for all
13767         constructors
13768         (shape): move to lyxfont.h as inline
13769         (emph): move to lyxfont.h as inline
13770
13771
13772 2001-04-04  Juergen Vigna  <jug@sad.it>
13773
13774         * vspace.C: had to include stdio.h for use of sscanf
13775
13776 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
13777
13778         * BufferView.h:
13779         * BufferView_pimpl.h: remove xforms cruft. Both classes are
13780         independent of xforms.
13781
13782 2001-04-02  Juergen Vigna  <jug@sad.it>
13783
13784         * spellchecker.C: fixed namespace placing!
13785
13786 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13787
13788         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
13789         the LyXParagraph * is 0.
13790
13791 2001-03-29  Juergen Vigna  <jug@sad.it>
13792
13793         * vspace.C: added support for %, c%, p%, l%.
13794         (stringFromUnit): added helper function.
13795         (asLatexString): changed to give right results for the %-values.
13796
13797         * buffer.C: convert the widthp in a width%.
13798
13799 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
13800
13801         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
13802         figureForm.[Ch].
13803
13804         * figureForm.[Ch]: stripped the FD_from_figure manipulation
13805         code out of lux_cb.[Ch], ready for its (imminent?) removal.
13806
13807         * lyx_cb.[Ch]: see above.
13808
13809         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
13810         form1.[Ch].
13811
13812         * form1.[Ch]:
13813         * lyx.[Ch]: replaced by figure_form.[Ch].
13814
13815         * lyx_gui.C:
13816         * lyx_gui_misc.C:
13817         * lyxfunc.C: changed headers associated with above changes.
13818
13819 2001-03-27  Juergen Vigna  <jug@sad.it>
13820
13821         * BufferView_pimpl.C: set the temporary cursor right!
13822
13823 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
13824
13825         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
13826
13827 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
13828
13829         * LString.h: removed "using std::getline"!
13830
13831         * BufferView_pimpl.C (Dispatch): changes due to changes in
13832         InsetInclude::Params.
13833
13834         * buffer.C (tag_name): removed redundant break statements as they were
13835         producing lots of warnings with my compiler.
13836
13837 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13838
13839         * LString.h: add "using std::getline" when using the real <string>.
13840
13841 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
13842
13843         * buffer.C: removed bitset usage.
13844         PAR_TAG moved to an anonymous name space.
13845         (tag_name): new funtion, also in the anonymous namespace.
13846         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
13847         (makeDocBookFile): clean code. Completed transition from string arrays
13848         to string vectors.
13849         (SimpleDocBookOnePar): code clean.
13850
13851 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13852
13853         * tabular.C: add some comments.
13854
13855 2001-03-22  Juergen Vigna  <jug@sad.it>
13856
13857         * buffer.C (parseSingleLyXformat2Token): redone the minipage
13858         compatibility read a bit and fixed bug with minipage in different
13859         depth.
13860
13861 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
13862
13863         * buffer.C (pop_tag): removed.
13864         (push_tag): removed.
13865         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
13866         array replaced with vector. Added support for CDATA sections.
13867         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
13868         at any nest level.
13869         (makeDocBookFile): XML conformant declaration of CDATA section,
13870         fixed bug related to <emphasis> in the first paragraph char.
13871         (sgmlOpenTag): exclude empty tags.
13872         (sgmlCloseTag): ditto.
13873
13874         * buffer.h (pop_tag): removed.
13875         (push_tag): removed.
13876
13877 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
13878
13879         * language.h (Languages): added size_type and size().
13880
13881 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13882
13883         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
13884         response on compability reading of minipages. One probliem is that
13885         the old usage of minipages was «flertydig»
13886
13887         * several files here and in subdirs: don't use static at file
13888         scope use anon namespaces instead.
13889
13890 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
13891
13892         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
13893         LaTeX output. This is necessary for Literate document
13894         processing.
13895
13896 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13897
13898         * buffer.C: insert hfill when needed.
13899
13900         * tabular.C (l_getline): use string::erase, small whitespace change.
13901
13902         * BufferView_pimpl.C: try the anon namespace.
13903         * WorkArea.C: ditto
13904
13905 2001-03-16  Juergen Vigna  <jug@sad.it>
13906
13907         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
13908         otherwise it won't open options-dialogs.
13909
13910         * buffer.C: honor pextraWidth(p) on converting minipages.
13911
13912         * tabular.C (l_getline): changed the functions to strip trailing \r.
13913
13914 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
13915
13916         * BufferView_pimpl.C:
13917         * minibuffer..C: added "using SigC::slot" declaration.
13918
13919 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13920
13921         * lyxlex_pimpl.h: noncopyable is in namespace boost.
13922
13923         * text2.C: ditto
13924
13925         * text.C: ditto
13926
13927         * paragraph.C: ditto
13928
13929         * lyxtext.h: NO_PEXTRA
13930
13931         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
13932
13933         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
13934         * ParameterStruct.h: ditto
13935         * ParagraphParameters.h: ditto
13936         * lyxparagraph.h: ditto
13937
13938 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13939
13940         * buffer.C: add compability for minipage alignment.
13941         (latexParagraphs): remove unwanted pextra check.
13942
13943         * several files: remove CXX_WORKING_NAMESPACES
13944
13945         * buffer.C (pop_tag): tie is in namespace boost
13946
13947         * BufferView.h: noncopyable is in namespace boost
13948         * lyxlex.h: ditto
13949         * lyx_main.h: ditto
13950         * lyx_gui.h: ditto
13951         * layout.h: ditto
13952         * lastfiles.h: ditto
13953         * bufferlist.h: ditto
13954         * ShareContainer.h: ditto
13955         * LyXView.h: ditto
13956         * LyXAction.h: ditto
13957         * LaTeX.h: ditto
13958
13959 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13960
13961         * Merging changes from BRANCH_MVC back into HEAD.
13962
13963         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
13964
13965 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
13966
13967         * BufferView_pimpl.C: change from intl.C
13968
13969         * combox.h:
13970         * combox.C:
13971         * Makefile.am: move combox.*
13972
13973         * form1.h:
13974         * form1.C:
13975         * lyx_gui.C:
13976         * intl.h:
13977         * intl.C: remove dialog (covered by prefs)
13978
13979 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
13980
13981         * lyxfunc.C (Dispatch): removed redundant break statement.
13982
13983 2001-03-14  Juergen Vigna  <jug@sad.it>
13984
13985         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
13986
13987 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13988
13989         * buffer.C: add hack to fix compability reading of minipages.
13990
13991 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
13992
13993         * buffer.C (getLists): Cleanup.
13994
13995 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13996
13997         * lyxfont.C (update): don't honor toggleall on font size.
13998
13999 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14000
14001         * bmtable.c:
14002         * bmtable.h:
14003         * Makefile.am: moved to frontends/xforms/
14004
14005         * lyx_gui_misc.C:
14006         * lyxfunc.C:
14007         * BufferView_pimpl.C: changes for moved mathpanel
14008
14009 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14010
14011         * gettext.h: fix gettext_init() in --disable-nls
14012
14013 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14014
14015         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14016
14017 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14018
14019         * lyx.C:
14020         * lyx.h: strip external form
14021
14022 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14023
14024         * BufferView_pimpl.C: add comment, destroySplash()
14025
14026 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14027
14028         * BufferView_pimpl.C:
14029         * LyXAction.C:
14030         * buffer.C:
14031         * commandtags.h:
14032         * lyxfunc.C: use re-worked insetinclude
14033
14034 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14035
14036         * buffer.C: add using std::stringstream.
14037
14038         * lyx_cb.C: readd using std::ios.
14039
14040         * buffer.C: add using std::map.
14041
14042         * BufferView_pimpl.C: add using std::vector.
14043
14044         * ShareContainer.h: add std:: to swap.
14045
14046         * buffer.h: add some typedefs
14047         * buffer.C (getLists): use them
14048         (getLists): renamed from getTocList.
14049         add a counter for the different float types and use it in the
14050         generated string.
14051         (getLists): use the same counter for the NEW_INSETS and the "non"
14052         NEW_INSETS
14053
14054         * lyx_cb.h: remove unused items, includes, using etc.
14055
14056         * ShareContainer.h: remove some commented code, add more comments
14057         and "documentation".
14058
14059 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14060
14061         * buffer.C (getTocList): make the list also when NEW_INSETS is
14062         defined.
14063
14064         * buffer.h: remove TocType
14065
14066         * buffer.C (getTocList): change to return a map<string,
14067         vector<TocItem> >, implement for dynamic number of list.
14068
14069         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14070         * text2.C (PasteSelection): adjust
14071         * CutAndPaste.C (pasteSelection): adjust
14072
14073         * FloatList.C (FloatList): update from the new_insets branch.
14074         * Floating.[Ch]: ditto
14075         * LaTeXFeatures.C: ditto
14076         * buffer.C: ditto
14077         * lyxlex_pimpl.C: ditto
14078
14079         * paragraph.C (Last): remove when NEW_INSETS is defined.
14080
14081         * other file: changes because of the above.
14082
14083 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14084
14085         * lyxparagraph.h: rename next to next_, previous to previous_,
14086         make them private for NEW_INSETS. Rename Next() to next(),
14087         Previous() to previous().
14088
14089         * other files: changes because of the above.
14090
14091 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14092
14093         * BufferView.h:
14094         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14095         problem.
14096
14097 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14098
14099         * main.C (main): pass lyx_localedir to gettext_init().
14100
14101         * gettext.h: remove locale_init and gettext_init macros
14102
14103         * gettext.C (locale_init): new function
14104         (gettext_init): new function
14105
14106         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14107         setlocale().
14108
14109 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14110
14111         * Moved credits to frontends:
14112         * credits.[Ch]: removed
14113         * credits_form.[Ch]: removed
14114         * lyx_gui_misc.C: remove credits stuff
14115         * Makefile.am:
14116
14117 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14118
14119         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14120
14121         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14122         unneeded destructor.
14123
14124         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14125         a standalone pointer again.
14126
14127         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14128
14129 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14130
14131         * Makefile.am:
14132         * filedlg.h:
14133         * filedlg.C:
14134         * LyXAction.C:
14135         * ToolbarDefaults.C:
14136         * bufferlist.C:
14137         * commandtags.h:
14138         * form1.C:
14139         * form1.h:
14140         * lyx_cb.C:
14141         * lyx_cb.h:
14142         * lyxfunc.h:
14143         * lyxfunc.C:
14144         * BufferView_pimpl.C: use new file dialog in GUII
14145
14146         * lyx_cb.h:
14147         * lyx_cb.C: remove LayoutsCB to Toolbar
14148
14149 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14150
14151         * ShareContainer.h (get): add std:: qualifier
14152
14153 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14154
14155         * ShareContainer.h: define a proper ShareContainer::value_type
14156         type (and use typename to please compaq cxx)
14157
14158 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14159
14160         * lyxparagraph.h: move serveral local vars to
14161         ParameterStruct/ParagraphParameters., use ShareContainer in
14162         FontTable., make vars in FontTable private and add getter and
14163         setter.
14164
14165         * paragraph.C: changes because of the above.
14166
14167         * lyxfont.h: remove copy constructor and copy assignment. (the
14168         default ones is ok), move number inside FontBits. move inlines to
14169         lyxfont.C
14170
14171         * lyxfont.C: add number to initializaton of statics, move several
14172         inlines here. constify several local vars. some whitespace
14173         cleanup. Dont hide outerscope variables.
14174
14175         * Spacing.h: add two new constructors to match the set methods.
14176
14177         * ShareContainer.h: new file, will perhaps be moved to support
14178
14179         * ParameterStruct.h: new file
14180
14181         * ParagraphParameters.h: new file
14182
14183         * ParagraphParameters.C: new file
14184
14185         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14186         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14187
14188         * BufferView_pimpl.C: ParagraphParameter changes.
14189         * buffer.C: Likewise.
14190         * bufferview_funcs.C: Likewise.
14191         * text.C: Likewise.
14192         * text2.C: Likewise.
14193
14194 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14195
14196         * lyxfind.C (LyXReplace): do not redefine default argument in
14197         implementation.
14198         (IsStringInText): ditto
14199         (SearchForward): ditto
14200         (SearchBackward): ditto
14201
14202 2001-03-06  Juergen Vigna  <jug@sad.it>
14203
14204         * lyxfind.C (IsStringInText): put parentes around expressions.
14205
14206 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14207
14208         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14209
14210 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14211
14212         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14213
14214         * stl_string_fwd.h: add comment
14215
14216         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14217
14218         * tabular.h:
14219         * tabular.C: remove unused DocBook methods
14220
14221         * intl.C:
14222         * language.C:
14223         * paragraph.C:
14224         * buffer.C:
14225         killed DO_USE_DEFAULT_LANGUAGE
14226
14227 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14228
14229         * lyx_gui.C: do not include language.h.
14230
14231         * bufferview_funcs.C (ToggleAndShow): do not provide optional
14232         arguments in function implementation.
14233
14234 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14235
14236         * BufferView_pimpl.C: add <ctime>
14237
14238 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14239
14240         * BufferView_pimpl.C: add using std::find_if
14241
14242 2001-02-27  José Matos  <jamatos@fep.up.pt>
14243
14244         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
14245         by OnlyPath.
14246
14247 2001-02-11  José Matos  <jamatos@fep.up.pt>
14248
14249         * buffer.C (makeDocBookFile): command styles now have a parameter as
14250         "title" by default.
14251
14252 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
14253
14254         * layout_forms.[Ch]: removed
14255         * lyx_cb.[Ch]: out character
14256         * lyx_gui.C: out character
14257         * lyx_gui_misc.C: out character
14258         * bufferview_funcs.C: : out character,
14259         added toggleall as parameter in ToggleAndShow
14260
14261 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
14262
14263         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
14264
14265         * text2.C (SetCurrentFont): Disable number property at boundary.
14266
14267 2001-02-26  Juergen Vigna  <jug@sad.it>
14268
14269         * lyxfunc.C (getStatus): added a string argument override function so
14270         that this is correctly called from LyXFunc::Dispatch if it contains a
14271         do_not_use_argument which is used!
14272         (Dispatch): added check for "custom" export and call appropriate func.
14273
14274 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
14275
14276         * lyxrc.C: Add language_command_local, language_use_babel and
14277         language_global_options.
14278
14279         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
14280
14281         * buffer.C (makeLaTeXFile): Use language_use_babel and
14282         language_global_options.
14283
14284 2001-02-23  Juergen Vigna  <jug@sad.it>
14285
14286         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
14287         which works with LyXText and putted it inside BufferView. Here now we
14288         only call for that part the BufferView::Dispatch() function.
14289
14290         * BufferView.C (Dispatch): added.
14291
14292         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
14293         functions which needs to use a LyXText over from LyXFunc.
14294         (MenuInsertLyXFile): added
14295         (getInsetByCode): added
14296         (moveCursorUpdate): added
14297         (static TEXT): added
14298
14299 2001-02-22  Juergen Vigna  <jug@sad.it>
14300
14301         * BufferView_pimpl.C (update): call a status update to see if LyXText
14302         needs it.
14303
14304 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14305
14306         * vc-backend.C (revert): implement for CVS
14307         (getLog): implement for CVS
14308
14309 2001-02-20  Juergen Vigna  <jug@sad.it>
14310
14311         * text2.C (ClearSelection): added BufferView param for inset_owner call
14312
14313         * lyxfunc.C (TEXT): added this function and use it instead of
14314         directly owner->view()-text of getLyXText().
14315
14316 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
14317
14318         * src/layout_forms.C: out preamble
14319         * src/layout_forms.h: out preamble
14320         * src/lyx_cb.C: out preamble
14321         * src/lyx_cb.h: out preamble
14322         * src/lyx_gui.C: out preamble
14323         * src/lyx_gui_misc.C: out preamble
14324         * src/lyxfunc.C: connect with guii preamble
14325
14326 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
14327
14328         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
14329
14330 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
14331
14332         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
14333         whether to run bibtex.
14334
14335 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
14336
14337         * Makefile.am (lyx_SOURCES): Remove BackStack.h
14338
14339 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
14340
14341         * Makefile.am (lyx_SOURCES): removed bibforms.h
14342
14343         * vspace.h: doxygen
14344
14345         * text.C (GetVisibleRow): make several local vars const
14346
14347         * tabular.C: small cleanup.
14348
14349         * lyxserver.C (callback): use compare instead of strncmp
14350
14351         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
14352         inlines to after class or to paragraph.C
14353
14354         * lyxfont.h: remove friend operator!=
14355
14356         * converter.h: move friend bool operator< to non friend and after
14357         class def.
14358
14359         * combox.h: small cleanup
14360
14361         * buffer.h: doxygen, remove unused constructor, move inclas inlies
14362         to inlines after class def.
14363
14364         * buffer.C (pop_tag): use string operations instead of strcmp
14365
14366         * bmtable.c: doxygen, small cleanup
14367
14368         * LaTeX.h: remove friend operator==
14369
14370 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
14371
14372         * screen.C:
14373         * lyxrc.[Ch]:
14374         * lyxfunc.C:
14375         * lyxfont.[Ch]:
14376         * lyx_cb.C:
14377         * intl.[Ch]:
14378         * commandtags.h:
14379         * buffer.C:
14380         * WorkArea.[Ch]:
14381         * LyXAction.C:
14382         * BufferView_pimpl.C:
14383         * BufferView.[Ch]: remove cruft
14384
14385 2001-02-14  Juergen Vigna  <jug@sad.it>
14386
14387         * lyxfunc.C: removed #if 0 unused code
14388
14389         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
14390
14391         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
14392
14393         * text2.C (SetSelection): added a BufferView * parameter
14394
14395 2001-02-13  Juergen Vigna  <jug@sad.it>
14396
14397         * lyxfunc.C (Dispatch): fixed protected blank problem.
14398         * BufferView2.C (protectedBlank): added LyxText * parameter.
14399
14400         * tabular.C (AppendRow): forgot to set row_info of newly added row.
14401         (AppendColumn): same as above for column_info.
14402
14403         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
14404         (moveCursorUpdate): use a LyXText param for support of InsetText.
14405
14406         * BufferView_pimpl.C (doubleClick): added support for InsetText.
14407         (tripleClick): ditto
14408
14409         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
14410
14411         * BufferView_pimpl.C (update): added LyXText param to honor insets.
14412
14413         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
14414
14415         * text2.C (SetSelection): set correct update status if inset_owner
14416         (ToggleFree): ditto
14417
14418 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
14419
14420         * tabular.C: remove some commented code.
14421
14422 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
14423
14424         * BufferView_pimpl.C: call hideSplash()
14425
14426         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
14427
14428         * include_form.h:
14429         * bibforms.h: remove
14430
14431         * lyxfunc.C:
14432         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
14433           add LFUN_CHILD_CREATE
14434
14435         * counters.h: fix tiny typo
14436
14437         * lyx_cb.C:
14438         * lyx.h:
14439         * lyx_gui.C:
14440         * lyx.C: move splash to frontends/xforms/
14441
14442         * lyx_gui_misc.C: move Include and Bibform to frontends
14443
14444         * lyxvc.h: clarify comment
14445
14446         * vspace.C: tiny housekeeping
14447
14448 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
14449
14450         * text.C (PrepareToPrint): RTL Fix.
14451
14452         * paragraph.C (GetUChar): New method.
14453         (String):  Use GetUChar.
14454
14455         * buffer.C (asciiParagraph): Use GetUChar.
14456
14457 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
14458
14459         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
14460
14461 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
14462
14463         * buffer.h:
14464         * buffer.C: rename to getLogName(), handle
14465           build log / latex log nicely
14466
14467 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14468
14469         * MenuBackend.C:
14470         * MenuBackend.h: remove support for reference menuitem type.
14471
14472 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
14473
14474         * BufferView_pimpl.C: housekeeping
14475         * BufferView_pimpl.h:
14476         * LyXView.h:
14477         * Makefile.am:
14478         * Timeout.C:
14479         * Timeout.h:
14480         * minibuffer.h: move Timeout GUI-I
14481
14482 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
14483
14484         * lyxrc.C (read): Update converters data-structures.
14485
14486 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
14487
14488         * LaTeX.h (operator!=): add operator != for Aux_Info
14489
14490 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
14491
14492         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
14493
14494         * LaTeXLog.C: deleted, useful code moved to Buffer
14495
14496         * buffer.h:
14497         * buffer.C: new function getLatexLogName()
14498
14499         * lyx_gui_misc.C:
14500         * lyx_gui.C:
14501         * lyxvc.C:
14502         * lyxvc.h:
14503         * lyxfunc.C: use frontends for LaTeX and VC logs
14504
14505 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14506
14507         * LaTeX.h: yet another std:: that Allan forgot.
14508
14509         * Variables.C (set): renamed from isset(), because this clashes
14510         with some HP-UX macros (grr).
14511
14512 2001-02-06  Allan Rae  <rae@lyx.org>
14513
14514         * LaTeX.h: Another bug fix.  Missing std:: this time.
14515
14516 2001-02-04  Allan Rae  <rae@lyx.org>
14517
14518         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
14519         floats problem. I've left it commented out because it's not quite
14520         correct.  It should also test that the current object is a table or
14521         figure inset.  But I haven't gotten around to figuring out how to do
14522         that.  I *think* it'll be something like: "table" == inset.type()
14523
14524         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
14525         bool.
14526
14527 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
14528
14529         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
14530         all the citation/databases/styles in the auxilary file.
14531         (run): Rerun latex if there was a babel language error.
14532
14533 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
14534
14535         * text.C (Backspace): Preserve the font when changing newline char
14536         with a space.
14537         (BreakParagraph): If the cursor is before a space, delete the space.
14538
14539         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
14540
14541 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
14542
14543         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
14544         new argument (code).
14545         (ChangeCitationsIfUnique): New method.
14546
14547         * paragraph.C (GetPositionOfInset): Handle bibkey.
14548
14549 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14550
14551         * BufferView_pimpl.h: change type of Position::par_pos to
14552         LyXParagraph::size_type.
14553
14554 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
14555
14556         * BufferView_pimpl.C (savePosition, restorePosition): Write
14557         messages to minibuffer.
14558
14559 2001-01-28  José Matos  <jamatos@fep.up.pt>
14560
14561         * buffer.C (makeDocBookFile): adds support for document language.
14562         A silly restriction on the name of LatexCommand types where removed.
14563         Added support for CDATA sections, allows to chars unescaped, used
14564         among others in code, to avoid escape < and >.
14565
14566 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14567
14568         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
14569         saved positions instrad of a stack. Furthermore, a position is
14570         stored using paragraph id/paragraph position.
14571
14572         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
14573         Remove LFUN_REF_BACK.
14574
14575 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14576
14577         * converter.C (dvipdfm_options): New method.
14578
14579 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
14580
14581         * vspace.C (isValidLength): Fix for empty input string.
14582
14583 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14584
14585         * LyXAction.C (init): change description of LFUN_FIGURE to
14586         "Insert Graphics"
14587
14588 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14589
14590         * LaTeX.C: add using directive
14591
14592 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14593
14594         * MenuBackend.C (expand): Fix the sorting of the formats.
14595
14596 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
14597
14598         * lyx_main.C: tiny error message fix
14599
14600 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14601
14602         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
14603         calling fl_initialize(). This fixes the problem with ',' as
14604         decimal separator in text files.
14605
14606 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14607
14608         * trans.C (process): Fix the keymap bug.
14609
14610 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
14611
14612         * LaTeX.C (scanAuxFiles): New method. Provides support for
14613         multiple bibliographies (when using the bibtopic/bibunits pacakges).
14614         (scanLogFile) Scan for "run BibTeX" messages.
14615
14616         * buffer.C (makeLaTeXFile): Do not load the ae package when using
14617         OT1 font encoding. Also, load the aecompl package if the ae
14618         package is loaded.
14619
14620         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
14621
14622 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14623
14624         * texrow.C (increasePos): turn two error messages into debug
14625         messages.
14626
14627 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
14628
14629         * LaTeX.C (scanAux): Handle the \@input macro.
14630         (runBibTeX): Use scanAux().
14631
14632         * language.C (latex_options_): New field.
14633
14634         * LaTeXFeatures.C (getMacros): Add language macros.
14635
14636         * buffer.C (makeLaTeXFile): Small fix.
14637
14638 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14639
14640         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
14641
14642         * text2.C: add a using directive.
14643
14644 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
14645
14646         * BufferView2.C:
14647         * lyx_gui_misc.h:
14648         * lyxfr1.C:
14649         * lyxfunc.C: kill LyXBell.
14650
14651 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
14652
14653         * text.C (IsBoundary): Remove the error message
14654
14655         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
14656
14657         * lyxrc.C (setDefaults): Correct initialization value for
14658         font_norm_type.
14659
14660 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
14661
14662         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
14663         gotoError().
14664
14665         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
14666         and GotoNextNote().
14667
14668         * src/LyXAction.C: Added reference-next.
14669
14670         * text.C (InsertChar): Use contains instead of strchr.
14671
14672         * lyx_cb.C (MenuInsertLabel): Enable default value code.
14673
14674 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
14675
14676         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
14677         alignment commands (when needed).
14678
14679         * text.C (InsertChar): Add ':' to number separator chars.