]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
a6e59fd7b15995100c1d84a9cb4436d8f92b3f75
[lyx.git] / src / ChangeLog
1 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
2
3         * text.C (rowBreakPoint): fix a bug showing with very large insets
4
5 2004-02-25  André Pönitz  <poenitz@gmx.net>
6
7         * text3.C:
8         * cursor.[Ch]: move some mathed specific code to mathed
9
10 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
11
12         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
13         use_tempdir in preferences
14         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
15         tempfile creation
16         * lyx_main.C: ensure that tempdir is valid
17         * lyxlex.h: correct typo
18         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
19         * paragraph.[Ch] (isMultiLingual): make const
20         * cursor.[Ch] (openable): make const
21
22 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
23
24         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
25
26 2004-02-20  André Pönitz  <poenitz@gmx.net>
27
28         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
29
30         * cursor.[Ch]: prepare for localized getStatus()
31
32         * lyxtext.h:
33         * tabular.C:
34         * text.C:
35         * text2.C:
36         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
37
38
39 2004-02-20  André Pönitz  <poenitz@gmx.net>
40
41         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
42
43 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
44
45         * text2.C (setCursorFromCoordinates): switch to absolute coords
46         (cursorUp): adjust
47         (cursorDown): adjust
48         * text3.C (dispatch): adjust
49
50 2004-02-16  André Pönitz  <poenitz@gmx.net>
51
52         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
53           insets/ChangeLog)
54
55         * cursor_slice.[Ch]: remove unneeded acessor function
56
57         * lyxtext.h: rename rtl() to isRTL()
58
59         * rowpainter.C:
60         * tabular.C:
61         * text.C:
62         * text2.C:
63         * text3.C: adjust
64
65
66 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
67
68         * rowpainter.C (paintSelection): coord fix
69
70 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
71
72         * Spacing.C: compile fix
73
74 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
75
76         * cursor.C (dispatch): restore current_ before returning
77
78 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
79
80         * text2.C (cursorUp, cursorDown): fix coords
81         (moveUp): fix crash
82
83 2004-02-12  André Pönitz  <poenitz@gmx.net>
84
85         * lyxtext.h:
86         * text.C:
87         * text2.C:
88         * text3.C: add LCursor & parameter to most cursor movement functions
89           remove usage of LyXText::cursorRow() and cursorPar()
90
91         * cursor.[Ch]: add textRow() needed members
92
93         * BufferView.C:
94         * BufferView_pimpl.C:
95         * paragraph.[Ch]:
96         * BufferView.C:
97         * BufferView_pimpl.C: adjust
98
99 2004-02-11  André Pönitz  <poenitz@gmx.net>
100
101         * lyxfunc.C:
102         * BufferView.[Ch]:
103         * BufferView_pimpl.C: shift undo/redo handling
104
105         * cursor.[Ch]: fix mathed crash
106
107         * lyxfind.C:
108         * lyxtext.h: move selectionAsText to LCursor
109
110         * output_latex.C:
111         * paragraph.C:
112         * text.C:
113         * text2.C:
114         * text3.C: adjust
115
116         * rowpainter.C: fix excessive drawing
117
118 2004-02-06  André Pönitz  <poenitz@gmx.net>
119
120         * BufferView.[Ch]:
121         * BufferView_pimpl.[Ch]:
122         * text3.C: move some text specific LFUN handling
123
124 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
125
126         * text3.C (checkInsetHit): adjust coords
127         * text2.C (getColumnNearX): adjust coords
128         (edit): adjust coords
129         * text.C (getRowNearY): add two asserts
130
131 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
132
133         * converter.C:
134         * format.C: add using std::distance to compile on gcc 2.95/stlport
135
136 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
137
138         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
139
140 2004-02-04  André Pönitz  <poenitz@gmx.net>
141
142         * BufferView.[Ch] (insertInset):
143         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value 
144
145         * text2.C:
146         * text3.C: adjust
147
148 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
149
150         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch 
151         on the default clause of the switch
152         * lyxfunc.C (dispatch): call BufferView::dispatch if the event 
153         wasn't catched by LCursor::dispatch
154
155 2004-02-03  André Pönitz  <poenitz@gmx.net>
156
157         * BufferView.C:
158         * cursor.[Ch]: some additional asserts
159
160         * undo.[Ch]: remove LyXText dependency in interface
161
162         * lyxfunc.C: adjust
163
164         * lyxtext.h (firstPar, lastPar): remove dead functions 
165
166         * text.C:
167         * text2.C:
168         * text3.C:
169         * paragraph.[Ch]: adjust
170
171 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
172
173         * lyxfind.C (find): fix argument order in call to ::find
174
175 2004-02-02  André Pönitz  <poenitz@gmx.net>
176
177         * cursor.[Ch]: remove direct access to anchor
178
179         * text.C: remove findText() hack
180
181 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
182
183         * iterators.[Ch] (lockPath): remove in favour of...
184         * BufferView.[Ch] (setCursor): this addition
185         * BufferView.C (putSelectionAt): adjust
186         * undo.C (performUndoOrRedo): adjust
187         * lyxfunc.C (dispatch): adjust
188
189 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
190
191         * iterators.C (lockPath): add a missing slice
192         * undo.C (performUndoOrRedo): remove redundant positioning code
193
194 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
195
196         * vc-backend.C (scanMaster): ";" -> ';'
197
198 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
199
200         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
201         std::binary_function
202
203         * lyxtextclass.C (compare_name): rename to...
204         (LayoutNamesEqual): ...this
205
206         * lyxlex_pimpl.C (compare_tags): inherit from
207         std::binary_function, put back into anon namespace
208
209         * lyxfind.C (MatchString): inherig from std::binary_function
210         (findChange): use empty() istead of !size()
211
212         * format.C (FormatNamesEqual): new functor
213         (getFormat): use it
214         (getNumber): use it
215         (add): use it
216         (erase): use it
217         (setViewer): use it
218
219         * converter.C (compare_Converter): rename to...
220         (ConverterEqual): ...this, and fixup a bit.
221         (getConverter): use it, and make function const
222         (getNumber): use it, and make function const
223         (add): use it
224         (erase): use it:
225
226         * bufferlist.C: add using boost::bind
227
228         * MenuBackend.C (MenuNamesEqual): new functor
229         (hasMenu): use it, and make function const
230         (hasSubmenu): use nested bind to get rid of compare_memfun.
231
232 2004-01-30  André Pönitz  <poenitz@gmx.net>
233
234         * BufferView_pimpl.C:
235         * cursor.C:
236         * cursor.h:
237         * cursor_slice.[Ch]:
238         * lyxfunc.C:
239         * lyxtext.h:
240         * paragraph_funcs.C:
241         * paragraph_funcs.h:
242         * rowpainter.C:
243         * text.C:
244         * text2.C:
245         * text3.C: move some of the edit(x,y) handling to the insets
246         some coordinate changes.
247
248 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
249
250         * text.C: add using statements for std::advance and std::distance
251
252         * paragraph.C: add using statement for std::distance
253
254         * lyxfind.C: add using statement for std::advance
255
256         * cursor.C (region): remove std:: from swap
257         (openable): use nucleus in stead of operator->
258
259         * BufferView.C: add using statements for std::distance and std::swap
260
261 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
262
263         * iterators.C: Remove the pimple, move the needed structures to
264         the header file. Create accessor for the positions stack.
265         (asPosIterator): remove function
266
267         * PosIterator.C (PosIterator): move constructors to top of file
268         (PosIterator): reimplement the constructor taking a ParIterator in
269         terms of setFrom.
270         (setFrom): new function
271         (operator!=): inline it
272
273 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
274
275         * lyxfind.C (replaceAll): use std::advance
276
277         * iterators.h: inherit from std::iterator.
278
279         * PosIterator.C (advance, distance): remove
280         * PosIterator.h: interit from std::iterator.
281
282 2004-01-26  André Pönitz  <poenitz@gmx.net>
283
284         * BufferView.[Ch]:
285         * BufferView_pimpl.[Ch]:
286         * InsetList.[Ch]:
287         * PosIterator.[Ch]:
288         * buffer.h:
289         * bufferview_funcs.C:
290         * cursor.[Ch]:
291         * cursor_slice.h:
292         * factory.[Ch]:
293         * iterators.[Ch]:
294         * lyxfind.C:
295         * lyxfunc.C:
296         * lyxtext.h:
297         * output_docbook.C:
298         * output_latex.C:
299         * output_linuxdoc.C:
300         * output_plaintext.C:
301         * paragraph.[Ch]:
302         * paragraph_funcs.[Ch]:
303         * paragraph_pimpl.[Ch]:
304         * rowpainter.C:
305         * tabular.C:
306         * tabular.h:
307         * text.C:
308         * text2.C:
309         * text3.C: more IU:  dumps most of the rest of the mathcursor
310     implementation into cursor.[Ch]; "globalize" a bit of it.
311
312 2004-01-25  Angus Leeming  <leeming@lyx.org>
313
314         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
315
316 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
317
318         * LaTeXFeatures.h: add nice_ and nice() const
319         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
320
321 2004-01-20  André Pönitz  <poenitz@gmx.net>
322
323         * BufferView.[Ch]:
324         * BufferView_pimpl.C:
325         * PosIterator.C:
326         * bufferview_funcs.C:
327         * cursor.[Ch]:
328         * cursor_slice.[Ch]:
329         * factory.C:
330         * iterators.C:
331         * lyx_cb.C:
332         * lyxfind.C:
333         * lyxfunc.C:
334         * lyxtext.h:
335         * rowpainter.C:
336         * text.C:
337         * text2.C:
338         * text3.C:
339         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
340           LCursor and mathcursor parts to LCursor and InsetBase.
341
342 2004-01-15  André Pönitz  <poenitz@gmx.net>
343
344         * cursor_slice.[Ch]: add a few covienience functions
345
346         * funcrequest.[Ch]: remove BufferView * member
347
348         * BufferView_pimpl.C:
349         * cursor.C:
350         * factory.[Ch]:
351         * lyxfind.[Ch]:
352         * lyxfunc.C:
353         * lyxtext.h:
354         * text3.C:
355         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
356
357 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
358
359         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
360         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
361
362 2004-01-13  André Pönitz  <poenitz@gmx.net>
363
364         * textcursor.[Ch]:
365         * lyxtext.h: hide cursor and selection anchor behind accessor function
366
367         * BufferView.C:
368         * BufferView_pimpl.[Ch]:
369         * PosIterator.C:
370         * bufferview_funcs.C:
371         * cursor.h:
372         * lyxfind.C:
373         * lyxfunc.C:
374         * text.C:
375         * text2.C:
376         * text3.C:
377         * undo.C: adjust
378
379         * cursor.h:
380         * cursor_slice.[Ch]: some integer type changes for inset unification
381
382         * lyxcursor.[hC]: remove, it's CursorSlice now.
383
384         * Makefile.am:
385         * BufferView_pimpl.[Ch]:
386         * bufferview_funcs.C:
387         * cursor_slice.C:
388         * lyxtext.h:
389         * text.C:
390         * text2.C:
391         * text3.C:
392         * textcursor.[Ch]: adjust
393
394 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
395
396         * text2.C (undoSpan): add and use
397         * text.C (breakParagraph): use undoSpan (fix bug 578)
398         * lyxtext.h: adjust
399
400 2004-01-08  Angus Leeming  <leeming@lyx.org>
401
402         * BufferView_pimpl.C (MenuInsertLyXFile):
403         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
404         * lyxfunc.C (menuNew, open, doImport):
405         FileFilterList change to the FileDialog open and save functions.
406
407 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
408
409         * ShareContainer.h: make isEqual and isUnique adaptable
410
411         * CutAndPaste.C: make resetOwnerAndChanges adaptable
412
413 2004-01-07  Angus Leeming  <leeming@lyx.org>
414
415         * LyXAction.C:
416         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
417
418         * BufferView_pimpl.C (dispatch): act on these LFUNs.
419
420         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
421         functions replacing find, replace and replaceAll.
422
423         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
424         LFUN_WORDFIND(FORWARD|BACKWARD).
425
426 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
427
428         * text.C (breakParagraph): remove an outdated #warning
429
430 2004-01-07  André Pönitz  <poenitz@gmx.net>
431
432         * lyxfind.C: somewhat clearer logic
433
434         * text.C: prevent crash in cursorX on unitialized row cache
435
436 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
437
438         * lyxcursor.[Ch] (operator>): add
439         * textcursor.C (selStart, selEnd): use std::min and std::max
440
441 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
442
443         * Chktex.C: include boost/format.hpp
444
445 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
446
447         * InsetList.C: replace functor MathcIt with adaptable functor
448         InsetTablePosLess
449         (insetIterator): modify accordingly
450
451         * BranchList.h: move the BranchNamesEqual functor here from...
452         * BranchList.C: ... to here
453
454         * BranchList.C: new BranchListEqual fuctor, use it. Remove
455         SameName and match.
456         (add): replace a finding loop with std::find_if.
457
458 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
459
460         * output_docbook.C: moving LatexParam functionality into
461         .layout files
462
463 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
464
465         * buffer.C: increment format to 229.
466
467 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
468
469         * LaTeXFeatures.C:
470         * lyx_sty.[Ch]: remove minipageindent_def
471
472         * LyXAction.C:
473         * factory.C:
474         * lfuns.h:
475         * lyxfunc.C:
476         * text3.C: remove LFUN_INSET_MINIPAGE
477
478 2003-12-28  Angus Leeming  <leeming@lyx.org>
479
480         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
481
482 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
483
484         * text2.C (setParagraph): fix off-by-one crash
485
486 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
487
488         * output_docbook.C: header stuff for AGU
489
490 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
491
492         * text2.C (redoCursor): remove
493         * text.C:
494         * text3.C:
495         * BufferView_pimpl.C: remove calls to redoCursor and
496         setCursor(cursor.par(), cursor.pos()) all around
497
498 2003-12-15  Angus Leeming  <leeming@lyx.org>
499
500         * buffer.C: up the format to 228.
501
502 2003-12-15  André Pönitz  <poenitz@gmx.net>
503
504         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
505         slices
506
507         * Makefile.am:
508
509         * BufferView_pimpl.C:
510         * cursor.[Ch]:
511         * lyxcursor.[Ch]:
512         * rowpainter.[Ch]:
513         * lyxtext.h:
514         * text.C:
515         * text2.C:
516         * text3.C: adjust
517
518 2003-12-15  Angus Leeming  <leeming@lyx.org>
519
520         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
521         than getFromGUIName to manipulate the color.
522
523 2003-12-14  Angus Leeming  <leeming@lyx.org>
524
525         * BranchList.[Ch]: minimize the API.
526         (Branch::getBranch, getColor): now return a 'const &'.
527         (Branch::setSelected) now returns a bool set to true if the
528         selection status changes.
529         (BranchList::clear, size, getColor, setColor, setSelected,
530         allBranches, allSelected, separator): removed.
531         (BranchList::find): new functions, returning the Branch with
532         the given name.
533         (BranchList::add, remove): return a bool indicating that
534         the operation was successful.
535
536         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
537         new InsetBranch::isBranchSlected member function.
538
539         * LColor.[Ch]: mimimize the API.
540         (fill): renamed as addColor and made private.
541         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
542         versions of these functions taking a string arg have been removed.
543
544         * bufferparams.C (readToken):
545         * lyxfunc.C (dispatch):
546         * lyxrc.C (read): changes due to the altered BranchList and
547         LColor APIs.
548
549         * factory.C (createInset, readInset): changes due to altered
550         InsetBranch c-tor.
551
552 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
553
554         * factory.C:
555         * lyxfunc.C: remove insetminipage. "minipage-insert"
556         now produces a frameless minipage box inset.
557
558 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
559
560         * textcursor.[Ch] (selStart,selEnd): add new methods
561         remove selection::start, end, use LyXCursor::operator<
562         * lyxcursor.[Ch] (operator<): add
563         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
564         * BufferView.[Ch] (unsetXSel): add
565         * text2.C (clearSelection): use unsetXSel,adjust
566         * text.C: adjust
567         * text3.C: adjust
568         * rowpainter.C: adjust
569         * bufferview_funcs.C (put_selection_at): adjust
570
571 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
572
573         * BufferView_pimpl.C: small coord. correction
574
575 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
576
577         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
578         dragging over the splash screen.
579
580 2003-12-11  Angus Leeming  <leeming@lyx.org>
581
582         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
583         as it is now handled in LyXText::dispatch.
584
585         * text3.C (doInsertInset): remove a level of nesting.
586
587 2003-12-11  Angus Leeming  <leeming@lyx.org>
588
589         * factory.C (createInset): changes due to the changed interface to
590         InsetCommandMailer::string2params.
591
592 2003-12-10  Angus Leeming  <leeming@lyx.org>
593
594         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
595         'dialog-show-new-inset <inset name>'
596
597 2003-12-10  Angus Leeming  <leeming@lyx.org>
598
599         * buffer.C: up the format to 227.
600
601         * factory.C: the box inset is now identified simply by 'Box'.
602
603 2003-12-10  Angus Leeming  <leeming@lyx.org>
604
605         * buffer.C: up the format to 226.
606
607         * factory.C: the note inset is now identified simply by 'Note'.
608
609 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
610
611         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
612         when a pit is enough. Standarize a couple of loops.
613
614 2003-12-05  Angus Leeming  <leeming@lyx.org>
615
616         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
617         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
618         data to the re-worked "log" dialog.
619
620 2003-12-03  André Pönitz  <poenitz@gmx.net>
621
622         * PosIterator.C:
623         * iterators.C:
624         * lyxtext.h:
625         * output_latex.C:
626         * paragraph_funcs.C:
627         * text.C:
628         * text2.C: use Inset::getText instead of Inset::getParagraph
629
630 2003-12-03  André Pönitz  <poenitz@gmx.net>
631
632         * buffer.[Ch]:
633         * lyxtext.h:
634         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
635         InsetText::read() as LyXText::read()
636
637 2003-12-02  Angus Leeming  <leeming@lyx.org>
638
639         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
640         type. Add a comment in the implementation that the function uses
641         the stream's bad() function rather than fail() as the std::streams
642         would do.
643
644 2003-12-02  André Pönitz  <poenitz@gmx.net>
645
646         * lyxlex.[Ch]: make interface more similar to std::stream
647
648         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
649
650 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
651
652         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
653
654 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
655
656         * vspace.[Ch]: remove VSpace::NONE
657
658 2003-12-01  André Pönitz  <poenitz@gmx.net>
659
660         * buffer.[Ch]:
661         * lyxtext.h: move ParagraphList member to LyXText
662         rename LyXText::ownerParagraphs to LyXText::paragraph
663
664         * CutAndPaste.C:
665         * bufferview_funcs.C:
666         * iterators.[Ch]:
667         * lyx_cb.C:
668         * paragraph.C:
669         * rowpainter.C:
670         * tabular.C:
671         * text.C:
672         * text2.C:
673         * text3.C: adjust
674
675         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
676
677         * undo.C: fix cursor positioning
678
679 2003-12-01  John Levon  <levon@movementarian.org>
680
681         * BufferView_pimpl.C: fix a crash on exit with
682         a buffer open
683
684 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
685
686         * BranchList.C: fix setSelected() method.
687
688 2003-11-28  André Pönitz  <poenitz@gmx.net>
689
690         * ParagraphParameters.[Ch]:
691         * ParameterStruct.h: remove space above/below from Paragraph to
692          InsetVSpace
693
694         * BufferView_pimpl.C:
695         * factory.C:
696         * lyxfunc.C:
697         * lyxtext.h:
698         * output_latex.C:
699         * paragraph.C:
700         * paragraph_funcs.C:
701         * rowpainter.[Ch]:
702         * text.C:
703         * text2.C:
704         * text3.C: adjust
705
706 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
707
708         * factory.C: Syntax change for CharStyles
709
710 2003-11-28  André Pönitz  <poenitz@gmx.net>
711
712         * BufferView.[Ch]:
713         * BufferView.[Ch]:
714         * buffer.[Ch]:
715         * buffer.[Ch]: move LyXText member
716
717 2003-11-28  André Pönitz  <poenitz@gmx.net>
718
719         * BufferView.[Ch]: make LyXText * text a private member
720
721         * BufferView_pimpl.C:
722         * cursor.C:
723         * iterators.C:
724         * lyx_cb.C:
725         * lyxfind.C:
726         * lyxtext.h:
727         * rowpainter.[Ch]:
728         * text.C:
729         * text2.C:
730         * undo.C: adjust
731
732         * output_plaintext.C: cleanup
733
734 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
735
736         * buffer.C:
737         * lyxtextclass.[Ch]: parametrize SGML document header
738
739 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
740
741         * converter.[Ch]:
742         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
743         getFlavor().
744
745 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
746
747         * text2.C (setFont): rework using PosIterator (no more recursive)
748         (setCharFont): no more needed
749         (setLayout): no more selection cursors fiddling (done by redoCursor)
750         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
751         destroy remaining ones)
752
753 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
754
755         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
756         * lyxtext.h: ditto
757         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
758         selection cursors
759         * lyxfunc.C: adjust
760         * text3.C: adjust + re-allow multi par depth changes
761         * textcursor.C: simplify a bit
762
763 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
764
765         * src/buffer.C:
766         * src/lyxlayout.C:
767         * src/lyxlayout.h:
768         * src/lyxtext.h:
769         * src/output_docbook.C:
770         * src/output_latex.C:
771         * src/paragraph.C:
772         * src/paragraph.h:
773         * src/sgml.C:
774         * src/sgml.h:
775         * src/text2.C: Introducing a number of tags parametrizing various
776         XML formats that we may want to support
777
778 2003-11-25  André Pönitz  <poenitz@gmx.net>
779
780         * InsetList.[Ch] (begein, end): inline as suggested by profiler
781
782         * lyxtext.h (leftMargin/rightMargin): simplify interface
783
784         * rowpainter.C:
785         * text.C:
786         * text2.C:
787         * text3.C: adjust
788
789 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
790
791         * lyxfunc.C (dispatch): propogate the bibtex databases from the
792         master file to any child files. Fixes bug 546.
793
794 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
795
796         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
797
798 2003-11-24  André Pönitz  <poenitz@gmx.net>
799
800         * rowpainter.C: simplification
801
802         * text2.C (updateCounters): remove call to redoParagraph on
803         changed labels as this is far too expensive.
804
805 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
806
807         * converter.C (convert): fix a crash: this function gets
808         called with buffer == 0 from importer code.
809
810 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
811
812         * text3.C (cursorPrevious): make sure that we do not compare
813         iterators form different containers.
814         (cursorNext): ditto
815
816         * rowpainter.C (paintSelection): make sure that we do not compare
817         iterators from different containers.
818
819         * text3.C (dispatch): [PRIOR] make sure that we do not compare
820         iterators from different ParagraphList containers.
821         [NEXT] ditto
822
823         * text2.C (LyXText): change order of initialization slightly
824         (operator=): new function. copy all variables except cache_par_
825         (moveUp): make sure that we do not compare iterators from
826         different ParagraphList constainers.
827         (moveDown): ditto
828
829         * text.C (firstPar): new function
830         (lastPar): new function
831         (endPar): new function
832
833         * lyxtext.h: move things around and group public functions, public
834         variables, private functions, private variables
835
836 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
837
838         * factory.C: change call to InsetERT constructor to avoid
839         additional invocation of method status
840         * text2.C (toggleInset): remove redundant update() call
841         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
842         instead of a Bufferview pointer
843
844 2003-11-21  André Pönitz  <poenitz@gmx.net>
845
846         * rowpainter.C: simplification
847
848 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
849
850         * text3.C (dispatch): make possible to extend a word/row selection
851         with the mouse
852
853 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
854
855         * lyxtext.h: x0_,y0_ -> xo_,yo_
856         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
857         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
858         * rowpainter.C (paintRows): paint full paragraphs
859
860 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
861
862         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
863         screen coordinates)
864
865 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
866
867         * lyxtext.h: add x0_, y0_
868         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
869         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
870
871 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
872
873         * text2.C (setCursorIntern): move the x_target update here *
874         * text3.C: change some bv() to true/false in calls to
875         cursorUp/Down/Right/Left
876         * cursor.C: use helper function.
877
878 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
879
880         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
881         * paragraph_funcs.[Ch]: correct comment
882         * rowpainter.C: do not paint selections away from bv->cursor()
883         Fix a long standing selection painting bug.
884         * text3.C: generalize mouse-selection code to LyXTexts other that
885         top one
886         * textcursor.C: do not use y coords if we can use par offsets
887
888 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
889
890         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
891         cursor position after e.g. inset insert)
892
893 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
894
895         * lyxfind.C (replace): adjust to locking removal + some
896         code simplification
897
898 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
899
900         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
901         of the path
902
903 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
904
905         * lyxlayout.[Ch]:
906         * output_docbook.C: XML sanitation: new layout
907         parameters InnerTag and CommandDepth
908
909 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
910
911         * BufferView_pimpl.C:
912         * factory.C:
913         * text3.C: Fix the insertion and modification of button-style
914         insets
915
916 2003-11-13  André Pönitz  <poenitz@gmx.net>
917
918         * InsetList.[Ch]: remove deleteLyXText
919
920         * paragraph.[Ch]: cache beginOfBody position
921
922         * Bidi.C:
923         * text.C:
924         * text2.C:
925         * text3.C: remove superfluous update() calls
926
927         * vspace.C: cleanup
928
929 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
930
931         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
932         * BufferView.C (fitLockedInsetCursor): remove
933         * cursor.[Ch] (getDim): add
934         * text.C (getRowNearY): add faster version
935         * text3.C: remove some update calls
936
937 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
938
939         * LaTeXFeatures.C:
940         * LyXAction.C:
941         * MenuBackend.C:
942         * MenuBackend.h:
943         * dispatchresult.h:
944         * factory.C:
945         * lfuns.h:
946         * lyxfunc.C:
947         * lyxtextclass.C:
948         * lyxtextclass.h:
949         * text3.C: The Character Style /XML short element patch.
950
951 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
952
953         * text3.C:
954         * factory.C: Small step to solving 'unable to insert some insets'
955         problem
956
957 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
958
959         * cursor.[Ch] (updatePos): new function for updating the y
960         position of the tip inset
961         * bufferview_funcs.C (put_selection_at):
962         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
963
964 2003-11-11  André Pönitz  <poenitz@gmx.net>
965
966         * text.C: remove big comment on invalid Paragraph pointers as it is
967         not valid anymore
968
969 2003-11-11  André Pönitz  <poenitz@gmx.net>
970
971         * text_funcs.[Ch]: merge with ...
972
973         * text.C: ... this
974
975         * lyxtext.h:
976         * text2.C:
977         * text3.C: adjust
978
979         * Makefile.am: remove text_funcs.[Ch]
980
981 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
982
983         * cursor.C (getPos): return absolute cached y coord
984
985         * BufferView_pimpl.C (fitCursor): new simplistic code
986         (workAreaDispatch): add a fitCursor call
987
988 2003-11-10  André Pönitz  <poenitz@gmx.net>
989
990         * BufferView.[Ch]:
991         * BufferView_pimpl.[Ch]: merge update() and updateInset()
992
993 2003-11-10  André Pönitz  <poenitz@gmx.net>
994
995         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
996         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
997         indicate that the cursor needs to leave an inset
998
999         * lyxtext.h: remove inset locking
1000
1001         * cursor.[Ch]: re-implement functionality provided by inset locking
1002
1003         * BufferView.[Ch]:
1004         * BufferView_pimpl.[Ch]:
1005         * LyXAction.C:
1006         * bufferview_funcs.[Ch]:
1007         * factory.C:
1008         * funcrequest.[Ch]:
1009         * iterators.C:
1010         * lyx_cb.C:
1011         * lyxfind.C:
1012         * lyxfunc.C:
1013         * text.C:
1014         * text2.C:
1015         * text3.C:
1016         * undo.C: adjust
1017
1018 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1019
1020         * PosIterator.[Ch]: replace the stack with a vector, add inset
1021         accesor
1022         * iterators.[C]: adjust
1023
1024 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1025
1026         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1027         replaced
1028         * paragraph_funcs.C (readParToken): put the correct id in the
1029         error item, not the id of the top paragraph
1030
1031 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1032
1033         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1034         * bufferview_funcs.C (put_selection_at): use the above
1035
1036 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1037
1038         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1039
1040 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1041
1042         * output_linuxdoc.h:
1043         * output_plaintext.h:
1044         * output.h:
1045         * output_docbook.h: add #include statements
1046
1047 2003-11-05  José Matos  <jamatos@lyx.org>
1048
1049         * output_docbook.[Ch]:
1050         * output_latex.[Ch]:
1051         * output_linuxdoc.[Ch]:
1052         * output_plaintext.[Ch]: New files for output formats.
1053         * output.[Ch]: New file for helper functions.
1054
1055         * buffer.[Ch]:
1056         * paragraph_funcs.[Ch]: output functions moved to new files.
1057
1058         * outputparams.h: rename of latexrunparams.h
1059
1060         * LaTeX.[Ch]:
1061         * buffer.[Ch]:
1062         * bufferlist.[Ch]:
1063         * converter.[Ch]:
1064         * exporter.C:
1065         * paragraph.[Ch]:
1066         * paragraph_funcs.[Ch]:
1067         * paragraph_pimpl.[Ch]:
1068         * tabular.[Ch]: rename ascii to plaintext
1069         and LatexRunParams to OutputParams.
1070
1071 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1072
1073         * iterators.[Ch] (text): require bv argument
1074         * undo.C (recordUndo):
1075         * lyxfunc.C (dispatch):
1076         * bufferview_funcs.C (put_selection_at): adjust
1077
1078 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1079
1080         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1081
1082 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1083
1084         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1085         nestings
1086
1087 2003-11-04  André Pönitz  <poenitz@gmx.net>
1088
1089         * cursor.[Ch]: restructure
1090
1091         * BufferView.[Ch]:
1092         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1093
1094         * iterators.[Ch] (asCursor): remove
1095
1096         * lfuns.h: remove LFUN_INSET_EDIT
1097
1098         * lyxfunc.C:
1099         * tabular.C:
1100         * text.C:
1101         * text2.C:
1102         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1103
1104 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1105
1106         * lyxfind.[Ch]: complete overhaul
1107         * BufferView_pimpl.C:
1108         * lyxfunc.C: adjust
1109         * paragraph.[Ch] (insert): add
1110
1111 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1112
1113         * BufferView.[Ch]:
1114         * lyxtext.h:
1115         * text.C: remove dead spellcheck code
1116
1117 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1118
1119         * dispatchresult.h: add a val setter
1120
1121         * cursor.C (dispatch): use a tempvar for data_[i]
1122
1123 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1124
1125         * PosIterator.[Ch]: compile fix
1126
1127 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1128
1129         * text.C (cursorPar): deactivate the cursor cache
1130
1131 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1132
1133         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1134
1135 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1136
1137         * text3.C (dispatch): adjust for new DisptchResult semantics.
1138
1139         * lyxfunc.C (dispatch): handle update when return from
1140         Cursor::dispatch, adjust for new DispatchResult semantics.
1141
1142         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1143         DispatchResult(true) mean to not update. Add class functions for
1144         setting dispatched and update, as well as reading.
1145
1146         * cursor.C (dispatch): don't handle update here
1147
1148 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1149
1150         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1151         * trans_mgr.C: adjust
1152
1153         * paragraph_funcs.C (readParToken): exception safety
1154
1155         * lyxvc.h: store the vcs pointer in a scoped_ptr
1156         * lyxvc.C: adjust
1157
1158         * lyxsocket.C (serverCallback): exception safety
1159
1160         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1161
1162         * ispell.C (clone): make it return a auto_ptr
1163
1164         * factory.C (createInset): exception safety
1165         (readInset): exception safety
1166
1167         * bufferlist.C (newBuffer): exception safety
1168
1169         * Thesaurus.C (Thesaurus): use initialization for aik_
1170
1171         * MenuBackend.C (expandToc): exception safety.
1172
1173 2003-11-03  André Pönitz  <poenitz@gmx.net>
1174
1175         * buffer.C:
1176         * buffer.h:
1177         * bufferview_funcs.C: remove getInsetFromId()
1178
1179         * lyxcursor.[Ch]:
1180         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1181
1182         * lyxfunc.C:
1183         * text2.C:
1184         * text3.C: adjust
1185
1186 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1187
1188         * PosIterator.C (distance, advance): new
1189         * bufferview_funcs.[Ch] (put_selection_at): new
1190         * iterators.[Ch] (lockPath): new
1191
1192 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1193
1194         * iterators.[Ch] (asPosIterator): added
1195         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1196         * PosIterator.[Ch]: added
1197
1198 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1199
1200         * text3.C:
1201         * lyxfunc.C:
1202         * cursor.C (dispatch):
1203         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1204
1205         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1206         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1207         contructor, add a class function dispatched. Remove operator>=
1208
1209 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1210
1211         * debug.C: only use the default constructor for debugstream
1212         (lyxerr) here.
1213
1214         * main.C (main): include debug.h and setup the lyxerr streambuf
1215         here.
1216
1217 2003-10-31  José Matos  <jamatos@lyx.org>
1218
1219         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1220
1221         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1222         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1223         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1224         * paragraph_pimpl.C (simpleTeXSpecialC):
1225         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1226         add LatexRunParams argument.
1227
1228         * exporter.C (Export): change call accordingly.
1229
1230         * latexrunparams.h: add new member to take care of the other backends.
1231 2003-10-30  José Matos  <jamatos@lyx.org>
1232
1233         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1234         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1235         factorise code for paragraph output.
1236         * buffer.[Ch]:
1237         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1238         move functions.
1239
1240 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1241
1242         * text3.C (dispatch):
1243         * lyxfunc.C (dispatch):
1244         * cursor.C (dispatch):
1245         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1246
1247         * dispatchresult.h: make the dispatch_result_t ctor explicit
1248
1249 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1250
1251         * sgml.[Ch]:
1252         * buffer.C: small refactoring of docbook stuff
1253
1254 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1255
1256         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1257         meaning.
1258
1259 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1260
1261         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1262         operator dispatch_result_t, and operators for == != and >=
1263
1264         * cursor.C (dispatch): adjust for operator dispatch_result_t
1265         removal. comment out call to update
1266
1267         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1268
1269 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1270
1271         * text3.C:
1272         * text2.C:
1273         * text.C:
1274         * lyxtext.h:
1275         * lyxfunc.C:
1276         * cursor.C:
1277         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1278         (dispatch):
1279
1280         * dispatchresult.h: new file, DispatchResult broken out of
1281         insets/insetbase.h
1282
1283         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1284
1285 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1286
1287         * text.C (rowBreakPoint): put a hack inside #if 0
1288
1289 2003-10-28  André Pönitz  <poenitz@gmx.net>
1290
1291         * lyxtext.h:
1292         * metricsinfo.C:
1293         * paragraph_funcs.C:
1294         * rowpainter.C:
1295         * text.C:
1296         * text2.C: general cleanup (lots of small stuff)
1297
1298 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1299
1300         * text2.C (cursorEnd): simple fix to the "end key goes to one
1301         before the end on last row" bug
1302
1303 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1304
1305         * text.C (backspace): fix the "zombie characters"
1306
1307 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1308
1309         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1310
1311 2003-10-27  André Pönitz  <poenitz@gmx.net>
1312
1313         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1314
1315         * factory.C: handle new InsetPagebreak, InsetLine
1316
1317         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1318         and move handling into new InsetPagebreak, InsetLine
1319
1320         * BufferView_pimpl.C:
1321         * LyXAction.C:
1322         * ParagraphParameters.C:
1323         * ParameterStruct.h:
1324         * lyxfunc.C:
1325         * lyxtext.h:
1326         * paragraph.C:
1327         * paragraph.h:
1328         * paragraph_funcs.C:
1329         * paragraph_pimpl.C:
1330         * rowpainter.C:
1331         * text.C:
1332         * text2.C:
1333         * text3.C: adjust
1334
1335 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1336
1337         * text.C:
1338         * lyxrow_funcs.[Ch]:
1339         * Bidi.C:
1340         * paragraph.C:
1341         * lyxtext.h:
1342         * rowpainter.C:
1343         * text2.C:
1344         * text3.C: remove lastPos uses in favour of Row::endpos
1345
1346 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1347
1348         * undo.C (performUndoOrRedo): fix two crashes by setting a
1349         cursor by hand and reordering some calls. Use bv->lockInset instead
1350         of inset->edit because the latter loses cursor information
1351
1352 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
1353
1354         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
1355         by Martin
1356         (rowBreakPoint): fix width. change point to point + 1.
1357         Add a missing check.
1358
1359 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
1360
1361         * MenuBackend.C:
1362         * lyxfunc.C: fix (at least partly) the problems
1363         with the Nav menu and headers inside branch insets
1364         reported by Kayvan
1365
1366 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
1367
1368         * paragraph.C (getChar): add strong asserts
1369
1370         * lyxrow_funcs.C (lastPos): remove hideous hack
1371
1372         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
1373         (fill): adjust to that (avoid an infinite loop)
1374
1375 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1376
1377         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
1378
1379 2003-10-23  André Pönitz  <poenitz@gmx.net>
1380
1381         * RowList_fwd.h: change list<> to vector<> to gain speed
1382         after suggestion from Alfredo
1383
1384 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1385
1386         * lyxtext.h: move the bidi stuff from here...
1387         * text.C: and here
1388         * text2.C: and here
1389         * Bidi.[Ch]: ... to here
1390
1391 2003-10-23  André Pönitz  <poenitz@gmx.net>
1392
1393         * lyxtext.h:
1394         * text.C (isLastRow, isFirstRow): new functions
1395
1396         * paragraph.h: new width cache member
1397
1398         * rowpainter.C: replace RowList::iterator with Row & where possible
1399
1400         * lyxfunc.C: replace several view()->text with a single call
1401
1402         * toc.C: fix 'unused' warning
1403
1404 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1405
1406         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
1407         when woring with stream::pos_type
1408         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
1409
1410 2003-10-22  André Pönitz  <poenitz@gmx.net>
1411
1412         * lyxtext.h:
1413         * text.C: use Row & instead of RowList::iterator
1414
1415         * lyxrow.h: rename end() to endpos()
1416
1417         * rowpainter.C:
1418         * text.C:
1419         * text2.C: adjust
1420
1421 2003-10-22  Angus Leeming  <leeming@lyx.org>
1422
1423         * buffer.[Ch] (fully_loaded): new member function, returning true
1424         only when the file has been loaded fully.
1425         Used to prevent the premature generation of previews and by the
1426         citation inset to prevent computation of the natbib-style label.
1427
1428         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
1429         templates are all set up.
1430
1431         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
1432
1433 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
1434
1435         * text.C: fixed an "oops" in the "is a bit silly"
1436         bug fix
1437
1438 2003-10-21  André Pönitz  <poenitz@gmx.net>
1439
1440         * FuncStatus.[Ch]: small stuff, whitespace
1441
1442         * lyxfont.[Ch]: operator<<() for debug reasons
1443
1444         * lyxfunc.C:
1445         * lyxrow_funcs.C:
1446         * lyxtext.h: whitespace, spelling
1447
1448         * paragraph.C: naming of variables
1449
1450         * text.C:
1451         * text2.C: small stuff
1452
1453
1454 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
1455
1456         * text.C: (1) finish off the inset display() work;
1457         (2) fix the "is a bit silly" bug (accessing char
1458         past end of par).
1459
1460 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
1461
1462         * text.C: re-introduce display() for insets, fixing the
1463         various bugs (stretch of line above, math inset
1464         positioning, ...)
1465
1466 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1467
1468         * text.C (rightMargin): remove spurious semicolon
1469
1470         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
1471         1415)
1472
1473 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
1474
1475         * text3.C: fix one crash due to wrong cursor def
1476
1477 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1478
1479         * vc-backend.C (scanMaster): make the regex static
1480
1481         * LaTeX.C (scanAuxFile): make the regexs static
1482
1483         * text3.C (doInsertInset, dispatch, dispatch):
1484         * text2.C (cursorUp, cursorDown):
1485         * text.C (selectNextWordToSpellcheck):
1486         * BufferView_pimpl.C (dispatch):
1487         * lyxfunc.C (dispatch):  localDispatch -> dispatch
1488
1489 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1490
1491         * lyxsocket.C: include <cerrno>
1492
1493 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1494
1495         * lyxfunc.C (dispatch): remove textcache stuff
1496
1497         * bufferlist.C (release): remove textcache stuff
1498         (closeAll): ditto
1499
1500         * TextCache.C: delete file
1501         * TextCache.h: delete file
1502
1503         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
1504
1505         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
1506         delete of the bv_->text.
1507         (resizeCurrentBuffer): remove texcache stuff
1508         (workAreaResize): ditto
1509
1510 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1511
1512         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
1513         action.
1514
1515 2003-10-16  André Pönitz  <poenitz@gmx.net>
1516
1517         * lyxrow.[Ch]:
1518         * paragraph.h:
1519         * rowpainter.C:
1520         * text.C:
1521         * text2.C:
1522         * text3.C: speed up by storing y positions per paragraph plus per-row
1523         offset instead of having a 'full' y position in the row.
1524
1525 2003-10-15  André Pönitz  <poenitz@gmx.net>
1526
1527         * iterators.[Ch]:
1528         * iterators.[Ch]:
1529         * undo.[Ch]: make undo aware of inner insets
1530
1531 2003-10-14  Angus Leeming  <leeming@lyx.org>
1532
1533         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
1534         static member functions LyX::ref() and LyX::cref.
1535         (lastfiles): new accessor functions for the new lastfiles_ member var.
1536         (addLyXView, views_): add a new LyXView to the list of views_.
1537         (updateInset): loop over all LyXViews to call their own updateInset
1538         member function, returning a pointer to the Buffer owning the inset.
1539
1540         * BufferView_pimpl.C (loadLyXFile):
1541         * MenuBackend.C (expandLastfiles):
1542         * bufferlist.C (MenuWrite, QuitLyX):
1543         lastfiles is no longer a global variable.
1544         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
1545
1546         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
1547         static function. Access through LyX::cref().emergencyCleanup().
1548
1549 2003-10-14  André Pönitz  <poenitz@gmx.net>
1550
1551         * iterators.[Ch]: new direct access to innermost LyXText and Inset
1552
1553         * undo.[Ch]: restoring part of 'undo in insets'
1554
1555         * Makefile.am:
1556         * undo_funcs.[Ch]: merge with undo.[Ch]
1557
1558         * tabular.C: small cleansing stuff
1559
1560 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
1561
1562         * paragraph_funcs.C (readParToken): report unknown insets as error
1563         boxes. Use the outer paragraph as location (also for unknown
1564         tokens).
1565
1566         * factory.C (readInset): do not abort on reading an unknown inset.
1567         Eat it and return 0.
1568
1569 2003-10-13  Angus Leeming  <leeming@lyx.org>
1570
1571         * lyx_main.C (LyX): remove call to setDisplayTranslator().
1572
1573         * lyxrc.C: displayTranslator is now a function,
1574         declared in GraphicsTypes.h.
1575
1576 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1577
1578         * format.C: new placeholder $$a to pass the socket address.
1579
1580         * bufferlist.[Ch]: new function getBufferFromTmp.
1581
1582         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
1583           files in the temporary dir.
1584
1585 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1586
1587         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
1588
1589         * Makefile.am: add lyxsocket.[Ch].
1590
1591         * lyx_main.C (error_handler): handle SIGPIPE.
1592
1593 2003-10-13  André Pönitz  <poenitz@gmx.net>
1594
1595         * BufferView_pimpl.C:
1596         * lyxtext.h:
1597         * text.C:
1598         * text2.C:
1599         * text3.C:
1600         * undo_funcs.[Ch]: use paroffset_type instead of
1601           ParagraphList::iterators to prevent multiple conversion
1602           (and get a more robust interface)
1603
1604 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1605
1606         * lyxfunc.C (dispatch): RESULT -> dispatch_result
1607         * lyxtext.h: ditto
1608         * text3.C (dispatch): ditto
1609
1610 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1611
1612         * LaTeX.C (handleFoundFile): move the static to smaller scope,
1613         move the onlyfile, use onlyfile instead of foundfile in a couple
1614         of places.
1615
1616         * DepTable.C (update): flush the error stream a bit more
1617
1618 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1619
1620         * lyxserver.C (callback): adjust
1621
1622         * lyxfunc.C (getStatus): add a missing brace in commented code
1623         (ensureBufferClean): reindent
1624         (dispatch): delete version taking a string
1625
1626 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1627
1628         * LaTeX.C (deplog): move found file handlig from here...
1629         (handleFoundFile): .. to new function here.
1630         (deplog): make sure to discover several files mentioned on the
1631         same log line.
1632
1633 2003-10-10  André Pönitz  <poenitz@gmx.net>
1634
1635         * lyxfunc.C:
1636         * lyxtext.h:
1637         * tabular.C:
1638         * text.C:
1639         * text2.C:
1640         * text3.C: fix some of the tabular crashes
1641
1642 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1643
1644         * MenuBackend.C (binding): put debug message into Debug::KBMAP
1645
1646         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
1647
1648 2003-10-09  André Pönitz  <poenitz@gmx.net>
1649
1650         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
1651
1652         * BufferView.C:
1653         * BufferView_pimpl.C:
1654         * bufferview_funcs.C:
1655         * lyx_cb.C:
1656         * lyxcursor.C:
1657         * lyxfind.C:
1658         * lyxfunc.C:
1659         * lyxtext.h:
1660         * text.C:
1661         * text2.C:
1662         * text3.C:
1663         * text_funcs.[Ch]:
1664         * textcursor.[Ch]:
1665         * undo_funcs.C: adjust
1666
1667 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1668
1669         * text2.C (incrementItemDepth): new function, use a backtracking
1670         algorithm to discover the correct item depth.
1671         (resetEnumCounterIfNeeded): new function, use a backtracking
1672         algorithm to discover if counter reset is needed.
1673         (setCounter): use them. Simplify a bit. Add different labels for
1674         different item depths for itemize.
1675
1676         * paragraph.C (Paragraph): remove initialization of enumdepth
1677         (operator=): ditto
1678
1679         * paragraph.h: get rid of enumdepth, and use itemdepth both for
1680         enumerate and itemize. Change the type of itemdepth to signed char.
1681
1682 2003-10-08  André Pönitz  <poenitz@gmx.net>
1683
1684         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
1685           thing assignable.
1686         * text.C:
1687         * text2.C: adjust
1688
1689         * tabular.[Ch]: fix crash after 'row-insert'
1690
1691 2003-10-08  Angus Leeming  <leeming@lyx.org>
1692
1693         Fix doxygen warnings.
1694
1695         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
1696         Remove CutAndPaste:: prefix from header file declaration.
1697
1698         * LColor.h (fill): remove LColor:: prefix from declaration.
1699
1700         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
1701         use lyx::depth_type rather than Paragraph::depth_type so that
1702         header file and .C file match.
1703
1704         * converter.h (intToFormat): remove Converters:: prefix from declaration.
1705
1706         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
1707         * aspell.C: \file aspell_local.C -> \file aspell.C
1708         * gettext.C: \file gettext.C -> \file src/gettext.C
1709         * gettext.h: \file gettext.h -> \file src/gettext.h
1710         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
1711         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
1712         * text.C: \file text.C -> \file src/text.C
1713
1714         * toc.C: move comment so that doxygen is not confused.
1715
1716 2003-10-07  Angus Leeming  <leeming@lyx.org>
1717
1718         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
1719
1720 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1721
1722         * aspell.C:
1723         * aspell_local.h: add forgotten std::string's.
1724
1725 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1726
1727         * LaTeXFeatures.C:
1728         * LyXAction.C:
1729         * factory.C:
1730         * lfuns.h:
1731         * lyxfunc.C:
1732         * text3.C: The Box patch. Fancybox support, minipage, parbox
1733
1734 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1735
1736         * CutAndPaste.h:
1737         * DepTable.h:
1738         * FloatList.h:
1739         * LaTeXFeatures.h:
1740         * ParagraphParameters.h:
1741         * TextCache.h:
1742         * Thesaurus.h:
1743         * bufferlist.h:
1744         * exporter.h:
1745         * importer.h:
1746         * lastfiles.h:
1747         * lyxfind.h:
1748         * lyxfont.h:
1749         * lyxlex.h:
1750         * lyxtextclasslist.h:
1751         * messages.h:
1752         * paragraph.h:
1753         * paragraph_pimpl.C:
1754         * textcursor.h: add <string> and other small fixes to make Lars'
1755         std::string patch compile with STLport.
1756
1757 2003-10-06  Angus Leeming  <leeming@lyx.org>
1758
1759         * LColor.h: Add missing #include <string>.
1760
1761 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1762
1763         * All most all file in all subdirs: Make <string> be the prefered
1764         way of getting to std::string, add using declarations.
1765
1766 2003-10-06  André Pönitz  <poenitz@gmx.net>
1767
1768         * metricsinfo.C: initialize LyXFont before changing attribute.
1769         (fixes the 'math in \emph is upright' bug)
1770
1771 2003-10-06  André Pönitz  <poenitz@gmx.net>
1772
1773         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
1774
1775 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
1776
1777         * graph.C:
1778         * paragraph_pimpl.C: Small fixes to build using STLport
1779
1780 2003-10-02  André Pönitz  <poenitz@gmx.net>
1781
1782         * lyxfunc.C:
1783         * text3.C: move handling of LFUN_DEPTH *; fix #1360
1784
1785 2003-10-01  André Pönitz  <poenitz@gmx.net>
1786
1787         * factory.C: assert early
1788
1789 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1790
1791         * lyx_main.C: remove the global debug object
1792
1793         * debug.h: adjust for new debugstream
1794
1795         * debug.C: adjust for new debugstream and keep the global debug
1796         object here.
1797
1798 2003-09-22  Angus Leeming  <leeming@lyx.org>
1799
1800         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
1801         of g++ which otherwise complain that the scoped_ptr destructor can't delete
1802         an incomplete class LyXFont.
1803
1804 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
1805
1806         * factory.C: bug fix in branches
1807
1808 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1809
1810         * lyxfunc.C (processKeySym): adjust
1811         (dispatch): adjust
1812         (dispatch): change arg name from ev to func, adjust
1813         (sendDispatchMessage): ditto
1814
1815         * lyx_main.C (defaultKeyBindings): adjust keybindings
1816         (deadKeyBindings): ditto
1817
1818         * kbsequence.C (addkey): return a FuncRequest
1819
1820         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
1821
1822         * kbmap.C (bind): take a FuncRequest as arg, adjust
1823         (read): adjust
1824         (lookup): adjust
1825         (defkey): change to take a FuncRequest as arg, adjust
1826         (findbinding): take a FuncRequest as arg, adjust.
1827
1828         * funcrequest.h (operator=): added
1829
1830         * funcrequest.C (FuncRequest): default kb_action changed from
1831         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
1832
1833         * buffer.C (dispatch): simplify
1834         (dispatch): adjust to take a FuncRequest as arg, adjust
1835
1836         * boost.C (assertion_failed): change assertion message slightly
1837
1838         * ToolbarBackend.C (read): simplify
1839
1840         * MenuBackend.C (binding): adjust call to findbinding, add a
1841         message if no binding is found.
1842         (read): simplify
1843         (expandToc): correct by adding a empty FuncRequest
1844
1845         * LyXAction.C: include <boost/assert.hpp>
1846         (isPseudoAction): delete function
1847         (LookupFunc): change name to...
1848         (lookupFunc): this. change return type to FuncRequest.
1849         (getActionName): take kb_action as arg, simplify
1850         (funcHasFlag): add an assert, simplify.
1851
1852 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1853
1854         * toc.C (action): return a FuncRequest, simplify
1855
1856         * lyxfunc.C (processKeySym): adjust
1857         (getStatus): delete version that takes an int.
1858         (getStatus): adjust
1859         (dispatch): delete version that takes action as int
1860         (dispatch): adjust
1861         (sendDispatchMessage): simplify and adjust
1862
1863         * funcrequest.C (getArg): take unsigned int as arg
1864
1865         * ToolbarBackend.C (read): adjust
1866         (add): delete version that takes func as a string.
1867         (getIton): take a FuncRequest as arg
1868
1869         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
1870         action.
1871
1872         * MenuBackend.C (MenuItem): add a new construct that only takes a
1873         Kind, simplify the constructor use for submenus.
1874         (add): adjust
1875         (expandLastfiles): adjust
1876         (expandDocuments): adjust
1877         (expandFormats): adjust
1878         (expandFloatListInsert): adjust
1879         (expandFloatInsert): adjust
1880         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
1881
1882         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
1883         Remove class variables lyx_pseudo_map and lyx_arg_map
1884
1885         * LyXAction.C (searchActionArg): delete function
1886         (getPseudoAction): delete function
1887         (retrieveActionArg): delete function
1888         (LookupFunc): make it return kb_action, simplify.
1889         (getActionName): simplify
1890
1891         * factory.C (createInset): fix new bug
1892
1893 2003-09-19  Angus Leeming  <leeming@lyx.org>
1894
1895         * CutAndPaste.C (pasteSelection): remove fudge used to set the
1896         masterFilename_ parameter in the include inset.
1897
1898         * factory.C (createInset): changes due to the changes to InsetInclude.
1899
1900 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1901
1902         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
1903
1904 2003-09-18  Angus Leeming  <leeming@lyx.org>
1905
1906         * buffer.C:
1907         * BufferView.C: pass the buffer when calling Inset::getLabelList,
1908         Inset::fillWithBibKeys.
1909         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
1910
1911 2003-09-18  Angus Leeming  <leeming@lyx.org>
1912
1913         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
1914         variables.
1915         (ctor): pass and store a 'Buffer const &'
1916         (buffer): new member function.
1917
1918         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
1919         '*this' to the LaTeXFeatures ctor.
1920
1921 2003-09-18  Angus Leeming  <leeming@lyx.org>
1922
1923         * LColor.h:
1924         * lyxfont.C:
1925         * lyxfont.h:
1926         * lyxtext.h:
1927         * text.C: rename EnumLColor as LColor_color.
1928
1929 2003-09-18  Angus Leeming  <leeming@lyx.org>
1930
1931         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
1932         remove #include "insets/insetbase.h" from cursor.h.
1933
1934 2003-09-18  Angus Leeming  <leeming@lyx.org>
1935
1936         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
1937         InsetOld_code to remove #include "inset.h".
1938
1939         * iterators.C: add #include "insets/inset.h"
1940
1941 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
1942
1943         * BufferView.C: remove more locking stuff that apparently doesn't
1944         do anything sensible.
1945
1946 2003-09-16  André Pönitz  <poenitz@gmx.net>
1947
1948         * paragraph.[Ch]:
1949         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
1950           performance boost.
1951
1952 2003-09-16  Angus Leeming  <leeming@lyx.org>
1953
1954         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
1955
1956         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
1957         arg/return type.
1958
1959         * paragraph.h: remove #include "lyxfont.h". Forward declare
1960         LyXFont_size.
1961
1962 2003-09-16  Angus Leeming  <leeming@lyx.org>
1963
1964         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
1965         of support/textutils.h.
1966         (isWord): move the contents of support/textutils.h's IsWordChar here.
1967
1968         * buffer.C:
1969         * lyxfind.C:
1970         * rowpainter.C:
1971         * text.C:
1972         * text2.C: add #include "paragraph.h".
1973
1974         * rowpainter.C:
1975         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
1976
1977 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1978
1979         * main.C:
1980         * lyx_main.C:
1981         * lyx_cb.C:
1982         * buffer.C:
1983         * LaTeX.C: use namespace alias for lyx::support::os
1984
1985 2003-09-16  Angus Leeming  <leeming@lyx.org>
1986
1987         * bufferparams.C:
1988         * bufferview_funcs.C:
1989         * factory.C:
1990         * lyxfunc.C:
1991         * paragraph_pimpl.C:
1992         * rowpainter.C:
1993         * text.C: add #include "LColor.h".
1994
1995 2003-09-16  Angus Leeming  <leeming@lyx.org>
1996
1997         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
1998         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
1999         return LyXFont &.
2000         Store the FontBits::color variable as an int rather than as an
2001         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2002         file.
2003
2004         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2005         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2006         string calls together.
2007
2008         * lyxrc.C: add #include "LColor.h".
2009
2010 2003-09-15  Angus Leeming  <leeming@lyx.org>
2011
2012         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2013         a cow_ptr.
2014
2015 2003-09-15  Angus Leeming  <leeming@lyx.org>
2016
2017         * LColor.h: add an EnumLColor wrapper for LColor::color.
2018
2019         * lyxfont.[Ch] (color, setColor, realColor):
2020         * lyxtext.h, text.C (backgroundColor):
2021         pass EnumLColor args to/from the functions, rather than LColor::color
2022         ones.
2023
2024         * lyxfont.h:
2025         * lyxtext.h: forward declare EnumLColor.
2026
2027         * lyx_main.C: add #include "LColor.h".
2028
2029 2003-09-15  Angus Leeming  <leeming@lyx.org>
2030
2031         * .cvsignore: add lyx-gtk.
2032
2033 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2034
2035         * Chktex.C
2036         * LaTeX.C
2037         * LaTeXFeatures.C
2038         * ParagraphParameters.C
2039         * Spacing.C
2040         * buffer.C
2041         * bufferparams.C
2042         * bufferview_funcs.C
2043         * chset.C
2044         * counters.C
2045         * funcrequest.C
2046         * lyxfont.C
2047         * lyxgluelength.C
2048         * lyxlength.C
2049         * paragraph.C
2050         * paragraph_funcs.C
2051         * text3.C
2052         * vc-backend.C: remove usage of STRCONV
2053
2054 2003-09-15  Angus Leeming  <leeming@lyx.org>
2055
2056         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2057         explicitly define the color passed to the painter.
2058
2059 2003-09-15  Angus Leeming  <leeming@lyx.org>
2060
2061         * bufferparams.C (BufferParams): reorder member initializers to avoid
2062         compiler warning.
2063
2064 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2065
2066         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2067         * text.C (updateRowPositions): remove an unusual nop
2068
2069 2003-09-12  André Pönitz  <poenitz@gmx.net>
2070
2071         * BufferView_pimpl.C:
2072         * Bullet.C:
2073         * layout.h:
2074         * lyxfunc.C:
2075         * lyxlayout.[Ch]:
2076         * lyxtextclass.C:
2077         * rowpainter.C:
2078         * text.C:
2079         * text2.C:
2080         * Counters.[Ch]: finish the 'automatic counters' job
2081
2082 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2083
2084         * aspell.C: include <boost/assert.cpp> (compile fix)
2085
2086 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2087
2088         * boost.C (assertion_failed): use lyx::support::abort instead of
2089         assert.
2090
2091 2003-09-10  Angus Leeming  <leeming@lyx.org>
2092
2093         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2094         with their _fwd progeny.
2095
2096 2003-09-09  Angus Leeming  <leeming@lyx.org>
2097
2098         134 files throughtout the source tree: replace 'using namespace abc;'
2099         directives with the appropriate 'using abc::xyz;' declarations.
2100
2101 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2102
2103         * boost.C (emergencyCleanup): moved here from LAssert.c
2104         (assertion_failed): new function, called by BOOST_ASSERT
2105
2106         * several files: change Assert to BOOST_ASSERT
2107
2108 2003-09-09  Angus Leeming  <leeming@lyx.org>
2109
2110         * buffer.[Ch]: Add an Impl class and move Buffer's member
2111         variables into it. As a result move several header files out of
2112         buffer.h.
2113
2114         Add header files to lots of .C files all over the tree as a result.
2115
2116 2003-09-09  Angus Leeming  <leeming@lyx.org>
2117
2118         * buffer.[Ch]: make Buffer's member variables private. Add
2119         accessor functions.
2120
2121         Lots of changes all over the tree as a result.
2122
2123 2003-09-08  Angus Leeming  <leeming@lyx.org>
2124
2125         * graph.C: #include <config.h>.
2126
2127 2003-09-08  Angus Leeming  <leeming@lyx.org>
2128
2129         * BranchList.C:
2130         * BufferView.C:
2131         * BufferView_pimpl.C:
2132         * CutAndPaste.C:
2133         * DepTable.C:
2134         * LaTeX.C:
2135         * LaTeXFeatures.C:
2136         * LyXAction.C:
2137         * MenuBackend.C:
2138         * TextCache.C:
2139         * aspell.C:
2140         * buffer.C:
2141         * bufferlist.C:
2142         * changes.C:
2143         * chset.C:
2144         * converter.C:
2145         * counters.C:
2146         * debug.C:
2147         * graph.C:
2148         * ispell.C:
2149         * lyx_cb.C:
2150         * lyxfind.C:
2151         * lyxfunc.C:
2152         * lyxlex_pimpl.C:
2153         * lyxrc.C:
2154         * lyxrow.C:
2155         * paragraph.C:
2156         * rowpainter.C:
2157         * texrow.C:
2158         * text.C:
2159         * text2.C:
2160         * toc.C: remove redundant using directives.
2161
2162 2003-09-07  Angus Leeming  <leeming@lyx.org>
2163
2164         * LaTeXFeatures.h: remove #include "support/types.h".
2165         * ToolbarBackend.h: remove #include <algorithm>.
2166         * changes.h: remove #include <ctime>.
2167         * debug.h: remove #include <iosfwd>.
2168         * graph.h: remove #include "support/std_string.h".
2169         * lyx_main.h: remove #include <csignal>.
2170         * lyxlex_pimpl.h: remove #include <fstream>.
2171         * sgml.h: remove #include <algorithm>, <utility>.
2172         * toc.h: remove #include "support/std_ostream.h".
2173         Add #include <iosfwd>.
2174
2175 2003-09-07  Angus Leeming  <leeming@lyx.org>
2176
2177         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2178
2179         * converter.h: forward declare LatexRunParams.
2180         * encoding.h: remove #include "lyxrc.h".
2181         * lyxtext.h: remove #include "LColor.h".
2182         * lyxtextclass.h: remove #include "support/types.h".
2183         * trans.h: remove #include "tex-accent.h".
2184         * trans_mgr.h: remove #include "tex-accent.h".
2185         * insets/inset.h: remove #include "support/types.h", <vector>.
2186         * insets/insetcollapsable.h: remove #include "LColor.h".
2187         * insets/insetinclude.h: remove #include "dimension.h".
2188         * insets/insetlatexaccent.h: remove #include "dimension.h".
2189         * insets/insetoptarg.h:: remove #include "insettext.h".
2190         * insets/insettext.h: remove #include "dimension.h",
2191         <boost/shared_ptr.hpp>
2192
2193         * insets/renderers.h: add #include "dimension.h".
2194         * insets/updatableinset.h: add #include "support/types.h".
2195
2196         * many .C files: Associated changes.
2197
2198 2003-09-06  Angus Leeming  <leeming@lyx.org>
2199
2200         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2201         one, inside testInvariant.
2202
2203         * PrinterParams.C: new file.
2204         * PrinterParams.[Ch]: move the function bodies out of line.
2205
2206 2003-09-06  Angus Leeming  <leeming@lyx.org>
2207
2208         * ParagraphParameters.h: forward declare ParameterStruct rather than
2209         including its header file.
2210         (depth): moved out-of-line.
2211
2212 2003-09-06  Angus Leeming  <leeming@lyx.org>
2213
2214         * BufferView_pimpl.h:
2215         * kbmap.h:
2216         * kbsequence.h:
2217         * lyxfunc.h: forward declare LyXKeySym rather than
2218         #include "frontends/LyXKeySym.h".
2219
2220         * BufferView_pimpl.C:
2221         * kbmap.C:
2222         * kbsequence.C:
2223         * lyxfunc.C: associated changes.
2224
2225 2003-09-06  Angus Leeming  <leeming@lyx.org>
2226
2227         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2228         As a result, can remove the #include "insets/inset.h" from BufferView.h
2229
2230 2003-09-06  Angus Leeming  <leeming@lyx.org>
2231
2232         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2233         As a result, can remove the #include "insets/inset.h" from BufferView.h
2234
2235 2003-09-06  Angus Leeming  <leeming@lyx.org>
2236
2237         * buffer_funcs.C:
2238         * buffer.h:
2239         * bufferlist.C:
2240         * BufferView.C:
2241         * bufferview_funcs.C:
2242         * BufferView_pimpl.C:
2243         * CutAndPaste.C:
2244         * lyx_cb.C:
2245         * lyxfunc.C:
2246         * paragraph.h:
2247         * ParagraphParameters.C:
2248         * tabular.C:
2249         * text3.C:
2250         * toc.C:
2251         * undo_funcs.C:
2252         * frontends/controllers/ControlDocument.C:
2253         * insets/insetcaption.C: rearrange the #includes into some sort of
2254         coherent order.
2255
2256         * buffer.h: remove #includes ErrorList.h, undo.h
2257
2258 2003-09-06  Angus Leeming  <leeming@lyx.org>
2259
2260         * support/types.h: add a 'depth_type' typedef, used to store the
2261         nesting depth of a paragraph.
2262
2263         * paragraph.h:
2264         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2265         defining explicitly.
2266
2267         * buffer.h:
2268         * paragraph_funcs.h:
2269         * ParagraphParameters.h:
2270         * sgml.h: use lyx::depth_type rather than Paragraph or
2271         ParameterStruct's depth_type.
2272
2273         * buffer.h
2274         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2275
2276         * BufferView.C:
2277         * BufferView_pimpl.C:
2278         * CutAndPaste.C:
2279         * ParagraphParameters.C:
2280         * buffer_funcs.C:
2281         * bufferlist.C:
2282         * bufferview_funcs.C:
2283         * lyx_cb.C:
2284         * lyxfunc.C:
2285         * tabular.C:
2286         * text3.C:
2287         * toc.C:
2288         * undo_funcs.C:
2289         * frontends/LyXView.C:
2290         * frontends/controllers/ControlDocument.C:
2291         * frontends/controllers/ControlErrorList.C:
2292         * insets/insetbibitem.C:
2293         * insets/insetbranch.C:
2294         * insets/insetcaption.C:
2295         * insets/insetcollapsable.C:
2296         * insets/insetenv.C:
2297         * insets/insetert.C:
2298         * insets/insetfloat.C:
2299         * insets/insetfoot.C:
2300         * insets/insetfootlike.C:
2301         * insets/insetnewline.C:
2302         * insets/insetquotes.C:
2303         * insets/insettabular.C:
2304         * insets/insettext.C:
2305         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2306
2307         * frontends/controllers/ControlChanges.C: #include "changes.h".
2308
2309 2003-09-06  Angus Leeming  <leeming@lyx.org>
2310
2311         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2312         than #including paragraph.h.
2313
2314         * ParagraphList.h:
2315         * RowList.h: deleted. Superfluous.
2316
2317         * CutAndPaste.h:
2318         * iterators.h:
2319         * lyxcursor.h:
2320         * lyxtext.h:
2321         * text_funcs.h:
2322         * undo.h:
2323         * undo_funcs.h:
2324         * insets/inset.h:
2325         * insets/insettext.h: use ParagraphList_fwd.h rather than
2326         ParagraphList.h.
2327
2328         * paragraph.h: don't forward declare ParagraphList.
2329
2330         * buffer.h:
2331         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2332         rather than ParagraphList.h. paragraph.h is still needed for the
2333         Paragraph::depth_type parameters.
2334
2335         * textcursor.h: enable it to compile stand-alone in light of the
2336         above changes.
2337
2338         * bufferview_funcs.C:
2339         * iterators.C:
2340         * lyxfunc.C:
2341         * lyxrow_funcs.C:
2342         * paragraph.C:
2343         * rowpainter.C:
2344         * text.C:
2345         * text2.C:
2346         * text3.C:
2347         * text_funcs.C:
2348         * textcursor.C:
2349         * undo.C:
2350         * frontends/controllers/ControlParagraph.C:
2351         * frontends/controllers/ControlTabular.C:
2352         * insets/insetmarginal.C:
2353         * insets/insetminipage.C:
2354         * insets/insetnote.C:
2355         * insets/insetoptarg.C: add header files needed to compile again.
2356
2357 2003-09-06  Angus Leeming  <leeming@lyx.org>
2358
2359         * RowList_fwd.h: new file, forward-declaring Row rather than
2360         #including lyxrow.h.
2361
2362         * lyxrow_funcs.h:
2363         * lyxtext.h:
2364         * paragraph.h:
2365         * insets/insettext.h: use it instead of RowList.h
2366
2367         * bufferview_funcs.C:
2368         * lyxfunc.C:
2369         * lyxrow_funcs.C:
2370         * paragraph.C:
2371         * rowpainter.C:
2372         * text.C:
2373         * text2.C:
2374         * text3.C: #include "RowList.h".
2375
2376 2003-09-05  Angus Leeming  <leeming@lyx.org>
2377
2378         * factory.C (createInset):
2379         * vspace.C (c-tor): replace sscanf call with an istringstream.
2380         * ispell.C: re-add missing HP/UX headers.
2381         * lyxserver.C: re-add missing  os2 headers.
2382
2383 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
2384
2385         * BranchList.C:
2386         * graph.C:
2387         * ispell.C:
2388         * lastfiles.C:
2389         * lyx_cb.C:
2390         * lyxserver.C:
2391         * texrow.C:
2392         * text3.C: re-add missing system headers, needed for 2.95.2.
2393
2394 2003-09-05  Angus Leeming  <leeming@lyx.org>
2395
2396         Changes most place everywhere due to the removal of using directives
2397         from support/std_sstream.h.
2398
2399 2003-09-05  Angus Leeming  <leeming@lyx.org>
2400
2401         Replace LString.h with support/std_string.h,
2402         Lsstream.h with support/std_sstream.h,
2403         support/LIstream.h with support/std_istream.h,
2404         support/LOstream.h with support/std_ostream.h.
2405
2406         Changes resulting throughout the tree.
2407
2408 2003-09-05  Angus Leeming  <leeming@lyx.org>
2409
2410         * sgml.h: ensure that the header file can be compiled stand-alone.
2411         * *.C: strip out redundant #includes. (320 in total.)
2412
2413 2003-09-04  Angus Leeming  <leeming@lyx.org>
2414
2415         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
2416         here (from getPackages).
2417
2418         * debug.[Ch]: add a new EXTERNAL tag.
2419
2420 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2421
2422         * text2.C (cursorEnd): simplify
2423         (setCursor): adjust
2424         (getColumnNearX): adjust
2425
2426         * text.C (computeBidiTables): adjust
2427         (fill): adjust
2428
2429         * rowpainter.C (paintChars): adjust
2430         (paintSelection): adjust
2431         (paintChangeBar): adjust
2432         (paintText): adjust
2433
2434         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
2435         lastPos instead.
2436         (numberOfSeparators): adjust
2437
2438 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2439
2440         * LyXAction.C:
2441         * box.[Ch]:
2442         * lfuns.h:
2443         * lyxfunc.C:
2444         * text3.C: Restricts the mouse click functionality
2445         of insets like bibtex, include, toc and floatlist to the visible
2446         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
2447         up the dialogs. Cursor has to be in front of the inset (i.e.
2448         start of row) for this to function.
2449
2450 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2451
2452         * bufferview_funcs.C (currentState): output row information
2453
2454 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2455
2456         * bufferview_funcs.C (currentState): output paragraph position
2457
2458 2003-09-04  Angus Leeming  <leeming@lyx.org>
2459
2460         * FloatList.h: move out #include "Floating.h".
2461         * LaTeX.h: move out #include "DepTable.h".
2462         * LyXAction.h: move out #include "funcrequest.h".
2463         * buffer.h: move out #include "author.h", "iterators.h".
2464         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
2465         * lyx_main.h: move out #include "errorlist.h".
2466         * lyxfunc.h: move out #include "FuncStatus.h".
2467         * lyxtext: move out #include "lyxcursor.h".
2468         * paragraph_pimpl.h: move out #include "counters.h".
2469
2470 2003-09-03  Angus Leeming  <leeming@lyx.org>
2471
2472         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
2473         preamble_snippets list, enabling us to add snippets to the preamble
2474         only if the snippet was not there already.
2475
2476 2003-09-04  Angus Leeming  <leeming@lyx.org>
2477
2478         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
2479
2480 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2481
2482         * lyxfunc.C (dispatch): if fitCursor did something be sure to
2483         update
2484
2485 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2486
2487         * BranchList.C: point fix, earlier forgotten
2488
2489 2003-09-02  Angus Leeming  <leeming@lyx.org>
2490
2491         * box.C (contains): renamed from 'contained' after a fantastic
2492         amount of hot air.
2493
2494 2003-09-02  John Levon  <levon@movementarian.org>
2495
2496         * BufferView.C:
2497         * lyxcursor.h:
2498         * lyxcursor.C:
2499         * lyxfunc.C:
2500         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
2501
2502 2003-09-02  John Levon  <levon@movementarian.org>
2503
2504         * text2.C: simplification of cursorEnd(), including partial
2505         fix for bug 1376
2506
2507 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2508
2509         * buffer.C (readFile): add a space
2510
2511 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
2512
2513         * BufferView_pimpl.C (update): remove bogus fitCursor() call
2514
2515 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2516
2517         * buffer.C (readFile): new function, take a filename and a
2518         ParagraphList::iterator
2519         (readFile): adjust
2520         (readFile): adjust, make it private. don't use setStream, make
2521         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
2522         always contain the filename.
2523
2524         * BufferView.C (insertLyXFile): simplify and make it work for
2525         gzipped files.
2526
2527 2003-08-30  John Levon  <levon@movementarian.org>
2528
2529         * Makefile.am: fix dist (from Kayvan)
2530
2531 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2532
2533         * most files: change to use const Buffer refs
2534
2535 2003-08-27  André Pönitz  <poenitz@gmx.net>
2536
2537         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
2538         on top of ownerPar().
2539
2540 2003-08-27  John Levon  <levon@movementarian.org>
2541
2542         * funcrequest.C: properly initialise POD members
2543
2544 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2545
2546         * lyxtext.h (top_y): move top_y from here
2547         * text.C:
2548         * text2.C:
2549         * text3.C:
2550         * BufferView.[Ch]:
2551         * BufferView_pimpl.[Ch]: to here
2552         * frontends/screen.C:
2553         * insets/insettabular.C:
2554         * insets/insettext.C: adjust
2555         * rowpainter.[Ch] (paintRows): remove LyXText & argument
2556
2557 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2558
2559         * BufferView.[Ch]:
2560         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
2561
2562 2003-08-26  André Pönitz  <poenitz@gmx.net>
2563
2564         * paragraph_func.[Ch] (outerPar): new function
2565
2566         * paragraph.C:
2567         * paragraph_funcs.C:
2568         * paragraph_funcs.h:
2569         * paragraph_pimpl.C:
2570         * text2.C: remove Inset::par_owner
2571
2572 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
2573
2574         * lyxrow_funcs.C:
2575         * lyxtext.h:
2576         * text.C:
2577         * text2.C: eliminates the needFullRow/display() stuff
2578         altogether, putting the logic in metrics/draw in the insets.
2579
2580 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
2581
2582         * text2.C (redoParagraphInternal, redoParagraphs):
2583         * text.C (redoParagraph): add a call to updateRowPositions at the
2584         end of each 'metrics-like' call. Remove all others.
2585         (getRow): remove the 'y-computing' version.
2586         (getRowNearY): do not compute nor return the real y. Solve the
2587         'y < 0' problem and simplify.
2588
2589 2003-08-22  Angus Leeming  <leeming@lyx.org>
2590
2591         * *.[Ch]: clean-up of licence and author blurbs.
2592         Also move config.h out of a few .h files and into a few .C files.
2593
2594 2003-08-22  André Pönitz  <poenitz@gmx.net>
2595
2596         * lyxrow.[Ch]: add x_ and *fill_ members
2597
2598         * lyxtext.h:
2599         * text.C:
2600         * rowpainter.C:
2601         * text2.C: adjust/remove prepareToPrint() calls
2602
2603 2003-08-22  André Pönitz  <poenitz@gmx.net>
2604
2605         * lyxrow.[Ch]: add  end_ member
2606
2607         * lyxrow_funcs.C: use LyXRow::end_
2608
2609         * lyxtext.h (singleWidth): add LyXFont parameter
2610
2611         * rowpainter.C:
2612         * text2.C: adjust LyXText::singleWidth() calls
2613
2614         * text.C (redoParagraph): simplify row breaking logic
2615
2616
2617 2003-08-19  André Pönitz  <poenitz@gmx.net>
2618
2619         * funcrequest.C: initialize button_ member
2620
2621         * text3.C:
2622         * rowpainter.[Ch]: interface consolidation
2623
2624 2003-08-18  André Pönitz  <poenitz@gmx.net>
2625
2626         * BufferView.C:
2627         * BufferView_pimpl.C:
2628         * lyxfind.C:
2629         * paragraph_funcs.C:
2630         * rowpainter.C:
2631         * text3.C: remove LyXScreen::draw() and fitCursor calls
2632
2633         * BranchList.h: remove spurious semicolons
2634
2635         * MenuBackend.C: fix branchlist related crash
2636
2637 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
2638
2639         * BranchList.[Ch]:
2640         * InsetList.[Ch]:
2641         * LColor.[Ch]:
2642         * LyXAction.C:
2643         * Makefile.am:
2644         * MenuBackend.[Ch]:
2645         * bufferparams.[Ch]:
2646         * factory.C:
2647         * lfuns.h:
2648         * lyxfunc.C:
2649         * text3.C: implements the 'branch inset'
2650         idea. This allows the output of various versions of a document
2651         from a single source version, selectively outputing or suppressing
2652         output of parts of the text.
2653         This implementation contains a 'branch list editor' in a separate
2654         tab of the document settings dialog. Branches are user definable
2655         and have a "display colour" to distinguish them on-screen.
2656
2657         ColorHandler was somewhat cleaned up.
2658         (1) make possible a dynamically growing LColor list by allowing
2659         the graphic context cache to grow along (vector);
2660         (2) eliminate an IMHO unnecessary step in colour allocation.
2661
2662 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
2663
2664         * BufferView_pimpl.C: compile fix
2665
2666 2003-08-15  André Pönitz  <poenitz@gmx.net>
2667
2668         * rowpainter.C: remove extra metrics calls
2669
2670         * lyxtext.h: merge the two constructors into a single one,
2671           pass reference to owner's par list
2672
2673         * BufferView_pimpl.C:
2674         * text.C:
2675         * text2.C: adjust
2676
2677 2003-08-15  André Pönitz  <poenitz@gmx.net>
2678
2679         * lyxrow_funcs.[Ch]:
2680         * lyxtext.h:
2681         * paragraph.h:
2682         * paragraph_funcs.C:
2683         * rowpainter.C:
2684         * text.C:
2685         * text2.C:
2686         * text3.C:
2687         * text_funcs.C: split LyXText::rowlist_ into individual
2688         Paragraph::rows_ chunks
2689
2690         * BufferView.[Ch]:
2691         * BufferView_pimpl.[Ch]:
2692         * lyxfind.C:
2693         * lyxtext.h:
2694         * text3.C: remove toggleSelection()
2695
2696 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
2697
2698         * bufferlist.C: beautify two alerts (shorter text of buttons)
2699         * buffer.C: Remove redundant ' ' from message
2700         * tabular.h:
2701         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
2702         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
2703         rename VALIGN_CENTER to VALIGN_MIDDLE
2704
2705 2003-08-11  André Pönitz  <poenitz@gmx.net>
2706
2707         * lyxtext.h (getPar):
2708         * text.C: new function
2709
2710 2003-08-11  André Pönitz  <poenitz@gmx.net>
2711
2712         * Makefile.am:
2713         * tracer.[Ch]: remove unneeded files
2714
2715         * InsetList.[Ch]: remove resizeInsetsLyXText()
2716
2717         * lyxtext.h:
2718         * text.C:
2719         * text2.C:
2720         * text3.C: merge insertParagraphs() and appendParagraph()
2721         remove breakAgain(), update()
2722
2723         * BufferView_pimpl.[Ch]:
2724         * bufferview_funcs.[Ch]:
2725         * lyxfunc.C:
2726         * paragraph.[Ch]:
2727         * rowpainter.C:
2728         * tabular.C: adjust after text & InsetList changes.
2729
2730 2003-08-08  André Pönitz  <poenitz@gmx.net>
2731
2732         * text.C (insertChar, backspace): replace rowlist fiddling
2733         with rebreak of full par
2734
2735         * lyxtext.h:
2736         * text.C (breakAgainOneRow, redoHeightOfParagraph,
2737         checkParagraph, updateInset): removed
2738
2739 2003-08-07  André Pönitz  <poenitz@gmx.net>
2740
2741         * paragraph.C:
2742         * text3.C: merge some LFUN handlers, remove dead code
2743
2744 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2745
2746         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
2747
2748 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
2749
2750         * text2.C (DEPM): fix part of bug 1255 and 1256
2751
2752 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2753
2754         * BufferView_pimpl.C (workAreaDispatch): change to use
2755         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
2756         that are no mouse related.
2757
2758 2003-08-05  André Pönitz  <poenitz@gmx.net>
2759
2760         * BufferView.[Ch]:
2761         * BufferView_pimpl.[Ch]:
2762         * bufferview_funcs.C:
2763         * text2.C:
2764         * text3.C: rip out "deep update"
2765
2766         * textcursor.[Ch] (last_sel_cursor): remove unused member
2767
2768 2003-08-04  André Pönitz  <poenitz@gmx.net>
2769
2770         * BufferView.[Ch]:
2771         * BufferView_pimpl.[Ch]:
2772         * ParagraphParameters.C:
2773         * bufferview_funcs.C:
2774         * lyx_cb.C:
2775         * lyxfind.C:
2776         * lyxfunc.C:
2777         * text.C:
2778         * text2.C:
2779         * text3.C: replace "complicated" BufferView::update(...) calls with
2780         simpler ones.
2781
2782         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
2783
2784 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
2785
2786         * Makefile.am (lyx_SOURCES): add paper.h
2787
2788 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2789
2790         * Makefile.am: move things around so that both lyx-qt and
2791         lyx-xforms can be built (according to --with-frontend). Then lyx
2792         is a symbolic link to lyx-[firstfrontend]
2793
2794 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2795
2796         * Always use std::endl with lyxerr
2797
2798 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2799
2800         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
2801
2802 2003-08-01  André Pönitz  <poenitz@gmx.net>
2803
2804         * BufferView.[Ch]:
2805         * BufferView_pimpl.[Ch]:
2806         * lyxfunc.C:
2807         * text3.C: merge BufferView::repaint() and BufferView::update()
2808
2809 2003-08-01  José Matos  <jamatos@lyx.org>
2810
2811         * buffer.[Ch]: file_format is no longer a buffer data element.
2812
2813 2003-08-01  André Pönitz  <poenitz@gmx.net>
2814
2815         * BufferView.C:
2816         * lyxtext.h:
2817         * text.C:
2818         * text2.C: make redoParagraph more independent of current cursor
2819
2820         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
2821         * text.C:
2822         * text2.C: remove unneeded members
2823
2824 2003-07-30  André Pönitz  <poenitz@gmx.net>
2825
2826         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
2827
2828         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
2829           create a single function...
2830
2831         * paragraph_funcs.C (moveItem): ... here.
2832
2833         * text.C:
2834           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
2835
2836 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
2837
2838         * LColor.[Ch]: Add comment and greyedout logical colors.
2839
2840 2003-07-30  André Pönitz  <poenitz@gmx.net>
2841
2842         * tabular.C: don't use Assert too heavily. This crashes where it
2843           shouldn't
2844
2845 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
2846
2847         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
2848         is disabled (bug 1232)
2849
2850 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2851
2852         * factory.C: limited 'arg' scope
2853
2854 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2855
2856         * factory.C: fixed Note submenu issues
2857
2858 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2859
2860         * factory.C: submenu for Note/Comment/Greyedout
2861
2862 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
2863
2864         * lyx_main.C (LyX):
2865         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
2866
2867 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
2868
2869         * LaTeXFeatures.C:
2870         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
2871         greyedout. Patch provided by Jürgen Spitzmüller.
2872
2873 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2874
2875         * kbmap.C (read): fix error message when reading bind files
2876
2877 2003-07-29  Angus Leeming  <leeming@lyx.org>
2878
2879         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
2880         certainly does not do what it purports to do. I am doing it, and
2881         us, a favour by killing it.
2882
2883 2003-07-28  José Matos  <jamatos@lyx.org>
2884
2885         * buffer.C (readBody, do_writeFile):
2886         * paragraph.C(readParagraph): \end_document replaces \the_end.
2887
2888 2003-07-29  André Pönitz  <poenitz@gmx.net>
2889
2890         * BufferView.[Ch]:
2891         * BufferView_pimpl.[Ch]:
2892         * lyxfunc.C:
2893         * text2.C:
2894         * text3.C:
2895         * textcursor.[Ch]: remove toggleToggle & Co
2896
2897 2003-07-28  José Matos  <jamatos@fep.up.pt>
2898
2899         * buffer.C (readParagraph):
2900         * params_func (readParToken, readParagraph):
2901         * paragraph.C (write): \layout -> \begin_layout.
2902
2903 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2904
2905         * lyxlex_pimpl.C (setFile): clean up slightly.
2906
2907         * bufferparams.h: add compressed var
2908
2909         * buffer_funcs.C (readFile): adjust for LyXLex change
2910         (newFile): ditto + simplify
2911
2912         * buffer.C (writeFile): handle writing of compressed files
2913
2914         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
2915         Check if the file is compressed and set a bufferparm if so.
2916
2917         * Makefile.am (lyx_LDADD): remove explicit -lz
2918
2919 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2920
2921         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
2922         makeDocBookFile): put the real LyX version in the first line of
2923         the file
2924
2925         * version.h:
2926         * version.C.in: remove lyx_docversion
2927
2928         * tabular.C (write_attribute): add a template-based version to
2929         write enums properly
2930
2931 2003-07-28  André Pönitz  <poenitz@gmx.net>
2932
2933         * lyxtext.h:
2934         * text.C:
2935         * text2.C:
2936         * text3.C: use doubles again for x-coordinates. They are needed.
2937
2938 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2939
2940         * messages.C (getLocaleDir): use lyx_localedir()
2941
2942         * lyxlex_pimpl.C (setFile): compress stuff
2943
2944         * buffer.C (writeFile): add some compression stuff
2945         (do_writeFile): new func, dont call expliti close... will this
2946         breake anything?
2947
2948         * Makefile.am (lyx_LDADD): add -lz
2949
2950 2003-07-28  José Matos  <jamatos@fep.up.pt>
2951
2952         * buffer.C: increment file format.
2953         * paragraph_funcs (readParagraph, readParToken):
2954         * paragraph.C (readParagraph): add \end_layout.
2955
2956 2003-07-27  Angus Leeming  <leeming@lyx.org>
2957
2958         * Makefile.am: remove special casing for configure-time setting of
2959         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
2960
2961         * lyx_main.C (init): remove all Jean-Marc's magic setting of
2962         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
2963
2964 2003-07-26  André Pönitz  <poenitz@gmx.net>
2965
2966         * paragraph_func.[Ch]:
2967         * paragraph.C (realizeFont): inline it whereever it is used
2968
2969         * rowpainter.C:
2970         * text.C:
2971         * text2.C:
2972         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
2973
2974
2975 2003-07-26  André Pönitz  <poenitz@gmx.net>
2976
2977         *       lyxtext.h:
2978         * text.C:
2979         * text2.C: get rid of LyXText::need_break_row
2980
2981 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2982
2983         * toc.[Ch]: put namespace toc inside namespace lyx
2984
2985         * MenuBackend.C (expandToc2): adjust for lyx::toc
2986         (expandToc): ditto
2987
2988         * lyxfunc.C (dispatch): adjust for lyx::find
2989
2990         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
2991         lyx::find instead. Reorganize a bit.
2992         (LyXReplace): rename to replace
2993         (LyXFind): rename to find
2994
2995         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
2996         (dispatch): ditto
2997
2998 2003-07-26  André Pönitz  <poenitz@gmx.net>
2999
3000         * text.C (setHeightOfRow): restrict scope of temporary variable
3001
3002         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3003           code (never has been used?)
3004
3005 2003-07-27  Asger Alstrup  <alstrup@local>
3006
3007         * text.C (fill): Optimise algorithm to exploit that we can reuse
3008         the LyXFont for many characters.
3009         (setHeightOfRow): Same thing.
3010         (rowBreakPoint): Same thing.
3011
3012 2003-07-26  Asger Alstrup  <alstrup@local>
3013
3014         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3015
3016         * text.C (singleWidth): Spurious font copying in hot-spot
3017         singleWidth avoided. Reorder tests for arabic for efficiency.
3018
3019         * text.C (fill): handle empty paragraphs better.
3020
3021 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3022
3023         * ispell.C:
3024         * encoding.h: add includes
3025
3026         * lyxrc.C: remove reading of bind files
3027
3028         * lyx_main.C (init): setup bindings and menus only if we have a
3029         gui.
3030
3031         * kbmap.C (read): new method. Do the actual reading of bind
3032         files.
3033
3034         * converter.C (dvipdfm_options):
3035         * bufferparams.C:
3036         * lyxrc.C (read):
3037         (output): adapt PAPER_* enums.
3038
3039         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3040
3041         * bufferparams.h: remove paper-related enums from there
3042
3043         * paper.h: New file. A trivial header file to hold paper-related
3044         enums. It should later expand to contain many paper-related
3045         horrors access.
3046
3047         * lyxrc.C: declare extern displayTranslator
3048
3049 2003-07-27  José Matos  <jamatos@fep.up.pt>
3050
3051         * tabular.[Ch] (linuxdoc): add support for tables and figures
3052         (linuxdoc).
3053
3054 2003-07-27  José Matos  <jamatos@fep.up.pt>
3055
3056         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3057         consistency in both functions.
3058         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3059
3060 2003-07-26  Asger Alstrup  <alstrup@local>
3061
3062         * rowpainter.C (paintRows): Change algorithm to work directly on
3063         the insets rather than asking every character in the document
3064         whether its an inset.
3065
3066 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3067
3068         * buffer.C (openFileWrite): factorize some code
3069
3070 2003-07-26  Angus Leeming  <leeming@lyx.org>
3071
3072         * lyx_cb.C:
3073         * lyx_main.[Ch]: replace occurances of system_tempdir with
3074         os::getTmpDir().
3075
3076 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3077
3078         * rename Inset to InsetOld
3079
3080 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3081
3082         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3083         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3084         which I think is a bit clearer. EDIT is gone, since it was
3085         premature optimisation, and broken for mathed anyway.
3086         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3087         with cursor positioning in insets as well (math insets still do not
3088         work, but that's a different story anyway.) It mysteriously
3089         crashes sometimes with undo in the first paragraph, but I'm fairly
3090         confident that this is a compiler bug.
3091
3092 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3093
3094         * paragraph.C (Paragraph): adjust for new clone return type
3095         (operator==): ditto
3096         (copyIntoMinibuffer): ditto
3097
3098 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3099
3100         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3101         by not having a special case, and always doing a full rebreak of
3102         the document after undo.
3103
3104 2003-07-23  Angus Leeming  <leeming@lyx.org>
3105
3106         * factory.C (createInset): InsetExternal::setParams now takes a
3107         Buffer const * arg.
3108
3109 2003-07-23  Angus Leeming  <leeming@lyx.org>
3110
3111         * factory.C (createInset): changed interface to the external and
3112         graphics mailers' string2params functions.
3113
3114 2003-07-23  Angus Leeming  <leeming@lyx.org>
3115
3116         * factory.C (createInset): pass a
3117         Buffer const * parameter to InsetExternalMailer's string2params.
3118
3119 2003-07-22  John Levon  <levon@movementarian.org>
3120
3121         * Thesaurus.h: include the right aiksaurus header
3122
3123 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3124
3125         * MenuBackend.C (expand): check menu shortcuts unconditionally
3126
3127 2003-07-21  Angus Leeming  <leeming@lyx.org>
3128
3129         * factory.C (createInset): pass a
3130         buffer_path parameter to InsetGraphicsMailer's string2params.
3131
3132 2003-07-21  Angus Leeming  <leeming@lyx.org>
3133
3134         * BufferView_pimpl.C (buffer):
3135         * buffer.C (d-tor):
3136         * lyx_main.C (LyX):
3137         * lyxfunc.C (dispatch):
3138         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3139         rather than the grfx shortcut.
3140
3141 2003-07-21  André Pönitz  <poenitz@gmx.net>
3142
3143         * rowpainter.C: remove unused variables
3144
3145         * tabular_funcs.C:
3146         * tabular_funcs.h: move to tabular.C
3147         * Makefile.am: adjust
3148
3149         * tabular.[Ch]: basic optical cleaning
3150
3151         * author.h: pass references, not values
3152
3153 2003-07-18  André Pönitz  <poenitz@gmx.net>
3154
3155         * lyxtext.h:
3156         * metricsinfo.C:
3157         * metricsinfo.h:
3158         * rowpainter.C:
3159         * text.C:
3160         * text2.C:
3161         * text3.C: two-phase drawing for InsetText and InsetTabular
3162         some float -> int changes.
3163
3164 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3165
3166         * lyx_main.C: fix the fix
3167
3168 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3169
3170         * lyx_main.C: fix a crash in batch mode if no files specified
3171         * converter.C: ws
3172
3173 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3174
3175         * format.[Ch] (papersize): moved to BufferParams
3176         * converter.[Ch] (dvips_options): moved to BufferParams
3177         (dvipdfm_options): moved to anon namespace
3178         * bufferparams.[Ch]: added above functions.
3179
3180 2003-07-17  André Pönitz  <poenitz@gmx.net>
3181
3182         * lyxtext.h:
3183         * rowpainter.C:
3184         * text2.C: don't call inset->update() anymore
3185
3186         * metricsinfo.[Ch]: add convenience constructor
3187
3188 2003-07-16  André Pönitz  <poenitz@gmx.net>
3189
3190         * lyxcursor.[Ch]:
3191         * lyxfunc.[Ch]:
3192         * text.C:
3193         * text2.C: replace the LyXCursor::irow_ member with
3194          on-demand computation of the value
3195
3196 2003-07-16  John Levon  <levon@movementarian.org>
3197
3198         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3199
3200 2003-07-15  André Pönitz  <poenitz@gmx.net>
3201
3202         * text.C:
3203         * text2.C: remove no more needed refresh_row
3204
3205 2003-07-15  André Pönitz  <poenitz@gmx.net>
3206
3207         * lyxtext.h:
3208         * rowpainter.C:
3209         * text2.C:
3210         * text3.C: refresh_status tristate -> need_update bool
3211
3212 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3213
3214         * lyxtext.h (init): remove reinit argument (act as if always true)
3215         * text2.C: adjust to that
3216
3217 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3218
3219         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3220         * text3.C: use it to delete selections in some cases
3221         (bugs 441, 673, 702, 954).
3222
3223 2003-07-14  André Pönitz  <poenitz@gmx.net>
3224
3225         * rowpainter.[Ch]: reduce interface
3226
3227 2003-07-14  André Pönitz  <poenitz@gmx.net>
3228
3229         * BufferView_pimpl.C:
3230         * text2.C: adjust after removing unused BufferView * argument
3231
3232 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3233
3234         * text2.C (init): fix a crash fired on resize
3235
3236 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3237
3238         * buffer.[Ch]: added new closing signal
3239         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3240         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3241         BufferView::Pimpl via the closing the signal
3242
3243 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3244
3245         * buffer.[Ch]: take out all bv-related from buffer
3246         * BufferView.C:
3247         * BufferView_pimpl.[Ch]: connect to new signals
3248         * CutAndPaste.C: removed useless asserts
3249         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3250         * lyxvc.[Ch]:
3251         * vc-backend.[Ch]:
3252         * lyxfunc.C: moved view-related funciontality from vc here
3253         * paragraph.C: removed outdated comments
3254         * text.C: ws
3255
3256 2003-07-10  André Pönitz  <poenitz@gmx.net>
3257
3258         * BufferView_pimpl.C:
3259         * tabular.h:
3260         * tabular_funcs.C:
3261         * text.C:
3262         * text2.C: remove InsetText::InnerCache, clean up consequences
3263
3264 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3265
3266         * ispell.C: fix two typos in error messages
3267
3268 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3269
3270         * Extend Note inset to other forms of annotation like Comment
3271         and Greyedout. Right button click gives dialog.
3272
3273         Files modified or added (+):
3274
3275         * insetnote.[Ch]
3276         * FormNote.[Ch]      +
3277         * ControlNote.[Ch]   +
3278         * form_note.fd       +
3279         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3280         frontends/controllers
3281         * xforms/Dialogs.C
3282         * factory.C
3283
3284 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3285
3286         * aspell.C: add missing namespace lyx::support
3287
3288 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3289
3290         * BufferView.[Ch] (newFile): Add
3291         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3292         * LaTeX.[Ch] (message): added this signal and use it
3293         * buffer.[Ch] (busy, message): added these signals and use them
3294         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3295         * converter.C:
3296         * exporter.C:
3297         * format.C:
3298         * importer.C: use buffer signals instead of direct bv calling
3299         * lyx_cb.[Ch] (ShowMessage): removed
3300         * lyx_main.C:
3301         * lyxfunc.C:
3302         * paragraph_funcs.C:
3303         * text2.C: use buffer signals
3304
3305 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3306
3307         * introduce namespace lyx::graphics
3308
3309 2003-07-02  André Pönitz  <poenitz@gmx.net>
3310
3311         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3312
3313 2003-07-01  André Pönitz  <poenitz@gmx.net>
3314
3315         * text.C:
3316         * text2.C:
3317         * text3.C:
3318         * text_funcs.[Ch]:
3319         * textcursor.h:
3320         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3321           text*.C to text_func.C
3322
3323 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3324
3325         * introduce namespace lyx::support
3326
3327 2003-06-30  André Pönitz  <poenitz@gmx.net>
3328
3329         * Chktex.C:
3330         * funcrequest.C:
3331         * lyxtext.h:
3332         * text.C: re-enable --with-included-string
3333
3334 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3335
3336         * textcursor.C: add <config.h>
3337
3338         * text.C (getWord): remove const from word_location arg
3339
3340         * lyxvc.C (getLogFile): fix const type order
3341
3342         * lyxtext.h: remove const from word_location arg, add arg name
3343
3344         * lyxlayout.h: currect type on labeltype.
3345
3346         * importer.C: correct \file
3347
3348         * converter.C (intToFormat): use std:: on ret val, ws changes
3349
3350         * bufferlist.h: correct \file
3351
3352         * buffer.C (makeLinuxDocFile): fix const type order
3353         (makeDocBookFile): ditto
3354         (fillWithBibKeys): use std:: on stdlib args.
3355
3356         * CutAndPaste.C: fix authors.
3357         (availableSelections): use std:: on return vector
3358
3359 2003-06-27  André Pönitz  <poenitz@gmx.net>
3360
3361         * BufferView_pimpl.C:
3362         * bufferview_funcs.C:
3363         * lyxcursor.C:
3364         * lyxcursor.h:
3365         * lyxfunc.C:
3366         * lyxtext.h:
3367         * rowpainter.C:
3368         * text.C:
3369         * text2.C:
3370         * text3.C: remove LyXCursor::row_ member
3371
3372         * lyxtext.h:
3373         * text.C: rename fullRebreak() to partialRebreak() and implement
3374           a fullRebreak() that really bereks fully
3375
3376         * textcursor.h: new struct for cursor-related data
3377
3378 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
3379
3380         * lyx_main.C (LyX): get full path of document loaded on the
3381         command line
3382
3383 2003-06-26  André Pönitz  <poenitz@gmx.net>
3384
3385         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
3386           remove unused/broken operator>,<,>=.
3387
3388         *       text.C: remove only use of broken operator<= in an Assert().
3389
3390 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3391
3392         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
3393         moved errorlist_.clear to showErrorList
3394
3395 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3396
3397         * converter.C (scanLog, runLaTeX):
3398         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
3399         move the bv->showErrorList call to the callers
3400         * lyxfunc.C: i.e. here...
3401         * text2.C: and here
3402         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
3403         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
3404         namespace, the second to...
3405         * buffer_funcs (BufferFormat, parseErrors): added
3406         * errorlist.C (ErrorList(TeXErrors const &)): removed
3407
3408 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3409
3410         * ToolbarBackend.C (getIcon): complain when icon cannot be found
3411
3412 2003-06-24  "Garst R. Reese" <reese@isn.net>
3413
3414         * debug.C: fix typo
3415
3416 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3417
3418         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
3419
3420         * version.C.in: change docversion to 1.4
3421
3422 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
3423
3424         * buffer.C: fix a bug just introduced
3425
3426 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
3427
3428         * buffer.[Ch]: added the parseError signal and use it, removed
3429         sgmlError
3430         * BufferView.[Ch] (addError): moved to ...
3431         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
3432         to the Buffer::parseError signal to catch (guess what) parse errors
3433         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
3434
3435 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
3436
3437         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
3438         ability to create a buffer and to return an existing one from
3439         the list. Moved these functions to...
3440         * buffer_funcs.[Ch]: added
3441         * BufferView.[Ch] (loadLyXFile): added
3442         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
3443         job removed from bufferlist::loadLyXFile.
3444         * buffer.C (setReadOnly): make it work without view
3445         (i.e added an if (users))
3446
3447 2003-06-19  Angus Leeming  <leeming@lyx.org>
3448
3449         * lfuns.h:
3450         * LyXAction.C (init):
3451         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
3452         with LFUN_DIALOG_SHOW <name> <data>.
3453
3454 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3455
3456         * CutAndPaste.C (availableSelections): small compilation fix for
3457         ancient (gcc 2.9x) compilers
3458
3459 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
3460
3461         * text3.C (cursorNext): add tmp var
3462
3463         * text2.C (updateCounters): for function calling out of for clause
3464         (replaceSelectionWithString): ditto
3465         (insertStringAsParagraphs): ditto
3466         (getColumnNearX): add tmp var
3467         (setCursorFromCoordinates): add tmp var
3468         (cursorDownParagraph): add tmp var
3469         (deleteEmptyParagraphMechanism): add tmp var
3470
3471         * text.C (insertChar): add tmp var
3472
3473         * rowpainter.C (paintDepthBar): add tmp var
3474
3475         * CutAndPaste.C (availableSelections): potentially check all
3476         paragraphs in a cut to fill the shown strings.
3477
3478 2003-06-18  André Pönitz  <poenitz@gmx.net>
3479
3480         * kbmap.[Ch]: use vector<> instead of list<>
3481
3482 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3483
3484         * text3.C (dispatch): handle arg to LFUN_PASTE, call
3485         pasteSelection with index
3486
3487         * text2.C (pasteSelection): modify, call pasteSelection with index
3488
3489         * paragraph.C (asString): reimplement version with no interval to
3490         call the one with interval.
3491
3492         * lyxtext.h: add index arg to pasteSelection
3493
3494         * MenuBackend.C (MenuItem): handle PasteRecent
3495         (Menu::read::Menutags): add md_pasterecent
3496         (read): handle it
3497         (expandPasteRecent): new function
3498         (expand): use it
3499
3500         * MenuBackend.h: add PasteRecent to MenuItem::Kind
3501
3502         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
3503         the limited stack
3504         (availableSelections): new function
3505
3506 2003-06-17  Angus Leeming  <leeming@lyx.org>
3507
3508         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
3509
3510 2003-06-17  Angus Leeming  <leeming@lyx.org>
3511
3512         * lfuns.h:
3513         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
3514
3515         * lyxfunc.C (dispatch): invoke it.
3516
3517 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3518
3519         * iterators.C (operator++, ParPosition): reintroduce some
3520         const_cast for the benefit of older compilers.
3521
3522 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3523
3524         * text3.C (dispatch): do not modify clipboard when doing
3525         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
3526         LFUN_DELETE_SKIP on a selection selection
3527
3528 2003-06-16  André Pönitz  <poenitz@gmx.net>
3529
3530         * BufferView.C:
3531         * buffer.C:
3532         * buffer.h:
3533         * paragraph.C:
3534         * tabular.[Ch]: IU of clone() and getLabelList();
3535
3536 2003-06-13  André Pönitz  <poenitz@gmx.net>
3537
3538         * tabular.h: compactification
3539
3540 2003-06-12  André Pönitz  <poenitz@gmx.net>
3541
3542         * tabular.C:
3543         * tabular.h:
3544         * tabular_funcs.h: some renaming plus whitespace
3545
3546 2003-06-12  André Pönitz  <poenitz@gmx.net>
3547
3548         * BufferView.C:
3549         * BufferView_pimpl.C:
3550         * CutAndPaste.C:
3551         * buffer.C:
3552         * iterators.[Ch]:
3553         * lyxfunc.C:
3554         * text.C:
3555         * toc.C: Return a Paragraph & for ParIterator::operator*()
3556
3557 2003-06-11  John Levon  <levon@movementarian.org>
3558
3559         * lyx_main.C:
3560         * ToolbarBackend.h:
3561         * ToolbarBackend.C: add "Toolbars" section and
3562         put the flags there
3563
3564 2003-06-10  Angus Leeming  <leeming@lyx.org>
3565
3566         * lfuns.h:
3567         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
3568
3569         * lyxfunc.C (dispatch): invoke it.
3570
3571 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3572
3573         * main.C: protect <ios> with HAVE_IOS
3574         (main): protect sync_with_stdio with HAVE_IOS
3575
3576 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3577
3578         * text2.C (cutSelection): adjust
3579         (pasteSelection): adjust
3580
3581         * messages.C: handle get of empty string
3582
3583         * main.C (main): use sync_with_stdio(false)
3584
3585         * lyxfunc.C (dispatch): adjust
3586
3587         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
3588         (WriteAs): remove unneeded BufferView arg.
3589
3590         * bufferparams.h: use correct types on papersize, papersize2 and
3591         paperpackage.
3592
3593         * bufferparams.C (readToken): adjust for type
3594         (writeLaTeX): add missing cases to switch.
3595
3596         * bufferlist.C (quitWriteBuffer): adjust
3597         (close): adjust
3598
3599         * buffer.C (asciiParagraph): remove some commented code.
3600
3601         * CutAndPaste.C: remove current_view extern variable.
3602         (cutSelection): add BufferParams arg.
3603         (eraseSelection): add BufferParams arg.
3604         (pasteSelection): add Buffer const & arg
3605
3606 2003-06-07  John Levon  <levon@movementarian.org>
3607
3608         * buffer.C:
3609         * paragraph_funcs.C:
3610         * paragraph_pimpl.C:
3611         * text.C:
3612         * text2.C:
3613         * paragraph.h:
3614         * paragraph.C: allow InsetERT to freely space lines,
3615         and some consolidation of code
3616
3617 2003-06-06  José Matos  <jamatos@fep.up.pt>
3618
3619         * buffer.C (makeDocBookFile): fix bug #821
3620
3621 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
3622
3623         * BufferView_pimpl.C (dispatch): use Dialogs::visible
3624
3625 2003-06-04  Angus Leeming  <leeming@lyx.org>
3626
3627         * buffer.C: bump format to 224.
3628
3629 2003-06-05  André Pönitz  <poenitz@gmx.net>
3630
3631         * text2.C (redoParagraphs): remove two const_cast<>
3632
3633 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3634
3635         * ParagraphList.h: remove last remnants of NO_STD_LIST
3636
3637 2003-06-03  Angus Leeming  <leeming@lyx.org>
3638
3639         * factory.C (createInset): small change to the way InsetExternal's params
3640         are set.
3641
3642 2003-06-04  André Pönitz  <poenitz@gmx.net>
3643
3644         * buffer.h: use Undo directly instead of shared_ptr<Undo>
3645
3646         * paragraph_pimpl.h:
3647         * paragraph.[Ch]: some Inset -> UpdatableInset changes
3648
3649         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
3650
3651         * undo_funcs.C: make some simple cases of undo work again
3652
3653 2003-06-03  John Levon  <levon@movementarian.org>
3654
3655         * ispell.C: HPUX doesn't have sys/select.h
3656         (from Albert Chin)
3657
3658 2003-06-03  John Levon  <levon@movementarian.org>
3659
3660         * CutAndPaste.C: update tabular and include inset
3661         buffer references
3662
3663         * buffer.h:
3664         * paragraph.h:
3665         * paragraph.C: remove owningBuffer(), don't pass Buffer
3666         to clone()
3667
3668         * factory.C: insetGraphicsParams changed
3669
3670 2003-06-02  John Levon  <levon@movementarian.org>
3671
3672         * LyXAction.C:
3673         * factory.C:
3674         * lfuns.h:
3675         * lyxfunc.C:
3676         * text3.C: remove insetparent
3677
3678 2003-06-02  John Levon  <levon@movementarian.org>
3679
3680         * buffer.h:
3681         * buffer.C: fix inset_iterator.end(), move out of line
3682         (bug 1149)
3683
3684 2003-06-01  John Levon  <levon@movementarian.org>
3685
3686         * text3.C: use a proper cut/paste when doing inset
3687         insert (from Jürgen Spitzmüller)
3688
3689 2003-06-01  John Levon  <levon@movementarian.org>
3690
3691         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
3692
3693 2003-05-30  André Pönitz  <poenitz@gmx.net>
3694
3695         * rowpainter.C: unify second drawing phase
3696
3697 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3698
3699         * trans_mgr.C: remove one case of current_view
3700
3701         * text2.C (cursorBottom): delete NO_STD_LIST stuff
3702
3703         * paragraph_funcs.h: remove paragraph.h include
3704
3705         * paragraph.h: delete NO_STD_LIST stuff
3706
3707         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
3708
3709         * buffer.h: remove paragraph.h include
3710
3711         * ParagraphList.C: delete file
3712
3713         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
3714
3715         * toc.C (getTocList): adjust
3716
3717         * paragraph_pimpl.C (validate): adjust
3718
3719         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
3720
3721         * paragraph.C (Paragraph): adjust
3722         (getPositionOfInset): use const_iterator, adjust
3723         (bibitem): use const_iterator, adjust
3724         (setInsetOwner): adjust
3725
3726         * iterators.C (operator++): adjust
3727
3728         * InsetList.[Ch]: Replace selfmade iterator with standard
3729         vector::iterator also introduce const_iterator. Remove getPos,
3730         getInset and setInset from InsetTable. Adjust accordingly.
3731
3732         * BufferView.C (lockInset): adjust
3733         (ChangeInsets): adjust
3734
3735         * tabular.[Ch]: delete commented same_id functions
3736
3737 2003-05-28  John Levon  <levon@movementarian.org>
3738
3739         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
3740
3741 2003-05-28  André Pönitz  <poenitz@gmx.net>
3742
3743         * metricsinfo.[Ch]: remove 'fullredraw' member
3744
3745 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3746
3747         * lyxtextclass.C (operator): remove caching.
3748
3749 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3750
3751         * text3.C: adjust
3752
3753         * text2.C (cursorBottom): adjust
3754         (setCounter): use ParagraphList::find, adjust
3755
3756         * text.C (workWidth): use ParagraphList::find, adjust
3757
3758         * lyxcursor.C (LyXCursor): adjust
3759
3760         * buffer.C (inset_iterator): adjust
3761
3762         * ParagraphList.h: make iterator(value_type) private, make
3763         ParagraphList a friend of iterator.
3764
3765         * ParagraphList.C (find): new function
3766
3767         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3768
3769 2003-05-27  André Pönitz  <poenitz@gmx.net>
3770
3771         * dimension.[Ch]: a -> asc, d -> des, w -> wid
3772
3773 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3774
3775         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
3776
3777 2003-05-26  John Levon  <levon@movementarian.org>
3778
3779         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
3780
3781 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3782
3783         * remove same_id from function signatures, adjust.
3784
3785 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3786
3787         * undo_funcs.C (createUndo): use the id functions directly, adjust.
3788
3789         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
3790
3791         * paragraph.C (Paragraph): get rid of same_ids parameter
3792
3793         * ParagraphList.C (insert): adjust
3794         (push_back): adjust
3795
3796 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3797
3798         * paragraph_funcs.C (breakParagraph): adjust
3799         (breakParagraphConservative): adjust
3800
3801         * buffer.C (readParagraph): adjust
3802
3803         * ParagraphList.C (insert): take a reference instead of a pointer
3804         (insert): adjust
3805
3806         * paragraph.[Ch] (id): new function
3807
3808         * bufferlist.C (newFile): adjust
3809
3810         * ParagraphList.C (ParagraphList): adjust
3811         (assign): adjust
3812         (push_back): take a reference instead of a pointer.
3813
3814         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
3815
3816         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
3817         instead.
3818
3819         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
3820         set else use old code.
3821
3822         * ParagraphList.C: remove all NO_NEXT code and only compile this
3823         code of NO_STD_LIST is set.
3824
3825 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3826
3827         * BufferView_pimpl.C:
3828         * TextCache.C:
3829         * TextCache.h:
3830         * bufferlist.C:
3831         * errorlist.h:
3832         * format.C:
3833         * format.h:
3834         * graph.C:
3835         * lyxfunc.C:
3836         * lyxrc.C:
3837         * graphics/GraphicsConverter.C:
3838         * graphics/PreviewLoader.C: header adjustment
3839
3840 2003-05-23  Angus Leeming  <leeming@lyx.org>
3841
3842         * LaTeXFeatures.[Ch] (useBabel): new method.
3843         * bufferparams.C (writeLaTeX): use it.
3844
3845 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3846
3847         * ParagraphList.h (set): remove unused function.
3848
3849 2003-05-23  André Pönitz  <poenitz@gmx.net>
3850
3851         * BufferView.C:
3852         * BufferView_pimpl.C:
3853         * buffer.C:
3854         * buffer.h:
3855         * lyxfunc.C:
3856         * undo_funcs.C: setUndo reworked
3857
3858         * iterators.[Ch]: add access to topmost ParagraphList
3859
3860         * lyxtext.[Ch] (workWidth): add a const
3861
3862 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3863
3864         * texrow.[Ch] (increasePos): remove function
3865         * exporter.C (export): removed unused var and outdated comment
3866
3867 2003-05-23  Angus Leeming  <leeming@lyx.org>
3868
3869         * latexrunparams.h: rename fragile as moving_arg.
3870         * paragraph.C (simpleTeXOnePar): ditto.
3871         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
3872
3873 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3874
3875         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
3876         (createUndo): ditto
3877         (textUndoOrRedo): comment out a currently unused var.
3878
3879         * paragraph.h (NO_NEXT): enable NO_NEXT
3880
3881         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
3882
3883         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
3884
3885         * exporter.C (Export): adjust for removeAutoInsets removal.
3886
3887         * buffer.C (runChktex): adjust for removeAutoInsets removal.
3888
3889         * LyXAction.C (init): remove LFUN_REMOVEERRORS
3890
3891         * BufferView.[Ch] (removeAutoInsets): delete function
3892
3893 2003-05-22  Angus Leeming  <leeming@lyx.org>
3894
3895         * latexrunparams.h: add a free_spacing variable.
3896
3897         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
3898         to pass moving_arg, as the data is stored in runparams.fragile.
3899
3900         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
3901         to Inset::latexOptional or to simpleTeXOnePar.
3902
3903         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
3904         free_spacing arg to Inset::latexOptional.
3905
3906         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3907         free_spacing arg.
3908
3909 2003-05-22  Angus Leeming  <leeming@lyx.org>
3910
3911         * latexrunparams.h: add fragile and use_babel variables.
3912
3913         * bufferparams.[Ch] (writeLaTeX): return use_babel.
3914         * buffer.C (makeLaTeXFile): store this returned value in
3915         runparams.use_babel, thus passing it to the inset::latex methods.
3916
3917         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
3918         simpleTeXSpecialChars as it is now stored in runparams.fragile.
3919
3920         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
3921         longer has a fragile arg, as it is stored in runparams.fragile.
3922
3923         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
3924         moving_arg parameter as the data is stored in runparams.fragile.
3925
3926         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3927         a fragile parameter as the data is stored in runparams.fragile.
3928
3929 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3930
3931         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
3932
3933 2003-05-22  Angus Leeming  <leeming@lyx.org>
3934
3935         * latexrunparams.h: add a 'bool nice' which defaults to false.
3936
3937         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
3938         now encapsulated within runparams.
3939
3940         * bufferlist.C (updateIncludedTeXfiles):
3941         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
3942
3943 2003-05-22  Angus Leeming  <leeming@lyx.org>
3944
3945         * latexrunparams.h: new file containing struct LatexRunParams.
3946         * Makefile.am: add new file.
3947
3948         * LaTeX.[Ch] (c-tor, run):
3949         * buffer.[Ch] (makeLaTeXFile):
3950         * bufferlist.[Ch] (updateIncludedTeXfiles):
3951         * converter.C (convert, scanLog):
3952         * converter.[Ch] (runLaTeX):
3953         * exporter.C (Export):
3954         * paragraph.[Ch] (simpleTeXOnePar):
3955         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
3956         * paragraph_funcs.[Ch] (latexParagraphs):
3957         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
3958         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
3959         pass around a LatexRunParams parameter.
3960
3961 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3962
3963         * paragraph.[Ch]: remove unused constructor
3964
3965         * ParagraphList.C (erase): new function, taking two iterators
3966
3967 2003-05-22  André Pönitz  <poenitz@gmx.net>
3968
3969         * undo_funcs.C: remove duplicated code
3970
3971         * iterator.[Ch]: operator=
3972
3973 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3974
3975         * tabular.C (SetMultiColumn): ws changes
3976
3977         * rowpainter.C (paintFirst): get rid of a ->previous
3978
3979         * lyx_cb.C (getPossibleLabel): parlist simplification
3980
3981         * BufferView.C (ChangeInsets): simplify slightly.
3982
3983 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3984
3985         * LyXAction.C: new lfun space-insert, kill protected-space-insert
3986         * lfuns.h: new LFUN_SPACE
3987         * lyxfunc.C: protected space has a new lfun
3988         * paragraph_funcs.C: read new space insets
3989         * text3.C:
3990         * factory.C: handle new space insets
3991
3992 2003-05-22  André Pönitz  <poenitz@gmx.net>
3993
3994         * BufferView.C:
3995         * BufferView_pimpl.C:
3996         * buffer.[Ch]:
3997         * lyxfunc.C:
3998         * undo_funcs.C: return a ParIterator from getParFromID.
3999
4000         * iterators.[Ch]: add two const's
4001
4002 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4003
4004         * toc.C (getTocList): adjust
4005
4006         * iterators.[Ch]: rework for parlist
4007
4008         * buffer.C (par_iterator_begin): adjust
4009         (par_iterator_end): adjust
4010
4011         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4012
4013         * BufferView.C (removeAutoInsets): adjust
4014         (ChangeInsets): adjust
4015
4016 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4017
4018         * text.C (top_y): fix bug 1110
4019
4020 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4021
4022         * errorlist.[Ch]: added
4023         * buffer.C:
4024         * BufferView.[Ch]:
4025         * BufferView_pimpl.C:
4026         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4027         instead
4028
4029 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4030
4031         * Makefile.am: ensure that lyx is relinked upon changes to the
4032         various "convenience" libs.
4033
4034 2003-05-20  Angus Leeming  <leeming@lyx.org>
4035
4036         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4037         files are compiled in alphabetical order again.
4038
4039         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4040
4041 2003-05-19  Angus Leeming  <leeming@lyx.org>
4042
4043         * gettext.[Ch]: remove "char const * _(char const *)".
4044
4045 2003-05-19  André Pönitz  <poenitz@gmx.net>
4046
4047         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4048
4049         * Makefile.am:
4050         * BufferView.C:
4051         * DepTable.h:
4052         * LaTeXFeatures.C:
4053         * buffer.C:
4054         * lyxfont.C:
4055         * lyxlex.h:
4056         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4057
4058 2003-05-19  André Pönitz  <poenitz@gmx.net>
4059
4060         * buffer.C:
4061         * lyxlayout.[Ch]:
4062         * lyxtextclass.[Ch]:
4063         * paragraph.C:
4064         * paragraph_funcs.[Ch]:
4065         * text2.C:
4066         * text3.C: more insetenv work
4067
4068 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4069
4070         * ParagraphParameters.C (params2string): small bug fixed
4071
4072 2003-05-16  André Pönitz  <poenitz@gmx.net>
4073
4074         * debug.C:
4075         * bufferview_funcs.C: patch from Kornel Benko to prevent
4076           crash when _(...) is called twice in a statement
4077
4078 2003-05-16  André Pönitz  <poenitz@gmx.net>
4079
4080         * BufferView.C:
4081         * lyxfunc.C:
4082         * text.C:
4083         * text2.C:
4084         * text3.C:
4085         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4086
4087 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4088
4089         * lyx_main.C (init): remove spurious static_cast
4090
4091 2003-05-14  André Pönitz  <poenitz@gmx.net>
4092
4093         * BufferView.C: fix format string
4094
4095 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4096
4097         * BufferView.[Ch] (insertErrors): removed
4098         * BufferView.[Ch] (showErrorList): added
4099         * buffer.C (runChkTeX):
4100         * converter.C (scanLog): call showErrorList instead of inserterrors
4101
4102 2003-05-13  André Pönitz  <poenitz@gmx.net>
4103
4104         * BufferView_pimpl.C:
4105         * buffer.C:
4106         * bufferview_func.C:
4107         * MenuBackend.C:
4108         * lyxfunc.C:
4109         * lyxrc.C:
4110         * tex-accent.C:
4111         * text3.C:
4112         * toc.C:
4113         * tabular_funcs.h: tostr() from its own header
4114
4115         * ParagraphParameters.C:
4116         * ToolbarBackend.C:
4117         * bufferparams.C:
4118         * format.C:
4119         * lyxlex_pimpl.C:
4120         * text3.C: STRCONV()
4121
4122 2003-05-12  André Pönitz  <poenitz@gmx.net>
4123
4124         * BufferView.C:
4125         * BufferView_pimpl.C:
4126         * CutAndPaste.C:
4127         * LaTeX.C:
4128         * LaTeXFeatures.C:
4129         * ParagraphParameters.C:
4130         * buffer.C:
4131         * bufferlist.C:
4132         * bufferparams.C:
4133         * bufferview_funcs.C:
4134         * converter.C:
4135         * counters.C:
4136         * debug.C:
4137         * exporter.C:
4138         * format.C:
4139         * importer.C:
4140         * lyx_cb.C:
4141         * lyx_main.C:
4142         * lyxfont.C:
4143         * lyxfunc.C:
4144         * lyxvc.C:
4145         * paragraph.C:
4146         * paragraph_funcs.C:
4147         * tabular.C:
4148         * tabular_funcs.C:
4149         * text2.C:
4150         * text3.C:  boost::format -> bformat  all over the place
4151
4152
4153 2003-05-09  André Pönitz  <poenitz@gmx.net>
4154
4155         * LColor.[Ch]: Pimpl the #include <map> away
4156
4157 2003-05-09  John Levon  <levon@movementarian.org>
4158
4159         * bufferlist.C: never remove emergency saves
4160
4161 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4162
4163         * Makefile.am: better lib building
4164
4165 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4166
4167         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4168         instead.
4169         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4170         (simpleTeXSpecialChars): adjust
4171         (simpleTeXSpecialChars): adjust
4172         * paragraph.C (simpleTeXOnePar): adjust
4173         * buffer.C (makeLaTeXFile): adjust
4174
4175         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4176
4177         * text2.C (changeDepth): parlist cleanup
4178         (getColumnNearX): ditto
4179
4180         * rowpainter.C (getLabelFont): parlist cleanup
4181
4182         * bufferlist.C (newFile): parlist cleanup
4183
4184         * CutAndPaste.C (eraseSelection): parlist cleanup
4185
4186         * BufferView_pimpl.C (trackChanges): parlist cleanup
4187         (dispatch): ditto
4188
4189         * BufferView.C (lockInset): parlist cleanup.
4190         (ChangeInsets): ditto
4191
4192 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4193
4194         * CutAndPaste.h: Update file header.
4195
4196         * CutAndPaste.C: Update file header.
4197         Store the parts cut out of the Document in a limited_stack.
4198         (copySelection): adjust
4199         (pasteSelection): new function, takes the index in the limited stack.
4200         (nrOfParagraphs): adjust
4201         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4202         simplify error inset insertion.
4203         (checkPastePossible): adjust
4204
4205 2003-05-06  John Levon  <levon@movementarian.org>
4206
4207         * text2.C: don't cast wrap inset to float
4208
4209 2003-05-05  André Pönitz  <poenitz@gmx.net>
4210
4211         * iterator.C:
4212         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4213
4214         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4215           few naked Paragraph *.
4216
4217 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4218
4219         * bufferparams.C: Output warning if a document with missing
4220         TeX document class is loaded
4221         * exporter.C: Disable TeX exports if the document class is missing
4222         * lyxtextclass.C:
4223         * lyxtextclass.h:
4224         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4225         isTeXClassAvailable()
4226
4227 2003-05-03  John Levon  <levon@movementarian.org>
4228
4229         * BufferView.h:
4230         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4231         explicit cursor show/hide
4232
4233         * BufferView_pimpl.h:
4234         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4235         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4236
4237         * lyxfunc.C: hide cursor before dispatching.
4238
4239         * lyx_cb.C:
4240         * lyxfind.C:
4241         * text.C:
4242         * text3.C: remove explicit cursor hides
4243
4244 2003-05-02  André Pönitz  <poenitz@gmx.net>
4245
4246         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4247
4248         * undo_funcs.C:
4249         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4250           linked lists
4251
4252         * text2.C: tiny whitespace
4253
4254 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4255
4256         * undo_funcs.C: almost only ws changes.
4257
4258         * ParagraphList.C (splice): just return if pl is empty.
4259
4260 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4261
4262         * ParagraphList.C (splice): new function.
4263
4264         * CutAndPaste.C (pasteSelection): use it
4265
4266 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4267
4268         * CutAndPaste.C (pasteSelection): remove the last next and
4269         previous from this file.
4270
4271 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4272
4273         * CutAndPaste.C (pasteSelection): more clean up, user proper
4274         ParagraphList functions for pasteing.
4275
4276         * ParagraphList.C (insert): new function, three arg insert
4277
4278 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4279
4280         * ParagraphList.C (insert): new function, three arg insert
4281
4282         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4283         not on paragraphs.
4284
4285 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4286
4287         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4288
4289 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4290
4291         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4292
4293 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4294
4295         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4296         (copySelection): clean up a bit.
4297         (pasteSelection): use make_pair
4298
4299         * ParagraphList.C (ParagraphList): implement copy constructor
4300         (operator=): implement, base on copy constructor.
4301         (assign): new func
4302
4303         * paragraph.C (erase): return a bool
4304
4305         * paragraph_pimpl.C (erasePos): remove function, move contents...
4306         (erase): ... here. Return a bool.
4307         (erase): call erase instead of erasePos.
4308
4309 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4310
4311         * ParagraphList.h: define PitPosPair
4312         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4313         ParagraphList, fix a bug on pasting multiple pars
4314         * text2.C: change interface to C&P
4315
4316 2003-04-30  André Pönitz  <poenitz@gmx.net>
4317
4318         * undo_func.C: revert part of yesterday's patch 2
4319
4320 2003-04-30  John Levon  <levon@movementarian.org>
4321
4322         * LColor.C: s/tabular/table/
4323
4324 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4325
4326         * text3.C (dispatch): do not convert iterator -> pointer
4327         * undo_funcs.C (setCursorParUndo): ditto
4328         * text_funcs.C (transposeChars): ditto
4329
4330         * text2.C (setLayout): ws changes only
4331
4332         * text.C (breakParagraph): do not convert iterator -> pointer
4333         (insertChar): ditto
4334         (acceptChange): ditto
4335         (rejectChange): ditto
4336         (changeCase): ditto
4337         (Delete): ditto
4338         (backspace): ditto
4339
4340         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4341         pointer
4342
4343 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4344
4345         * text3.C (gotoInset): YABG (yet another bad getChar)
4346
4347 2003-04-29  André Pönitz  <poenitz@gmx.net>
4348
4349         * paragraph.h: make operator= private unimplemented as long as
4350           it is unusable
4351
4352         * ParagraphList.C: whitespace
4353
4354         * paragraph.[Ch]:
4355         * paragraph_pimpl.[Ch]:
4356         * paragraph_funcs.C:
4357         * CutAndPaste.C:
4358         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
4359
4360         * text2.C:
4361           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
4362
4363 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4364
4365         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
4366         * paragraph.[Ch] (erase):
4367         * paragraph_pimpl.[Ch] (erase): change return type and value
4368         * text2.C (cutSelection): some rework
4369
4370 2003-04-28  John Levon  <levon@movementarian.org>
4371
4372         * bufferlist.C: changes for unsaved changes dialog
4373
4374 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4375
4376         * bufferlist.C (newFile): set language (messages_) for new
4377         documents also.
4378
4379         * buffer.C (readFile): ws changes only.
4380
4381 2003-04-28  André Pönitz  <poenitz@gmx.net>
4382
4383         * undo_funcs.C:
4384         * lyxfunc.C:
4385         * buffer.[Ch]:
4386         * BufferView_pimpl.C:
4387         * BufferView.C: getParFromID related ParagraphList::iterator changes
4388
4389 2003-04-28  André Pönitz  <poenitz@gmx.net>
4390
4391         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
4392           Changes
4393
4394 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4395
4396         * messages.C: remove one more localedir class variable.
4397
4398 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4399
4400         * messages.C (getLocaleDir): singleton generation function
4401         (Pimpl): use it.
4402         (Messages): add a default constructor.
4403
4404         * main.C (main): do not setup localedir here, do not call
4405         gettext_init.
4406
4407         * gettext.C (_): use it.
4408         (gettext_init): delete funciton
4409
4410 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4411
4412         * gettext.C (getLyXMessages): new singleton generating function.
4413
4414         * buffer.C (updateDocLang): adjust
4415
4416         * Makefile.am (messages.o): add target
4417         (main.o): remove target
4418
4419 2003-04-27  John Levon  <levon@movementarian.org>
4420
4421         * bufferlist.C:
4422         * lyx_cb.C:
4423         * lyxfunc.C:
4424         * lyxvc.C: specify cancel button in Alert::prompt
4425
4426 2003-04-26  John Levon  <levon@movementarian.org>
4427
4428         * text3.C:
4429         * lyxfunc.C:
4430         * lfuns.h:
4431         * LyXAction.C: add LFUN_INSET_SETTINGS
4432
4433         * lyxfunc.C: don't enable tabular-feature when there's
4434         just any locking inset
4435
4436 2003-04-26  John Levon  <levon@movementarian.org>
4437
4438         * bufferlist.C: re-add Cancel to buffer close question
4439
4440         * lyxfunc.C: fix import UI a bit
4441
4442 2003-04-25  John Levon  <levon@movementarian.org>
4443
4444         * gettext.C: remove the broken asserts for now
4445
4446 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4447
4448         * messages.C: make case where setlocale cannot comply work better.
4449
4450         * buffer.C (updateDocLang): new function
4451         (changeLanguage): use it
4452         (readFile): use it
4453
4454         * text2.C (setCounter): use B_ a bit.
4455
4456         * lyxlayout.C (Read): be sure to trim the label strings.
4457
4458         * messages.C (Messages): fix typo in comment
4459
4460         * buffer.C (readFile): set message_ after file is loaded.
4461         (makeDocBookFile): remove double return
4462         (changeLanguage): reset message_ upon language change.
4463         (B_): new func, use this to get translated buffer strings.
4464
4465         * main.C: add myself and Jean Marc as authors.
4466
4467 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4468
4469         * messages.[hC]: pimplify Messages, and three different pimpls to be
4470         used in different circumstances.
4471
4472         * gettext.[Ch]: change for use with new message code.
4473
4474 2003-04-24 André Pönitz <poenitz@gmx.net>
4475
4476         * factory.C: support for eqref
4477
4478 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4479
4480         * messages.[Ch]: add missing char
4481
4482         * Makefile.am (lyx_SOURCES): add messages.[Ch]
4483
4484         * messages.[Ch]: New files
4485
4486 2003-04-18  John Levon  <levon@movementarian.org>
4487
4488         * BufferView.h:
4489         * BufferView.C:
4490         * BufferView_pimpl.C:
4491         * lfuns.h:
4492         * LyXAction.C:
4493         * lyxtext.h:
4494         * text2.C: remove layout-copy/paste (bug 778)
4495
4496 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4497
4498         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
4499
4500 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4501
4502         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
4503         if they succeed. Act accordingly.
4504
4505 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4506
4507         * text2.C (setCharFont): adjust
4508         (setCounter): adjust
4509         (insertStringAsLines): adjust
4510
4511         * text.C (leftMargin): adjust
4512         (setHeightOfRow): adjust
4513
4514         * rowpainter.C (paintFirst): adjust
4515         (paintLast): adjust
4516
4517         * paragraph_funcs.C (depthHook): ParagraphList::iterators
4518         (outerHook): ditto
4519         (isFirstInSequence): ditto
4520         (getEndLabel): ditto
4521         (outerFont): adjust
4522
4523         * paragraph.C (getParLanguage): comment out some hard stuff.
4524
4525         * buffer.C (insertStringAsLines): take a ParagraphList as arg
4526         (sgmlError): ditto
4527         (simpleDocBookOnePar): ditto
4528         (makeDocBookFile): use ParagraphList::iterator
4529
4530         * CutAndPaste.C (pasteSelection): adjust
4531
4532 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4533
4534         * text2.C (getFont): adjust
4535         (getLayoutFont): adjust
4536         (getLabelFont): adjust
4537
4538         * paragraph_funcs.C (TeXOnePar): adjust
4539
4540         * buffer.C (simpleLinuxDocOnePar): adjust
4541         (simpleDocBookOnePar): adjust
4542
4543         * CutAndPaste.C (pasteSelection): adjust
4544
4545         * BufferView.C (getEncoding): adjust
4546
4547         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
4548
4549 2003-04-16  John Levon  <levon@movementarian.org>
4550
4551         * lyxfind.C: use parlist stuff for search/changes
4552
4553 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4554
4555         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
4556
4557         * text2.C (deleteEmptyParagraphMechanism): adjust
4558
4559         * text2.[Ch] (ownerParagraph): delete func (both of them
4560
4561 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4562
4563         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
4564
4565 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4566
4567         * ParagraphList.C: prepare for NO_NEXT
4568
4569 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4570
4571         * text2.C (getFont): adjust
4572         (getLayoutFont): adjust
4573         (getLabelFont): adjust
4574
4575         * paragraph.C (getFont): adjust
4576         (getLabelFont): adjust
4577         (getLayoutFont): adjust
4578
4579         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
4580
4581 2003-04-15  John Levon  <levon@movementarian.org>
4582
4583         From Angus Leeming
4584
4585         * lyx_main.C: handle Include in .ui files
4586
4587 2003-04-15  John Levon  <levon@movementarian.org>
4588
4589         * MenuBackend.C: make the doc files length shorter
4590
4591         * ToolbarBackend.h:
4592         * ToolbarBackend.C: handle toolbar placement flags,
4593         Minibuffer
4594
4595 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4596
4597         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
4598         adjust
4599
4600         * paragraph_funcs.C (TeXOnePar): adjust
4601
4602         * paragraph.C (getLabelFont): add outerfont arg, adjust
4603         (getLayoutFont): ditto
4604         (simpleTeXOnePar): adjust
4605
4606         * paragraph_pimpl.C (realizeFont): delete func
4607
4608 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
4609
4610         * text2.C (beforeFullRowInset): added a bad getchar check, removed
4611         row argument, constify cur argument.
4612
4613 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4614
4615         * text2.C (getFont): adjust
4616         (getLayoutFont): adjust
4617         (getLabelFont): adjust
4618
4619         * paragraph_funcs.C (TeXOnePar): adjust
4620         (outerFont): new func...
4621         (realizeFont): ...moved out from here, changed this to facilitate
4622         transition
4623
4624         * paragraph.C (getFont): take outerfont as arg, adjust
4625         (simpleTeXOnePar): add outerfont arg, adjust
4626
4627         * buffer.C (simpleLinuxDocOnePar): adjust
4628         (simpleDocBookOnePar): adjust
4629
4630         * CutAndPaste.C (pasteSelection): adjust
4631
4632         * BufferView.C (getEncoding): adjust
4633
4634 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4635
4636         * text2.C (setCharFont): adjust
4637         (setCounter): adjust
4638
4639         * text.C (leftMargin): adjust
4640         (setHeightOfRow): adjust
4641
4642         * rowpainter.C (paintFirst): adjust
4643         (paintLast): adjust
4644
4645         * paragraph_pimpl.C (realizeFont): adjust
4646
4647         * paragraph.C (isFirstInSequence): move from here...
4648         * paragraph_funcs.C (isFirstInSequence): ...to here
4649
4650         * paragraph.C (outerHook): move from here...
4651         * paragraph_funcs.C (outerHook): ...to here
4652
4653         * paragraph.C (depthHook): move from here...
4654         * paragraph_funcs.C (depthHook): ...to here
4655
4656         * paragraph.C (getEndLabel): move from here...
4657         * paragraph_funcs.C (getEndLabel): ...to here
4658
4659         * text2.C (realizeFont): move from here...
4660         * paragraph_funcs.C (realizeFont): ...to here
4661
4662 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4663
4664         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
4665
4666 2003-04-14  Angus Leeming  <leeming@lyx.org>
4667
4668         * LColor.[Ch]: scrap LColor mathcursor.
4669
4670 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4671
4672         * lyxlex.[Ch] (text): delete function
4673         * trans.C (Load): adjust
4674         * paragraph_funcs.C (readParToken): adjust
4675
4676 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4677
4678         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
4679         vector<char> instead of a char[].
4680
4681         * lyxlex_pimpl.C (getString): adjust
4682         (next): adjust
4683         (lex): use getString
4684         (eatLine): adjust
4685         (nextToken): adjust
4686
4687         * lyxlex.C (text): use pimpl_->getString()
4688         (getBool): ditto
4689         (findToken): ditto
4690
4691 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4692
4693         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
4694         (makeFontEntriesLayoutSpecific): temp var for par.size()
4695         (setLayout): temp var for ownerParagraphs().end()
4696         (fullRebreak): temp var for rows().end()
4697         (selectionAsString): temp var for boost::next(startpit), realize
4698         that the while really is a regular for loop.
4699         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
4700         setCursor in one place.
4701         (setParagraph): temp vr for ownerParagraphs().end()
4702         (updateCounters): make the while loop a for loop
4703         (cutSelection): temp var for ownerParagraphs().end()
4704         (updateInset): make the do {} while() a regular for loop
4705         (getCursorX): use temp vars
4706         (setCurrentFont): use temp vars
4707         (getColumnNearX): use temp vars
4708
4709 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4710
4711         * text.C (transformChar): use temp var for getChar
4712         (computeBidiTables): use temp var for row->par()
4713         (fill): move temp vars for row->par() and pit->layout() earlier in
4714         the function.
4715         (labelFill): use temp var for row->par()
4716         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
4717         asc and desc, realize that pit never changes and that firstpit is
4718         just a duplicate and not needed. Exchange rit->par() with pit in a
4719         lot of places.
4720         (breakAgain): use a temp var for boost::next(rit)
4721         (breakAgainOneRow): ditto
4722         (breakParagraph): use a temp var for rows().begin()
4723         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
4724         (cursorRightOneWord): use temp var for cursor.par() and
4725         cursor.pos(), remove usage of tmpcursor.
4726         (cursorLeftOneWord): use temp var for cursor.par() and
4727         cursor.pos() only set cur at end of function.
4728
4729 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4730
4731         * text.C, text2.C: exchange all usage of Paragraph::next with
4732         boost::next(ParagraphList::iterator)
4733
4734         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
4735
4736         * text2.C (cursorTop): simplify implementation
4737         (cursorBottom): ditto
4738         (setParagraph): use ParagraphList::iterator
4739         (setCurrentFont): adjust
4740         (getColumnNearX): adjust
4741         (cursorRight): adjust
4742         (cursorLeft): remove usage of Paragraph::previous
4743         (cursorUpParagraph): ditto
4744         (deleteEmptyParagraphMechanism): slight cleanup
4745
4746         * text.C (isBoundary): take a Paragraph const & instead of a
4747         pointer as arg.
4748         (addressBreakPoint): ditto
4749         (leftMargin): remove usage of Paragraph::previous.
4750         (setHeightOfRow): ditto
4751         (cursorLeftOneWord): ditto
4752         (selectNextWordToSpellcheck): ditto
4753         (Delete): ditto
4754         (backspace): ditto
4755         (breakParagraph): remove one usage of Paragraph::next
4756         (redoParagraph): ditto
4757         (acceptChange): ditto
4758         (insertChar): adjust
4759         (rowBreakPoint): adjust
4760
4761         * bufferview_funcs.C (toggleAndShow): adjust
4762
4763 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
4764
4765         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
4766         methods to access it.
4767         * lyxtext.h:
4768         * text.C: Added updateRowPositions to compute all row positions.
4769         Make top_y and getRowNearY() to use the cached y position
4770
4771 2003-04-11  John Levon  <levon@movementarian.org>
4772
4773         * text.C (rowBreakPoint): reintroduce the labelEnd
4774         checks, code copied from the row fill stuff. Deep voodoo.
4775
4776         * text.C (fill): add a comment and debugging for the
4777         next poor soul.
4778
4779 2003-04-11  John Levon  <levon@movementarian.org>
4780
4781         * text.C: make sure fullrow insets get wrapped to the next line,
4782         even when they're in a manual label
4783
4784 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4785
4786         * text2.C (insertParagraph): make it take ParagraphList::iterator
4787         as arg.
4788         (setLayout): make it return ParagraphList::iterator
4789         (redoParagraphs): ditto
4790         (setCounter): ditto
4791         (checkParagraph): ditto
4792
4793         * text.C (getRow): make getrow take ParagraphList::iterator as arg
4794
4795         * text2.C: adjust several funcs.
4796         (realizeFont): take a ParagraphList::iterator as arg.
4797         (getLayoutFont): ditto
4798         (getLabelFont): ditto
4799         (setCharFont): ditto
4800
4801         * text.C: adjust several funcs.
4802
4803 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4804
4805         * text.C (selectNextWordToSpellcheck): don't accidentally
4806         skip insets
4807
4808 2003-04-10  John Levon  <levon@movementarian.org>
4809
4810         * ToolbarBackend.C (getIcon): special handling for
4811         LFUN_MATH_DELIM
4812
4813 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4814
4815         * text2.C (cursorRight): a getChar assert fixed
4816
4817 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4818
4819         * text2.C (getFont): change to take a ParagraphList::iterator
4820         instead of Paragraph*
4821         Adjust several functions.
4822
4823         * text.C (transformChar): change to take a ParagraphList::iterator
4824         instead of Paragraph*
4825         (singleWidth): ditto
4826         Adjust several functions.
4827
4828         * rowpainter.C: adjust several functions
4829         * rowpainter.h:store a ParagraphList::iterator and not a
4830         Paragraph&.
4831
4832
4833 2003-04-09  John Levon  <levon@movementarian.org>
4834
4835         * lyxfunc.C:
4836         * lfuns.h:
4837         * LyXAction.h:
4838         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
4839         and the "help" bits as well
4840
4841 2003-04-09  John Levon  <levon@movementarian.org>
4842
4843         * ToolbarBackend.h:
4844         * ToolbarBackend.C: allow multiple toolbars
4845
4846 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4847
4848         * undo_funcs.C (setCursorParUndo): adjust
4849
4850         * text_funcs.C (transposeChars): adjust
4851
4852         * text3.C (gotoNextInset): adjust
4853         (dispatch): adjust
4854
4855         * text2.C (setLayout): adjust
4856         (changeDepth): adjust
4857         (setFont): adjust
4858         (redoParagraphs): adjust
4859         (selectionAsString): adjust
4860         (setParagraph): adjust
4861         (insertInset): adjust
4862         (cutSelection): adjust
4863         (copySelection): adjust
4864         (pasteSelection): adjust
4865         (insertStringAsLines): adjust
4866         (updateInset): adjust
4867         (setCursor): change to take a ParagraphList::iterator parameter
4868         (setCursorIntern): change to take a ParagraphList::iterator parameter
4869         (setCurrentFont): adjust
4870         (cursorLeft): adjust
4871         (cursorRight): adjust
4872         (deleteEmptyParagraphMechanism): adjust
4873
4874         * text.C (breakParagraph): adjust
4875         (insertChar): adjust
4876         (acceptChange): adjust
4877         (rejectChange): adjust
4878         (selectNextWordToSpellcheck): adjust
4879         (changeCase): adjust
4880         (Delete): adjust
4881         (backspace): adjust
4882
4883         * lyxfind.C (SearchForward): adjust
4884         (SearchBackward): adjust
4885         (nextChange): adjust
4886
4887         * lyxcursor.C (par): adjust
4888
4889         * lyxcursor.h: store a ParagraphList::iterator instead of a
4890         Paragraph*
4891
4892         * lyx_cb.C (getPossibleLabel): adjust
4893
4894         * bufferview_funcs.C (toggleAndShow): adjust
4895
4896         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4897         (dispatch): adjust
4898
4899         * BufferView.C (removeAutoInsets): adjust
4900         (lockedInsetStoreUndo): adjust
4901
4902 2003-04-09  John Levon  <levon@movementarian.org>
4903
4904         * ToolbarBackend.C: try icon without argument
4905         if with argument fails
4906
4907 2003-04-08  John Levon  <levon@movementarian.org>
4908
4909         * ToolbarBackend.h:
4910         * ToolbarBackend.C: add getIcon(), handle tooltip,
4911         and change from "Icon" to "Item".
4912
4913 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4914
4915         * BufferView.C (lockInset): another bad getchar crunched
4916
4917 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4918
4919         * text2.C (changeDepth): do not setUndo on test_only (make undo work
4920         again)
4921
4922 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
4923
4924         * lyxfind.C (searchForward, searchBackwards): bug 782
4925
4926 2003-04-07  John Levon  <levon@movementarian.org>
4927
4928         * paragraph.C: remove dead comment
4929
4930         * text.C: remove troublesome depth-fiddling code
4931         in leftMargin() and rightMargin() (bug 1017)
4932
4933         * text.C: fix breaking of rows in nested lists
4934         (bug 1004)
4935
4936         * text2.C (updateCounters): fix up depth values
4937         (bug 1013)
4938
4939 2003-04-07  John Levon  <levon@movementarian.org>
4940
4941         * BufferView_pimpl.C: clear message when doc finishes resizing,
4942         and after a mouse event
4943
4944         * lyxfunc.C: clear message after exiting inset
4945
4946 2003-04-07  John Levon  <levon@movementarian.org>
4947
4948         * bufferview_funcs.C: show math status not outside
4949         status in the statusbar
4950
4951 2003-04-07  John Levon  <levon@movementarian.org>
4952
4953         * lyxfunc.C: note status changed after a depth change
4954
4955 2003-04-04  Angus Leeming  <leeming@lyx.org>
4956
4957         * LaTeX.h: move AuxInfo operator==, != out of line.
4958         Remove LaTeX virtual destructor; nothing derives from it.
4959         Move operator()() out of public area and rename it startscript().
4960         Change protected for private.
4961
4962 2003-04-04  Angus Leeming  <leeming@lyx.org>
4963
4964         * lyxfunc.C:
4965         * text2.C: remove unneeded #includes.
4966
4967 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4968
4969         * text2.C (dEPM): fix the heigth of the next row
4970
4971 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
4972
4973         * text.C: squashed an invalid getChar requester + some ws changes
4974
4975 2003-04-03  John Levon  <levon@movementarian.org>
4976
4977         * bufferview_funcs.h:
4978         * bufferview_funcs.C:
4979         * lyxfunc.C:
4980         * lyxtext.h:
4981         * text2.C: make getStatus work for the env depth lfuns
4982
4983 2003-04-03  John Levon  <levon@movementarian.org>
4984
4985         * bufferview_funcs.h:
4986         * bufferview_funcs.C:
4987         * lyxfunc.C:
4988         * lyxtext.h:
4989         * text2.C: parlistize decDepth(), by merging it with incDepth()
4990
4991 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4992
4993         * lyxrow.h: store a ParagraphList::iterator instead of a
4994         Paragraph* and adjust other class functions to suit.
4995
4996         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
4997         above.
4998
4999 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5000
5001         * text2.C (setCursor): do not anchor to cursor row for the time being
5002
5003 2003-04-02  John Levon  <levon@movementarian.org>
5004
5005         * LyXAction.C:
5006         * lfuns.h:
5007         * lyx_main.C:
5008         * lyxtext.h:
5009         * text.C:
5010         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5011
5012 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5013
5014         * paragraph.h: make ParagraphList and ParagraphList::iterator
5015         friends of Paragraph.
5016
5017         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5018
5019         * ParagraphList.C: Use the private next_ and previous_ from
5020         Paragraph.
5021
5022 2003-04-01  John Levon  <levon@movementarian.org>
5023
5024         * ToolbarBackend.h:
5025         * ToolbarBackend.C:
5026         * Makefile.am: rename, remove defaults gunk
5027
5028         * MenuBackend.h:
5029         * MenuBackend.C: remove defaults gunk
5030
5031         * Languages.h:
5032         * Languages.C: remove defaults gunk
5033
5034         * lyx_main.h:
5035         * lyx_main.C: error out if files couldn't be found.
5036
5037 2003-04-02  John Levon  <levon@movementarian.org>
5038
5039         * text2.C: make incDepth() use parlist
5040
5041 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5042
5043         * undo_funcs.C (firstUndoParagraph): adjust
5044
5045         * text3.C (gotoInset): adjust
5046         (dispatch): adjust, and rewrite loop.
5047
5048         * text2.C (init): adjust, and rewrite loop.
5049         (redoParagraphs): adjust
5050         (updateInset): adjust, and rewrite loop.
5051         (deleteEmptyParagraphMechanism): adjust
5052
5053         * tabular.C (LyXTabular): adjust
5054         (SetMultiColumn): adjust
5055         (TeXRow): adjust
5056
5057         * lyxtext.[Ch] (ownerParagraph): delete function
5058         (ownerParagraphs): new function returns a ParagraphList.
5059
5060         * BufferView.C (removeAutoInsets): adjust
5061         (insertErrors): adjust
5062         (setCursorFromRow): adjust
5063
5064 2003-04-01  Angus Leeming  <leeming@lyx.org>
5065
5066         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5067         in the frontends.
5068
5069 2003-04-02  John Levon  <levon@movementarian.org>
5070
5071         * lyxtext.h:
5072         * text.C:
5073         * Makefile.am:
5074         * text_funcs.h:
5075         * text_funcs.C: make transposeChars a free function
5076
5077         * lyxrow_funcs.C: remove wrong comment
5078
5079 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5080
5081         * lyxtext.h: adjust
5082         * rowpainter.C: adjust
5083         * text.C: adjust
5084         * text2.C: adjust
5085         * text3.C: adjust
5086
5087         * lyxrow_funcs. [Ch]: new files
5088
5089         * lyxrow.[Ch]: remove next and previous pointers
5090         (next,previous): remove accessor functions
5091         (isParEnd): move to lyxrow_funcs
5092         (lastPos): move to lyxrow_funcs
5093         (nextRowIsAllInset): move to lyxrow_funcs
5094         (lastPrintablePos): move to lyxrow_funcs
5095         (numberOfSeparators): move to lyxrow_funcs
5096         (numberOfHfills): move to lyxrow_funcs
5097         (numberOfLabelHfills): move to lyxrow_funcs
5098         (hfillExpansion): move to lyxrow_funcs
5099
5100         * lyxfunc.C: adjust
5101
5102         * bufferview_funcs.C (toggleAndShow): adjust
5103
5104         * RowList.h: Remove class RowList from file leave just a
5105         std::list<Row>.
5106
5107         * RowList.C: delete file
5108
5109         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5110         and lyxrow_funcs.h
5111
5112 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5113
5114         * text3.C (cursorPrevious): adjust
5115         (cursorNext): adjust
5116         (dispatch): adjust
5117
5118         * text2.C (redoHeightOfParagraph): adjust
5119         (redoDrawingOfParagraph): adjust
5120         (setCursor): adjust
5121
5122         * text.C (breakParagraph): adjust
5123         (insertChar): adjust
5124         (backspace): adjust
5125
5126         * rowpainter.C (RowPainter): adjust
5127         (leftMargin): simplify and adjust
5128         (most rowpainter functions): adjust.
5129
5130         * rowpainter.h: store the row as RowList::iterator not as Row*
5131
5132         * lyxcursor.C (row): taka RowList::iterator as arg
5133         (irow): ditto
5134
5135         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5136         of Row*.
5137
5138 2003-04-01  Angus Leeming  <leeming@lyx.org>
5139
5140         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5141         stuff like bool Bool.
5142
5143 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5144
5145         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5146         rewrite a loop
5147
5148 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5149
5150         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5151         RowList::iterator.
5152
5153         * lyxtext.h (rows): drop one version and leve a const variant that
5154         returns a RowList::iterator.
5155
5156 2003-03-31  Angus Leeming  <leeming@lyx.org>
5157
5158         * text.C (fill): ensure that the signature is the same as that in the
5159         header file.
5160
5161 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5162
5163         * text2.C (redoParagraphs): adjust
5164         (updateCounters): adjust
5165         (checkParagraph): adjust
5166         (getColumnNearX): adjust and reformat a bit.
5167
5168         * text.C (top_y): adjust
5169         (workWidth): adjust
5170         (leftMargin): adjust
5171         (prepareToPrint): adjust
5172         (getRow): adjust
5173         (getRowNearY): adjust
5174
5175         * lyxtext.h: make rowlist_ mutable.
5176
5177         * RowList.h: add const_iterator
5178         * RowList.C: adjust for RowList::const_iterator.
5179
5180         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5181         adjust.
5182
5183 2003-03-31  John Levon  <levon@movementarian.org>
5184
5185         * lyxrc.h:
5186         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5187
5188         * lyx_main.C: set default fonts from using lyx_gui funcs
5189
5190         * exporter.C: pdf_mode moved from lyxrc
5191
5192         * lyx_cb.C:
5193         * lyxfunc.C: changes from above
5194
5195 2003-03-31  John Levon  <levon@movementarian.org>
5196
5197         * lyx_main.C: fix to the last fix
5198
5199 2003-03-31  John Levon  <levon@movementarian.org>
5200
5201         * bufferlist.C: "Load original" -> "Load Original"
5202
5203         * converter.C:
5204         * exporter.C:
5205         * importer.C:
5206         * lyx_main.C:
5207         * format.C: more Alert cleanups
5208
5209 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5210
5211         * text2.C (removeParagraph): make it take a RowList::iterator as
5212         arg, adjust.
5213         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5214         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5215
5216         * text.C (anchor_row): make it take a RowList::iterator as arg,
5217         adjust.
5218         (computeBidiTables): make it take a const reference to Row instead
5219         of Row pointer, adjust.
5220         (leftMargin): make it take a RowList::iterator as arg, adjust.
5221         (rowBreakPoint): adjust
5222         (breakAgainOneRow): make it take a RowList::iterator as arg,
5223         adjust.
5224         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5225
5226         * bufferview_funcs.C (toggleAndShow): adjust
5227
5228 2003-03-30  John Levon  <levon@movementarian.org>
5229
5230         * Makefile.am:
5231         * BoostFormat.h:
5232         * boost-inst.C: moved to support
5233
5234         * several files: changes as a result
5235
5236 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5237
5238         * text2.C (LyXText): adjust.
5239         (init): adjust
5240         (removeRow): make it take a RowList::iterator as arg, adjust.
5241         (fullRebreak): adjust
5242         (deleteEmptyParagraphMechanism): adjust
5243         (clearPaint): adjust
5244         (postPaint): adjust
5245
5246         * text.C (top_y): adjust
5247         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5248         (breakAgain): make it take a RowList::iterator as arg, adjust.
5249         (breakParagraph): adjust
5250         (insertChar): adjust
5251         (backspace): adjust
5252
5253         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5254         need_break_row, and refresh_row.
5255
5256         * text3.C (dispatch): adjust
5257
5258         * text2.C (checkParagraph): adjust
5259         (setCursor): adjust
5260         (setCursorFromCoordinates): adjust
5261
5262         * text.C (top_y): adjust
5263         (workWidth): adjust
5264         (getRow): make it return a RowList::iterator, adjust
5265         (getRowNearY): make it return a RowList::iterator, adjust
5266
5267         * text2.C (init): adjust
5268         (insertRow): remove function
5269         (insertParagraph): adjust
5270         (redoParagraphs): adjust
5271         (fullRebreak): adjust
5272         (updateCounters): adjust
5273
5274         * text.C (top_y): rewrite to use RowList iterators.
5275         (top_y): adjust
5276         (setHeightOfRow): rewrite to sue RowList iterators.
5277         (appendParagraph): adjust
5278         (breakAgain): adjust
5279         (breakAgainOneRow): adjust
5280         (breakParagraph): adjust
5281         (getRow): adjust
5282         (getRowNearY): adjust, and remove commented code.
5283
5284         * lyxtext.h (firstRow): delete function
5285         (lastRow): delete function
5286         (rows): new function (const and non-const versions.)
5287         (insertRow): delete function
5288
5289         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5290
5291 2003-03-29  John Levon  <levon@movementarian.org>
5292
5293         * BufferView_pimpl.C: always update scrollbar top
5294         because pasting text when we're anchored could mean we
5295         miss an update altogether
5296
5297 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5298
5299         * text2.C (init): use rowlist_.end() and not 0.
5300         (insertRow): change to take a RowList::iterator as arg, adjust
5301         for this.
5302         (insertParagraph): change to take a RowList::iterator as arg,
5303         adjust for this.
5304         (redoParagraphs): remove some debug msgs.
5305
5306         * text.C (appendParagraph): change to take a RowList::iterator
5307         arg, adjust for this.
5308         (breakAgain): add an assert
5309         (breakAgainOneRow): ditto
5310
5311 2003-03-29  John Levon  <levon@movementarian.org>
5312
5313         * text2.C: do not clear selection after inc/decDepth
5314         (bug 550)
5315
5316 2003-03-29  John Levon  <levon@movementarian.org>
5317
5318         * BufferView.C:
5319         * buffer.C: fix broken strerrors according to Lars
5320
5321 2003-03-29  John Levon  <levon@movementarian.org>
5322
5323         * converters.C: more Alert cleanups
5324
5325 2003-03-29  John Levon  <levon@movementarian.org>
5326
5327         * bufferview_funcs.C: remove pointless Alert
5328
5329         * buffer.C: fix confusing error message when
5330         a template is chmoded 000
5331
5332 2003-03-29  John Levon  <levon@movementarian.org>
5333
5334         * BufferView.C:
5335         * BufferView.h:
5336         * BufferView_pimpl.C: Alert fixes
5337
5338         * Makefile.am:
5339         * tabular.C:
5340         * tabular-old.C: remove unused table compat reading
5341
5342 2003-03-29  John Levon  <levon@movementarian.org>
5343
5344         * BufferView.C:
5345         * buffer.C:
5346         * lyx_cb.h:
5347         * lyx_cb.C: more Alert cleanups
5348
5349         * lyxfunc.C: don't allow chktex if not latex document
5350
5351 2003-03-29  John Levon  <levon@movementarian.org>
5352
5353         * lyx_cb.C:
5354         * BufferView.C:
5355         * buffer.C: warnings pushed down from support/,
5356         kill err_alert
5357
5358 2003-03-29  John Levon  <levon@movementarian.org>
5359
5360         * lyxfunc.C: safety check for C-r (revert)
5361
5362 2003-03-29  John Levon  <levon@movementarian.org>
5363
5364         * bufferlist.h:
5365         * bufferlist.C: several UI fixes using Alert::prompt.
5366         Fix the pointless looping quit code. Fix stupid revert
5367         behaviour (bug 938)
5368
5369         * lyxvc.h:
5370         * lyxvc.C:
5371         * lyx_cb.C: use Alert::prompt
5372
5373         * lyx_main.C: remove a silly question
5374
5375         * lyxfunc.C: remove a couple of silly questions,
5376         use Alert::prompt
5377
5378 2003-03-28  John Levon  <levon@movementarian.org>
5379
5380         * text2.C: fix bug 974 (End on empty par)
5381
5382 2003-03-28  John Levon  <levon@movementarian.org>
5383
5384         * BufferView_pimpl.C:
5385         * LyXAction.C:
5386         * lfuns.h: remove do-nothing math greek lfuns
5387
5388 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5389
5390         * lyxgluelength.h (isValidGlueLength): add default arg on
5391         parameter 2. Remove default arg from friend in class.
5392
5393         * lyxlength.h (isValidLength): add default arg on parameter 2.
5394         Remove default arg from friend in class.
5395
5396         * text2.C (LyXText): adjust, initialize refresh_row.
5397         (init): adjust
5398         (removeRow): adjust
5399         (insertRow): adjust
5400         (insertParagraph): adjst
5401         (redoParagraphs): adjust
5402         (fullRebreak): adjust
5403         (updateCounters): adjust
5404         (deleteEmptyParagraphMechanism): first attempt at fixing a
5405         crashing bug.
5406
5407         * text.C (top_y): adjust
5408         (setHeightOfRow): adjust
5409         (getRow): adjust
5410         (getRowNearY): adjust
5411
5412         * lyxtext.h: include RowList.h
5413         (~LyXText): not needed anymore, deleted.
5414         (firstRow): modify for RowList
5415         (lastRow): new function
5416         Delete firstrow and lastrow class variables, add a Rowlist
5417         rowlist_ class variable.
5418
5419         * lyxrow.C (lastPos): use empty() and not !size() to check if a
5420         paragraph is empty.
5421
5422         * RowList.C (insert): fix case where it == begin().
5423
5424 2003-03-26  Angus Leeming  <leeming@lyx.org>
5425
5426         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
5427         the thesaurus dialog.
5428
5429 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5430
5431         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
5432
5433         * RowList.[Ch]: new files
5434
5435         * ParagraphList.C (erase): handle the case where it == begin
5436         correctly.
5437
5438 2003-03-25  John Levon  <levon@movementarian.org>
5439
5440         * Makefile.am:
5441         * aspell_local.h:
5442         * aspell.C: add new aspell support
5443
5444         * lyxrc.h:
5445         * lyxrc.C: Make use_pspell be use_spell_lib. Always
5446         have it accessible.
5447
5448 2003-03-25  Angus Leeming  <leeming@lyx.org>
5449
5450         * lfuns.h:
5451         * LyXAction.C (init): new LFUN_INSET_INSERT.
5452
5453         * BufferView_pimpl.C (dispatch): split out part of the
5454         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
5455
5456         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
5457         LFUN_INSET_APPLY.
5458
5459 2003-03-25  Angus Leeming  <leeming@lyx.org>
5460
5461         * lyxfunc.C (dispatch): changes to the Dialogs interface.
5462
5463 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
5464
5465         * text2.C:
5466         * text3.C: remove useless row->height(0)
5467
5468 2003-03-25  John Levon  <levon@movementarian.org>
5469
5470         * lyxtext.h:
5471         * text2.C:
5472         * text3.C: rename the refreshing stuff to better names
5473
5474 2003-03-24  John Levon  <levon@movementarian.org>
5475
5476         * BufferView_pimpl.h:
5477         * BufferView_pimpl.C: update layout choice on a mouse
5478         press/release
5479
5480 2003-03-23  John Levon  <levon@movementarian.org>
5481
5482         * Makefile.am: fix commandtags.h reference
5483
5484 2003-03-22  John Levon  <levon@movementarian.org>
5485
5486         * BufferView_pimpl.C:
5487         * lyxtext.h:
5488         * rowpainter.C:
5489         * rowpainter.h:
5490         * text.C:
5491         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
5492
5493 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
5494
5495         * lyxtext.h:
5496         * text.C: take the rtl methods out of line
5497
5498 2003-03-21 André Pönitz <poenitz@gmx.net>
5499
5500         * metricsinfo.[Ch]: new files containing structures to be passed around
5501         during the two-phase-drawing...
5502
5503 2003-03-21 André Pönitz <poenitz@gmx.net>
5504
5505         * lyxtextclass.C: read 'environment' tag.
5506
5507 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
5508
5509         * text2.C (removeRow): fix bug 964
5510
5511 2003-03-20  John Levon  <levon@movementarian.org>
5512
5513         * rowpainter.C:
5514         * text.C:
5515         * text2.C: paint cleanups. Inset::update() dropped font
5516         parameter
5517
5518 2003-03-19  John Levon  <levon@movementarian.org>
5519
5520         * lyxfunc.C: only fitcursor/markDirty if available()
5521
5522 2003-03-19  John Levon  <levon@movementarian.org>
5523
5524         * commandtags.h: rename to ...
5525
5526         * lfuns.h: ... this, and renumber / cleanup
5527
5528 2003-03-19  John Levon  <levon@movementarian.org>
5529
5530         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
5531         fit the cursor after an lfun
5532
5533         * BufferView.h:
5534         * BufferView.C:
5535         * BufferView_pimpl.h:
5536         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
5537
5538         * LyXAction.C: layout-character should have ReadOnly
5539
5540         * ParagraphParameters.C:
5541         * buffer.C:
5542         * bufferview_funcs.C:
5543         * lyx_cb.C:
5544         * lyxfind.C:
5545         * lyxtext.h:
5546         * text.C:
5547         * text2.C:
5548         * text3.C:
5549         * undo_funcs.C: changes from above
5550
5551 2003-03-18  John Levon  <levon@movementarian.org>
5552
5553         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
5554         remove it from update()
5555
5556         * lyxfunc.C: update layout choice after an lfun
5557
5558         * text3.C: remove extra updateLayoutChoice()s
5559
5560 2003-03-18  John Levon  <levon@movementarian.org>
5561
5562         * text.C: top_y change means full repaint, fix
5563         a drawing bug with cursor movement
5564
5565 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5566
5567         * lyxtext.h:
5568         * text.C:
5569         * text2.C: anchor row on setCursor
5570
5571 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5572
5573         * lyxtext.h: remove almost all mutable keywords
5574         * text.C:
5575         * text2.C:
5576         * text3.C: remove const keywords accordingly
5577
5578 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5579
5580         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
5581         anon namespace
5582         (TeXEnvironment): ditto
5583         (TeXOnePar): ditto
5584
5585 2003-03-17  John Levon  <levon@movementarian.org>
5586
5587         * text.C (rowBreakPoint): remove attempt to fix displayed
5588         math insets inside a manual label
5589
5590 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5591
5592         * lyxtext.h: remove BufferView* as first arg from almost all class
5593         functions.
5594         * other files: adjust.
5595
5596 2003-03-17  John Levon  <levon@movementarian.org>
5597
5598         * lyxtext.h:
5599         * undo_funcs.C:
5600         * text2.C: more paint cleanups
5601
5602         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
5603
5604         * rowpainter.h:
5605         * rowpainter.C: remove "smart" background painting code
5606
5607 2003-03-16  John Levon  <levon@movementarian.org>
5608
5609         * lyxtext.h:
5610         * text.C:
5611         * text2.C:
5612         * text3.C: add helper functions for setting refresh_row/y
5613
5614 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
5615
5616         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
5617         newline inset which *can* get inserted in the pass_thru layouts.
5618         This is primarily for literate documents.
5619
5620 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
5621
5622         * buffer.C: increment LYX_FORMAT to 223
5623
5624 2003-03-14 André Pönitz <poenitz@gmx.net>
5625
5626         * textclass.h: prepare for environment handling, ws changes
5627         * lyxlayout.C: read latexheader and latexfooter tags
5628
5629 2003-03-14  John Levon  <levon@movementarian.org>
5630
5631         * text2.C: rewrite ::status() a bit
5632
5633 2003-03-13  John Levon  <levon@movementarian.org>
5634
5635         * lyxtext.h: add some docs
5636
5637 2003-03-13  John Levon  <levon@movementarian.org>
5638
5639         * lyxtext.h:
5640         * text.C:
5641         * text2.C:
5642         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
5643
5644 2003-03-13  John Levon  <levon@movementarian.org>
5645
5646         * text3.C: fix appendix redrawing
5647
5648 2003-03-13  John Levon  <levon@movementarian.org>
5649
5650         * text.C (setHeightOfRow):
5651         * rowpainter.h:
5652         * rowpainter.C: make appendix mark have the text
5653           "Appendix" so the user knows what it is
5654
5655         * LColor.h:
5656         * LColor.C: s/appendixline/appendix/ from above
5657
5658 2003-03-13  John Levon  <levon@movementarian.org>
5659
5660         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
5661
5662         * text.C: fix a getChar(pos) bug properly
5663
5664 2003-03-13  Angus Leeming  <leeming@lyx.org>
5665
5666         * commandtags.h:
5667         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
5668         Probably only temporary. Let's see how things pan out.
5669
5670         * BufferView.C (unlockInset):
5671         * BufferView_pimpl.C (fitCursor):
5672         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
5673
5674         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
5675         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
5676
5677         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
5678         new functions that convert ParagraphParameters to and from a string.
5679
5680         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
5681         BufferView::Pimpl's dispatch.
5682         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
5683
5684 2003-03-13 André Pönitz <poenitz@gmx.net>
5685
5686         * lyxfunc.C:
5687         * text3.C:
5688         * factory.C: make it aware of InsetEnv
5689
5690 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5691
5692         * text2.C (setCursor): never ask for one past last
5693         (setCursor): add some debugging messages.
5694
5695         * text.C (singleWidth): never ask for one past last
5696         (singleWidth): ditto
5697         (leftMargin): ditto
5698         (rightMargin): ditto
5699         (rowBreakPoint): ditto
5700         (setHeightOfRow): ditto
5701         (prepareToPrint): ditto
5702
5703         * rowpainter.C (paintBackground): never ask for one past last
5704         (paintText): never ask for one past last
5705
5706         * paragraph_pimpl.C (getChar): make the assert stricter, never
5707         allow the one past last pos to be taken
5708
5709         * paragraph.C (getChar): ws changes only
5710
5711         * lyxrow.C (nextRowIsAllInset): never ask for one past last
5712         (numberOfSeparators): ditto
5713         (numberOfHfills): ditto
5714
5715 2003-03-12  John Levon  <levon@movementarian.org>
5716
5717         * author.h:
5718         * author.C:
5719         * bufferparams.h:
5720         * bufferparams.C:
5721         * paragraph_funcs.C: fix per-buffer authorlists
5722
5723 2003-03-12  John Levon  <levon@movementarian.org>
5724
5725         * text.C: fix newline in right address
5726
5727 2003-03-12  Angus Leeming  <leeming@lyx.org>
5728
5729         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
5730         duplicate those in LyXFunc::dispatch.
5731
5732         * commandtags.h:
5733         * LyXAction.C:
5734         * ToolbarDefaults.C:
5735         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
5736         Add LFUN_FONTFREE_UPDATE.
5737
5738         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
5739         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
5740
5741         * bufferview_func.[Ch]: several new functions to facilliate
5742         transfer of data to and from the character dialog.
5743
5744 2003-03-12  John Levon  <levon@movementarian.org>
5745
5746         * buffer.C:
5747         * paragraph.h:
5748         * paragraph.C:
5749         * paragraph_funcs.C:
5750         * paragraph_pimpl.C:
5751         * sgml.C:
5752         * tabular.C:
5753         * text.C:
5754         * text3.C: remove META_NEWLINE in favour of an inset
5755
5756         * rowpainter.h:
5757         * rowpainter.C: remove paintNewline (done by inset)
5758
5759 2003-03-12  John Levon  <levon@movementarian.org>
5760
5761         * paragraph_pimpl.C: complain about bad getChar()s
5762         for a while at least
5763
5764 2003-03-12  John Levon  <levon@movementarian.org>
5765
5766         * buffer.h:
5767         * buffer.C: move paragraph read into a separate function,
5768         a little renaming to reflect that.
5769
5770         * bufferparams.h:
5771         * bufferparams.C: remove the author_ids map, not necessary now
5772
5773         * factory.h:
5774         * factory.C: moved Buffer::readInset to here
5775
5776         * paragraph_funcs.h:
5777         * paragraph_funcs.C: readParagraph free function moved from
5778         buffer.C
5779
5780         * tabular.C: name change
5781
5782 2003-03-12  John Levon  <levon@movementarian.org>
5783
5784         * buffer.C:
5785         * ParagraphParameters.C: move par params input to
5786         a read() method
5787
5788         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
5789         behave like a normal read from the stream wrt reading
5790         a line vs. a \\token
5791
5792 2003-03-12  John Levon  <levon@movementarian.org>
5793
5794         * paragraph.C:
5795         * ParagraphParameters.h:
5796         * ParagraphParameters.C: move output code to a
5797         ::write() method
5798
5799 2003-03-12  John Levon  <levon@movementarian.org>
5800
5801         * BufferView.C (insertLyXFile):
5802         * buffer.h:
5803         * buffer.C:
5804         * tabular.C: use a parlist iterator for creating the
5805           document.
5806
5807 2003-03-12  John Levon  <levon@movementarian.org>
5808
5809         * buffer.C: make current_change static local not
5810           static file-scope
5811
5812 2003-03-12  John Levon  <levon@movementarian.org>
5813
5814         * buffer.C: fix insertStringAsLines for change tracking
5815
5816 2003-03-12  John Levon  <levon@movementarian.org>
5817
5818         * BufferView.C:
5819         * tabular.C:
5820         * buffer.h:
5821         * buffer.C:
5822         * bufferparams.h:
5823         * bufferparams.C: move author list into params. Rename some
5824           functions. Move the header reading into a separate token
5825           loop. Move the header token reading into BufferParams.
5826
5827 2003-03-12  John Levon  <levon@movementarian.org>
5828
5829         * changes.C: put debug inside lyxerr.debugging() checks
5830
5831 2003-03-11 André Pönitz <poenitz@gmx.net>
5832
5833         * factory.C: make it aware of InsetHFill
5834
5835 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5836
5837         * buffer.C (latexParagraphs): move function from here...
5838         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
5839         args.
5840
5841 2003-03-10  Angus Leeming  <leeming@lyx.org>
5842
5843         * LyXAction.C (init): fix bug in poplating array with multiple entries
5844         with the same LFUN (spotted by JMarc).
5845
5846 2003-03-10  John Levon  <levon@movementarian.org>
5847
5848         * text.C:
5849         * text2.C: move getColumnNearX() near its
5850         only call site
5851
5852 2003-03-10  John Levon  <levon@movementarian.org>
5853
5854         * text.C: fix break before a minipage
5855
5856 2003-03-10  John Levon  <levon@movementarian.org>
5857
5858         * text.C: fix the last commit
5859
5860 2003-03-09  John Levon  <levon@movementarian.org>
5861
5862         * lyxtext.h:
5863         * text.C:
5864         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
5865         bug 365 (don't break before insets unless needed). Don't
5866         return a value > last under any circumstances.
5867
5868 2003-03-09  Angus Leeming  <leeming@lyx.org>
5869
5870         * BufferView_pimpl.C (trackChanges, dispatch): call
5871         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
5872
5873 2003-03-09  Angus Leeming  <leeming@lyx.org>
5874
5875         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
5876         than Dialogs::showAboutlyx().
5877
5878 2003-03-09  Angus Leeming  <leeming@lyx.org>
5879
5880         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
5881         than Dialogs::showTabularCreate().
5882
5883 2003-03-09  John Levon  <levon@movementarian.org>
5884
5885         * lyxtext.h:
5886         * text.C:
5887         * text2.C: 3rd arg to nextBreakPoint was always the same.
5888           Use references.
5889
5890 2003-03-08  John Levon  <levon@movementarian.org>
5891
5892         * lyxrow.C:
5893         * paragraph.C:
5894         * paragraph.h:
5895         * rowpainter.C:
5896         * text.C:
5897         * text2.C: Remove the "main" bit from the "main body"
5898           notion.
5899
5900 2003-03-08  John Levon  <levon@movementarian.org>
5901
5902         * text.C (leftMargin): The left margin of an empty
5903         manual label paragraph should not include the label width
5904         string length.
5905
5906         * text.C (prepareToPrint): don't attempt to measure hfills
5907         for empty manual label paragraphs - the answer should be 0
5908
5909 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5910
5911         * CutAndPaste.C: remove commented code and reindent.
5912
5913 2003-03-08  John Levon  <levon@movementarian.org>
5914
5915         * lyxfunc.h:
5916         * lyxfunc.C: move reloadBuffer()
5917
5918         * BufferView.h:
5919         * BufferView.C: to here
5920
5921         * lyxvc.C: add comment
5922
5923         * vc-backend.h:
5924         * vc-backend.C: call bv->reload() to avoid
5925           getStatus() check on MENURELOAD
5926
5927 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
5928
5929         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
5930         to an old format .dep file.
5931
5932 2003-03-07  Angus Leeming  <leeming@lyx.org>
5933
5934         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
5935         when the LFUN_MOUSE_RELEASE should have been handled by
5936         inset->localDispatch.
5937
5938 2003-03-07  Angus Leeming  <leeming@lyx.org>
5939
5940         * BufferView_pimpl.C (dispatch):
5941         * LyXAction.C (init):
5942         * ToolbarDefaults.C (init):
5943         * commandtags.h:
5944         * lyxfunc.C (getStatus):
5945         remove LFUN_INSET_GRAPHICS.
5946
5947         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
5948
5949 2003-03-07  Angus Leeming  <leeming@lyx.org>
5950
5951         * commandtags.h:
5952         * LyXAction.C (init):
5953         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
5954
5955         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
5956
5957         * commandtags.h:
5958         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
5959
5960         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
5961         localDispatch method LFUN_INSET_DIALOG_UPDATE.
5962
5963 2003-03-07  Angus Leeming  <leeming@lyx.org>
5964
5965         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
5966         remove "ert".
5967
5968 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5969
5970         * ParagraphList.C (front): new function
5971         (back): implement
5972
5973 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
5974
5975         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
5976         and top_row_offset_. removed var first_y.
5977         * text.C (top_y):
5978         * text2.C (LyXText, removeRow):
5979         * text3.C:
5980         * BufferView_pimpl.C:
5981         use these methods instead of using first_y
5982
5983 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5984
5985         * text2.C (pasteSelection): adjust for checkPastePossible
5986
5987         * CutAndPaste.C: remove Paragraph * buf and replace with
5988         ParagraphList paragraphs.
5989         (DeleteBuffer): delete
5990         (cutSelection): change the tc type to textclass_type
5991         (copySelection): change the tc type to textclass_type
5992         (copySelection): adjust for ParagraphList
5993         (pasteSelection): change the tc type to textclass_type
5994         (pasteSelection): adjust for Paragraphlist
5995         (nrOfParagraphs): simplify for ParagraphList
5996         (checkPastePossible): simplify for ParagraphList
5997         (checkPastePossible): remove unused arg
5998
5999         * ParagraphList.C (insert): handle the case where there are no
6000         paragraphs yet.
6001
6002         * CutAndPaste.h: make CutAndPaste a namespace.
6003
6004         * text3.C (dispatch): adjust
6005
6006         * text.C (breakParagraph): add a ParagraphList as arg
6007
6008         * paragraph_funcs.C (breakParagraph): change to take a
6009         BufferParams and a ParagraphList as args.
6010         (breakParagraphConservative): ditto
6011         (mergeParagraph): ditto
6012         (TeXDeeper): add a ParagraphList arg
6013         (TeXEnvironment): ditto
6014         (TeXOnePar): ditto
6015
6016         * buffer.C (readLyXformat2): adjust
6017         (insertStringAsLines): adjust
6018         (latexParagraphs): adjust
6019
6020         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6021         (cutSelection): adjust
6022         (pasteSelection): adjust
6023
6024         * BufferView_pimpl.C (insertInset): adjust
6025
6026 2003-03-05  Angus Leeming  <leeming@lyx.org>
6027
6028         * commandtags.h:
6029         * LyXAction.C (init):
6030         * BufferView_pimpl.C (dispatch):
6031         * lyxfunc.C (getStatus):
6032         remove LFUN_CHILD_INSERT.
6033
6034         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6035
6036 2003-03-05  Angus Leeming  <leeming@lyx.org>
6037
6038         * commandtags.h:
6039         * LyXAction.C (init):
6040         * src/factory.C (createInset):
6041         * lyxfunc.C (getStatus):
6042         * text3.C (dispatch):
6043         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6044
6045         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6046
6047 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6048
6049         * ParagraphList.C (insert): handle insert right before end()
6050         (erase): fix cases where it can be first or last paragraph.
6051
6052 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6053
6054         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6055         Paragraph::next and Paragraph::previous
6056         (TeXOnePar): ditto
6057
6058         * text.C (breakParagraph): adjust
6059
6060         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6061         BufferParams& as arg.
6062         (breakParagraph): use ParagraphList::insert
6063         (breakParagraphConservative): take a Buffer* instead of a
6064         BufferParams& as arg.
6065         (breakParagraphConservative): use ParagraphList::insert.
6066
6067         * buffer.C (insertStringAsLines): un-const it
6068         (insertStringAsLines): adjust
6069
6070         * ParagraphList.C (insert): new function
6071
6072         * CutAndPaste.C (pasteSelection): adjust
6073
6074         * text.C (backspace): adjust
6075
6076         * tabular.C (SetMultiColumn): adjust
6077
6078         * CutAndPaste.C (cutSelection): adjust
6079         (pasteSelection): adjust
6080
6081         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6082         Buffer const * as arg
6083
6084         * ParagraphList.C (erase): new function
6085         * paragraph_funcs.C (mergeParagraph): use it
6086         (mergeParagraph): make it take a Buffer* instead of a
6087         BufferParams* as arg
6088
6089         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6090         as arg
6091         (breakParagraphConservative): ditto
6092
6093         * paragraph.h: remove the breakParagraph friend
6094
6095         * paragraph.C (eraseIntern): new function
6096         (setChange): new function
6097
6098         * paragraph_funcs.C (mergeParagraph): make it take a
6099         ParagraphList::iterator instead of a Paragraph *, adjust
6100         accordingly.
6101
6102         * paragraph.h: move an #endif so that the change tracking stuff
6103         also works in the NO_NEXT case.
6104
6105 2003-03-04  Angus Leeming  <leeming@lyx.org>
6106
6107         * commandtags.h:
6108         * LyXAction.C: new LFUN_INSET_MODIFY.
6109
6110         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6111         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6112
6113 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6114
6115         * several files: ws changes only
6116
6117         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6118         (TeXEnvironment): ditto
6119         (TeXDeeper): ditto
6120
6121         * buffer.C (makeLaTeXFile): adjust
6122         (latexParagraphs): make it take ParagraphList::iterator as args
6123
6124 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6125
6126         * buffer.C (latexParagraphs): adjust
6127
6128         * paragraph.C (TeXOnePar): move function...
6129         (optArgInset): move function...
6130         (TeXEnvironment): move function...
6131         * paragraph_pimpl.C (TeXDeeper): move function...
6132         * paragraph_funcs.C: ...here
6133
6134         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6135
6136 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6137
6138         * buffer.C (readInset): remove compability code for old Figure and
6139         InsetInfo insets
6140
6141 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6142
6143         * buffer.C: ws changes
6144         (readInset):
6145
6146         * BufferView_pimpl.C: ditto
6147         * author.C: ditto
6148         * buffer.h: ditto
6149         * bufferlist.h: ditto
6150         * changes.h: ditto
6151         * lyxfunc.C: ditto
6152
6153 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6154
6155         * converter.[Ch]: split into itself +
6156         * graph.[Ch]
6157         * format.[Ch]
6158         * Makefile.am: += graph.[Ch] + format.[Ch]
6159         * MenuBackend.C
6160         * buffer.C
6161         * exporter.C
6162         * importer.C
6163         * lyx_main.C
6164         * lyxfunc.C
6165         * lyxrc.C: added #include "format.h"
6166
6167 2003-02-27  Angus Leeming  <leeming@lyx.org>
6168
6169         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6170           a label.
6171
6172         * factory.C (createInset): add "label" to the factory.
6173
6174         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6175           string and do no more.
6176
6177 2003-02-27  Angus Leeming  <leeming@lyx.org>
6178
6179         * commandtags.h:
6180         * LyXAction.C (init):
6181         * factory.C (createInset):
6182         * BufferView_pimpl.C (dispatch):
6183           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6184
6185         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6186
6187         * lyxfunc.C (dispatch):
6188         * text3.C (dispatch): pass name to params2string.
6189
6190 2003-02-26  Angus Leeming  <leeming@lyx.org>
6191
6192         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6193           blocks together.
6194           Rearrange the ~includes. Strip out the unnecessary ones.
6195
6196         * factory.C (createInset): reformat.
6197           create new insets for the various LFUN_XYZ_APPLY lfuns.
6198
6199 2003-02-26  John Levon  <levon@movementarian.org>
6200
6201         * lyxrow.h:
6202         * lyxrow.C: add isParStart,isParEnd helpers
6203
6204         * paragraph.h: make isInserted/DeletedText take refs
6205
6206         * paragraph_funcs.h:
6207         * paragraph_funcs.C: remove #if 0'd code
6208
6209         * lyxtext.h:
6210         * text3.C:
6211         * text2.C:
6212         * text.C: use lyxrow helpers above.
6213           Move draw and paint routines to RowPainter.
6214           Make several methods use refs not pointers.
6215           Make backgroundColor() const.
6216           Add markChangeInDraw(), isInInset().
6217           Merge changeRegionCase into changeCase.
6218           Make workWidth() shouldn't-happen code into an Assert.
6219
6220         * rowpainter.h:
6221         * rowpainter.C: new class for painting a row.
6222
6223         * vspace.h:
6224         * vspace.C: make inPixels take a ref
6225
6226 2003-02-26  Angus Leeming  <leeming@lyx.org>
6227
6228         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6229         LFUN_REF_APPLY.
6230
6231 2003-02-25  John Levon  <levon@movementarian.org>
6232
6233         * ispell.C: give the forked command a more accurate name
6234
6235 2003-02-22  John Levon  <levon@movementarian.org>
6236
6237         * toc.h:
6238         * toc.C: make TocItem store an id not a Paragraph *
6239           (bug #913)
6240
6241 2003-02-21  Angus Leeming  <leeming@lyx.org>
6242
6243         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6244           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6245           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6246           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6247           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6248           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6249
6250         * BufferView_pimpl.C (dispatch):
6251         * LyXAction.C (init):
6252         * factory.C (createInset):
6253         * lyxfunc.C (getStatus, dispatch):
6254         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6255
6256 2003-02-21  Angus Leeming  <leeming@lyx.org>
6257
6258         * BufferView_pimpl.C (MenuInsertLyXFile):
6259         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6260         * lyxfunc.C (menuNew, open, doImport):
6261           no longer pass a LyXView & to fileDlg.
6262
6263 2003-02-21  Angus Leeming  <leeming@lyx.org>
6264
6265         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6266         * LyXAction.C: change, BIBKEY to BIBITEM.
6267         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6268         Change InsetBibKey to InsetBibitem.
6269         Change BIBKEY_CODE to BIBITEM_CODE.
6270         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6271         * factory.C: replace insetbib.h with insetbibitem.h.
6272         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6273         * paragraph.C: replace insetbib.h with insetbibitem.h.
6274         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6275         Change bibkey() to bibitem().
6276         * text.C: remove insetbib.h.
6277         * text2.C: replace insetbib.h with insetbibitem.h.
6278         change bibkey() to bibitem().
6279         * text3.C: remove insetbib.h.
6280         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6281
6282 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6283
6284         * lyxrc.C (output): enclose user email in quotes (in case there are
6285         several words)
6286
6287 2003-02-18  John Levon  <levon@movementarian.org>
6288
6289         * buffer.h: add std::
6290
6291 2003-02-17  John Levon  <levon@movementarian.org>
6292
6293         * SpellBase.h:
6294         * ispell.h:
6295         * ispell.C:
6296         * pspell.h:
6297         * pspell.C: reworking. Especially in ispell, a large
6298           number of clean ups and bug fixes.
6299
6300         * lyxfunc.C: fix revert to behave sensibly
6301
6302 2003-02-17 André Pönitz <poenitz@gmx.net>
6303
6304         * LyXAction.C:
6305         * commandtags.h: new LFUN_INSERT_BIBKEY
6306
6307         * layout.h:
6308         * lyxlayout.C:
6309         * buffer.C:
6310         * factory.C:
6311         * text.C:
6312         * text2.C:
6313         * text3.C:
6314         * paragraph.[Ch]:
6315         * paragraph_func.C: remove special bibkey handling
6316
6317 2003-02-17  John Levon  <levon@movementarian.org>
6318
6319         * text.C (Delete): fix case where delete at the end of
6320           the very first paragraph would not merge the pars
6321
6322 2003-02-17  John Levon  <levon@movementarian.org>
6323
6324         * lyxrow.C: fix lastPrintablePos()
6325
6326 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6327
6328         * bufferparams.C (writeLaTeX): add a std:here
6329
6330         * buffer.C: and remove a using directive there
6331
6332 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6333
6334         * buffer.C (makeLaTeXFile): move the code that generates the
6335           preamble...
6336
6337         * bufferparams.C (writeLaTeX): ... in this new method
6338
6339         * LaTeXFeatures.C (getEncodingSet): make const
6340           (getLanguages): make const
6341
6342         * MenuBackend.C (binding): returns the binding associated to this
6343           action
6344           (add): sets the status of each item by calling getStatus. Adds
6345           some intelligence.
6346           (read): add support for OptSubMenu
6347           (expand): remove extra separator at the end of expanded menu
6348
6349 2003-02-15  John Levon  <levon@movementarian.org>
6350
6351         * BufferView.C:
6352         * BufferView_pimpl.C:
6353         * bufferlist.h:
6354         * bufferlist.C: remove pointless BufferStorage bloat. Remove
6355           inset code that had no actual effect. Remove unneeded status
6356           code.
6357
6358 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6359
6360         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
6361           in preamble
6362
6363 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
6364
6365         * text.C (drawLengthMarker): also draw an arrow marker for
6366           symbolic lengths (medskip...)
6367
6368 2003-02-14  John Levon  <levon@movementarian.org>
6369
6370         * tabular.h:
6371         * tabular.C: better method names
6372
6373 2003-02-14  John Levon  <levon@movementarian.org>
6374
6375         * BufferView_pimpl.C:
6376         * bufferlist.C:
6377         * buffer.C:
6378         * converter.C:
6379         * lyx_cb.C:
6380         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
6381           it's a more accurate name. Remove some pointless uses.
6382
6383 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6384
6385         * text2.C (LyXText): change order of initilizers to shut off
6386           warnings
6387
6388 2003-02-14  John Levon  <levon@movementarian.org>
6389
6390         * buffer.C: use ParIterator for getParFromID()
6391
6392         * paragraph.h:
6393         * paragraph.C:
6394         * paragraph_pimpl.h:
6395         * paragraph_pimpl.C: remove unused getParFromID()
6396
6397 2003-02-14  John Levon  <levon@movementarian.org>
6398
6399         * buffer.C: remove some very old #if 0'd parse code
6400
6401 2003-02-13  John Levon  <levon@movementarian.org>
6402
6403         * text.h:
6404         * text.C:
6405         * text2.C: move hfillExpansion(), numberOfSeparators(),
6406           rowLast(), rowLastPrintable(), numberofHfills(),
6407           numberOfLabelHfills() ...
6408
6409         * lyxrow.h:
6410         * lyxrow.C: ... to member functions here.
6411
6412         * paragraph.h:
6413         * paragraph.C:
6414         * lyxtext.h:
6415         * text.C: remove LyXText::beginningOfMainBody(), and call
6416           p->beginningOfMainBody() directly. Move the check for
6417           LABEL_MANUAL into the latter.
6418
6419         * text.h:
6420         * text.C:
6421         * text2.C:
6422         * vspace.C:
6423         * BufferView.h:
6424         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
6425
6426         * text.h:
6427         * text.C:
6428         * text2.C:
6429         * text3.C:
6430         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
6431           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
6432
6433 2003-02-13  John Levon  <levon@movementarian.org>
6434
6435         * CutAndPaste.C: remove debug
6436
6437 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6438
6439         * paragraph.C (asString): remove two unused variables
6440
6441         * lyxtextclass.C (readTitleType):
6442           (Read):
6443           (LyXTextClass): handle new members titletype_ and titlename_
6444
6445         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
6446
6447 2003-02-09  John Levon  <levon@movementarian.org>
6448
6449         * buffer.h:
6450         * buffer.C: replace hand-coded list with a map for the dep clean
6451
6452 2003-02-08  John Levon  <levon@movementarian.org>
6453
6454         * LaTeX.C: consolidate code into showRunMessage() helper
6455
6456 2003-02-08  John Levon  <levon@movementarian.org>
6457
6458         * lyxfind.C:
6459         * lyxtext.h:
6460         * text2.C:
6461         * BufferView.C: change setSelectionOverString() to setSelectionRange()
6462           and pass the size in explicitly
6463
6464         * BufferView_pimpl.h:
6465         * BufferView_pimpl.C:
6466         * BufferView.h:
6467         * BufferView.C: add getCurrentChange()
6468
6469         * BufferView_pimpl.h:
6470         * BufferView_pimpl.C: handle change lfuns
6471
6472         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
6473           for changes. Mark pasted paragraphs as new.
6474
6475         * support/lyxtime.h:
6476         * support/lyxtime.C:
6477         * DepTable.C: abstract time_t as lyx::time_type
6478
6479         * LColor.h:
6480         * LColor.C: add colours for new text, deleted text, changebars
6481
6482         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
6483           package use "usenames" option.
6484
6485         * commandtags.h:
6486         * lyxfunc.C:
6487         * LyXAction.C: add change lfuns
6488
6489         * Makefile.am:
6490         * author.h:
6491         * author.C: author handling
6492
6493         * buffer.h:
6494         * buffer.C: add a per-buffer author list, with first entry as
6495           current author. Handle new .lyx tokens for change tracking. Output
6496           author list to .lyx file. Output dvipost stuff to .tex preamble.
6497           Bump lyx format to 222.
6498
6499         * bufferlist.h:
6500         * bufferlist.C: add setCurrentAuthor() to reset current author details
6501           in all buffers.
6502
6503         * bufferparams.h:
6504         * bufferparams.C: add param for tracking
6505
6506         * bufferview_funcs.C: output change info in minibuffer
6507
6508         * Makefile.am:
6509         * changes.h:
6510         * changes.C: add change-tracking structure
6511
6512         * debug.h:
6513         * debug.C: add CHANGES debug flag
6514
6515         * lyxfind.h:
6516         * lyxfind.C: add code for finding the next change piece
6517
6518         * lyxrc.h:
6519         * lyxrc.C: add user_name and user_email
6520
6521         * lyxrow.h:
6522         * lyxrow.C: add a metric for the top of the text line
6523
6524         * lyxtext.h:
6525         * text.C: implement accept/rejectChange()
6526
6527         * lyxtext.h:
6528         * text.C: paint changebars. Paint new/deleted text in the chosen
6529         colours. Strike through deleted text.
6530
6531         * paragraph.h:
6532         * paragraph.C:
6533         * paragraph_pimpl.h:
6534         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
6535           in the current change to the insert functions. Rework erase to
6536           mark text as deleted, adding an eraseIntern() and a range-based
6537           erase(). Implement per-paragraph change lookup and
6538           accept/reject.
6539
6540         * paragraph_funcs.C: Fixup paste for change tracking.
6541
6542         * tabular.C: mark added row/columns as new.
6543
6544         * text.C: fix rowLast() to never return -1. Don't allow
6545           spellchecking of deleted text. Track transpose changes. Don't
6546           allow paragraph break or merge where appropriate.
6547
6548         * text2.C: leave cursor at end of selection after a cut.
6549
6550 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6551
6552         * text.C (getLengthMarkerHeight):
6553         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
6554         visible on screen too.
6555
6556 2003-02-07  John Levon  <levon@movementarian.org>
6557
6558         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
6559
6560 2003-02-05  Angus Leeming  <leeming@lyx.org>
6561
6562         * lyxserver.C (read_ready): revert my patch of 11 September last year
6563         as it sends PC cpu through the roof. Presumably this means that
6564         the lyxserver will no longer run on an Alpha...
6565
6566 2003-01-30  Angus Leeming  <leeming@lyx.org>
6567
6568         * factory.C (createInset): create an InsetCommandParam of type "index"
6569         and use it to 'do the right thing'.
6570
6571         * text2.C (getStringToIndex): ensure that cursor position is always
6572         reset to the reset_cursor position.
6573
6574 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6575
6576         * lyxfunc.C (getStatus): "buffer-export custom" should never be
6577         disabled.
6578
6579 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
6580
6581         * bufferview.C:
6582         * lyxcb.C:
6583         * lyxfunc.C: Output messages with identical spelling, punctuation,
6584         and spaces
6585
6586 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
6587
6588         * MenuBackend.C (expandFormats): List only viewable export formats
6589         in "View" menu
6590
6591         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
6592         message
6593
6594         * lyxfunc.C (getStatus): Make sure that formats other than
6595         "fax" can also be disabled
6596
6597 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6598
6599         * text3.C (dispatch): put the lfuns that insert insets in 3
6600         groups, and call doInsertInset with appropriate arguments.
6601         (doInsertInset): new function, that creates an inset and inserts
6602         it according to some boolean parameters.
6603
6604 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6605
6606         * buffer.C (readFile): remember to pass on 'par' when calling
6607         readFile recursively.
6608
6609 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6610
6611         * MenuBackend.C (expandFormats): add "..." to import formats.
6612
6613 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6614
6615         * paragraph.C (asString): Remove XForms RTL hacks.
6616
6617 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
6618         * buffer.C: fix typo
6619
6620 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6621
6622         * Makefile.am (LIBS): delete var
6623         (lyx_LDADD): add @LIBS@ here instead.
6624
6625 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
6626
6627         * Clarify the meaning of "wheel mouse jump"
6628
6629 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6630
6631         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
6632         tabular in a float
6633
6634 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6635
6636         * importer.C (Loaders): do not preallocate 3 elements in the
6637         vector, since one ends up with 6 elements otherwise
6638
6639 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6640
6641         * DepTable.C (write): write the file name as last element of the
6642         .dep file (because it may contain spaces)
6643         (read): read info in the right order
6644
6645 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6646
6647         * paragraph_pimpl.C (simpleTeXBlanks):
6648         (simpleTeXSpecialChars):
6649         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
6650
6651         * tabular.C (latex): add some missing case statements. Reindent.
6652
6653         * MenuBackend.C (expandToc): remove unused variable.
6654
6655 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
6656
6657         * LColor.C:
6658         * LaTeX.C:
6659         * LyXAction.C:
6660         * MenuBackend.C:
6661         * buffer.C:
6662         * exporter.C:
6663         * lyxfunc.C:
6664         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
6665         and the like.
6666
6667 2003-01-05  John Levon  <levon@movementarian.org>
6668
6669         * BufferView.h:
6670         * BufferView.C: add getEncoding()
6671
6672         * kbsequence.h:
6673         * kbsequence.C: do not store last keypress
6674
6675         * lyxfunc.h:
6676         * lyxfunc.C: store last keypress here instead. Pass encoding
6677           to getISOEncoded()
6678
6679 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6680
6681         * lyx_main.C (init): remove annoying error message when following
6682         symbolic links (bug #780)
6683
6684 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6685
6686         * text.C (insertChar):
6687         * lyxrc.C (getDescription): remove extra spaces
6688
6689 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6690
6691         * lyxrc.C (getDescription): remove extra spaces
6692
6693 2002-12-20  John Levon  <levon@movementarian.org>
6694
6695         * text3.C: hack fix for page up/down across tall rows
6696
6697 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6698
6699         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
6700         not been invoked
6701
6702 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6703
6704         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
6705         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
6706         thesaurus is not compiled in
6707
6708 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
6709
6710         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
6711
6712 2002-12-16  Angus Leeming  <leeming@lyx.org>
6713
6714         * lyxrc.[Ch]:
6715         * lyx_main.C (init): remove override_x_deadkeys stuff.
6716
6717 2002-12-12  John Levon  <levon@movementarian.org>
6718
6719         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
6720           insert. Only remove shift modifier under strict
6721           circumstances.
6722
6723 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6724
6725         * MenuBackend.C (expandToc): fix crash.
6726
6727 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6728
6729         * MenuBackend.C (expandToc): gettext on float names.
6730
6731 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6732
6733         * lyxlength.[Ch]: set default unit to UNIT_NONE,
6734         implement bool empty() [bug 490]
6735
6736 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6737
6738         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
6739
6740 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6741
6742         * several files: ws changes
6743
6744 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6745
6746         * text2.C (setCounter): clean up a bit, use boost.format.
6747         (updateCounters): initialize par upon declaration.
6748
6749         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
6750         if the layout exists. We do not just store the layout any more.
6751         (SwitchLayoutsBetweenClasses): use boost.format
6752
6753 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6754
6755         * converter.C (convert): if from and to files are the same, use a
6756         temporary files as intermediary
6757
6758 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6759
6760         * commandtags.h:
6761         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
6762
6763 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
6764
6765         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
6766
6767 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6768
6769         * tabular.C (asciiPrintCell): use string(size, char) instead of
6770         explicit loop.
6771
6772         * sgml.C (openTag): fix order of arguments to string constructor
6773         (closeTag): ditto
6774
6775         * lyxfunc.C (dispatch): use boost.format
6776
6777         * lots of files: change "c" -> 'c'
6778
6779 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
6780
6781         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
6782
6783 2002-11-25  Angus Leeming  <leeming@lyx.org>
6784
6785         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
6786
6787         * lyx_main.C (init): compile fix.
6788
6789 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6790
6791         * lyx_cb.C (start): boost.formatify
6792         do not include <iostream>
6793
6794         * lengthcommon.C: ws only
6795
6796         * boost-inst.C,BoostFormat.h: add more explict instantations
6797
6798 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6799
6800         * lots of files: handle USE_BOOST_FORMAT
6801
6802 2002-11-21  John Levon  <levon@movementarian.org>
6803
6804         * pspell.C: fix compile
6805
6806 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6807
6808         * lyxfunc.C (dispatch): use boost::format
6809         (open): ditto
6810         (doImport): ditto
6811
6812         * lyxfont.C (stateText): use boost::format
6813
6814         * lyx_main.C (LyX): use boost::format
6815         (init): ditto
6816         (queryUserLyXDir): ditto
6817         (readRcFile): ditto
6818         (parse_dbg): ditto
6819         (typedef boost::function): use the recommened syntax.
6820
6821         * importer.C (Import): use boost::format
6822
6823         * debug.C (showLevel): use boost::format
6824
6825         * converter.C (view): use boost::format
6826         (convert): ditto
6827         (move): ditto
6828         (scanLog): ditto
6829
6830         * bufferview_funcs.C (currentState): use boost::format
6831
6832         * bufferlist.C (emergencyWrite): use boost::format
6833
6834         * buffer.C (readLyXformat2): use boost::format
6835         (parseSingleLyXformat2Token): ditto
6836
6837         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
6838
6839         * LaTeX.C (run): use boost::format
6840
6841         * Chktex.C (scanLogFile): use boost::format
6842
6843         * BufferView_pimpl.C (savePosition): use boost::format
6844         (restorePosition): ditto
6845         (MenuInsertLyXFile): ditto
6846
6847         * BoostFormat.h: help file for explicit instation.
6848
6849 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
6850
6851         * tabular.C (latex): Support for block alignment in fixed width
6852         columns.
6853
6854 2002-11-17  John Levon  <levon@movementarian.org>
6855
6856         * BufferView_pimpl.C:
6857         * lyx_cb.C:
6858         * lyxfunc.C: split filedialog into open/save
6859
6860 2002-11-08  Juergen Vigna  <jug@sad.it>
6861
6862         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
6863         by my last patch (hopefully).
6864
6865 2002-11-08  John Levon  <levon@movementarian.org>
6866
6867         * iterators.h:
6868         * iterators.C:
6869         * buffer.h:
6870         * buffer.C:
6871         * paragraph.h:
6872         * paragraph.C:
6873         * toc.h:
6874         * toc.C: ParConstIterator, and use it (from Lars)
6875
6876 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
6877
6878         * lyxtextclass.[Ch]: revise and add doxygen comments
6879
6880 2002-11-07  John Levon  <levon@movementarian.org>
6881
6882         * text.C: fix progress value for spellchecker
6883
6884         * toc.C: fix navigate menu for insetwrap inside minipage
6885
6886         * paragraph_funcs.C: added FIXME for suspect code
6887
6888 2002-11-07  John Levon  <levon@movementarian.org>
6889
6890         * BufferView_pimpl.C: fix redrawing of insets
6891           on buffer switch
6892
6893 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6894
6895         * text2.C (updateCounters): fix bug 668
6896
6897 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
6898
6899         * text3.C (dispatch): Do not make the buffer dirty when moving the
6900         cursor.
6901
6902 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6903
6904         * vc-backend.C: STRCONV
6905         (scanMaster): ditto
6906
6907         * text2.C (setCounter): STRCONV
6908
6909         * paragraph.C (asString): STRCONV
6910
6911         * lyxlength.C (asString): STRCONV
6912         (asLatexString): ditto
6913
6914         * lyxgluelength.C (asString): STRCONV
6915         (asLatexString): ditto
6916
6917         * lyxfunc.C (dispatch): STRCONV
6918         (open): ditto
6919
6920         * lyxfont.C (stateText): STRCONV
6921
6922         * importer.C (Import): STRCONV
6923
6924         * counters.C (labelItem): STRCONV
6925         (numberLabel): ditto
6926         (numberLabel): remove unused ostringstream o
6927
6928         * chset.C: STRCONV
6929         (loadFile): ditto
6930
6931         * bufferview_funcs.C (currentState): STRCONV
6932
6933         * buffer.C (readFile): STRCONV
6934         (asciiParagraph): ditto
6935         (makeLaTeXFile): ditto
6936
6937         * Spacing.C (writeEnvirBegin): STRCONV
6938
6939         * LaTeXFeatures.C (getLanguages): STRCONV
6940         (getPackages): ditto
6941         (getMacros): ditto
6942         (getBabelOptions): ditto
6943         (getTClassPreamble): ditto
6944         (getLyXSGMLEntities): ditto
6945         (getIncludedFiles): ditto
6946
6947         * LaTeX.C: STRCONV
6948         (run): ditto
6949         (scanAuxFile): ditto
6950         (deplog): ditto
6951
6952         * LString.h: add the STRCONV macros
6953
6954         * BufferView_pimpl.C (savePosition): STRCONV
6955         (restorePosition): ditto
6956         (MenuInsertLyXFile): ditto
6957
6958         * vc-backend.C (scanMaster): change from submatch[...] to
6959         submatch.str(...)
6960
6961         * funcrequest.C: include config.h
6962
6963         * factory.C: include config.h
6964
6965         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
6966
6967         * box.C: include config.h
6968
6969         * LaTeX.C (scanAuxFile): change from submatch[...] to
6970         submatch.str(...)
6971         (deplog): ditto
6972
6973 2002-10-25  Angus Leeming  <leeming@lyx.org>
6974
6975         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
6976
6977         * ispell.[Ch] (setError): new method.
6978         * ispell.C (c-tor): move out child process into new class LaunchIspell.
6979         Use setError() insetead of goto END.
6980
6981         * lyx_cb.C (AutoSave): move out child process into new class
6982         AutoSaveBuffer.
6983
6984 2002-10-30  John Levon  <levon@movementarian.org>
6985
6986         * text3.C: make start appendix undoable
6987
6988 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
6989
6990         * lyxlength.C (inPixels): Fix returned value.
6991
6992         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
6993         environment.
6994
6995 2002-10-24  Angus Leeming  <leeming@lyx.org>
6996
6997         * lyxgluelength.h: no need to forward declare BufferParams
6998         or BufferView, so don't.
6999
7000 2002-10-21  John Levon  <levon@movementarian.org>
7001
7002         * BufferView.C: menuUndo ->undo, redo
7003
7004         * BufferView.h: document, remove dead, make some methods private
7005
7006         * paragraph_funcs.h:
7007         * paragraph_funcs.C:
7008         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7009
7010         * buffer.h:
7011         * buffer.C:
7012         * sgml.h:
7013         * sgml.C: move sgml open/close tag into sgml.C
7014
7015         * bufferview_funcs.h: unused prototype
7016
7017         * lyxfunc.h:
7018         * lyxfunc.C: remove unused
7019
7020         * lyxtext.h:
7021         * text.C: remove unused
7022
7023 2002-10-21  John Levon  <levon@movementarian.org>
7024
7025         * BufferView.h:
7026         * BufferView.C:
7027         * BufferView_pimpl.h:
7028         * BufferView_pimpl.C: fix mouse wheel handling based on
7029           patch from Darren Freeman
7030
7031 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7032
7033         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7034
7035 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7036
7037         * lyxlength.C (inPixels): Fix hanfling of negative length.
7038         Fix LyXLength::MU case.
7039
7040 2002-10-16  John Levon  <levon@movementarian.org>
7041
7042         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7043
7044 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7045
7046         * converter.C (view): add support for $$i (file name) and $$p
7047         (file path) for the viewer command. If $$i is not specified, then
7048         it is appended to the command (for compatibility with old syntax)
7049
7050 2002-10-14  Juergen Vigna  <jug@sad.it>
7051
7052         * undo_funcs.C (textHandleUndo): alter the order in which the
7053         new undopar is added to the LyXText, as we have to set first
7054         the right prev/next and then add it as otherwise the rebuild of
7055         LyXText is not correct. Also reset the cursor to the right paragraph,
7056         with this IMO we could remove the hack in "redoParagraphs()".
7057
7058 2002-10-09  Angus Leeming  <leeming@lyx.org>
7059
7060         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7061         to turn off an optimisation if a new inset is to be inserted.
7062
7063 2002-10-11 André Pönitz <poenitz@gmx.net>
7064
7065         * lyxtext.h: make some functions public to allow access
7066         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7067
7068 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7069
7070         * text3.C (dispatch): when changing layout, avoid an infinite loop
7071         [bug #652]
7072
7073 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7074
7075         * lyxrc.C (read): treat a viewer or converter command of "none" as
7076         if it were empty.
7077
7078         * MenuBackend.C (expandFormats): for an update, also allow the
7079         formats that are not viewable
7080
7081         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7082         script if it is newer than the lyxrc.defaults in user directory
7083
7084 2002-10-07 André Pönitz <poenitz@gmx.net>
7085
7086         * text.C: Vitaly Lipatov's small i18n fix
7087
7088 2002-09-25  Angus Leeming  <leeming@lyx.org>
7089
7090         * ispell.h: doxygen fix.
7091
7092 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7093
7094         * buffer.h (readFile): Add a new argument to the method, to allow
7095         reading of old-format templates.
7096
7097 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7098
7099         * toc.C (getTocList): Get TOC from InsetWrap.
7100
7101 2002-09-16  John Levon  <levon@movementarian.org>
7102
7103         * lyxfunc.C: check tabular for cut/copy too
7104
7105 2002-09-12  John Levon  <levon@movementarian.org>
7106
7107         * LyXAction.C: tidy
7108
7109         * factory.h:
7110         * factory.C: add header
7111
7112         * paragraph_funcs.h:
7113         * paragraph_funcs.C: cleanup
7114
7115 2002-09-11  John Levon  <levon@movementarian.org>
7116
7117         * PrinterParams.h: odd/even default to true
7118
7119 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7120
7121         * PrinterParams.h: update printer parameters for new xforms dialog
7122
7123 2002-09-11  Angus Leeming  <leeming@lyx.org>
7124
7125         * lyxserver.C (read_ready): re-write to make it more transparent
7126         and to make it work in coherent fashion under Tru64 Unix.
7127
7128 2002-09-11  André Pönitz <poenitz@gmx.net>
7129
7130         * commandtags.h:
7131         * LyXAction.C:
7132         * text3.C: implement LFUN_WORDSEL
7133
7134 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7135
7136         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7137         make floatlist_ a boost::shared_ptr<FloatList>
7138
7139         * lyxtextclass.C: include FloatList.h
7140         (LyXTextClass): initialize floatlist_
7141         (TextClassTags): add TC_NOFLOAT
7142         (Read): match "nofloat" to TC_NOFLOAT and use it.
7143         (readFloat): modify call to floatlist_
7144         (floats): ditto
7145         (floats): ditto
7146
7147         * FloatList.[Ch] (FloatList): remove commented out float
7148         initialization.
7149         (erase): new function
7150
7151 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7152
7153         * MenuBackend.C (expandToc): fix crash when there is no document
7154         open
7155
7156 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7157
7158         * many files: Add insetwrap.
7159
7160 2002-09-09  John Levon  <levon@movementarian.org>
7161
7162         * text2.C: remove confusing and awkward depth wraparound
7163
7164 2002-09-09  John Levon  <levon@movementarian.org>
7165
7166         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7167
7168         * buffer.h:
7169         * buffer.C: remove getIncludeonlyList()
7170
7171         * paragraph.C:
7172         * lyxfunc.C: remove headers
7173
7174 2002-09-09  Juergen Vigna  <jug@sad.it>
7175
7176         * text.C (getColumnNearX): fix form Michael this is most
7177         probably a cut&paste bug.
7178
7179 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7180
7181         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7182
7183         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7184         references, ws changes.
7185
7186         * text2.C (init): update counters after init
7187         (insertParagraph): no need to set counter on idividual paragraphs.
7188         (setCounter): access the counters object in the textclass object
7189         on in the buffer object.
7190         (updateCounters): ditto
7191
7192         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7193         shared_ptr<Counters> to avoid loading counters.h in all
7194         compilation units.
7195         (LyXTextClass): initialize ctrs_
7196         (TextClassTags): add TC_COUNTER, and ...
7197         (Read): use it here.
7198         (CounterTags): new tags
7199         (readCounter): new function
7200         (counters): new funtion
7201         (defaultLayoutName): return a const reference
7202
7203         * counters.C (Counters): remove contructor
7204         (newCounter): remove a couple of unneeded statements.
7205         (newCounter): simplify a bit.
7206         (numberLabel): some small formatting changes.
7207
7208         * buffer.[Ch]: remove all traces of counters, move the Counters
7209         object to the LyXTextClass.
7210
7211 2002-09-06  Alain Castera  <castera@in2p3.fr>
7212
7213         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7214         package to set the horizontal alignment on fixed width columns.
7215
7216         * lyx_sty.C:
7217         * lyx_sty.h: added tabularnewline macro def.
7218
7219         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7220
7221 2002-09-06  John Levon  <levon@movementarian.org>
7222
7223         * LyXAction.C: tooltips for sub/superscript
7224
7225         * MenuBackend.C: a bit more verbose
7226
7227         * lyxfunc.C: tiny clean
7228
7229         * undo_funcs.C: document undo_frozen
7230
7231 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7232
7233         * counters.C (Counters): add missing algorithm counter.
7234
7235         * text2.C (setCounter): lookup the counter with layouts latexname
7236         instead of by section number.
7237         (setCounter): use a hackish way to lookup the correct enum
7238         counter.
7239         a float name->type change
7240         reset enum couners with counter name directly instead of depth value.
7241
7242         * counters.C (Counters): remove the push_backs, change to use the
7243         float type not the float name.
7244         (labelItem): remove unused string, float name->type change
7245
7246         * counters.h: don't include vector, loose the enums and sects vectors
7247
7248 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7249
7250         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7251         (Read): add float->TC_FLOAT to textclassTags
7252         (Read): and handle it in the switch
7253         (readFloat): new function
7254
7255         * FloatList.C (FloatList): comment out the hardcoded float
7256         definitions.
7257
7258         * lyxlayout.h: ws change.
7259
7260 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7261
7262         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7263
7264 2002-09-03  Angus Leeming  <leeming@lyx.org>
7265
7266         * BufferView_pimpl.h: qualified name is not allowed in member
7267         declaration: WorkArea & Pimpl::workarea() const;
7268
7269         * factory.C: added using std::endl directive.
7270
7271         * text3.C: added using std::find and std::vector directives.
7272
7273 2002-08-29  André Pönitz <poenitz@gmx.net>
7274
7275         * lyxtext.h:
7276         * text2.C: remove unused member number_of_rows
7277
7278         * Makefile.am:
7279         * BufferView2.C: remove file, move contents to...
7280         * BufferView.C: ... here
7281
7282         * BufferView_pimpl.C:
7283         * factory.C: move more inset creation to factory
7284
7285         * vspace.C: avoid direct usage of LyXText, ws changes
7286
7287         * BufferView.[Ch]:
7288                 don't provide direct access to WorkArea, use two simple
7289                 acessors haveSelction() and workHeight() instead
7290
7291
7292 2002-08-29  John Levon  <levon@movementarian.org>
7293
7294         * BufferView_pimpl.C (dispatch): do not continue when
7295           no buffer
7296
7297 2002-08-28  André Pönitz <poenitz@gmx.net>
7298
7299         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7300
7301         * BufferView.h:
7302         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7303
7304 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7305
7306         * buffer.C: increment LYX_FORMAT to 221
7307
7308         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7309         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7310
7311         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7312
7313         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7314
7315 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7316
7317         * factory.C (createInset): use LyXTextClass::floats
7318
7319         * MenuBackend.C (expandFloatListInsert):
7320         (expandFloatInsert):
7321         (expandToc):
7322
7323         * text2.C (setCounter):
7324
7325         * LaTeXFeatures.C (useFloat):
7326         (getFloatDefinitions):
7327
7328         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7329
7330         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7331         floatlist_, with accessor floats().
7332
7333         * FloatList.h: remove global FloatList
7334
7335 2002-08-26  André Pönitz <poenitz@gmx.net>
7336
7337         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7338
7339         * BufferView.h:
7340         * BufferView2.C:
7341         * BufferView_pimpl.C:
7342         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7343
7344 2002-08-25  John Levon  <levon@movementarian.org>
7345
7346         * LyXAction.C: fix margin note description
7347
7348 2002-08-24  John Levon  <levon@movementarian.org>
7349
7350         * buffer.C:
7351         * bufferlist.C:
7352         * bufferview_funcs.C:
7353         * lyxfont.C:
7354         * undo_funcs.C: cleanups
7355
7356         * lyxfunc.C: disable CUT/COPY when no selection
7357
7358 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
7359
7360         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
7361         in "enum UNIT"; e.g. PTW for Percent of TextWidth
7362
7363         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
7364         Add backward compatibility to "mono", "gray" and "no".
7365
7366 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
7367
7368         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
7369         (and file_format >= 200).
7370
7371 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7372
7373         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
7374
7375 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7376
7377         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
7378
7379 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
7380
7381         * BufferView_pimpl.C:
7382         * LyXAction.C:
7383         * buffer.C:
7384         * commandtags.h:
7385         * lyxfunc.C:
7386         * paragraph.[Ch]:
7387         * text2.C:
7388         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
7389         inset and code to make it  work with the paragraph code. The inset
7390         can be anywhere in the paragraph, but will only do the expected
7391         thing in LaTeX if the layout file contains the parameter line
7392                         OptionalArgs    1
7393         (or more generally, a nonzero value) for that layout.
7394
7395 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7396
7397         * paragraph.h: remove the declaration of undefined counters class
7398         function.
7399
7400 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
7401
7402         * text2.C (setCounter):  fixed enumeration mis-count as reported by
7403         Dr. Richard Hawkins.
7404
7405 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7406
7407         * paragraph_funcs.h: remove some unneeded includes
7408
7409         * text.C (backspace): pasteParagraph now in global scipe
7410
7411         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
7412         (pasteSelection): ditto
7413
7414         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
7415         * paragraph_funcs.C (pasteParagraph): ... here
7416
7417 2002-08-20  André Pönitz <poenitz@gmx.net>
7418
7419         * commandtags.h: new LFUNs for swapping/copying table row/colums
7420
7421         * LyXAction.C:
7422         * lyxfunc.C: support for new lfuns
7423
7424 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7425
7426         * tabular.C:
7427         * buffer.[Ch]: remove NO_COMPABILITY stuff
7428
7429 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
7430
7431         * boost.C (throw_exception): new file, with helper function for
7432         boost compiled without exceptions.
7433
7434         * paragraph.h:
7435         * lyxlength.C:
7436         * buffer.C:
7437         * ParameterStruct.h:
7438         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
7439
7440         * bufferlist.C (emergencyWriteAll): use boost bind
7441
7442         * BufferView_pimpl.C (moveCursorUpdate): remove inline
7443
7444         * text.C: include paragraph_funcs.h
7445         (breakParagraph): breakParagraph is now in global scope
7446
7447         * paragraph_funcs.[Ch]: new files
7448
7449         * paragraph.C (breakParagraph,breakParagraphConservative): move to
7450         global scope
7451
7452         * buffer.C: include paragraph_funcs.h
7453         (insertStringAsLines): breakParagraph is now in global scope
7454
7455         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
7456         paragraph_funcs.C
7457
7458         * CutAndPaste.C: include paragraph_funcs.h
7459         (cutSelection): breakParagraphConservative is now in global scope
7460         (pasteSelection): ditto
7461
7462         * buffer.h: declare oprator== and operator!= for
7463         Buffer::inset_iterator
7464
7465         * bufferlist.C (emergencyWrite): don't use fmt(...)
7466
7467         * text3.C: add using std::endl
7468
7469         * BufferView.C (moveCursorUpdate): remove default arg
7470
7471 2002-08-20  André Pönitz <poenitz@gmx.net>
7472
7473         * buffer.[Ch]: move inline functions to .C
7474
7475         * BufferView2.C:
7476         * BufferView_pimpl.C:
7477         * text.C:
7478         * buffer.[Ch]: use improved inset_iterator
7479
7480         * buffer.C:
7481         * paragraph.[Ch]: write one paragraph at a time
7482
7483 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
7484
7485         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
7486         style if style is not specified.
7487
7488 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7489
7490         * text2.C (setCounter): when searching for right label for a
7491         caption, make sure to recurse to parent insets (so that a caption
7492         in a minipage in a figure float works) (bug #568)
7493
7494 2002-08-20  André Pönitz <poenitz@gmx.net>
7495
7496         * text3.C: new file for LyXText::dispatch() and helpers
7497
7498         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
7499
7500         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
7501
7502 2002-08-19  André Pönitz <poenitz@gmx.net>
7503
7504         * lyxtext.h:
7505         * text.C: new LyXText::dispatch()
7506
7507         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
7508
7509 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
7510
7511         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
7512
7513         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
7514         Hebrew text.
7515
7516 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7517
7518         * Makefile.am: use $(variables) instead of @substitutions@
7519
7520 2002-08-15  André Pönitz <poenitz@gmx.net>
7521
7522         * lyxfunc.C:
7523         * BufferView_pimpl.C: streamlining mathed <-> outer world
7524         interaction
7525
7526         * commandtags.h:
7527         * LyXAction.C: remove unused LFUN_MATH
7528
7529 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7530
7531         * paragraph.[Ch]: add some NO_NEXT ifdefs.
7532
7533 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7534
7535         * paragraph.C (Paragraph): reformat a bit
7536         (cutIntoMinibuffer): use builtin InsetList function instad of
7537         doing it manually.
7538         (getInset): ditto
7539
7540         * buffer.C: include boost/bind.hpp, add using std::for_each
7541         (writeFileAscii): use ParagraphList iterators
7542         (validate): use for_each for validate traversal of paragraphs
7543         (getBibkeyList): use ParagraphList iterators
7544         (resizeInsets): use for_each to resizeInsetsLyXText for all
7545         paragraphs.
7546         (getParFromID): use ParagraphList iterators
7547
7548         * BufferView2.C (lockInset): use paragraph list and iterators
7549
7550 2002-08-14  John Levon  <levon@movementarian.org>
7551
7552         * lyxserver.C: remove spurious xforms include
7553
7554 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7555
7556         * lyxfunc.C (getStatus): disable math-extern outside of math mode
7557
7558 2002-08-13  André Pönitz <poenitz@gmx.net>
7559
7560         * LyXAction.[Ch]:
7561         * lyxfunc.C: further cleaning
7562
7563 2002-08-13  André Pönitz <poenitz@gmx.net>
7564
7565         * funcrequest.h: new constructor
7566
7567         * funcrequest.C: move stuff here from .h
7568
7569         * Makefile.am:
7570         * BufferView_pimpl.C:
7571         * LyXAction.C:
7572         * toc.C:
7573         * lyxfunc.C: subsequent changes
7574
7575         * lyxfunc.h: new view() member function
7576
7577         * lyxfunc.C: subsequent changes
7578
7579 2002-08-13  Angus Leeming  <leeming@lyx.org>
7580
7581         * BufferView2.C:
7582         * BufferView_pimpl.C:
7583         * buffer.C:
7584         * converter.C:
7585         * importer.C:
7586         * lyxfunc.C:
7587         * lyxvc.C:
7588         * toc.C:
7589         * vc-backend.C:
7590         changes due to the changed LyXView interface that now returns references
7591         to member variables not pointers.
7592
7593 2002-08-13  Angus Leeming  <leeming@lyx.org>
7594
7595         * WordLangTuple (word, lang_code): return references to strings,
7596         not strings.
7597
7598         * BufferView.h:
7599         * SpellBase.h:
7600         * lyxtext.h: forward-declare WordLangTuple.
7601
7602         * BufferView2.C:
7603         * ispell.C:
7604         * pspell.C:
7605         * text.C: #include "WordLangTuple.h".
7606
7607         * lyxtext.h:
7608         * text.C: (selectNextWordToSpellcheck): constify return type.
7609
7610 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
7611
7612         * buffer.C:
7613         * buffer.h:
7614         * lyxtext.h:
7615         * paragraph.C:
7616         * paragraph_pimpl.h:
7617         * text.C:
7618         * text2.C:
7619         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
7620         suggested by Angus.
7621         Made updateCounter always count from start of buffer, and removed
7622         second argument (par).
7623         Reverted floats number display to '#'. Perhaps I'll try again when the
7624         code base is sanitized a bit.
7625
7626 2002-08-12  Angus Leeming  <leeming@lyx.org>
7627
7628         * buffer.[Ch] (getLabelList): constify.
7629
7630 2002-08-07  André Pönitz <poenitz@gmx.net>
7631
7632         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
7633
7634         * funcrequest.h: extension to keep mouse (x,y) position
7635
7636 2002-08-12  Juergen Vigna  <jug@sad.it>
7637
7638         * BufferView2.C (insertErrors): forbid undo when inserting error
7639         insets.
7640
7641         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
7642
7643 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7644
7645         * ParagraphList.[Ch]: new files
7646
7647         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
7648
7649         * BufferView2.C (lockInset): ParagraphList changes
7650         * toc.C: ditto
7651         * text2.C: ditto
7652         * bufferlist.C: ditto
7653         * buffer.h: ditto
7654         * buffer.C: ditto
7655
7656 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7657
7658         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
7659         unused class variable counter_,
7660
7661         * paragraph.[Ch] (getFirstCounter): delete unused function
7662
7663         * counters.C: include LAssert.h
7664         (reset): add a new function with no arg, change other version to
7665         not have def. arg and to not allow empty arg.
7666
7667         * text2.C (setCounter): remove empty arg from call to Counters::reset
7668
7669 2002-08-11  John Levon  <levon@movementarian.org>
7670
7671         * Makefile.am: add WordLangTuple.h
7672
7673 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7674
7675         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
7676         lyxfunc.C lyxlex_pimpl.C: ws changes only.
7677
7678         * insets/insettext.C: InsetList changes
7679
7680         * graphics/GraphicsSupport.C (operator()): InsetList changes
7681
7682         * toc.C (getTocList): InsetList changes
7683
7684         * paragraph_pimpl.[Ch]: InsetList changes
7685
7686         * paragraph.[Ch]: InsetList changes
7687
7688         * buffer.C (inset_iterator): InsetList changes
7689         (setParagraph): ditto
7690         * buffer.h (inset_iterator): ditto
7691         * iterators.C (operator++): ditto
7692         * iterators.h: ditto
7693
7694         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
7695
7696         * InsetList.[Ch]: new files, most InsetList handling moved out of
7697         paragraph.C.
7698
7699         * BufferView2.C (removeAutoInsets): InsetList changes
7700         (lockInset): ditto
7701         (ChangeInsets): ditto
7702
7703 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7704
7705         * paragraph_pimpl.h (empty): new function
7706
7707         * paragraph.[Ch] (empty): new function
7708
7709         * other files: use the new Paragraph::empty function
7710
7711 2002-08-09  John Levon  <levon@movementarian.org>
7712
7713         * lyxtext.h: remove unused refresh_height
7714
7715 2002-08-09  John Levon  <levon@movementarian.org>
7716
7717         * Makefile.am:
7718         * sgml.h:
7719         * sgml.C:
7720         * buffer.C:
7721         * paragraph.h:
7722         * paragraph.C: move sgml char escaping out of paragraph
7723
7724         * paragraph.h:
7725         * paragraph.C: remove id setter
7726
7727         * buffer.C:
7728         * paragraph.C:
7729         * paragraph_pimpl.C: remove dead tex_code_break_column
7730
7731         * bufferview_funcs.C: small cleanup
7732
7733         * lyxfunc.C: remove dead proto
7734
7735         * lyxtext.h: make some stuff private. Remove some dead stuff.
7736
7737         * lyxgluelength.C: make as[LyX]String() readable
7738
7739 2002-08-08  John Levon  <levon@movementarian.org>
7740
7741         * LyXAction.h:
7742         * LyXAction.C:
7743         * MenuBackend.C:
7744         * ToolbarDefaults.C:
7745         * lyxfunc.C:
7746         * lyxrc.C:
7747         * toc.C: lyxaction cleanup
7748
7749 2002-08-08  John Levon  <levon@movementarian.org>
7750
7751         * BufferView2.C: small cleanup
7752
7753         * lyxfind.h:
7754         * lyxfind.C: move unnecessary header into the .C
7755
7756 2002-08-08  John Levon  <levon@movementarian.org>
7757
7758         * funcrequest.h: just tedious nonsense
7759
7760         * lyx_main.h:
7761         * lyx_main.C: cleanups
7762
7763         * buffer.C:
7764         * vspace.C: remove dead header lyx_main.h
7765
7766 2002-08-07  Angus Leeming  <leeming@lyx.org>
7767
7768         * Paragraph.[Ch]:
7769         * paragraph_pimpl.h:
7770         Forward declare class Counters in paragraph.h by moving the ctrs member
7771         variable into Paragraph::Pimpl.
7772         (counters): new method, returning a reference to pimpl_->ctrs.
7773
7774         * text2.C: ensuing changes.
7775
7776 2002-08-07  John Levon  <levon@movementarian.org>
7777
7778         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
7779
7780         * BufferView_pimpl.C: announce X selection on double/triple
7781           click
7782
7783         * lyx_main.C: use correct bool in batch dispatch
7784
7785         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
7786
7787 2002-08-07  André Pönitz <poenitz@gmx.net>
7788
7789         * funcrequest.h: new class to wrap a kb_action and its argument
7790
7791         * BufferView.[Ch]:
7792         * BufferView_pimpl[Ch]:
7793         * LaTeX.C:
7794         * LyXAction.[Ch]:
7795         * lyxfunc.[Ch]:
7796         * lyxrc.C: subsequent changes
7797
7798
7799 2002-08-07  John Levon  <levon@movementarian.org>
7800
7801         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
7802           document options change.
7803
7804 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
7805
7806         * counters.[Ch]
7807         * text2.C
7808         * paragraph.[Ch]
7809         * makefile.am: move counters functionality over from
7810         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
7811
7812 2002-08-06  John Levon  <levon@movementarian.org>
7813
7814         * WordLangTuple.h: new file for word + language code tuple
7815
7816         * SpellBase.h:
7817         * pspell.h:
7818         * pspell.C:
7819         * ispell.h:
7820         * ispell.C:
7821         * lyxtext.h:
7822         * text.C:
7823         * text2.C:
7824         * BufferView.h:
7825         * BufferView2.C: use WordLangTuple
7826
7827         * layout.h:
7828         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
7829
7830 2002-08-06  John Levon  <levon@movementarian.org>
7831
7832         * lyx_main.C: fix cmdline batch handling
7833
7834 2002-08-06  André Pönitz <poenitz@gmx.net>
7835
7836         * lyxrc.C: set default for show_banner to true
7837
7838 2002-08-06  John Levon  <levon@movementarian.org>
7839
7840         * pspell.C: fix a crash, and allow new aspell to work
7841
7842 2002-08-06  John Levon  <levon@movementarian.org>
7843
7844         * lyxfunc.C:
7845         * kbmap.C: small cleanup
7846
7847         * vspace.h:
7848         * vspace.C: add const
7849
7850 2002-08-05  John Levon  <levon@movementarian.org>
7851
7852         * LyXAction.C: back to tabular-insert
7853
7854 2002-08-04  John Levon  <levon@movementarian.org>
7855
7856         * BufferView.h:
7857         * BufferView.C: cosmetic change
7858
7859         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
7860
7861         * bufferlist.C:
7862         * buffer.h:
7863         * buffer.C:
7864         * lyxcb.h:
7865         * lyxcb.C:
7866         * lyxserver.C:
7867         * lyxvc.C:
7868         * vc-backend.C:
7869         * BufferView2.C: purge all "Lyx" not "LyX" strings
7870
7871         * lyxcursor.h:
7872         * lyxcursor.C: attempt to add some documentation
7873
7874         * lyxfunc.C:
7875         * commandtags.h:
7876         * LyXAction.C:
7877         * ToolbarDefaults.C:
7878         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
7879           merge with LFUN_TABULAR_INSERT
7880
7881         * Makefile.am:
7882         * SpellBase.h:
7883         * ispell.h:
7884         * ispell.C:
7885         * pspell.h:
7886         * pspell.C: split up i/pspell implementations into separate
7887           files, many cleanups
7888
7889         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
7890
7891         * text2.C: some cleanup
7892
7893         * lyxfunc.C: don't check for isp_command == "none" any more, it
7894           didn't make any sense
7895
7896 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
7897
7898         * counters.[Ch]
7899         * text2.C
7900         * paragraph.[Ch]
7901         * makefile.am: move counters functionality over
7902         from text2.C/paragraph.[Ch] to counters.[Ch], and
7903         make proper C++.
7904 2002-08-02  John Levon  <levon@movementarian.org>
7905
7906         * buffer.C: s/lyxconvert/lyx2lyx/
7907
7908 2002-08-02  Angus Leeming  <leeming@lyx.org>
7909
7910         * lyxlex.C: revert John's change as it breaks reading of the user
7911         preamble.
7912
7913 2002-08-02  Angus Leeming  <leeming@lyx.org>
7914
7915         * importer.C (Import):
7916         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
7917         changes due to LyXView::view() now returning a boost::shared_ptr.
7918
7919 2002-08-02  John Levon  <levon@movementarian.org>
7920
7921         * lyxlex.C: small cleanup
7922
7923 2002-08-02  John Levon  <levon@movementarian.org>
7924
7925         * text2.C (status): small cleanup, no logic change
7926
7927 2002-08-01  John Levon  <levon@movementarian.org>
7928
7929         * buffer.h:
7930         * buffer.C (writeFile): don't output alerts, caller
7931           handles this
7932
7933         * bufferlist.C:
7934         * lyx_cb.C: from above
7935
7936         * lyxfunc.C: allow to open non-existent files
7937
7938 2002-07-31  John Levon  <levon@movementarian.org>
7939
7940         * lyxserver.C: don't let incidental errors get
7941           in the way (errno)
7942
7943 2002-07-30  John Levon  <levon@movementarian.org>
7944
7945         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
7946
7947 2002-07-30  John Levon  <levon@movementarian.org>
7948
7949         * lyxserver.h:
7950         * lyxserver.C: remove I/O callback too
7951
7952 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7953
7954         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
7955         log.
7956
7957 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
7958
7959         * many files: strip,frontStrip -> trim,ltrim,rtrim
7960
7961 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7962
7963         * PrinterParams.h: remove extern containsOnly, and include
7964         support/lstrings.h instead.
7965
7966         * LaTeX.C (scanAuxFile): modify because of strip changes
7967         (deplog): ditto
7968         * buffer.C (makeLaTeXFile): ditto
7969         * bufferparams.C (writeFile): ditt
7970         * lyxfont.C (stateText): ditto
7971         * lyxserver.C (read_ready): ditto
7972         * vc-backend.C (scanMaster): ditto
7973
7974         * BufferView_pimpl.h: ws changes
7975
7976         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
7977
7978 2002-07-26  André Pönitz <poenitz@gmx.net>
7979
7980         * kb_sequence.C: remove unnedred usings
7981
7982 2002-07-26  Juergen Vigna  <jug@sad.it>
7983
7984         * lyxfind.C (LyXReplace): we have to check better if the returned
7985         text is not of theLockingInset()->getLockingInset().
7986
7987 2002-07-25  Juergen Vigna  <jug@sad.it>
7988
7989         * lyxfind.C (LyXReplace): don't replace if we don't get the
7990         right LyXText.
7991
7992         * undo_funcs.C (createUndo): remove debugging code.
7993
7994 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
7995
7996         * buffer.C (parseSingleLyXformat2Token): Use default placement
7997         when reading old floats.
7998
7999         * FloatList.C (FloatList): Change the default placement of figure
8000         and tables to "tbp".
8001
8002 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8003
8004         * MenuBackend.C: using std::max
8005
8006 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8007
8008         * MenuBackend.C (expandToc):
8009         (expandToc2): code moved from xforms menu frontend. It is now
8010         generic and TOCs are transparent to menu frontends.
8011
8012 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8013
8014         * toc.C (getTocList): protect against buf=0
8015
8016         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8017         Menu as first parameter. Now, this calls itself recursively to
8018         expand a whole tree (this will be useful for TOC handling)
8019         (expandFloatInsert): remove 'wide' version of floats
8020
8021         * MenuBackend.h (submenuname): returns the name of the submenu.
8022         (submenu): returns the submenu itself, provided it has been
8023         created by MenuBackend::expand
8024
8025 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8026
8027         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8028         insets which have noFontChange == true. (bug #172)
8029
8030 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8031
8032         * BufferView_pimpl.C: add connection objects and use them...
8033         (Pimpl): here.
8034
8035 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8036
8037         * MenuBackend.C (expandLastfiles):
8038         (expandDocuments):
8039         (expandFormats):
8040         (expandFloatListInsert):
8041         (expandFloatInsert):
8042         (expand): split expand in parts
8043
8044 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8045
8046         * lyx_gui.C: use lyx_gui::exit()
8047
8048 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8049
8050         * LyXAction.C: show the failing pseudo action
8051
8052 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8053
8054         * buffer.C (readFile): Run the lyxconvert script in order to read
8055         old files.
8056
8057 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8058
8059         * LyXAction.C:
8060         * commandtags.h:
8061         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8062
8063 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8064
8065         * LyXAction.C:
8066         * commandtags.h:
8067         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8068
8069 2002-07-22  Herbert Voss  <voss@lyx.org>
8070
8071         * lengthcommon.C:
8072         * lyxlength.[Ch]: add support for the vertical lengths
8073
8074 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8075
8076         * toc.[Ch]: std:: fixes
8077
8078 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8079
8080         * lyxrc.C: do not include lyx_main.h
8081
8082         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8083         for layouts
8084
8085         * lyxrc.C:
8086         * encoding.C:
8087         * bufferlist.C:
8088         * BufferView2.C: include "lyxlex.h"
8089
8090         * tabular.h:
8091         * bufferparams.h: do not #include "lyxlex.h"
8092
8093         * lyxtextclasslist.C (Add): remove method
8094         (classlist): renamed to classlist_
8095
8096         * paragraph_pimpl.C:
8097         * paragraph.C:
8098         * text2.C:
8099         * CutAndPaste.C:
8100         * bufferview_funcs.C:
8101         * bufferlist.C:
8102         * text.C:
8103         * LaTeXFeatures.C:
8104         * buffer.C:
8105         * toc.C (getTocList): use BufferParams::getLyXTextClass
8106
8107         * toc.C (getTocList): use InsetFloat::addToToc
8108
8109         * toc.[Ch]: new files, containing helper functions to handle table
8110         of contents
8111
8112         * lyxfunc.C (dispatch): no need to remove spaces around command
8113         given as a string
8114         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8115         first command of the sequence; it is not very clever, but I do not
8116         have a better idea, actually
8117
8118         * LyXAction.C (LookupFunc): make sure to remove space at the
8119         beginning and end of the command
8120
8121 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8122
8123         * MenuBackend.C (getMenubar): new method: return the menubar of
8124         this menu set
8125         (read): treat differently reading of menu and menubar (in
8126         particular, the menubar has no name now)
8127         (Menu::menubar): remove
8128
8129         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8130         saving is finished
8131
8132 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8133
8134         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8135         a bibitem inset in a RTL paragraph.
8136
8137 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8138
8139         * paragraph_pimpl.C: constify
8140
8141         * BufferView_pimpl.C:
8142         * LaTeX.C:
8143         * lyxfunc.C: fix dispatch in a nicer way
8144
8145 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8146
8147         * lyxfunc.C (dispatch):
8148         * BufferView_pimpl.C:
8149         * BufferView_pimpl.h:
8150         * BufferView.C:
8151         * BufferView.h: rename Dispatch() to dispatch()
8152
8153         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8154
8155         * lyxlayout.C (Read): honor DependsOn tag
8156
8157         * lyxlayout.[Ch] (depends_on): new method
8158
8159         * version.C.in: update lyx_docversion
8160
8161         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8162
8163         * paragraph.C (validate): remove from here...
8164         * paragraph_pimpl.C (validate): ... and move here
8165         (isTextAt): make it const
8166
8167         * buffer.C (getLists): ws cleanup
8168
8169 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8170
8171         * language.C (read): Use iso8859-1 encoding in latex_lang
8172         (this prevents LyX from crashing when using iso10646-1 encoding).
8173
8174 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8175
8176         * text2.C (toggleInset): if cursor is inside an inset, close the
8177         inset and leave cursor _after_ it
8178
8179 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8180
8181         * lyxfunc.C: move minibuffer completion handling out of here
8182
8183 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8184
8185         * BufferView_pimpl.C:
8186         * LaTeX.C: fix dispatch calls
8187
8188 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8189
8190         * text.C (drawChars): Fix Arabic text rendering.
8191
8192 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8193
8194         * LyXAction.C:
8195         * commandtags.h:
8196         * lyxfunc.C: remove message-push/pop
8197
8198         * lyxserver.C:
8199         * lyxfunc.h:
8200         * lyxfunc.C: rationalise some code by removing verboseDispatch
8201           in favour of a bool argument to dispatch()
8202
8203 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8204
8205         * lyx_main.C (init): make sure to read symlinks as absolute paths
8206
8207 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8208
8209         * lyxfunc.h:
8210         * lyxfunc.C: no need for commandshortcut to be a member
8211
8212 2002-07-15  André Pönitz <poenitz@gmx.net>
8213
8214         * converter.C: add support for $$s (scripts from lib/scripts dir)
8215         * lyx_main.C: white space
8216
8217 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8218
8219         * bufferlist.C:
8220         * lyxrc.h:
8221         * lyxrc.C: remove second exit confirmation
8222
8223 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8224
8225         * BufferView.h:
8226         * BufferView.C:
8227         * BufferView2.C:
8228         * BufferView_pimpl.h:
8229         * BufferView_pimpl.C:
8230         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8231
8232 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8233
8234         * MenuBackend.C (expand): add numeric shortcuts to document menu
8235
8236         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8237
8238 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8239
8240         * lyxfont.C (setLyXFamily):
8241         (setLyXSeries):
8242         (setLyXShape):
8243         (setLyXSize):
8244         (setLyXMisc):
8245         (lyxRead):
8246         * debug.C (value):
8247         * buffer.C (asciiParagraph): use ascii_lowercase
8248
8249 2002-07-15  Mike Fabian  <mfabian@suse.de>
8250
8251         * lyxlex_pimpl.C (search_kw):
8252         * lyxlex.C (getLongString):
8253         * converter.h (operator<):
8254         * converter.C (operator<):
8255         * buffer.C (parseSingleLyXformat2Token):
8256         (asciiParagraph):
8257         * ToolbarDefaults.C (read):
8258         * MenuBackend.C (checkShortcuts):
8259         (read):
8260         * LColor.C (getFromGUIName):
8261         (getFromLyXName): use the compare_ascii_no_case instead of
8262         compare_no_case, because in turkish, 'i' is not the lowercase
8263         version of 'I', and thus turkish locale breaks parsing of tags.
8264
8265 2002-07-16  Angus Leeming  <leeming@lyx.org>
8266
8267         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8268         now takes a Buffer const & argument.
8269
8270 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8271
8272         * BufferView.C (resize): check there's a buffer to resize
8273
8274 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8275
8276         * lyxfunc.C: remove dead code
8277
8278         * lyxserver.h:
8279         * lyxserver.C: use lyx_guii::set_read_callback
8280
8281 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8282
8283         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8284         an inset in a RTL paragraph.
8285
8286 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8287
8288         * lyxfunc.C: repaint after a font size update
8289
8290 2002-07-15  André Pönitz <poenitz@gmx.net>
8291
8292         * lyxlength.C: inBP should be able to return negative values
8293
8294 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8295
8296         * lyxfunc.C: use lyx_gui::update_fonts()
8297
8298 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8299
8300         * lyxfunc.C: use lyx_gui::update_color()
8301
8302 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8303
8304         * bufferlist.C:
8305         * lyxfunc.h:
8306         * lyxfunc.C:
8307         * lyxrc.h:
8308         * lyxrc.C: remove file->new asks for name option, and let
8309           buffer-new take an argument
8310
8311 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8312
8313         * BufferView_pimpl.C: remove unneeded extra repaint()
8314
8315 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8316
8317         * LyXAction.C: allow command-sequence with NoBuffer
8318
8319         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8320
8321 2002-07-10  Angus Leeming  <leeming@lyx.org>
8322
8323         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8324
8325 2002-07-09  Angus Leeming  <leeming@lyx.org>
8326
8327         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8328
8329 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8330
8331         * lengthcommon.h: whitespace
8332
8333         * lyxfunc.C: update scrollbar after goto paragraph
8334
8335         * lyxtext.h: factor out page break drawing, and fix it so
8336           page break/added space paints as selected nicely
8337
8338 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8339
8340         * BufferView_pimpl.C: add FIXMEs, clean up a little
8341
8342 2002-07-09  André Pönitz <poenitz@gmx.net>
8343
8344         * lyxfont.[Ch]: support for wasy symbols
8345
8346 2002-07-08  André Pönitz <poenitz@gmx.net>
8347
8348         * BufferView_pimpl.C: apply John's patch for #93.
8349
8350 2002-07-05  Angus Leeming  <leeming@lyx.org>
8351
8352         * BufferView_pimpl.C (buffer): generate previews if desired.
8353
8354         * LColor.h: add "preview" to the color enum.
8355
8356         * LColor.C (LColor): add a corresponding entry to the items array.
8357
8358         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
8359         with this buffer.
8360
8361 2002-07-05  Angus Leeming  <leeming@lyx.org>
8362
8363         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
8364         The body of the code is now in the method that is passed an ostream &
8365         rather than a file name.
8366         Pass an additional only_preamble parameter, useful for the forthcoming
8367         preview stuff.
8368
8369 2002-07-03  André Pönitz <poenitz@gmx.net>
8370
8371         * lyxfunc.C: simplify getStatus() a bit for math stuff
8372
8373 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8374
8375         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
8376
8377 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8378
8379         * text.C (changeRegionCase): do not change case of all the
8380         document when region ends at paragraph end (bug #461)
8381
8382 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8383
8384         * paragraph.C (startTeXParParams):
8385         (endTeXParParams): add \protect when necessary
8386
8387 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8388
8389         * BufferView_pimpl.C (workAreaExpose): remove warning
8390
8391 2002-06-27  Angus Leeming  <leeming@lyx.org>
8392
8393         * Makefile.am: add lyxlayout_ptr_fwd.h.
8394
8395 2002-06-26  André Pönitz <poenitz@gmx.net>
8396
8397         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
8398
8399 2002-06-25  Angus Leeming  <leeming@lyx.org>
8400
8401         * lyxfunc.C (dispatch): Comment out the call to
8402         grfx::GCache::changeDisplay. The method no longer exists now that the
8403         pixmap generation part of the graphics loader has been moved into
8404         InsetGraphics.
8405
8406 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8407
8408         * text2.C: layout as layout
8409
8410         * text.C: layout as layout
8411
8412         * tabular.C (OldFormatRead): layout as layout
8413
8414         * paragraph_pimpl.C (TeXDeeper): layout as layout
8415         (realizeFont): layout as layout
8416
8417         * paragraph.C (writeFile): layout as layout
8418         (validate): layout as layout
8419         (getFont): layout as layout
8420         (getLabelFont): layout as layout
8421         (getLayoutFont): layout as layout
8422         (breakParagraph): layout as layout
8423         (stripLeadingSpaces): layout as layout
8424         (getEndLabel): layout as layout
8425         (getMaxDepthAfter): layout as layout
8426         (applyLayout): layout as layout
8427         (TeXOnePar): layout as layout
8428         (simpleTeXOnePar): layout as layout
8429         (TeXEnvironment): layout as layout
8430         (layout): layout as layout
8431         (layout): layout as layout
8432
8433         * lyxtextclass.C (compare_name): new functor to work with
8434         shared_ptr, layout as layout
8435         (Read): layout as layout
8436         (hasLayout): layout as layout
8437         (operator): layout as layout
8438         (delete_layout): layout as layout
8439         (defaultLayout): layout as layout
8440
8441         * lyxlayout_ptr_fwd.h: new file
8442
8443         * lyxlayout.C (Read): layout as layout
8444
8445         * lyx_cb.C (MenuInsertLabel): layout as layout
8446
8447         * bufferlist.C (newFile): layout as layout
8448
8449         * buffer.C (readLyXformat2): layout as layout
8450         (parseSingleLyXformat2Token): layout as layout
8451         (insertStringAsLines): layout as layout
8452         (asciiParagraph): layout as layout
8453         (latexParagraphs): layout as layout
8454         (makeLinuxDocFile): layout as layout
8455         (simpleLinuxDocOnePar): layout as layout
8456         (makeDocBookFile): layout as layout
8457         (simpleDocBookOnePar): layout as layout
8458         (getLists): layout as layout
8459
8460         * LaTeXFeatures.C (getTClassPreamble): layout as layout
8461
8462         * CutAndPaste.C (cutSelection): layout as layout
8463         (pasteSelection): layout as layout
8464         (SwitchLayoutsBetweenClasses): layout as layout
8465
8466         * BufferView_pimpl.C (Dispatch): layout as layout
8467         (smartQuote): layout as layout
8468
8469         * BufferView2.C (unlockInset): layout as layout
8470
8471 2002-06-24  André Pönitz <poenitz@gmx.net>
8472
8473         * lyxfunc.C: fix #487
8474
8475 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8476
8477         * lyxrc.h:
8478         * lyxrc.C:
8479         * lyxfunc.C: remove display_shortcuts, show_banner
8480
8481 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8482
8483         * Buffer_pimpl.C: oops, update on resize
8484
8485 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8486
8487         * buffer.C:
8488         * converter.C:
8489         * exporter.C:
8490         * lyxfunc.C:
8491         * BufferView.h:
8492         * BufferView.C: use repaint()
8493
8494         * BufferView_pimpl.h:
8495         * BufferView_pimpl.C: s/updateScreen()/repaint()/
8496           as it's a clearer description. Remove superfluous
8497           redraws.
8498
8499 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8500
8501         * text.C: fix bug 488. Not ideal, but getting
8502           getWord() to work properly for the insets that
8503           matter is more difficult ...
8504
8505 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8506
8507         * BufferView_pimpl.C:
8508         * LyXAction.C:
8509         * commandtags.h:
8510         * lyxfunc.C: remove the six million index lyxfuncs to just
8511           one, and DTRT (bug 458)
8512
8513 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8514
8515         * BufferView.h:
8516         * BufferView.C:
8517         * BufferView_pimpl.h:
8518         * BufferView_pimpl.C: clean up resize() stuff,
8519           and unnecessary updateScreen()s
8520
8521 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8522
8523         * BufferView.h:
8524         * BufferView.C:
8525         * BufferView_pimpl.h:
8526         * BufferView_pimpl.C:
8527         * lyxfind.h:
8528         * lyxfind.C:
8529         * minibuffer.C: remove focus management of workarea,
8530           not needed. Use screen's greyOut()
8531
8532 2002-06-17  Herbert Voss  <voss@lyx.org>
8533
8534         * converter.C: (convert) do not post a message, when converting
8535         fails, let the calling function decide what to do in this case
8536
8537 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
8538
8539         * lyxfunc.C: tidy up a little
8540
8541 2002-06-16    <alstrup@diku.dk>
8542
8543         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
8544         Got rid of FORMS_H_LOCATION include. Now we are
8545         GUII.
8546
8547 2002-06-15  LyX Development team  <lyx@rilke>
8548
8549         * buffer.[Ch] (sgmlOpenTag):
8550         (sgmlCloseTag): Added support for avoiding pernicious mixed
8551         content. Return number of lines written.
8552
8553         (makeLinuxDocFile):
8554         (makeDocBookFile): Fixed calls to sgml*Tag.
8555         Simple white space clean.
8556
8557         (simpleDocBookOnePar): Simple white space clean.
8558
8559         * tabular.[Ch] (docBook): Renamed to docbook and got another
8560         argument to related with the pernicious mixed content.
8561
8562         (docbookRow): Fixed calls for docbook inset method.
8563
8564 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
8565
8566         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
8567         so it's X11 independent.
8568
8569         * kb*.[Ch]: ditto.
8570
8571         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
8572
8573 2002-06-15  Lyx Development team  <lyx@electronia>
8574
8575         * intl.h: Renamed getTrans to getTransManager.
8576
8577 2002-06-14  Angus Leeming  <leeming@lyx.org>
8578
8579         * Makefile.am: nuke forgotten stl_string_fwd.h.
8580
8581 2002-06-12  Angus Leeming  <leeming@lyx.org>
8582
8583         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
8584
8585 2002-06-13  Angus Leeming  <leeming@lyx.org>
8586
8587         * LaTeX.C:
8588         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
8589
8590 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
8591
8592         * kbmap.C (getiso): add support for cyrillic and greek
8593
8594 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8595
8596         * BufferView.h:
8597         * BufferView.C:
8598         * BufferView_pimpl.h:
8599         * BufferView_pimpl.C: move bogus scrolling logic
8600           to xforms
8601
8602 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8603
8604         * lyxfunc.C:
8605         * BufferView_pimpl.C: view->resize() change
8606
8607 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8608
8609         * BufferView_pimpl.C: topCursorVisible
8610           prototype change
8611
8612 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8613
8614         * Makefile.am:
8615         * lyx_gui.h:
8616         * lyx_gui.C: move to frontends/
8617
8618         * main.C:
8619         * lyx_main.h:
8620         * lyx_main.C: changes from above
8621
8622 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8623
8624         * intl.C:
8625         * intl.h:
8626         * kbmap.C:
8627         * kbsequence.C:
8628         * lyx_cb.C:
8629         * lyx_main.C: minor tidy
8630
8631 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8632
8633         * BufferView_pimpl.h:
8634         * BufferView_pimpl.C:
8635         * BufferView.h:
8636         * BufferView.C: make painter() const,
8637           remove dead code
8638
8639         * BufferView2.C: use screen() accessor
8640
8641         * lyx_main.h:
8642         * lyx_main.C: some minor cleanup
8643
8644 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8645
8646         * BufferView_pimpl.h:
8647         * BufferView_pimpl.C: remove enter/leaveView,
8648           use workHeight()
8649
8650 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8651
8652         * BufferView.h:
8653         * BufferView.C:
8654         * BufferView2.C:
8655         * BufferView_pimpl.h:
8656         * BufferView_pimpl.C: only construct screen once,
8657           rename
8658
8659         * lyxrc.C: remove pointless comment
8660
8661 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8662
8663         * BufferView.h:
8664         * BufferView.C: remove active() and belowMouse()
8665
8666         * BufferView_pimpl.h:
8667         * BufferView_pimpl.C: use workarea() not workarea_,
8668           and make it use a scoped_ptr instead
8669
8670 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8671
8672         * lyx_gui.C: add debug message on BadWindow
8673
8674 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8675
8676         * sp_spell.C: fdopen is not part of the C++ standard.
8677
8678         * paragraph.C (InsetIterator): use >= instead of ==
8679
8680 2002-06-07  Angus Leeming  <leeming@lyx.org>
8681
8682         Fixes needed to compile with Compaq cxx 6.5.
8683         * BufferView_pimpl.C:
8684         * DepTable.C:
8685         * buffer.C:
8686         * converter.C:
8687         * encoding.C:
8688         * lyx_gui.C:
8689         * lyx_main.C:
8690         * lyxtextclasslist.C:
8691         * minibuffer.C:
8692         * sp_spell.C:
8693         * tabular_funcs.C:
8694         * vc-backend.C:
8695         all c-library variables have been moved into namespace std. Wrap
8696         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
8697
8698         * lyxlength.C:
8699         * tabular-old.C:
8700         * tabular.C:
8701         Add a using std::abs declaration.
8702
8703         * kbmap.h (modifier_pair):
8704         * paragraph.h (InsetTable, InsetList):
8705         * lyxfont.h (FontBits):
8706         type definition made public.
8707
8708         * bufferlist.C (emergencyWriteAll): the compiler complains that
8709         there is more than one possible lyx::class_fun template to choose from.
8710         I re-named the void specialisation as lyx::void_class_fun.
8711
8712         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
8713
8714         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
8715         the compiler is is unable to find tostr in write_attribute.
8716
8717 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8718
8719         * buffer.C (sgmlError): hide #warning
8720
8721 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8722
8723         * xtl/*: get rid of xtl, which is not in use anyway
8724
8725         * LyXAction.C (init):
8726         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
8727         were unimplemented xtl experimentation
8728
8729 2002-06-04  André Pönitz <poenitz@gmx.net>
8730
8731         * lyxfunc.C: disable array operation on simple formulae
8732
8733 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
8734
8735         * converter.C: constify a bit
8736
8737 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
8738
8739         * lyx_gui.C: check xforms version correctly
8740
8741 2002-04-30  Herbert Voss  <voss@lyx.org>
8742
8743         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
8744         "keep" option
8745
8746 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
8747
8748         * lyxvc.C: fix bug 416 (make sure buffer is saved before
8749           attempt to register it with a VCS)
8750
8751 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8752
8753         * lyx_main.C (init): honor variables LYX_DIR_13x and
8754         LYX_USERDIR_13x
8755
8756 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8757
8758         * buffer.h:
8759         * buffer.C:
8760         * lyx_main.C: fix a crash on bad command line,
8761           and give a useful exit status on error
8762
8763         * lyxfunc.C (doImport): allow -i lyx to work
8764
8765 2002-03-30  André Pönitz <poenitz@gmx.net>
8766
8767         * lyxfunc.C: mathed font changes
8768
8769 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8770
8771         * LaTeX.C:
8772         * importer.h:
8773         * importer.C:
8774         * lyx_sty.h:
8775         * lyx_sty.C:
8776         * lyxlex.C:
8777         * lyxrow.h:
8778         * lyxtext.h:
8779         * paragraph.h:
8780         * paragraph.C:
8781         * texrow.h:
8782         * texrow.C:
8783         * text.C:
8784         * trans_mgr.h: srcdocs, and some minor cleanups
8785
8786 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8787
8788         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
8789         call getFont all the time)
8790
8791 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8792
8793         * switch from SigC signals to boost::signals
8794
8795 2002-05-29  André Pönitz <poenitz@gmx.net>
8796
8797         * paragraph_pimpl.C (getChar): don't call size() too often...
8798
8799 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8800
8801         * paragraph_pimpl.C (insertChar): do not try to update tables when
8802         appending (pos == size())
8803
8804         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
8805         in order to reduce drastically the number of comparisons needed to
8806         parse a large document
8807
8808 2002-05-29  André Pönitz <poenitz@gmx.net>
8809
8810         * text.C:
8811         * text2.C:
8812         * lyxtextclass.C:
8813         * sp_pspell.h:
8814         * textclasslist.[Ch]:
8815         * sp_ispell.h: whitespace change
8816
8817 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8818
8819         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
8820         lyxaction directly now.
8821
8822 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
8823
8824         * trans.C:
8825         * lyxfont.C:
8826         * lyxvc.C: remove unused headers
8827
8828 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8829
8830         * Makefile.am:
8831         * buffer.h:
8832         * undostack.h:
8833         * undostack.C:
8834         * undo_funcs.h:
8835         * undo_funcs.C: some cleanups. Use shared_ptr
8836           and a template for the undo stacks.
8837
8838 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8839
8840         * BufferView_pimpl.h:
8841         * BufferView_pimpl.C:
8842         * kbmap.h:
8843         * kbmap.C:
8844         * kbsequence.h:
8845         * kbsequence.C:
8846         * lyxfunc.h:
8847         * lyxfunc.C:
8848         * text2.C: use key_state/mouse_state
8849
8850 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8851
8852         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
8853         and LSubstring
8854
8855         * chset.C: change include order
8856         (loadFile): use boost regex and get rid of LRegex and LSubstring
8857
8858         * Makefile.am (BOOST_LIBS): new variable
8859         (lyx_LDADD): use it
8860
8861         * LaTeX.C: change include order.
8862         (scanAuxFile): use boost regex and get rid of LRegex and
8863         LSubstring
8864         (deplog): ditto
8865
8866 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8867
8868         * ColorHandler.h:
8869         * ColorHandler.C:
8870         * FontInfo.h:
8871         * FontInfo.C: moved to frontends/xforms/
8872
8873         * FontLoader.h:
8874         * FontLoader.C: moved into frontends for GUIIzation
8875
8876         * Makefile.am:
8877         * lyx_gui.C:
8878         * lyxfont.C:
8879         * lyxfunc.C: changes from above
8880
8881 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8882
8883         * LColor.C: remove spurious X include
8884
8885         * BufferView_pimpl.C:
8886         * Makefile.am:
8887         * font.h:
8888         * font.C:
8889         * text.C:
8890         * text2.C: move font metrics to frontends/
8891
8892 2002-05-24  Juergen Vigna  <jug@sad.it>
8893
8894         * undo_funcs.C (textHandleUndo): fix the cursor selection after
8895         setting the undo_cursor.
8896
8897         * ParagraphParameters.h: include local includes first.
8898
8899 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8900
8901         * BufferView_pimpl.C:
8902         * BufferView_pimpl.h:
8903         * Makefile.am:
8904         * WorkArea.h:
8905         * WorkArea.C:
8906         * screen.C: move WorkArea into frontends/
8907
8908         * lyxscreen.h:
8909         * screen.C:
8910         * text.C:
8911         * BufferView.C:
8912         * BufferView2.C: move LyXScreen into frontends/
8913
8914         * lyxlookup.h:
8915         * lyxlookup.C:
8916         * lyx_gui.C: move lyxlookup into frontends/xforms/
8917
8918 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8919
8920         * BufferView2.C:
8921         * BufferView_pimpl.C:
8922         * FontLoader.C:
8923         * LyXView.h:
8924         * LyXView.C:
8925         * Makefile.am:
8926         * WorkArea.C:
8927         * XFormsView.h:
8928         * XFormsView.C:
8929         * buffer.C:
8930         * bufferlist.C:
8931         * bufferview_funcs.C:
8932         * converter.C:
8933         * importer.C:
8934         * lyx_cb.C:
8935         * lyx_gui.C:
8936         * lyx_main.C:
8937         * lyx_find.C:
8938         * lyxfunc.C:
8939         * lyxvc.C:
8940         * minibuffer.C:
8941         * text.C:
8942         * text2.C:
8943         * trans.C:
8944         * vc-backend.C: move LyX/XFormsView into frontends/
8945
8946 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8947
8948         * Makefile.am:
8949         * PainterBase.C:
8950         * PainterBase.h:
8951         * Painter.C:
8952         * Painter.h:
8953         * WorkArea.C:
8954         * WorkArea.h:
8955         * screen.C:
8956         * tabular.C:
8957         * text.C:
8958         * text2.C: move Painter to frontends/
8959
8960 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8961
8962         * buffer.C: comment out some some code that depend upon lyx_format
8963         < 220
8964
8965         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
8966         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
8967
8968         * buffer.h (NO_COMPABILITY): turn off compability
8969
8970         * ColorHandler.C: include scoped_array.hpp
8971
8972         * font.C: Use more specific smart_ptr header.
8973         * Painter.C: ditto
8974         * gettext.C: ditto
8975         * ShareContainer.h: ditto
8976         * lyx_main.h: ditto
8977         * kbmap.h: ditto
8978         * FontInfo.h: ditto
8979         * BufferView_pimpl.h: ditto
8980         * ColorHandler.h: ditto
8981
8982         * kbmap.C (defkey): change call to shared_ptr::reset
8983
8984 2002-05-21  Juergen Vigna  <jug@sad.it>
8985
8986         * buffer.C (insertErtContents): fix to insert ert asis if it is
8987         non empty. Skip it completely if it contains only whitespaces.
8988
8989 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
8990
8991         * BufferView_pimpl.C:
8992         * BufferView2.C: clear selection on paste (bug 393)
8993
8994 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8995
8996         * DepTable.C: include ctime
8997
8998 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
8999
9000         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9001
9002 2002-05-14  Juergen Vigna  <jug@sad.it>
9003
9004         * text.C (breakParagraph): fixed function to honor the keepempty
9005         layout in the right maner and also to permit the right breaking
9006         algorithm on empty or non empyt keepempty paragraphs.
9007
9008         * paragraph.C (breakParagraph): we have to check also if the par
9009         is really empty (!size()) for isempty otherwise we do the wrong
9010         paragraph break.
9011
9012 2002-05-10  Juergen Vigna  <jug@sad.it>
9013
9014         * buffer.[Ch] : The following are only changes to the ert
9015         compatibility read reading old LaTeX layout and font stuff and
9016         convert it to ERTInsets.
9017
9018         * buffer.h: added isErtInset().
9019
9020         * buffer.C (struct ErtComp): add a fromlayout bool to check
9021         if we're inside a LaTeX layout.
9022         (isErtInset): new helper function.
9023         (insertErtContents): look for other ert insets before this one
9024         and insert the contents there, so that we don't have subsequent
9025         ERT insets with nothing between them. This way we create only one
9026         inset with multiple paragraphs. Also check if we don't insert only
9027         spaces ' ' as they are ignored anyway afterwards in the .tex file
9028         so if we have only spaces we will ignore this latex part in the
9029         new file.
9030         (parseSingleLyXformat2Token \\layout): better compatibility when
9031         reading layout-latex stuff.
9032         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9033         language tag.
9034         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9035         stuff after reading the inset only get the information back from
9036         the stack.
9037
9038 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9039
9040         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9041
9042         * LaTeXFeatures.C (getBabelOptions): New method.
9043
9044 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9045
9046         * BufferView_pimpl.C (Dispatch): work around missing argument for
9047         'layout'
9048
9049 2002-05-08  Juergen Vigna  <jug@sad.it>
9050
9051         * text.C (leftMargin): handle paragraph leftindent.
9052
9053         * paragraph.C (writeFile): write the new \\leftindent tag.
9054         (validate): handle leftindent code.
9055         (TeXEnvironment): handle paragraphleftindent code again.
9056
9057         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9058
9059         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9060         for paragrap_extra indent code and new token \\leftindent.
9061         (latexParagraphs): handle the leftindent as environment.
9062
9063         * ParameterStruct.h: added leftindent support.
9064
9065         * ParagraphParameters.C (leftIndent): added support functions for
9066         the paragraph left indent.
9067
9068         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9069         more appropriate.
9070
9071 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9072
9073         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9074         inside insetERT.
9075
9076         * text.C (computeBidiTables): No bidi in insetERT.
9077
9078         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9079         in RTL documents.
9080
9081 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9082
9083         * version.C.in: pre 5
9084
9085 2002-05-02  José Matos  <jamatos@fep.up.pt>
9086         * buffer.C (makeDocBookFile): white space changes, add newline to
9087         command styles.
9088         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9089
9090         * tabular.C (docBook): fix typo.
9091
9092 2002-05-03  Juergen Vigna  <jug@sad.it>
9093
9094         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9095         change in LyXText as we can not be sure it was not freed.
9096         (drawOneRow): remove unused code.
9097
9098         * text.C (drawInset): redo the calculation of the need_break_row as
9099         it could have a row which was already freed.
9100         (draw): look at the return value of drawInset and return false if
9101         it also returned false.
9102         (paintRowText): look at the return value of draw and return false if
9103         it also returned false.
9104
9105         * lyxtext.h: added bool return type to drawInset() and draw() so that
9106         if we have a change in the row so that the rowbreak has to be redone
9107         we abort drawing as it will be called again.
9108
9109 2002-05-02  Juergen Vigna  <jug@sad.it>
9110
9111         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9112         a change in the maintext also if we're inside an inset.
9113         (Dispatch): set the cursor again after a break line and after the
9114         screen has been updated as it could be we're in a different row.
9115
9116         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9117         to set the cursor behind the pargraph with > size().
9118         (setCursor): check also for the same paragraph when checking where
9119         to put the cursor if we have a NFR inset.
9120
9121         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9122         parts of layout read further up as it still was in the wrong
9123         position.
9124
9125 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9126
9127         * screen.C (drawFromTo): change sine fullRebreak always return
9128         true.
9129
9130         * buffer.C (parseSingleLyXformat2Token): reindent some
9131
9132         * BufferView_pimpl.C (update): change since fullRebreak always
9133         return true.
9134         (Dispatch): git rid of the last hardcoded "Standard"s.
9135
9136 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9137
9138         * text2.[Ch] (fullRebreak): make it return void now that we always
9139         returned true.
9140
9141 2002-04-30  Juergen Vigna  <jug@sad.it>
9142
9143         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9144         ert compatibility check for "latex" layout.
9145
9146 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9147
9148         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9149         minipages: use col% instead of p%, and also use the current font.
9150         (makeLaTeXFile): Fix use babel condition.
9151         (parseSingleLyXformat2Token): Correct font when reading old floats.
9152
9153 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9154
9155         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9156         inserting list of floats.
9157
9158 2002-04-25  Herbert Voss  <voss@lyx.org>
9159
9160         * MenuBackend.C (expand): don't add the graphics extensions to the
9161         export menu
9162
9163 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9164
9165         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9166         non-existing layout, do not complain if it was the default layout
9167         of the original class (bug #342)
9168
9169 2002-04-24  Juergen Vigna  <jug@sad.it>
9170
9171         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9172         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9173
9174 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9175
9176         * buffer.C (getBibkeyList): If using \bibliography, return the
9177         option field with the reference itself. Enables us to provide natbib
9178         support when using \bibliography.
9179
9180 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9181
9182         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9183
9184         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9185         natbib is provided by the LaTeX class.
9186
9187 2002-04-23  Juergen Vigna  <jug@sad.it>
9188
9189         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9190         Wakeup functions.
9191
9192         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9193
9194 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9195
9196         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9197
9198         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9199         ensuremath around textordmasculine, textordfeminine and
9200         textdegree.
9201
9202 2002-04-19  Juergen Vigna  <jug@sad.it>
9203
9204         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9205         reinitializing the buffer otherwise row-dimensions may be wrong.
9206         (update): reset also the selection cursors if they do exits otherwise
9207         their x/y positions may be wrong.
9208
9209         * text2.C (cursorDown): don't enter the inset if we came from a row
9210         above and are one row over the inset.
9211
9212         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9213         really leaving an inset.
9214
9215 2002-04-18  Juergen Vigna  <jug@sad.it>
9216
9217         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9218         of the selected paragraph does not have the selected layout also if
9219         the last one had!
9220
9221         * text2.C (setLayout): fixed bug which did not change last selected
9222         paragraph.
9223
9224         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9225         changed the read and substituted \\end_float with \\end_inset!
9226
9227         * BufferView_pimpl.C (cursorPrevious):
9228         (cursorNext): fixed to make it work with rows heigher than the work
9229         area without moving the cursor only the draw of the row.
9230         (workAreaMotionNotify): fix jumping over high rows.
9231
9232 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9233
9234         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9235         Ressler.
9236
9237 2002-04-16  Juergen Vigna  <jug@sad.it>
9238
9239         * text2.C (setCursor): set also the irow().
9240         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9241         (cursorUp):
9242         (cursorDown): support for locking an inset if the x_fix value goes
9243         inside it. That way I can transverse insets too with cursor up/down.
9244
9245         * lyxrow.h: added irow helper function same as other (i) functions.
9246
9247         * BufferView_pimpl.C (cursorPrevious):
9248         (cursorNext): fixed for insets!
9249
9250 2002-04-15  Juergen Vigna  <jug@sad.it>
9251
9252         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9253         position otherwise it is wrong in some cases.
9254
9255         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9256         inside the inset before the call.
9257
9258 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9259
9260         * buffer.[Ch] (getBibkeyList): make it const.
9261
9262 2002-04-12  Juergen Vigna  <jug@sad.it>
9263
9264         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9265
9266         * text2.C (getCursorX): new helper function
9267         (setCursor): compute also ix_
9268         (setCursorFromCoordinates): set also ix.
9269
9270         * lyxcursor.h: added ix_ and helper functions.
9271
9272         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9273
9274         * buffer.C (insertStringAsLines): dont break paragraph if the this
9275         paragraph is inside an inset which does not permit it!
9276
9277         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9278         also with no chars on this paragraph.
9279         (paintRowText): only paint stuff if it's inside the workarea!
9280
9281         * paragraph.C (breakParagraph): honor keepempty flag and break the
9282         paragraph always below not above.
9283
9284         * BufferView2.C (unlockInset): update the paragraph layout on inset
9285         unlock as we changed paragraph in such a case.
9286
9287         * lyxfind.C (LyXFind): clear the former selection if not found!
9288
9289         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9290         again called in insertChar().
9291
9292         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9293         an inset which uses the whole row!
9294         (rightMargin): ditto.
9295         (insertChar): force a rebreak if we inserted an inset!
9296
9297 2002-03-28  Herbert Voss  <voss@lyx.org>
9298
9299         * lyxlength.[Ch]: add inBP() to get the right PS-point
9300         units (BigPoint). With inPixels we have rounding errors
9301
9302 2002-04-11  Juergen Vigna  <jug@sad.it>
9303
9304         * text2.C (setCursorFromCoordinates): set iy to the right value.
9305         (setCursor): add check if row->previous exists!
9306
9307         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9308         an old float_type as this was the case in the old code!
9309
9310         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9311
9312         * BufferView2.C (showLockedInsetCursor): use iy
9313         (fitLockedInsetCursor): ditto
9314
9315         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9316         locked insets as there we have the right value now.
9317
9318         * lyxcursor.C: added iy_ variable and iy functions to set to the
9319         baseline of cursor-y of the locked inset.
9320
9321         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9322         (setCursor): fixed for insets which need a full row.
9323
9324         * text.C (rowLastPrintable): don't ignore the last space when before
9325         an inset which needs a full row.
9326         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9327         as last character of a row when before a inset which needs a full row.
9328
9329 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9330
9331         * version.C.in: update date
9332
9333         * text2.C (fullRebreak): try to always return true and see what
9334         happens...
9335
9336 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9337
9338         * MenuBackend.C (expand): use Floating::listName
9339
9340         * FloatList.C (FloatList): add listName argument to the built-in
9341         floats
9342
9343         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9344         text associated with the float.
9345
9346 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9347
9348         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
9349
9350 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9351
9352         * ShareContainer.h: add a couple of missing typenames.
9353
9354 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
9355
9356         * lyxrc.C (getDescription): use _() correctly rather than N_().
9357
9358 2002-03-28  Herbert Voss  <voss@lyx.org>
9359
9360         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
9361         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
9362
9363 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9364
9365         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
9366         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
9367
9368 2002-03-29  Juergen Vigna  <jug@sad.it>
9369
9370         * lyxfunc.C (dispatch): add a missing fitCursor call.
9371
9372         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
9373         it was scrolled by a cursor move, so return the bool status.
9374
9375         * BufferView.C (fitCursor): return the bool flag also to the outside
9376         world as this is needed.
9377
9378         * screen.C (toggleToggle): don't subtract the offset if it's positive.
9379
9380         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
9381         call the edit() as it is not needed (and wrong) IMO.
9382         (workAreaButtonPress): set the screen_first variable before evt.
9383         unlock the inset as this may change screen_first and then we have
9384         a wrong y position for the click!
9385
9386 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9387
9388         * MenuBackend.C (expand): another translation that I missed
9389
9390 2002-03-28  Juergen Vigna  <jug@sad.it>
9391
9392         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
9393
9394         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
9395
9396 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9397
9398         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
9399
9400         * MenuBackend.C (expand): fix export/view/update when there is no
9401         document open.
9402
9403 2002-03-27  Herbert Voss  <voss@lyx.org>
9404
9405         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
9406         and text%
9407
9408 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9409
9410         * bufferview_funcs.C (currentState): only show paragraph number
9411         for is DEVEL_VERSION is set.
9412
9413         * lyxfunc.C (dispatch): put warning in INFO channel
9414
9415         * MenuBackend.C (expand): translate the name of floats
9416
9417         * FloatList.C (FloatList): mark the float names for translation
9418
9419         * converter.C (convert): use LibScriptSearch
9420
9421 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9422
9423         * MenuBackend.C (defaults): fix default menu (we might as well get
9424         rid of it...)
9425
9426 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9427
9428         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
9429         directory.
9430
9431 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9432
9433         * lyxvc.C: reorder includes.
9434
9435 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
9436
9437         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
9438           properly
9439
9440 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
9441
9442         * CutAndPaste.C: change layouts earlier on paste
9443           to avoid crashing when calling getFont()
9444
9445 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
9446
9447         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
9448         irritating #error.
9449
9450 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9451
9452         * WorkArea.C: remove 'Pending' debug message.
9453
9454         * most files: ws cleanup
9455
9456         * buffer.[Ch]: ws changes
9457
9458         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
9459
9460 2002-03-21  Juergen Vigna  <jug@sad.it>
9461
9462         * tabular.C (SetMultiColumn): collapse also the contents of the
9463         cells and set the last border right. Added a Buffer const * param.
9464
9465 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9466
9467         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
9468         linking or not.
9469
9470 2002-03-19  Juergen Vigna  <jug@sad.it>
9471
9472         * text2.C (clearSelection): reset also xsel_cache.
9473
9474         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
9475         where it needs to be called (John tells us to do so too :)
9476         (selectionLost): reset sel_cache.
9477
9478         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
9479
9480 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9481
9482         * text2.C (setCursorIntern): put debuging code in INSETS channel
9483
9484 2002-03-19  André Pönitz <poenitz@gmx.net>
9485
9486         * lyxfunc.C: tiny whitespace change
9487
9488 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9489
9490         * ToolbarDefaults.C (init):
9491         * LyXAction.C (init):
9492         * commandtags.h:
9493         * BufferView_pimpl.C (Dispatch):
9494         * lyxfunc.C (dispatch): remove LFUN_DEPTH
9495
9496 2002-03-19  Allan Rae  <rae@lyx.org>
9497
9498         * exporter.C (Export): removeAutoInsets before doing anything else.
9499         While I've just introduced a dependency on BufferView this really is
9500         the best place to clean the buffer otherwise you need to cleanup in
9501         a dozen places before calling export or cleanup in a dozen functions
9502         that export calls.
9503
9504         * converter.C (runLaTeX):
9505         (scanLog): Better handling of removeAutoInsets and screen updates.
9506
9507         * lyxfunc.C (dispatch): small whitespace changes
9508
9509 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9510
9511         * WorkArea.C (C_WorkAreaEvent): return a value.
9512         (event_cb): return 1 if we handled the event, 0 otherwise.
9513
9514         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
9515
9516 2002-03-18  Juergen Vigna  <jug@sad.it>
9517
9518         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
9519         (GetAdditionalWidth): ditto.
9520         (RightLine): ditto.
9521         (LeftLine): ditto.
9522
9523         * BufferView2.C (copy): use getLyXText() so that we do it inside an
9524         inset if we're there actually (probably not used right now but this
9525         is the direction to go for unifying code).
9526         (paste): disable code to clear the selection.
9527
9528         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
9529         inside an InsetText and move the check further up as it is in the
9530         wrong place.
9531
9532         * text2.C (pasteSelection): set a selection over the pasted text.
9533
9534 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
9535
9536         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
9537         and libgraphics to build on Cygwin.
9538
9539 2002-03-15  Juergen Vigna  <jug@sad.it>
9540
9541         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
9542         inserting an Inset into the paragraph. I know this is not the best
9543         fix but we already use current_view in CutAndPaste so we will remove
9544         all of it's using at the same time.
9545
9546         * buffer.C (sgmlError): deactivated function till it is rewritten in
9547         the right mode, now it can create problems.
9548
9549         * paragraph.C (isLineSeparator): check if getInset returns != 0,
9550         before accessing it.
9551
9552 2002-03-14  Juergen Vigna  <jug@sad.it>
9553
9554         * undo_funcs.C (textHandleUndo): do the right thing when updating
9555         the inset after the undo/redo.
9556
9557         * text2.C (setCursor): just some testcode for #44 not ready yet.
9558
9559         * undo_funcs.C (textHandleUndo): set the next() and previous()
9560         pointers of the paragraph to 0 before deleting otherwise we have
9561         problems with the Paragraph::[destructor].
9562
9563         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
9564         on a paragraph insertion.
9565
9566 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9567
9568         * buffer.C (asciiParagraph): use += operator for char append to
9569         string.
9570
9571         * paragraph.C (getFontSettings): compare >= not just >
9572         (highestFontInRange): ditto
9573         (setFont): ditto
9574
9575 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9576
9577         * paragraph.C: change several algorithm to be more appripriate for
9578         the problem domain. This is lookip in FontList and in the InsetList.
9579
9580 2002-03-13  André Pönitz <poenitz@gmx.net>
9581
9582         * commandtags.h:
9583         * LyXAction.C: remove unused LFUN_MATH_MACROARG
9584
9585 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
9586
9587         * commandtags.h:
9588         * LyXAction.C:
9589         * lyxfunc.C:
9590         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
9591
9592 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9593
9594         * Painter.C (display): anon helper function, adjust code for this
9595         change.
9596         (pixmap): remove function.
9597
9598         * Painter.h: remove private display variable.
9599
9600         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
9601
9602 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
9603
9604         * WorkArea.[Ch]: remove figinset_canvas cruft.
9605
9606 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9607
9608         * lyxtextclass.C (operator): add one item cache optimization.
9609
9610         * bufferlist.h: doxy changes
9611
9612         * bufferlist.C: ws changes
9613
9614         * DepTable.[Ch] (ext_exist): place const in the right spot.
9615
9616         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
9617         call resizeInsets.
9618         (workAreaExpose): call resizeInsets when the with BufferView changes.
9619         (Dispatch): adjust for protectedBlank removal
9620         (specialChar): call updateInset if the insert went ok.
9621
9622         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
9623         specialChar instead.
9624
9625         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
9626
9627         * BufferView.h: doxy change
9628
9629         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
9630
9631         * lyxtextclass.C (operator[]): remove non-const version
9632         (defaultLayout): remove non-const version
9633
9634 2002-03-12  Juergen Vigna  <jug@sad.it>
9635
9636         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
9637         did resize the LyXText too.
9638
9639         * buffer.C (readLyXformat2): set layout information on newly allocated
9640         paragraphs.
9641
9642         * tabular.C (OldFormatRead): set layout information on the paragraph.
9643
9644 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9645
9646         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
9647
9648 2002-03-11  Juergen Vigna  <jug@sad.it>
9649
9650         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
9651         plainly wrong.
9652         (resizeCurrentBuffer): force also the insets to resize themselfes.
9653         (moveCursorUpdate): fixed up for InsetText.
9654
9655 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
9656
9657         * commandtags.h:
9658         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
9659         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
9660         value of Dialogs::tooltipsEnabled().
9661         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
9662
9663 2002-03-08  Juergen Vigna  <jug@sad.it>
9664
9665         * BufferView_pimpl.C (updateInset): update inset inside inset also
9666         if it isn't inside theLockingInset().
9667
9668 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9669
9670         * buffer.C (asciiParagraph): redo some of the word and line length
9671         handling.
9672         (getLists): look for Caption instead of caption.
9673
9674 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9675
9676         * buffer.C (Buffer): initialize niceFile to true
9677         (makeLaTeXFile):
9678         (makeLinuxDocFile):
9679         (makeDocBookFile): make sure niceFile is true on exit
9680
9681 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9682
9683         * buffer.C (makeLaTeXFile): escape ~ in \input@path
9684
9685 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
9686
9687         * LyXSendto.C: remove.
9688         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
9689         * lyx_gui.C: remove now-redundant comment.
9690         * ColorHandler.h: remove forward declaration of class WorkArea.
9691         * lyxfunc.C: remove #include "WorkArea.h".
9692
9693 2002-03-07  Juergen Vigna  <jug@sad.it>
9694
9695         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
9696         got moved away with the DEPM and also set the inset_owner always
9697         right which before could have been omitted.
9698
9699 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9700
9701         * buffer.C (parseSingleLyXformat2Token): use default layout is the
9702         wanted layout is not found.
9703
9704 2002-03-07  Juergen Vigna  <jug@sad.it>
9705
9706         * CutAndPaste.C (cutSelection): another layout settings forgotten.
9707
9708 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9709
9710         * paragraph.C (breakParagraph): use default layout not layout of
9711         prev paragraph.
9712         (Paragraph): clear ParagraphParameters.
9713
9714 2002-03-06  Juergen Vigna  <jug@sad.it>
9715
9716         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
9717         otherwise it would not be a valid lenght. Fixed a special case in
9718         the minipage compatibility read where we end the document with a
9719         minipage.
9720
9721         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
9722         was set as it could be 0 for InsetTexts first entry.
9723
9724 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9725
9726         * paragraph.C (writeFile): if layout is empty write out
9727         defaultLayoutName().
9728
9729         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
9730         file without named layout we set layout to defaultLayoutName().
9731
9732 2002-03-06  Juergen Vigna  <jug@sad.it>
9733
9734         * CutAndPaste.C (copySelection): set layout for new paragraph.
9735
9736         * text.C (prepareToPrint): leave ERT inset left aligned
9737         (leftMargin): don't indent paragraphs inside ERT insets
9738
9739 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9740
9741         * paragraph.C (breakParagraph): dont call clear do the work manually
9742
9743         * paragraph.[Ch] (clear): remove function
9744
9745 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9746
9747         * paragraph.C (Paragraph): dont call clear, the work has already
9748         been done.
9749
9750         * lyxtextclass.C (operator): assert if n is empty
9751
9752         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
9753         work manually instead.
9754
9755 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9756
9757         * BufferView_pimpl.C: protect selectionLost against text == 0
9758
9759 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9760
9761         * text.C (breakParagraph): fix a setting layout to '0' problem.
9762
9763 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9764
9765         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
9766         final location of file, for the included files, and graphics.
9767
9768 2002-03-05  Juergen Vigna  <jug@sad.it>
9769
9770         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
9771
9772 2002-03-04  Juergen Vigna  <jug@sad.it>
9773
9774         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
9775
9776         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
9777         last column of multicolumn cells.
9778         (SetWidthOfMulticolCell): recalculate NMC and real columns.
9779
9780 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9781
9782         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
9783         file if it doesn't go to a temporary file.
9784
9785         * buffer.C (sgmlOpenTag):
9786         (sgmlCloseTag):  remove extra newline insertion.
9787
9788 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9789
9790         * text.C (getRowNearY): comment out debug msg
9791
9792 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9793
9794         * text2.C: first -> first_y
9795
9796         * text.C (getRowNearY): add some attemts at a possible
9797         optimization, not working.
9798
9799         * tabular.[Ch]: add BufferParams to several function so that newly
9800         created paragraph can be initialized to he default layotu for the
9801         buffers textclass.
9802
9803         * tabular-old.C (ReadOld): add buf->params to call of Init
9804
9805         * screen.C: rename text->first to text->first_y
9806
9807         * paragraph.C (breakParagraph): always set layout in the broken
9808         paragraph
9809
9810         * lyxtextclass.C (Read): remove lowercase
9811         (hasLayout): ditto
9812         (operator): ditto
9813         (delete_layout): ditto
9814
9815         * lyxtext.h: rename first -> first_y
9816
9817         * lyxlayout.C (Read): remove lowercase
9818         (name): ditto
9819         (setName): ditto
9820         (obsoleted_by): ditto
9821
9822         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
9823
9824         * buffer.C (insertErtContents): add params are to InsetERT
9825         (parseSingleLyXformat2Token): add code to check if a paragraphs
9826         layout really exist.
9827         (parseSingleLyXformat2Token): add params to several inset
9828         constructors
9829         (asciiParagraph): remove lowercase, do the layout comparisons with
9830         no_case
9831
9832         * BufferView_pimpl.C (cursorNext): first -> first_y
9833         (resizeCurrentBuffer): first -> first_y
9834         (updateScrollbar): first -> first_y
9835         (scrollCB): first -> first_y
9836         (workAreaMotionNotify): first -> first_y
9837         (workAreaButtonPress): first -> first_y
9838         (checkInsetHit): first -> first_y
9839         (cursorPrevious): first -> first_y
9840         (cursorNext): first -> first_y
9841         (Dispatch): add buffer_->params to severl inset contructors
9842
9843 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9844
9845         * lyxlayout.C (Read): remove some debug info that I forgot.
9846
9847         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
9848         clean up the code slightly.
9849         (makeLinuxDocFile): ditto
9850         (makeDocBookFile): ditto
9851
9852         * text2.C: layout as string
9853
9854         * text.C: layout as string
9855
9856         * paragraph_pimpl.C: layout as string
9857
9858         * paragraph.[Ch]: layout as string
9859
9860         * lyxtextclasslist.[Ch]: layout as string
9861
9862         * lyxtextclass.[Ch]: layout as string
9863
9864         * lyxtext.h: layout as string
9865
9866         * lyxlayout.[Ch]: layout as string
9867
9868         * lyx_cb.C: layout as string
9869
9870         * bufferview_funcs.C: layout as string
9871
9872         * bufferparams.C: layout as string
9873
9874         * buffer.C: layout as string
9875
9876         * LyXView.[Ch]: layout as string
9877
9878         * LaTeXFeatures.[Ch]: layout as string
9879
9880         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
9881
9882         * BufferView_pimpl.C: change current_layout to string, remove
9883         lyx::layout_type.
9884         (Dispatch):
9885         (smartQuote):
9886         (insertInset):
9887         (workAreaButtonRelease): layout as string
9888
9889         * BufferView2.C (unlockInset): adjust
9890
9891         * vspace.C (asLatexCommand): use an explict temp variable.
9892
9893 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9894
9895         * Makefile.am: use FRONTEND_*
9896
9897 2002-03-01  Juergen Vigna  <jug@sad.it>
9898
9899         * tabular.C (SetWidthOfMulticolCell): changed to something better
9900         I hope but still work in progress.
9901         (recalculateMulticolumnsOfColumn): renamed function from
9902         recalculateMulticolCells as it is more appropriate now.
9903         (SetWidthOfCell): calculate multicols better.
9904
9905 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9906
9907         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
9908
9909         * lyxfunc.C (processKeySym): print sequence also if it is
9910         `deleted' (complete)
9911
9912         * kbsequence.C (print): print sequence even if it is deleted
9913         (complete would be a better word, actually).
9914
9915         * lyxfunc.C (dispatch): print complete options after a prefix key
9916
9917         * vspace.C (asLatexCommand): rewrite in a slightly different form.
9918
9919 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
9920
9921         * text2.C (setCharFont): eliminate setCharFont code duplication.
9922
9923 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9924
9925         * BufferView_pimpl.C (Dispatch): remove bogus handling of
9926         LFUN_TABULAR_FEATURE (bug #177)
9927
9928 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
9929
9930         * Makefile.am: remove figure.h
9931
9932 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
9933
9934         * Bufferview_pimpl.C:
9935         * CutAndPasteC:
9936         * LaTeX.C:
9937         * LyXSendto.C:
9938         * buffer.C:
9939         * bufferlist.C:
9940         * converter.C:
9941         * language.C:
9942         * lyxfunc.C:
9943         * lyxvc.C:
9944         * paragraph.C:
9945         * text.C:
9946         * text2.C: remove #include "lyx_gui_misc.h".
9947
9948         * LaTeX.C: added #include <cstdio>
9949
9950 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9951
9952         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
9953         that the paragraph following this one can have.
9954
9955         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
9956
9957         * vspace.C (asLatexCommand): fix bogus gcc warning
9958
9959         * Makefile.am (lyx_SOURCES): remove vms_defines.h
9960
9961 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
9962
9963         * text2.C (setLayout): get rid of redundant code
9964
9965 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
9966
9967         * text2.C (incDepth): make sure depth cannot be increased beyond
9968         reasonable values.
9969
9970 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
9971
9972         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
9973         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
9974
9975         * PainterBase.h (image):
9976         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
9977         a LyXImage const *.
9978
9979 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
9980
9981         * BufferView.C:
9982         * BufferView.h:
9983         * BufferView_pimpl.C:
9984         * BufferView_pimpl.h:
9985         * LaTeXFeatures.C:
9986         * LyXAction.C:
9987         * LyXView.C:
9988         * Makefile.am:
9989         * UpdateList.h:
9990         * UpdateList.C:
9991         * buffer.C:
9992         * figure.h:
9993         * figureForm.C:
9994         * figureForm.h:
9995         * figure_form.C:
9996         * figure_form.h:
9997         * lyx_cb.C:
9998         * lyx_gui.C:
9999         * lyx_gui_misc.C:
10000         * lyxfunc.C:
10001         * sp_base.h:
10002         * sp_ispell.h:
10003         * sp_pspell.h:
10004         * sp_spell.C: remove fig inset, and the crap house of
10005           cards that follows it
10006
10007 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10008
10009         * Makefile.am:
10010         * lyxserver.C:
10011         * os2_defines.h:
10012         * os2_errortable.h:
10013         * nt_defines.h: move .h into support/
10014
10015         * vms_defines.h: remove
10016
10017         * WorkArea.C: add space in debug output
10018
10019         * text2.C:
10020         * paragraph.C:
10021         * buffer.C: add WITH_WARNINGS
10022
10023         * vc-backend.h:
10024         * vc-backend.C:
10025         * bufferlist.C: s/retrive/retrieve/, add docs
10026
10027         * vspace.h:
10028         * vspace.C:
10029         * kbmap.h:
10030         * lyxlength.h:
10031         * lyxgluelength.h:
10032         * length_common.h:
10033         * chset.h:
10034         * chset.C: add docs
10035
10036         * lyxgui.C: add ID to X error handler
10037
10038         * lyxtestclass.c: fix typo
10039
10040 2002-02-26  Juergen Vigna  <jug@sad.it>
10041
10042         * tabular_funcs.C (write_attribute): changed so that some default
10043         attributes are not written at all.
10044         (getTokenValue): set default values before trying to read the
10045         value so we have the return value always set as default if we don't
10046         find the token we search for.
10047
10048         * tabular.C (Write): write bools as bools not as strings!
10049
10050 2002-02-22  Juergen Vigna  <jug@sad.it>
10051
10052         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10053         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10054
10055         * text.C (leftMargin): don't add an indent for paragraphs inside
10056         tabular cells (fix #208).
10057
10058 2002-02-21  José Matos  <jamatos@fep.up.pt>
10059
10060         * tabular.C (docBook): fixed support for long tables.
10061
10062 2002-02-20  Juergen Vigna  <jug@sad.it>
10063
10064         * text2.C (getFont): get the drawing font of the Inset if this
10065         paragraph is inside an inset (only important for InsetERT for now).
10066
10067         * buffer.C (insertErtContents): use new lanugage params in ERT
10068         constructor.
10069
10070         * CutAndPaste.C: commenting out seemingly uneeded code.
10071
10072 2002-02-19  Allan Rae  <rae@lyx.org>
10073
10074         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10075         Iterators might be simple to use but they also get invalidated.
10076         (removeAutoInsets): renamed saved cursor tracking variables and added
10077         some comments to clarify what everything does.
10078
10079 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10080
10081         * Chktex.C:
10082         * LaTeX.C:
10083         * LyXSendto.C:
10084         * converter.C:
10085         * lyx_cb.C:
10086         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10087         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10088
10089         * lyxfunc.C:
10090         * vc-backend.h: remove #include "support/syscall.h"
10091
10092         * LaTeX.C:
10093         * LyXSendto.C:
10094         * converter.C: rearrange #includes in Lars' approved fashion.
10095
10096         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10097         forward declare class Timeout in the header file.
10098
10099         * XFormsView.C: changes due to the above.
10100
10101         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10102         similar to LyXView.
10103
10104         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10105         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10106
10107 2002-02-18  José Matos  <jamatos@fep.up.pt>
10108
10109         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10110         insets contents.
10111
10112 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10113
10114         * a lot of small ws changes
10115         * add a lot of using std::XXX
10116         * use std construcs some places where approp.
10117         * use some exisint stuff from lyxfunctional where approp.
10118         * Make file changes to use partial linking (lets test this now...)
10119
10120 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10121
10122         * Chktex.C:
10123         * buffer.C:
10124         remove #include "support/syscontr.h" as it's redundant. Always has been.
10125
10126         * Chktex.C:
10127         * LaTeX.C:
10128         * LyXSendto.C:
10129         * converter.C:
10130         * lyx_cb.C:
10131         * vc-backend.C:
10132         change Systemcalls::System to Systemcalls::Wait and
10133         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10134         No change of functionality, just reflects the stripped down Systemcalls
10135         class.
10136
10137 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10138
10139         * debug.[Ch]: add a GRAPHICS type to the enum.
10140
10141 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10142
10143         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10144
10145         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10146         there is an inset.
10147
10148 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10149
10150         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10151         match the changes below.
10152
10153         * text2.C (toggleInset): if there is not editable inset at cursor
10154         position, try to see if cursor is _inside_ a collapsable inset
10155         and close it.
10156
10157 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10158
10159         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10160         document menu has a nice checkbox
10161
10162 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10163
10164         * lyxlength.C (asLatexString): change PW to output as percent of
10165         \textwidth.
10166
10167         * lengthcommon.C: change '%' to 't%'
10168
10169         * lyxfunc.C (dispatch): a few comments from Martin
10170
10171 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10172
10173         * WorkArea.h:
10174         * WorkArea.C:
10175         * BufferView_pimpl.h:
10176         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10177           the X selection.
10178
10179 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10180
10181         * vspace.C (inPixels): fix compiler warning
10182
10183 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10184
10185         * lyxfunc.C (getStatus): fix status message for disabled commands.
10186
10187 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10188
10189         * BufferView_pimpl.C: fix crash on close buffer
10190         during selection (#227)
10191
10192 2002-01-27  Herbert Voss  <voss@lyx.org>
10193
10194         * buffer.C: link old Figure to new graphic inset
10195
10196 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10197
10198         * FontLoader.C (getFontinfo): Change the latex font names in order
10199         to match the names of type1inst.
10200
10201 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10202
10203         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10204
10205         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10206         (extchanged): ditto
10207         (ext_exist): ditto
10208         (remove_files_with_extension): ditto
10209         (remove_file): ditto
10210         (write): ditto
10211
10212         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10213         document is smaller than the work area height. Do not initialize
10214         static variables to 0.
10215
10216 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10217
10218         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10219
10220         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10221         LFUN_LAYOUT_PARAGRAPHS.
10222
10223         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10224         tabular. It is possible to provide a possible cell, which will
10225         typically be the actcell from the corresponding insettabular
10226
10227         * lyxfunc.C (getStatus): small cleanup; disable
10228         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10229         true
10230
10231 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10232
10233         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10234
10235         * paragraph.C (startTeXParParams):
10236         (endTeXParParams): new methods. The LaTeX code to
10237         start/end paragraph formatting
10238         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10239         empty (fixes bug #200)
10240
10241         * vspace.C (inPixels): adapt to the change below
10242         (inPixels): [later] more cleanups (remove unused variables)
10243
10244         * lyxlength.C (inPixels): change to use a width and a height as
10245         parameter.
10246
10247 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10248
10249         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10250         Replaced with \paperwidth
10251
10252         * DepTable.C (insert): add std:: qualifier
10253
10254 2002-01-18  Allan Rae  <rae@lyx.org>
10255
10256         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10257         updated also?
10258
10259         * text.C (drawInset): Turned out I didn't know enough about how
10260         rebreaking worked.  This fixes most of the redraw problems.  I see
10261         an occasional cursor trail when a line is broken now and the cursor
10262         placement can seem out by a few pixels also after a rebreak.
10263
10264 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10265
10266         * buffer.C (parseSingleLyXformat2Token): update because minipage
10267         width is now a LyXLength
10268
10269         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10270
10271         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10272         math insets
10273
10274 2002-01-17  Juergen Vigna  <jug@sad.it>
10275
10276         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10277
10278         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10279         is set correctly and the inset is updated correctly.
10280
10281 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10282
10283         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10284         the beginning of the loop.
10285
10286 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10287
10288         * lyxrc.C: improve help for use_scalable_fonts
10289
10290 2002-01-17  Allan Rae  <rae@lyx.org>
10291
10292         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10293
10294 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10295
10296         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10297         make sure to set their inset_owner to the right value (bug #171)
10298
10299 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10300
10301         * DepTable.h
10302         * DepTable.C: Implement mtime checking to reduce time spent doing
10303         CRCs.
10304
10305 2002-01-16  Juergen Vigna  <jug@sad.it>
10306
10307         * tabular.C (GetAdditionalHeight): one of error fixed.
10308
10309         * lyxrc.C (output): small fix in writing use_pspell.
10310
10311 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10312
10313         * sp_base.h: #include LString.h
10314
10315 2002-01-16  Allan Rae  <rae@lyx.org>
10316
10317         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10318         Can someone check this please?
10319
10320         * text.C (drawInset): It was possible that p.row would be removed by
10321         breakAgainOneRow upsetting a few other settings.  There may be another
10322         small tweak possible by setting need_break_row = 0 when p.row has been
10323         removed but I don't know enough about the logic here.
10324
10325 2002-01-15  Allan Rae  <rae@lyx.org>
10326
10327         * text.C (insertChar): removed conditional truism.
10328
10329         * BufferView2.C (removeAutoInsets): More tweaks.
10330         cur_par_prev could be a stray pointer.  Check for trailing empty line
10331         in case last line was cur_par and only had an error inset on it.
10332
10333 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10334
10335         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10336         absolute
10337
10338         * vc-backend.C (most methods):
10339         * exporter.C (Export):
10340         * converter.C (convert):
10341         (runLaTeX):
10342         * LyXSendto.C (SendtoApplyCB):
10343         * lyxfunc.C (dispatch):
10344         (menuNew):
10345         (open):
10346         (doImport):
10347         * lyx_cb.C (AutoSave):
10348         (InsertAsciiFile):
10349         * BufferView_pimpl.C (MenuInsertLyXFile):
10350         * buffer.C (runChktex): use Buffer::filePath().
10351
10352         * buffer.h: rename filename to filename_; rename filepath to
10353         filepath_ and make it private
10354         (filePath): new method
10355
10356         * buffer.C (writeFile): use fileName()
10357         (getLatexName):
10358
10359         * lyx_main.C (init): fix starting  of LyX when the binary is a
10360         link from so,ewhere else.
10361
10362         * minibuffer.C: include <cctype> for isprint
10363
10364 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10365
10366         * buffer.C (parseSingleLyXformat2Token): changes associated with the
10367         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
10368         name clash with InsetCollapsable's width function.
10369
10370 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10371
10372         * lastfiles.C: include <iterator>
10373
10374 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10375
10376         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
10377         std::count.
10378
10379         * buffer.C (makeLaTeXFile): ditto.
10380         Also make loop operation more transparent.
10381
10382 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10383
10384         * ToolbarDefaults.C: remove trailing comma closing namespace.
10385
10386         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
10387
10388         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
10389         as in WorkArea.
10390
10391         * trans.C (Load): comment out unused variable, allowed.
10392
10393 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10394
10395         * minibuffer.[Ch] (append_char): new method to recieve input from the
10396         drop-down completion browser. If a key was pressed, then recieve this
10397         char and append it to the existing string.
10398         (peek_event): modify the positioning data passed to the completion
10399         browser so that it can be placed above the minibuffer rather than below.
10400 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10401
10402         * LyXAction.C (init): alloe error-next for readonly documents.
10403
10404         * BufferView2.C (ChangeRefsIfUnique): use standard version of
10405         count.
10406
10407 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10408
10409         * bufferlist.C (readFile): create the buffer _after_ checking that
10410         the file exists.
10411
10412         * lyxfunc.C (verboseDispatch): fix handling of arguments
10413
10414         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
10415
10416         * lyxrc.C: use string::erase() instead of initializing to "".
10417
10418
10419 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10420
10421         * BufferView_pimpl.h:
10422         * BufferView_pimpl.C:
10423         * WorkArea.h:
10424         * WorkArea.C:
10425         * text2.C: tell X when we have made a selection for copying
10426
10427 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10428
10429         * BufferView_pimpl.C (MenuInsertLyXFile):
10430         * lyxfunc.C (menuNew):
10431         (open):
10432         (doImport): add shortcuts to directory buttons
10433
10434         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
10435         open a float)
10436
10437         * lyxfunc.C (setStatusMessage):
10438         (getStatusMessage): new methods
10439         (getStatus):use setStatusMessage instead of setErrorMessage
10440         (dispatch): when function is disabled, set error message here
10441         [instead of in getStatus previously]
10442
10443         * BufferView_pimpl.C (workAreaButtonRelease): update
10444         toolbar/menubar here too.
10445
10446 2002-01-13  Allan Rae  <rae@lyx.org>
10447
10448         * BufferView2.C (removeAutoInsets): finished off earlier fix.
10449         Now seems indestructible.  Remaining task is to audit all other
10450         code affected by deleteEmptyParagraphMechanism.  One small quirk
10451         left is that an empty document with an error in the preamble can
10452         be made to report an error but no error box appears.  I don't know
10453         where it goes.
10454         (removeAutoInsets): Improved comments.
10455
10456 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
10457
10458         * Thesaurus.h:
10459         * Thesaurus.C: update for Aiksaurus 0.14
10460
10461 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10462
10463         * text2.C (firstParagraph): removed member function, all uses
10464         replaces with ownerParagraph
10465         (redoParagraphs): here
10466         (updateInset): here
10467         (toggleAppendix): here
10468         * BufferView2.C (insertErrors): here
10469         (setCursorFromRow): here
10470
10471 2002-01-13  Allan Rae  <rae@lyx.org>
10472
10473         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
10474         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
10475         There is still a way to segfault this although you may have to do this
10476         multiple times: Have an InsetERT with an unknown command in it.
10477         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
10478         <down-arrow>, <Enter> again, View->DVI, BANG!
10479
10480         * text2.C (setCursor):
10481         (deleteEmptyParagraphMechanism):
10482         * lyxtext.h (setCursor):
10483         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
10484         Making use of the return value may help fix other bugs.
10485
10486 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10487
10488         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
10489
10490         * LyXView.C (updateMenubar): call MenuBar::update here
10491         (updateToolbar): but not here
10492         (showState): do not update toolbar/menubar
10493
10494         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
10495         should need to care about that.
10496
10497         * lyxfunc.C (verboseDispatch): simplify a bit
10498         (getStatus): have a version which takes a pseudoaction, and
10499         another which requires a (kb_action,string).
10500
10501         * LyXAction.C (retrieveActionArg): make it work also when action
10502         is not a pseudo-action.
10503         (getActionName): simplify a bit
10504         (helpText):
10505
10506 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10507
10508         * lyxfunc.C (verboseDispatch): new families of methods with
10509         several ways to specify a command and a bool to indicate whether
10510         the command name and shortcut should be displayed in minibuffer
10511         (eventually, we could extend that to a finer bitmask like
10512         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
10513         (dispatch): the pristine dispatch command which just, well,
10514         dispatchs! Note it still sets its result to minibuffer; I'm not
10515         sure we want that.
10516
10517         * lyxfunc.h: remove setHintMessage
10518
10519         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
10520
10521 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10522
10523         * BufferView_pimpl.C (specialChar): delete new inset if we have
10524         not been able to insert it.
10525
10526         * kbmap.C: revert to using int instead of kb_action, since all we
10527         are dealing with is pseudo-actions.
10528
10529         * LyXAction.C (searchActionArg): change to return int instead of
10530         kb_action, since the result is a pseudoaction.
10531
10532 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
10533
10534         * buffer.C (insertErtContents): Fix (partially) the font bug.
10535
10536 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10537
10538         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
10539         as the other one is broken on my machine!
10540
10541 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
10542
10543         * commandtags.h:
10544         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
10545
10546 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
10547
10548         * lyxrc.[Ch]: change names and descriptions of popup font variables to
10549         reflect their actual use. Provide compatibility code for older lyxrc
10550         files.
10551
10552         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
10553         FL_NORMAL_STYLE.
10554         change names of popup font variables in line with the changes to lyxrc.C
10555
10556 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10557
10558         * buffer.C (asciiParagraph): avoid outputing a word twice after
10559         an inset.
10560
10561         * lyxrc.C (getDescription): document that document_path and
10562         template_path can be empty.
10563
10564 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10565
10566         * LaTeXFeatures.C (getMacros):
10567         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
10568
10569         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
10570
10571         * LaTeXFeatures.C (useFloat): require "float" here instead of in
10572         getPackages.
10573         (getPackages): rename feature "floats" to "float". Use an array to
10574         iterate over 'simple' features (i.e. just a \usepackage). Add
10575         handling of "amsmath" (renamed from "amsstyle").
10576
10577 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
10578
10579         * LaTeXFeatures.C (require): Prevent duplicate entries in the
10580         features list.
10581
10582 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
10583
10584         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
10585         FuncStaus::FuncStatus & FuncStaus::some_method().
10586
10587 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
10588
10589         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
10590         of the func_satus stuff. Edited and massaged in various ways by
10591         JMarc.
10592
10593         * lyxfunc.C (getStatus): use FuncStatus
10594
10595 2002-01-08  Juergen Vigna  <jug@sad.it>
10596
10597         * text.C (nextBreakPoint): use function Inset::isChar().
10598
10599         * paragraph.C (TeXOnePar): use function
10600         Inset::forceDefaultParagraphs.
10601
10602         * buffer.C (latexParagraphs): use function
10603         Inset::forceDefaultParagraphs.
10604
10605 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10606
10607         * lyx_gui.C (init): set the style of the menu popups to
10608         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
10609
10610 2002-01-07  Juergen Vigna  <jug@sad.it>
10611
10612         * text.C (setHeightOfRow): small fix
10613         (prepareToPrint): don't look at alignment if we don't have the place
10614         for doing it.
10615
10616 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10617
10618         * box.C: New file. Move the Box methods and functions out of box.h,
10619         following Lars' suggestion.
10620
10621 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10622
10623         * box.h: #include "support/LOstream.h", needed for inlined function.
10624
10625         * lyxtextclass.C:
10626         * lyxtextclasslist.C: added some using std declarations.
10627
10628 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
10629
10630         * box.h: make signed dimensions to allow insets wider than
10631           the screen (bug #162)
10632
10633         * BufferView_pimpl.C: add some insetHit debug
10634
10635 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
10636
10637         * vc-backend.C: add FIXME
10638
10639 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10640
10641         * lyxfunc.C (getStatus): enable code for showing math font status
10642         in toolbar/menu.
10643
10644 2002-01-07  Juergen Vigna  <jug@sad.it>
10645
10646         * text.C (nextBreakPoint): removed debug output not needed anymore.
10647
10648 2002-01-06  Juergen Vigna  <jug@sad.it>
10649
10650         * text.C (nextBreakPoint): fixed up this function we had this bug
10651         since ever but now hopefully we break row better.
10652         (insertChar): we have to check if an inset is the next char as it
10653         could now happen that a large inset is causing a break.
10654
10655 2002-01-05  Juergen Vigna  <jug@sad.it>
10656
10657         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
10658         if it doesn't like to be drawed.
10659
10660 2002-01-04  Juergen Vigna  <jug@sad.it>
10661
10662         * BufferView2.C (lockInset): forgot to set a cursor.
10663
10664         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
10665
10666 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
10667
10668         * FormMathsPanel.C:
10669         * FormMathsPanel.h
10670         * MathsSymbols.C:
10671         * form_maths_panel.C:
10672         * form_maths_panel.h:
10673         * form_maths_panel.fd: implemented sub- and super- buttons in math
10674         panel.
10675
10676         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
10677         (or ^ space) to be used as in TeX (req'd by André).
10678
10679         * lyxfunc.C: Allow ^ and _ again to be used both as
10680         super/subscript (mathed) and as themselves (in text).
10681
10682 2002-01-03  Allan Rae  <rae@lyx.org>
10683
10684         * LyXView.C (updateWindowTitle): Setup a short icon title of either
10685         "LyX" or the filename of the current buffer if it has one.  This is a
10686         modified form of John Levon's patch.
10687
10688         * XFormsView.C (setWindowTitle): also set icon title.
10689
10690         * LyXView.h (setWindowTitle): signature changed.
10691         * XFormsView.h (setWindowTitle): ditto.
10692
10693 2002-01-02  Juergen Vigna  <jug@sad.it>
10694
10695         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
10696
10697 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10698
10699         * screen.C (topCursorVisible): introduce a temp var for
10700         text->cursor.row(), handle the case where this row is null. (kindo
10701         hachish)
10702
10703         * text2.C (setCursor): add a couple of asserts.
10704
10705         * paragraph.h (inset_iterator): add -> operator
10706
10707         * paragraph.[Ch] (autoDeleteInsets): remove member function
10708
10709         * BufferView2.C (removeAutoInsets): rewrite to handle the old
10710         cursor pos correctly and handle inset deletion by itself.
10711         (insertErrors): move iterator declaration out of for expression
10712
10713         * lyxtextclass.C: add <algorithm>
10714
10715         * Makefile.am: added the new files to sources, removed layout.C
10716
10717         * layout.C: removed file
10718
10719         * layout.h: remove LYX_DUMMY_LAYOUT
10720
10721         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
10722         layout.
10723
10724         * lyxlayout.[Ch]:
10725         * lyxtextclass.[Ch]:
10726         * lyxtextclasslist.[Ch]: new files
10727
10728         * include order changes to a lot of files, also changes because of
10729         the six new files.
10730
10731 2001-12-27  Juergen Vigna  <jug@sad.it>
10732
10733         * buffer.C (asciiParagraph): more fixes.
10734
10735         * tabular.C (ascii): make ascii export support export of only the
10736         data separated by a column-delimiter.
10737         (ascii): better support for ascii export.
10738
10739         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
10740
10741 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10742
10743         * tabular_funcs.C: use a "using std::getline" instead of the
10744         previous fix from Angus (necessary for cxx + lyxstring)
10745
10746 2001-12-24  Juergen Vigna  <jug@sad.it>
10747
10748         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
10749
10750         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
10751         problems. First check a minipage also if we have some ert-contents
10752         (not only on par->size(), second set the right depth of the paragraph
10753         on the relink to the root-paragraph-list!
10754
10755         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
10756         which then did not anymore update the main paragraphs on undo/redo!
10757
10758 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10759
10760         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
10761         code. Support all font-changing funcs (even those which are not in
10762         menu currently). Support for reporting font settings in
10763         mathed (disabled until Andre provides a function on mathed's side).
10764
10765         * func_status.h (toggle): small helper function to set toggle
10766         state on a flag.
10767
10768 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
10769
10770         * tabular_funcs.C: getline -> std::getline
10771
10772 2001-12-21  Juergen Vigna  <jug@sad.it>
10773
10774         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
10775         accessed and could be 0 (I couldn't generate this but it seems
10776         Michael could!).
10777
10778 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10779
10780         * tabular_funcs.C: add LIstream.h, move write_attribute to..
10781         * tabular_funcs.h: here and include iosfwd
10782
10783 2001-12-20  Juergen Vigna  <jug@sad.it>
10784
10785         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
10786         inside inset but undo_par was.
10787
10788 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10789
10790         * Thesaurus.C: always include <config.h> in sources.
10791
10792         * Painter.h:
10793         * lyxlookup.h:
10794         * box.h: do not include <config.h> in header files
10795
10796         * text.C (paintLastRow): remove unused variable
10797
10798         * text.C (transformChar):
10799         (insertChar):
10800         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
10801
10802         * Painter.C (text):
10803         * font.C (width): rewrite to use uppercase() instead of
10804         islower/toupper.
10805
10806         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
10807
10808 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
10809
10810         * lyxfind.C: clean up of find failure position change
10811
10812 2001-12-20  Juergen Vigna  <jug@sad.it>
10813
10814         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
10815
10816         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
10817         (TeXRow): added to LaTeX a single tabular row.
10818         (TeXLongtableHeaderFooter): added to output LT-h/f data.
10819         (Latex): simplified and finally good LT-h/f support.
10820         (various_functions): just small adaptions for LT-h/f support.
10821
10822         * tabular_funcs.[hC]: added and moved here all not classfunctions
10823         of LyXTabular.
10824
10825 2001-12-19  Juergen Vigna  <jug@sad.it>
10826
10827         * tabular.[Ch]: better support for longtabular options (not finished
10828         yet!)
10829
10830 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10831
10832         * text.C (paintLastRow): use the label font instead of the font of
10833         the last character to compute the size of *_BOX. This makes more
10834         sense and avoids a crash with empty paragraphs.
10835         Use Painter::rectangle to draw EMPTY_BOX.
10836
10837 2001-12-19  Juergen Vigna  <jug@sad.it>
10838
10839         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
10840         the paragraphs if the replaced paragraph is not the first one!
10841         Tried to delete not used paragraphs but does not work yet so for
10842         now it's inside #ifdef's and by default off!
10843
10844 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10845
10846         * MenuBackend.C: include "lyx_main.h" instead of declaring
10847         lastfiles (actually was declared as LastFiles* instead of a
10848         scoped_ptr).
10849
10850 2001-12-17  Juergen Vigna  <jug@sad.it>
10851
10852         * tabular.C (AppendColumn): applied John's fix
10853
10854 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
10855
10856         * BufferView.h:
10857         * BufferView.C:
10858         * BufferView_pimpl.h:
10859         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
10860
10861         * Makefile.am:
10862         * box.h: new start of class for above
10863
10864         * lyxfunc.C: ignore space-only minibuffer dispatches.
10865           Show the command name when it doesn't exist
10866
10867         * minibuffer.C: don't add empty lines to the history
10868
10869         * minibuffer.C: add a space on dropdown completion
10870
10871 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
10872
10873         * text.C: fix line above/below drawing in insets
10874
10875 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10876
10877         * lyxlength.C (LyXLength): Initialize private variables.
10878
10879 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
10880
10881         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
10882         when inserting error insets.
10883
10884 2001-12-13  Juergen Vigna  <jug@sad.it>
10885
10886         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
10887         actually sometimes the before-paragraph.
10888         (setUndo): don't clear the redostack if we're not actually undoing!
10889
10890 2001-12-06  Juergen Vigna  <jug@sad.it>
10891
10892         * undo_funcs.C (textHandleUndo): well after John's hint I got here
10893         and fixed redoing of main paragraph, so we can use it now ;)
10894
10895         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
10896
10897 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10898
10899         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
10900         Juergen's request
10901
10902 2001-12-13  André Pönitz <poenitz@gmx.net>
10903
10904         * undostack.[Ch]:
10905         * undo_func.C: minor cleanup
10906
10907 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10908
10909         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
10910         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
10911         font in urw-fonts package which is marked as -urw-fontspecific and
10912         does not work (incidentally, changing the encoding in the
10913         fonts.dir of this package to -adobe-fontspecific fixes the
10914         problem).
10915
10916         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
10917         is a crash when undoing first paragraph (Juergen, please take a
10918         look). THis does not mean the undo fix is wrong, just that it
10919         uncovers problems.
10920
10921         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
10922         the (Paragraph*) version when needed instead of duplicating the
10923         code.
10924
10925         * text.C (workWidth): use Inset::parOwner to find out where the
10926         inset has been inserted. This is a huge performance gain for large
10927         documents with lots of insets. If Inset::parOwner is not set, fall
10928         back on the brute force method
10929
10930         * paragraph_pimpl.C (insertInset):
10931         * paragraph.C (Paragraph):
10932         (cutIntoMinibuffer): set parOwner of insets when
10933         inserting/removing them
10934
10935         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10936
10937 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
10938
10939         * commandtags.h:
10940         * LyXAction.C:
10941         * lyx_main.C:
10942         * lyxfunc.C:
10943         * mathed/formulabase.C:
10944         * mathed/math_cursor.[Ch]:
10945         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
10946
10947
10948 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10949
10950         * lyxlength.[Ch] (operator!=): new function
10951
10952 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10953
10954         * text.C (workWidth): use Inset::parOwner to find out where the
10955         inset has been inserted. This is a huge performance gain for large
10956         documents with lots of insets. If Inset::parOwner is not set, fall
10957         back on the brute force method
10958
10959         * paragraph_pimpl.C (insertInset):
10960         * paragraph.C (Paragraph):
10961         (cutIntoMinibuffer): set parOwner of insets when
10962         inserting/removing them
10963
10964         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
10965
10966 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10967
10968         * tabular-old.C (getTokenValue):
10969         * tabular.C (getTokenValue):
10970         (write_attribute): new versions for LyXLength
10971         (everywhere): adjust the use of widths
10972
10973         * tabular.h: change the type of widths from string to LyXLength
10974
10975 2001-12-11  Ben Stanley <bds02@uow.edu.au>
10976
10977         * paragraph.C: fixed missing line number count when exporting
10978         Environments to LaTeX file
10979
10980         * buffer.C: added informational message for checking line numbers.
10981
10982 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10983
10984         * text2.C (deleteEmptyParagraphMechanism): if there is only one
10985         paragraph, do the 'double space' part, but not the 'empty
10986         paragraph' one.
10987
10988         * text.C (workWidth): small optimization
10989         (getLengthMarkerHeight): use minimal size for negative lengths.
10990
10991 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
10992
10993         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
10994
10995         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
10996
10997 2001-12-11  André Pönitz <poenitz@gmx.net>
10998
10999         * FontLoader.C:
11000         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11001
11002 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11003
11004         * text2.C: keep selection on a setFont()
11005
11006 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11007
11008         * lyx_cb.C: another bv->text misuse, from insert label
11009
11010 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11011
11012         * kbsequence.h:
11013         * kbsequence.C: re-instate nmodifier mask
11014
11015 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11016
11017         * lyx_main.h: make lyxGUI private.
11018
11019 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11020
11021         * lyxfind.C: place the cursor correctly on failed search
11022
11023 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11024
11025         * text.C (getLengthMarkerHeight): for small heights, the arrows
11026         are not always on top/bottom of the text
11027         (drawLengthMarker): smaller arrows; take the left margin in
11028         account; draw also vfills.
11029         (paintFirstRow):
11030         (paintLastRow): remove special code for vfill and standard spaces,
11031         since everything is handled in drawLengthMarker now.
11032
11033 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11034
11035         * buffer.C (insertErtContents): try to handle font and language
11036         interaction a bit better.g
11037
11038         * ColorHandler.C (updateColor): change the hash to cover the whole
11039         LColor enum, ws cleanup
11040         (getGCLinepars): ditto
11041         (getGCLinepars): only lookup in the linecache once.
11042
11043 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11044
11045         * iterators.C (operator++): Make the iterator more robust
11046
11047         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11048         (John's patch)
11049         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11050
11051 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11052
11053         * lyxtext.h:
11054         * text.C: better added space drawing
11055
11056 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11057
11058         * LyXView.C:
11059         * BufferView2.C: fix layout combo update on inset unlock
11060
11061 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11062
11063         * Makefile.am: don't compile unused files
11064
11065 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11066
11067         * lyxfunc.C:
11068         * commandtags.h:
11069         * LyXAction.C: remove old LFUN_LAYOUTNO
11070
11071 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11072
11073         * paragraph_pimpl.h:
11074         * paragraph_pimpl.C: isTextAt() doesn't need font param
11075
11076 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11077
11078         * lyxlex.h:
11079         * lyxlex.C: little cleanup
11080
11081 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11082
11083         * BufferView_pimpl.C: fix insertAscii for insets
11084
11085 2001-12-05  Juergen Vigna  <jug@sad.it>
11086
11087         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11088         set the right font on the "multi" paragraph paste!
11089
11090 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11091
11092         * trans_decl.h:
11093         * trans_mgr.[Ch]:
11094         * trans.[Ch]:
11095         * lyxgluelength.C:
11096         * lyxlength.C: remove out-commented code.
11097
11098         * BufferView_pimpl:
11099         * CutAndPaste.C:
11100         * DepTable.C:
11101         * buffer.C:
11102         * chset.C:
11103         * lastfiles.C:
11104         * lyxlex.C:
11105         * lyxlex_pimpl.C:
11106         * lyxserver.C:
11107         * screen.C:
11108         * tabular-old.C:
11109         * tabular.C:
11110         * text.C:
11111         * trans_mgr.C:
11112         * vc-backend.C: change "while(" to "while ("
11113
11114         * lyxlength.[Ch]: add zero function to check if length is zero or
11115         not
11116         * lyxgluelength.C: use it
11117
11118 2001-12-05  Allan Rae  <rae@lyx.org>
11119
11120         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11121         Works for 2.95.3, from what I understand of Garst's reports this should
11122         work for other g++ versions.  We're screwed if the abs(int) definition
11123         changed between bugfix releases of gcc.
11124
11125 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11126
11127         * text.C: fix chapter label offset !
11128
11129 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11130
11131         * lyxtext.h:
11132         * text.C: fix hfill at end of line, clean up
11133
11134 2001-12-04  Juergen Vigna  <jug@sad.it>
11135
11136         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11137         that we force an update of the inset and it's owners if neccessary.
11138
11139 2001-12-03  Juergen Vigna  <jug@sad.it>
11140
11141         * text.C (rowLast): simplified code
11142
11143 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11144
11145         * lyxfunc.C: fix show options on timeout
11146
11147 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11148
11149         * screen.C (topCursorVisible): scroll half a page when the cursor
11150         reached top of bottom of screen
11151
11152 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11153
11154         * minibuffer.C: deactivate on loss of focus
11155
11156 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11157
11158         * vspace.[Ch] (operator!=): add operator.
11159
11160 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11161
11162         * BufferView_pimpl.C: refuse to open an inset when
11163         there's a selection.
11164
11165 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11166
11167         * BufferView_pimpl.C: allow to click on RHS of full row insets
11168
11169 2001-11-30  Juergen Vigna  <jug@sad.it>
11170
11171         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11172         insets for undo reasons.
11173
11174 2001-11-28  André Pönitz <poenitz@gmx.net>
11175
11176         * vspace.[Ch]: cosmetical changes
11177
11178 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11179
11180         * LyXAction.h:
11181         * LyXAction.C:
11182         * lyxfunc.h:
11183         * lyxfunc.C:
11184         * kbmap.h:
11185         * kbmap.C:
11186         * lyxrc.C:
11187         * kbsequence.h:
11188         * kbsequence.C: part re-write of old kb code
11189
11190         * Painter.C:
11191         * WorkArea.C: remove Lgb_bug_find_hack
11192
11193 2001-11-30  José Matos <jamatos@fep.up.pt>
11194
11195         * buffer.C (makeDocBookFile): add a comment to point a hack.
11196         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11197         Fixed a double write of labels.
11198
11199 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11200
11201         * LaTeX.C:
11202         * LaTeX.h Fixed bug in LaTeX class where it would not
11203         re-run latex if no depfiles were changed, but the .dvi was removed.
11204
11205 2001-11-28  André Pönitz <poenitz@gmx.net>
11206
11207         * all the files from the change on 2001/11/26:
11208         use lyx::layout_type instead of LyXTextClass::size_type
11209         use lyx::textclass_type instead of LyXTextClassList::size_type
11210
11211 2001-11-29  Juergen Vigna  <jug@sad.it>
11212
11213         * text.C: added support for paragraph::isFreeSpacing()
11214
11215         * buffer.C: same as above
11216
11217         * paragraph.h: inserted isFreeSpacing() function to enable
11218         FreeSpacing inside InsetERT.
11219
11220         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11221         of the paragraph's in the cut/copy buffer to 0!
11222
11223         * text2.C (removeRow): remove the assert as it can!
11224
11225         * lyxtext.h: added helper function firstRow returning firstrow and
11226         made firstrow private again.
11227
11228         * BufferView2.C (lockInset): don't relock if we're already locked!
11229
11230         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11231         the only paragraph.
11232         (removeRow): added Assert::(firstrow)
11233
11234         * debug.C: forgot to add INSETTEXT here.
11235
11236 2001-11-28  Juergen Vigna  <jug@sad.it>
11237
11238         * sp_spell.C (initialize): changed error text to more general
11239         spellchecker command use (not only ispell!)
11240
11241         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11242
11243         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11244
11245 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11246
11247         * vspace.C: initialise lyxgluelength on failure
11248
11249 2001-11-28  Allan Rae  <rae@lyx.org>
11250
11251         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11252         declaration & definition that looks like a function declaration.
11253
11254 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11255
11256         * BufferView2.C (copy):
11257         (copyEnvironment): do not clear the selection when doing a copy.
11258
11259         * text.C (paintFirstRow): compilation fix
11260
11261 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11262
11263         * tabular.C (Latex): correct line count when writing latex.
11264
11265 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11266
11267         * paragraph_pimpl.h:
11268         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11269           bug a bit
11270
11271 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11272
11273         * text.C:
11274         * LColor.h:
11275         * LColor.C: change vfillline->added_space
11276
11277         * text.C: add markers and text for added space
11278
11279         * vspace.C: fix comment
11280
11281 2001-11-28  André Pönitz <poenitz@gmx.net>
11282
11283         * paragraph.C: whitespace changes
11284         * all the other files from the change on 2001/11/26:
11285         change *::pos_type into lyx::pos_type
11286
11287 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11288
11289         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11290         language of the document when inserting error insets.
11291
11292 2001-11-26  André Pönitz <poenitz@gmx.net>
11293
11294         * BufferView_pimpl.[Ch]:
11295         *       CutAndPaste.C:
11296         * buffer.[Ch]:
11297         * lyxcursor.[Ch]:
11298         * lyxfind.C:
11299         * lyxfunc.C:
11300         * lyxrow.[Ch]:
11301         * paragraph.[Ch]:
11302         * paragraph_pimpl.[Ch]:
11303         * sp_spell.C:
11304         * text.C:
11305         * text2.C: reduce header dependencies, introduce type for positions
11306
11307 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11308
11309         * <various>: change to use Alert.h
11310
11311 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11312
11313         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11314         when encountering an unknown token.
11315         (readLyXformat2): Show an error message if there were unknown tokens.
11316
11317 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11318
11319         * BufferView2.C:
11320         * BufferView_pimpl.C:
11321         * buffer.C:
11322         * paragraph.h:
11323         * text.C:
11324         * text2.C: use par->isInset()
11325
11326 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11327
11328         * paragraph_pimpl.h:
11329         * paragraph_pimpl.C: cleanup
11330
11331 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11332
11333         * text2.C (removeRow):
11334         * text.C (setHeightOfRow): remove useless (and costly) call to
11335         getRow.
11336
11337 2001-11-20  Allan Rae  <rae@lyx.org>
11338
11339         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11340         Now need Inset*::checkInsertChar() to return true for appropriate
11341         cases so that the characters in the minibuffer will actually be
11342         inserted.
11343
11344 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11345
11346         * text.C: change the order of the includes.
11347         (workWidth): initialize it at once.
11348         (workWidth): make maxw unsigned
11349         (setHeightOfRow): remove unused variable (inset)
11350         (selectSelectedWord): remove unused variable (inset)
11351         (paintRowText): fix drawing of hfill characters, and clean up a bit.
11352
11353 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11354
11355         * lyxserver.C (emergencyCleanup): do not try to close pipes if
11356         server is not running.
11357         (openConnection):
11358         (closeConnection): add debug info when server is disabled.
11359
11360         * ColorHandler.C (getGCForeground): send debug message to GUI
11361         channel.
11362
11363         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
11364
11365         * kbmap.C (bind): modify because return conventions of
11366         kb_sequence::parse have changed.
11367
11368         * kbsequence.C (parse): only ignore spaces and not any stupid
11369         control character. This avoids tests like s[i] <= ' ', which are
11370         guaranteed to fail with 8bit characters and signed chars.
11371         Change return code to string::npos when there have been no error
11372         (0 was a bad idea when error is at first character)
11373
11374 2001-11-14  José Matos  <jamatos@fep.up.pt>
11375
11376         * buffer.h:
11377         * buffer.C (simpleDocBookOnePar): removed unused argument.
11378
11379 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11380
11381         * text.C (selectNextWordToSpellcheck): do not test explicitely for
11382         insets which are part of a word. Paragraph::isLetter takes care of
11383         that now. Use Paragraph::isInset to identify insets.
11384         (selectSelectedWord): do not test for hyphenation break.
11385
11386         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
11387         that protected spaces are considered as spaces.
11388
11389         * paragraph.C (isLetter): cleanup the code for ispell extras; use
11390         Inset::isLetter.
11391
11392 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
11393
11394         * lyxserver.h:
11395         * lyxserver.C: fix it. and small cleanup.
11396
11397 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11398
11399         * BufferView_pimpl.C: use inline helpers
11400
11401         * LaTeXFeatures.h:
11402         * LaTeXFeatures.C: fix typos
11403
11404         * Spacing.h:
11405         * Spacing.C: move spacing_string into class
11406
11407         * ToolbarDefaults.C: move stuff into namespace anon
11408
11409         * layout.h: update enum
11410
11411         * lyxfunc.C: use better debug
11412
11413         * minibuffer.h: fix typo
11414
11415         * debug.h:
11416         * debug.C:
11417         * WorkArea.C: add and use Debug::WORKAREA
11418
11419         * lyxtext.h:
11420         * text.C:
11421         * text2.C: code re-organisation, inline helpers
11422
11423 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
11424
11425         * Layout.C: replaced a few cases of std::vector.size() == 0 with
11426         std::vector.empty().
11427
11428 2001-11-09  Allan Rae  <rae@lyx.org>
11429
11430         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
11431         '\n's after tables.  Tabular and ERT inset work now makes this no
11432         longer necessary.
11433
11434 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11435
11436         * minibuffer.h:
11437         * minibuffer.C: fix crash, improve drop-down completion
11438
11439 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
11440
11441         * lyxserver.h:
11442         * lyxserver.C: invalidate fd's when doing endPipe()
11443
11444 2001-11-08  José Matos  <jamatos@fep.up.pt>
11445
11446         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
11447         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
11448
11449         * paragraph.h:
11450         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
11451
11452 2001-11-07  José Matos  <jamatos@fep.up.pt>
11453
11454         * buffer.h:
11455         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
11456         const qualifier.
11457
11458         * buffer.C (sgmlOpenTag):
11459         * buffer.C (sgmlCloseTag): removed debug info.
11460
11461         * buffer.h (sgmlOpenTag):
11462         * buffer.h (sgmlCloseTag): made public.
11463
11464 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11465
11466         * buffer.C (saveParamsAsDefaults):
11467         * lyx_cb.C (MenuLayoutSave): remove
11468
11469         * LyXAction.C (init):
11470         * commandtags.h:
11471         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
11472
11473 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11474
11475         * buffer.C (setPaperStuff): removed from here...
11476
11477         * bufferparams.C (setPaperStuff): ... and moved there.
11478
11479 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
11480
11481         * minibuffer.h:
11482         * minibuffer.C:
11483         * XFormsView.C: add support for drop-down completion
11484
11485 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
11486
11487         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
11488         commands.
11489
11490 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11491
11492         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
11493         disabled.
11494
11495 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
11496
11497         * lyx_main.C: change ref to known bugs
11498
11499 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
11500
11501         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
11502         to work around older babel problems.
11503
11504 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11505
11506         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
11507
11508 2001-10-24  Juergen Vigna  <jug@sad.it>
11509
11510         * tabular-old.C (ReadOld): below variable changes reflected.
11511
11512         * tabular.[Ch]: added ltType struct for longtable header/footer
11513         defines and changed all instances where they are used. Added
11514         future support for double top/bottom rows.
11515
11516 2001-10-24  José Matos  <jamatos@fep.up.pt>
11517
11518         * buffer.h (docbookHandleCaption):
11519         * buffer.C (docbookHandleCaption): removed unused function.
11520         (makeDocBookFile): moved docbook supported version to v4.1.
11521
11522 2001-10-24  José Matos  <jamatos@fep.up.pt>
11523
11524         * tabular.h:
11525         * tabular.C (docbookRow): new function to export docbook code of a row.
11526         (DocBook): now honors the longtable flags.
11527
11528 2001-10-23  José Matos  <jamatos@fep.up.pt>
11529
11530         * LaTeXFeatures.h:
11531         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
11532         of the lyx defined sgml entities used in a docbook/linuxdoc document.
11533
11534         * buffer.C (makeLinuxDocFile):
11535         (makeDocBookFile): reworked the preamble, more clean, and with
11536         support for lyx defined entities. Changed the document declaration
11537         to be more XML friendly.
11538
11539         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
11540         if we need to output XML that should be done with a filter.
11541
11542 2001-10-22  Juergen Vigna  <jug@sad.it>
11543
11544         * sp_pspell.h (class PSpell): add alive function needed in the
11545         controller to see if the spellchecker could be started.
11546
11547 2001-10-22  Juergen Vigna  <jug@sad.it>
11548
11549         * buffer.C (insertStringAsLines): modify the font for inserting
11550         chars in certain conditions by calling checkInsertChar(font).
11551
11552 2001-10-19  Juergen Vigna  <jug@sad.it>
11553
11554         * text.C (workWidth): use getRow instead of wrong algorithm.
11555         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
11556
11557 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
11558
11559         * lyxserver.h:
11560         * lyxserver.C:
11561         * lyx_main.h:
11562         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
11563
11564 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11565
11566         * text.C (workWidth): do not search for the exact row when
11567         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
11568         optimization for big documents.
11569
11570 2001-10-18  Juergen Vigna  <jug@sad.it>
11571
11572         * text.C (workWidth): new function with added Inset * parameter.
11573
11574 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11575
11576         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
11577
11578         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
11579         change return type of getColumnNearX.
11580
11581
11582         * text.C (changeRegionCase): use uppercase/lowercase instead of
11583         toupper/tolower.
11584         (leftMargin):
11585         (rightMargin): simplify code by factoring out the uses of
11586         textclasslist.
11587         (labelFill):
11588         (numberOfHfills):
11589         (setHeightOfRow):
11590         (appendParagraph): use Paragraph::size_type
11591
11592 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11593
11594         * vspace.C (asLatexString): add a missing break
11595
11596 2001-10-15  Herbert Voss  <voss@perce.de>
11597
11598         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
11599
11600 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11601
11602         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
11603         is not available.
11604
11605 2001-10-10  André Pönitz <poenitz@gmx.net>
11606
11607         * lyxfunc.C: removed greek_kb_flag.
11608
11609 2001-10-10  Herbert Voss  <voss@perce.de>
11610
11611         * lyx_main.C: delete global string help_lyxdir.
11612
11613 2001-10-09  Herbert Voss  <voss@perce.de>
11614
11615         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
11616
11617         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
11618
11619         * lyx_main.C: added global string help_lyxdir.
11620
11621         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
11622
11623 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11624
11625         * lyxrc.C (set_font_norm_type): support iso8859-4
11626
11627 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
11628
11629         * LaTeX.C (deplog): add another regex for MikTeX
11630
11631 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11632
11633         * lyxrc.C (set_font_norm_type): support iso8859-3
11634
11635 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11636
11637         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
11638
11639         * LaTeXFeatures.C: remove special case of french and index
11640
11641         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
11642         before \begin{document}). This solves several incompatibilities.
11643
11644 2001-10-03  Garst Reese  <reese@isn.net>
11645
11646         * lyx_cb.C: change CheckTex error msg.
11647
11648 2001-10-03  José Matos  <jamatos@fep.up.pt>
11649
11650         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
11651
11652 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11653
11654         * .cvsignore: update
11655
11656         * lyx_main.C (commandLineVersionInfo): use new style version info.
11657
11658         * buffer.C (writeFile):
11659         (makeLaTeXFile):
11660         (makeLinuxDocFile):
11661         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
11662
11663         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
11664
11665         * version.h: update to use stuff in version.C
11666
11667         * version.C.in: new file. Contains version information determined
11668         at compile time. This is a merging of version.h and
11669         version_info.h.in.
11670
11671 2001-10-03  Juergen Vigna  <jug@sad.it>
11672
11673         * BufferView_pimpl.C (update): don't change "dirty" status in
11674         updateInset call.
11675
11676 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
11677
11678         * WorkArea.C (c-tor): re-position version string slightly.
11679
11680 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
11681
11682         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
11683         revert to previous code.
11684
11685         WorkArea.[Ch]: (show, destroySplash): methods removed.
11686
11687         WorkArea.C: rework code so that it's an amalgam of the codes before and
11688         after the splash screen was moved to WorkArea.
11689
11690 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11691
11692         * lyxrc.C (read):
11693         * vspace.C (inPixels):
11694         (lyx_advance):
11695         * kbmap.C (bind):
11696         * buffer.C (insertStringAsLines):
11697         (asciiParagraph): fix types to be large enough
11698
11699         * lyxlex_pimpl.h: change member status from short to int
11700
11701         * layout.h: fix type of endlabeltype
11702
11703         * kbmap.C (bind):
11704         * kbsequence.C (parse): change return type to string::size_type
11705
11706         * LaTeX.C (updateBibtexDependencies): comment out unneeded
11707         variable
11708
11709         * Bullet.C (bulletSize):
11710         (bulletEntry): do not use short ints as parameters
11711
11712         * BufferView2.C (insertLyXFile): change a char to an int.
11713
11714         * WorkArea.C (WorkArea): remove unneeded floats in computation
11715
11716 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
11717
11718         * buffer.C (asciiParagraph): Treat '\\' as other chars.
11719
11720         * paragraph.C (asString): Do not ignore newline/hfill chars when
11721         copying to the clipboard.
11722
11723 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
11724
11725         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
11726         after a multi-line inset.
11727
11728 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
11729
11730         * paragraph.C (validate): Set NeedLyXFootnoteCode
11731
11732 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11733
11734         * lyxfont.C (LyXSizeNames): changed increase-error to increase
11735         and decrease-error to decrease.
11736
11737 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11738
11739         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
11740         it more readable (should be equivalent)
11741
11742 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11743
11744         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
11745
11746 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11747
11748         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
11749         of a cursor (row, etc.) after a character has been deleted
11750         (deleteEmptyParagraphMechanism): call the method above on _all_
11751         cursors held by the LyXText when a double space has been
11752         detected/deleted.
11753
11754 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11755
11756         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
11757         pixmap.
11758         (resizeCurrentBuff): remove code to destroy the old splash dialog.
11759
11760         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
11761         background. Use greyOut() and the new show() methods to toggle between
11762         the foreground and background. Add code to remove the splash after
11763         its initial showing.
11764
11765         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
11766         (create_forms): no longer call Dialogs::showSplash.
11767
11768 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11769
11770         * .cvsignore: add version_info.h
11771
11772 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11773
11774         * version_info.h.in: new file
11775
11776         * Makefile.am: add version_info.h.in
11777
11778         * lyx_main.C (commandLineVersionInfo): use version_info defined in
11779         version_info.h instead of VERSION_INFO
11780
11781 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
11782
11783         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
11784         The ERT inset now returns string().
11785
11786 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
11787
11788         * lyxtext.h, text.C (selectNextWord): renamed as
11789         selectNextWordToSpellcheck.
11790
11791         * text.C (selectNextWordToSpellcheck): Modified to not select
11792         words inside an ERT inset.
11793
11794 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11795
11796         * lyx_cb.C (MenuLayoutSave): change a bit the question
11797
11798         * sp_base.h: include <sys/types.h>
11799
11800 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
11801
11802         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
11803
11804 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
11805
11806         * several files: fix typos in user-visible strings
11807
11808 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11809
11810         * text2.C (pasteSelection): do not set the selection, since it
11811         will be cleared later. Actually, the intent was to fix the way the
11812         selection was set, but I figured rmoving the code was just as good.
11813
11814 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
11815
11816         * FontLoader.C (available): Check if font is available without
11817         loading the font.
11818
11819 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
11820
11821         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
11822
11823 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
11824
11825         * lyxrc.[Ch]: added display_graphics variable and associated code.
11826
11827 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11828
11829         * bufferparams.C (hasClassDefaults): new method. Returns true if
11830         the buffer parameters correspond to known class defaults
11831
11832 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
11833
11834         * XFormsView.C (show): set minimum size to the main window.
11835
11836 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11837
11838         * text2.C (copySelection):
11839         (cutSelection):
11840         * lyxfind.C (LyXReplace):
11841         * BufferView_pimpl.C (Dispatch): pass the correct flag to
11842         LyXText::selectionAsString.
11843
11844         * paragraph.C (asString): add "label" argument to the second form
11845
11846         * text2.C (selectionAsString): add "label" argument and pass it to
11847         Paragraph::asString.
11848
11849 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11850
11851         * lyx_main.C (commandLineHelp): remove version information
11852
11853 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
11854
11855         * lyx_main.C: add -version commandline option
11856
11857 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11858
11859         * paragraph.h: make the optional constructor arg required instead.
11860         some modifications to other files because of this.
11861
11862         * minibuffer.C (C_MiniBuffer_peek_event): make it static
11863
11864         * lyxserver.C (C_LyXComm_callback): make it static
11865
11866         * lyx_main.C (error_handler): make it static
11867
11868         * lyx_gui.C (LyX_XErrHandler): make it static
11869
11870         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
11871
11872         * WorkArea.C: make the extern "C" methods static.
11873
11874         * Makefile.am (lyx_LDADD): simplify
11875
11876 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11877
11878         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
11879         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
11880
11881         * LyXAction.C (init):
11882         * lyxfunc.C (dispatch): associated code removal.
11883
11884 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11885
11886         * lyxfont.h (isSymbolFont): shut off warning
11887
11888         * text.C (setHeightOfRow):
11889         (getVisibleRow): fix crash with empty paragraphs which have a
11890         bottom line
11891
11892 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
11893
11894         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
11895         code.
11896
11897 2001-09-04  José Matos  <jamatos@fep.up.pt>
11898         * buffer.C
11899         * buffer.h
11900         * tabular.C (docbook): rename docBook method to docbook.
11901
11902 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11903
11904         * Makefile.am: add dependencies to main.o.
11905
11906 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
11907
11908         * FontLoader.C (available): Return false if !lyxrc.use_gui
11909
11910 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
11911
11912         * FontInfo.C (query):
11913         * converter.C (view):
11914         * importer.C (Import):
11915         * exporter.C (Export): Can not -> cannot.
11916
11917 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
11918
11919         * BufferView_pimpl.C: allow to create index inset even if
11920           string is empty
11921
11922 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11923
11924         * buffer.C (getLists): replace boost::tie code with an explicit pair
11925         as boost::tie can break some compilers.
11926
11927         * iterators.h: Added a std:: declaration to the return type of
11928         ParIterator::size.
11929
11930 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
11931
11932         * lyxrc.C: add help for view_dvi_paper_option, default to safe
11933           case.
11934
11935 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
11936
11937         * iterators.[Ch]: New files. Provide paragraph iterators.
11938
11939         * buffer.C (changeLanguage): Use paragraph iterators.
11940         (isMultiLingual): ditto
11941
11942         * BufferView2.C (ChangeInsets): Use paragraph iterators.
11943
11944 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
11945
11946         * FontLoader.C: Support for cmr font.
11947
11948 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
11949
11950         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
11951         (available): New method.
11952
11953         * FontInfo.C (getFontname): Use scalable fonts even when
11954         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
11955         found.
11956
11957 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11958
11959         * converter.C (Formats::view): reverted! Incorrect fix.
11960
11961 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
11962
11963         * converter.C (Formats::view): only output the -paper option
11964         if the dvi viewer is xdvi, thereby fixing bug #233429.
11965
11966 2001-08-23  Herbert Voss  <voss@perce>
11967
11968         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
11969
11970 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
11971
11972         * Spacing.h (Spacing): Set space to Default on in the default
11973         constructor.
11974
11975 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11976
11977         * vc-backend.h (RCS::versionString): add RCS to version
11978         (CVS::versionString): add CVS to version
11979
11980         * vc-backend.C (scanMaster): do not add CVS to version.
11981         (scanMaster): do not add RCS to version
11982
11983         * lyxvc.C (versionString): new method
11984
11985         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
11986
11987 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11988
11989         * Spacing.C (set): initialize fval
11990
11991 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
11992
11993         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
11994         " or \.
11995
11996 2001-08-16  Juergen Vigna  <jug@sad.it>
11997
11998         * lyxfunc.C (dispatch): implemented the new FINISHED states.
11999
12000 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12001
12002         * BufferView_pimpl.C:
12003         * figureForm.C:
12004         * lyxtext.h:
12005         * text2.C: setParagraph takes linespacing now
12006
12007 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12008
12009         * LyxAction.C: add internal LFUN_CITATION_INSERT
12010
12011         * LyXView.C: actually apply fix
12012
12013         * bufferlist.C: fix open non-existent file
12014
12015         * lyxfind.C: fix indentation
12016
12017         * lyxfunc.C: remove unneeded assert, fix typo
12018
12019 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12020
12021         * MenuBackend.C: use "Floatname List"
12022
12023 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12024
12025         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12026         when converting LaTeX layout to insetERT.
12027         Generate a non-collapsed float when reading old float
12028
12029 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12030
12031         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12032         ERT insets.
12033
12034 2001-08-13  Juergen Vigna  <jug@sad.it>
12035
12036         * text.C (fill): return 0 instead of 20 as this seems to be the more
12037         correct value.
12038
12039 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12040
12041         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12042         lyxrc.font_norm.
12043
12044 2001-08-13  Juergen Vigna  <jug@sad.it>
12045
12046         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12047         casesensitive off.
12048         (SearchBackward): comment out the unlocking of the inset_owner this
12049         should not be needed!
12050
12051 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12052
12053         * Many files: Remove inherit_language, and add latex_language
12054
12055         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12056         collapsible insets.
12057
12058 2001-08-10  Juergen Vigna  <jug@sad.it>
12059
12060         * text.C (prepareToPrint): fixed hfill-width in draw!
12061
12062         * BufferView2.C (selectLastWord): save the selection cursor as this
12063         now is cleared in the function LyXText::clearSelection!
12064
12065 2001-08-08  Juergen Vigna  <jug@sad.it>
12066
12067         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12068         BACKSPACE type functions.
12069
12070         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12071         is only cutted from the document but not put in the cut-buffer, where
12072         still the old stuff should be.
12073
12074         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12075
12076         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12077
12078         * tabular.C (SetWidthOfCell): fixed special case where the width
12079         was not updated!
12080         (LeftLine): handle '|' in align_special.
12081         (RightLine): ditto
12082         (LeftAlreadyDrawed): ditto
12083         (SetWidthOfCell): ditto
12084
12085 2001-08-07  Juergen Vigna  <jug@sad.it>
12086
12087         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12088
12089 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12090
12091         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12092         * lyxlex.[hC]: ditto
12093
12094 2001-08-06  Juergen Vigna  <jug@sad.it>
12095
12096         * text.C (getVisibleRow): fix up row clearing a bit.
12097
12098 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12099
12100         * minibuffer.C: make sure the X server sees the changes in the input.
12101
12102 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12103
12104         * paragraph.C (getFont): split into...
12105         (getLabelFont): this
12106         (getLayoutFont): and this
12107         * paragraph_pimpl.C (realizeFont): calling this
12108
12109         * text2.C (getFont): split into...
12110         (getLayoutFont): this
12111         (getLabelFont): and this
12112         (realizeFont): all three calling this
12113
12114         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12115         files where used.
12116
12117 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12118
12119         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12120
12121 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12122
12123         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12124         layouts from the Quote inset insertion.
12125
12126 2001-08-03  Juergen Vigna  <jug@sad.it>
12127
12128         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12129
12130         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12131         only if status not is already CHANGED_IN_DRAW (second level).
12132
12133         * text.C (draw): don't set the need_break_row when inside an
12134         InsetText LyXText.
12135
12136 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12137
12138         * buffer.C (parseSingleLyXformat2Token): handle more latex
12139         conversion cases.
12140
12141         * bufferview_funcs.[hC]: change function names to
12142         begin with small char, adjust other files.
12143
12144 2001-08-02  André Pönitz <poenitz@gmx.net>
12145
12146         * lyxfunc.C:
12147         BufferView_pimpl.C: remove broken special code for math-greek
12148
12149 2001-08-02  Juergen Vigna  <jug@sad.it>
12150
12151         * BufferView_pimpl.C (update): redone this function so that we
12152         update the text again if there was a CHANGE_IN_DRAW.
12153
12154         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12155         (drawFromTo): added a new internal bool which is used by draw() and
12156         redraw() function.
12157         (general): some cursor drawing problems fixed.
12158
12159 2001-08-01  Juergen Vigna  <jug@sad.it>
12160
12161         * lyxfind.C (LyXFind): fixed
12162         (SearchForward): ditto
12163         (SearchBackward): ditto
12164
12165         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12166         spurius drawing of the cursor in the main area.
12167
12168         * text2.C (status): small fix which could lead to a segfault!
12169         (clearSelection): remove unneeded BufferView param.
12170
12171 2001-08-01  André Pönitz <poenitz@gmx.net>
12172
12173         * lyxfunc.C: small change due to changed mathed interface
12174
12175 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12176
12177         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12178
12179 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12180
12181         * lyxfunc.c: fail gracefully if file doesn't exist
12182
12183         * LyXSendto.C:
12184         * buffer.C:
12185         * lyxfunc.C:
12186         * BufferView_pimpl.C: IsDirWriteable() proto changed
12187
12188         * LyXView.C: fix updateWindowTitle() to store the last title
12189
12190 2001-07-31  Juergen Vigna  <jug@sad.it>
12191
12192         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12193         the font (wrong since using of Paragraph::highestFontInRange).
12194
12195         * paragraph.C (highestFontInRange): added a default_size parameter.
12196
12197         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12198         (setHeightOfRow): reformat
12199
12200 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12201
12202         * converter.[hC] + affected files: move to (inital-char)lowercase
12203         function names.
12204
12205         * ParagraphParameters.C (ParagraphParameters): remove commented code
12206
12207         * PainterBase.[Ch]: remove commented code
12208
12209         * LaTeXFeatures.h: add "bool floats" for float.sty
12210
12211         * LaTeXFeatures.C (LaTeXFeatures): init floats
12212         (require): handle float
12213         (getPackages): do it with floats
12214
12215 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12216
12217         * BufferView_pimpl.C (Dispatch): improve handling of
12218         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12219
12220         * commandtags.h: #include lyxfont.h here temporarily to avoid
12221         keybinding bug.
12222
12223         * bufferlist.h: include LString.h here.
12224
12225 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12226
12227         * text2.C (getStringToIndex): new method.
12228
12229 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12230
12231         * *: Reduced header file dependencies all over.
12232
12233 2001-07-30  Baruch Even  <baruch@lyx.org>
12234
12235         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12236
12237 2001-07-29  Baruch Even  <baruch@lyx.org>
12238
12239         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12240
12241 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12242
12243         * ParameterStruct.h (endif): add a default constructor to make
12244         sure that all variables is initialized.
12245
12246         * ParagraphParameters.C (ParagraphParameters): adjust
12247
12248 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12249
12250         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12251         index; also, check that there is something to index, and that it
12252         does not span over several paragraphs.
12253         (doubleClick): use WHOLE_WORD_STRICT for double click.
12254
12255         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12256
12257         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12258         scheme.
12259
12260 2001-07-26  Baruch Even  <baruch@lyx.org>
12261
12262         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12263         an InsetFig figure, backwards compatible reading of old figure code.
12264
12265 2001-07-27  Juergen Vigna  <jug@sad.it>
12266
12267         * text2.C: font.realize function adaption.
12268
12269         * text.C (draw): add a warnings lyxerr text if needed.
12270
12271         * layout.C: font.realize function adaption.
12272
12273         * language.C: add inherit_language and implement it's handlings
12274
12275         * bufferview_funcs.C (StyleReset): remove language parameter from
12276         font creation (should be language_inherit now).
12277
12278         * bufferparams.C (writeFile): handle ignore_language.
12279
12280         * paragraph.C (getFontSettings): the language has to be resolved
12281         otherwise we have problems in LyXFont!
12282
12283         * lyxfont.C (lyxWriteChanges): added document_language parameter
12284         (update): removed unneeded language parameter
12285
12286         * paragraph.C (validate): fixed wrong output of color-package when
12287         using interface colors for certain fonts in certain environments,
12288         which should not seen as that on the final output.
12289
12290 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12291
12292         * BufferView_pimpl.C:
12293         * Thesaurus.h:
12294         * Thesaurus.C:
12295         * Makefile.am:
12296         * commandtags.h:
12297         * LyXAction.C: add thesaurus support
12298
12299         * lyxfind.h:
12300         * lyxfind.C: add "once" parameter, for thesaurus, to not
12301           move to the next match
12302
12303 2001-07-26  Juergen Vigna  <jug@sad.it>
12304
12305         * lyxfont.C (realize): honor ignore_language too!
12306         (resolved): ditto.
12307
12308         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12309
12310         * text.C (draw): one place more for ignore_language to not draw
12311         itself!
12312
12313 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12314
12315         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12316
12317 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12318
12319         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12320         the minipage conversion problem.
12321
12322 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12323
12324         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12325         insert an inset.
12326
12327 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12328
12329         * BufferView.h: don't forward declare WorkArea
12330
12331         * BufferView.C: don't include WorkArea.h
12332
12333 2001-07-25  André Pönitz <poenitz@gmx.net>
12334
12335         * commandtags.h:
12336         * LyXAction.C:
12337         * lyxfunc.C:  new LFUN 'math-space'
12338
12339         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12340
12341 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12342
12343         * text2.C (toggleInset): call open/close
12344
12345 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12346
12347         * lyxfunc.C (dispatch): add debug for the disabled case
12348
12349         * font.C (buttonText): make similar to rectText
12350
12351         * buffer.C (readInset): comment out parsing of insetlist and
12352         insttheorem
12353
12354         * PainterBase.C (rectText): small correction
12355
12356         * BufferView_pimpl.C: comment out insettheorem and insetlist
12357         * LyXAction.C: ditto
12358         * commandtags.h: ditto
12359
12360 2001-07-24  Juergen Vigna  <jug@sad.it>
12361
12362         * text.C (draw): honor the ignore_language.
12363
12364         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
12365
12366 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12367
12368         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
12369         char inset.
12370
12371 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12372
12373         * lyxtext.h: remove unused (and unimplemented) methods
12374
12375 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12376
12377         * text.C (getVisibleRow): honor background color
12378
12379         * PainterBase.h:
12380         * Painter.h: remove default color argument for fillRectangle
12381
12382         * text.C (backgroundColor): new method
12383
12384 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12385
12386         * text.C (getVisibleRow): adjust
12387
12388         * font.[Ch] (rectText): new method, metrics
12389         (buttonText): new method, metrics
12390
12391         * PainterBase.[hC]: make rectText and buttonText always draw and take
12392         fewer paramteres.
12393
12394 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12395
12396         * ToolbarDefaults.C (read):
12397         * MenuBackend.C (read): allow escaping in all strings
12398
12399         * BufferView_pimpl.C (insertAndEditInset): new method.
12400         (Dispatch): use insertAndEditInset whenever appropriate.
12401
12402         * BufferView_pimpl.C (insertNote): removed
12403
12404         * BufferView_pimpl.C (smartQuote): new method, moved from
12405         BufferView; if an insetquote cannot be inserted, insert a '"'
12406         character instead.
12407
12408         * BufferView2.C: remove insertCorrectQuote();
12409
12410         * lyxfunc.C (getStatus): Add support for all remaingin
12411         inset-insert lfuns.
12412
12413         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
12414
12415         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
12416         command (necessary to pass " as parameter of self-insert.
12417
12418         * text.C (selectWordWhenUnderCursor):
12419         (selectWord): add word_location parameter
12420         (selectWordWhenUnderCursor): same + remove special code for word
12421         boundary.
12422         (selectNextWord): use kind() to guess type of insetspecialchar,
12423         not latex().
12424
12425         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
12426         (insertErtContents): create ert insets as collapsed.
12427         (readInset): better compatibility code for Info inset.
12428
12429 2001-07-20  Juergen Vigna  <jug@sad.it>
12430
12431         * lyxfunc.C (dispatch): use always LyXFind now!
12432
12433         * text2.C (init): add a reinit flag so that the LyXText can be
12434         reinited instead of deleted and reallocated (used in InsetText).
12435
12436         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
12437
12438         * text.C: ditto
12439
12440         * text2.C: ditto
12441
12442 2001-07-18  Juergen Vigna  <jug@sad.it>
12443
12444         * text.C (selectNextWord): handle insets inside inset by calling
12445         always the bv->text functions so that we can go up the_locking_inset!
12446
12447         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
12448         in strange locations when inside an inset!
12449
12450         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
12451         handling to include insets.
12452
12453         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
12454
12455 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12456
12457         * LyXAction.C (init):
12458         * commandtags.h:
12459         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
12460         LIGATURE_BREAK, since the name is so stupid.
12461
12462 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12463
12464         * buffer.C (readInset): enable reading of new InsetNotes as well as old
12465         InsetInfos.
12466
12467         * FontLoader.C: remove FORMS_H_LOCATION cruft.
12468
12469         * sp_form.[Ch]: remove.
12470
12471         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
12472
12473         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
12474         InsetInfo.
12475
12476         * src/buffer.C (readInset): ditto.
12477
12478 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12479
12480         * BufferView_pimpl.C (specialChar): new method. Obsoletes
12481         menuSeparator(), endOfSentenceDot(), ldots() and
12482         hyphenationPoint(), which are therefore removed.
12483         (Dispatch): handle LFUN_HYPHENATION_BREAK.
12484
12485         * LyXAction.C (init):
12486         * commandtags.h: add LFUN_HYPHENATION_BREAK.
12487
12488         * paragraph.C (getWord): removed.
12489
12490         * BufferView_pimpl.C (Dispatch): use last word or selection for
12491         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
12492
12493         * lyx_main.C (queryUserLyXDir): do not ask before creating
12494         user_dir, except if it has been named explicitely.
12495
12496 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12497
12498         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
12499         a document of zero size.
12500
12501 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
12502
12503         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
12504         approriately in the c-tor and in require().
12505         (getPackages): output the appropriate LaTeX for natbib support.
12506
12507         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
12508         variables "use_natbib" and "use_numerical_citations" when reading the
12509         LyX file.
12510         (readInset): read the various natbib cite commands.
12511         (validate): white-space change.
12512
12513         * bufferparams.[Ch]: new variables "bool use_natbib" and
12514         "bool use_numerical_citations".
12515         (writeFile): output them in the LyX file.
12516
12517 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12518
12519         * lyxfunc.C (getStatus): add support for all the inset insertion
12520         commands.
12521
12522         * text2.C (insertInset):
12523         * paragraph.C (insetAllowed):
12524         * BufferView_pimpl.C (insertInset): update to take in account the
12525         renaming of insertInsetAllowed
12526
12527         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
12528
12529         * text2.C (getInset): new method. returns inset at cursor position.
12530
12531         * BufferView_pimpl.C (Dispatch): changes because of this.
12532
12533         * LyXAction.C (init): rename open-stuff to inset-toggle.
12534
12535         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
12536
12537         * text2.C (toggleInset): renamed from openStuff; use
12538         Inset::open().
12539
12540 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
12541
12542         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
12543
12544         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
12545
12546 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
12547
12548         * buffer.C (readLyXformat2): Add filename to the error dialog
12549
12550 2001-07-18  Juergen Vigna  <jug@sad.it>
12551
12552         * tabular.C (GetCellNumber): put an assert here instead of the check!
12553
12554 2001-07-17  Juergen Vigna  <jug@sad.it>
12555
12556         * BufferView_pimpl.C (toggleSelection): adapted too.
12557
12558         * text.C (selectNextWord): adapted for use with insets.
12559         (selectSelectedWord): ditto
12560
12561 2001-07-17  Juergen Vigna  <jug@sad.it>
12562
12563         * sp_spell.C (PSpell): fix initialitation order.
12564
12565 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12566
12567         * paragraph.C: spacing
12568
12569 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
12570
12571         * sp_spell.C: repair language selection for pspell
12572
12573 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12574
12575         * lyxfunc.h: change more methods to begin with lower char.
12576
12577 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
12578
12579         * buffer.C (parseSingleLyXformat2Token): Generate error insets
12580         for unknown layouts.
12581
12582 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
12583
12584         * buffer.C (readLyXformat2): Generate an error dialog if there are
12585         unknown layouts.
12586
12587 2001-07-16  Juergen Vigna  <jug@sad.it>
12588
12589         * sp_spell.C: always compile ISpell part.
12590
12591         * lyxrc.C: added use_pspell entry and it's handling.
12592
12593 2001-07-13  Juergen Vigna  <jug@sad.it>
12594
12595         * sp_spell.C: removed double includes.
12596
12597 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
12598
12599         Consistent use of Lsstream.h:
12600         * Lsstream.h: added using std::stringstream for consistencies sake.
12601
12602         * buffer.C: removed using std::stringstream
12603
12604         * lyxfont.C (stateText):
12605         * paragraph.C (asString):
12606         * text.C (selectNextWord, selectSelectedWord):
12607         * text2.C (setCounter):
12608         * vspace.C (asString, asLatexString):
12609         std::ostringstream -> ostringstream.
12610
12611 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12612
12613         * LyXAction.C: add LFUN_HELP_ABOUTLYX
12614         * commandtags.h: add LFUN_HELP_ABOUTLYX
12615         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
12616
12617 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12618
12619         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
12620         cursorToggle()
12621         * lyx_gui_misc.C: remove spellchecker
12622         * lyxfunc.C: showSpellchecker
12623         * sp_base.h: added
12624         * sp_ispell.h: added
12625         * sp_pspell.h: added
12626         * sp_spell.C: added
12627         * sp_form.[Ch]: removed
12628         * spellchecker.[Ch]: removed
12629
12630 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
12631
12632         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
12633         is set.
12634         (simpleTeXSpecialChars): Simply print the input character without
12635         any special translation if pass_thru is set.
12636
12637         * layout.h: Added bool pass_thru to layout class for being able to
12638         implement pass through of a paragraph for Literate Programming.
12639
12640         * layout.C: add LT_PASS_THRU to LayoutTags enum.
12641         * layout.C (LyXLayout): set pass_thru to flase in constructor.
12642         * layout.C (Read): add "passthru" to list of layout tags and add
12643         code to set the pass_thru boolean when it is read.
12644
12645 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12646
12647         * trans_decl.h: remove allowed from KmodInfo
12648
12649         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
12650         remove allowed code
12651         (Load): adjust
12652
12653         * paragraph_pimpl.C (erase): use boost::prior
12654
12655         * Painter.C (text): use data() instead of c_str() when length is
12656         also provided.
12657         * WorkArea.C (putClipboard): ditto
12658         * font.h (width): ditto
12659
12660         * BufferView2.C: use it-> instead of (*it). for iterators
12661         * texrow.C: ditto
12662         * paragraph_pimpl.C: ditto
12663         * paragraph.C: ditto
12664         * minibuffer.C: ditto
12665         * language.C: ditto
12666         * kbmap.C: ditto
12667         * encoding.C: ditto
12668         * counters.C: ditto
12669         * converter.C: ditto
12670         * chset.C: ditto
12671         * Variables.C: ditto
12672         * TextCache.C: ditto
12673         * MenuBackend.C: ditto
12674         * LyXAction.C: ditto
12675         * LColor.C: ditto
12676         * FloatList.C: ditto
12677         * DepTable.C: ditto
12678         * ColorHandler.C (LyXColorHandler): ditto
12679
12680 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12681
12682         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
12683
12684         * text2.C (openStuff): reintroduce this method (which had been
12685         nuked in NEW_INSETS frenzy).
12686
12687         * lyxfunc.C (Dispatch): when an action has not been handled, use
12688         its name in the error message, not its number.
12689
12690         * paragraph.C (inInset): change method name to begin with lowercase.
12691
12692         * undo_funcs.C:
12693         * text2.C: updates because of this.
12694
12695 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12696
12697         * ToolbarDefaults.C (add): add spaces in error message
12698
12699 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12700
12701         * buffer.C (readLyXformat2): initialize the ert comp. variables.
12702         (readLyXformat2): rename return_par to first_par, use lyxlex's
12703         pushToken and remove the manual push handling.
12704         (parseSingleLyXformat2Token): add another ert comp. variable:
12705         in_tabular, rename return_par to first_par. handle newlines better
12706
12707 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12708
12709         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
12710
12711 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12712
12713         * text2.C (getParFromID): removed
12714
12715         * buffer.C (getParFromID): new method moved form lyxtext.
12716         * BufferView2.C (insertErrors): adjust
12717         (setCursorFromRow): adjust
12718         * BufferView_pimpl.C (restorePosition): adjust
12719         * lyxfunc.C (Dispatch): adjust
12720         * undo_funcs.C (textUndo): adjust
12721         (textRedo): adjust
12722         (textHandleUndo): adjust
12723         (textHandleUndo): adjust
12724
12725 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12726
12727         * buffer.C: up' the LYX_FORMAT
12728
12729         * lyxfont.h: turn NO_LATEX on as default
12730
12731         * buffer.C (insertErtContents): new methods of tex style compability.
12732         (parseSingleLyXformat2Token): use it several places.
12733         * tabular.C (OldFormatRead): and here
12734
12735 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12736
12737         * text2.C: remove some commented code.
12738         reindent file.
12739
12740         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
12741         * trans.C: changes because of the above.
12742
12743 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
12744
12745         * text2.C (setCounter): Fix counters bug with bibliography layout.
12746
12747 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12748
12749         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
12750         own member functions
12751         (simpleTeXSpecialChars): ditto
12752
12753 2001-07-06  Juergen Vigna  <jug@sad.it>
12754
12755         * a lot of files: changed the access to LyXText::status and the
12756         call of undo-functions.
12757
12758         * undo.[Ch]: added a inset_id to the undo informations.
12759
12760         * undo_funcs.[Ch]: added and moved here all undo functions.
12761
12762         * lyxtext.h: give the status enum a weight, made status_ a private
12763         variable and made accessor functions for it, removed the whole bunch
12764         of undo-functions as they are now in their own file, make some
12765         functions publically available. Added function ownerParagraph with
12766         int parameter.
12767
12768         * paragraph.[Ch]: added "bool same_ids" to the constructor,
12769         made InInset() a const function, added getParFromID() function.
12770
12771         * buffer.[Ch]: added const version for inset_iterator functions,
12772         added getInsetFromID() function.
12773
12774         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
12775         changed undo functions for new version.
12776
12777 2001-07-05  Juergen Vigna  <jug@sad.it>
12778
12779         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
12780         unknow mechanism does not call the proper constructor but only this
12781         one also if I request the other!?
12782
12783 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12784
12785         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
12786
12787         * text2.C (LyXText): use initialization lists.
12788
12789         * lyxtext.h (Selection): initialize set_ and mark_
12790         (init): remove method
12791
12792 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
12793
12794         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
12795
12796 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12797
12798         * screen.[Ch]: change method names to begin with lowercase
12799
12800         * BufferView_pimpl.C (updateScrollbar): simplify further and
12801         hopefully make it a bit faster.
12802
12803 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12804
12805         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
12806         calling directly xforms functions.
12807
12808         * Painter.C (Painter):
12809         * lyx_cb.C (MenuWrite):
12810         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
12811         fl_display.
12812
12813         * lyx_gui.C: remove bogus guiruntime extern declaration.
12814
12815 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12816
12817         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
12818         in NEW_INSETS
12819         (redoDrawingOfParagraph): ditto
12820         (redoParagraphs): ditto
12821         (cutSelection): don't create a object for CutAndPaste use the
12822         static method directly
12823         (pasteSelection): ditto
12824
12825         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
12826         LyXview (+ rename)
12827
12828 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12829
12830         * modifications to some other files because of this.
12831
12832         * Makefile.am (lyx_SOURCES): add XFormsView
12833
12834         * XFormsView.[Ch]: new files
12835
12836         * LyXView.[Ch]: make LyXView a base class for the gui handling for
12837         the main window. Move the gui dependent stuff to XFormsView
12838
12839 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12840
12841         * tabular.C (GetCellInset): update cur_cell also in the row/col
12842         version of this function.
12843
12844         * lyxfunc.C: no need to include figure_form.h here.
12845
12846         * FontLoader.h:
12847         * lyxfunc.h:
12848         * lyxscreen.h:
12849         * text2.C:
12850         * lyxvc.C: no need to include forms.h here.
12851
12852 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12853
12854         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
12855
12856         * lyxfunc.C (Dispatch):
12857         * Spacing.C (set):
12858         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
12859         constructor argument.
12860
12861 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12862
12863         * paragraph.C (Paragraph): dont't clear, and just set layout.
12864         (makeSameLayout): use params's copy contructor.
12865
12866         * ParagraphParameters.[Ch] (makeSame): delete method
12867
12868 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
12869
12870         * Variables.[Ch]: fix indentation, rename set to isSet
12871
12872 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12873
12874         * lyxfunc.C (Dispatch): fix typo
12875
12876 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12877
12878         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
12879         upper_bound.
12880
12881         * bufferlist.C: include assert.h for emergencyWrite().
12882
12883 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12884
12885         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
12886           give up at last (bug #425202) !
12887
12888 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
12889
12890         * lyx_gui_misc.C:
12891         * sp_form.h:
12892         * sp_form.C:
12893         * spellchecker.h:
12894         * spellchecker.C: strip spellchecker options and bring up
12895           preferences tab instead
12896
12897 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12898
12899         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
12900         the istringstream constructor
12901
12902 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12903
12904         * paragraph.C (getLayout): fix return value
12905
12906         * paragraph.h: do not declare getLayout as inline.
12907
12908         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
12909
12910 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12911
12912         * lyxcursor.h (operator<): new func
12913         (operator>): new func
12914         (operator>=): new func
12915         (operator<=): new func
12916
12917         * text.C (changeCase): use selection.start and selection.end
12918         (changeRegionCase): require from to be <= to. Require par to be a
12919         valid paragraph.
12920
12921         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
12922
12923 2001-06-27  Juergen Vigna  <jug@sad.it>
12924
12925         * text.C (cursorLeftOneWord): changed to return the cursor and added
12926         overlay with BufferView * parameter which calls this one.
12927         (getWord): added
12928         (selectWord): use new getWord function.
12929         (changeCase): renamed from changeWordCase as and extended to work
12930         also on selections.
12931
12932         * lyxtext.h: added enum word_location
12933
12934         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
12935         changeCase as this operates now also on selections.
12936
12937 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
12938
12939         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
12940
12941         * many files: send debug output to Debug::INFO instead of
12942         Debug::ANY.
12943
12944         * converter.C (View):
12945         (Convert):
12946         (Move): send debug output to Debug::FILES instead of console.
12947
12948 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
12949
12950         * lyxfunc.C (getStatus): use func_status
12951
12952         * func_status.h: new header, describing the results of
12953         LyXFunc::getStatus;
12954
12955         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
12956         LFUN_MATH_HALIGN.
12957
12958 2001-06-25  The LyX Project  <jug@sad.it>
12959
12960         * buffer.C (sgmlOpenTag):
12961         (sgmlCloseTag):
12962         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
12963
12964 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12965
12966         * text2.C: remove some dead code
12967
12968         * tabular.C (GetCellInset): store the last cell checked (gotten)
12969
12970         * tabular.h: add the helper for the speedup
12971
12972         * lyxtext.h: remove some dead code
12973
12974 2001-06-26  The LyX Project  <Asger>
12975
12976         * paragraph.C: Change export to LaTeX of alignment to
12977         \begin{center} and family for better roundtrip work with reLyX.
12978
12979         * Tune the math drawing a bit.
12980
12981 2001-06-25  The LyX Project  <Asger>
12982
12983         * LColor.C (LColor): New color for math background. New color
12984         for buttons.
12985
12986 2001-06-25  The LyX Project  <jug@sad.it>
12987
12988         * lyxfunc.C (MenuNew): remove extra check for .lyx file
12989
12990         * lyxfunc.C (Open):
12991         * bufferlist.C (newFile): do not restrict to files ending with
12992         .lyx
12993
12994         * BufferView_pimpl.C (MenuInsertLyXFile):
12995
12996 2001-06-24  The LyX Project  <jug@sad.it>
12997
12998         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
12999         of compare_no_case
13000
13001 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13002
13003         * lyxtext.h: rename most methods to begin with a small char.
13004         Lots of changes because of this.
13005
13006         * paragraph.C (Paragraph): do not call fitToSize
13007         (erase): call Pimpl::erase
13008         (insertChar): call Pimpl::insertChar
13009         (insertInset): call Pipl::insertInset
13010         (breakParagraph): do not call fitToSize
13011         (breakParagraphConservative): do not call fitToSize
13012         (fitToSize): remove method
13013
13014         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13015
13016 2001-06-24  The LyX Project  <Asger>
13017
13018         * Fix Qt compilation^2
13019
13020 2001-06-24  The LyX Project  <jug@sad.it>
13021
13022         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13023         depthHook(getDepth()-1).
13024
13025         * paragraph.h:
13026         * ParagraphParameters.h:
13027         * ParameterStruct.h: change type of depth to unsigned int ==
13028         depth_type. Many adaptations to other files before of that.
13029
13030 2001-06-24  The LyX Project  <Asger>
13031
13032         * Fix Qt compilation.
13033
13034 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13035
13036         * paragraph.h: renamed several methods to begin with small letter.
13037         several changes to many parts of the code because of this.
13038
13039 2001-06-23  The LyX Project  <jug@sad.it>
13040
13041         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13042         rewritten to discard all double spaces when KeepEmpty is off
13043         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13044         to only handle newlines but not fiddle with spaces and friends.
13045
13046         * lyxfunc.C (MenuNew): when doing 'new from template', use
13047         template_path as default directory
13048
13049 2001-06-23  The LyX Project  <Asger>
13050
13051         * Clean-up of header file includes all over
13052         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13053
13054 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13055
13056         * paragraph.h: renamed from lyxparagraph.h
13057
13058 2001-06-23  Asger  <lyx@violet.home.sad.it>
13059
13060         * Buffer.h: Removed Buffer::resize
13061         * BufferList.h: Removed BufferList::resize
13062         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13063         the document lazily when we change the width, or the font settings.
13064
13065 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13066
13067         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13068
13069 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13070
13071         * buffer.h: remove out of date comment
13072
13073 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13074
13075         * lyxscreen.h:
13076         * screen.C: fix "theoretical" GC leak
13077
13078 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13079
13080         * LaTeX.C (scanAuxFile):
13081         (deplog): remove trailing \r when reading stream (useful under
13082         win32)
13083
13084 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13085
13086         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13087         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13088         and BufferView::theLockingInset(Inset*), so should use them and not
13089         access bv_->text->the_locking_inset directly.
13090
13091         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13092
13093 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13094
13095         * Makefile.am:
13096         * tex-defs.h: remove old unused file
13097
13098 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13099
13100         * BufferView_pimpl.C: fix typo, remove minibuffer message
13101           when buffer has loaded
13102
13103 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13104
13105         * lyxfunc.C (Dispatch): use stringstream
13106         (MenuNew): use stringstream
13107         (Open): use stringstream
13108
13109         * importer.C (Import): use stringstream
13110
13111         * bufferview_funcs.C (CurrentState): use stringstream
13112
13113         * LaTeX.C (run): use stringstream
13114
13115         * BufferView_pimpl.C (savePosition): use stringstream
13116         (restorePosition): use stringstream
13117         (MenuInsertLyXFile): use stringstream
13118
13119 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13120
13121         * BufferView.C:
13122         * Bullet.C:
13123         * ColorHandler.C:
13124         * FontInfo.C:
13125         * FontLoader.C:
13126         * LColor.C:
13127         * LaTeXFeatures.C:
13128         * Painter.C:
13129         * gettext.C:
13130         * lyx_gui_misc.C:
13131         * lyxserver.C:
13132         * vspace.C: removed // -*- C++ -*- as first line.
13133
13134         * lyxfind.h:
13135         * version.h: added // -*- C++ -*- as first line.
13136
13137 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13138
13139         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13140
13141         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13142         of string
13143
13144 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13145
13146         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13147         of floats.
13148
13149 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13150
13151         * gettext.C: include LString.h even when --disable-nls is on.
13152
13153 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13154
13155         * converter.h (Get): changed argument type from int to
13156         FormatList::size_type to avoid unnecessary conversion.
13157
13158         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13159         before using it.
13160
13161 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13162
13163         * gettext.h: include LString.h even when --disable-nls is on.
13164
13165 2001-06-07  Juergen Vigna  <jug@sad.it>
13166
13167         * text.C (BreakAgain): subst spaces with tabs.
13168
13169         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13170         (resizeInsetsLyXText): set force on resizeLyXText.
13171
13172 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13173
13174         * gettext.h (gettext_init):
13175         (locale_init): use a real definition instead of a macro
13176
13177 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13178
13179         * Bufferview_pimpl.C:
13180         * LColor.h:
13181         * LColor.C: further lcolor tidies
13182
13183 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13184
13185         * BufferView_pimpl.C (updateScrollbar): simplify.
13186
13187         * BufferView2.C: don't include insets/insetinfo.h, change
13188         prototype for insertInset and call the Pimpl version. let
13189         updateInset call Pimpl version.
13190
13191         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13192         gotoInset to BufferView::Pimpl
13193
13194 2001-06-01  Juergen Vigna  <jug@sad.it>
13195
13196         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13197         inside a LockingInset (is the update needed at all?).
13198
13199 2001-05-31  Juergen Vigna  <jug@sad.it>
13200
13201         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13202         here not the old one otherwise how should we compare it afterwards
13203         if it's the same!
13204
13205 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13206
13207         * lyxfont.C:
13208         * tabular.C:
13209         * tabular-old.C:
13210         * FontInfo.C: bring C functions into global namespace when
13211         necessary
13212
13213 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13214
13215         * LString.h: make sure config.h has been loaded before LString.h.
13216
13217         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13218         (one for each char read by EatLine!).
13219
13220         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13221         variables.
13222
13223 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13224
13225         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13226         to the same as the par we break from
13227
13228 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13229
13230         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13231
13232         * MenuBackend.C (expand): also create menu entries for wide
13233         versions of the floats.
13234
13235         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13236
13237         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13238
13239         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13240         frontends/Makefile.am
13241
13242         * text2.C: adjust
13243         * text.C: adjust
13244
13245
13246         * tabular.C (getTokenValue): add std::
13247
13248         * tabular-old.C (getTokenValue): add std::
13249         (getTokenValue): ditto
13250         (getTokenValue): ditto
13251
13252         * screen.C (ToggleSelection): adjust
13253
13254         * lyxtext.h: put selection cursors inside a Selection struct.
13255
13256         * lyxfunc.C (moveCursorUpdate): adjust
13257
13258         * lyxfont.C (latexWriteStartChanges): add std::
13259
13260         * lyxfind.C: adjust
13261
13262         * font.h: delete with(char const *, LyXFont const &)
13263
13264         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13265
13266         * FontInfo.C (getFontname): add std::
13267
13268         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13269         (workAreaButtonPress): adjust
13270         (tripleClick): adjust
13271         (update): adjust
13272         (moveCursorUpdate): adjust
13273         (Dispatch): adjust
13274
13275         * BufferView2.C (gotoInset): adjust
13276
13277 2001-05-30  Juergen Vigna  <jug@sad.it>
13278
13279         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13280         to check pspell I add this as default as I now have new pspell
13281         libraries and they seem to use this.
13282
13283 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13284
13285         * text2.C (CutSelection): make the cursor valid before the call to
13286         ClearSelection.
13287
13288 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13289
13290         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13291         relied on 0 terminated strings and other horrors. Bug found due to
13292         the new assert in lyxstring!
13293
13294         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13295         KP_ keys.
13296
13297 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13298
13299         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13300         to latinkeys.bind.
13301
13302         * lyxfunc.C (processKeySym): change method of getting to the
13303         self-insert char.
13304
13305         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13306         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13307         * BufferView_pimpl.[Ch]: here as private methods.
13308
13309 2001-05-28  Juergen Vigna  <jug@sad.it>
13310
13311         * text.C (SetHeightOfRow): added the update() call again as it is
13312         needed to initialize inset dimensions!
13313
13314 2001-05-16  Juergen Vigna  <jug@sad.it>
13315
13316         * text2.C (SetCharFont): Add new function with BufferView * and
13317         bool toggleall parameters for setting insets internal fonts.
13318         (SetFont): Freeze the undo as we may change fonts in Insets and
13319         all this change should be inside only one Undo!
13320
13321         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13322         setting font's in insets as for them we have the SetFont function!
13323
13324 2001-05-15  Juergen Vigna  <jug@sad.it>
13325
13326         * text2.C (ClearSelection): to be sure we REALLY don't have any
13327         selection anymore!
13328
13329         * tabular.C (TeXCellPreamble): fixed the left border problem for
13330         multicolumn cells.
13331
13332 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13333
13334         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13335         dependancy file
13336
13337 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13338
13339         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13340         LFUN_BREAKPARAGRAPH.
13341
13342         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13343         help test to "internal only", similar for LFUN_INSERT_URL
13344
13345         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
13346         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
13347         auto_region_delete and deadkeys.
13348
13349 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
13350
13351         * LColor.h:
13352         * LColor.C: remove some dead entries, tidy a little
13353
13354 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13355
13356         * lyxfunc.C (processKeySym): comment the Escape handling, remove
13357         commented code.
13358         (Dispatch): implement LFUN_ESCAPE
13359
13360         * commandtags.h: add LFUN_ESCAPE
13361
13362         * LyXAction.C (init): add entry for LFUN_ESCAPE
13363
13364         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
13365         Remove commented code.
13366         (insertNote): moved here
13367         (open_new_inset): moved here
13368
13369         * BufferView[2].[Ch]: move insertNote and open_new_inset to
13370         BufferView_pimpl
13371
13372 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13373
13374         * kbmap.C (findbinding): clean it up and make it work correctly.
13375
13376         * lyx_main.C (init): do not pass argc and argv as parameters
13377
13378 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
13379
13380         * buffer.C: fix path for OS/2 & Win32
13381
13382         * lyx_gui.C:
13383         * lyx_main:
13384         * lyx_main.C: Added os:: class.
13385
13386         * os2_defines.h: update
13387
13388 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13389
13390         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
13391         better by trying again with reduced state.
13392
13393 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13394
13395         * lyxrc.C (read): print error about invalid key sequence only when
13396         debugging (because not all latinX keysyms are known to some X
13397         servers)
13398
13399         * kbsequence.C (getiso): add a few std:: qualifiers
13400         (getiso): comment out extra return statement.
13401
13402 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13403
13404         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
13405         handling.
13406         (Dispatch): enhance the accent inset a bit. (not perfect)
13407
13408 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13409
13410         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
13411
13412 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13413
13414         * bufferlist.C (emergencyWrite): fix assert() call
13415
13416 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
13417
13418         * text.C (InsertChar): Added trivial patch to only send the "you
13419         can not do multiple spaces this way" message once during a
13420         session.
13421
13422 2001-05-08  Baruch Even  <baruch@lyx.org>
13423
13424         * Makefile.am: Changed order of libraries to get LyX to link properly
13425         with the gnome frontend.
13426
13427 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13428
13429         * LaTeXFeatures.h: add a std:: qualifier
13430
13431 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13432
13433         * paragraph.C (String): use stringstream
13434
13435 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13436
13437         * paragraph.C (writeFile): remove footflag arg
13438
13439         * buffer.C (makeLaTeXFile): use stringstream
13440         (latexParagraphs): remove footnot gurba
13441
13442         * LaTeXFeatures.C (getPackages): use stringstream
13443         (getMacros): likewise
13444         (getTClassPreamble): likewise
13445         (getFloatDefinitions): new method
13446
13447         * paragraph.C (writeFile): reindent
13448         (Erase): reindent
13449
13450         * WorkArea.h: revert the xpos + etc changes.
13451
13452         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
13453
13454         * lyxparagraph.[Ch]: add copy constructor, remove Clone
13455
13456         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
13457         (pasteSelection): likewise
13458         * text2.C (CreateUndo): likewise
13459
13460 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13461
13462         * minibuffer.C (peek_event): temporarily reduce the functionality
13463         of the minibuffer (to allow args on lfuns)
13464
13465         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
13466         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
13467
13468         * buffer.C (readInset): add compability reading of old float
13469         lists, add reading of new style float list.
13470         (readInset): avoid reevaluation of inscmd.getCmdName()
13471         (getLists): reindent
13472
13473         * MenuBackend.C (MenuItem): implement parsing of
13474         md_floatlistinsert and md_floatinsert.
13475         (expand::LastFiles): move initalizaton of iterators out of loop,
13476         avoid reevaluation.
13477         (expand::Documents): introduce typdedef vector<string> Strings,
13478         and use it.
13479         (expand::ExportFormats): introduce typedef vector<Format const *>
13480         Formats, and use it.
13481         (expand): implement FloatListInsert and FloatInsert.
13482
13483         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
13484         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
13485         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
13486
13487         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
13488         handling.
13489         (Dispatch::LFUN_FLOAT_LIST): implement
13490
13491 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
13492
13493         * LaTeX.C (run): Fix problem with --export code.
13494
13495 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13496
13497         * BufferView.[Ch] (workarea): removed.
13498         (getClipboard) new method; wrapper for workarea()->getClipboard()
13499
13500         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
13501         bug.
13502
13503         * WorkArea.h (width, height, xpos, ypos): These methods all
13504         returned the dimensions of the work_area sub-area of WorkArea,
13505         resulting in a position error if the WorkArea were resized. Now
13506         return the dimensions of the entire WorkArea.
13507
13508         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
13509
13510 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13511
13512         * LaTeX.C (deplog): correct the syntax of regex reg1
13513
13514 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13515
13516         * undo.C: remove !NEW_INSETS cruft
13517
13518 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13519
13520         * text2.C: remove !NEW_INSETS cruft
13521
13522         * text.C: remove !NEW_INSETS cruft
13523
13524         * tabular.C: remove !NEW_INSETS cruft
13525
13526         * spellchecker.C: remove !NEW_INSETS cruft
13527
13528         * lyxtext.h: remove !NEW_INSETS cruft
13529
13530         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
13531
13532         * lyxfunc.C: remove !NEW_INSETS cruft
13533
13534         * lyxfind.C: remove !NEW_INSETS cruft
13535
13536         * lyx_cb.C: remove !NEW_INSETS cruft
13537
13538         * figureForm.C: remove  !NEW_INSETS cruft
13539
13540         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
13541
13542         * buffer.[Ch]: remove !NEW_INSETS cruft
13543
13544         * ToolbarDefaults.C: remove !NEW_INSETS cruft
13545
13546         * CutAndPaste.C: remove !NEW_INSETS cruft
13547
13548         * BufferView_pimpl.C: remove !NEW_INSETS cruft
13549
13550         * BufferView2.C: remove !NEW_INSETS cruft
13551
13552         * BufferView.h: remove !NEW_INSETS cruft
13553
13554 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13555
13556         * Lsstream.h: include LString.h before the sstream headers to
13557         fix problem with gcc 2.95.3 and lyxstring
13558
13559 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13560
13561         * lyx_main.C: add using directives when needed for C functions
13562         declared in std:: namespace.
13563
13564 2001-04-27  Juergen Vigna  <jug@sad.it>
13565
13566         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
13567         (SetHeightOfRow): comment out the update call should not be needed!
13568
13569 2001-04-13  Juergen Vigna  <jug@sad.it>
13570
13571         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
13572         (LyXTabular): tried to minimize operator= operations (and realized
13573         hopfully Lars wish).
13574
13575 2001-04-27  Juergen Vigna  <jug@sad.it>
13576
13577         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
13578
13579 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13580
13581         * lyxfunc.C (Dispatch): hack to make listof algorithm work
13582
13583         * buffer.C (readInset): hack to make listof algorithm work
13584
13585         * BufferView_pimpl.C: hack to make listof algorithm work
13586
13587 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13588
13589         * LyXAction.C: removed all !NEW_INSETS cruft
13590         (init): moved lfun_item in method
13591
13592         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
13593
13594 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13595
13596         * BufferView2.C (theLockingInset): white space.
13597
13598 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13599
13600         * minibuffer.C: include <iostream>
13601
13602         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
13603
13604         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
13605
13606         * commandtags.h: add LFUN_TRANSPOSE_CHARS
13607
13608         * text.[Ch] (TransposeChars): new method
13609
13610 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13611
13612         * call message directly through LyXView instead of through LyXFunc
13613         * BufferView2.C: adjust
13614         * BufferView_pimpl.C: adjust
13615         * FontLoader.C: adjust
13616         * buffer.C: adjust
13617         * bufferview_funcs.C: adjust
13618         * converter.C: adjust
13619         * figureForm.C: adjust
13620         * importer.C: adjust
13621         * lyx_cb.C: adjust
13622         * lyx_gui_misc.C: adjust
13623         * lyxfunc.C: adjust
13624         * lyxvc.C: adjust
13625         * text2.C: adjust
13626         + more files in subdirs
13627
13628         * lyxparagraph.h (size): move up int file
13629         (GetLayout): ditto
13630
13631         * adjust all uses of Assert to lyx::Assert.
13632
13633         * BufferView2.C (ChangeCitationsIfUnique): adjust for
13634         lyxfunctional in namespace lyx
13635         * layout.C (hasLayout): ditto
13636         (GetLayout): ditto
13637         (GetLayout): ditto
13638         (delete_layout): ditto
13639         (NumberOfClass): ditto
13640         * converter.C (GetFormat): ditto
13641         (GetNumber): ditto
13642         (Add): ditto
13643         (Delete): ditto
13644         (SetViewer): ditto
13645         * bufferlist.C (getFileNames): ditto
13646         (emergencyWriteAll): ditto
13647         (exists): ditto
13648         (getBuffer): ditto
13649         * MenuBackend.C (hasSubmenu): ditto
13650         (hasMenu): ditto
13651         (getMenu): ditto
13652         * BufferView_pimpl.C (getInsetByCode): ditto
13653
13654 2001-04-18  Juergen Vigna  <jug@sad.it>
13655
13656         * vspace.C (asLatexString): fixed the 100% problem.
13657
13658 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13659
13660         * lyxfunc.C (Dispatch):
13661         * minibuffer.C:
13662         * minibuffer.h: add a few std:: qualifiers
13663
13664 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13665
13666         * minibuffer.[Ch]: reimplement so that commands is initiated and
13667         run from lyxfunc, simplified som handling, and made the completion
13668         and history code for complete. wip.
13669
13670         * lyxfunc.C (processKeySym): call message
13671         (miniDispatch): new temporary method
13672         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
13673         (LFUN_MESSAGE): implement
13674         (LFUN_MESSAGE_PUSH): implement
13675         (LFUN_MESSAGE_POP): implement
13676         (initMiniBuffer): the initial/defualt minibuffer message.
13677
13678         * lyxfont.[Ch]: inline some more getters
13679
13680         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
13681
13682         * lyx_gui_misc.[Ch] (WriteStatus): remove method
13683
13684         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
13685         (AutoSave): use LFUN_MESSAGE
13686         (Reconfigure): ditto
13687
13688         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
13689
13690         * figureForm.C: use LFUN_MESSAGE
13691
13692         * converter.C (runLaTeX): use LFUN_MESSAGE
13693
13694         * bufferview_funcs.C: use LFUN_MESSAGE
13695         (Melt): ditto
13696         (changeDepth): ditto
13697
13698         * bufferparams.h: use boost::
13699
13700         * bufferlist.h: inherit privately from noncopyable
13701
13702         * bufferlist.C (loadLyXFile): remove some commented code.
13703
13704         * buffer.C (runChktex): use LFUN_MESSAGE
13705
13706         * ShareContainer.h: inherit privately from noncopyable
13707
13708         * ParagraphParameters.[hC] (depth): inline it.
13709
13710         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
13711         methods.
13712         (message): new method
13713         (messagePush): ditto
13714         (messagePop): ditto
13715         (show): init minibuffer
13716         (showState): direct call
13717
13718         * LaTeX.[Ch]: inherit privately from noncopyable
13719         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
13720         instead of WriteStatus.
13721
13722         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
13723
13724         * BufferView_pimpl.C (buffer): don't init minibuffer
13725         (workAreaButtonPress): use LFUN_MESSAGE
13726         (workAreaButtonRelease): ditto
13727         (savePosition): ditto
13728         (restorePosition): ditto
13729         (MenuInsertLyXFile): ditto
13730         (workAreaExpose): don't init minibuffer
13731         (update): remove commented code, simplify
13732
13733         * BufferView2.C (openStuff): use LFUN_MESSAGE
13734         (toggleFloat): ditto
13735         (menuUndo): ditto
13736         (menuRedo): ditto
13737         (copyEnvironment): ditto
13738         (pasteEnvironment): ditto
13739         (copy): ditto
13740         (cut): ditto
13741         (paste): ditto
13742         (gotoInset): ditto
13743         (updateInset): remove some commented code
13744
13745         * lastfiles.h: inherit privately from noncopyable
13746         * layout.h: ditto
13747         * lyx_gui.h: ditto
13748         * lyx_main.h: ditto
13749         * lyxlex.h: ditto
13750         * lyxlex_pimpl.h: ditto
13751
13752         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
13753         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
13754         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13755
13756         * LyXAction.h: inherit privately from noncopyable, add methods
13757         func_begin, func_end, returning iterators to the func map.
13758
13759         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
13760         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13761         (func_begin): new method
13762         (func_end): new method
13763
13764         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
13765         and not)
13766         (copySelection): ditto
13767         (pasteSelection): ditto
13768
13769         * BufferView.C: whitespace change
13770         * BufferView.h: inherit privately from noncopyable
13771
13772 2001-04-16  Allan Rae  <rae@lyx.org>
13773
13774         * tabular-old.C (l_getline):
13775         * spellchecker.C (sc_check_word):
13776         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
13777         an unrecognised preprocessor directive.  So ensure they're wrapped.
13778
13779 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
13780
13781         * src/exporter.C (Export): Give an error message when path to file
13782         contains spaces.
13783
13784 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
13785
13786         * LaTeX.C (deplog): Always check that foundfile exists.
13787
13788 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13789
13790         * lyx_main.h:
13791         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
13792
13793 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13794
13795         * tabular.[Ch] (getLabelList): implement new method
13796
13797         * minibuffer.h: comment ouf setTiimer
13798
13799         * minibuffer.C (ExecutingCB): constify res
13800         (peek_event): constify s
13801         (Set): constify ntext
13802         (Init): constify nicename
13803
13804         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
13805
13806         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
13807         (savePosition): use two params to Minibuffer::Set
13808         (restorePosition): ditto
13809
13810 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13811
13812         * lyx_main.C: include language.h
13813
13814         * Makefile.am (lyx_main.o): add language.h
13815
13816 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13817
13818         * exporter.C:
13819         * paragraph.C:
13820         * screen.C:
13821         * tabular.C:
13822         * CutAndPaste.C: include gettext.h
13823
13824         * lyxfont.h: remove old hack with ON and OFF.
13825
13826         * lyxparagraph.h:
13827         * lyxfont.h: do not include language.h...
13828
13829         * BufferView2.C:
13830         * LaTeXFeatures.C:
13831         * Painter.C:
13832         * bufferview_funcs.C:
13833         * font.C:
13834         * lyxfont.C:
13835         * text.C:
13836         * text2.C:
13837         * trans_mgr.C:
13838         * paragraph.C: ... but do it here instead
13839
13840 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13841
13842         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
13843
13844         * tabular.C: small reformat
13845
13846         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
13847         NEW_INSETS version
13848         (GetChar): ditto
13849         (BreakParagraph): ditto
13850         (SetOnlyLayout): ditto
13851         (SetLayout): ditto
13852
13853         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
13854         with one arg less.
13855
13856         * lastfiles.C: removed most using decl, add std:: where needed
13857
13858         * buffer.C: ws changes
13859
13860         * MenuBackend.C (class compare_format): put into anon namespace
13861         (expand): constify label, names, action, action2
13862         (expand):
13863
13864         * text.C (SingleWidth): constify font
13865         (IsBoundary): constify rtl2
13866         (GetVisibleRow): constify ww
13867
13868         * LaTeX.C (deplog): constify logfile
13869
13870         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
13871         start_x, end_x
13872         (workAreaExpose): constify widthChange, heightChange
13873
13874         * lyxrow.C (par): moved
13875         (height): moved
13876         (next): moved
13877         * lyxrow.h: as inlines here
13878
13879         * lyxfont.h (shape): moved from lyxfont.C
13880         (emph): moved from lyxfont.C
13881
13882         * lyxfont.C (LyXFont): use initialization list for all
13883         constructors
13884         (shape): move to lyxfont.h as inline
13885         (emph): move to lyxfont.h as inline
13886
13887
13888 2001-04-04  Juergen Vigna  <jug@sad.it>
13889
13890         * vspace.C: had to include stdio.h for use of sscanf
13891
13892 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
13893
13894         * BufferView.h:
13895         * BufferView_pimpl.h: remove xforms cruft. Both classes are
13896         independent of xforms.
13897
13898 2001-04-02  Juergen Vigna  <jug@sad.it>
13899
13900         * spellchecker.C: fixed namespace placing!
13901
13902 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13903
13904         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
13905         the LyXParagraph * is 0.
13906
13907 2001-03-29  Juergen Vigna  <jug@sad.it>
13908
13909         * vspace.C: added support for %, c%, p%, l%.
13910         (stringFromUnit): added helper function.
13911         (asLatexString): changed to give right results for the %-values.
13912
13913         * buffer.C: convert the widthp in a width%.
13914
13915 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
13916
13917         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
13918         figureForm.[Ch].
13919
13920         * figureForm.[Ch]: stripped the FD_from_figure manipulation
13921         code out of lux_cb.[Ch], ready for its (imminent?) removal.
13922
13923         * lyx_cb.[Ch]: see above.
13924
13925         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
13926         form1.[Ch].
13927
13928         * form1.[Ch]:
13929         * lyx.[Ch]: replaced by figure_form.[Ch].
13930
13931         * lyx_gui.C:
13932         * lyx_gui_misc.C:
13933         * lyxfunc.C: changed headers associated with above changes.
13934
13935 2001-03-27  Juergen Vigna  <jug@sad.it>
13936
13937         * BufferView_pimpl.C: set the temporary cursor right!
13938
13939 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
13940
13941         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
13942
13943 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
13944
13945         * LString.h: removed "using std::getline"!
13946
13947         * BufferView_pimpl.C (Dispatch): changes due to changes in
13948         InsetInclude::Params.
13949
13950         * buffer.C (tag_name): removed redundant break statements as they were
13951         producing lots of warnings with my compiler.
13952
13953 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13954
13955         * LString.h: add "using std::getline" when using the real <string>.
13956
13957 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
13958
13959         * buffer.C: removed bitset usage.
13960         PAR_TAG moved to an anonymous name space.
13961         (tag_name): new funtion, also in the anonymous namespace.
13962         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
13963         (makeDocBookFile): clean code. Completed transition from string arrays
13964         to string vectors.
13965         (SimpleDocBookOnePar): code clean.
13966
13967 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13968
13969         * tabular.C: add some comments.
13970
13971 2001-03-22  Juergen Vigna  <jug@sad.it>
13972
13973         * buffer.C (parseSingleLyXformat2Token): redone the minipage
13974         compatibility read a bit and fixed bug with minipage in different
13975         depth.
13976
13977 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
13978
13979         * buffer.C (pop_tag): removed.
13980         (push_tag): removed.
13981         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
13982         array replaced with vector. Added support for CDATA sections.
13983         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
13984         at any nest level.
13985         (makeDocBookFile): XML conformant declaration of CDATA section,
13986         fixed bug related to <emphasis> in the first paragraph char.
13987         (sgmlOpenTag): exclude empty tags.
13988         (sgmlCloseTag): ditto.
13989
13990         * buffer.h (pop_tag): removed.
13991         (push_tag): removed.
13992
13993 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
13994
13995         * language.h (Languages): added size_type and size().
13996
13997 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13998
13999         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14000         response on compability reading of minipages. One probliem is that
14001         the old usage of minipages was «flertydig»
14002
14003         * several files here and in subdirs: don't use static at file
14004         scope use anon namespaces instead.
14005
14006 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14007
14008         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14009         LaTeX output. This is necessary for Literate document
14010         processing.
14011
14012 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14013
14014         * buffer.C: insert hfill when needed.
14015
14016         * tabular.C (l_getline): use string::erase, small whitespace change.
14017
14018         * BufferView_pimpl.C: try the anon namespace.
14019         * WorkArea.C: ditto
14020
14021 2001-03-16  Juergen Vigna  <jug@sad.it>
14022
14023         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14024         otherwise it won't open options-dialogs.
14025
14026         * buffer.C: honor pextraWidth(p) on converting minipages.
14027
14028         * tabular.C (l_getline): changed the functions to strip trailing \r.
14029
14030 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14031
14032         * BufferView_pimpl.C:
14033         * minibuffer..C: added "using SigC::slot" declaration.
14034
14035 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14036
14037         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14038
14039         * text2.C: ditto
14040
14041         * text.C: ditto
14042
14043         * paragraph.C: ditto
14044
14045         * lyxtext.h: NO_PEXTRA
14046
14047         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14048
14049         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14050         * ParameterStruct.h: ditto
14051         * ParagraphParameters.h: ditto
14052         * lyxparagraph.h: ditto
14053
14054 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14055
14056         * buffer.C: add compability for minipage alignment.
14057         (latexParagraphs): remove unwanted pextra check.
14058
14059         * several files: remove CXX_WORKING_NAMESPACES
14060
14061         * buffer.C (pop_tag): tie is in namespace boost
14062
14063         * BufferView.h: noncopyable is in namespace boost
14064         * lyxlex.h: ditto
14065         * lyx_main.h: ditto
14066         * lyx_gui.h: ditto
14067         * layout.h: ditto
14068         * lastfiles.h: ditto
14069         * bufferlist.h: ditto
14070         * ShareContainer.h: ditto
14071         * LyXView.h: ditto
14072         * LyXAction.h: ditto
14073         * LaTeX.h: ditto
14074
14075 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14076
14077         * Merging changes from BRANCH_MVC back into HEAD.
14078
14079         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14080
14081 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14082
14083         * BufferView_pimpl.C: change from intl.C
14084
14085         * combox.h:
14086         * combox.C:
14087         * Makefile.am: move combox.*
14088
14089         * form1.h:
14090         * form1.C:
14091         * lyx_gui.C:
14092         * intl.h:
14093         * intl.C: remove dialog (covered by prefs)
14094
14095 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14096
14097         * lyxfunc.C (Dispatch): removed redundant break statement.
14098
14099 2001-03-14  Juergen Vigna  <jug@sad.it>
14100
14101         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14102
14103 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14104
14105         * buffer.C: add hack to fix compability reading of minipages.
14106
14107 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14108
14109         * buffer.C (getLists): Cleanup.
14110
14111 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14112
14113         * lyxfont.C (update): don't honor toggleall on font size.
14114
14115 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14116
14117         * bmtable.c:
14118         * bmtable.h:
14119         * Makefile.am: moved to frontends/xforms/
14120
14121         * lyx_gui_misc.C:
14122         * lyxfunc.C:
14123         * BufferView_pimpl.C: changes for moved mathpanel
14124
14125 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14126
14127         * gettext.h: fix gettext_init() in --disable-nls
14128
14129 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14130
14131         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14132
14133 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14134
14135         * lyx.C:
14136         * lyx.h: strip external form
14137
14138 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14139
14140         * BufferView_pimpl.C: add comment, destroySplash()
14141
14142 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14143
14144         * BufferView_pimpl.C:
14145         * LyXAction.C:
14146         * buffer.C:
14147         * commandtags.h:
14148         * lyxfunc.C: use re-worked insetinclude
14149
14150 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14151
14152         * buffer.C: add using std::stringstream.
14153
14154         * lyx_cb.C: readd using std::ios.
14155
14156         * buffer.C: add using std::map.
14157
14158         * BufferView_pimpl.C: add using std::vector.
14159
14160         * ShareContainer.h: add std:: to swap.
14161
14162         * buffer.h: add some typedefs
14163         * buffer.C (getLists): use them
14164         (getLists): renamed from getTocList.
14165         add a counter for the different float types and use it in the
14166         generated string.
14167         (getLists): use the same counter for the NEW_INSETS and the "non"
14168         NEW_INSETS
14169
14170         * lyx_cb.h: remove unused items, includes, using etc.
14171
14172         * ShareContainer.h: remove some commented code, add more comments
14173         and "documentation".
14174
14175 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14176
14177         * buffer.C (getTocList): make the list also when NEW_INSETS is
14178         defined.
14179
14180         * buffer.h: remove TocType
14181
14182         * buffer.C (getTocList): change to return a map<string,
14183         vector<TocItem> >, implement for dynamic number of list.
14184
14185         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14186         * text2.C (PasteSelection): adjust
14187         * CutAndPaste.C (pasteSelection): adjust
14188
14189         * FloatList.C (FloatList): update from the new_insets branch.
14190         * Floating.[Ch]: ditto
14191         * LaTeXFeatures.C: ditto
14192         * buffer.C: ditto
14193         * lyxlex_pimpl.C: ditto
14194
14195         * paragraph.C (Last): remove when NEW_INSETS is defined.
14196
14197         * other file: changes because of the above.
14198
14199 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14200
14201         * lyxparagraph.h: rename next to next_, previous to previous_,
14202         make them private for NEW_INSETS. Rename Next() to next(),
14203         Previous() to previous().
14204
14205         * other files: changes because of the above.
14206
14207 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14208
14209         * BufferView.h:
14210         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14211         problem.
14212
14213 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14214
14215         * main.C (main): pass lyx_localedir to gettext_init().
14216
14217         * gettext.h: remove locale_init and gettext_init macros
14218
14219         * gettext.C (locale_init): new function
14220         (gettext_init): new function
14221
14222         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14223         setlocale().
14224
14225 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14226
14227         * Moved credits to frontends:
14228         * credits.[Ch]: removed
14229         * credits_form.[Ch]: removed
14230         * lyx_gui_misc.C: remove credits stuff
14231         * Makefile.am:
14232
14233 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14234
14235         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14236
14237         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14238         unneeded destructor.
14239
14240         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14241         a standalone pointer again.
14242
14243         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14244
14245 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14246
14247         * Makefile.am:
14248         * filedlg.h:
14249         * filedlg.C:
14250         * LyXAction.C:
14251         * ToolbarDefaults.C:
14252         * bufferlist.C:
14253         * commandtags.h:
14254         * form1.C:
14255         * form1.h:
14256         * lyx_cb.C:
14257         * lyx_cb.h:
14258         * lyxfunc.h:
14259         * lyxfunc.C:
14260         * BufferView_pimpl.C: use new file dialog in GUII
14261
14262         * lyx_cb.h:
14263         * lyx_cb.C: remove LayoutsCB to Toolbar
14264
14265 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14266
14267         * ShareContainer.h (get): add std:: qualifier
14268
14269 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14270
14271         * ShareContainer.h: define a proper ShareContainer::value_type
14272         type (and use typename to please compaq cxx)
14273
14274 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14275
14276         * lyxparagraph.h: move serveral local vars to
14277         ParameterStruct/ParagraphParameters., use ShareContainer in
14278         FontTable., make vars in FontTable private and add getter and
14279         setter.
14280
14281         * paragraph.C: changes because of the above.
14282
14283         * lyxfont.h: remove copy constructor and copy assignment. (the
14284         default ones is ok), move number inside FontBits. move inlines to
14285         lyxfont.C
14286
14287         * lyxfont.C: add number to initializaton of statics, move several
14288         inlines here. constify several local vars. some whitespace
14289         cleanup. Dont hide outerscope variables.
14290
14291         * Spacing.h: add two new constructors to match the set methods.
14292
14293         * ShareContainer.h: new file, will perhaps be moved to support
14294
14295         * ParameterStruct.h: new file
14296
14297         * ParagraphParameters.h: new file
14298
14299         * ParagraphParameters.C: new file
14300
14301         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14302         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14303
14304         * BufferView_pimpl.C: ParagraphParameter changes.
14305         * buffer.C: Likewise.
14306         * bufferview_funcs.C: Likewise.
14307         * text.C: Likewise.
14308         * text2.C: Likewise.
14309
14310 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14311
14312         * lyxfind.C (LyXReplace): do not redefine default argument in
14313         implementation.
14314         (IsStringInText): ditto
14315         (SearchForward): ditto
14316         (SearchBackward): ditto
14317
14318 2001-03-06  Juergen Vigna  <jug@sad.it>
14319
14320         * lyxfind.C (IsStringInText): put parentes around expressions.
14321
14322 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14323
14324         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14325
14326 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14327
14328         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14329
14330         * stl_string_fwd.h: add comment
14331
14332         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14333
14334         * tabular.h:
14335         * tabular.C: remove unused DocBook methods
14336
14337         * intl.C:
14338         * language.C:
14339         * paragraph.C:
14340         * buffer.C:
14341         killed DO_USE_DEFAULT_LANGUAGE
14342
14343 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14344
14345         * lyx_gui.C: do not include language.h.
14346
14347         * bufferview_funcs.C (ToggleAndShow): do not provide optional
14348         arguments in function implementation.
14349
14350 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14351
14352         * BufferView_pimpl.C: add <ctime>
14353
14354 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14355
14356         * BufferView_pimpl.C: add using std::find_if
14357
14358 2001-02-27  José Matos  <jamatos@fep.up.pt>
14359
14360         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
14361         by OnlyPath.
14362
14363 2001-02-11  José Matos  <jamatos@fep.up.pt>
14364
14365         * buffer.C (makeDocBookFile): command styles now have a parameter as
14366         "title" by default.
14367
14368 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
14369
14370         * layout_forms.[Ch]: removed
14371         * lyx_cb.[Ch]: out character
14372         * lyx_gui.C: out character
14373         * lyx_gui_misc.C: out character
14374         * bufferview_funcs.C: : out character,
14375         added toggleall as parameter in ToggleAndShow
14376
14377 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
14378
14379         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
14380
14381         * text2.C (SetCurrentFont): Disable number property at boundary.
14382
14383 2001-02-26  Juergen Vigna  <jug@sad.it>
14384
14385         * lyxfunc.C (getStatus): added a string argument override function so
14386         that this is correctly called from LyXFunc::Dispatch if it contains a
14387         do_not_use_argument which is used!
14388         (Dispatch): added check for "custom" export and call appropriate func.
14389
14390 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
14391
14392         * lyxrc.C: Add language_command_local, language_use_babel and
14393         language_global_options.
14394
14395         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
14396
14397         * buffer.C (makeLaTeXFile): Use language_use_babel and
14398         language_global_options.
14399
14400 2001-02-23  Juergen Vigna  <jug@sad.it>
14401
14402         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
14403         which works with LyXText and putted it inside BufferView. Here now we
14404         only call for that part the BufferView::Dispatch() function.
14405
14406         * BufferView.C (Dispatch): added.
14407
14408         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
14409         functions which needs to use a LyXText over from LyXFunc.
14410         (MenuInsertLyXFile): added
14411         (getInsetByCode): added
14412         (moveCursorUpdate): added
14413         (static TEXT): added
14414
14415 2001-02-22  Juergen Vigna  <jug@sad.it>
14416
14417         * BufferView_pimpl.C (update): call a status update to see if LyXText
14418         needs it.
14419
14420 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14421
14422         * vc-backend.C (revert): implement for CVS
14423         (getLog): implement for CVS
14424
14425 2001-02-20  Juergen Vigna  <jug@sad.it>
14426
14427         * text2.C (ClearSelection): added BufferView param for inset_owner call
14428
14429         * lyxfunc.C (TEXT): added this function and use it instead of
14430         directly owner->view()-text of getLyXText().
14431
14432 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
14433
14434         * src/layout_forms.C: out preamble
14435         * src/layout_forms.h: out preamble
14436         * src/lyx_cb.C: out preamble
14437         * src/lyx_cb.h: out preamble
14438         * src/lyx_gui.C: out preamble
14439         * src/lyx_gui_misc.C: out preamble
14440         * src/lyxfunc.C: connect with guii preamble
14441
14442 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
14443
14444         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
14445
14446 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
14447
14448         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
14449         whether to run bibtex.
14450
14451 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
14452
14453         * Makefile.am (lyx_SOURCES): Remove BackStack.h
14454
14455 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
14456
14457         * Makefile.am (lyx_SOURCES): removed bibforms.h
14458
14459         * vspace.h: doxygen
14460
14461         * text.C (GetVisibleRow): make several local vars const
14462
14463         * tabular.C: small cleanup.
14464
14465         * lyxserver.C (callback): use compare instead of strncmp
14466
14467         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
14468         inlines to after class or to paragraph.C
14469
14470         * lyxfont.h: remove friend operator!=
14471
14472         * converter.h: move friend bool operator< to non friend and after
14473         class def.
14474
14475         * combox.h: small cleanup
14476
14477         * buffer.h: doxygen, remove unused constructor, move inclas inlies
14478         to inlines after class def.
14479
14480         * buffer.C (pop_tag): use string operations instead of strcmp
14481
14482         * bmtable.c: doxygen, small cleanup
14483
14484         * LaTeX.h: remove friend operator==
14485
14486 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
14487
14488         * screen.C:
14489         * lyxrc.[Ch]:
14490         * lyxfunc.C:
14491         * lyxfont.[Ch]:
14492         * lyx_cb.C:
14493         * intl.[Ch]:
14494         * commandtags.h:
14495         * buffer.C:
14496         * WorkArea.[Ch]:
14497         * LyXAction.C:
14498         * BufferView_pimpl.C:
14499         * BufferView.[Ch]: remove cruft
14500
14501 2001-02-14  Juergen Vigna  <jug@sad.it>
14502
14503         * lyxfunc.C: removed #if 0 unused code
14504
14505         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
14506
14507         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
14508
14509         * text2.C (SetSelection): added a BufferView * parameter
14510
14511 2001-02-13  Juergen Vigna  <jug@sad.it>
14512
14513         * lyxfunc.C (Dispatch): fixed protected blank problem.
14514         * BufferView2.C (protectedBlank): added LyxText * parameter.
14515
14516         * tabular.C (AppendRow): forgot to set row_info of newly added row.
14517         (AppendColumn): same as above for column_info.
14518
14519         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
14520         (moveCursorUpdate): use a LyXText param for support of InsetText.
14521
14522         * BufferView_pimpl.C (doubleClick): added support for InsetText.
14523         (tripleClick): ditto
14524
14525         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
14526
14527         * BufferView_pimpl.C (update): added LyXText param to honor insets.
14528
14529         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
14530
14531         * text2.C (SetSelection): set correct update status if inset_owner
14532         (ToggleFree): ditto
14533
14534 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
14535
14536         * tabular.C: remove some commented code.
14537
14538 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
14539
14540         * BufferView_pimpl.C: call hideSplash()
14541
14542         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
14543
14544         * include_form.h:
14545         * bibforms.h: remove
14546
14547         * lyxfunc.C:
14548         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
14549           add LFUN_CHILD_CREATE
14550
14551         * counters.h: fix tiny typo
14552
14553         * lyx_cb.C:
14554         * lyx.h:
14555         * lyx_gui.C:
14556         * lyx.C: move splash to frontends/xforms/
14557
14558         * lyx_gui_misc.C: move Include and Bibform to frontends
14559
14560         * lyxvc.h: clarify comment
14561
14562         * vspace.C: tiny housekeeping
14563
14564 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
14565
14566         * text.C (PrepareToPrint): RTL Fix.
14567
14568         * paragraph.C (GetUChar): New method.
14569         (String):  Use GetUChar.
14570
14571         * buffer.C (asciiParagraph): Use GetUChar.
14572
14573 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
14574
14575         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
14576
14577 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
14578
14579         * buffer.h:
14580         * buffer.C: rename to getLogName(), handle
14581           build log / latex log nicely
14582
14583 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14584
14585         * MenuBackend.C:
14586         * MenuBackend.h: remove support for reference menuitem type.
14587
14588 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
14589
14590         * BufferView_pimpl.C: housekeeping
14591         * BufferView_pimpl.h:
14592         * LyXView.h:
14593         * Makefile.am:
14594         * Timeout.C:
14595         * Timeout.h:
14596         * minibuffer.h: move Timeout GUI-I
14597
14598 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
14599
14600         * lyxrc.C (read): Update converters data-structures.
14601
14602 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
14603
14604         * LaTeX.h (operator!=): add operator != for Aux_Info
14605
14606 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
14607
14608         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
14609
14610         * LaTeXLog.C: deleted, useful code moved to Buffer
14611
14612         * buffer.h:
14613         * buffer.C: new function getLatexLogName()
14614
14615         * lyx_gui_misc.C:
14616         * lyx_gui.C:
14617         * lyxvc.C:
14618         * lyxvc.h:
14619         * lyxfunc.C: use frontends for LaTeX and VC logs
14620
14621 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14622
14623         * LaTeX.h: yet another std:: that Allan forgot.
14624
14625         * Variables.C (set): renamed from isset(), because this clashes
14626         with some HP-UX macros (grr).
14627
14628 2001-02-06  Allan Rae  <rae@lyx.org>
14629
14630         * LaTeX.h: Another bug fix.  Missing std:: this time.
14631
14632 2001-02-04  Allan Rae  <rae@lyx.org>
14633
14634         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
14635         floats problem. I've left it commented out because it's not quite
14636         correct.  It should also test that the current object is a table or
14637         figure inset.  But I haven't gotten around to figuring out how to do
14638         that.  I *think* it'll be something like: "table" == inset.type()
14639
14640         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
14641         bool.
14642
14643 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
14644
14645         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
14646         all the citation/databases/styles in the auxilary file.
14647         (run): Rerun latex if there was a babel language error.
14648
14649 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
14650
14651         * text.C (Backspace): Preserve the font when changing newline char
14652         with a space.
14653         (BreakParagraph): If the cursor is before a space, delete the space.
14654
14655         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
14656
14657 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
14658
14659         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
14660         new argument (code).
14661         (ChangeCitationsIfUnique): New method.
14662
14663         * paragraph.C (GetPositionOfInset): Handle bibkey.
14664
14665 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14666
14667         * BufferView_pimpl.h: change type of Position::par_pos to
14668         LyXParagraph::size_type.
14669
14670 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
14671
14672         * BufferView_pimpl.C (savePosition, restorePosition): Write
14673         messages to minibuffer.
14674
14675 2001-01-28  José Matos  <jamatos@fep.up.pt>
14676
14677         * buffer.C (makeDocBookFile): adds support for document language.
14678         A silly restriction on the name of LatexCommand types where removed.
14679         Added support for CDATA sections, allows to chars unescaped, used
14680         among others in code, to avoid escape < and >.
14681
14682 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14683
14684         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
14685         saved positions instrad of a stack. Furthermore, a position is
14686         stored using paragraph id/paragraph position.
14687
14688         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
14689         Remove LFUN_REF_BACK.
14690
14691 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14692
14693         * converter.C (dvipdfm_options): New method.
14694
14695 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
14696
14697         * vspace.C (isValidLength): Fix for empty input string.
14698
14699 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14700
14701         * LyXAction.C (init): change description of LFUN_FIGURE to
14702         "Insert Graphics"
14703
14704 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14705
14706         * LaTeX.C: add using directive
14707
14708 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14709
14710         * MenuBackend.C (expand): Fix the sorting of the formats.
14711
14712 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
14713
14714         * lyx_main.C: tiny error message fix
14715
14716 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14717
14718         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
14719         calling fl_initialize(). This fixes the problem with ',' as
14720         decimal separator in text files.
14721
14722 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14723
14724         * trans.C (process): Fix the keymap bug.
14725
14726 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
14727
14728         * LaTeX.C (scanAuxFiles): New method. Provides support for
14729         multiple bibliographies (when using the bibtopic/bibunits pacakges).
14730         (scanLogFile) Scan for "run BibTeX" messages.
14731
14732         * buffer.C (makeLaTeXFile): Do not load the ae package when using
14733         OT1 font encoding. Also, load the aecompl package if the ae
14734         package is loaded.
14735
14736         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
14737
14738 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14739
14740         * texrow.C (increasePos): turn two error messages into debug
14741         messages.
14742
14743 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
14744
14745         * LaTeX.C (scanAux): Handle the \@input macro.
14746         (runBibTeX): Use scanAux().
14747
14748         * language.C (latex_options_): New field.
14749
14750         * LaTeXFeatures.C (getMacros): Add language macros.
14751
14752         * buffer.C (makeLaTeXFile): Small fix.
14753
14754 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14755
14756         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
14757
14758         * text2.C: add a using directive.
14759
14760 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
14761
14762         * BufferView2.C:
14763         * lyx_gui_misc.h:
14764         * lyxfr1.C:
14765         * lyxfunc.C: kill LyXBell.
14766
14767 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
14768
14769         * text.C (IsBoundary): Remove the error message
14770
14771         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
14772
14773         * lyxrc.C (setDefaults): Correct initialization value for
14774         font_norm_type.
14775
14776 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
14777
14778         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
14779         gotoError().
14780
14781         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
14782         and GotoNextNote().
14783
14784         * src/LyXAction.C: Added reference-next.
14785
14786         * text.C (InsertChar): Use contains instead of strchr.
14787
14788         * lyx_cb.C (MenuInsertLabel): Enable default value code.
14789
14790 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
14791
14792         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
14793         alignment commands (when needed).
14794
14795         * text.C (InsertChar): Add ':' to number separator chars.